Skip to content

Commit

Permalink
Transverb: temporary GUI control for "distance change mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiapoirier committed Jul 15, 2023
1 parent 6421b55 commit d867a92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions transverb/gui/transverbeditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,12 @@ void TransverbEditor::OpenEditor()
SetParameterHelpText(kQuality, "level of transposition quality of the delays' speed");
SetParameterHelpText(kTomsound, "megaharsh sound");
SetParameterHelpText(kFreeze, "pause recording new audio into the delay buffer");


#if 1
pos.set(120, getFrame()->getHeight() - 24, 210, 16);
emplaceControl<DGPopUpMenu>(this, kDistChangeMode, pos, dfx::TextAlignment::Center, kDisplayTextSize, VSTGUI::MakeCColor(92, 151, 209), kDisplayFont);
#endif
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit d867a92

Please sign in to comment.