SSEventHandler

Declared In:

Introduction

generic handler for bar start, beat and end



Methods

-event:

generic handler for bar start, beat and end

-event:countIn:

generic handler for bar start, beat and end


event:


generic handler for bar start, beat and end

-(void)event:(int)index countIn:(bool)isCountIn; 
Parameters
index

bar index for bar change handler, beat index for beat handler, and unused for endHandler

isCountIn

is true for count-in bar(s)

See Also


event:countIn:


generic handler for bar start, beat and end

-(void)event:(int)index countIn:(bool)isCountIn; 
Parameters
index

bar index for bar change handler, beat index for beat handler, and unused for endHandler

isCountIn

is true for count-in bar(s)

See Also