SelectedDevice in an only one track??

alersito's icon

Hi i would like to know if its possible see the devices we have in an only one track, then if its possible how to..

Thanksssss

854.max4live.jpg
jpg
brendan mccloskey's icon

Hi Alex
you asked for my granulation patch via youtube; here it is:

save this sub-patch on your HD, then save the second main patch in the same place

sub-patch, save as subPolyGran:

Max Patch
Copy patch and select New From Clipboard in Max.
save this main patch in the same place:
Max Patch
Copy patch and select New From Clipboard in Max.

`

Don't forget to search the MaxMSP forum for posts on 'granulation', 'time-stretch' etc; there a people here who have built equally good and better granulators than mine
Brendan

Brendan

alersito's icon

thanxx Brendan!!

Timo Rozendal's icon

I think you should dive a bit more into the API and what the abstractions you use actually do.

Look in M4L.api.SelectDevice, there you see already that the ids of all tracks are requested in M4l.api.GetAllTrackIds , you should make your own version of M4L.api.SelectDevice where you replace the M4l.api.GetAllTrackIds with your own abstraction/subpatcher which returns the id of the track you want to list the devices from.
For example using "path this_device canonical_parent" with live.path results in the id for the track you place the device in.

alersito's icon

Thanxx Timo. Finally i have done something like this. I dont know why i have to put a double bang to put the name in the umenu. but well it works. (^_^)

901.max4live_selected_track.jpg
jpg