receiving the loop/sample numbers to max?
howdy,
the title seems a little off. but could not think what you call them.
right. what i am planning or even asking for that matter is to have the numbers and circular indicator from live go into a max for live patch. i want to read out what it is doing on a fullscreen visual i have. just so then i know where i am up to with loop/samples. i will provide a screenshot for people to understand further.
but want to know if i can get a read out from these to max, and more so, how?
cheers
lewis edwards
------
smokingbunny.co.uk
It can be done, and here are the basic steps.
- for each track find the playing clip by observing the property 'playing_slot_index'.
- from the clip get 'length' and observe 'playing_position' to calculate the circle diagram.
- the loop counter can be banged from 'playing_position' with a [change -] object.
great. sorry was meaning to reply but got lost in doing so.
thanks again