Steven Waterman
Steven Waterman
Definitely sounds like a great feature to have, but very hard. When everything higher-priority is done, i'll try and work this out
Yep, it's very heavy. Musetree uses the MuseNet API to generate the audio, which returns it as a midi. To play it back, we have to synthesise it into actual...
When you click `Add midi` and click import, it should add a node under the root like it does when you click `Request more`. There's clearly something wrong with the...
I've dug into the code with a debugger importing that midi, which has shown a rather obvious problem. Your midi file, at least according to the `import` dialog, doesn't have...
Amazing, i will add temperature to the generation options menu + give it a tooltip that explains what it means
Temperature add 2.4.0
Detect titles, and detect when a word that is a normal word might also be a name
Added basic display options. Needs refining more
There are now two buttons as of https://github.com/stevenwaterman/Lexoral/issues/17 - We should still have a dialog to let them pick file name etc
I'm not really sure on how the euclidean distance could be used here. I was imagining it more like the levenshtein distance, but the more I think about it the...