From aa50db6d1116cc7c10a433a39dcb2e0bc31805d3 Mon Sep 17 00:00:00 2001 From: Ted Moore Date: Mon, 15 Aug 2022 18:04:34 +0100 Subject: [PATCH] example commands in quickstart file were outdated --- QuickStart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QuickStart.md b/QuickStart.md index bbc8861..7f31715 100644 --- a/QuickStart.md +++ b/QuickStart.md @@ -16,13 +16,13 @@ where XXX is the complete path to the folder that contains your FluCoMa-CLI apps For instance: ``` -hpss -source FULLPATHTOASOUND -harmonic ~/Desktop/harm.wav -percussive ~/Desktop/perc.wav +fluid-hpss -source FULLPATHTOASOUND -harmonic ~/Desktop/harm.wav -percussive ~/Desktop/perc.wav ``` will put on the Desktop 2 files from the default HPSS settings, and: ``` -nmf -source FULLPATHTOASOUND -rank 5 -resynth ~/Desktop/components.wav +fluid-nmf -source FULLPATHTOASOUND -components 5 -resynth ~/Desktop/components.wav ``` will put on the desktop a single 5-channel audio file with the resynthesised 5 components requested.