Small fix for setting up all parameters at plugin load.

pull/1/head
Holger Wirtz 8 years ago
parent f30690293e
commit cef434d736
  1. 2
      src/dexed.cpp

@ -39,7 +39,7 @@ Dexed::Dexed(double rate) : lvtk::Synth<DexedVoice, Dexed>(p_n_ports, p_midi_in)
voices[note].live = false;
}
refreshVoice=false;
refreshVoice=true;
currentNote = 0;
controllers.values_[kControllerPitch] = 0x2000;

Loading…
Cancel
Save