Search found 104 matches

by Gravis
Tue Jun 29, 2010 9:27 pm
Forum: Max For Live
Topic: Issue with Live discarding duplicate MIDI messages
Replies: 4
Views: 837

Issue with Live discarding duplicate MIDI messages

Ok, so there definitely a problem with either lives implementation of the MIDI protocol, or Max4Live. Steps to cause problem ... 1: I send a CC96 on channel 1 to live from my Kenton killamix mini, the message i know reaches my mac cause i have MIDI monitor listening for it. 2: Live registers the mes...
by Gravis
Sun Jun 13, 2010 10:08 pm
Forum: Max For Live
Topic: Any M4L and APC40 users wanna hookup on AIM/MSN?
Replies: 2
Views: 650

Re: Any M4L and APC40 users wanna hookup on AIM/MSN?

i make patches for the monome, you could port them over very simply as u'd just need to change 2 little bits i believe.
by Gravis
Mon Jun 07, 2010 11:11 pm
Forum: Max For Live
Topic: help request as im really stuck
Replies: 12
Views: 1997

Re: help request as im really stuck

Ok i think i've got a better way to do it but im missing the basics here ... <pre><code> ----------begin_max5_patcher---------- 366.3ocyT10aBCBEF9Z5uBRytzYJUgo6ts+FKFCVNSYqELE7iMi+2GPac57i YzjMun8DdOGfWdJmtJBEORuDLw3GwufQnUQHTPxKfpGihK3Kyx4lPYwEfwvG CwspxYgk1ftArXCjCYVPLzVxydGeGoopW0JqhW.gJepTxywOqy...
by Gravis
Thu Jun 03, 2010 9:51 pm
Forum: Max For Live
Topic: help request as im really stuck
Replies: 12
Views: 1997

Re: help request as im really stuck

<pre><code> ----------begin_max5_patcher---------- 656.3oc2X10aaBCEF9ZxuBjuNKxlfAbuaS6Sottp0NsKpplHfWq2.6HvYKaU 8+9LFyZRFciFConcCebvXNuO75iMbyDGvBwZZIv8H2KbcbtYhiiNTU.Gy4Nf 730IYwk5lA3zuKV7Evz5KIoqk5vkzLZhzE4E1bI9pbwJYFUpuOOSz5PxerjV +PAKh4WAl5B.tWZZxmEbYI6m5Ff7lAuq+X7c6tkwxjqY7q9Tg5oW2iywU2iK BAq1E...
by Gravis
Wed Jun 02, 2010 11:19 pm
Forum: Max For Live
Topic: help request as im really stuck
Replies: 12
Views: 1997

Re: help request as im really stuck

Is there a way to stop this 'repetition blocking' ? I've come up with a work around in my head, haven't got time to test it tonight, but should work although it'll be really wasteful on processing. The joystick on the controller can be set to send values from 0-127 incrementally as you move it. So i...
by Gravis
Wed Jun 02, 2010 7:49 pm
Forum: Max For Live
Topic: help request as im really stuck
Replies: 12
Views: 1997

Re: help request as im really stuck

i've checked that, and my controller is definitely sending the message even when the value hasn't changed. I'm using MIDI Monitor to validate that. Plus, if i assign the CC value to a button say 'stop all clips' in live, Live reads it every time and continues to 'stop all clips' over and over again....
by Gravis
Tue Jun 01, 2010 9:05 pm
Forum: Max For Live
Topic: help request as im really stuck
Replies: 12
Views: 1997

Re: help request as im really stuck

ok so using a very simple ctlin object like so ... <pre><code> ----------begin_max5_patcher---------- 413.3ocyUF0aCBBDG+Y8SAgmcKBVq5dao6k9v9DrzrfJqkEEZTbqaM869.Ta ccl1XpYsuHgi6f+2OON1ZaAiEankPvCfW.VVassrLlzFrZlaAyIaRxHkF2f7 p7XZAzodIVpwnH986PtAsVeSvkbRN0r1iELRV6JpnEUxLpzrY3FqqIxjUL9x WKnIxZwfvSBt20A...
by Gravis
Tue Jun 01, 2010 12:06 pm
Forum: Max For Live
Topic: help request as im really stuck
Replies: 12
Views: 1997

Re: help request as im really stuck

The one on the top right, next to the 'd' indicator. Yeah live recognizes it. I can send midi messages from the kenton, to the patch itself when i press a button no the controller, but not when i use the joystick. so my patch prints 'blah' when other i do anything on the controller EXCEPT for when i...
by Gravis
Mon May 31, 2010 11:27 pm
Forum: Max For Live
Topic: help request as im really stuck
Replies: 12
Views: 1997

help request as im really stuck

Hi guys So i've spent the last 2 hours trying to figure out what i'm doing wrong and cant work out what the hell is going on ... I have a Kenton Killamix mini and i'd like to map the joystick to move up and down the scene selection and left and right to move the currently selected track. Up and down...
by Gravis
Mon May 10, 2010 9:50 pm
Forum: Max For Live
Topic: Calling MFL.API Abstractions from within Javascript code
Replies: 6
Views: 1132

Re: Calling MFL.API Abstractions from within Javascript code

ok so that works ....... i have no idea how, can you please point me to the documentation that says the 'path' is actually the index? cause im not seeing that anywhere :(

Thankyou!!! :D
by Gravis
Mon May 10, 2010 4:21 pm
Forum: Max For Live
Topic: Calling MFL.API Abstractions from within Javascript code
Replies: 6
Views: 1132

Re: Calling MFL.API Abstractions from within Javascript code

from what i can see there's no getIndex method on the Scene object? how would i do this?
by Gravis
Mon May 10, 2010 8:51 am
Forum: Max For Live
Topic: Calling MFL.API Abstractions from within Javascript code
Replies: 6
Views: 1132

Re: Calling MFL.API Abstractions from within Javascript code

Actually I'm after the scene INDEX, NOT the scene object itself.
by Gravis
Sun May 09, 2010 9:54 pm
Forum: Max For Live
Topic: Calling MFL.API Abstractions from within Javascript code
Replies: 6
Views: 1132

Calling MFL.API Abstractions from within Javascript code

How do i do this? So right now i have code that looks like ... selected_scene_observer = new LiveAPI(this.patcher, testCallback, "live_set", "view"); selected_scene_observer.property = "selected_scene"; and a little bit later in the file ... function testCallback() { po...
by Gravis
Sun May 09, 2010 12:01 pm
Forum: Ableton Live
Topic: [Demo] Max4Live Sm4rt Knob
Replies: 23
Views: 4494

Re: [Demo] Max4Live Sm4rt Knob

hmmmmmmmm, will give this a go, as far as i understand from your video, its sort of like creating one effect that's made of lots of little parts of other effects?

So you're stuck with the parameters you set initially, but you can still build up one crazy effect?
by Gravis
Tue Apr 27, 2010 4:55 pm
Forum: Max For Live
Topic: Saving a patch CONSTANTLY crashes Live
Replies: 4
Views: 982

Re: Saving a patch CONSTANTLY crashes Live

Yeah i more needed to rant, seeing i've sent them a TON of crash information through the 'report a bug' feature. But for the sake of getting more people to look at it, my patch looks like .... <pre><code> ----------begin_max5_patcher---------- 807.3ocwX97aaBCEG+L4uBKzNrIwP1FLP1o8iCSSZS6vl1kopJGvswaf...