/[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 3323 by schoenebeck, Thu Jul 20 22:09:54 2017 UTC revision 3324 by schoenebeck, Fri Jul 21 13:05:39 2017 UTC
# Line 381  namespace gig { Line 381  namespace gig {
381      };      };
382    
383      /**      /**
384       * Defines behavior options for envelope generators.       * Defines behavior options for envelope generators (gig format extension).
385       *       *
386       * These options allow to override the precise default behavior of the       * These options allow to override the precise default behavior of the
387       * envelope generators' state machines.       * envelope generators' state machines.
# Line 406  namespace gig { Line 406  namespace gig {
406      struct eg_opt_t {      struct eg_opt_t {
407          bool AttackCancel;     ///< Whether the "attack" stage is cancelled when receiving a note-off (default: @c true).          bool AttackCancel;     ///< Whether the "attack" stage is cancelled when receiving a note-off (default: @c true).
408          bool AttackHoldCancel; ///< Whether the "attack hold" stage is cancelled when receiving a note-off (default: @c true).          bool AttackHoldCancel; ///< Whether the "attack hold" stage is cancelled when receiving a note-off (default: @c true).
409          bool DecayCancel;      ///< Whether the "decay" stage is cancelled when receiving a note-off (default: @c true).          bool Decay1Cancel;     ///< Whether the "decay 1" stage is cancelled when receiving a note-off (default: @c true).
410            bool Decay2Cancel;     ///< Whether the "decay 2" stage is cancelled when receiving a note-off (default: @c true).
411          bool ReleaseCancel;    ///< Whether the "release" stage is cancelled when receiving a note-on (default: @c true).          bool ReleaseCancel;    ///< Whether the "release" stage is cancelled when receiving a note-on (default: @c true).
412    
413          eg_opt_t();          eg_opt_t();

Legend:
Removed from v.3323  
changed lines
  Added in v.3324

  ViewVC Help
Powered by ViewVC