This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Befaco
mirror of
https://github.com/VCVRack/Befaco.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Update port type
pull/48/head
hemmer
1 year ago
parent
6b488d8219
commit
947f251301
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/MidiThing.cpp
+ 1
- 1
src/MidiThing.cpp
View File
@@ -397,7 +397,7 @@ struct MidiThing : Module {
}
};
struct MidiThingPort :
PJ301M
Port {
struct MidiThingPort :
BefacoInput
Port {
int row = 0, col = 0;
MidiThing* module;
Write
Preview
Loading…
Cancel
Save