|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SequencerGroup | |
---|---|
sky.monome | Main package of SkyMonome library. |
Uses of SequencerGroup in sky.monome |
---|
Fields in sky.monome with type parameters of type SequencerGroup | |
---|---|
protected SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> |
SequencerGroup.sequenceIterator
Sequence iterator. |
protected SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> |
SequencerGroup.sequencerEngine
Sequencer engine. |
Methods in sky.monome that return types with arguments of type SequencerGroup | |
---|---|
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> |
SequencerGroup.getSequenceIterator()
Returns the sequence iterator used by this sequencer. |
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> |
SequencerGroup.getSequencerEngine()
Returns the sequencer engine that is used by this sequencer. |
Methods in sky.monome with parameters of type SequencerGroup | |
---|---|
void |
SequencerGroup.fireStepChanged(SequencerGroup sequencerComponent,
int activeStepNumber)
Invoked when a step change occurs. |
Method parameters in sky.monome with type arguments of type SequencerGroup | |
---|---|
void |
SequencerGroup.addSequencerListener(SequencerListener<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerListener)
Adds the specified sequencer listener to the list of sequencer listeners. |
void |
SequencerGroup.removeSequencerListener(SequencerListener<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerListener)
Removes the specified sequencer listener from the list of sequencer listeners. |
void |
SequencerGroup.sequencingAction(SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Invoked when this sequencer must iterate over the sequence. |
void |
SequencerGroup.setSequenceIterator(SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator)
Sets the sequence iterator used by this sequencer. |
Constructor parameters in sky.monome with type arguments of type SequencerGroup | |
---|---|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequence iterator. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator and the specified sequencer engine. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator and the specified sequencer engine. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequence iterator factory. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator factory and the specified sequencer engine. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator factory and the specified sequencer engine. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequencer engine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |