ianespana / ShawzinBot

Convert a MIDI input to a series of key presses for the Shawzin
MIT License
105 stars 26 forks source link

Song unloading when finished, playlist functionality, drag midi from folder functionality #15

Open toddnollan opened 5 years ago

toddnollan commented 5 years ago

Combined with the lack of drag-drop support, the lack of playlists and the file unloading when played can be very annoying.

I downloaded the code and implemented this.

If you want to take a look, modified project zip is attached.

Sorry for not using github's methods of files, I frankly have no idea how github works.

ShawzinBot-Fred.zip

ianespana commented 5 years ago

No worries. I'll review this when I get time and implement the changes. Thanks a lot for your support!

Rouble commented 4 years ago

@toddnollan what version of windows are you on and do you have UAC enabled? On my Win10 machine drag and drop doesn't work and this stackoverflow thread indicates it may an issue with UAC because shawzin bot runs with elevated permissions and the file explorer doesn't https://stackoverflow.com/questions/4561505/cannot-drag-and-drop-to-debugged-application-run-from-a-privileged-run-visual-st

toddnollan commented 4 years ago

I'm on win7 with UAC completely disabled. And, unfortunately, that stack overflow thread indicates that there is no workaround.