Recent content by Lethe

  1. Lethe

    UTSU - A cross-platform vocal synth frontend

    It's not easy to do, but it's possible. You'll need a program called wine32on64 that lets you run 32-bit programs on the latest Mac versions. The "moresampler.sh" file here has instructions on how to install wine32on64. Then you can write the following bash script: #!/bin/bash...
  2. Lethe

    UTSU - A cross-platform vocal synth frontend

    The 0.4.5 update is now released! You can go here to find a Windows, Mac, and Linux installer. Future plans: UTSU is getting very close to its 0.5 release, which I've defined as "about the same features as UTAU." The few remaining features include Spectrogram view for lyric config...
  3. Lethe

    UTSU - A cross-platform vocal synth frontend

    The 0.4.4 update is now released! You can go here to find a Windows, Mac, and Linux installer. Of special note in this release is that several new features were made by community contributors! I mostly just worked on the bulk editor: Future plans: Adding the last few built-in tools...
  4. Lethe

    UTSU - A cross-platform vocal synth frontend

    I work on Utsu 1 hour per day and usually make 1 Github commit per day as well. You can see the list of commits here. The list of remaining tasks before the 0.5 release is here. I'll probably make some smaller releases before 0.5 is finished.
  5. Lethe

    UTSU - A cross-platform vocal synth frontend

    The 0.4.3 update is now released! You can go here to find a Windows, Mac, and Linux installer. I went full ham on the color scheme editor and added an option to import/export themes. If you have a custom theme you really like, you can make it available for someone else to download! Future...
  6. Lethe

    UTSU - A cross-platform vocal synth frontend

    Progress report: I've been working one hour per day as promised. The User Preferences editor is now complete! That's good enough for a minor release, so I'll release version 0.4.3 in a week or two. Before then there are some smaller features and bug fixes I want to take care of. Here's a...
  7. Lethe

    UTSU - A cross-platform vocal synth frontend

    OK, it took 5 days to work out how to sign and notarize the DMG installer properly. Friendship ended with Apple, Linux is my new favorite operating system. I updated the installer on the 0.4.2 release, so you should be able to download and get it running now! If it still doesn't run for some...
  8. Lethe

    UTSU - A cross-platform vocal synth frontend

    Thanks for reporting! I was able to verify the bug you found by trying to download and open the DMG on my computer. It looks like the packaging tool I used isn't signing the application properly and so the security on your Mac is preventing you from opening it. I'm trying to find a workaround...
  9. Lethe

    UTSU - A cross-platform vocal synth frontend

    Hi all! Sorry for appearing and disappearing out of the blue like this. Long story short, I got burned out working on the 0.4 version, then got discouraged by how many bugs the program still had, then I got sick for a month and a half, and after all that I had trouble getting started again...
  10. Lethe

    UTSU - A cross-platform vocal synth frontend

    @piachuk Most of the slowness comes from either making things single-threaded when they should be multi-threaded (loading voicebanks for example) or loading UI elements all at once instead of only when the user scrolls to them. That said, the UTSU engine is separate from the main UI and could...
  11. Lethe

    I can get moresampler working on Mac using UTSU and Wine, but it just renders... really... slowly...

    I can get moresampler working on Mac using UTSU and Wine, but it just renders... really... slowly...
  12. Lethe

    UTSU - A cross-platform vocal synth frontend

    The 0.4 update is now released! It's focused mostly on improving quality-of-life while making and editing USTs. As always you can go here to find new Windows/Mac installers and a new JAR executable. Change list is spoiler'd this time because there's so much stuff. :< Here's a picture of...
  13. Lethe

    UTSU - A cross-platform vocal synth frontend

    Progress report: I've been working pretty hard over the last few weeks on some new editor features. It's been a slog, but UTSU is almost ready for its 0.4 release! As usual I need another week of testing and bug-fixing, so the release is probably coming next weekend.
  14. Lethe

    eeeee somebody blogged about utsu! http://km4osm.blog.fc2.com/blog-entry-265.html

    eeeee somebody blogged about utsu! http://km4osm.blog.fc2.com/blog-entry-265.html
  15. Lethe

    UTSU - A cross-platform vocal synth frontend

    Sounds legit, will do. This has been a known issue for several months actually! I've put off fixing it so far, but since I'm reworking note movement anyway for the next update I'll be sure to fix this at the same time. Yes, that's planned for next update! My current UI spec is: click...