vsqx from vocaloid 4 into UTAU?

mattzelo6

Teto's Territory
I tried importing a vsqx made with vocaloid 4 into utau, with plugins, cadencii, and other programs but it won't work. I think it might have something to do with the new features added to the editor.

Does anybody know anyway of trying to covert it into any format that can be imported into utau??
 

수연 <Suyeon>

Your friendly neighborhood koreaboo trash
Supporter
Defender of Defoko
VSQX cannot be natively read by UTAU. You must either convert it to VSQ using the VSQX -> VSQ plugin [however, you will not retain pitchbend and dynamics information] ( http://www.vocaloidotaku.net/index.php?/topic/27440-vsqx-to-vsq-plugin/ )

or use the Mini-Utau plugin ( http://www.vocaloidotaku.net/index.php?/topic/52670-jobplugins-for-vocaloid-china/ ). Mini-Utau can only be used when you run Vocaloid as Administrator (it's also best to copy a voicebank to the voice folder it creates). You'll need to use it for each separate track as PC UTAU doesn't have multi-track.
 

mattzelo6

Teto's Territory
Thread starter
VSQX cannot be natively read by UTAU. You must either convert it to VSQ using the VSQX -> VSQ plugin [however, you will not retain pitchbend and dynamics information] ( http://www.vocaloidotaku.net/index.php?/topic/27440-vsqx-to-vsq-plugin/ )

or use the Mini-Utau plugin ( http://www.vocaloidotaku.net/index.php?/topic/52670-jobplugins-for-vocaloid-china/ ). Mini-Utau can only be used when you run Vocaloid as Administrator (it's also best to copy a voicebank to the voice folder it creates). You'll need to use it for each separate track as PC UTAU doesn't have multi-track.

I'm pretty sure I'm screwed with this then sense I don't have vocaloid at all. I have a plugin for utau that imports vsqx's into utau just like a vsq but it comes up with an error. I do this with other programs like Cadencii and NiaoNiao which can import a vsqx but those have the same result.

I'm pretty sure it's the new features to vocaloid 4 is the problem.
 

수연 <Suyeon>

Your friendly neighborhood koreaboo trash
Supporter
Defender of Defoko
If you have the vsqx on hand (or you have a link to it), I can convert it for you?
 

Karma Drak-pa

Teto's Territory
I'm pretty sure it's the new features to vocaloid 4 is the problem.
It’s actually the encoding of the VSQx too that has been modified, the same VSQx is about twice lighter with V4 than it used to be with V3, that’s why the existing plugins and software don’t work with V4 VSQx’s.

Code:
<note>
   <posTick>0</posTick>
   <durTick>480</durTick>
   <noteNum>65</noteNum>
   <velocity>64</velocity>
   <lyric><![CDATA[a]]></lyric>
   <phnms><![CDATA[a]]></phnms>
   <noteStyle>
      <attr id="accent">50</attr>
      <attr id="bendDep">8</attr>
      <attr id="bendLen">0</attr>
      <attr id="decay">50</attr>
      <attr id="fallPort">0</attr>
      <attr id="opening">127</attr>
      <attr id="risePort">0</attr>
      <attr id="vibLen">66</attr>
      <attr id="vibType">1</attr>
      <seqAttr id="vibDep">
         <elem>
            <posNrm>22391</posNrm>
            <elv>64</elv>
         </elem>
      </seqAttr>
      <seqAttr id="vibRate">
         <elem>
            <posNrm>22391</posNrm>
            <elv>50</elv>
         </elem>
      </seqAttr>
   </noteStyle>
</note>

Code:
<note>
    <t>0</t>
    <dur>480</dur>
    <n>65</n>
    <v>64</v>
    <y><![CDATA[a]]></y>
    <p><![CDATA[a]]></p>
    <nStyle>
        <v id="accent">50</v>
        <v id="bendDep">8</v>
        <v id="bendLen">0</v>
        <v id="decay">50</v>
        <v id="fallPort">0</v>
        <v id="opening">127</v>
        <v id="risePort">0</v>
        <v id="vibLen">66</v>
        <v id="vibType">1</v>
        <seq id="vibDep">
            <cc><p>22391</p><v>64</v></cc>
        </seq>
        <seq id="vibRate">
            <cc><p>22391</p><v>50</v></cc>
        </seq>
    </nStyle>
</note>

I am working on a conversion tool, but I have no idea if and when it will be done (and it is currently unfortunately not my priority :/ )
 

Mystycl

Teto's Territory
It’s actually the encoding of the VSQx too that has been modified, the same VSQx is about twice lighter with V4 than it used to be with V3, that’s why the existing plugins and software don’t work with V4 VSQx’s.

Code:
<note>
   <posTick>0</posTick>
   <durTick>480</durTick>
   <noteNum>65</noteNum>
   <velocity>64</velocity>
   <lyric><![CDATA[a]]></lyric>
   <phnms><![CDATA[a]]></phnms>
   <noteStyle>
      <attr id="accent">50</attr>
      <attr id="bendDep">8</attr>
      <attr id="bendLen">0</attr>
      <attr id="decay">50</attr>
      <attr id="fallPort">0</attr>
      <attr id="opening">127</attr>
      <attr id="risePort">0</attr>
      <attr id="vibLen">66</attr>
      <attr id="vibType">1</attr>
      <seqAttr id="vibDep">
         <elem>
            <posNrm>22391</posNrm>
            <elv>64</elv>
         </elem>
      </seqAttr>
      <seqAttr id="vibRate">
         <elem>
            <posNrm>22391</posNrm>
            <elv>50</elv>
         </elem>
      </seqAttr>
   </noteStyle>
</note>

Code:
<note>
    <t>0</t>
    <dur>480</dur>
    <n>65</n>
    <v>64</v>
    <y><![CDATA[a]]></y>
    <p><![CDATA[a]]></p>
    <nStyle>
        <v id="accent">50</v>
        <v id="bendDep">8</v>
        <v id="bendLen">0</v>
        <v id="decay">50</v>
        <v id="fallPort">0</v>
        <v id="opening">127</v>
        <v id="risePort">0</v>
        <v id="vibLen">66</v>
        <v id="vibType">1</v>
        <seq id="vibDep">
            <cc><p>22391</p><v>64</v></cc>
        </seq>
        <seq id="vibRate">
            <cc><p>22391</p><v>50</v></cc>
        </seq>
    </nStyle>
</note>

I am working on a conversion tool, but I have no idea if and when it will be done (and it is currently unfortunately not my priority :/ )
Sounds great! I can't wait until it's done (if it get's done.) If you do finish, it'd be a great help. :wink:
 

Animé Fan

Head of the Shonen Academy
Defender of Defoko
I just recently downloaded the V4 VSQx to UST plugin, but I don't know what to do next. Do I just click the plugin or is there something else I have to do?
 
  • Like
Reactions: bio

bio

VocalSynth Enthusiast
Supporter
Defender of Defoko
I just recently downloaded the V4 VSQx to UST plugin, but I don't know what to do next. Do I just click the plugin or is there something else I have to do?
After you click the plug-in, you have to click
capture_by_randomking253-dad0227.jpg
After you click that you can search through your folders for the VSQx you want to open.
 

Similar threads