Changeset b22a23babe2588932cbe21cc2932456820a10345 for lv2filter.h
- Timestamp:
- 06/11/09 02:41:46 (15 months ago)
- Children:
- 7086e48b56604167163fd82f097312b03f07e5d6
- Parents:
- f165fcc2e4bddb47f3119c8b820ab245f84f8a35
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2009-06-11T02:41:46Z+0300
- Files:
-
- 1 modified
-
lv2filter.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lv2filter.h
r6138b26 rb22a23b 22 22 #define LV2FILTER_H__6EC1E456_7DD7_4536_B8D3_F23BE4583A23__INCLUDED 23 23 24 #define LV2FILTER_MONO_URI "http://nedko.aranaudov.org/soft/filter/ 1/mono"25 #define LV2FILTER_STEREO_URI "http://nedko.aranaudov.org/soft/filter/ 1/stereo"24 #define LV2FILTER_MONO_URI "http://nedko.aranaudov.org/soft/filter/2/mono" 25 #define LV2FILTER_STEREO_URI "http://nedko.aranaudov.org/soft/filter/2/stereo" 26 26 27 27 LV2_Handle
