Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 419 Bytes

PyTrumpet: Play Trumpet With Python

TODO

  • Make a script to install dependencies
  • test with a real mouthpiece.
  • Speed up frequency update/silence... Also some debouncing would be useful (slotting?)
  • Seperate into multiple files
  • Writeup a post on how it works.
  • Add a volume enveloping feature.

Dependencies

  • Python 2.7
  • Fluidsynth
  • portaudio
  • mingus python library
  • pyaudio
  • pygame
  • matplotlib