csound_android library

Classes

CsoundAndroid

Properties

androLib DynamicLibrary
getter/setter pair
csoundAndroidCompileCsd csaCompileCsdFunc
final
csoundAndroidCompileCsdText csoundAndroidCompileCsdTextfunc
final
csoundAndroidCompileCsdtextPointer Pointer<NativeFunction<csound_android_compile_csd_text_func>>
final
csoundAndroidCompileOrc csaCompileOrcFunc
final
csoundAndroidCreate csoundAndroidCreateFunc
final
csoundAndroidCreatePointer Pointer<NativeFunction<csound_android_create_func>>
final
csoundAndroidDestroy csoundAndroidStopFunc
final
csoundAndroidEvalCode csaEvalCode
final
csoundAndroidGet0dBFS csoundAndroidGetSrFunc
final
csoundAndroidGetAudioChannel csaGetAudioChannel
final
csoundAndroidGetControlChannel csaGetControlChannelFunc
final
csoundAndroidGetKsmps csoundAndroidStartFunc
final
csoundAndroidGetNchnls csoundAndroidStartFunc
final
csoundAndroidGetSr csoundAndroidGetSrFunc
final
csoundAndroidGetStringChannelC csaGetStringChannel
final
csoundAndroidPauseC csaPause
final
csoundAndroidReadScore csaReadScoreFunc
final
csoundAndroidSetCallbackPort csaSetCallbackPortFunc
final
csoundAndroidSetControlChannel csaSetControlChannelFunc
final
csoundAndroidSetOption csaSetOption
final
csoundAndroidStart csoundAndroidStartFunc
final
csoundAndroidStartPointer Pointer<NativeFunction<csound_android_start_func>>
final
csoundAndroidStop csoundAndroidStopFunc
final
nRegisterPostCObject → void Function(Pointer<NativeFunction<Int8 Function(Int64, Pointer<Dart_CObject>)>> functionPointer)
final
printC → void Function(Pointer<Utf8>)
final

Functions

csoundAndroidGetStringChannel(Pointer<Void> csound, Pointer<Utf8> channelName) String
csoundAndroidPause(Pointer<Void> cs, bool p) → void
getLib() DynamicLibrary

Typedefs

csa_compile_csd_func = Int32 Function(Pointer<Void>, Pointer<Utf8>)
csa_compile_orc_func = Int32 Function(Pointer<Void>, Pointer<Utf8>)
csa_eval_code = Double Function(Pointer<Void>, Pointer<Utf8>)
csa_get_audio_channel = Void Function(Pointer<Void>, Pointer<Utf8>, Pointer<Float>)
csa_get_control_channel_func = Double Function(Pointer<Void>, Pointer<Utf8>)
csa_get_string_channel = Void Function(Pointer<Void>, Pointer<Utf8>, Pointer<Utf8>)
csa_pause = Void Function(Pointer<Void>, Int32)
csa_read_score_func = Int32 Function(Pointer<Void>, Pointer<Utf8>)
csa_set_callback_port_func = Void Function(Pointer<Void>, Int64)
csa_set_control_channel_func = Void Function(Pointer<Void>, Pointer<Utf8>, Double d)
csa_set_option = Int32 Function(Pointer<Void>, Pointer<Utf8>)
csaCompileCsdFunc = int Function(Pointer<Void>, Pointer<Utf8>)
csaCompileOrcFunc = int Function(Pointer<Void>, Pointer<Utf8>)
csaEvalCode = double Function(Pointer<Void>, Pointer<Utf8>)
csaGetAudioChannel = void Function(Pointer<Void>, Pointer<Utf8>, Pointer<Float>)
csaGetControlChannelFunc = double Function(Pointer<Void>, Pointer<Utf8>)
csaGetStringChannel = void Function(Pointer<Void>, Pointer<Utf8>, Pointer<Utf8>)
csaPause = void Function(Pointer<Void>, int)
csaReadScoreFunc = int Function(Pointer<Void>, Pointer<Utf8>)
csaSetCallbackPortFunc = void Function(Pointer<Void>, int)
csaSetControlChannelFunc = void Function(Pointer<Void>, Pointer<Utf8>, double)
csaSetOption = int Function(Pointer<Void>, Pointer<Utf8>)
csound_android_compile_csd_text_func = Int32 Function(Pointer<Void> cs, Pointer<Utf8> csd)
csound_android_create_func = Pointer<Void> Function()
csound_android_get_sr_func = Double Function(Pointer<Void>)
csound_android_start_func = Int32 Function(Pointer<Void>)
csound_android_stop_func = Void Function(Pointer<Void>)
csoundAndroidCompileCsdTextfunc = int Function(Pointer<Void>, Pointer<Utf8>)
csoundAndroidCreateFunc = Pointer<Void> Function()
csoundAndroidGetSrFunc = double Function(Pointer<Void>)
csoundAndroidStartFunc = int Function(Pointer<Void>)
csoundAndroidStopFunc = void Function(Pointer<Void>)