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

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

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

revision 2543 by schoenebeck, Sat May 10 02:06:58 2014 UTC revision 2561 by schoenebeck, Mon May 19 12:39:19 2014 UTC
# Line 139  namespace Korg { Line 139  namespace Korg {
139          int8_t Level; ///< -99..+99 cents          int8_t Level; ///< -99..+99 cents
140          int8_t Pan; ///< -64..+63          int8_t Pan; ///< -64..+63
141          int8_t FilterCutoff; ///< -50..0          int8_t FilterCutoff; ///< -50..0
142          String SampleFileName; ///< Base file name of sample file (12 bytes). Call FullSampleFileName() for getting the file name with path, which you might then pass to a KSFSample constructor to load the respective sample.          String SampleFileName; ///< Base file name of sample file (12 bytes). Call FullSampleFileName() for getting the file name with path, which you might then pass to a KSFSample constructor to load the respective sample. There are two special names: "SKIPPEDSAMPL" means the sample was skipped during loading on the original KORG instrument, whereas "INTERNALnnnn" means internal sample (of the original KORG instrument) with number nnnn is used. In both cases, you obviously have no other chance than skipping them.
143                    
144          String FullSampleFileName() const;          String FullSampleFileName() const;
145          KMPInstrument* GetInstrument() const;          KMPInstrument* GetInstrument() const;

Legend:
Removed from v.2543  
changed lines
  Added in v.2561

  ViewVC Help
Powered by ViewVC