/[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 37 by schoenebeck, Wed Mar 10 22:01:36 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_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)              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 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.          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.

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

  ViewVC Help
Powered by ViewVC