Search found 1151 matches

by broc
Wed Oct 05, 2016 2:10 pm
Forum: Ableton Live
Topic: Group effect
Replies: 14
Views: 2433

Re: Group effect

octo8 wrote: Why is it not possible to apply a MIDI effect as well?
Group tracks in Live are *audio* tracks and thus can only host audio effects.
by broc
Mon May 09, 2016 12:59 pm
Forum: Max For Live
Topic: Parameters mapped to a MapButton won't be saved correctly
Replies: 19
Views: 5073

Re: Parameters mapped to a MapButton won't be saved correctly

Yes, but live.object may be less suited for higher control rates.
by broc
Mon May 09, 2016 11:20 am
Forum: Max For Live
Topic: Parameters mapped to a MapButton won't be saved correctly
Replies: 19
Views: 5073

Re: Parameters mapped to a MapButton won't be saved correctly

chapelier fou wrote:Is it because the remote~ object removes the parameter from live's savable parameters ??
Yes, with the (positive) side effect that it doesn't write to the undo history.
by broc
Tue Dec 08, 2015 8:11 pm
Forum: Ableton Live
Topic: How to convert a MTC number to a song postion pointer
Replies: 4
Views: 1711

Re: How to convert a MTC number to a song postion pointer

I would convert the mtc number to milliseconds and then use the Max object [translate ms bbu].
'bbu' means 'bars beats units' where units is given in ticks (1 beat = 480 ticks).
by broc
Mon Nov 16, 2015 7:26 pm
Forum: Max For Live
Topic: Live's master "stop button" causing weird bug in my device
Replies: 7
Views: 1814

Re: Live's master "stop button" causing weird bug in my device

I've found that Live at stop sends an All-Notes-Off message (CC123).
by broc
Sun Nov 15, 2015 5:17 pm
Forum: Ableton Live
Topic: A "gate" for midi velocity signals ?
Replies: 2
Views: 1487

Re: A "gate" for midi velocity signals ?

Try 'Gate' mode of the Velocity device.
by broc
Sun Sep 06, 2015 11:33 am
Forum: Ableton Live
Topic: MIDI I/O routing is confusing me.
Replies: 3
Views: 1380

Re: MIDI I/O routing is confusing me.

The reason is that the VST standard has only 2 types of plugins, instrument (midi>audio) and audio effect (audio>audio), but no midi effect (midi>midi). Instead a midi effect is implemented as *instrument* with additional midi output (even if it doesn't produce audio), and thus on Live tracks such p...
by broc
Sat Sep 05, 2015 10:08 pm
Forum: Ableton Live
Topic: Alchemy now part of Logic Pro X
Replies: 59
Views: 14386

Re: Alchemy now part of Logic Pro X

I get about 13ms of latency on the External Instrument device, running a session at 44,1Khz and 256 samples buffer settings using an RME Babyface as output. Interesting. I've tested again with 256 samples buffer and still get latency on the external instrument much higher than 13ms. And finally I e...
by broc
Sat Sep 05, 2015 3:12 pm
Forum: Ableton Live
Topic: Alchemy now part of Logic Pro X
Replies: 59
Views: 14386

Re: Alchemy now part of Logic Pro X

I'm using it on 10.10.5 and it works fine. Cool. Just tried it with success but I'm not sure about the latency. What is your audio buffer in Live and the latency setting of external instrument? PS With a phase test I got instrument latency about 80ms (@512 samples audio buffer). So Soundflower itse...
by broc
Sat Sep 05, 2015 12:20 pm
Forum: Ableton Live
Topic: Alchemy now part of Logic Pro X
Replies: 59
Views: 14386

Re: Alchemy now part of Logic Pro X

For guys on a Mac and wanting to use Logic as a slave to Ableton. Just use Soundflower (free) to get the audio into Ableton and use the IAC Driver (already native to Mac) to route the midi from Ableton to Logic. That way you can use an External Instrument device (from Ableton) to get your Logic ins...
by broc
Mon Jun 08, 2015 11:55 pm
Forum: Ableton Live
Topic: OSC ... how to implement a simple solution?
Replies: 5
Views: 3503

Re: OSC ... how to implement a simple solution?

For handling OSC in Max (and M4L) you can use [udpsend/udpreceive]. Quite simple and no Java involved.
But there is a general limitation of UDP/OSC that different applications cannot receive on the same port.
by broc
Thu May 21, 2015 10:10 am
Forum: Max For Live
Topic: Audio to MIDI Clock conversion...
Replies: 1
Views: 821

Re: Audio to MIDI Clock conversion...

It's not possible to send system real-time messages like MIDI clock through Live's track output.
As workaround you could send UDP/OSC messages to a standalone Max patch and convert there into MIDI clock.

Btw, Live's EXT mode is for clock input, not output.
by broc
Sat May 02, 2015 6:20 pm
Forum: Max For Live
Topic: M4l session performance buffer
Replies: 2
Views: 836

Re: M4l session performance buffer

Capturing midi notes in the background can be done with the [detonate] object as buffer. For recalling the buffer you'd need to create a midi clip and copy the data from detonate into the clip. All these steps can be automated with M4L - but only in session view. M4L cannot create or paste a midi cl...
by broc
Tue Apr 21, 2015 1:57 pm
Forum: Ableton Live
Topic: Live MTC send via MIDI for VCA automation?
Replies: 3
Views: 1395

Re: Live MTC send via MIDI for VCA automation?

Since Live does only receive MTC you could use a MTC generator tool as master clock for synchronization.

For example this.

https://sononum.net/horae
by broc
Fri Apr 10, 2015 5:16 pm
Forum: Ableton Live
Topic: Mac OS X: aggregating (merging) MIDI devices
Replies: 3
Views: 1682

Re: Mac OS X: aggregating (merging) MIDI devices

The small free app 'MidiPipe' can easily merge multiple input devices/ports into one.