init support for setting program change
This commit is contained in:
parent
5af3804195
commit
913d22fd57
5 changed files with 15 additions and 2 deletions
|
|
@ -1362,6 +1362,7 @@ class FurnaceGUI {
|
|||
int channelFont;
|
||||
int channelTextCenter;
|
||||
int midiOutClock;
|
||||
int midiOutProgramChange;
|
||||
int midiOutMode;
|
||||
int maxRecentFile;
|
||||
int centerPattern;
|
||||
|
|
@ -1503,6 +1504,7 @@ class FurnaceGUI {
|
|||
channelFont(1),
|
||||
channelTextCenter(1),
|
||||
midiOutClock(0),
|
||||
midiOutProgramChange(0),
|
||||
midiOutMode(1),
|
||||
maxRecentFile(10),
|
||||
centerPattern(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue