The most important classes in HISE. More...
Classes | |
class | MainController::EventIdHandler |
This class will iterate over incoming MIDI messages, and transform them into HiseEvents with a succesive index for note-on / note-off messages. More... | |
class | FileHandlerBase |
The base class for handling external resources. More... | |
struct | MainController::GlobalAsyncModuleHandler |
A class that handles the asynchronous adding / removal of Processor objects to the signal path. More... | |
class | HiseEvent |
The event type of HISE. More... | |
class | Processor::Iterator< SubTypeProcessor > |
A iterator over all child processors. More... | |
class | MainController::KillStateHandler |
Handles the voice killing when a longer task is about to start. More... | |
class | MainController::UserPresetHandler::Listener |
A class that will be notified about user preset changes. More... | |
class | MainController::LockFreeDispatcher |
This class is a dispatcher for methods that are being called by either the message thread or the sample loading thread. More... | |
class | MainController::MacroManager |
Contains methods for handling macros, MIDI automation and MPE gestures. More... | |
class | MainController |
The grand central station of HISE. More... | |
class | Modulator |
A modulator is a Processor that encapsulates modulation behaviour and returns a float value between 0.0 and 1.0. More... | |
class | MainController::SampleManager::PreloadListener |
A class that will be notified about sample preloading changes. More... | |
struct | MainController::SampleManager::PreloadThreadData |
A POD structure that contains information about a Preload function. More... | |
class | Processor |
The base class for all HISE modules in the signal path. More... | |
struct | PoolHelpers::Reference |
A lightweight object that encapsulates all different sources for a pool with a hash code and a relative path system. More... | |
class | MainController::SampleManager |
Contains all methods related to sample management. More... | |
class | MainController::UserPresetHandler |
The handler class for user presets in HISE. More... | |
The most important classes in HISE.