Skip to content

Commit 3382409

Browse files
authored
Merge pull request #36 from flucoma/dev
[release] 1.0.4
2 parents c5d490c + aa50db6 commit 3382409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QuickStart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ where XXX is the complete path to the folder that contains your FluCoMa-CLI apps
1616

1717
For instance:
1818
```
19-
hpss -source FULLPATHTOASOUND -harmonic ~/Desktop/harm.wav -percussive ~/Desktop/perc.wav
19+
fluid-hpss -source FULLPATHTOASOUND -harmonic ~/Desktop/harm.wav -percussive ~/Desktop/perc.wav
2020
```
2121

2222
will put on the Desktop 2 files from the default HPSS settings, and:
2323

2424
```
25-
nmf -source FULLPATHTOASOUND -rank 5 -resynth ~/Desktop/components.wav
25+
fluid-nmf -source FULLPATHTOASOUND -components 5 -resynth ~/Desktop/components.wav
2626
```
2727

2828
will put on the desktop a single 5-channel audio file with the resynthesised 5 components requested.

0 commit comments

Comments
 (0)