Skip to content

Commit

Permalink
Fix top level component accesible configuration
Browse files Browse the repository at this point in the history
basically make it so that you can etner the thing in reaper just
like you can surge

Closes #99
  • Loading branch information
baconpaul committed Jan 6, 2025
1 parent 0cd1549 commit b28700a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sst/sst-clap-helpers
1 change: 1 addition & 0 deletions src/ui/six-sines-editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ SixSinesEditor::SixSinesEditor(Synth::audioToUIQueue_t &atou, Synth::uiToAudioQu
: jcmp::WindowPanel(true), audioToUI(atou), uiToAudio(utoa), flushOperator(fo)
{
setTitle("Six Sines - an Audio Rate Modulation Synthesizer");
setAccessible(true);
sst::jucegui::style::StyleSheet::initializeStyleSheets([]() {});

sheet_t::addClass(PatchMenu).withBaseClass(jcmp::JogUpDownButton::Styles::styleClass);
Expand Down

0 comments on commit b28700a

Please sign in to comment.