Skip to content

Commit

Permalink
remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Sep 3, 2024
1 parent e79970f commit d67db49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ class LibreMidiAccess(private val api: Int) : MidiAccess() {
} else {
val midi1Callback = object: libremidi_midi_configuration.Callback_Pointer_BytePointer_long() {
override fun call(ctx: Pointer?, data: BytePointer, len: Long) {
println("ZAPZAPZAP")
val array = ByteArray(len.toInt())
data.get(array)
// FIXME: support input timestamp (libremidi needs somewhat tricky code)
Expand Down

0 comments on commit d67db49

Please sign in to comment.