luis@206: function SMALLboxInit(varargin) luis@206: %% SMALLboxInit luis@206: % luis@206: % SMALLbox Initialization luis@206: % luis@206: % Important: If running SMALLBox for the first time, luis@206: % please run SMALLboxSetup instead luis@206: luis@206: % luis@206: % Centre for Digital Music, Queen Mary, University of London. luis@206: % This file copyright 2009 Ivan Damnjanovic, Matthew Davies. luis@206: % luis@206: % This program is free software; you can redistribute it and/or luis@206: % modify it under the terms of the GNU General Public License as luis@206: % published by the Free Software Foundation; either version 2 of the luis@206: % License, or (at your option) any later version. See the file luis@206: % COPYING included with this distribution for more information. luis@206: % luis@206: %% luis@206: luis@190: global SMALL_path; luis@198: SMALL_path = fileparts(mfilename('fullpath')); luis@190: luis@198: addpath(genpath(SMALL_path)); luis@206: luis@206: end luis@206: