Control Voltage to Video
-
Hey there,
I'm working on a project to control parameters in Isadora via Control Voltages. I've got some first results (see in the Video) with DC-Coupled Interface=>Ableton=>SilentWay VST=>OSC=>Isadora.
My question is: does anyone know a way to directly use a DC-Signal in Isadora e.g. via live capturing? Will there be such kind of functions in the upcoming Isadora Version? Or will Isadora be able to host VST & their GUIs?
(PS: soundlevelwatcher doesn't work with DC-Signal very well... too slow, inaccurate & doesn't give negative values.)Best...
Lukastext
-
CV has a lot of variations and is an analogue protocol, I cannot see Isadora ever getting the ability read it, especially just through DC coupled audio inputs, and added to the fact that manufacturers use different voltages and ranges. There are many projects that deal with digitising CV data, here is one https://github.com/shaduzlabs/... that is arduino based (which can output midi). There are also a series of Eurorack modules that output midi directly https://www.modulargrid.net/e/.... Probably the Eurorack modules are the best and most flexible way to go.
-
might not understand the question but,
I use Arduinos or the like as AD converter (connected to an USB port) and feed the data through the serial watcher right into Isadora.
this is not control voltage to video , but makes it possible to control any parameter in Isadora Actors by a choice of dozen of analog CV sources.
h
-
Thx for your answers!
Midi is unfortunately for some reasons not useful in my case (low resolution, latency, ...)
Arduino via serial watcher might be my advice of choice, I'm going to have a look at this. -
@eddhy if you really want to get some high res and low latency info, you will have to make your own solution. I have made a few tests, and had great luck with raspberry pi. I found some 24 bit 8 channel SPI based ADC chips and wrote some code to send this data over OSC. The last thing I was tinkering with (I did not have time to do this properly and what I did worked well enough) was to crate better analogue prep (using op amps to adjust gains and ranges coming out of different CV outputs). The ADC was great, the OSC was low latency and for what I did it worked fine. I would guess that that a raspberry pi and high res ADC would be a better way to go (it has a much better network stack and lower latency than arduino if you optimise it).
-
Crazy thought...what if you went CV>DMX>USB??? Soundmachines SY1 to an ENTTEC DMX to USB.
-
@isadora Soundmachines SY1 Module works pretty good with the ENTTEC converter and so on. Even with a cheap DMX merger - I'm using 2 modules SY1 and have now 10 channels for CV to DMX (+ 10 channels witch direct pots to DMX) with a range from 0V to 5V (SY1 only accepts these Voltages).
Unfortunately its not easy (or: for me not possible) to have Isadora controlled by DMX. There is another program on the market that hasn't the creative power of Isadora, but is innately designed for use with the ENTTEC converter, so I'm switching the program now. Maybe there will be some day a more extended integration of DMX input into Isadora. Looking forward to that day.
Thx so far! -
Hi there @eddhy
Are you aware that you can do DMX input in Isadora ? You can do Artnet Input and you can do plain DMX (Granted the plain DMX takes some setup and is not as straight forward as could be). Artnet at the other side is really easy to use in Isadora 2.6.1 and you should def. look into it !
-
If the idea is making MIDI or better yet OSC out of your CV signals. It would also be very easy to do with an Arduino like @Fred said.
https://www.teenageengineering...
Oplab was discontinued, but I saw they are bringing out a new one. Its a great box for this.
https://www.rebeltech.org/product/open-sound-module/ is another one that has the advantage of doing OSC. Midi is a bit lo-rez for this