Faust how to make a sound?
-
@hisefilo Try Fn+F5 :) I haven't added that compile button yet, and this button will just reload the existing code from the text file. 100% brain capacity was used when implementing this feature.
-
@Christoph-Hart Yes already tried after your previous message. Still no sound. Will record a video maybe you can catch what I'm doing wrong
-
@hisefilo I'm adding the compile bar like with every other code editor so you have something to click on (it's just an unreasonable amount of code-reshuffling required for that but I'll guess now is the time).
-
-
@hisefilo I believe you will need to edit the faust code in a external editor or at least make sure it is saved under
DspNetworks/CodeLibrary/faust/yourFaustFile.dsp
. If your code is in this file you can go ahead to ScriptNode and click the first Icon (two arrows) in the faust node to 'refresh and recompile' the code. -
@oskarsh Yeaaaa that was it. Was not saving the .dsp
Thank for teaching me! Now I get a no ending sound. But at least note on is working. Will investigate the gate param -
@hisefilo I've pushed a change that adds the compile bar on the faust code editor so you should be able to use it on macOS too.
-
@Christoph-Hart thanks mate. Reporting this!
-
replacing var to bool made it compile. Don't know if it's safe
-
@Christoph-Hart Still not saving the .dsp on DspNetworks/CodeLibrary/faust/