diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-01-23 12:32:04 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-01-23 12:32:04 +0000 |
commit | 6a34f67a66eee984d72393ad41c3bdf9b6f10279 (patch) | |
tree | 871fa02b2222b22f87d343a786c1478cd49ed43f /plugin~_ladspa.h | |
parent | 19485158a55f6903562d50c309e933d636abd847 (diff) |
included patch from Jesse Chappell <jesse@essej.net>
svn path=/trunk/externals/plugin~/; revision=359
Diffstat (limited to 'plugin~_ladspa.h')
-rw-r--r-- | plugin~_ladspa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin~_ladspa.h b/plugin~_ladspa.h index 7aff82f..ce94e43 100644 --- a/plugin~_ladspa.h +++ b/plugin~_ladspa.h @@ -1,6 +1,6 @@ /* plugin~, a Pd tilde object for hosting LADSPA/VST plug-ins Copyright (C) 2000 Jarno Seppänen - $Id: plugin~_ladspa.h,v 1.1 2002-11-19 09:51:40 ggeiger Exp $ + $Id: plugin~_ladspa.h,v 1.2 2003-01-23 12:32:04 ggeiger Exp $ This file is part of plugin~. @@ -43,6 +43,7 @@ typedef struct /* Memory to pass async control data to/from the plugin */ float* control_input_values; float* control_output_values; + /* Used for monitoring changes in the values */ float* prev_control_output_values; int prev_control_output_values_invalid; |