Posts

Showing posts with the label fun

Soundplane agent

Soundplane agent I thought id give a few more details, as previous post was a bit of a tease :) agent talks to Kaivo/Aalto using the T3D Osc protocol, the same as the soundplane uses. when this is detected, Kaivo/Aalto change into a new 'mode', which replaces the 'key' module... - inputs are now: x,y,x,dx,dy (which replace mod,mod+1,mod+2) - these inputs (as well as pitch/gate) are all per voice (which is allocated by agent) - all inputs are floating point, so all hi-res, at eigen resolution. - messages are sent at the data rate, default =250 hz, = 250 times a second, and are 'bundled' to reduce load. - pitch optionally includes bend (per agent settings) in practice everything I tried in Kaivo appear to be 'per voice' , including (surprisingly) resonator.  In fairness Im still 'learning' Kaivo, as its pretty complex beast, to get new sounds from, and finding ways to add the per key is fun/challenging. some (slightly) technical info... I ported th...