Csound Csound-dev Csound-tekno Search About

InputMessage behavior

Date2015-12-24 23:06
FromRichard
SubjectInputMessage behavior
In my csound server I use InputMessage (Python API function) to send 
score events to several instruments.
I notice strange distortions and delays.
E.g. when I send the same score events to 3 different instruments in one go:
i11 0 1 100 60
i11 0 1 100 64
i11 0 1 100 67
i11 1 1 100 60
i11 1 1 100 64
i11 1 1 100 67
i11 2 1 100 60
i11 2 1 100 64
i11 2 1 100 68
i11 3 1 100 60
i11 3 1 100 64
i11 3 1 100 68

i12 0 1 100 60
i12 0 1 100 64
i12 0 1 100 67
i12 1 1 100 60
i12 1 1 100 64
i12 1 1 100 67
i12 2 1 100 60
i12 2 1 100 64
i12 2 1 100 68
i12 3 1 100 60
i12 3 1 100 64
i12 3 1 100 68
i13 0 1 100 60
i13 0 1 100 64
i13 0 1 100 67
i13 1 1 100 60
i13 1 1 100 64
i13 1 1 100 67
i13 2 1 100 60
i13 2 1 100 64
i13 2 1 100 68
i13 3 1 100 60
i13 3 1 100 64
i13 3 1 100 68

Could the order be a problem here?

Richard

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-12-25 09:10
FromRichard
SubjectRe: InputMessage behavior
Hmm, I tried with putting the list in order, but that does not help. It 
*looks* like InputMessage cannot handle multiple instruments properly....

Richard

On 25/12/15 00:06, Richard wrote:
> In my csound server I use InputMessage (Python API function) to send 
> score events to several instruments.
> I notice strange distortions and delays.
> E.g. when I send the same score events to 3 different instruments in 
> one go:
> i11 0 1 100 60
> i11 0 1 100 64
> i11 0 1 100 67
> i11 1 1 100 60
> i11 1 1 100 64
> i11 1 1 100 67
> i11 2 1 100 60
> i11 2 1 100 64
> i11 2 1 100 68
> i11 3 1 100 60
> i11 3 1 100 64
> i11 3 1 100 68
>
> i12 0 1 100 60
> i12 0 1 100 64
> i12 0 1 100 67
> i12 1 1 100 60
> i12 1 1 100 64
> i12 1 1 100 67
> i12 2 1 100 60
> i12 2 1 100 64
> i12 2 1 100 68
> i12 3 1 100 60
> i12 3 1 100 64
> i12 3 1 100 68
> i13 0 1 100 60
> i13 0 1 100 64
> i13 0 1 100 67
> i13 1 1 100 60
> i13 1 1 100 64
> i13 1 1 100 67
> i13 2 1 100 60
> i13 2 1 100 64
> i13 2 1 100 68
> i13 3 1 100 60
> i13 3 1 100 64
> i13 3 1 100 68
>
> Could the order be a problem here?
>
> Richard

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here