Search found 1151 matches

by broc
Fri May 29, 2020 10:39 am
Forum: Max For Live
Topic: OSC Midi Send from Ableton to Processing.org - erratic behaviour with events from multiple notes
Replies: 2
Views: 1345

Re: OSC Midi Send from Ableton to Processing.org - erratic behaviour with events from multiple notes

In fact, sending pitch and velocity as separate messages seems quite useless.
But you can easily make a device sending pitch & velocity in one message.

[midiin] > [midiparse] > [prepend /note] > [udpsend localhost xxxx]
by broc
Tue May 05, 2020 1:41 pm
Forum: Max For Live
Topic: CC123 bypasses Max for Live MIDI plugin
Replies: 2
Views: 1365

Re: CC123 bypasses Max for Live MIDI plugin

This behaviour is probably intended to ensure that CC123 is received by all devices on the track. Notice that CC 120-127 are 'Channel Mode Messages' which rather than controlling sound parameters affect the channel's operating mode.
by broc
Sat Mar 07, 2020 9:10 pm
Forum: Ableton Live
Topic: .mid
Replies: 1
Views: 4236

Re: .mid

Probably your file has a special format that Live doesn't understand,
in particular Type 0, single track but multiple channels.
If so, it must be converted before to Type 1.
Most DAWs can do that, or Google "midi file converter".
by broc
Wed Aug 08, 2018 8:03 am
Forum: Max For Live
Topic: MIDI NOte Sequencer
Replies: 2
Views: 955

Re: MIDI NOte Sequencer

It's an [itable] object with Range and Size 12.
by broc
Wed Aug 08, 2018 8:01 am
Forum: Max For Live
Topic: Max 8 Folder in Documents?
Replies: 2
Views: 1073

Re: Max 8 Folder in Documents?

The folder is for storing Max data and cannot be moved I think.
by broc
Wed Aug 01, 2018 1:15 pm
Forum: Ableton Live
Topic: Locator (Marker) in MIDI editor
Replies: 10
Views: 5016

Re: Marker in MIDI editor

8E wrote: A MIDI note in the Clip View is visible with its position in the Arrangement view
Not true generally, but only if the clip starts at bar 1 in the arrangement.
by broc
Tue Jul 31, 2018 10:31 am
Forum: Max For Live
Topic: tab "max7" in my audio inputs dissapeared
Replies: 1
Views: 854

Re: tab "max7" in my audio inputs dissapeared

Make sure that in Max 'ad_rewire' is selected as driver in Audio Status.
by broc
Thu Jun 28, 2018 10:04 am
Forum: Ableton Live
Topic: Can I disable/alter the "All Notes Off" behavior w/space bar
Replies: 2
Views: 1335

Re: Can I disable/alter the "All Notes Off" behavior w/space bar

I don't think that filtering within Live is possible.
But you could try a utility like MidiPipe (Mac) or Midi-OX (Win).
by broc
Tue Jun 26, 2018 9:26 am
Forum: Ableton Live
Topic: Polymeter with arp (no retriggering)
Replies: 3
Views: 1289

Re: Polymeter with arp (no retriggering)

Yes, depending how the arp notes are generated you may better use tracks instead of chains.
But both methods require basically the same mute/unmute automation.
by broc
Mon Jun 25, 2018 8:51 am
Forum: Ableton Live
Topic: Polymeter with arp (no retriggering)
Replies: 3
Views: 1289

Re: Polymeter with arp (no retriggering)

Maybe run the arps in parallel on 2 chains of a MIDI effect rack and toggle the output every bar.
by broc
Mon Jun 18, 2018 12:52 pm
Forum: Max For Live
Topic: Problem with Relative CC and MIDI track Input
Replies: 6
Views: 1542

Re: Problem with Relative CC and MIDI track Input

In fact, Live blocks repeating CC values except for CC#0 and CC#32 (bank, subbank).
by broc
Sun Apr 01, 2018 2:24 pm
Forum: Ableton Live
Topic: Export MIDI issue
Replies: 24
Views: 7797

Re: Export MIDI issue

If you export I think you just have to accept the 96 TPQN resolution limit and live with it. If this is a problem depends on your needs of exact timing. Is that one dotted 128-th? I think it will be sufficient. I am working exclusively with music that will be notated and performed, so no so high re...
by broc
Wed Aug 30, 2017 5:10 pm
Forum: Max For Live
Topic: M4L LFO device causes audible glitches on target vsti parame
Replies: 2
Views: 1479

Re: M4L LFO device causes audible glitches on target vsti parame

For comparison I would apply the same modulation to the filter of some other similar instrument. If it works better your specific VST is probably the culprit. Otherwise the rate or range of the LFO may be to high for smooth operation.
by broc
Mon Aug 28, 2017 8:56 pm
Forum: Max For Live
Topic: send/receive race condition - track dependencies
Replies: 11
Views: 3422

Re: send/receive race condition - track dependencies

Thanks for the tips, both. I tried setting one MIDI track as the input to another, but between the In / Auto / Off options I couldn't get the MIDI data to merge. Am I missing something there? If I set it to In, it uses the other track's MIDI to control the instrument. If I set it to Auto, it uses t...
by broc
Mon Aug 28, 2017 5:21 pm
Forum: Max For Live
Topic: send/receive race condition - track dependencies
Replies: 11
Views: 3422

Re: send/receive race condition - track dependencies

Regarding the timing problem, I think you could just delay all main events by 1ms using [pipe] and if needed compensate by setting the track delay to -1ms.