SynthLab SDK
SynthLab::WaveStringData Struct Reference

Information about the selected core and the selected wavform within that core. More...

#include <synthstructures.h>

Public Member Functions

 WaveStringData (uint32_t _coreIndex, uint32_t _coreWaveIndex)
 

Public Attributes

uint32_t coreIndex = 0
 selected core
 
uint32_t coreWaveIndex = 0
 selected waveform within core
 

Detailed Description

Information about the selected core and the selected wavform within that core.

  • used in the wave sequencer oscillator to keep track of which oscillator is playing which waveform
Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Software Synthesizer Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2021 / 05 / 02

The documentation for this struct was generated from the following file: