Skip to content

Commit

Permalink
Merge pull request #248 from shorepine/ppq_const
Browse files Browse the repository at this point in the history
add a constant for PPQ in amy.py
  • Loading branch information
bwhitman authored Nov 7, 2024
2 parents 9e5199b + 8e4ef87 commit 66d3144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amy.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
ENVELOPE_NORMAL, ENVELOPE_LINEAR, ENVELOPE_DX7, ENVELOPE_TRUE_EXPONENTIAL = range(4)
RESET_SEQUENCER, RESET_ALL_OSCS, RESET_TIMEBASE, RESET_AMY = (4096, 8192, 16384, 32768)
AMY_LATENCY_MS = 0
SEQUENCER_PPQ = 48

# If set, inserts func as time for every call to send(). Will not override an explicitly set time
insert_time = None
Expand Down

0 comments on commit 66d3144

Please sign in to comment.