Audio production: Difference between revisions

m makeSearchPath -> lib.makeSearchPath, as it is from lib and the with lib; statement is missing. (found in musnix source)
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>