Skip to content

Commit

Permalink
Fix drum channel.
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
nwhitehead committed Apr 10, 2024
1 parent ad091ab commit a0bc230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist/
wheelhouse/
_skbuild/
**/__pycache__
.vscode/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "tinysoundfont"
version = "0.3.4"
version = "0.3.5"
authors = [ { name = "Nathan Whitehead", email = "[email protected]" } ]
description = "Python bindings for using SoundFonts (sf2/sf3/sfo formats), generating audio samples, and playing MIDI songs"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/tinysoundfont/sequencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
PitchBend,
)

DRUM_CHANNEL = 10
DRUM_CHANNEL = 9

class Sequencer:
"""A Sequencer schedules MIDI events over time.
Expand Down

0 comments on commit a0bc230

Please sign in to comment.