Composer
Composer copied to clipboard
Generates video game music using neural networks.
crashes on line below. start, end and sample_ix are 0.0, 11.8, 0.0. On other runs it is a positive number (1.66666), but as an array index, should sample_ix be a...
Please may the project be released under a libre software license such as GNU-AGPL-3.0-or-later? At the moment the project is proprietary.
I'm looking for a way to generate a composition by using a string of characters as a seed. Any way to implement that?
Hello, i really like the music but its kinda short. Any Idea on how to make the Song longer? Like 2 mins?
So I was trying to edit one of the midis I had gotten exported from the application, but when I try to edit the midi via online or in apps...
I have windows and can run this just fine, but a friend of mine can't because he has a mac, and he can't use Wine to run it because of...
Composer
I tried loading the executable file in Visual Studio 2019, but it didn't find any files or code. What language is it in, and how can you edit its code?...
Migrate to python3 and pure keras, clean up and beautify the code, structure input and output data and added a requirement.txt and some nice READMEs. I hope this serves some...
I've been trying to train a new model, but either midi.midi_to_sample() raises: "Detected multiple distinct time signatures." or try: samples = midi.midi_to_samples(path) raises an exception error. Is there a special...