Search found 350 matches

by clydesdale
Mon May 04, 2015 1:42 am
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

You can change which scene does the stop buttons in the M4L code:

path this_device canonical_parent clip_slots 1 <-- change this to whichever scene you want, minus 1. Scene 2 = 1
by clydesdale
Thu Apr 23, 2015 12:50 am
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

Since I hard coded to scene 2, maybe we try using a different scene? I've made it work pretty well for me, some of the problem might be the difference in our set-ups. I've done a little test case if you'd like me to post the Live set. Are you using Splice? Maybe we could do something there that woul...
by clydesdale
Thu Apr 23, 2015 12:19 am
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

It's hard coded to scene 2 at the moment. Can you give me an unused scene?
by clydesdale
Mon Apr 20, 2015 2:45 am
Forum: Max For Live
Topic: MIDI to from M4L to specific Live tracks
Replies: 5
Views: 1955

Re: MIDI to from M4L to specific Live tracks

I see your problem. The sample I showed you actually injects the MIDI into the device chain so it technically occurs after the clip slot. The track with the MIDI sender should be able to function normally so it would record MIDI when armed. Setting the "MIDI From" routing value might work ...
by clydesdale
Mon Apr 20, 2015 1:43 am
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

There aren't any clips in the scene 2 slots. Rather I use the stop buttons very much the same as the stop buttons used for the track, except that they are selectively enabled. It also doesn't require scene 2, it can be any unused scene row. There aren't any additional mapping requirements either oth...
by clydesdale
Sun Apr 19, 2015 10:30 pm
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

I have a way that might work using ClyphX. The device link is below. What you need to do is add a locater just before the very end of your looped arrangement, beat 4 is probably as close as you can go to the end. It should trigger the 2nd scene using the ClyphX X-Cue "[1] SCENE 2". Does th...
by clydesdale
Sun Apr 19, 2015 8:32 pm
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

Yes, I watched that video too. It's not using the follow actions directly but rather setting a button value based on the selected action in the m4l device itself. That may work. I'm also looking at using the 2nd scene launch button combined with "add stop button" and "remove stop butt...
by clydesdale
Sun Apr 19, 2015 6:52 pm
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

I was considering something like that too. I also looked and modifying the clip follow actions but those don't seem to be accessible from max.
by clydesdale
Sun Apr 19, 2015 3:54 pm
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

Here's the problem at the moment. When in toggle mode, I can't find a function that will cancel a stop action. Strangely enough you can cancel a clip launch with a stop but you can't cancel a stop with a clip launch.
by clydesdale
Sun Apr 19, 2015 2:39 pm
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

Damn, my test clips were in Trigger mode not Toggle mode, that's the problem. I'm trying to have each track check whether or not an exclusive trigger has occurred so that they don't try to stop the other clips. I can also have the first track using the exclusive trigger also launch it's own clip. Yo...
by clydesdale
Sun Apr 19, 2015 4:52 am
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

Maybe try this: https://drive.google.com/file/d/0BzptcH1JtD7COC1lNl9ZU0NDOWM/view?usp=sharing I added an Exclusive Trigger button to the TriggerPlay device-- it maps just like your Trigger. The button should stop all the other tracks except when it's own track stop button is flashing in which case i...
by clydesdale
Sat Apr 18, 2015 10:54 pm
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

Thanks, I wasn't sure what the most up to date version of your device I had. I will replace mine with yours.
by clydesdale
Sat Apr 18, 2015 8:24 pm
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

I took that code and integrated it into the original TriggerPlayGate device which is now TriggerPlayGateStop. Maybe that is convenient to have only one device if you like.

https://drive.google.com/file/d/0BzptcH ... sp=sharing
by clydesdale
Fri Apr 17, 2015 4:23 am
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

Hey there, I haven't been able to get to this. I ran into some unexpected major overtime effort at work, I apologize for not getting back to you sooner.

-RJ
by clydesdale
Thu Apr 09, 2015 10:01 pm
Forum: Max For Live
Topic: Additional button - is it possible?
Replies: 77
Views: 18455

Re: Additional button - is it possible?

I can a look. I haven't done Max for a few months so it may take me a couple of tries to remember the code.