This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
beatloops [2011/03/24 20:34] vininim [New Controller Objects being worked on] |
beatloops [2011/03/29 06:07] (current) vininim [New Controller Objects being worked on] |
||
---|---|---|---|
Line 62: | Line 62: | ||
^ Group ^ Name ^ Parameter ^ Values ^ Notes ^ | ^ Group ^ Name ^ Parameter ^ Values ^ Notes ^ | ||
- | | [ChannelN] | loop_size | Size of loop in beats | float | Used for output and can be manipulated by script(might not be safe) | | ||
| [ChannelN] | loop_double | On/Off(PushButton) | boolean? | Double the loop_size, as of now can go beyond track limit(and overflow), but safely degrade by playing logic | | | [ChannelN] | loop_double | On/Off(PushButton) | boolean? | Double the loop_size, as of now can go beyond track limit(and overflow), but safely degrade by playing logic | | ||
- | | [ChannelN] | loop_half | ON/Off(PUshButton) | boolean? | Halfs the loop_size, hardcoded limit on 1/64 of tracks beat size | | + | | [ChannelN] | loop_halve | ON/Off(PUshButton) | boolean? | Halfs the loop_size, hardcoded limit on 1/64 of tracks beat size | |
+ | | [ChannelN] | loop_resize | Scale real to resize current loop| float | Can be used from scripting | | ||
===== Current Issues ===== | ===== Current Issues ===== |