Has anyone written a class to import a .tun file and read it to an array for use?
or maybe a parser for scala files with similar effect?
I’m just trying to avoid reinventing the wheel here and I dislike writing all the error checking for reading files.
I want to add a straightforward implementaion of using a tun file to convert midi in to midiout with pitchbend for a monophonic line - I’m hoping that maybe I don’t need to start from scratch.
