![]() |
Om
1.0.0
A universal framework for multimedia simulation
|
#include "om/omFramework.h"#include "om/omSound.h"#include "om/omGUI.h"#include "om/omGraphics.h"#include "om/omGraphicsGUI.h"Namespaces | |
| om | |
| The enclosing namespace for the entire Om library. | |
| om::sound | |
| A namespace that handles sound input, output, and processing. | |
| om::sound::plugins | |
| A namespace containing classes that manage different types of audio processing plugins (filters, AU, VST, etc). | |
| om::sound::views | |
| A namespace containing classes that provide graphical user interfaces for SoundFilter classes. | |
Macros | |
| #define | OM_SOUND_PLUGINS_NAMESPACE_START namespace om { namespace sound { namespace plugins { |
| #define | OM_SOUND_PLUGINS_NAMESPACE_END }; }; }; |
| #define | OM_SOUND_VIEWS_NAMESPACE_START namespace om { namespace sound { namespace views { |
| #define OM_SOUND_PLUGINS_NAMESPACE_START namespace om { namespace sound { namespace plugins { |
| #define OM_SOUND_PLUGINS_NAMESPACE_END }; }; }; |
| #define OM_SOUND_VIEWS_NAMESPACE_START namespace om { namespace sound { namespace views { |
1.8.11