nice bass patch to test with

This commit is contained in:
Gordon JC Pearce 2025-12-30 01:11:57 +00:00
parent fd68c59d0c
commit 8fb00c1499
1 changed files with 13 additions and 13 deletions

View File

@ -96,24 +96,24 @@ class Module {
*/ */
struct { struct {
uint8_t lfoRate = 0x58; uint8_t lfoRate = 0x00;
uint8_t lfoDelay = 0x00; uint8_t lfoDelay = 0x00;
uint8_t vcoLfo = 0x00; uint8_t vcoLfo = 0x00;
uint8_t pwmLfo = 0x00; uint8_t pwmLfo = 0x3c;
uint8_t noise = 0x00; uint8_t noise = 0x00;
uint8_t vcfFreq = 0x00; // 1c; // 0x3f80 uint8_t vcfFreq = 0x25; // 1c; // 0x3f80
uint8_t vcfReso = 0x7f; uint8_t vcfReso = 0x1d;
uint8_t vcfEnv = 0x7f; // 4e; uint8_t vcfEnv = 0x1c; // 4e;
uint8_t vcfLfo = 0x00; uint8_t vcfLfo = 0x00;
uint8_t vcfKey = 0x00; // 47; uint8_t vcfKey = 0x2b; // 47;
uint8_t vca = 0x20; uint8_t vca = 0x5c;
uint8_t env_a = 0x00; uint8_t env_a = 0x00;
uint8_t env_d = 0x5c; uint8_t env_d = 0x2a;
uint8_t env_s = 0x00; // 0x3f80 uint8_t env_s = 0x23; // 0x3f80
uint8_t env_r = 0x3c; uint8_t env_r = 0x00;
uint8_t sub = 0x7f; uint8_t sub = 0x40;
uint8_t switch1 = 0x3a; uint8_t switch1 = 0x19;
uint8_t switch2 = 0x19; uint8_t switch2 = 0x18;
} patchRam; } patchRam;
Chorus* chorus; Chorus* chorus;