rack subdevices in the LOM: not yet implemented? or bug?

Learn about building and using Max for Live devices.
Post Reply
ztutz
Posts: 100
Joined: Sat Jul 30, 2005 5:59 pm
Contact:

rack subdevices in the LOM: not yet implemented? or bug?

Post by ztutz » Wed Sep 23, 2009 8:59 pm

I'm not able to access the device parameters for devices that are contained within racks.

I can see the rack and its parameters, but its subdevices neither show up in the devices collection for the track nor in the parameters collection for the rack.

Anybody know how to do this?

Thanks!

ztutz
Posts: 100
Joined: Sat Jul 30, 2005 5:59 pm
Contact:

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by ztutz » Wed Sep 30, 2009 2:09 am

Bumping for more info. Since posting the question and tinkering, I now see that Max subdevices in a rack show up if they possess a parameter to be automated and the right attribute values are set in the inspector. So I can both automate and modulate such parameters, using either automation lanes or clip envelopes.

I cannot, however, access these parameters programmatically. The subdevices neither show up in the Track devices collection, nor is there a property that contains them.

Since rack devices are exposed in multiple places in Live's public namespace, not being able to reach them from code seems like a bug? Anybody have more info on this?

ST8
Posts: 259
Joined: Mon Jan 26, 2009 12:55 pm

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by ST8 » Wed Sep 30, 2009 1:45 pm

This was the same in the python api. There was no way to access devices that were part of racks themselves, you could only get to parameters youd mapped to macros. I guess its unlikely that much has changed from the python api, the LOM looks pretty similar.

ztutz
Posts: 100
Joined: Sat Jul 30, 2005 5:59 pm
Contact:

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by ztutz » Thu Oct 01, 2009 12:56 am

Yeah, I've also used the Python API. I'd hoped that this limitation might be lifted.

I'm interested in building devices that "attach to" their neighboring devices, in order to modulate them, match them, mangle them, whatever.

To do this, I need to programmatically reach out within the device chain and locate the neighbors. Without having either the namespace exposed or else properties like device_chain or next_device/previous_device or such, I cannot modulate devices that are deep within racks. I suppose that I can "lock" my effect to a device like a deep hardware mapping, but that seems like a very clunky way to go (if it even works...) since it requires global configuration, rather than just plunking the device down next to its mate.

mdk
Posts: 914
Joined: Sun Jul 31, 2005 3:51 pm
Location: Skopje, Macedonia
Contact:

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by mdk » Thu Oct 01, 2009 7:58 am

ztutz wrote:I'm interested in building devices that "attach to" their neighboring devices, in order to modulate them, match them, mangle them, whatever.
thats exactly what i'd like to do as well.

open up the racks please. :)
Pr0k Records - Bandcamp Facebook Twitter

fisk
Posts: 36
Joined: Wed Jan 28, 2009 1:15 pm

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by fisk » Mon Oct 05, 2009 1:02 pm

just adding my voice to the chorus in the hope that this may be sorted soon... i had the same idea as these two, hit a brick wall yesterday.

unlike most other DAWs, Live makes it difficult to select and load sounds, they have racks instead. this means that the only way to play a live set with a bunch of selectable sounds is to use racks.

the way Live.api is now, i have a choice of either only modulating 8 params per channel for the entire performance, or only having one sound/instrument loaded on that track for the entire performance. neither are particularly satisfying.

anyway i posted about this enough now...

bencodec
Posts: 330
Joined: Fri Jun 11, 2004 5:14 pm
Location: Brooklyn

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by bencodec » Mon Oct 05, 2009 4:46 pm

I'll add my vote here. It would be great to get some sub-rack communication.
Macbook Pro unibody 2.2 Ghz Quad i7, 16GB RAM, 512MB graphics, 500 GB SSD, 500 GB HD, Mac OS 10.8
http://www.bangbang-nyc.com

Michael Hatsis
Posts: 1807
Joined: Tue Nov 16, 2004 6:27 pm
Location: Here and There
Contact:

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by Michael Hatsis » Mon Oct 05, 2009 11:13 pm

Id heart being able to get at devices in racks. To me, there must be something in the LOM to get T them. With my apc i can get at them,- so i would think that there must be some kind of hook to get inside racks.

barnone
Posts: 25
Joined: Sat Feb 21, 2009 5:29 pm

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by barnone » Wed Oct 28, 2009 6:12 pm

Oh bummer, I need to get access to rack subdevices as well.

Well at least I won't spend more time trying to figure out how to get to them.

I can reorganize my set though to workaround it.

amounra93
Posts: 432
Joined: Sat Jan 24, 2009 8:16 pm
Location: Arcata, CA
Contact:

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by amounra93 » Mon Nov 16, 2009 7:30 am

+ 1.

(and I didn't realize you could get to nested devices with the APC.....looks like I'll be learning that control_surface in the meantime, since its the only thing in the API that can access devices inside racks....can someone confirm this?)
http://www.aumhaa.com for Monomod and other m4l goodies.

Myralfur
Posts: 114
Joined: Wed Feb 18, 2009 4:53 am
Location: London, England
Contact:

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by Myralfur » Thu Nov 19, 2009 11:26 am

+ 1

Jekblad
Posts: 2351
Joined: Tue May 13, 2008 2:02 am
Contact:

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by Jekblad » Fri Nov 20, 2009 7:24 pm

not having access to devices inside racks ruins the Live workflow. Sad for me.
2.4 ghz Macbook Pro 8gb RAM, SSD, Live 9 Suite, Puremagnetik, Minimal Talent

pyrolator
Posts: 39
Joined: Sat Feb 23, 2002 10:43 am
Contact:

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by pyrolator » Fri Nov 20, 2009 9:36 pm

+1

would be great to have access to the rack subdevices......

asha.dan
Posts: 21
Joined: Sun Jan 21, 2007 10:53 pm

Re: rack subdevices in the LOM: not yet implemented? or bug?

Post by asha.dan » Mon Jan 04, 2010 4:01 am

+1 here too!

Post Reply