UTSU - A cross-platform vocal synth frontend

Halo

Icon by Wanpuccino @ DA
Administrator
Defender of Defoko
Can't seem to use Moresampler this release. Other than that, its feeling pretty good to work in! Keep it up!

Edit: or somehow it seems like I was using an outdated version. Oops! Disregard :sick:

Double edit: Would be nice if we could either get presamp compatibility or (better, but more difficult to implement im sure) CVVC conversion, too! :wink:
 
Last edited:
  • Like
Reactions: HIRATELIER
P

partial

Guest
@partial
You never know, it could have just been a bad experience in that one class. If you do want to get back into programming, I've heard good things about Codecademy.
Oh no no no no no, I'm simply not smart enough to write code that achieves what I want it to. I can imagine neat ideas all day but I have no idea where to start when it comes to actually making them reality. I would need a guide for every small thing I wanted my programs to include, but following various guides to achieve results would really not make the programs mine at all....

I may look into your link despite that. Thank you.
 

Fif

Macne Nana Stan
Supporter
Defender of Defoko
Oh no no no no no, I'm simply not smart enough to write code that achieves what I want it to. I can imagine neat ideas all day but I have no idea where to start when it comes to actually making them reality. I would need a guide for every small thing I wanted my programs to include, but following various guides to achieve results would really not make the programs mine at all....

I may look into your link despite that. Thank you.
Maybe you could sell your ideas
 
  • Like
Reactions: partial

Pikachuk(SeleDreamsP)

Teto is love, Teto is life (Rin too)
Defender of Defoko
I'm a C# and C++ programmer, i wonder, why using JAVA ? this language is great for android development but anything else using java will be a lot slower, the best would have been to use a language such as C# or C++ for performances, if you want cross platform, in this case, C# with MONO or C++ with libraries such as SDL and that would be perfect
 

Dangosan

Jellie Bellie Pete Rat Gummie Candie
Defender of Defoko
If you still want to go with scripting languages, go with Python
 

Lethe

Ruko's Ruffians
Supporter
Defender of Defoko
Thread starter
Would be nice if we could either get presamp compatibility or (better, but more difficult to implement im sure) CVVC conversion, too! :wink:
Working on it!

I'm a C# and C++ programmer, i wonder, why using JAVA ? this language is great for android development but anything else using java will be a lot slower, the best would have been to use a language such as C# or C++ for performances, if you want cross platform, in this case, C# with MONO or C++ with libraries such as SDL and that would be perfect
C# wasn't truly viable for Mac development until Visual Studio for Mac (using .NET Core) came out in mid-2017, and by then I had already started Utsu. As for speed, C# and Java distros tend to be about the same while C++ can be optimized to be faster. So I use C++ for the resource-intensive parts of Utsu (such as .frq generation) and Java for everything else because it has swank IDEs, package managers, and dependency injection frameworks.

If you still want to go with scripting languages, go with Python
Can confirm, Python good.
 

m170

Ritsu's Renegades
Defender of Defoko
I think it'd be nice if it had a color scheme similar to Vocaloid where its grey, black and the notes are green. I personally find that color scheme more pleasing than UTAU synth where its mostly white lol.
 
Last edited:

Tenkoh

As lazy as can be
Defender of Defoko
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.

upload_2018-2-19_20-28-19.png upload_2018-2-19_20-28-37.png
Argument 5 was supposed to be flags.
Setting the flag to some value fixes the problem.
 
  • Like
Reactions: Kiyoteru

Lethe

Ruko's Ruffians
Supporter
Defender of Defoko
Thread starter
I think it'd be nice if it had a color scheme similar to Vocaloid where its grey, black and the notes are green. I personally find that color scheme more pleasing than UTAU synth where its mostly white lol.
I was thinking of adding a theme chooser as part of user preferences. That way Utsu could have 'Vocaloid-style' as one of its themes, or better, let users create their own themes!

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.
Thanks for investigating! I couldn't reproduce this bug on a Mac, so it may be a Windows issue. I implemented the fix you suggested and used a placeholder arg for notes with no flags.
 

balianw

Momo's Minion
@Lethe I submitted a spanish translation for UTSU! (P.S. it's my first time contributing to a project so I'm not sure if I submitted it correctly on Github)

I also added notes to the new file request explaining some stuffs and word choices. Cheers! :D
 

Lethe

Ruko's Ruffians
Supporter
Defender of Defoko
Thread starter
@Lethe I submitted a spanish translation for UTSU! (P.S. it's my first time contributing to a project so I'm not sure if I submitted it correctly on Github)

I also added notes to the new file request explaining some stuffs and word choices. Cheers! :D
wooooaaah thank you so much! You're the first one!

The translations look good, I've merged them into the main repository where you're now listed as a contributor. Spanish will be a supported language in Utsu's next binary release.
 

Cheese

cured meat enthusiast
Supporter
Defender of Defoko
Hi! This project looks really exciting, thank you for working on this.

I noticed that you said you had a domain and that someone was making a website for youーI'm not sure if you need it, but if you do, I wouldn't mind hosting it on my server for freeーI really want to support this project, so I figured I'd ask!
 
  • Like
Reactions: partial

trinkhk

Ruko's Ruffians
Defender of Defoko
I'm sorry for the idiotic question, but how do you open and edit a voicebank?
I've tried opening a designated folder with the "open voicebank" option, but "Iona CV" is still the one vb being tabbed.
 

Fif

Macne Nana Stan
Supporter
Defender of Defoko
For the zip package of the software could you add an exe instead of .jar, my pc can't run java
 

K! Storm

Momo's Minion
No, I joined a while ago, and I've been watching the development of this program, and there's been a lapse of 2 months, I'm curious.
 
  • Like
Reactions: Kiyoteru

Similar threads