lol
This commit is contained in:
parent
de859d4903
commit
36c252443c
|
@ -110,12 +110,6 @@ impl Plugin for GameboyEmu {
|
|||
if let Some(ref mut vars) = self.vars {
|
||||
while let Some(event) = context.next_event() {
|
||||
if let Some(Basic(as_bytes)) = event.as_midi() {
|
||||
// nih_log!(
|
||||
// "bytes: {:#X}, {:#X}, {:#X}",
|
||||
// as_bytes[0],
|
||||
// as_bytes[1],
|
||||
// as_bytes[2]
|
||||
// );
|
||||
match event {
|
||||
NoteEvent::NoteOn {
|
||||
timing: _,
|
||||
|
|
Loading…
Reference in a new issue