|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A trivial message sent exclusively to the EchoMap controller. More...
Classes | |
| struct | echomap::AddChannelMappingNotification |
| A notification indicating that a new channel mapping should be established. More... | |
| struct | echomap::NotificationNames |
| Helper to retrieve names of Notification variant alternatives. More... | |
| struct | echomap::ModifySensorColourNotification |
| A notification indicating that the colour of a Sensor should be changed. More... | |
| struct | echomap::ModifySensorPositionNotification |
| A notification indicating that the position of a Sensor should be changed. More... | |
| struct | echomap::RaiseFileChooserNotification |
| A notification indicating that the NativeFileChooser should be raised to prompt for a new Project. More... | |
| struct | echomap::ProjectSelectionCompleteNotification |
| A notification indicating that a new Project file has been selected by the user, or the load operation was cancelled. More... | |
| struct | echomap::CompleteProjectLoadNotification |
| A notification indicating that a pending Project is ready to be loaded. More... | |
| struct | echomap::RegisterVFSMappingNotification |
| A notification to indicate a new VFS mapping from an external source. More... | |
Typedefs | |
| using | echomap::Notification |
| A Notification is a trivial message sent exclusively to the EchoMap controller. | |
A trivial message sent exclusively to the EchoMap controller.
| using echomap::Notification |
A Notification is a trivial message sent exclusively to the EchoMap controller.
To add a new Notification:
Once the type is added to this variant, all further steps are verified statically.
If the Notification is applicable only to a certain platform, its symbols should not be included in translation units compiled for anything except the target platform. The mechanism for managing this split is:
__EMSCRIPTEN__ Definition at line 70 of file AllNotificationsFwd.hpp.