Search found 320 matches

by steff3
Thu Dec 10, 2009 6:56 am
Forum: Max For Live
Topic: The Live Object Model LOM is the key to advanced m4l.
Replies: 26
Views: 8499

Re: The Live Object Model LOM is the key to advanced m4l.

[quote="jayemell"][quote="steff3"]Is there a method we can query and get to know when the LiveAPI is actually up running and accessible?[/quote] You [i]can[/i] check for an uninitialized LiveAPI object. jml[/quote] Thanks for your reply ... Well, I am not that savvy in JS (just s...
by steff3
Thu Dec 10, 2009 6:48 am
Forum: Max For Live
Topic: Solutions for JS scripting in M4L?
Replies: 7
Views: 2356

Re: Solutions for JS scripting in M4L?

>> since apparently functions can't be numerical....agai >> Well, function msg_int(), msg_float() --- I think you make your life harder than it should be. There is a simple JavaScript part in the Max docu - especially for such things. Well, candy-Max5 docu is suboptimal, so get a previous version wh...
by steff3
Wed Dec 09, 2009 10:45 am
Forum: Max For Live
Topic: Do I realy understand what M4L is?
Replies: 2
Views: 973

Re: Do I realy understand what M4L is?

Well, you can develop in C (which is not platform independent) or in Java (which is of course cross platform). Of course there are tasks that perform better in C, for others Java could be considered good enough. Do not know about the specifics for the Windows platform. ad3) Modules for the Max libra...
by steff3
Wed Dec 09, 2009 10:27 am
Forum: Max For Live
Topic: The Live Object Model LOM is the key to advanced m4l.
Replies: 26
Views: 8499

Re: The Live Object Model LOM is the key to advanced m4l.

Well, no, seems like js-loadbang even happens before native MaxLoadbang - so even less chance ... Also, the untyped structure of JS does not make it easier to handle that. With Java you could just check for null or something like that. The most elegant thing IMHO would be if Live tells JS when it is...
by steff3
Wed Dec 09, 2009 7:30 am
Forum: Max For Live
Topic: The Live Object Model LOM is the key to advanced m4l.
Replies: 26
Views: 8499

Re: The Live Object Model LOM is the key to advanced m4l.

[ For JS: ] Is there a method we can query and get to know when the LiveAPI is actually up running and accessible? Something like a loadbang but that indicates that LiveAPI is now accessible. Here it seems that at the time of the jsloadbang the LiveAPI is not always accessible and it seems that the ...
by steff3
Tue Dec 08, 2009 2:00 pm
Forum: Max For Live
Topic: persisting data with max for live and js
Replies: 1
Views: 749

Re: persisting data with max for live and js

well, you can save in pattrstorage from js ... do not know if that is what you are looking for. you have to put everything into an array and return that to the pattrstorage ... if that is what you are looking for look up setvalueof(), setvalueof() and notifyclients() ... If you want write to a file ...
by steff3
Tue Dec 08, 2009 9:57 am
Forum: Ableton Live
Topic: Max runtime??
Replies: 4
Views: 7449

Re: Max runtime??

Well, Max is a standalone app and Max runtime is for standalone use .... So, no. There was a pluggo runtime that allowed you to load pluggo plugins in hosts, but this is no longer supported ... >> Am I to understand that it allows you to use object built in Max/Msp without the need to own it? >> dep...
by steff3
Tue Dec 08, 2009 9:44 am
Forum: Max For Live
Topic: Best way to put midi note data in an array?
Replies: 2
Views: 767

Re: Best way to put midi note data in an array?

Well, personally I would go Java or ftm (see below) I guess. There you can really tailor stuff to your needs. if that is not an option coll seems not too bad, you can bang out everything or step through it and save as many info for one note (consider one note a row) as you like and access the data w...
by steff3
Mon Dec 07, 2009 6:38 pm
Forum: Max For Live
Topic: How to get live.dial behave like the bound device param?
Replies: 2
Views: 851

Re: How to get live.dial behave like the bound device param?

Thanks for the tip with the text - that worked, got my file back .... With Min -Max - well, I set the @Range/Enum to the same range as the control in the Live device ... Then I get the float value from the device's control and feed that into the live.dial- can only get it to match for one value. may...
by steff3
Mon Dec 07, 2009 10:05 am
Forum: Max For Live
Topic: How to get live.dial behave like the bound device param?
Replies: 2
Views: 851

How to get live.dial behave like the bound device param?

Hello, Well, is there a way to get live.dial behave like the device's param it is bound to? With selectedDevice.get("value") I get the float representation of the value. Trying to adjust the exponent property in the live.dial's inspector allows me to match to one setting, but it seems that...
by steff3
Sun Dec 06, 2009 5:27 pm
Forum: Max For Live
Topic: coll behaviour
Replies: 9
Views: 1753

Re: coll behaviour

Docu tip? alt-click the coll module. Look in the inspector for something like 'save with/in patcher'.

However saving with patcher is only good for some 'ROM' settings I would guess, as Live pressed will share the same patcher ...

hope that helps

best
by steff3
Sat Dec 05, 2009 5:09 pm
Forum: Ableton Live
Topic: Live 6 and OS X 10.6 Snow Leopard
Replies: 23
Views: 11143

Re: Live 6 and OS X 10.6 Snow Leopard

[quote="huffnpuff"]+1 I've been a faithful Live user since v3, but this is the first ever compatibility problem I've run into. Considering the amount of cash I've spent on Live over the years, I don't think it's unreasonable to expect a 10.6 fix for live 6. :([/quote] When Live 6 was relea...
by steff3
Fri Dec 04, 2009 8:09 am
Forum: Ableton Live
Topic: TeamDNR's MixControl 50% off! ($39.50) LAST DAY!!
Replies: 11
Views: 2505

Re: TeamDNR's MixControl 50% off! (5 days only!!)

it is a great offer at full price and insane with 50% off ....

great plugin ...

best
by steff3
Fri Dec 04, 2009 8:02 am
Forum: Ableton Live
Topic: Ableton should offer and host past versions.
Replies: 26
Views: 3942

Re: Ableton should offer and host past versions.

1) economically it most likely does neither make sense to host them nor to sell them - if the sell they would need to support it further. 2) It is in the responsibility of every computer user to manage its backups .... 3) those 'live 8.03 was great and 0.07 broke everything' most often and most like...
by steff3
Wed Dec 02, 2009 5:44 am
Forum: Max For Live
Topic: Oversampled poly~ - does it work in M4L?
Replies: 0
Views: 515

Oversampled poly~ - does it work in M4L?

Hello,

does the oversampled poly~ work in M4L?

Here it seems it does not ...

Thanks

best