hi.

Gintaras Lau. wrote:
> Hello,
> Is it possible or necessary to quantize simultaneously outgoing MIDI
> signals of 'n' [ctlout X X] objects.

hmm, i'm not sure whether i understand your problem.

anyhow, three generic hints:

- if you want to avoid sending duplicate values, have a look at [change]
- if you want to control the maximum data rate of messages, have a look
at [speedlim] (part of iemlib(2) and most likely cyclone)
- if you want to limit the different values that can possibly occur
(which is what comes to my mind when i hear "quantize"), do something
like y=(int(x*k))/k for normalized values

fdmasr
IOhannes

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to