Henrik Grønbech

Results 8 comments of Henrik Grønbech

But that still dosen't solve the problem that you have to comment out/remove/uninstall the last theme you had. See picture for what happened when I first installed `"hyper-solarized-light"` then `"hyper-one-light"`....

> So you would like the ability to use a midi file as an input source along with an mp3/WAV file? Yes, exacty. I would like the tracks in the...

I see that the minimum bass frequency is 35 and maximum is 79 according to [midi_rules/pitch.json](https://github.com/ethman/slakh-generation/blob/e6454eb57a3683b99cdd16695fe652f83b75bb14/midi_rules/pitch.json#L6). After hearing to many of the bass stems, I think this is one octave...

> > I also know that the SXX.mid bass stems are shifted one octave above the numbers written above, but I guess that is because the kontakt MIDI engine renders...

>Hey, sorry for the delay. Your data loader project project seems really cool! We're also working on a slakh pytorch data loader in nussl, though work has stagnated. I'm hoping...

I'm not sure whether you have implemented it since I opened this issue or if I just didn't got it to work before, but shift+mouse wheel works for me now!...

There are some good open MIDI library out there - most noticeably [Lakh](https://colinraffel.com/projects/lmd/) the one also used by https://mmontag.github.io/chip-player-js/. What do you think about adding a file upload modal where...

The provided file works great, thanks a lot! I didn't need to use `torch.load('model-500000.pt’)` since both `evaluate.py` and `transcribe.py` has the model file as an argument. However, after I first...