/[svn]/web/trunk/www.linuxsampler.org/api/draft-linuxsampler-protocol.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/api/draft-linuxsampler-protocol.html

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

revision 558 by schoenebeck, Sat May 21 01:30:30 2005 UTC revision 561 by schoenebeck, Sat May 21 20:01:32 2005 UTC
# Line 1056  Intellectual Property and Copyright Stat Line 1056  Intellectual Property and Copyright Stat
1056  <p>DEPENDS -  <p>DEPENDS -
1057                                </p>                                </p>
1058  <blockquote class="text">  <blockquote class="text">
1059  <p>comma separated list of paramters this parameter depends  <p>comma separated list of parameters this parameter depends
1060                                  on, means the values for fields 'DEFAULT', 'RANGE_MIN',                                  on, means the values for fields 'DEFAULT', 'RANGE_MIN',
1061                                  'RANGE_MAX' and 'POSSIBILITIES' might depend on these                                  'RANGE_MAX' and 'POSSIBILITIES' might depend on these
1062                                  listed parameters, for example assuming that an audio                                  listed parameters, for example assuming that an audio
# Line 2000  Intellectual Property and Copyright Stat Line 2000  Intellectual Property and Copyright Stat
2000  </p>  </p>
2001  </blockquote>  </blockquote>
2002    
2003  <p>Where &lt;midi-t&gt; is the name of the MIDI input driver as returned  <p>Where &lt;midit&gt; is the name of the MIDI input driver as returned
2004                      by the <a class="info" href="#LIST AVAILABLE_MIDI_INPUT_DRIVERS">"LIST AVAILABLE_MIDI_INPUT_DRIVERS"<span>Getting all available MIDI input drivers</span></a> command, &lt;param&gt; a specific                      by the <a class="info" href="#LIST AVAILABLE_MIDI_INPUT_DRIVERS">"LIST AVAILABLE_MIDI_INPUT_DRIVERS"<span>Getting all available MIDI input drivers</span></a> command, &lt;param&gt; a specific
2005                      parameter name for which information should be obtained (as returned by the                      parameter name for which information should be obtained (as returned by the
2006                      <a class="info" href="#GET MIDI_INPUT_DRIVER INFO">"GET MIDI_INPUT_DRIVER INFO"<span>Getting information about a specific MIDI input driver</span></a> command) and &lt;deplist&gt; is an optional list                      <a class="info" href="#GET MIDI_INPUT_DRIVER INFO">"GET MIDI_INPUT_DRIVER INFO"<span>Getting information about a specific MIDI input driver</span></a> command) and &lt;deplist&gt; is an optional list
# Line 2075  Intellectual Property and Copyright Stat Line 2075  Intellectual Property and Copyright Stat
2075  <p>DEPENDS -  <p>DEPENDS -
2076                                </p>                                </p>
2077  <blockquote class="text">  <blockquote class="text">
2078  <p>comma separated list of paramters this parameter depends  <p>comma separated list of parameters this parameter depends
2079                                  on, means the values for fields 'DEFAULT', 'RANGE_MIN',                                  on, means the values for fields 'DEFAULT', 'RANGE_MIN',
2080                                  'RANGE_MAX' and 'POSSIBILITIES' might depend on these                                  'RANGE_MAX' and 'POSSIBILITIES' might depend on these
2081                                  listed parameters, for example assuming that an audio                                  listed parameters, for example assuming that an audio
# Line 2903  Intellectual Property and Copyright Stat Line 2903  Intellectual Property and Copyright Stat
2903  <blockquote class="text">  <blockquote class="text">
2904  <p>in case a new sampler channel could be added, where  <p>in case a new sampler channel could be added, where
2905                                      &lt;sampler-channel&gt; reflects the channel number of the new                                      &lt;sampler-channel&gt; reflects the channel number of the new
2906                                      created sampler channel which should the be used to set up                                      created sampler channel which should be used to set up
2907                                      the sampler channel by sending subsequent intialization                                      the sampler channel by sending subsequent initialization
2908                                      commands                                      commands
2909  </p>  </p>
2910  </blockquote>  </blockquote>
# Line 2946  Intellectual Property and Copyright Stat Line 2946  Intellectual Property and Copyright Stat
2946  </p>  </p>
2947  </blockquote>  </blockquote>
2948    
2949  <p>This will decrement the sampler channel count by one and also  <p>Where &lt;sampler-channel&gt; should be replaced by the
2950                      decrement the channel numbers of all subsequent sampler channels by                      number of the sampler channel as given by the
2951                      one.                      <a class="info" href="#ADD CHANNEL">"ADD CHANNEL"<span>Adding a new sampler channel</span></a>
2952                        or <a class="info" href="#LIST CHANNELS">"LIST CHANNELS"<span>Getting all created sampler channel list</span></a>
2953                        command. The channel numbers of all subsequent sampler channels
2954                        remain the same.
2955  </p>  </p>
2956  <p>Possible Answers:  <p>Possible Answers:
2957  </p>  </p>
# Line 3030  Intellectual Property and Copyright Stat Line 3033  Intellectual Property and Copyright Stat
3033  </p>  </p>
3034  <p></p>  <p></p>
3035  <blockquote class="text">  <blockquote class="text">
3036  <p>LinuxSampler will answer by sending a comma separated character  <p>LinuxSampler will answer by sending a comma separated list
3037                              string of the engines' names. Engine names can consist of lower and                              of the engines' names encapsulated into apostrophes (').
3038                              upper cases, digits and underlines ("_" character).                              Engine names can consist of lower and upper cases,
3039                                digits and underlines ("_" character).
3040  </p>  </p>
3041  </blockquote>  </blockquote>
3042    
# Line 3042  Intellectual Property and Copyright Stat Line 3046  Intellectual Property and Copyright Stat
3046  <blockquote class="text">  <blockquote class="text">
3047  <p>C: "LIST AVAILABLE_ENGINES"  <p>C: "LIST AVAILABLE_ENGINES"
3048  </p>  </p>
3049  <p>S: "GigEngine,AkaiEngine,DLSEngine,JoesCustomEngine"  <p>S: "'GigEngine','AkaiEngine','DLSEngine','JoesCustomEngine'"
3050  </p>  </p>
3051  </blockquote>  </blockquote>
3052    
# Line 3700  Intellectual Property and Copyright Stat Line 3704  Intellectual Property and Copyright Stat
3704  <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -  <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3705                                  </p>                                  </p>
3706  <blockquote class="text">  <blockquote class="text">
3707  <p>in case it failed, providing an appropriate error code and error messag  <p>in case it failed, providing an appropriate error code and error message
3708  </p>  </p>
3709  </blockquote>  </blockquote>
3710    
# Line 4184  Intellectual Property and Copyright Stat Line 4188  Intellectual Property and Copyright Stat
4188  <a name="rfc.section.7.5"></a><h4><a name="SUBSCRIBE INFO">7.5</a>&nbsp;Channel information changed</h4>  <a name="rfc.section.7.5"></a><h4><a name="SUBSCRIBE INFO">7.5</a>&nbsp;Channel information changed</h4>
4189    
4190  <p>Client may want to be notified when changes were made to sampler channels on the  <p>Client may want to be notified when changes were made to sampler channels on the
4191                  back-end changes by issuing the following command:                  back-end by issuing the following command:
4192  </p>  </p>
4193  <p></p>  <p></p>
4194  <blockquote class="text">  <blockquote class="text">
# Line 4255  Intellectual Property and Copyright Stat Line 4259  Intellectual Property and Copyright Stat
4259  </p>  </p>
4260  <p>Mark Knecht  <p>Mark Knecht
4261  </p>  </p>
4262    <p>Grigor Iliev
4263    </p>
4264  </blockquote>  </blockquote>
4265    
4266  <a name="rfc.references1"></a><br /><hr />  <a name="rfc.references1"></a><br /><hr />

Legend:
Removed from v.558  
changed lines
  Added in v.561

  ViewVC Help
Powered by ViewVC