/[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 2761 by schoenebeck, Sat May 2 11:25:44 2015 UTC revision 2762 by schoenebeck, Sat May 2 11:32:27 2015 UTC
# Line 997  namespace gig { Line 997  namespace gig {
997                  COMPRESSION_NONE = 0 ///< Is not compressed at all (default).                  COMPRESSION_NONE = 0 ///< Is not compressed at all (default).
998              };              };
999              enum Language_t {              enum Language_t {
1000                  LANGUAGE_NKSP = 0 ///< NKSP stands for "Is Not KSP" (default).                  LANGUAGE_NKSP = 0 ///< NKSP stands for "Is Not KSP" (default). Refer to the <a href="http://doc.linuxsampler.org/Instrument_Scripts/NKSP_Language/Reference/">NKSP Reference Manual</a> for details about this script language.
1001              };              };
1002    
1003              String         Name;        ///< Arbitrary name of the script, which may be displayed i.e. in an instrument editor.              String         Name;        ///< Arbitrary name of the script, which may be displayed i.e. in an instrument editor.

Legend:
Removed from v.2761  
changed lines
  Added in v.2762

  ViewVC Help
Powered by ViewVC