Search found 121 matches

by ring (Simon Slowik)
Sat May 08, 2010 11:12 pm
Forum: Max For Live
Topic: How to start and stop the Looper from Max For Live?
Replies: 11
Views: 1847

Re: How to start and stop the Looper from Max For Live?

Hi jrs1,

I'm controlling the Looper from within M4L by sending keystrokes that are mapped to the Looper's Buttons in ableton.

You can get my keystroke emulation external from maxobjects.com.

If you have further questions on how it works just contact me!

Hope this helps.

ring
by ring (Simon Slowik)
Sat May 08, 2010 12:20 pm
Forum: Max For Live
Topic: own control surface with more than 8 knobs via Python?
Replies: 7
Views: 1187

Re: own control surface with more than 8 knobs via Python?

@ julien: the same problem occurs if I map the parameter to MIDI via ableton Midi Mapping. It's very easy to reproduce: Do you have any hardware like novation nocturn that shows a received value via LEDs or something similar? Then map a parameter of a ableton device (like "autofilter frqeuncy&q...
by ring (Simon Slowik)
Sat May 08, 2010 10:07 am
Forum: Max For Live
Topic: own control surface with more than 8 knobs via Python?
Replies: 7
Views: 1187

Re: own control surface with more than 8 knobs via Python?

Maybe you didn't get what I mean. (Or maybe I didn't get what YOU mean...) For me M4L-devices and their parameters react a little weired with ANY control surface. Let me explain: when you give the BLUE HAND to a normal ableton device, the first 8 parameters are controlled by your control surface. Yo...
by ring (Simon Slowik)
Fri May 07, 2010 10:30 pm
Forum: Max For Live
Topic: own control surface with more than 8 knobs via Python?
Replies: 7
Views: 1187

Re: own control surface with more than 8 knobs via Python?

Hey hanz! That's what I thought. They do access one parameter after another and put them into groups of 8. There's no system built in limit for 8 parameters. I will try and report... So far I'm using the generic script but I think it's better to take advantage of the framework class of the APC40 scr...
by ring (Simon Slowik)
Thu May 06, 2010 2:28 pm
Forum: Max For Live
Topic: own control surface with more than 8 knobs via Python?
Replies: 7
Views: 1187

own control surface with more than 8 knobs via Python?

Dear M4L-users, dear hanz (as I guess you could know that),

I was considering how I could control an ableton device (also M4L) with more than 8 knobs.

Should I go into research with Python? Would that be possible?

Thanks,
ring
by ring (Simon Slowik)
Sun May 02, 2010 9:48 pm
Forum: Max For Live
Topic: [share] turn samples in drum rack on/off
Replies: 0
Views: 624

[share] turn samples in drum rack on/off

Hi! This is a very simple device. It sends note on (of specific pitch & velocity) when it receives a note and sends a note off when it receives a "double click" note on (with a specified threshold). The idea behind: When you're playing with samples in a drum rack you might want to have...
by ring (Simon Slowik)
Sat May 01, 2010 7:26 pm
Forum: Max For Live
Topic: how to get the ID of the "active" device parameter?
Replies: 0
Views: 444

how to get the ID of the "active" device parameter?

Hi!

Does anybody know a way to get the ID of the parameter that is currently changed by the mouse?
So I could have a kind of "learn mode" for controlling parameters instead of choosing them via umenues.

Thanks in advance,
ring
by ring (Simon Slowik)
Sat May 01, 2010 12:46 pm
Forum: Max For Live
Topic: [tips&tricks] don't you never name abstractions like objects
Replies: 1
Views: 635

[tips&tricks] don't you never name abstractions like objects

Hi altogehter, Just one hint: You should never name an abstraction (for example for using it in a bpatcher) like an existing object. I did that with the name "slider" because I had an bpatcher wich should display a special slider. But everywhere I used normal slider_objects it told me &quo...
by ring (Simon Slowik)
Sun Apr 25, 2010 5:27 pm
Forum: Max For Live
Topic: [JS] clip matrix handling with javascript (firing/observing)
Replies: 17
Views: 4848

Re: [JS] clip matrix handling with javascript (firing/observing)

Ah, I remember. The work around for clips is even easier:

Just observe/ ask for the property "playing_slot_index" of the parental track. this is not sending 1-0-1.

(as far as I remember)

cheers,
simon
by ring (Simon Slowik)
Sun Apr 25, 2010 5:24 pm
Forum: Max For Live
Topic: [JS] clip matrix handling with javascript (firing/observing)
Replies: 17
Views: 4848

Re: [JS] clip matrix handling with javascript (firing/observing)

Ah, I remember. The work around with clips is even easier:

Just look for the property "playing_slot_index" of the track that contains the clip you're looking for. Because this is not showing a 1-0-1 or something like that.

(as far as I remember)

cheers,
ring
by ring (Simon Slowik)
Sun Apr 25, 2010 5:22 pm
Forum: Max For Live
Topic: [JS] clip matrix handling with javascript (firing/observing)
Replies: 17
Views: 4848

Re: [JS] clip matrix handling with javascript (firing/observing)

this is an abstraction that I made called M4L.transportState. I made something similar for clips, I'll search it... <pre><code> ----------begin_max5_patcher---------- 802.3oc2XE0jZBCD9YuYt+CL7r0IIHPnu092nyMNnlp4FH3.wqZuo+2axFP4 7zifEgy9hgrI.e6W18aW40GeXj67rcrBWmu57CmQidUYYDXSaYTkgQtow6Vj DW.azMkUTDu...
by ring (Simon Slowik)
Sun Apr 25, 2010 4:28 pm
Forum: Max For Live
Topic: [JS] clip matrix handling with javascript (firing/observing)
Replies: 17
Views: 4848

Re: [JS] clip matrix handling with javascript (firing/observing)

hey guys! Didn't read properly yet, but I just read that you've problems with ableton sending that 1-0-1 for clips and transport. I also had that problem and found a work around. Each time you get a "1" you should ask for the playing_position, 'cause that is different each time, so you can...
by ring (Simon Slowik)
Mon Apr 19, 2010 12:05 pm
Forum: Max For Live
Topic: how getting a selected audio clip as a sample into max?
Replies: 19
Views: 4421

Re: how getting a selected audio clip as a sample into max?

but I guess it only works with clip that you record, hm?!
If you just drag a clip from the ableton explorer into the session - will it work, too?!
by ring (Simon Slowik)
Mon Apr 19, 2010 8:53 am
Forum: Max For Live
Topic: how getting a selected audio clip as a sample into max?
Replies: 19
Views: 4421

Re: how getting a selected audio clip as a sample into max?

sorry, but that doesn't work for me.

I've never heard that it should be possible to fill a max buffer with audio material by just give it the name of a clip in ableton.

Really sure about that?!

cheers
ring