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 9d83dc8176bd616f907a8142663562a0ba86eb5c
parent 987dd52ab91b76858ae5cc5950bf69ea39952348
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 24 Jul 2024 00:06:13 +0200

proper ESAI initialization for both DSPs

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

diff --git a/source/nord/n2x/n2xLib/n2xtypes.h b/source/nord/n2x/n2xLib/n2xtypes.h @@ -39,6 +39,8 @@ namespace n2x static constexpr uint32_t g_frontPanelSize = 0x800; static constexpr uint32_t g_keyboardSize = 0x800; + static constexpr uint32_t g_samplerate = 96000; + enum class ButtonType { // id: MSB = address / LSB = bit mask