From b28700ad96c8b5cc0e2425a2467c8fba5d63969d Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 6 Jan 2025 18:19:47 -0500 Subject: [PATCH] Fix top level component accesible configuration basically make it so that you can etner the thing in reaper just like you can surge Closes #99 --- libs/sst/sst-clap-helpers | 2 +- src/ui/six-sines-editor.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/sst/sst-clap-helpers b/libs/sst/sst-clap-helpers index 169a6d1..4937a36 160000 --- a/libs/sst/sst-clap-helpers +++ b/libs/sst/sst-clap-helpers @@ -1 +1 @@ -Subproject commit 169a6d1bb9921a4ad7e7ef7e43f48c9753cde763 +Subproject commit 4937a36c46fb0c73aea6c6bef4ad88864af9feb1 diff --git a/src/ui/six-sines-editor.cpp b/src/ui/six-sines-editor.cpp index 39d83c1..b405443 100644 --- a/src/ui/six-sines-editor.cpp +++ b/src/ui/six-sines-editor.cpp @@ -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);