Ags.Tactable¶
- Implementations:
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properties¶
None
Signals¶
Name |
Short Description |
---|---|
The |
|
The |
|
The |
|
The |
|
The |
|
The |
Fields¶
None
Class Details¶
- class Ags.Tactable¶
- Bases:
- Structure:
- change_bpm(new_bpm, old_bpm)¶
-
Change bpm.
New in version 3.0.0.
- change_midi_duration(midi_duration)¶
- Parameters:
midi_duration (
int
) – the duration
Change midi duration.
New in version 3.0.0.
- change_notation_duration(notation_duration)¶
- Parameters:
notation_duration (
int
) – the duration
Change notation duration.
New in version 3.0.0.
- change_sequencer_duration(sequencer_duration)¶
- Parameters:
sequencer_duration (
int
) – the duration
Change sequencer duration.
New in version 3.0.0.
- change_tact(new_tact, old_tact)¶
-
Change tact.
New in version 3.0.0.
- change_wave_duration(wave_duration)¶
- Parameters:
wave_duration (
int
) – the duration
Change wave duration.
New in version 3.0.0.
- get_midi_duration()¶
- Returns:
the midi duration
- Return type:
Get midi duration.
New in version 3.0.0.
- get_notation_duration()¶
- Returns:
the notation duration
- Return type:
Get notation duration.
New in version 3.0.0.
- get_sequencer_duration()¶
- Returns:
the sequencer duration
- Return type:
Get sequencer duration.
New in version 3.0.0.
- get_wave_duration()¶
- Returns:
the wave duration
- Return type:
Get wave duration.
New in version 3.0.0.
- do_change_bpm(new_bpm, old_bpm) virtual¶
-
Change bpm.
New in version 3.0.0.
- do_change_midi_duration(midi_duration) virtual¶
- Parameters:
midi_duration (
int
) – the duration
Change midi duration.
New in version 3.0.0.
- do_change_notation_duration(notation_duration) virtual¶
- Parameters:
notation_duration (
int
) – the duration
Change notation duration.
New in version 3.0.0.
- do_change_sequencer_duration(sequencer_duration) virtual¶
- Parameters:
sequencer_duration (
int
) – the duration
Change sequencer duration.
New in version 3.0.0.
- do_change_tact(new_tact, old_tact) virtual¶
-
Change tact.
New in version 3.0.0.
- do_change_wave_duration(wave_duration) virtual¶
- Parameters:
wave_duration (
int
) – the duration
Change wave duration.
New in version 3.0.0.
- do_get_midi_duration() virtual¶
- Returns:
the midi duration
- Return type:
Get midi duration.
New in version 3.0.0.
- do_get_notation_duration() virtual¶
- Returns:
the notation duration
- Return type:
Get notation duration.
New in version 3.0.0.
- do_get_sequencer_duration() virtual¶
- Returns:
the sequencer duration
- Return type:
Get sequencer duration.
New in version 3.0.0.
Signal Details¶
- Ags.Tactable.signals.change_bpm(tactable, new_bpm, old_bpm)¶
- Signal Name:
change-bpm
- Flags:
- Parameters:
tactable (
Ags.Tactable
) – The object which received the signalnew_bpm (
float
) – new BPMold_bpm (
float
) – old BPM
The
::change-bpm
signal notifies about changed bpm.New in version 3.0.0.
- Ags.Tactable.signals.change_midi_duration(tactable, midi_duration)¶
- Signal Name:
change-midi-duration
- Flags:
- Parameters:
tactable (
Ags.Tactable
) – The object which received the signalmidi_duration (
int
) – new duration
The
::change-midi-duration
signal notifies about changed duration of midi.New in version 3.0.0.
- Ags.Tactable.signals.change_notation_duration(tactable, notation_duration)¶
- Signal Name:
change-notation-duration
- Flags:
- Parameters:
tactable (
Ags.Tactable
) – The object which received the signalnotation_duration (
int
) – new duration
The
::change-notation-duration
signal notifies about changed duration of notation.New in version 3.0.0.
- Ags.Tactable.signals.change_sequencer_duration(tactable, sequencer_duration)¶
- Signal Name:
change-sequencer-duration
- Flags:
- Parameters:
tactable (
Ags.Tactable
) – The object which received the signalsequencer_duration (
int
) – new duration
The
::change-sequencer-duration
signal notifies about changed duration of sequencer.New in version 3.0.0.
- Ags.Tactable.signals.change_tact(tactable, new_tact, old_tact)¶
- Signal Name:
change-tact
- Flags:
- Parameters:
tactable (
Ags.Tactable
) – The object which received the signalnew_tact (
float
) – new tactold_tact (
float
) – old tact
The
::change-tact
signal notifies about changed tact.New in version 3.0.0.
- Ags.Tactable.signals.change_wave_duration(tactable, wave_duration)¶
- Signal Name:
change-wave-duration
- Flags:
- Parameters:
tactable (
Ags.Tactable
) – The object which received the signalwave_duration (
int
) – new duration
The
::change-wave-duration
signal notifies about changed duration of wave.New in version 3.0.0.