| Top |
| #define | AGS_CORE_AUDIO_MIDIIN_GET_OBJ_MUTEX() |
| GQuark | ags_core_audio_midiin_error_quark () |
| gboolean | ags_core_audio_midiin_test_flags () |
| void | ags_core_audio_midiin_set_flags () |
| void | ags_core_audio_midiin_unset_flags () |
| void | ags_core_audio_midiin_switch_buffer_flag () |
| AgsCoreAudioMidiin * | ags_core_audio_midiin_new () |
| #define | AGS_CORE_AUDIO_MIDIIN() |
| #define | AGS_CORE_AUDIO_MIDIIN_CLASS() |
| #define | AGS_CORE_AUDIO_MIDIIN_GET_CLASS() |
| #define | AGS_IS_CORE_AUDIO_MIDIIN() |
| #define | AGS_IS_CORE_AUDIO_MIDIIN_CLASS() |
| GType | ags_core_audio_midiin_get_type () |
| gpointer | attack | Read |
| double | bpm | Read / Write |
| gpointer | buffer | Read |
| AgsCoreAudioClient * | core-audio-client | Read / Write |
| AgsCoreAudioPort * | core-audio-port | Read / Write |
| double | delay-factor | Read / Write |
| char * | device | Read / Write |
| #define | AGS_CORE_AUDIO_MIDIIN_DEFAULT_BUFFER_SIZE |
| enum | AgsCoreAudioMidiinFlags |
| enum | AgsCoreAudioMidiinSyncFlags |
| #define | AGS_CORE_AUDIO_MIDIIN_ERROR |
| enum | AgsCoreAudioMidiinError |
| #define | AGS_TYPE_CORE_AUDIO_MIDIIN |
| struct | AgsCoreAudioMidiin |
| struct | AgsCoreAudioMidiinClass |
#define AGS_CORE_AUDIO_MIDIIN_GET_OBJ_MUTEX(obj) (&(((AgsCoreAudioMidiin *) obj)->obj_mutex))
gboolean ags_core_audio_midiin_test_flags (AgsCoreAudioMidiin *core_audio_midiin,guint flags);
Test flags
to be set on core_audio_midiin
.
Since: 3.0.0
void ags_core_audio_midiin_set_flags (AgsCoreAudioMidiin *core_audio_midiin,guint flags);
Enable a feature of core_audio_midiin
.
Since: 3.0.0
void ags_core_audio_midiin_unset_flags (AgsCoreAudioMidiin *core_audio_midiin,guint flags);
Disable a feature of core_audio_midiin
.
Since: 3.0.0
void
ags_core_audio_midiin_switch_buffer_flag
(AgsCoreAudioMidiin *core_audio_midiin);
The buffer flag indicates the currently recorded buffer.
Since: 3.0.0
AgsCoreAudioMidiin * ags_core_audio_midiin_new ();
Creates a new instance of AgsCoreAudioMidiin.
Since: 3.0.0
#define AGS_CORE_AUDIO_MIDIIN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CORE_AUDIO_MIDIIN, AgsCoreAudioMidiin))
#define AGS_CORE_AUDIO_MIDIIN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_CORE_AUDIO_MIDIIN, AgsCoreAudioMidiin))
#define AGS_CORE_AUDIO_MIDIIN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_CORE_AUDIO_MIDIIN, AgsCoreAudioMidiinClass))
#define AGS_IS_CORE_AUDIO_MIDIIN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CORE_AUDIO_MIDIIN))
#define AGS_IS_CORE_AUDIO_MIDIIN_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CORE_AUDIO_MIDIIN))
Enum values to control the behavior or indicate internal state of AgsCoreAudioMidiin by enable/disable as flags.
|
the CoreAudio midiin was added to registry, see |
||
|
indicates the CoreAudio midiin was connected by calling |
||
|
ring-buffer 0 |
||
|
ring-buffer 1 |
||
|
ring-buffer 2 |
||
|
ring-buffer 3 |
||
|
use first attack, instead of second one |
||
|
is recording |
||
|
stop recording |
||
|
just started recording |
||
|
do non-blocking calls |
||
|
recording is initialized |
Enum values to control the synchronization between soundcard and client.
#define AGS_CORE_AUDIO_MIDIIN_ERROR (ags_core_audio_midiin_error_quark())
“attack” property “attack” gpointer
Attack of the buffer
Owner: AgsCoreAudioMidiin
Flags: Read
Since: 3.0.0
“bpm” property “bpm” double
Beats per minute
Owner: AgsCoreAudioMidiin
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 3.0.0
“buffer” property “buffer” gpointer
The buffer
Owner: AgsCoreAudioMidiin
Flags: Read
Since: 3.0.0
“core-audio-client” property“core-audio-client” AgsCoreAudioClient *
The assigned AgsCoreAudioClient
Owner: AgsCoreAudioMidiin
Flags: Read / Write
Since: 3.0.0
“core-audio-port” property“core-audio-port” AgsCoreAudioPort *
The assigned AgsCoreAudioPort
Owner: AgsCoreAudioMidiin
Flags: Read / Write
Since: 3.0.0
“delay-factor” property “delay-factor” double
tact
Owner: AgsCoreAudioMidiin
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 3.0.0