/[svn]/linuxsampler/trunk/src/modulationsystem.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/modulationsystem.h

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

revision 33 by schoenebeck, Mon Feb 16 19:30:42 2004 UTC revision 38 by schoenebeck, Tue Mar 16 13:25:39 2004 UTC
# Line 35  class ModulationSystem { Line 35  class ModulationSystem {
35          enum destination_t {          enum destination_t {
36              destination_vca,   ///< Volume level              destination_vca,   ///< Volume level
37              destination_vco,   ///< Pitch depth              destination_vco,   ///< Pitch depth
38              destination_count  ///< Total number of modulation sources (this has to stay the last element in the enum)              destination_vcfc,  ///< Filter curoff frequency
39                destination_vcfr,  ///< Filter resonance
40                destination_count  ///< Total number of modulation destinations (this has to stay the last element in the enum)
41          };          };
42          typedef uint32_t real_time_t; ///< We read the processor's cycle count register as an reference for the real time. These are of course only abstract values with arbitrary time entity, but that's not a problem as we calculate relatively.          typedef uint32_t real_time_t; ///< We read the processor's cycle count register as a reference for the real time. These are of course only abstract values with arbitrary time entity, but that's not a problem as we calculate relatively.
43          enum event_type_t {          enum event_type_t {
44              event_type_note_on,              event_type_note_on,
45              event_type_note_off,              event_type_note_off,

Legend:
Removed from v.33  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC