blink1_readPlayState

Read the current state of a playing pattern.

For mk2 devices only.

extern (C)
int
blink1_readPlayState
(,
ubyte* playing
,
ubyte* playstart
,
ubyte* playend
,
ubyte* playcount
,
ubyte* playpos
)

Parameters

dev blink1_device*

blink1 device to command

playing ubyte*

pointer to play/stop boolean

playstart ubyte*

pointer to start position

playend ubyte*

pointer to end position

playcount ubyte*

pointer to count left

playpos ubyte*

pointer to play position

Return Value

Type: int

-1 on error, 0 on success

Meta