Isomet Modular Synthesiser (iMS) API
v1.4.2
iMS API
|
Class for storing an array of Synthesiser tones. More...
#include "IMSSystem.h"
#include "IEventHandler.h"
#include "IMSTypeDefs.h"
#include "IBulkTransfer.h"
#include "Image.h"
#include "FileSystem.h"
#include <array>
Go to the source code of this file.
Classes | |
class | iMS::ToneBufferEvents |
All the different types of events that can be triggered by the ToneBuffer and ToneBufferDownload classes. More... | |
class | iMS::ToneBuffer |
An array of 4-channel FAP Tones stored in memory on the Synthesiser. More... | |
class | iMS::ToneBufferDownload |
Provides a mechanism for downloading ToneBuffer's to a Synthesiser's LTB memory. More... | |
Namespaces | |
iMS | |
The entire API is encapsulated by the iMS namespace. | |
Typedefs | |
using | iMS::TBEntry = ImagePoint |
TBEntry is synonymous with ImagePoint An entry in the Tone Buffer contains four FAPs, one per output channel and is therefore comparable to a single ImagePoint making up one entry in an Image. More... | |
Class for storing an array of Synthesiser tones.