/[classpath]/classpath/native/jni/midi-dssi/dssi_data.h
ViewVC logotype

Diff of /classpath/native/jni/midi-dssi/dssi_data.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by green, Tue Oct 4 12:24:08 2005 UTC revision 1.3 by green, Fri Oct 7 03:21:05 2005 UTC
# Line 100  typedef struct Line 100  typedef struct
100    float *left_buffer;    float *left_buffer;
101    float *right_buffer;    float *right_buffer;
102    
103      /* The number of input controls for this synth.  */
104      unsigned control_count;
105      
106      /* An array of control values, control_count in length.  */
107      LADSPA_Data *control_values;
108    
109      /* A mapping of MIDI controllers to control values.  There are a
110         maximum of 128 MIDI controllers.  */
111      unsigned control_value_map[128];
112    
113      /* A mapping of MIDI controllers to LADSPA ports.  There are a
114         maximum of 128 MIDI controllers.  */
115      unsigned control_port_map[128];
116    
117      /* The sample rate.  */
118      jack_nframes_t sample_rate;
119    
120  } dssi_data;  } dssi_data;
121    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26