/[svn]/linuxsampler/trunk/Documentation/lscp.xml
ViewVC logotype

Diff of /linuxsampler/trunk/Documentation/lscp.xml

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

revision 981 by iliev, Sun Dec 17 22:35:01 2006 UTC revision 984 by iliev, Mon Dec 18 10:28:00 2006 UTC
# Line 4311  Schoenebeck'> Line 4311  Schoenebeck'>
4311  </t>  </t>
4312  <t>subscribe_event =  <t>subscribe_event =
4313          <list>          <list>
4314                  <t>CHANNEL_COUNT                  <t>AUDIO_OUTPUT_DEVICE_COUNT
4315                    </t>
4316                    <t>/ AUDIO_OUTPUT_DEVICE_INFO
4317                    </t>
4318                    <t>/ MIDI_INPUT_DEVICE_COUNT
4319                    </t>
4320                    <t>/ MIDI_INPUT_DEVICE_INFO
4321                    </t>
4322                    <t>/ CHANNEL_COUNT
4323                  </t>                  </t>
4324                  <t>/ VOICE_COUNT                  <t>/ VOICE_COUNT
4325                  </t>                  </t>
# Line 4321  Schoenebeck'> Line 4329  Schoenebeck'>
4329                  </t>                  </t>
4330                  <t>/ CHANNEL_INFO                  <t>/ CHANNEL_INFO
4331                  </t>                  </t>
4332                    <t>/ MIDI_INSTRUMENT_MAP_COUNT
4333                    </t>
4334                    <t>/ MIDI_INSTRUMENT_MAP_INFO
4335                    </t>
4336                    <t>/ MIDI_INSTRUMENT_COUNT
4337                    </t>
4338                    <t>/ MIDI_INSTRUMENT_INFO
4339                    </t>
4340                  <t>/ MISCELLANEOUS                  <t>/ MISCELLANEOUS
4341                  </t>                  </t>
4342                  <t>/ TOTAL_VOICE_COUNT                  <t>/ TOTAL_VOICE_COUNT
# Line 4329  Schoenebeck'> Line 4345  Schoenebeck'>
4345  </t>  </t>
4346  <t>unsubscribe_event =  <t>unsubscribe_event =
4347          <list>          <list>
4348                  <t>CHANNEL_COUNT                  <t>AUDIO_OUTPUT_DEVICE_COUNT
4349                    </t>
4350                    <t>/ AUDIO_OUTPUT_DEVICE_INFO
4351                    </t>
4352                    <t>/ MIDI_INPUT_DEVICE_COUNT
4353                    </t>
4354                    <t>/ MIDI_INPUT_DEVICE_INFO
4355                    </t>
4356                    <t>/ CHANNEL_COUNT
4357                  </t>                  </t>
4358                  <t>/ VOICE_COUNT                  <t>/ VOICE_COUNT
4359                  </t>                  </t>
# Line 4339  Schoenebeck'> Line 4363  Schoenebeck'>
4363                  </t>                  </t>
4364                  <t>/ CHANNEL_INFO                  <t>/ CHANNEL_INFO
4365                  </t>                  </t>
4366                    <t>/ MIDI_INSTRUMENT_MAP_COUNT
4367                    </t>
4368                    <t>/ MIDI_INSTRUMENT_MAP_INFO
4369                    </t>
4370                    <t>/ MIDI_INSTRUMENT_COUNT
4371                    </t>
4372                    <t>/ MIDI_INSTRUMENT_INFO
4373                    </t>
4374                  <t>/ MISCELLANEOUS                  <t>/ MISCELLANEOUS
4375                  </t>                  </t>
4376                  <t>/ TOTAL_VOICE_COUNT                  <t>/ TOTAL_VOICE_COUNT
# Line 4971  Schoenebeck'> Line 5003  Schoenebeck'>
5003                          <t>"NOTIFY:MIDI_INSTRUMENT_COUNT:&lt;map-id&gt; &lt;instruments&gt;"</t>                          <t>"NOTIFY:MIDI_INSTRUMENT_COUNT:&lt;map-id&gt; &lt;instruments&gt;"</t>
5004                      </list>                      </list>
5005                  </t>                  </t>
5006                  <t>where &lt;map-id&gt; is the numerical ID of the MIDI instrument map, in which                  <t>where &lt;map-id&gt; is the numerical ID of the MIDI instrument map, in which
5007                  the nuber of instruments has changed and &lt;instruments&gt; will be replaced by                  the nuber of instruments has changed and &lt;instruments&gt; will be replaced by
5008                  the new number of MIDI instruments in the specified map.</t>                  the new number of MIDI instruments in the specified map.</t>
5009              </section>              </section>
# Line 4991  Schoenebeck'> Line 5023  Schoenebeck'>
5023                      </list>                      </list>
5024                  </t>                  </t>
5025                  <t>where &lt;map-id&gt; will be replaced by the numerical ID of the MIDI instrument map,                  <t>where &lt;map-id&gt; will be replaced by the numerical ID of the MIDI instrument map,
5026                  in which a MIDI instrument is changed. &lt;bank&gt; and &lt;program&gt; specifies                  in which a MIDI instrument is changed. &lt;bank&gt; and &lt;program&gt; specifies
5027                  the location of the changed MIDI instrument in the map. The front-end will have to send                  the location of the changed MIDI instrument in the map. The front-end will have to send
5028                  the respective command to actually get the MIDI instrument info. Because these messages                  the respective command to actually get the MIDI instrument info. Because these messages
5029                  will be triggered by LSCP commands issued by other clients rather than real                  will be triggered by LSCP commands issued by other clients rather than real

Legend:
Removed from v.981  
changed lines
  Added in v.984

  ViewVC Help
Powered by ViewVC