Tom Hoffman

Results 3 issues of Tom Hoffman

Mido has worked great on my current project -- https://github.com/tom-hoffman/norddrumcurator My Nord Drum will export all programs over MIDI as a series of SysEx messages which I can read one...

enhancement
feature:midifile

If I have this: include image STRIPE = rectangle(100, 50, "outline", "black") CIRCLE = circle(25, "solid", "red") overlay(CIRCLE, beside(STRIPE, STRIPE)) overlay(beside(STRIPE, STRIPE), CIRCLE) overlay(CIRCLE, above(STRIPE, STRIPE)) overlay(above(STRIPE, STRIPE), CIRCLE) The...

When I am developing a program that's divided into multiple modules, after I've made and published changes to a module imported into another, I (think I) have to reload the...