Class
AgsAudioAudioApplicationContext
Description
class AgsAudio.AudioApplicationContext : Ags.ApplicationContext
implements Ags.ConcurrencyProvider, Ags.Connectable, Ags.ServiceProvider, AgsAudio.SoundProvider {
flags: guint,
thread_pool: AgsThreadPool*,
worker: GList*,
server_main_context: GMainContext*,
is_operating: gboolean,
server_status: AgsServerStatus*,
registry: AgsRegistry*,
server: GList*,
audio_main_context: GMainContext*,
osc_server_main_context: GMainContext*,
default_soundcard: GObject*,
default_soundcard_thread: AgsThread*,
default_export_thread: AgsThread*,
soundcard: GList*,
sequencer: GList*,
audio: GList*,
sound_server: GList*,
osc_server: GList*,
program: GList*,
tempo: GList*,
start_loader: gboolean,
setup_ready: gboolean,
loader_ready: gboolean,
ladspa_loading: gboolean,
dssi_loading: gboolean,
lv2_loading: gboolean,
vst3_loading: gboolean,
ladspa_loader: GList*,
dssi_loader: GList*,
lv2_loader: GList*,
vst3_loader: GList*,
lv2_turtle_scanner: AgsLv2TurtleScanner*
}
No description available.
Instance methods
Methods inherited from AgsApplicationContext (8)
ags_application_context_load_config
Signal to load and parse configuration.
ags_application_context_prepare
Prepare application_context
.
ags_application_context_quit
Calls exit().
ags_application_context_register_types
Notification to register your types.
ags_application_context_set_flags
Enable a feature of AgsApplicationContext
.
ags_application_context_setup
Setup application_context
.
ags_application_context_test_flags
Test flags
to be set on application_context
.
ags_application_context_unset_flags
Disable a feature of AgsApplicationContext.
Methods inherited from AgsConcurrencyProvider (8)
ags_concurrency_provider_get_main_loop
Get main loop of application context.
ags_concurrency_provider_get_task_launcher
Get task launcher of application context.
ags_concurrency_provider_get_thread_pool
Get thread pool of application context.
ags_concurrency_provider_get_worker
Get workers of application context.
ags_concurrency_provider_set_main_loop
Set main loop of application context.
ags_concurrency_provider_set_task_launcher
Set task launcher of application context.
ags_concurrency_provider_set_thread_pool
Set thread pool of application context.
ags_concurrency_provider_set_worker
Set workers of application context.
Methods inherited from AgsConnectable (13)
ags_connectable_add_to_registry
Add connectable to registry.
ags_connectable_connect
Connect the connectable.
ags_connectable_connect_connection
Disconnect the connectable.
ags_connectable_disconnect
Disconnect the connectable.
ags_connectable_disconnect_connection
Disconnect the connectable.
ags_connectable_get_uuid
Get UUID of connectable
.
ags_connectable_has_resource
Check the connectable to have resources.
ags_connectable_is_connected
Check if the connectable
was connected.
ags_connectable_is_ready
Connect the connectable.
ags_connectable_list_resource
List resources as an XML element and return it.
ags_connectable_remove_from_registry
Remove connectable from registry.
ags_connectable_xml_compose
Compose an XML element and return it.
ags_connectable_xml_parse
Parse node
as XML element and apply it.
Methods inherited from AgsServiceProvider (6)
ags_service_provider_get_registry
Get registry.
ags_service_provider_get_server
Get server.
ags_service_provider_is_operating
Check if is operating.
ags_service_provider_server_status
Get server status.
ags_service_provider_set_registry
Set registry.
ags_service_provider_set_server
Set server.
Methods inherited from AgsSoundProvider (20)
ags_sound_provider_get_audio
Get audio objects.
since: 3.0.0
ags_sound_provider_get_default_soundcard
Get default soundcard thread.
since: 3.0.0
ags_sound_provider_get_default_soundcard_thread
Get default soundcard thread.
since: 3.0.0
ags_sound_provider_get_osc_server
Set distributed manager.
since: 3.0.0
ags_sound_provider_get_program
Get program objects.
since: 5.1.0
ags_sound_provider_get_sequencer
Get sequencers.
since: 3.0.0
ags_sound_provider_get_sound_server
Set sound server.
since: 3.0.0
ags_sound_provider_get_soundcard
Get soundcards.
since: 3.0.0
ags_sound_provider_get_tempo
Get tempo objects.
since: 5.4.1
ags_sound_provider_get_time_signature
Get time signature objects.
since: 6.14.0
ags_sound_provider_set_audio
Set audio objects.
since: 3.0.0
ags_sound_provider_set_default_soundcard
Set default soundcard.
since: 3.0.0
ags_sound_provider_set_default_soundcard_thread
Set default soundcard thread.
since: 3.0.0
ags_sound_provider_set_osc_server
Set OSC server.
since: 3.0.0
ags_sound_provider_set_program
Set program objects.
since: 5.1.0
ags_sound_provider_set_sequencer
Set sequencers.
since: 3.0.0
ags_sound_provider_set_sound_server
Get sound server.
since: 3.0.0
ags_sound_provider_set_soundcard
Set soundcards.
since: 3.0.0
ags_sound_provider_set_tempo
Set tempo objects.
since: 5.4.1
ags_sound_provider_set_time_signature
Set time signature objects.
since: 6.14.0
Properties
Properties inherited from AgsApplicationContext (4)
Ags.ApplicationContext:config
The assigned config.
Ags.ApplicationContext:file
The assigned file.
Ags.ApplicationContext:main-loop
The assigned main-loop.
Ags.ApplicationContext:task-launcher
The assigned task launcher.
Signals
Signals inherited from AgsApplicationContext (5)
AgsApplicationContext::load-config
The ::load-config notifies to load configuration.
AgsApplicationContext::prepare
The ::prepare signal should be implemented to prepare your application context.
AgsApplicationContext::quit
The ::quit notifies to load configuration.
AgsApplicationContext::register-types
The ::register-types signal should be implemented to load your types.
AgsApplicationContext::setup
The ::setup signal should be implemented to setup your application context.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.