ppelleti Posted March 25, 2019 Share Posted March 25, 2019 I have written a program which converts MIDI files into MUSIC lines which can be used in an IntyBASIC program. Depending on the number of voices in the MIDI file, it can generate code either for the Intellivision alone, or for the Intellivision with ECS. MIDI Program Change messages can be used to select among the four instruments that IntyBASIC supports. I have also attempted to support drums (on MIDI Channel 10). The source code and README are available on GitHub: https://github.com/ppelleti/inty-midi Binaries for Mac OS X, Linux, and Windows are available on the "Releases" tab on GitHub, but I've also attached the binaries to this message. inty-midi-0.1.0.0-bin.zip 8 Quote Link to comment Share on other sites More sharing options...
ppelleti Posted March 28, 2019 Author Share Posted March 28, 2019 Aha, it turns out this has been done before: https://atariage.com/forums/topic/264422-musocheat-adequate-inty-music-for-non-musicians Somehow it did not show up in my initial search for "IntyBASIC MIDI". Quote Link to comment Share on other sites More sharing options...
carlsson Posted March 28, 2019 Share Posted March 28, 2019 Perhaps you two produce different results from the same input, so it is good to have two solutions. Quote Link to comment Share on other sites More sharing options...
ppelleti Posted March 29, 2019 Author Share Posted March 29, 2019 Perhaps you two produce different results from the same input, so it is good to have two solutions. At least, I think the two programs have different approaches. MusoCheat is a modular toolkit which gives the user quite a bit more flexibility, but also requires the user to do more. inty-midi, on the other hand, tries to be as automatic as possible, and (currently) has very few command line options to tweak. 1 Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted March 29, 2019 Share Posted March 29, 2019 At least, I think the two programs have different approaches. MusoCheat is a modular toolkit which gives the user quite a bit more flexibility, but also requires the user to do more. inty-midi, on the other hand, tries to be as automatic as possible, and (currently) has very few command line options to tweak. There are advantages to both approaches. Users who are new to MIDI and just trying to get things working will benefit from your tool. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.