/[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 3478 by schoenebeck, Thu Feb 21 20:10:08 2019 UTC revision 3486 by schoenebeck, Mon Feb 25 17:10:09 2019 UTC
# Line 433  namespace gig { Line 433  namespace gig {
433      GIG_DECLARE_ENUM(sust_rel_trg_t,      GIG_DECLARE_ENUM(sust_rel_trg_t,
434          sust_rel_trg_none        = 0x00, /**< No release triggered sample(s) are played on sustain pedal up (default). */          sust_rel_trg_none        = 0x00, /**< No release triggered sample(s) are played on sustain pedal up (default). */
435          sust_rel_trg_maxvelocity = 0x01, /**< Play release trigger sample(s) on sustain pedal up, and simply use 127 as MIDI velocity for playback. */          sust_rel_trg_maxvelocity = 0x01, /**< Play release trigger sample(s) on sustain pedal up, and simply use 127 as MIDI velocity for playback. */
436          sust_rel_trg_keyvelocity = 0x02  /**< Play release trigger sample(s) on sustain pedal up, and use the key's last MIDI note-on velocity for playback. */          sust_rel_trg_keyvelocity = 0x02  /**< Play release trigger sample(s) on sustain pedal up, and use the key`s last MIDI note-on velocity for playback. */
437      );      );
438    
439      // just symbol prototyping      // just symbol prototyping
# Line 1363  namespace gig { Line 1363  namespace gig {
1363              using DLS::File::Save;              using DLS::File::Save;
1364              using DLS::File::GetFileName;              using DLS::File::GetFileName;
1365              using DLS::File::SetFileName;              using DLS::File::SetFileName;
1366                using DLS::File::GetRiffFile;
1367              // overridden  methods              // overridden  methods
1368              File();              File();
1369              File(RIFF::File* pRIFF);              File(RIFF::File* pRIFF);

Legend:
Removed from v.3478  
changed lines
  Added in v.3486

  ViewVC Help
Powered by ViewVC