|
@@ -390,6 +390,9 @@ extern "C" {
|
390
|
390
|
// Used to transmit messages to the audio system.
|
391
|
391
|
cmDspRC_t cmDspSendValueToAudioSys( cmDspCtx_t* ctx, unsigned msgTypeId, unsigned selId, unsigned valId, const cmDspValue_t* valPtr );
|
392
|
392
|
|
|
393
|
+ // Notify the system that the program is done and can be shutdown
|
|
394
|
+ cmDspRC_t cmDspProgramIsDone( cmDspCtx_t* ctx );
|
|
395
|
+
|
393
|
396
|
// The following functions are used to send message to the UI and are
|
394
|
397
|
// implemented in cmDspUi.c. They are declared here because they are
|
395
|
398
|
// visible to the cmDspInst functions which use them but are not available
|
|
@@ -417,7 +420,7 @@ extern "C" {
|
417
|
420
|
cmDspRC_t cmDspUiFnameCreate( cmDspCtx_t* ctx, cmDspInst_t* inst, unsigned valVarId, unsigned patVarId, unsigned dirVarId );
|
418
|
421
|
cmDspRC_t cmDspUiMsgListCreate(cmDspCtx_t* ctx, cmDspInst_t* inst, unsigned height, unsigned listVarId, unsigned selVarId );
|
419
|
422
|
|
420
|
|
-
|
|
423
|
+
|
421
|
424
|
//)
|
422
|
425
|
|
423
|
426
|
#ifdef __cplusplus
|