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 Jan 8, 2023
1 parent 6f1771c commit 21851a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion transverb/gui/transverbeditor.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
Copyright (C) 2001-2022 Tom Murphy 7 and Sophia Poirier
Copyright (C) 2001-2023 Tom Murphy 7 and Sophia Poirier
This file is part of Transverb.
Expand Down Expand Up @@ -498,6 +498,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 21851a2

Please sign in to comment.