Can I make my own synth from scratch or something??

NordGeit

Your stubborn Yotsuba Channel frequenter. Direct.
Supporter
Defender of Defoko
Depends, I don't think scratch is usable for any part, however, but other more general programming languages could work.

good luck lol
 

jokester127

Momo's Minion
Thread starter
Like python, Python might work since it's more complex, there are also audio processing libraries for python
 

NordGeit

Your stubborn Yotsuba Channel frequenter. Direct.
Supporter
Defender of Defoko
Like python, Python might work since it's more complex, there are also audio processing libraries for python
Python may work, but if you're gonna learn any language at all, make it something low-level like C

It's going to be horrible, but it's a flex.

I have not learned any language at all.
 
  • Like
Reactions: ScarlettLetter

NordGeit

Your stubborn Yotsuba Channel frequenter. Direct.
Supporter
Defender of Defoko
Also how does UTAU make high notes sound natural instead of the voice provider pitched up?
No idea, that's a question for the resampler developers, not someone who hasn't even done a single cover
 

수연 <Suyeon>

Your friendly neighborhood koreaboo trash
Supporter
Defender of Defoko
Why not build upon what's already available? UTSU is an open source front end to UTAU that's cross platform and in active development.


Ask the developer how you can get involved. They're more active on discord than here if you have any questions.
 
Last edited:

수연 <Suyeon>

Your friendly neighborhood koreaboo trash
Supporter
Defender of Defoko
I don't want to create the new vocaloid, I just wanna see what I could do
I read the initial post as "from scratch" instead of "with Scratch." That said, I'm not familiar with the programming language you want to use, but you can ask UTSU's developer how you can integrate that into the project.
 

jokester127

Momo's Minion
Thread starter
it's a programming language that uses blocks, it's quite simple but continuously dragging blocks off a bar can get tedious
 

jokester127

Momo's Minion
Thread starter
It's like this (each line is a block)
ask:Note length
save answer to note1 length
ask:Note sound
save answer to note1 sound
ask:Do you want more notes?
if answer=y
ask:Note length
save answer to note2 length
ask:Note sound
save answer to note2 sound
(and so on and so on)
if not then
if note1 sound =mi
then
if note1 length=10
start sound mi
wait 10 seconds
stop all sounds
if not
if note1 length=9
start sound mi
wait 9 seconds
and so on and so on
if
if note1 sound =la
then
if note1 length=10
start sound la
wait 10 seconds
stop all sounds
if not
if note1 length=9
start sound la
wait 9 seconds
and so on and soone with all the sounds, then note2, note3
 

Similar threads