| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /*
- * Copyright (c) 1983-2013 Trevor Wishart and Composers Desktop Project Ltd
- * http://www.trevorwishart.co.uk
- * http://www.composersdesktop.com
- *
- This file is part of the CDP System.
- The CDP System is free software; you can redistribute it
- and/or modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
- The CDP System is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with the CDP System; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA
- *
- */
- #define SPEC_SIMPLE_MENU (0)
- #define SPEC_STRETCH_MENU (1)
- #define SPEC_PITCH_MENU (2)
- #define SPEC_HIGHLIGHT_MENU (3)
- #define SPEC_FOCUS_MENU (4)
- #define SPEC_BLUR_MENU (5)
- #define SPEC_STRANGE_MENU (6)
- #define SPEC_MORPH_MENU (7)
- #define SPEC_REPITCH_MENU (8)
- #define SPEC_FORMANTS_MENU (9)
- #define SPEC_COMBINE_MENU (10)
- #define SPEC_INFO_MENU (11)
- #define SPEC_PINFO_MENU (12)
- #define DISTORT_MENU (13)
- #define EXTEND_MENU (14)
- #define FILTER_MENU (15)
- #define GRAIN_MENU (16)
- #define MIX_MENU (17)
- #define ENVEL_MENU (18)
- #define TEXTURE_MENU (19)
- #define EDIT_MENU (20)
- #define HOUSEKEEP_MENU (21)
- #define SNDINFO_MENU (22)
- #define UTILITIES_MENU (23)
- #define MODIFY_MENU (24)
- #define PVOC_MENU (25)
|