From 26e31a01b12e059b058de10a9e40d38cbc03d743 Mon Sep 17 00:00:00 2001 From: manu Date: Mon, 10 Dec 2007 14:07:46 +0000 Subject: [PATCH] Add pwd for root_dir git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@128 5fc3e0e6-29bc-4d03-b52b-c088cb822bde --- CNAQ.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAQ.m b/CNAQ.m index 4858166..754c943 100644 --- a/CNAQ.m +++ b/CNAQ.m @@ -117,7 +117,7 @@ cnaq_version = '0.1'; % PARAMETERS % ============================================================== -root_dir = 'E:\CNAQ'; % The directory where CNAQ is installed +root_dir = pwd; % The directory where CNAQ is installed device = 1; % The ASIO device number in the audio sytem delay = 588; % The number of samples in the buffer (latency of the sound card in % samples. See tests/testacqui.m to know your delay) -- 2.39.5