August 2017
Intermediate to advanced
288 pages
8h 6m
English
Let's look at the prerequisites to preprocess MIDI files:
https://github.com/dshieble/Music_RBM/tree/master/Pop_Music_Midi
https://github.com/dshieble/Music_RBM/blob/master/midi_manipulation.py
Install.packages("reticulate")
use_condaenv("python27") midi <- import_from_path("midi",path="C:/ProgramData/Anaconda2/Lib/site-packages") np <- import("numpy") msgpack <- import_from_path("msgpack",path="C:/ProgramData/Anaconda2/Lib/site-packages") psys <- import("sys") tqdm <- import_from_path("tqdm",path="C:/ProgramData/Anaconda2/Lib/site-packages") ...