EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
AllNotifications.hpp
Go to the documentation of this file.
1
9
10#ifndef ECHOMAP_ALLNOTIFICATIONS_HPP
11#define ECHOMAP_ALLNOTIFICATIONS_HPP
12
19
20#if !defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
21
22// Native-only notifications.
23
25
26#endif // __EMSCRIPTEN__
27
28#if defined(__EMSCRIPTEN__) || defined(__DOXYGEN__)
29
30// Web-only notifications.
31
35
36#endif // __EMSCRIPTEN__
37
38#endif // ECHOMAP_ALLNOTIFICATIONS_HPP
AddChannelMappingNotification specification.
AllNotificationsFwd specification.
CancelProjectLoadNotification specification.
ClearErrorNotification specification.
CompleteProjectLoadNotification specification.
ModifySensorColourNotification specification.
ModifySensorPositionNotification specification.
ProjectSelectionCompleteNotification specification.
RaiseFileChooserNotification specification.
RegisterVFSMappingNotification specification.