Custom Waveform

This commit is contained in:
Takeshi Yokemura
2021-08-15 20:41:01 +09:00
parent 47cefdd0e8
commit 915f9eb5bf
20 changed files with 1099 additions and 44 deletions

View File

@ -154,6 +154,7 @@ void BasicParamsComponent::comboBoxChanged (ComboBox* comboBoxThatHasChanged)
{
processor.setupVoice();
editor.resized();
editor.resizeWholePanel();
printf ("setup voice!!\n");
}