Csound Csound-dev Csound-tekno Search About

space

Date2006-03-16 13:38
FromAlexandre Fenerich
Subjectspace
Hello to the list,


finally I have found the space opcode and tryed to work with it, but it gives an unespected behavior. The signal doesn't moves and stays on the back-left... this is the script I did


    sr     = 44100
    kr     = 4410
    ksmps  = 10
    nchnls = 4


instr 1

asig oscil p4,p5,1
ktime        line    5,3,0
a1, a2, a3, a4    space    asig,1, ktime, .1,p6,p7

       

    outq    a1, a2, a3, a4
    endin

--------------------------------------------------- ------


f1 0 1024 10 1


i1 0   1 10000 440   1 1
i1 1.5 1 .     440  -1 1
i1 3   1 .     440  -1 -1
i1 5   1 .     440   1 -1
i1 7   1 .     440  -10 -10


Does anybody have any idea to solve it?

Thanks


Alexandre Fenerich


Yahoo! Acesso Grátis
Internet rápida e grátis. Instale o discador agora!

Date2006-03-19 18:04
FromIstvan Varga
SubjectRe: space
AttachmentsNone  

Date2006-03-20 04:43
FromAlexandre Fenerich
SubjectRe: space
Thanks Istvan

it works normally with it...


ASF


Istvan Varga <istvan_v@fibermail.hu> escreveu:
On Thursday 16 March 2006 14:38, Alexandre Fenerich wrote:

> finally I have found the space opcode and tryed to work with it,
> but it gives an unespected behavior. The signal doesn't moves and
> stays on the back-left... this is the script I did

Try using a table number argument of zero for space instead of 1,
assuming that you intend to use p6 and p7 as the coordinates.
Otherwise, 'space' reads the coordinates from table 1.

> sr = 44100
> kr = 4410
> ksmps = 10
> nchnls = 4
>
> instr 1
>
> asig oscil p4,p5,1
> ktime line 5,3,0
> a1, a2, a3, a4 space asig,1, ktime, .1,p6,p7
>
> outq a1, a2, a3, a4
> endin
>
> ---------------------------------------------------------
>
> f1 0 1024 10 1
>
> i1 0 1 10000 440 1 1
> i1 1.5 1 . 440 -1 1
> i1 3 1 . 440 -1 -1
> i1 5 1 . 440 1 -1
> i1 7 1 . 440 -10 -10
--
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk


Yahoo! Acesso Grátis
Internet rápida e grátis. Instale o discador agora!