Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transverb: adapt to "distance" changes without crackly glitches #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Transverb: temporary GUI control for "distance change mode"
  • Loading branch information
sophiapoirier committed Jul 15, 2023
commit d867a92e1b4c89f3e7ed1bfdf25f7a9c252c3fd8
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