Hi everyone, I wanted to ask about two problems that I can’t solve:
the first:
I created a wavetable synth via ftmorf and poscil3, I scroll the wavetable reading index from a cabbage widget and view the morphed ftable via gentable. The display with gentable works perfectly in cabbage,
but when the plugin is in a DAW it works only when the window is first opened, if I close and reopen the window the gentable is displayed like this:
at the audio level, morphing continues to work.
In the code I have an instrument that is triggered in the i-statement via MIDI, the audio signal is inserted into a global audio variable (gaout ) and is received by an instrument (started by the score at time 0 for a week)
instr 29
adisplay = gaout * 0.3
display adisplay, .009, 0.01
dispfft adisplay, .009, 256
endin
Second problem:
For some time now (I don’t remember from which version onwards) I can no longer export my plugins in vst format. I’m on an Intel Mac running High Sierra and currently have the latest cabbage beta installed (2.8.97). I tried to install the latest release (2.80) and various betas back in time but the error is always this:
appendix: I tried to install the new release of CSound 6.17 but every time I run my synth Cabbage it crashes, with 6.16 it works perfectly… dunno