commit 7ea315fe4bc0da6a758c382a2f612feec09571a5
parent 6c887825c6702d08907c67d54a651b5beeb1e52f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sat, 28 Sep 2024 23:11:24 +0200
increase rom wave count to the real amount that seems to exist on the device, only after 505+ the device doesn't respond anymore
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/source/xtLib/xtMidiTypes.h b/source/xtLib/xtMidiTypes.h
@@ -188,9 +188,10 @@ namespace xt
namespace Wave
{
- static constexpr uint16_t g_romWaveCount = 300;
+ static constexpr uint16_t g_romWaveCount = 506;
static constexpr uint16_t g_ramWaveCount = 250;
static constexpr uint16_t g_firstRamWaveIndex = 1000;
+
static constexpr uint16_t g_tableCount = 128;
static constexpr uint16_t g_wavesPerTable = 64;