HackerPoet

Results 33 comments of HackerPoet

@AHFriedman The note length feature was something I was originally planning to do, but later decided against it to make the training more uniform, but the code was left there...

This would be an excellent way to do it if the dataset conforms to this model. It makes a lot of assumptions such as all songs in the dataset having...

Yeah, that mode was something I experimented with briefly, but stopped pursuing when it didn't work as well, so the code probably rotted a bit. To get it to work,...

Yeah, the compiled version is a C++ port of the python one with just a few small differences like the instrument button. I usually don't release pre-trained models for a...

"Detected multiple distinct time signatures" is just a warning that it's skipping that midi file. You can ignore it assuming you still have samples that do work. The nature of...

Is this possibly caused by using Python 3 instead of 2?

Ah I see what you mean now. Yeah the notes have zero duration when saved to midi, it was just easier to code that way and I didn't know there...

I am aware of this problem, but am not able to reproduce it. I just pushed some changes to make speedrunning easier though. Specifically, I now have an in-game master...

Right click on the "MarbleMarcher" project and select "Set as StartUp project".

The marble currently does not rotate, that would have to be added in to make it work if you want anything but a solid color.