dComposer

Results 7 comments of dComposer

I updated Chapter 6's bossButton.py for python 3. The only changes were to add the parenthesis to the print statements and to change the response logic from: if response =...

Chapter 7's serialScope.py updated for python 3: ``` import serial def readValue(serialPort): return(ord(serialPort.read(1))) def plotValue(value): """ Displays the value on a scaled scrolling bargraph""" leadingSpaces = "-" * int(value*(SCREEN_WIDTH-3) /...

My pleasure! As I convert more python code over I'll post them into this issue. Thanks for writing this great book!

I was planning to make a simple python script to convert the midi once I got my hands on that json file. Of course I’ll share whatever I come up...

I just thought of something that would be really cool -- what if I could store MIDI files on the SD card and load them straight into a project through...

Thanks for the suggestions, but I'm still getting this ModuleNotFound error: ```Traceback (most recent call last): File "/lib/python311.zip/_pyodide/_base.py", line 499, in eval_code .run(globals, locals) ^^^^^^^^^^^^^^^^^^^^ File "/lib/python311.zip/_pyodide/_base.py", line 340, in...

@westlicht it's the Akai MPK mini mk2 ([this guy](https://www.guitarcenter.com/Akai-Professional/MPK-mini-MKII-Limited-Edition-Red.gc)). I'll update it in the original post.