/[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 2700 by schoenebeck, Mon Jan 12 23:22:29 2015 UTC revision 2762 by schoenebeck, Sat May 2 11:32:27 2015 UTC
# Line 979  namespace gig { Line 979  namespace gig {
979       * not available in the GigaStudio 4 software. It is currently only       * not available in the GigaStudio 4 software. It is currently only
980       * supported by LinuxSampler and gigedit. Scripts will not load with the       * supported by LinuxSampler and gigedit. Scripts will not load with the
981       * original GigaStudio software.       * original GigaStudio software.
982         *
983         * You find more informations about Instrument Scripts on the LinuxSampler
984         * documentation site:
985         *
986         * - <a href="http://doc.linuxsampler.org/Instrument_Scripts/">About Instrument Scripts in General</a>
987         * - <a href="http://doc.linuxsampler.org/Instrument_Scripts/NKSP_Language">Introduction to the NKSP Script Language</a>
988         * - <a href="http://doc.linuxsampler.org/Instrument_Scripts/NKSP_Language/Reference/">NKSP Reference Manual</a>
989         * - <a href="http://doc.linuxsampler.org/Gigedit/Managing_Scripts">Using Instrument Scripts with Gigedit</a>
990       */       */
991      class Script {      class Script {
992          public:          public:
# Line 989  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.2700  
changed lines
  Added in v.2762

  ViewVC Help
Powered by ViewVC