I now understand how grab_midi works : the live.object connected to the push returns received_midi messages.
But unfortunately it's doesn't give more than the grab_control --> Button_Matrix method :
it returns only notes, without any mpe data.
here is an audio effect M4L device with a stripped ...
Search found 28 matches
- Tue Sep 23, 2025 1:17 pm
- Forum: Max For Live
- Topic: Push3 M4L custom layout : how to grab pads MPE ?
- Replies: 11
- Views: 53924
- Tue Sep 23, 2025 9:24 am
- Forum: Max For Live
- Topic: Push3 M4L custom layout : how to grab pads MPE ?
- Replies: 11
- Views: 53924
Re: Push3 M4L custom layout : how to grab pads MPE ?
googling around looking for useful doc, I just found your video
https://www.youtube.com/watch?v=ggalBAokHaw&t=1038s
Very useful tips, thanks
https://www.youtube.com/watch?v=ggalBAokHaw&t=1038s
Very useful tips, thanks
- Mon Sep 22, 2025 3:40 pm
- Forum: Max For Live
- Topic: Push3 M4L custom layout : how to grab pads MPE ?
- Replies: 11
- Views: 53924
Re: Push3 M4L custom layout : how to grab pads MPE ?
What do you mean by "grab MIDI" ?
live.push.maxhelp / Grabbing Controls tab : explains how to grab & override the buttons and knobs of the Push.
Grabbing (grab_control) individual pads (f.e 0_Clip_0_Button) or the whole pads matrix (Button_Matrix) allows to get pads / notes velocity, but I can’t ...
live.push.maxhelp / Grabbing Controls tab : explains how to grab & override the buttons and knobs of the Push.
Grabbing (grab_control) individual pads (f.e 0_Clip_0_Button) or the whole pads matrix (Button_Matrix) allows to get pads / notes velocity, but I can’t ...
- Tue Sep 16, 2025 2:40 pm
- Forum: Max For Live
- Topic: Push3 M4L custom layout : how to grab pads MPE ?
- Replies: 11
- Views: 53924
Re: Push3 M4L custom layout : how to grab pads MPE ?
I've never seen any device that can grab pads and use MPE data...
If you know one, please let me know
If you know one, please let me know
- Tue Sep 16, 2025 9:23 am
- Forum: Max For Live
- Topic: Push3 M4L custom layout : how to grab pads MPE ?
- Replies: 11
- Views: 53924
Re: Push3 M4L custom layout : how to grab pads MPE ?
Thanks Louis, updated imp.midi for Apple Silicon is here :
https://cycling74.com/forums/m4l-how-to ... 00135defff
It doesn't really replace the ability to grab Push MPE pads, but it's nice to have this tool revived on recent Macs
https://cycling74.com/forums/m4l-how-to ... 00135defff
It doesn't really replace the ability to grab Push MPE pads, but it's nice to have this tool revived on recent Macs
- Sat Sep 13, 2025 5:45 pm
- Forum: Max For Live
- Topic: Push3 M4L custom layout : how to grab pads MPE ?
- Replies: 11
- Views: 53924
Re: Push3 M4L custom layout : how to grab pads MPE ?
Thanks for your feedback
unfortunately imp.midi hasn't been updated for silicon Mac
the new XYZ layout & Touch Sensitive Step Editing let me hope that this now could be done in M4L...
unfortunately imp.midi hasn't been updated for silicon Mac
the new XYZ layout & Touch Sensitive Step Editing let me hope that this now could be done in M4L...
- Sat Sep 13, 2025 9:14 am
- Forum: Max For Live
- Topic: Push3 M4L custom layout : how to grab pads MPE ?
- Replies: 11
- Views: 53924
Push3 M4L custom layout : how to grab pads MPE ?
inspired by the new XYZ layout & Touch Sensitive Step Editing
I would love to be able to make my own XYZ / multitouch custom M4L layouts :)
live.push.maxhelp / Grabbing Controls tab : explains how to grab & override the buttons and knobs of the Push.
Grabbing (grab_control) individual pads (f.e 0 ...
I would love to be able to make my own XYZ / multitouch custom M4L layouts :)
live.push.maxhelp / Grabbing Controls tab : explains how to grab & override the buttons and knobs of the Push.
Grabbing (grab_control) individual pads (f.e 0 ...
- Wed Oct 19, 2016 4:31 pm
- Forum: Feature Wishlist
- Topic: loop sound files without warping
- Replies: 2
- Views: 1349
loop sound files without warping
I use Live since many years, and I always missed this basic feature :
being able to playback a loop sound file without warping it.
I mean : with no time stretch, no pitch shifting ; just playing the whole sound file, looped.
(actually, when warp is disabled : loop is disabled as well...)
I know : I ...
being able to playback a loop sound file without warping it.
I mean : with no time stretch, no pitch shifting ; just playing the whole sound file, looped.
(actually, when warp is disabled : loop is disabled as well...)
I know : I ...
- Tue Jul 20, 2010 7:39 am
- Forum: Max For Live
- Topic: clip color code has changed in live 8.1.4 ?
- Replies: 4
- Views: 1434
Re: clip color code has changed in live 8.1.4 ?
Mr Ableton, please say something !
- Thu Jul 15, 2010 10:39 am
- Forum: Max For Live
- Topic: clip color code has changed in live 8.1.4 ?
- Replies: 4
- Views: 1434
Re: clip color code has changed in live 8.1.4 ?
Live 8.1.5 b1 : same problem...
Should we consider this as the new official color scheme ?
Should we consider this as the new official color scheme ?
- Thu Jul 08, 2010 1:07 pm
- Forum: Max For Live
- Topic: clip color code has changed in live 8.1.4 ?
- Replies: 4
- Views: 1434
clip color code has changed in live 8.1.4 ?
when I get property "color" of a clip, the color code returned by Live.API has changed since Live 8.1.4 ;
for ex, in Live 8.1.3 (and previous versions), first clip color code (red) was 9571075 ; now in 8.1.4, it is 15549221.
The color code used in previous Live version used to match the color code ...
for ex, in Live 8.1.3 (and previous versions), first clip color code (red) was 9571075 ; now in 8.1.4, it is 15549221.
The color code used in previous Live version used to match the color code ...
- Thu Nov 05, 2009 7:14 am
- Forum: Max For Live
- Topic: observing clipslots/stuff and almost all in a liveset ??
- Replies: 14
- Views: 4384
Re: observing clipslots/stuff and almost all in a liveset ??
The best way to observe a large number of properties without tears is via the JS API object. My APC40 observer patch went from a nasty 160 odd voice poly~ to about 10 lines of code.
We hope to have some more examples of this in the not too distant future.
-A
would you share this "APC40 observer ...
We hope to have some more examples of this in the not too distant future.
-A
would you share this "APC40 observer ...
- Tue Nov 03, 2009 6:14 pm
- Forum: Max For Live
- Topic: get clips names : why is it so slowww ?
- Replies: 5
- Views: 2336
Re: get clips names : why is it so slowww ?
It takes 1 second to get 8000 clip names? Wow, that's cool.
no ! when there are 8000 clips in the project, it takes more than 1 second to get only 64 clips names ...
(please have a look at the device I sent)
(getting 8000 clips names would take probably more than 2 minutes...)
Please understand ...
no ! when there are 8000 clips in the project, it takes more than 1 second to get only 64 clips names ...
(please have a look at the device I sent)
(getting 8000 clips names would take probably more than 2 minutes...)
Please understand ...
- Tue Nov 03, 2009 11:06 am
- Forum: Max For Live
- Topic: get clips names : why is it so slowww ?
- Replies: 5
- Views: 2336
get clips names : why is it so slowww ?
please download this live project : http://dl.getdropbox.com/u/174493/getClipsName%20Project.zip
it contains a MFL device "getClipsNames.amxd" (in track 1)
This very simple device fills a jit.cellblock with clips names from the 8 firsts tracks and 8 firsts scenes + reports the time it took to ...
it contains a MFL device "getClipsNames.amxd" (in track 1)
This very simple device fills a jit.cellblock with clips names from the 8 firsts tracks and 8 firsts scenes + reports the time it took to ...
- Sat Oct 31, 2009 3:38 pm
- Forum: Max For Live
- Topic: M4L.api.VideoThereminDetectAndDisplay : camera menu problem
- Replies: 0
- Views: 953
M4L.api.VideoThereminDetectAndDisplay : camera menu problem
in the abstraction "M4L.api.VideoThereminDetectAndDisplay"
the loadbang in "p init" that triggers the message "getvdevlist" -> jit.qt.grab seens to be sent BEFORE the object jit.qt/dx.grab is created...
so the menu that is supposed to display video devices is not updated correctly. (it always ...
the loadbang in "p init" that triggers the message "getvdevlist" -> jit.qt.grab seens to be sent BEFORE the object jit.qt/dx.grab is created...
so the menu that is supposed to display video devices is not updated correctly. (it always ...