Search found 230 matches

by dataf1ow
Wed Aug 23, 2017 8:31 pm
Forum: Max For Live
Topic: Selector for 'sends on this track'?
Replies: 21
Views: 5762

Re: Selector for 'sends on this track'?

I said the device that I posted earlier.

I haven't had a chance to look at jomtones's device yet.
by dataf1ow
Wed Aug 23, 2017 6:29 pm
Forum: Max For Live
Topic: Selector for 'sends on this track'?
Replies: 21
Views: 5762

Re: Selector for 'sends on this track'?

Correction might be a stretch. Maybe an addendum is a better description ;) I found that setting multiple IDs with one action, as with the device I posted earlier in the thread, only writes one step in the history. I actually didn't know that. Functionally, the difference is one writing to the undo ...
by dataf1ow
Wed Aug 23, 2017 2:29 pm
Forum: Max For Live
Topic: Selector for 'sends on this track'?
Replies: 21
Views: 5762

Re: Selector for 'sends on this track'?

Wow... well I cracked the bulk of it. Just need to RTFM a bit :D ... Question is now - live.remote vs a live.observer / live.object combo. Which is better for performance? Live.remote does NOT write to the undo history, live.object DOES. Generally you want to use live.remote to remote (get it?) con...
by dataf1ow
Wed Aug 23, 2017 2:26 pm
Forum: Max For Live
Topic: Send OSC messages when Scene Launch
Replies: 2
Views: 1238

Re: Send OSC messages when Scene Launch

Observe the scenes, and if one (or a particular one) is launched, send the OSC data.
You're request is a bit wide open and I don't know how you're sending the OSC (UDP?), so I don't have any specific advice. But it's possible.
by dataf1ow
Fri Aug 18, 2017 4:14 pm
Forum: Max For Live
Topic: "Clip up/down" with MIDI?
Replies: 4
Views: 1756

Re: "Clip up/down" with MIDI?

Oh that's Lives MIDI mapping being stupid with M4L stuff. You want to change the transition of the live.text to Both instead of zero to one. This will make the button double trigger when clicked with the mouse though. So maybe make two buttons, one for mapping, one for mousing.
by dataf1ow
Fri Aug 18, 2017 4:10 pm
Forum: Max For Live
Topic: Selector for 'sends on this track'?
Replies: 21
Views: 5762

Re: Selector for 'sends on this track'?

is it possible to get the track name, and map the faders without actually focusing Live on a track? (so changing track away from the mapping plugin). Yeah that's possible. If I understand what you are asking. But I'm not really sure. Almost anything is possible with the API. You want this to be one...
by dataf1ow
Fri Aug 18, 2017 3:02 am
Forum: Max For Live
Topic: Selector for 'sends on this track'?
Replies: 21
Views: 5762

Re: Selector for 'sends on this track'?

Sweet! Good luck with the rest of the project.
by dataf1ow
Fri Aug 18, 2017 12:26 am
Forum: Max For Live
Topic: Selector for 'sends on this track'?
Replies: 21
Views: 5762

Re: Selector for 'sends on this track'?

Rad. It wouldn't be tough to do either of those things. Just copy the code that looks for the send control, and change the path to the volume/panning/etc. Instead of mixer_device sends 0, it would be mixer_device volume, or mixer_device panning. And the path would change to live_set tracks X, where ...
by dataf1ow
Thu Aug 17, 2017 5:53 pm
Forum: Max For Live
Topic: Introduction and Push noob questions
Replies: 10
Views: 3052

Re: Introduction and Push noob questions

I'm away from the hardware until Monday, so I won't be much help until then with practical advice, but it looks like section 2.6.2 of that document you linked to earlier provides some insight into how colors are calculated. The MIDI values 0-127 are translated via a color palette. I do not recall if...
by dataf1ow
Thu Aug 17, 2017 5:21 pm
Forum: Max For Live
Topic: Introduction and Push noob questions
Replies: 10
Views: 3052

Re: Introduction and Push noob questions

Sounds good - let me know if you have any questions, or just want to bounce some ideas around. I love nerding out about LED control schemes.
by dataf1ow
Thu Aug 17, 2017 5:20 pm
Forum: Max For Live
Topic: Selector for 'sends on this track'?
Replies: 21
Views: 5762

Re: Selector for 'sends on this track'?

Woo! Glad I could help.

That sentence with the glasses was meant to read:

"can easily make it 8"
by dataf1ow
Wed Aug 16, 2017 7:45 pm
Forum: Max For Live
Topic: Introduction and Push noob questions
Replies: 10
Views: 3052

Re: Introduction and Push noob questions

That patch should get you started on using and controlling just the matrix. I didn't start using js to do LED stuff until recently, but I've found it much easier to manage. Defining utility functions, and iterating through LED states/colors is way easier and cleaner in a text based environment. I ha...
by dataf1ow
Wed Aug 16, 2017 5:49 pm
Forum: Max For Live
Topic: Introduction and Push noob questions
Replies: 10
Views: 3052

Re: Introduction and Push noob questions

Yep, I'd stay away from User mode. The convenient thing about the Push/2 is that you can selectively 'grab' and 'release' components of the control surface, and leave all other behavior intact. You're free to take a look at any of my devices to see how I've done it, but the older ones can be quite a...
by dataf1ow
Wed Aug 16, 2017 3:47 pm
Forum: Max For Live
Topic: Introduction and Push noob questions
Replies: 10
Views: 3052

Re: Introduction and Push noob questions

Some questions: If you make a M4L Instrument, is there a way to override the default keyboard LED feedback? If so, is it possible to have an instrument that also takes audio input? Yes, there is, you'll be diving head first into the deep end of the control surface API, or using User mode. Only Audi...
by dataf1ow
Wed Aug 16, 2017 3:40 pm
Forum: Max For Live
Topic: "Clip up/down" with MIDI?
Replies: 4
Views: 1756

Re: "Clip up/down" with MIDI?

Your welcome ;)