| hi folks
found this simple delay on the front page
can someone explain a proper sco for me
; Delay -- Simple Delay
instr 10
idur = p3
idtime = p4/1000; i would like this to be 5 seconds (at least)
igain = p5 ; i am not sure about this one
iinch = p6 ; this is new to me
ioutch = p7; as is this
ain zar iinch ; Read the channel ; should the channel
remain the same? do i need zar to read the delay??
aout delay ain, idtime ; Delay for time;;;;;;can i change ain to a
simple oscil??
zaw aout, ioutch ; Output the channel ;;;;;;;do i need the
iinch and the ioutch??
endin
|