Dump psg/ym chip tune files to txt and midi format
PSGDump tool is parser and converter for chip tune files. It supports PSG and YM input file formats, focusing on AY/YM chip tunes from ZX Spectrum and Atari ST.
The tool produces text output of notes played and creates multi-track MIDI file.
gentext genmidi chung is a small text generation / midi piano music gen generator based on SORT dychotomic algorythm (inspired from ai neural networks RNN LSTM and Markov chains but not at all the same) .Trained with an input text file , it can generate random variants text / music stream in response to user input or freely (user enters empty input) or realtime non stop. Written in easy fast compiled freebasic. Generates midi music when load miditext txt files saved with brainpiano3 of midipiano_chung . No cuda or openCL required can run on a ordinary pc . genmidi_chung version added for data size x2 (+ works with notes variations instead of absolute values) + select midi output port. Can be compared to a sophisticared random pattern playlist player . Included utilities can generate txt files from midi files entire folder and merge txt folder files into single txt file . genmidi2 version separates chord and theme for sort on theme only (experiment) .