Audio production: Difference between revisions
De CH-latin1 (talk | contribs) m makeSearchPath -> lib.makeSearchPath, as it is from lib and the with lib; statement is missing. (found in musnix source) |
De CH-latin1 (talk | contribs) m added clap to the snippet |
||
| Line 20: | Line 20: | ||
VST_PATH = makePluginPath "vst"; | VST_PATH = makePluginPath "vst"; | ||
VST3_PATH = makePluginPath "vst3"; | VST3_PATH = makePluginPath "vst3"; | ||
CLAP_PATH = makePluginPath "clap"; | |||
};</syntaxhighlight> | };</syntaxhighlight> | ||