Implemented persisting of channel/note for each pad
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
|
||||
constexpr double pi = std::acos(-1);
|
||||
|
||||
void Synthisizer::loadSettings(const DrumMachineSettings &settings)
|
||||
{
|
||||
}
|
||||
|
||||
void Synthisizer::writeSamples(frame_t *begin, frame_t *end)
|
||||
{
|
||||
const auto frequency = m_frequency;
|
||||
|
Reference in New Issue
Block a user