Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Slider Grief

Date1999-11-03 07:02
FromGabriel Maldonado
SubjectRe: [Csnd] Slider Grief
You cannot put slider8 in the header block. Instead, put it inside an
instrument and turn on that instrument for all realtime session
duration.
-- 
Gabriel Maldonado

http://web.tiscalinet.it/G-Maldonado



Roman Shkwarok wrote:
> 
> I'm running DirectCsound 3.02b with a midi keyboard.
> 
> When I use "initc7" in header block, example:
> initc7  1,1,.5          ;init cc01 to 50%
> 
> and "midic7" in instr 1 section, example:
> kmod    midic7  1,0,1   ;assign cc01 to kmod
> 
> all the assigned controllers work fine with DCsound.
> 
> When using "slider8" in the header blk, example:
> kmod,kvol,k20,k21,k22,k23,k24,k25 slider8 1,  1,0,1,.5,0,  7,0,1,.5,0,
> 20,0,1,.5,0,  21,0,1,.5,0,  22,0,1,.5,0,  23,0,1,.5,0,  24,0,1,.5,0,
> 25,0,1,.5,0
> I get "Error: perf-pass statements illegal in header blk".
> 
> I tested the slider8 syntax by putting it into the
> instr 1 section and it compiled without error.
> 
> I'd really like to use "sliderN" but I just can't
> figure it out. Can anyone help me?
> 
> Thanks!
> Roman.
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> --
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
--