Version 2.0.21 is now live.
- Fermata and TTY:
-
- Both of these now support larger font sizes, all the way up to filling the vertical space with a single line of text.
-
- They also can now be stretched out to 300 HP wide. That’s wider than 33 VCV VCO’s.
-
- A short video demo.
-
- Thanks to maunatanmaya for this suggestion in my GitHub Issues, and for wrapping it in a Ko-fi donation

- Thanks to maunatanmaya for this suggestion in my GitHub Issues, and for wrapping it in a Ko-fi donation
- BASICally:
-
- Added WHILE-END WHILE loops. Thanks to @gabtiorbi for unintentionally reminding me that it’s confusing not having WHILE loops.
-
- Polyphonic INx and OUTx ports! Thanks again go to @gabtiorbi for getting me to think seriously about supporting this. It’s made many of my programs much simpler.
-
- Adding polyphony convinced me that a faster FOR loop mechanism is (sometimes) needed, so I’ve added the NEXTHIGHCPU option to FOR loops.
-
- Updated the BASICally presets to use these features when appropriate.