2022-10-06 11:30:48 boru: I've started brushing up on the GIMP software alongside PixInsight. I also installed a program on my phone called Deep Sky Camera; it will shoot all the raw shots for stacking. 2022-10-06 11:31:06 And, happily, it has a setting to let it use the SD card instead of main phone memory. 2022-10-06 11:31:28 I have a 1 TB uSD card on my phone,so... plenty of room for practically anything. 2022-10-06 14:21:42 What should I use to parse / input MIDI files / streams? I heard about FORMULA, but that's proprietary, and heaven knows what it runs on these days. I saw HMSL but I'm not sure if it parses as opposed to generates, and even then, it's overkill. I saw BigForth had some MIDI stuff, haven't tried it out yet though. RtMidi, the C++ library, already has a C interface to it - perhaps some CFFI would work?? 2022-10-06 14:23:30 On a related note, what open-source Forth implementation has good / the best CFFI support? GForth in their manual says there's is almost complete, but then there was this thing about structs and scoping.. 2022-10-06 22:32:07 is colorforth practical? 2022-10-06 22:32:22 is it usable as an interpreter on a pentium?