corrected ladspa sample rate dependent control handling

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@299 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Danny McRae
2006-08-10 16:37:05 +00:00
parent 4cb0d266a3
commit 2000733293
4 changed files with 38 additions and 15 deletions

View File

@@ -68,6 +68,7 @@ typedef struct portDescription
Uint16 control_id;
buffer_rate_t rate;
buffer_data_t data_type;
bool is_scaled;
LADSPA_Data max;
LADSPA_Data min;
LADSPA_Data def;