Browse Source

Update port type

pull/48/head
hemmer 1 year ago
parent
commit
947f251301
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/MidiThing.cpp

+ 1
- 1
src/MidiThing.cpp View File

@@ -397,7 +397,7 @@ struct MidiThing : Module {
} }
}; };


struct MidiThingPort : PJ301MPort {
struct MidiThingPort : BefacoInputPort {
int row = 0, col = 0; int row = 0, col = 0;
MidiThing* module; MidiThing* module;




Loading…
Cancel
Save