-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to make the Song longer? #26
Comments
For the generated songs during training, changing MAX_LENGTH in train.py (128 should be 3-4 mins) For the live editor, changing num_measures should increase the length of the song. |
i changed all that but it still only saves about 35 seconds. Do i need to change something to save for longer? |
What did you change the variables to and how are you generating the files (during training from train.py, live_editor.py etc)? |
Yeah i did change all the variables. I tried making a mod that instandly saves a Song after starting the composer.py . With that Mod i got a 4min Song but without anything in it. If i remove the Mod it just errors out. |
What about for those who are not programmers? Is there a way to make it play longer within the app itself? |
Hello,
i really like the music but its kinda short. Any Idea on how to make the Song longer? Like 2 mins?
The text was updated successfully, but these errors were encountered: