Top | ![]() |
![]() |
![]() |
![]() |
void | ags_play_dssi_audio_run_load_ports () |
AgsPlayDssiAudioRun * | ags_play_dssi_audio_run_new () |
#define | AGS_IS_PLAY_DSSI_AUDIO_RUN() |
#define | AGS_PLAY_DSSI_AUDIO_RUN() |
#define | AGS_PLAY_DSSI_AUDIO_RUN_CLASS() |
#define | AGS_PLAY_DSSI_AUDIO_RUN_GET_CLASS() |
GType | ags_play_dssi_audio_run_get_type () |
AgsCountBeatsAudioRun * | count-beats-audio-run | Read / Write |
AgsDelayAudioRun * | delay-audio-run | Read / Write |
AgsAudioSignal * | destination | Read / Write |
AgsNotation * | notation | Read / Write |
#define | AGS_PLAY_DSSI_AUDIO_RUN_DEFAULT_MIDI_LENGHT |
#define | AGS_TYPE_PLAY_DSSI_AUDIO_RUN |
struct | AgsPlayDssiAudioRun |
struct | AgsPlayDssiAudioRunClass |
void
ags_play_dssi_audio_run_load_ports (AgsPlayDssiAudioRun *play_dssi_audio_run
);
Set up DSSI ports.
Since: 2.0.0
AgsPlayDssiAudioRun * ags_play_dssi_audio_run_new (AgsAudio *audio
,AgsDelayAudioRun *delay_audio_run
,AgsCountBeatsAudioRun *count_beats_audio_run
);
Create a new instance of AgsPlayDssiAudioRun
audio |
the AgsAudio |
|
delay_audio_run |
the AgsDelayAudioRun dependency |
|
count_beats_audio_run |
the AgsCountBeatsAudioRun dependency |
Since: 2.0.0
#define AGS_IS_PLAY_DSSI_AUDIO_RUN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_DSSI_AUDIO_RUN))
#define AGS_PLAY_DSSI_AUDIO_RUN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_DSSI_AUDIO_RUN, AgsPlayDssiAudioRun))
#define AGS_PLAY_DSSI_AUDIO_RUN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_DSSI_AUDIO_RUN, AgsPlayDssiAudioRun))
#define AGS_PLAY_DSSI_AUDIO_RUN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_DSSI_AUDIO_RUN, AgsPlayDssiAudioRunClass))
#define AGS_PLAY_DSSI_AUDIO_RUN_DEFAULT_MIDI_LENGHT (8 * 256)
#define AGS_TYPE_PLAY_DSSI_AUDIO_RUN (ags_play_dssi_audio_run_get_type())
“count-beats-audio-run”
property“count-beats-audio-run” AgsCountBeatsAudioRun *
The count beats audio run dependency.
Flags: Read / Write
Since: 2.0.0
“delay-audio-run”
property“delay-audio-run” AgsDelayAudioRun *
The delay audio run dependency.
Flags: Read / Write
Since: 2.0.0
“destination”
property“destination” AgsAudioSignal *
The destination's audio signal.
Flags: Read / Write
Since: 2.0.0
“notation”
property“notation” AgsNotation *
The notation containing the notes.
Flags: Read / Write
Since: 2.0.0