Search found 21 matches

by hyaahyaa
Sat Nov 06, 2010 9:33 pm
Forum: Music Sharing
Topic: Ringtone EP
Replies: 0
Views: 643

Ringtone EP

My bandmate and I are putting out an EP of around 10-12 ringtones in the near future, to be called Not Much, For Not Very Long, Again & Again & Again . We put up 6 of them on our Soundcloud.

http://soundcloud.com/liesandmurders/sets/ringtone-teaser

All of these are completely original. The contain ...
by hyaahyaa
Sun Jun 06, 2010 6:13 am
Forum: Users' Help Exchange - closed
Topic: APC40 triggering external instrument that it's not routed to
Replies: 9
Views: 2548

Re: APC40 triggering external instrument that it's not routed to

My guess: when you map a control on the apc40, ableton tries to send midi feedback for that control, which sends on the same channel as the controller, out of all midi interfaces which have remote output enabled. Is remote enabled in the midi prefs for whichever interface the Mopho is hooked up to ...
by hyaahyaa
Sat Jun 05, 2010 10:44 am
Forum: Max For Live
Topic: Can I reach a device inside a drumrack from withing the same
Replies: 4
Views: 1521

Re: Can I reach a device inside a drumrack from withing the same

Actually it depends on if the device you are trying to reach is a max device or an ableton device.

Max devices can get their own id by sending "path this_device" to a live.path and then broadcast this over send/receive, which can then be used by other devices.

What's so aggravating about the ...
by hyaahyaa
Thu May 06, 2010 6:16 am
Forum: Max For Live
Topic: is this possible?
Replies: 7
Views: 1950

Re: is this possible?

this is pretty easy to do with M4L, and I don't know of any way to do it without M4L.
by hyaahyaa
Sat Apr 03, 2010 3:18 am
Forum: Max For Live
Topic: Adding error function to Operator
Replies: 9
Views: 2302

Re: Adding error function to Operator

No midi device will accept floating point note values, actually. The MIDI standard just doesn't allow anything but an integer in the range 0-127.
by hyaahyaa
Thu Mar 25, 2010 2:03 am
Forum: Max For Live
Topic: This_track?
Replies: 6
Views: 1364

Re: This_track?

You're right. I'm not exactly sure why I thought they didn't.
by hyaahyaa
Tue Mar 23, 2010 9:31 pm
Forum: Max For Live
Topic: This_track?
Replies: 6
Views: 1364

Re: This_track?

Loadbang not functioning seems like a bug to me. Loadbangs won't send when you move a device around (re-ordering or moving to a different track) or when a live set opens, but definitely should send when you drag in a new instance.
by hyaahyaa
Tue Mar 23, 2010 9:24 pm
Forum: Max For Live
Topic: How can I easily control the next device on a track
Replies: 3
Views: 1115

Re: How can I easily control the next device on a track

ID numbers are not ordered in a sensible way - they're actually assigned in the order the API needs them (as far as I can tell).

What you want to do is send "path this_device" to a live.path, input that ID number into a live.object, then send "getpath" to that live.object. This will give you the ...
by hyaahyaa
Sun Feb 21, 2010 6:26 pm
Forum: Max For Live
Topic: Accessing the Rate amount through the AP!, etc
Replies: 18
Views: 3426

Re: Accessing the Rate amount through the AP!, etc

To sum up: to receive information about a set's tempo, use the transport object; to change that tempo, use the Live API. Have I got this correct?
by hyaahyaa
Sun Feb 21, 2010 9:04 am
Forum: Max For Live
Topic: Map live.remote~ to effect rack knob?
Replies: 5
Views: 1721

Re: Map live.remote~ to effect rack knob?

It is not possible, currently, to use live.path to address devices in racks - the only parameters available to the live api are the 8 macro knobs. This is a limitation of the live object model and one that I think is a serious oversight by cycling/ableton.

It is however possible to use live.remote ...
by hyaahyaa
Sun Feb 21, 2010 7:46 am
Forum: Max For Live
Topic: Accessing the Rate amount through the AP!, etc
Replies: 18
Views: 3426

Re: Accessing the Rate amount through the AP!, etc

http://www.cycling74.com/docs/max5/refpages/m4l-ref/m4l_live_object_model.html is the relevant documentation. It is also available on your hard drive under Help > Max For Live <click> Live Object Model. It is not, however, strictly complete, especially as regards the control surfaces section, and ...
by hyaahyaa
Sun Feb 14, 2010 4:13 pm
Forum: Max For Live
Topic: Map Freeze in Buffler Shuffler?
Replies: 2
Views: 922

Re: Map Freeze in Buffler Shuffler?

open up the device, open the freeze button's inspector. go to the parameter tab and next to "Parameter visibility" select "Automated and Stored" rather than "Hidden".

Save the device and close it. freeze should be mappable now.
by hyaahyaa
Fri Feb 12, 2010 4:17 pm
Forum: Max For Live
Topic: externals also work in maxforlive
Replies: 5
Views: 1478

Re: externals also work in maxforlive

Yes they work just fine, I use several externals regularly.
by hyaahyaa
Thu Jan 28, 2010 12:53 am
Forum: Max For Live
Topic: ipad + m4l = lemur?
Replies: 7
Views: 2633

Re: ipad + m4l = lemur?

However it should be said that none of those apps have the power of the lemur, really. The Lemur has more UI objects to play with (multiball, range, etc.) and most importantly, has the ability to control objects with other objects, i.e. to let, say, a slider control the physics parameters of a ...