Search found 188 matches

by monohusche
Thu Apr 15, 2010 5:27 pm
Forum: Max For Live
Topic: anyone completely lost with the BASICS of the Live API?
Replies: 34
Views: 6892

Re: anyone completely lost with the BASICS of the Live API?

you are almost there -----begin_max5_patcher---------- 458.3ocuU1saBBCEG+Z3onoWyHzBUY6tsWiEioJUsKPKApatY7ce8CXpa5fM IbAkzSaZ+e9c9n688fKj6X0PvCfmAdd6887rlLF7Zl6AKn6VlSqsaCJXuIW7 BLvsjhsSYMWVwEpVqqjBkfVvrq7XEmlCdRlm0trXaAWjyT1CD0XrjpVtgKVO uhsT4DDNkDFE.vjIlewwlQTZXDX1wCRtU0dRQmb607Or2NJJr0LOyJGs3uKF Z...
by monohusche
Wed Apr 14, 2010 7:51 pm
Forum: Max For Live
Topic: Get file path of current Live Set
Replies: 1
Views: 651

Re: Get file path of current Live Set

I am tempted to say that atm there is no way to link to the file system, neither for live sets nor for clips.
by monohusche
Wed Apr 14, 2010 7:45 pm
Forum: Max For Live
Topic: anyone completely lost with the BASICS of the Live API?
Replies: 34
Views: 6892

Re: anyone completely lost with the BASICS of the Live API?

The release of the API with the MaxForLive release was both wonderful, and a cause of great consternation in the Live users who are drawn towards MaxForLive. to understand, Keep in mind two things (GT, you of course know all this): 1) The API was not even going to be released initially: it was a gr...
by monohusche
Wed Apr 14, 2010 9:13 am
Forum: Max For Live
Topic: anyone completely lost with the BASICS of the Live API?
Replies: 34
Views: 6892

Re: anyone completely lost with the BASICS of the Live API?

Hi Gregory,

so where do we find the free manual for the ControlSurface class ?

not here obviously

http://cycling74.com/docs/max5/refpages ... model.html

nick
by monohusche
Tue Apr 13, 2010 9:28 pm
Forum: Max For Live
Topic: anyone completely lost with the BASICS of the Live API?
Replies: 34
Views: 6892

Re: anyone completely lost with the BASICS of the Live API?

not sure I am on the right track but the control_surfaces LOM object isn't really documented, so using the api explorer lets you walk the tree exposing the functions and attributes each node exposes.

It's done by calling getinfo on any live.object.

hope that helps :-)
by monohusche
Tue Apr 13, 2010 7:18 pm
Forum: Max For Live
Topic: anyone completely lost with the BASICS of the Live API?
Replies: 34
Views: 6892

Re: anyone completely lost with the BASICS of the Live API?

as I said, live.observer can't be used to set values From this moment on, the value is sent on each change of the property 1. navigate the LOM 2. set the id 3. specify the property to be observed 4. live.observer reports the current value once 5. from now on, live.observer reports the value whenever...
by monohusche
Tue Apr 13, 2010 6:59 pm
Forum: Max For Live
Topic: anyone completely lost with the BASICS of the Live API?
Replies: 34
Views: 6892

Re: anyone completely lost with the BASICS of the Live API?

@s4racen

you lost me with live.observer.....isn't that a notification object to notified of changes ? how would you change values with it ?

especially as changing values upon getting notifications is not allowed in M4L.
by monohusche
Mon Apr 12, 2010 12:37 pm
Forum: Max For Live
Topic: [share] MonoMIDI - another monome clip step sequencer
Replies: 1
Views: 601

[share] MonoMIDI - another monome clip step sequencer

MonoMIDI is a step sequencer to be controlled via the monome. It's based on manipulating Live MIDI clips. Part of the code base was taken from the Ableton Clip Step sequencer, thx for that. the features in a nutshell: - support for MIDI clips with up to 64 steps (1 step = 1/16 note, which makes it 4...
by monohusche
Thu Apr 08, 2010 3:29 pm
Forum: Max For Live
Topic: reading the audio buffer from looper live effect
Replies: 10
Views: 2124

Re: reading the audio buffer from looper live effect

probably not possible as the Live Object Model (LOM) only allows to access the generic parts of Live, such as track, device, clip etc.

It doesn't let you access audio buffers, neither for clips nor for the Looper. You would have to implement a M4L-based Looper using it's own buffer.
by monohusche
Tue Apr 06, 2010 10:05 am
Forum: Max For Live
Topic: Max 4 Life user library.
Replies: 11
Views: 2238

Re: Max 4 Life user library.

There is a quite in-depth article from Gregory around porting pure max patches into M4L devices. http://cycling74.com/2010/02/19/lfo-tutorial-6-live-if-you-want-it/ Basically, as already stated, M4L brings additional UI counterparts which provide better integration into Live sets, parameter modulati...
by monohusche
Sat Apr 03, 2010 8:54 pm
Forum: Max For Live
Topic: modifiable Operator for M4L?
Replies: 10
Views: 1685

Re: modifiable Operator for M4L?

you are quite correct, there is no way to get to the operator internals with M4L, it's limited to the same parameters as available to automation and clip envelopes. gotta build an fm synth yourself, not sure whether this would be such a hard thing to do, also not sure whether it would have to be don...
by monohusche
Thu Apr 01, 2010 12:54 pm
Forum: Max For Live
Topic: [share] MonoLive - yet another clip launcher (+ a bit more)
Replies: 0
Views: 533

[share] MonoLive - yet another clip launcher (+ a bit more)

Hey there, as presented at the Berlin monomeet, here is the second part of the MonoLive suite (after MonoParaSteppa). MonoLive is multiple things in one: - an advanced clip launcher with session matrix navigation - an EQ + mixer controller - a device controller - a send controller - a dummy clip con...
by monohusche
Thu Apr 01, 2010 11:36 am
Forum: Max For Live
Topic: Max For Live as an ultimate sound design tool...
Replies: 14
Views: 2314

Re: Max For Live as an ultimate sound design tool...

just different levels, underneath Reaktor building blocks, it's all math as well.
by monohusche
Wed Mar 31, 2010 10:41 pm
Forum: Max For Live
Topic: Max For Live as an ultimate sound design tool...
Replies: 14
Views: 2314

Re: Max For Live as an ultimate sound design tool...

@Tone Deft

if you ever decide to solely concentrate on Max, let me know...I buy Reaktor off you ;-)
by monohusche
Tue Mar 30, 2010 5:44 pm
Forum: Max For Live
Topic: Recording the midi output of your device to live...
Replies: 2
Views: 829

Re: Recording the midi output of your device to live...

you should be able to route the MIDI events to another MIDI track and record there.