diff plugin/LADSPAPluginFactory.h @ 57:7439f1696314

* Add editing for auralisation plugin parameters and programs * Rename and reorganise the sample plugin sample set
author Chris Cannam
date Thu, 23 Mar 2006 15:49:41 +0000
parents d397ea0a79f5
children 3086ff194ea0
line wrap: on
line diff
--- a/plugin/LADSPAPluginFactory.h	Wed Mar 22 17:38:29 2006 +0000
+++ b/plugin/LADSPAPluginFactory.h	Thu Mar 23 15:49:41 2006 +0000
@@ -52,6 +52,7 @@
     float getPortMinimum(const LADSPA_Descriptor *, int port);
     float getPortMaximum(const LADSPA_Descriptor *, int port);
     float getPortDefault(const LADSPA_Descriptor *, int port);
+    float getPortQuantization(const LADSPA_Descriptor *, int port);
     int getPortDisplayHint(const LADSPA_Descriptor *, int port);
 
 protected: