Search found 4 matches
- Fri Oct 23, 2015 6:42 pm
- Forum: Max For Live
- Topic: Some comments please - New M4L device
- Replies: 2
- Views: 2971
Some comments please - New M4L device
I created a M4L device called RecPanner. It's a utility that will watch over the current track to handle auto-panning. When the track is recording, RecPanner centers the track's panning, once the track is done recording RecPanner pans the track to the target panning. I use "metro" as a periodic ...
- Tue Nov 11, 2014 1:44 pm
- Forum: Ableton Live
- Topic: Plugin format (software folks, opinions needed)
- Replies: 7
- Views: 2918
Re: Plugin format (software folks, opinions needed)
Since you are doing Windows only I would suggest looking into VST.Net. It encapsulates some of the gory details to help get started, then, once you are more familiar with the native VST API you can get into that also.
That's pretty interesting. Would I incur a performance penalty by using .Net? It ...
That's pretty interesting. Would I incur a performance penalty by using .Net? It ...
- Mon Nov 10, 2014 3:28 pm
- Forum: Ableton Live
- Topic: Plugin format (software folks, opinions needed)
- Replies: 7
- Views: 2918
Plugin format (software folks, opinions needed)
My question is pretty simple - if I were going to sit down and start working on a plugin to use in Ableton on Windows, what format/libraries should I use?
I will be doing all of this in C++, on Windows. Since the plugin framework is up in the air, I plan to keep the worker code encapsulated away ...
I will be doing all of this in C++, on Windows. Since the plugin framework is up in the air, I plan to keep the worker code encapsulated away ...
- Sat Nov 24, 2012 1:08 pm
- Forum: Ableton Live
- Topic: Programming interface?
- Replies: 0
- Views: 417
Programming interface?
This is a bit of an odd question, but does anyone know if Ableton has an exposed programming interface for plugins? I want to build a piece of software that can make use of the notes->midi functionality in the new Live, and based on those midi lines build other parts in midi and trigger them. My ...