Isadora Exercises for theatre directors
-
- I would not bother with real theremin. Use Arduino with photo or proximity or capacitance sensor instead. These are pretty easy and simple to program either to output serial>USB or MIDI(with USB MIDI dongle) to talk to Isadora.
For instance ALESIS AirFX uses IR send-receive to get pretty good theremin like effect. The same is possible with Arduino.9) EpocCam -
- dmx adapter: entec dmx usb pro http://www.enttec.com/?main_menu=Products&pn=70304
or the cheapest is: http://dmxking.com/usbdmx/ultradmxmicro
cheapest dimmer: http://www.musikhaus-korn.de/en/Showtec-Multidim-MKIII-4-Channel-DMX-Dimmerpack.html
cheapest led-dmx lamp: http://www.musikhaus-korn.de/en/LED-PAR-56-Spot-ECO-kurz-schwarz.html
- dmx adapter: entec dmx usb pro http://www.enttec.com/?main_menu=Products&pn=70304
-
Your point about theremin is well taken @vanakaru, but I am talking about it in the theory section, where I also present a show I did with the theremin, which was, besides sound, used as a proximity sensor -- so I want to show theremin itself, and use it the way I did in the show.--8 -
About the real theremin: it may be rather interesting to use theremins cap sensor(antenna) to control something in the computer. But then you need Arduino(or similar) to digitize the sensor. The same would be to utilize theremins 2 ocillators. So it is all analog thus you need to digitize what ever you try. Like taking sound via mic, analyzing frequency, controlling something in Isadora with that data.
-
I have a moog theremin with CV out. Always wanted to use that output to generate interactive stuff. But you find much more hardware midi to cv, but not the other way round as I would need it. Or better would be: CV to OSC.
Can I use my Arduino One for the CV from the Moog Theremin? Would really be great when I could get nice numbers into Isadora... -
@feinsinn
CV seems to stay between 1-5V. Arduino can cope with 5V from analog input. I think it is doable. -
@vanakaru as I have no idea about Arduino programming, is there something I can look for: website, links, etc...
-
Take a look at this
http://www.csounds.com/journal/issue18/eurorack.html -
Great link, thank you!
-
Or if you want a fast cheat plug the theremin into your audio input and use frequency watcher.
-
@Fred so simple and genius!
-
@Fred: Thanks. That's a great suggestion.
-
@eight can you share the theremin frequency watcher patch if you are going to do it? I cant get it working right
-
@feinsinn: I have a word from the Theremin Center in Moscow that they will help me set it up, I don't know what kind of equipment they will offer, but if something useful comes out of it, I will let you know. This will happen closer to the end of December.
--8 -
@eight thank you for keeping us updated
-
About the DMX controller, I have used both these links and they worked fine with my Macbook Pro.
http://stevenbreuls.com/2013/05/diy-usb-dmx-dongle-interface-for-under-10/http://stevenbreuls.com/2014/03/diy-usb-dmx-controller-for-under-10_2_ethernet_cable/However I never used Izzy to control DMX (yet)….Another fun experiment is with Wiimotes and OSCulator… I used one to control a 3D environment.Also, I second the Epoccam route… it's a great app with little to none delay. Also, they have an app called multicam which gives you the ability to use 4 devices. -
@Paulo_Rosa: Thanks, those are great links. Building the usb-dmx converter could be an exercise in itself, should I have more time.
--8 -
I used DMX King with Isadora. Works great and is cheap.
-
Wiimotes and OSCulator is always fun!
-
As I am building these exercises, I will be putting the related resources on github.
As of now Exercise 4 is completed.Update: Exercise 13 is completed.--8