gitextract_s8got7r0/ ├── .clang-format ├── .github/ │ └── workflows/ │ └── build-plugin.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── LICENSE.md ├── LIN_STANDALONE.md ├── MAC_STANDALONE.md ├── README.md ├── WIN_STANDALONE.md ├── cmake/ │ ├── CmakeRC.cmake │ ├── basic_installer_clapfirst.cmake │ └── compile-options.cmake ├── doc/ │ ├── 12_prompts/ │ │ ├── audio_in_prompt.md │ │ └── color_picker.md │ ├── 12_roadmap.md │ ├── ack.md │ ├── changelog.md │ └── manual.md ├── libs/ │ ├── CMakeLists.txt │ └── catch2/ │ └── include/ │ └── catch2/ │ └── catch2.hpp ├── resources/ │ ├── LICENSE_GPL3 │ ├── NightlyBlurb.md │ ├── ReadmeZip.txt │ ├── factory_patches/ │ │ ├── Bass/ │ │ │ ├── ...And Jack Had A Groove!.sxsnp │ │ │ ├── A Supporting Role.sxsnp │ │ │ ├── Bass 1.sxsnp │ │ │ ├── Bass 2.sxsnp │ │ │ ├── Bass 3.sxsnp │ │ │ ├── Bass 4.sxsnp │ │ │ ├── Bass Is The Place.sxsnp │ │ │ ├── Better Lately Than Never.sxsnp │ │ │ ├── Brand New Bass.sxsnp │ │ │ ├── Butterbean.sxsnp │ │ │ ├── Charlie Blackwood.sxsnp │ │ │ ├── Deep And Low.sxsnp │ │ │ ├── Deep Fried Low End.sxsnp │ │ │ ├── Glide Bass.sxsnp │ │ │ ├── Gnorch.sxsnp │ │ │ ├── Growler.sxsnp │ │ │ ├── I Am Sweepy.sxsnp │ │ │ ├── Laughing Bass.sxsnp │ │ │ ├── Lowkey Slap.sxsnp │ │ │ ├── Neon New York.sxsnp │ │ │ ├── Polite Discourse.sxsnp │ │ │ ├── Post-Acid Bass.sxsnp │ │ │ ├── Power Through It.sxsnp │ │ │ ├── Rehab For Edgelords.sxsnp │ │ │ ├── Scream Queen.sxsnp │ │ │ ├── Silversmith.sxsnp │ │ │ ├── Soft Bass.sxsnp │ │ │ ├── Soft Landing.sxsnp │ │ │ ├── Squeaky Clean.sxsnp │ │ │ ├── Sub Bass.sxsnp │ │ │ ├── Substrata.sxsnp │ │ │ ├── The Zone of Fat.sxsnp │ │ │ ├── This is not an 8-bit Bass.sxsnp │ │ │ ├── Warrior Macros.sxsnp │ │ │ └── You Got Nothin On This.sxsnp │ │ ├── Bells/ │ │ │ ├── Bellotar.sxsnp │ │ │ ├── Console Tones.sxsnp │ │ │ ├── Detuned Metal.sxsnp │ │ │ ├── ED2-10 Iso-2 Bells.sxsnp │ │ │ ├── ED2-11 Iso-2 Bells.sxsnp │ │ │ ├── ED2-12 Iso-2 Bells.sxsnp │ │ │ ├── ED2-13 Iso-2 Bells.sxsnp │ │ │ ├── ED2-23 Iso-2 Bells.sxsnp │ │ │ ├── ED2-5 Iso-2 Bells.sxsnp │ │ │ ├── ED2-6 Iso-2 Bells.sxsnp │ │ │ ├── ED2-7 Iso-2 Bells.sxsnp │ │ │ ├── ED2-8 Iso-2 Bells.sxsnp │ │ │ ├── ED2-9 Iso-2 Bells.sxsnp │ │ │ ├── Five Primes Bell.sxsnp │ │ │ ├── Inharmomen.sxsnp │ │ │ ├── Iso-Bells 5.sxsnp │ │ │ ├── Iso-Bells 6.sxsnp │ │ │ ├── Mirage Bell.sxsnp │ │ │ └── Odd-Bells 7.sxsnp │ │ ├── Drums/ │ │ │ ├── Hihat Closed.sxsnp │ │ │ ├── Hihat.sxsnp │ │ │ ├── Kick.sxsnp │ │ │ ├── Metal Percussion.sxsnp │ │ │ └── Snare Short.sxsnp │ │ ├── Effects/ │ │ │ ├── A Marching Chorus of Bees.sxsnp │ │ │ ├── Klaxon Feedback.sxsnp │ │ │ ├── Mothership.sxsnp │ │ │ ├── Noisines.sxsnp │ │ │ ├── Pulsator.sxsnp │ │ │ ├── Putting Out Fires.sxsnp │ │ │ ├── Rave Implosion.sxsnp │ │ │ ├── Reboot Sequence.sxsnp │ │ │ ├── Reverse Tech.sxsnp │ │ │ ├── Rhythm Blender.sxsnp │ │ │ ├── The Big Fuss II.sxsnp │ │ │ ├── The Big Fuss.sxsnp │ │ │ ├── Vacuum.sxsnp │ │ │ ├── Water Drop.sxsnp │ │ │ ├── Wind.sxsnp │ │ │ ├── You Are Breaking Up.sxsnp │ │ │ └── Zapper.sxsnp │ │ ├── Guitar/ │ │ │ └── Muted Strat.sxsnp │ │ ├── Keys/ │ │ │ ├── Afterschool Special.sxsnp │ │ │ ├── Arpeggiator Food.sxsnp │ │ │ ├── Bright and Synthy.sxsnp │ │ │ ├── EP 3.sxsnp │ │ │ ├── EP 4.sxsnp │ │ │ ├── EP to Organ.sxsnp │ │ │ ├── EPianotar.sxsnp │ │ │ ├── Eat Your Greens.sxsnp │ │ │ ├── Fuzzbox.sxsnp │ │ │ ├── Hello Supersaw.sxsnp │ │ │ ├── Iconoclasm.sxsnp │ │ │ ├── Moving Glass Organ.sxsnp │ │ │ ├── Nostalgic Bell Synth.sxsnp │ │ │ ├── Organ.sxsnp │ │ │ ├── Out With The New.sxsnp │ │ │ ├── Retrofuture Brass.sxsnp │ │ │ ├── Sow Some Seeds.sxsnp │ │ │ ├── Stack Operator.sxsnp │ │ │ ├── Surge DX Piano Port.sxsnp │ │ │ └── UpDown Funker.sxsnp │ │ ├── Leads/ │ │ │ ├── Active Radar.sxsnp │ │ │ ├── Airlock.sxsnp │ │ │ ├── Asteroid Destroyed.sxsnp │ │ │ ├── Memento Vivere.sxsnp │ │ │ ├── Plucky.sxsnp │ │ │ ├── Prog Jazzer.sxsnp │ │ │ ├── Rounded PWM.sxsnp │ │ │ ├── Rounded Sync.sxsnp │ │ │ ├── Rounded Sync2.sxsnp │ │ │ ├── Rounded Sync3.sxsnp │ │ │ ├── Sorta Super Saw.sxsnp │ │ │ ├── Teknophilia.sxsnp │ │ │ └── Whissle.sxsnp │ │ ├── MPE/ │ │ │ ├── Exp Bowed Glass.sxsnp │ │ │ ├── Exp Bowing 1.sxsnp │ │ │ ├── Exp Bowing 2.sxsnp │ │ │ ├── Exp Reeds.sxsnp │ │ │ └── Exp Slow Primes.sxsnp │ │ ├── Mallets/ │ │ │ ├── Bubblegum Marimba.sxsnp │ │ │ ├── CPS Bells.sxsnp │ │ │ └── Marimbell.sxsnp │ │ ├── Pads/ │ │ │ ├── Bag of Bells in the Next Room.sxsnp │ │ │ ├── Beauty Grit.sxsnp │ │ │ ├── Borgus.sxsnp │ │ │ ├── Conscious Vibrations.sxsnp │ │ │ ├── Crystal Blue.sxsnp │ │ │ ├── Daughter of FloatChime.sxsnp │ │ │ ├── Death From Below.sxsnp │ │ │ ├── Furbaby.sxsnp │ │ │ ├── Holding Pattern.sxsnp │ │ │ ├── Hope Evolution.sxsnp │ │ │ ├── OST Pad.sxsnp │ │ │ ├── Pictures of Nebulas.sxsnp │ │ │ ├── Subtle Starlight.sxsnp │ │ │ ├── The Sixth Element.sxsnp │ │ │ └── We are Not Alone.sxsnp │ │ ├── Percussion/ │ │ │ ├── Chroma Perc.sxsnp │ │ │ ├── High Hats of Glory.sxsnp │ │ │ └── Robot Companion.sxsnp │ │ ├── Strings/ │ │ │ ├── Bowed Glass.sxsnp │ │ │ ├── Bowing 1.sxsnp │ │ │ ├── Bowing 2.sxsnp │ │ │ ├── Familiar Strings.sxsnp │ │ │ └── Slow Primes.sxsnp │ │ └── Templates/ │ │ ├── INIT EP.sxsnp │ │ └── INIT Sine.sxsnp │ ├── factory_themes/ │ │ ├── Dark.sixtheme │ │ └── Light.sixtheme │ ├── fonts/ │ │ ├── Anonymous_Pro/ │ │ │ └── OFL.txt │ │ ├── Manrope/ │ │ │ ├── OFL.txt │ │ │ └── README.txt │ │ └── README.txt │ └── installer_mac/ │ ├── Icon.icns │ ├── License.txt │ ├── SideQuestIcon.icns │ ├── entitlements.plist │ ├── icns.rsrc │ └── make_rsrc.sh ├── scripts/ │ ├── denew.pl │ ├── fix_code.sh │ ├── fix_file_comments.pl │ ├── fix_header_guards.pl │ ├── fix_transpose.pl │ └── make_icon.py ├── src/ │ ├── clap/ │ │ ├── preset-discovery-impl.cpp │ │ ├── preset-discovery-impl.h │ │ ├── six-sines-clap-entry-impl.cpp │ │ ├── six-sines-clap-entry-impl.h │ │ ├── six-sines-clap-entry.cpp │ │ └── six-sines-clap.cpp │ ├── configuration.h │ ├── dsp/ │ │ ├── macro_node.h │ │ ├── matrix_node.h │ │ ├── node_support.h │ │ ├── op_source.h │ │ ├── remap_functions.h │ │ ├── resonant_window.h │ │ ├── sintable.cpp │ │ └── sintable.h │ ├── infra/ │ │ └── RIFFWavWriter.h │ ├── presets/ │ │ ├── preset-manager.cpp │ │ ├── preset-manager.h │ │ ├── ui-theme-manager.cpp │ │ └── ui-theme-manager.h │ ├── synth/ │ │ ├── macro_usage.cpp │ │ ├── macro_usage.h │ │ ├── matrix_index.h │ │ ├── mod_matrix.cpp │ │ ├── mod_matrix.h │ │ ├── mono_values.h │ │ ├── patch.cpp │ │ ├── patch.h │ │ ├── synth.cpp │ │ ├── synth.h │ │ ├── voice.cpp │ │ ├── voice.h │ │ └── voice_values.h │ └── ui/ │ ├── clipboard.cpp │ ├── clipboard.h │ ├── dahdsr-components.h │ ├── finetune-sub-panel.cpp │ ├── finetune-sub-panel.h │ ├── knob-highlight.h │ ├── lfo-components.h │ ├── macro-panel.cpp │ ├── macro-panel.h │ ├── macro-sub-panel.cpp │ ├── macro-sub-panel.h │ ├── main-panel.cpp │ ├── main-panel.h │ ├── main-sub-panel.cpp │ ├── main-sub-panel.h │ ├── mainpan-sub-panel.cpp │ ├── mainpan-sub-panel.h │ ├── matrix-panel.cpp │ ├── matrix-panel.h │ ├── matrix-sub-panel.cpp │ ├── matrix-sub-panel.h │ ├── mixer-panel.cpp │ ├── mixer-panel.h │ ├── mixer-sub-panel.cpp │ ├── mixer-sub-panel.h │ ├── modulation-components.h │ ├── patch-data-bindings.h │ ├── playmode-sub-panel.cpp │ ├── playmode-sub-panel.h │ ├── preset-data-binding.h │ ├── segmented-ratio-editor.cpp │ ├── segmented-ratio-editor.h │ ├── self-sub-panel.cpp │ ├── self-sub-panel.h │ ├── settings-panel.cpp │ ├── settings-panel.h │ ├── six-sines-editor-impl.h │ ├── six-sines-editor.cpp │ ├── six-sines-editor.h │ ├── six-sines-skin.h │ ├── source-panel.cpp │ ├── source-panel.h │ ├── source-sub-panel.cpp │ ├── source-sub-panel.h │ ├── spectrum-analyzer.cpp │ ├── spectrum-analyzer.h │ ├── ui-constants.h │ ├── ui-defaults.h │ └── waveform-display.h └── tests/ ├── CMakeLists.txt ├── factory_patches.cpp ├── structure.cpp └── test_main.cpp