gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 9ad9fe00aa72f3d720c28a0685fc643ff61530d8
parent da2c1d9389b3e6c2fbda3952389c6f94933fc6f0
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu,  1 Aug 2024 18:38:19 +0200

button test

Diffstat:
Msource/nord/n2x/n2xLib/n2xdevice.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/source/nord/n2x/n2xLib/n2xdevice.cpp b/source/nord/n2x/n2xLib/n2xdevice.cpp @@ -77,6 +77,8 @@ namespace n2x { m_hardware.processAudio(_outputs, static_cast<uint32_t>(_samples), getExtraLatencySamples()); m_numSamplesProcessed += static_cast<uint32_t>(_samples); + +// m_hardware.setButtonState(ButtonType::OscSync, (m_numSamplesProcessed & 65535) > 2048); } bool Device::sendMidi(const synthLib::SMidiEvent& _ev, std::vector<synthLib::SMidiEvent>& _response)