Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 491 Bytes

File metadata and controls

12 lines (8 loc) · 491 Bytes

music-module

A python library extension for Ci40 using a Buzz Click. Adds notes and rests to quickly put simple (very high pitched!) tunes together.

Requires pyletmecreate from here. Also requires a Buzz Click board attached to Mikrobus 1.

Put mm.py and your script in the same directory. Just add "import mm" to the top of your script. Call functions within your python script as follows:

mm.set_f7()
mm.quarter_play()