Envelope graph shooting over target

This commit is contained in:
Oskar Wallgren
2014-01-30 03:44:37 +01:00
parent ba69e70bdb
commit 1e98cb7b58

View File

@@ -62,7 +62,7 @@ const int SUSTAIN_KNOB_X = DECAY_KNOB_X+KNOB_X_SPACING;
const int RELEASE_KNOB_X = SUSTAIN_KNOB_X+KNOB_X_SPACING;
const int AMOUNT_KNOB_X = RELEASE_KNOB_X+KNOB_X_SPACING;
const float TIME_UNIT_WIDTH = 36.0;
const float TIME_UNIT_WIDTH = 35.0;
const int LFO_GRAPH_X = 6;