/[svn]/libgig/trunk/src/gig.h
ViewVC logotype

Diff of /libgig/trunk/src/gig.h

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

revision 3398 by schoenebeck, Sat Dec 9 16:39:27 2017 UTC revision 3399 by schoenebeck, Sat Dec 9 17:01:40 2017 UTC
# Line 347  namespace gig { Line 347  namespace gig {
347          vcf_type_lowpassturbo = 0xff, /**< More poles than normal lowpass. */          vcf_type_lowpassturbo = 0xff, /**< More poles than normal lowpass. */
348          vcf_type_bandpass     = 0x01, /**< Bandpass filter type. */          vcf_type_bandpass     = 0x01, /**< Bandpass filter type. */
349          vcf_type_highpass     = 0x02, /**< Highpass filter type. */          vcf_type_highpass     = 0x02, /**< Highpass filter type. */
350          vcf_type_bandreject   = 0x03  /**< Highpass filter type. */          vcf_type_bandreject   = 0x03  /**< Band reject filter type. */
351      );      );
352    
353      /**      /**

Legend:
Removed from v.3398  
changed lines
  Added in v.3399

  ViewVC Help
Powered by ViewVC