1 /***************************************************************************
2  *   Copyright (C) 2016 by Pere Ràfols Soler                               *
3  *   sapista2@gmail.com                                                    *
4  *                                                                         *
5  *   This program is free software; you can redistribute it and/or modify  *
6  *   it under the terms of the GNU General Public License as published by  *
7  *   the Free Software Foundation; either version 2 of the License, or     *
8  *   (at your option) any later version.                                   *
9  *                                                                         *
10  *   This program is distributed in the hope that it will be useful,       *
11  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
12  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
13  *   GNU General Public License for more details.                          *
14  *                                                                         *
15  *   You should have received a copy of the GNU General Public License     *
16  *   along with this program; if not, write to the                         *
17  *   Free Software Foundation, Inc.,                                       *
18  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
19  ***************************************************************************/
20 
21 #ifndef PLUGINS_URIS_H
22 #define PLUGINS_URIS_H
23 
24 //Plugin uris
25 #define EQ1QM_URI "http://eq10q.sourceforge.net/eq/eq1qm"
26 #define EQ1QS_URI "http://eq10q.sourceforge.net/eq/eq1qs"
27 #define EQ4QM_URI "http://eq10q.sourceforge.net/eq/eq4qm"
28 #define EQ4QS_URI "http://eq10q.sourceforge.net/eq/eq4qs"
29 #define EQ6QM_URI "http://eq10q.sourceforge.net/eq/eq6qm"
30 #define EQ6QS_URI "http://eq10q.sourceforge.net/eq/eq6qs"
31 #define EQ10QM_URI "http://eq10q.sourceforge.net/eq/eq10qm"
32 #define EQ10QS_URI "http://eq10q.sourceforge.net/eq/eq10qs"
33 #define GATE_MONO_URI "http://eq10q.sourceforge.net/gate"
34 #define GATE_STEREO_URI "http://eq10q.sourceforge.net/gate_stereo"
35 #define COMPRESSOR_MONO_URI "http://eq10q.sourceforge.net/compressor"
36 #define COMPRESSOR_SC_MONO_URI "http://eq10q.sourceforge.net/compressor_sc"
37 #define COMPRESSOR_STEREO_URI "http://eq10q.sourceforge.net/compressor_stereo"
38 #define COMPRESSOR_SC_STEREO_URI "http://eq10q.sourceforge.net/compressor_stereo_sc"
39 #define LR2MS_URI "http://eq10q.sourceforge.net/matrix_lr2ms"
40 #define MS2LR_URI "http://eq10q.sourceforge.net/matrix_ms2lr"
41 
42 //Plugins GUI uris
43 #define EQ10Q_GUI_URI "http://eq10q.sourceforge.net/eq/eq10q/gui"
44 #define DYNAMICS_GUI_URI "http://eq10q.sourceforge.net/dynamics/gui"
45 #define MIDSIDEMAT_GUI_URI "http://eq10q.sourceforge.net/matrix_ms/gui"
46 
47 #endif
48