diff --git a/INSTALL.txt b/INSTALL.txt index daaff53..2557177 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -260,24 +260,24 @@ There are 2 ways of building and installing Qatsh from sources : And be aware that Qatsh source tree is at the following URL : - http://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh + https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh a. General SVN branching / versionning scheme For the moment, - the developments for the next release are located in the trunk subfolder : - https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/trunk + https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/trunk - we make branches under the "branches" subfolder ; as an exemple, the "1.0.x" release maintenance branch current state is here : - https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/branches/1.0.x + https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/branches/1.0.x - we make release tags under the "tags" subfolder ; as an exemple, the "1.0.0" release is here : - https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/tags/1.0.0 + https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/tags/1.0.0 b. Linux @@ -289,7 +289,7 @@ There are 2 ways of building and installing Qatsh from sources : Simply run the 2 following commands (in a shell) : $ cd $HOME/qatsh - $ svn co https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/trunk trunk + $ svn co https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/trunk trunk See a. above URLs if you want other SVN "branches". @@ -310,7 +310,7 @@ There are 2 ways of building and installing Qatsh from sources : and select "SVN Checkout ..." in the context menu. . In the "URL of repository" field, enter the chosen URL - (https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/trunk) + (https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/trunk) . In the "Checkout directory" field, enter the target folder for the "trunk working copy" (C:\qatsh\trunk) @@ -330,7 +330,7 @@ There are 2 ways of building and installing Qatsh from sources : $ c: $ cd \qatsh - $ svn co https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/trunk trunk + $ svn co https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/trunk trunk See a. above URLs if you want other SVN "branches". diff --git a/TODO.txt b/TODO.txt index 707d977..5f39a2d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -13,8 +13,7 @@ Bugs : - Make stronger partials displayed on top of lower ones in the spectrogram view (the setZValue(amplitude) trick does not seem to work). -- decide which option to choose about the phase for the atsa synthesis algorithm - (use detected one, use 0, or use a random one). +- ----------------------------------- Features :