-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File I/O incompatiable with Windows OS #5
Comments
There are also some key errors when using other midi files (other than the ones provided) as input |
This is interesting, I've made midi's with several DAWs (Garage Band and REAPER) and never had a problem. How did you record your midi? What OS? |
Actually, now that I actually read your screen it says "rm" is not a recognized command, so you are on windows? You can spakle that with replacing |
Hi src\DevServer\Skeleton.py src\DevServer\Section.py src\Skeleton\Skeleton.py src\Arranging\CreateMidiEventsForBass.py [Edit: line numbers] |
Ok I'm not sure "del" is working as expected. I have 93 files in my output folder and another 63 files in my src folder. |
@amchaney You were right about the key error. Apparently if the midi file has more than one track, it gives a key error. For Watson-Beat to work properly It is required that the input midi file has only one track. This can be considered a bug and easily fixed if Watson-Beat only reads the first track in the midi file. Further: A midi file can be edited with the free midi editor: http://midieditor.sourceforge.net/ |
The text was updated successfully, but these errors were encountered: