cadencii_jp @ wiki
Cadencii version 1.4b2(EN)
最終更新:
Bot(ページ名リンク)
-
view
Release Note
Release Date
5 Apr, 2009
Notes
This version is beta-build for debugging the functions of Cadencii version 1.4. Debugging purpose only.
Cadencii requires ".NET Framework Runtime(version 2.0 or later)" and "Visual C++ Library DLLs". Installers of these rumtimes are available from the links below.
- .NET Framework Runtime:Download .NET Framework 3.5 SP1
- Visual C++ Library DLL:Microsoft Visual C++ 2008 Redistributable Package (x86)
Cadencii can be launched with the latest version of mono. This enable you to use Cadencii with many platforms supported by mono. (Note: Several functions using VOCALOID2 VSTi are not available in this case.) Mono is available from the link:
Download
Cadencii version 1.4b2 (416KB)
How to get source codes
Source code repositories are now separated to 2 parts. Repository for the components listed below are on SVN LipSync repository of SourceForge.JP.
- Boare.Lib.AppUtil
- Boare.Lib.Media
- Boare.Lib.Vsq
- bocoree
Also, Repository for the list below are on SVN Cadencii repository of SourceForege.JP.
- Cadencii
- vstidrv3
- GenerateKeySound
Please follow the instruction below for checking out the SourceForge.JP's CVS repository. If you're required to enter the password, just hit enter key.
cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/lipsync login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/lipsync co -r CADENCII_1_4_B_2 Boare.Lib.AppUtil cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/lipsync co -r CADENCII_1_4_B_2 [[Boare.Lib.Media]] cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/lipsync co -r CADENCII_1_4_B_2 [[Boare.Lib.Vsq]] cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/lipsync co -r CADENCII_1_4_B_2 bocoree
Source codes on SourceForge.JP's SVN repository can be checked out as follows.
svn checkout -r 59 http://svn.sourceforge.jp/svnroot/cadencii/trunk ./
These cvs / svn command is for checiking out "THIS" version of Cadencii. In order to get the latest source codes, please remove "-r" options from these commands.