Hi,
I would like to make a drone synthesizer, but I don’t understand how put Cabbage always active:
the amplitude of signal is activated by p5 (or midi keyboard) but if I comment the relative flags (p4 and p5) and I write 1 for oscili amplitude, the audio is activated yet by the midi Keyboard…
the freq is selected by:
if(iexte == 0) then
; external, the MIDI notes numbers and the Pitch-Bender values (+-12 semitones range) are releveated and converted in cps for oscili
kmidi cpsmidib 12
else
; internal
kmidi = 440
endif
a1 oscili .1, kmidi, 1
outs a1, a1
…does not change anything if I write (i1 0 5000)…
can anyone help me?
R