Search results

  1. Tenkoh

    UTSU - A cross-platform vocal synth frontend

    Loading USTs with Notes with an empty Flags property and no global Flags causes the resampler to crash. I looked at the code that calls the resampler and apparently it skips the flags argument entirely, passing wrong arguments to the resampler. Argument 5 was supposed to be flags. Setting...
  2. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    Sorry, typo made the server crash. Should be up now.
  3. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    Added option to export a track as a UST file. Also, newly created accounts will have Defoko enabled by default while I revamp the vb upload tool. Also, added Ctrl+A key combination to select all notes
  4. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    Added horizontal note movement (including note regions). Doesn't allow overlapping notes by design though.
  5. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    Sometimes the server crashes and I don't notice, should be up now. --- Also, I fixed the problem that was stopping some people from uploading voicebanks. The page should be working properly for everyone now.
  6. Tenkoh

    UTSU - A cross-platform vocal synth frontend

    Oh, even if it did I wouldn't mind. The more projects the merrier!
  7. Tenkoh

    UTSU - A cross-platform vocal synth frontend

    Open source, cross-platform and with a pretty UI to boot! This looks really nice, I'm excited to see how it goes!
  8. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    Note resizing has finally been implemented. Note movement should be next. Also, the interface is more "crisp". Anyway, if I ever choose to abandon this project, I will release the full backend code. But for now I'm slowly making progress.
  9. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    It might be intended behavior since I haven't implemented crossfading yet. I'll double check though.
  10. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    I think I know what's going on. You're probably using a browser that doesn't support ES modules, so it's not loading the code that hides the text fields. I'll change the code so that it works on older browsers, but it might take a whilr
  11. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    Well that's weird. You're not supposed to type anyway, I'll check the code and see if it isn't running an outdated version.
  12. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    What do you mean? Did you click on the + button? A dialog will show up where you can type the VB name. That's the only part where you'll have to type anything.
  13. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    The voicebank must be uncompressed. You have to drag .wav and oto.ini files into the upload zone.
  14. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    I made some slight changes to the creator page so that it is slightly more intuitive. I think there won't be any confusion now
  15. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    The interface is not very intuitive, sorry. You need to click on the + button to create a VB entry, then those fields will be filled automatically
  16. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    I forgot to set a route for /. Should be working now
  17. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    I think it should work. Tbh, I don't remember how I implemented half of that stuff. lol Holy s***, 20 new accounts? Just to remind everyone that this system is experimental and all accounts will be wiped eventually. Also, please let me know if you have problems uploading/using voicebanks. Also...
  18. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    What error? Signup is at melodiasynth.ddns.net/signup CV only, since I haven't implemented crossfading/pitchbends properly
  19. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    Just took a break. By the way, the website is still up, some URLs just got changed. melodiasynth.ddns.net/creator https://melodiasynth.com/creator allows you to upload a CV voicebank and melodiasynth.ddns.net/sequencer https://melodiasynth.com/sequencer is the actual editor.
  20. Tenkoh

    [MOD NOTE: INACTIVE] MelodiaSynth - Web UTAU Frontend in development

    Thank you for your feedback. I am aware of some of the issues affecting mobile browsers, but due to the inherent difference between mobile and desktop apps, as well as technical limitations of mobile browsers, I am not planning on supporting these devices in the near future. The voicebanks up...