gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit bb9b02bc72eedbc3bd33b660c1b0b59c2bf625c6
parent 97f163999d79af72de55e6b9337af0e7c3bd05d4
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 27 Oct 2024 16:53:48 +0100

specify company website

Diffstat:
Msource/juce.cmake | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/juce.cmake b/source/juce.cmake @@ -39,6 +39,7 @@ macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProjec # ICON_BIG ... # ICON_* arguments specify a path to an image file to use as an icon for the Standalone # ICON_SMALL ... COMPANY_NAME "The Usual Suspects" # Specify the name of the plugin's author + COMPANY_WEBSITE "https://dsp56300.wordpress.com" IS_SYNTH ${isSynth} # Is this a synth or an effect? NEEDS_MIDI_INPUT TRUE # Does the plugin need midi input? NEEDS_MIDI_OUTPUT TRUE # Does the plugin need midi output?