Posts

Showing posts with the label soundplane

EigenD not just for Eigenharps...

EigenD not just for Eigenharps... a demo of my latest agent 't3d device', which allows control of eigenD from a madrona labs soundplane. here it is controlling the Alpha 2 Factory setup, all that was required was adding 2 agents: - t3d device agent - an additional keygroup (to perform mapping)  in 'reality' Ive my own custom setup which exploits the soundplane more (examples in next video), but this is to show just how compatible you can make other devices :o)  #eigenD   #Soundplane   http://www.youtube.com/watch?v=7T6kr-Gf-mQ

soundplane agent (update) 0.0.4

soundplane agent (update) 0.0.4 update includes: - host and port can now be specified  - kyma mode starts a listener (logging only) kyma usage: a) set port to 8000 b) turn kyma mode on. eigend.0.log will show incoming kyma messages, which kyma will be sending on port 3124 (this is the port soundplane agent has told it to respond on) #soundplane   #eigenharp   #kyma   http://wiki.eigenzone.org/wiki/TheTechnobear_agents

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...