GUI: add an option for it
This commit is contained in:
parent
2c643aca4c
commit
4faa65a2e9
4 changed files with 7 additions and 1 deletions
|
|
@ -640,6 +640,7 @@ void FurnaceGUI::drawSettings() {
|
|||
//ImGui::Checkbox("Use raw velocity value (don't map from linear to log)",&midiMap.rawVolume);
|
||||
//ImGui::Checkbox("Polyphonic/chord input",&midiMap.polyInput);
|
||||
ImGui::Checkbox("Map MIDI channels to direct channels",&midiMap.directChannel);
|
||||
ImGui::Checkbox("Map Yamaha FM voice data to instruments",&midiMap.yamahaFMResponse);
|
||||
ImGui::Checkbox("Program change is instrument selection",&midiMap.programChange);
|
||||
//ImGui::Checkbox("Listen to MIDI clock",&midiMap.midiClock);
|
||||
//ImGui::Checkbox("Listen to MIDI time code",&midiMap.midiTimeCode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue