Search found 5987 matches

by chapelier fou
Thu Mar 28, 2024 9:22 pm
Forum: Ableton Live
Topic: MIDI Map using sysex messages
Replies: 4
Views: 241

Re: MIDI Map using sysex messages

It all depends on how the messages are structured (this varies a lot from device to device, which explains why it’s not natively useable in Live) but it’s not that hard to convert sysex to ccs with Max. Then if you want to map it via MIDI, you’ll have to use a virtual MIDI Bus. You could also use di...
by chapelier fou
Tue Mar 26, 2024 11:14 am
Forum: Max For Live
Topic: M4L MIDI-device which outputs MIDI CC's to different MIDI-channels simultaneously
Replies: 7
Views: 205

Re: M4L MIDI-device which outputs MIDI CC's to different MIDI-channels simultaneously

Look into udpsend/udpreceive. I've written a few M4L sequencing patches that all operate on the basis of having everything in one patch controlling different stuff across 2 or 3 midi tracks, utilising a fairly straightforward udpsend/receive system. Not sure if that's maybe what you're looking for....
by chapelier fou
Sat Mar 23, 2024 12:56 pm
Forum: Ableton Live
Topic: Bug Report: Live 12 Convol. Reverb Pro
Replies: 4
Views: 238

Re: Bug Report: Live 12 Convol. Reverb Pro

On my side, I totally avoided using Convolution Reverb Pro in favor of the Hybrid Reverb that can load the same impulse responses, can do more and is much more reliable.
by chapelier fou
Sat Mar 23, 2024 12:28 pm
Forum: Feature Wishlist
Topic: Petition to remove automatic deletion of backups
Replies: 3
Views: 1550

Re: Petition to remove automatic deletion of backups

In my opinion it’s a much better habit to manually save incremental versions.
So I would vote for simply removing backups.
by chapelier fou
Wed Mar 20, 2024 6:24 pm
Forum: Ableton Live
Topic: Pressing Stop Button resets the global scale
Replies: 20
Views: 590

Re: Pressing Stop Button resets the global scale

(Edit, duplicate post)
by chapelier fou
Wed Mar 20, 2024 6:24 pm
Forum: Ableton Live
Topic: Pressing Stop Button resets the global scale
Replies: 20
Views: 590

Re: Pressing Stop Button resets the global scale

But it doesn’t do that
by chapelier fou
Wed Mar 20, 2024 3:24 pm
Forum: Ableton Live
Topic: Pressing Stop Button resets the global scale
Replies: 20
Views: 590

Re: Pressing Stop Button resets the global scale

scheffkoch wrote:
Wed Mar 20, 2024 12:10 pm
...i just tested it again and imo there is a "global scale"
No, there is a "current scale".
by chapelier fou
Wed Mar 20, 2024 10:57 am
Forum: Ableton Live
Topic: Pressing Stop Button resets the global scale
Replies: 20
Views: 590

Re: Pressing Stop Button resets the global scale

Ok I think I get it @Télémaque : You use Push to input notes in live recordings. You want Push to be set at a specific scale when you play (and record). But : the "current scale" (it's a better terminology than "global scale" because THERE IS NO GLOBAL SCALE IN LIVE 12), remains ...
by chapelier fou
Tue Mar 19, 2024 8:05 am
Forum: Max For Live
Topic: Getting and setting Arrangement view selection in a MAX MSP Patch
Replies: 3
Views: 91

Re: Getting and setting Arrangement view selection in a MAX MSP Patch

in this case it's "call show_view Session"/"call show_view Arranger" sent to a "live_app view" object.

But I doubt it's what the OP is asking for. What I understand is how to select a portion of arranger.
by chapelier fou
Mon Mar 18, 2024 8:46 pm
Forum: Tips & Tricks
Topic: Change Key of the project with one click?
Replies: 16
Views: 481

Re: Change Key of the project with one click?

There is no Global Scale in Live. Only a quick way to set the scale in the highlighted clips. Not sure what you’re talking about.
by chapelier fou
Mon Mar 18, 2024 8:42 pm
Forum: Ableton Live
Topic: Midi clock sync not sent while playback is stopped
Replies: 1
Views: 94

Re: Midi clock sync not sent while playback is stopped

I’m not with my computer at the moment, but is there not a setting in midi preferences for each midi clock source ?
by chapelier fou
Mon Mar 18, 2024 8:20 pm
Forum: Max For Live
Topic: Getting and setting Arrangement view selection in a MAX MSP Patch
Replies: 3
Views: 91

Re: Getting and setting Arrangement view selection in a MAX MSP Patch

I don't think it's something settable/gettable.
Maybe tell us more what you want to achieve ? There might be another way.
by chapelier fou
Mon Mar 18, 2024 3:52 pm
Forum: Ableton Live
Topic: Simultaneously record into an arrangement from session midi clips and from a midi keyboard on the same track.
Replies: 15
Views: 346

Re: Simultaneously record into an arrangement from session midi clips and from a midi keyboard on the same track.

Don't take it bad @schlam, but this is a typical "this should be easy to code" situation.
You have no idea what this implies in the source code, and neither do I.
by chapelier fou
Mon Mar 18, 2024 8:56 am
Forum: Feature Wishlist
Topic: Sustain pedal through the end of a recording
Replies: 2
Views: 1006

Re: Sustain pedal through the end of a recording

It’s a common issue, that’s because of how MIDI works unfortunately. I can’t think of a solution that would work on every situation. That said, I just had an idea involving m4l : What if a M4L device would automatically switch the sustain off when a clip loops or reaches its end ? Would it work for ...