Functions per instance can now change directly between them.

pull/32/head
Holger Wirtz 4 years ago
parent 66ac206fb3
commit 87e135eb50
  1. 3
      MicroDexed.ino
  2. 1093
      UI.hpp
  3. 6
      config.h

@ -1383,7 +1383,8 @@ void initial_values_from_eeprom(bool init)
MicroDexed[instance_id]->doRefreshVoice();
MicroDexed[instance_id]->setOPs(configuration.dexed[instance_id].op_enabled);
MicroDexed[instance_id]->setMaxNotes(configuration.dexed[instance_id].polyphony);
MicroDexed[instance_id]->setMonoMode(configuration.sys.mono);
#if defined(USE_FX)
//chorus_mixer[instance_id]->gain(0, 1.0 - pseudo_log_curve(mapfloat(configuration.fx.chorus_level[instance_id], CHORUS_LEVEL_MIN, CHORUS_LEVEL_MAX, 0.0, 1.0), true));
//chorus_mixer[instance_id]->gain(1, pseudo_log_curve(mapfloat(configuration.fx.chorus_level[instance_id], CHORUS_LEVEL_MIN, CHORUS_LEVEL_MAX, 0.0, 1.0), true));

1093
UI.hpp

File diff suppressed because it is too large Load Diff

@ -42,8 +42,12 @@
//
// Tools for testing MIDI: https://github.com/gbevin/SendMIDI
// https://github.com/gbevin/ReceiveMIDI
//
// Receiving and storing MIDI SYSEX with Linux:
// amidi -p hw:2,0,0 -d -r /tmp/bkup1.syx
//
#define VERSION "0.9.9d"
#define VERSION "0.9.9e"
//*************************************************************************************************
//* DEVICE SETTINGS

Loading…
Cancel
Save