Re: open source daw controller
Alexandre Prokoudine <[email protected]>
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <CAFjkzc1t5pkrJsc7ko-T0t9O5KdToLgFxaqKx=bTE_puOO6_qQ@mail.gmail.com> |
On Sun, Oct 20, 2013 at 3:31 PM, Georg Krause wrote: > Hello @ all. > > because i am new on this list at first i want to introduce myself: my > name is georg and i come from germany (so please excuse mistakes of > language ;). i am very interestet in electro-technics and recording > music (and i use ardour for this). > > The last time i played with the arduino platform and had the idea to > build an open source daw controller based on arduino for ardour. > At the moment its just an idea. i want to do some tests, but i have no > idea about how to make the daw controller work with ardour. You can look at the code that implements various protocols for controlling Ardour in libs/surfaces/* directory. Googling for "arduino midi controller" and "arduino osc controller" will help you even more :) Alexandre