Updated INSTALL.txt after SF.net changed the URL of the SVN repo on upgrading to Allura
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/subprojects/soundeditor/trunk@5402 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
parent
6d2a680a5c
commit
ee33e7e02a
14
INSTALL.txt
14
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 :
|
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
|
a. General SVN branching / versionning scheme
|
||||||
|
|
||||||
For the moment,
|
For the moment,
|
||||||
- the developments for the next release are located in the trunk subfolder :
|
- 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,
|
- we make branches under the "branches" subfolder ; as an exemple,
|
||||||
the "1.0.x" release maintenance branch current state is here :
|
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 ;
|
- we make release tags under the "tags" subfolder ;
|
||||||
as an exemple, the "1.0.0" release is here :
|
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
|
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) :
|
Simply run the 2 following commands (in a shell) :
|
||||||
|
|
||||||
$ cd $HOME/qatsh
|
$ 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".
|
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.
|
and select "SVN Checkout ..." in the context menu.
|
||||||
|
|
||||||
. In the "URL of repository" field, enter the chosen URL
|
. 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"
|
. In the "Checkout directory" field, enter the target folder for the "trunk working copy"
|
||||||
(C:\qatsh\trunk)
|
(C:\qatsh\trunk)
|
||||||
|
@ -330,7 +330,7 @@ There are 2 ways of building and installing Qatsh from sources :
|
||||||
|
|
||||||
$ c:
|
$ c:
|
||||||
$ cd \qatsh
|
$ 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".
|
See a. above URLs if you want other SVN "branches".
|
||||||
|
|
||||||
|
|
3
TODO.txt
3
TODO.txt
|
@ -13,8 +13,7 @@ Bugs :
|
||||||
|
|
||||||
- Make stronger partials displayed on top of lower ones
|
- Make stronger partials displayed on top of lower ones
|
||||||
in the spectrogram view (the setZValue(amplitude) trick does not seem to work).
|
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 :
|
Features :
|
||||||
|
|
Loading…
Reference in New Issue