menuno.h 2.1 KB

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