Is there a plugin that triggers MIDI whenever a transient is
Is there a plugin that triggers MIDI whenever a transient is
I need something so that every time something percussive hits, a MIDI note triggers. I can extract groove in Ableton and then move that clip into a MIDI track, but I'd prefer not to have to do that for every piece of audio, and instead audition audio on the fly and have it trigger a synth for instance. Thanks.
Re: Is there a plugin that triggers MIDI whenever a transient is
Hi,
try this:
http://4live.me/post/111091566618/trigg-me
If you are on a pc - use the two maxforlive devices that are in the project folder.
On my PC only this two devices works!
try this:
http://4live.me/post/111091566618/trigg-me
If you are on a pc - use the two maxforlive devices that are in the project folder.
On my PC only this two devices works!
Re: Is there a plugin that triggers MIDI whenever a transient is
Was not there a M4l device (pan), which moves a pan slider when the transient was detected. I found the link on Sonic Bloom.
-
Stromkraft
- Posts: 7033
- Joined: Wed Jun 25, 2014 11:34 am
Re: Is there a plugin that triggers MIDI whenever a transient is
There are drum replacement plug-ins that can trigger on hit.alexfsu wrote:I need something so that every time something percussive hits, a MIDI note triggers. I can extract groove in Ableton and then move that clip into a MIDI track, but I'd prefer not to have to do that for every piece of audio, and instead audition audio on the fly and have it trigger a synth for instance. Thanks.
An Envelope Follower like with Max For Live device could be connected to a sequencer set up to trigger notes if the start is mappable.
Make some music!
Re: Is there a plugin that triggers MIDI whenever a transient is
+1 on the 4live.me devices they work really well with very low latency.
Re: Is there a plugin that triggers MIDI whenever a transient is
Also since that post I have been experimenting with this. The live meters in Max take audio in and put out a numerical value for the amplitude, and you can use a greater than (>) object to send a 1 if the amplitude is above a given value and a 0 if not. You can use the 1 to trigger a sample in the playlist object. You have to fiddle around with reporting intervals as well.
I reckon there's a better way using the peakamp~ object which reports peak values but I haven't figured it out quite yet. But I think any object which takes in an audio signal and puts out a numerical value can in principle be used to trigger a MIDI message.
I reckon there's a better way using the peakamp~ object which reports peak values but I haven't figured it out quite yet. But I think any object which takes in an audio signal and puts out a numerical value can in principle be used to trigger a MIDI message.