Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 536 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 536 Bytes

Changelog

Forthcoming

  • Add example to integrate with PyChord.

0.2.0

  • Support scale expression to generate chord.

0.1.5

  • Support triangle wave.
    • Contributor: @AntiMatterAMA

0.1.4

  • Fix channels of Player class from 2 to 1 to play proper sound.

0.1.3

  • Specify audio output device.
  • Add Writer class.

0.1.2

  • Add generate_chord method.

0.1.1

  • Add Synthesizer and Player classes.
  • Generate and play constant frequency wave.

0.1.0

  • Initial version.