Scott Lawrence
Scott Lawrence
I've attempted to add support for WAIT for [my project](http://www.wintergroundfairlands.com/2018/08/javascript-applesoft-laserdiscs.html), and I'm kinda stuck... I'm implementing a minimal simulation of the Super Serial card, which has a 6551 ACIA. I've...
I have a bunch of visualizers from my iOS mod player that i'd love to fly in to this codebase. Perhaps a button to switch the pattern view into a...
It would be really great to have a way to enter a url for a playlist/file source. Perhaps to a specific format json file that could have groups of files...
Ability to load S3M files would be most excellent. Not sure what else to put here. Bananas.
U4ia's "U4ic Nightmare" (attached), position 8, pattern 4 holds a note at the end. [u4ic_nightmare_2.mod.zip](https://github.com/steffest/BassoonTracker/files/2818514/u4ic_nightmare_2.mod.zip) Protracker, where he originally composed it, doesn't do it, but every mod player (including mikmod,...
I have a simple sketch where I initialize one gamepad, mouse and keyboard. (attached) If i try to use all three at the same time, mouse and keyboard send events,...
I added support for 6 digit displays, as well as remapping the order of the digits themselves. (The controller chip can support up to 6 digits.) I did it by...
Not sure if this is an issue anymore, but it should be looked into. On an old ticket, ENABLE_EAUTORUN was set true, on a Leonardo (32u4 AVR).. presumably with no...
Create commands to send/receive I2C commands. Useful for storing data in I2C-Based memory devices, reading I2C sensors, I2C based displays, etc.
Create commands to send/receive SPI commands. Useful for storing data in SPI-Based memory devices, reading SPI sensors, SPI based displays, etc.