Skip to content

Commit

Permalink
Merge pull request #297 from shorepine/180oscs
Browse files Browse the repository at this point in the history
180 oscs for everyone
  • Loading branch information
bwhitman authored Feb 4, 2025
2 parents e75552c + 305200d commit 1910bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions amy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
BLOCK_SIZE = 256
AMY_SAMPLE_RATE = 44100.0
AMY_NCHANS = 2
AMY_OSCS = 120
MAX_QUEUE = 400
AMY_OSCS = 180
MAX_QUEUE = 2400
SINE, PULSE, SAW_DOWN, SAW_UP, TRIANGLE, NOISE, KS, PCM, ALGO, PARTIAL, PARTIALS, BYO_PARTIALS, INTERP_PARTIALS, AUDIO_IN0, AUDIO_IN1, CUSTOM, OFF = range(17)
FILTER_NONE, FILTER_LPF, FILTER_BPF, FILTER_HPF, FILTER_LPF24 = range(5)
ENVELOPE_NORMAL, ENVELOPE_LINEAR, ENVELOPE_DX7, ENVELOPE_TRUE_EXPONENTIAL = range(4)
Expand Down
7 changes: 2 additions & 5 deletions src/amy_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
#define BLOCK_SIZE_BITS 8 // log2 of BLOCK_SIZE
#endif

#ifndef TULIP
#define AMY_OSCS 120
#else
#define AMY_OSCS 160
#endif
#define AMY_OSCS 180


#ifdef AMY_DAISY
#define AMY_SAMPLE_RATE 48000
Expand Down

0 comments on commit 1910bbf

Please sign in to comment.