From: manu Date: Mon, 10 Dec 2007 14:07:46 +0000 (+0000) Subject: Add pwd for root_dir X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=26e31a01b12e059b058de10a9e40d38cbc03d743;p=cnaq.git Add pwd for root_dir git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@128 5fc3e0e6-29bc-4d03-b52b-c088cb822bde --- 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)