CVS log for linuxsampler/Documentation/lscp.xml

(logo)

Help

(back) Up to [ls] / linuxsampler / Documentation

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD

Revision 1.31 / (download) / (as text) - annotate - [select for diffs] , Sun Jan 14 17:31:48 2007 UTC (23 months, 3 weeks ago) by schoenebeck
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
updated document's date

Revision 1.30 / (download) / (as text) - annotate - [select for diffs] , Sun Jan 14 17:10:58 2007 UTC (23 months, 3 weeks ago) by schoenebeck
Branch: MAIN
Changes since 1.29: +119 -4 lines
Diff to previous 1.29
* extended response of LSCP command "GET FX_SEND INFO" to return the FX
  Send's MIDI controller and current send level and added two new LSCP
  commands "SET FX_SEND MIDI_CONTROLLER" and "SET FX_SEND LEVEL"
  respectively

Revision 1.29 / (download) / (as text) - annotate - [select for diffs] , Fri Dec 29 20:06:13 2006 UTC (2 years ago) by schoenebeck
Branch: MAIN
Changes since 1.28: +63 -0 lines
Diff to previous 1.28
* global volume can now be altered at runtime
  (added two new LSCP commands for this, LSCP specs updated)

Revision 1.28 / (download) / (as text) - annotate - [select for diffs] , Wed Dec 27 16:17:07 2006 UTC (2 years ago) by schoenebeck
Branch: MAIN
Changes since 1.27: +330 -0 lines
Diff to previous 1.27
* implemented effect sends (also added new LSCP commands for this feature,
  updated LSCP spec document along with this commit batch as well)

Revision 1.27 / (download) / (as text) - annotate - [select for diffs] , Wed Dec 20 19:40:37 2006 UTC (2 years ago) by iliev
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
fixed a typo

Revision 1.26 / (download) / (as text) - annotate - [select for diffs] , Mon Dec 18 10:28:00 2006 UTC (2 years ago) by iliev
Branch: MAIN
Changes since 1.25: +36 -4 lines
Diff to previous 1.25
- parser and specification update

Revision 1.25 / (download) / (as text) - annotate - [select for diffs] , Sun Dec 17 22:35:00 2006 UTC (2 years ago) by iliev
Branch: MAIN
Changes since 1.24: +165 -3 lines
Diff to previous 1.24
* Added new notification events for tracking audio/MIDI device changes,
MIDI instrument map changes and MIDI instrument changes

Revision 1.24 / (download) / (as text) - annotate - [select for diffs] , Fri Dec 15 21:40:26 2006 UTC (2 years ago) by schoenebeck
Branch: MAIN
Changes since 1.23: +487 -76 lines
Diff to previous 1.23
* revised and extended MIDI instrument mapping feature to allow managing
  arbitrary amount of maps and assigning each sampler channel individually
  to one map (this commit batch includes LSCP spec document update and
  respective implementation on LS side)

Revision 1.23 / (download) / (as text) - annotate - [select for diffs] , Sun Nov 26 16:29:57 2006 UTC (2 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.22: +493 -3 lines
Diff to previous 1.22
* updated LSCP specification: added new command set for
  managing MIDI instrument mappings, bumped LSCP spec
  version to v1.2
  (not implemented on server side yet)

Revision 1.22 / (download) / (as text) - annotate - [select for diffs] , Fri Nov 24 17:43:08 2006 UTC (2 years, 1 month ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_4_0, LSCP1_1
Changes since 1.21: +367 -367 lines
Diff to previous 1.21
* preparations for release 0.4.0

Revision 1.21 / (download) / (as text) - annotate - [select for diffs] , Sun Jan 8 21:12:33 2006 UTC (2 years, 11 months ago) by schoenebeck
Branch: MAIN
Changes since 1.20: +366 -368 lines
Diff to previous 1.20
bugfix in LSCP grammar definition (grammar rule 'param_val')

Revision 1.20 / (download) / (as text) - annotate - [select for diffs] , Fri Sep 23 05:58:26 2005 UTC (3 years, 3 months ago) by iliev
Branch: MAIN
Changes since 1.19: +63 -1 lines
Diff to previous 1.19
Added new LSCP commands: GET TOTAL_VOICE_COUNT,
GET TOTAL_VOICE_COUNT_MAX, SUBSCRIBE/UNSUBSCRIBE TOTAL_VOICE_COUNT

Revision 1.19 / (download) / (as text) - annotate - [select for diffs] , Thu Jul 21 08:31:56 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.18: +103 -103 lines
Diff to previous 1.18
just updated date

Revision 1.18 / (download) / (as text) - annotate - [select for diffs] , Thu Jul 21 07:34:46 2005 UTC (3 years, 5 months ago) by iliev
Branch: MAIN
Changes since 1.17: +103 -0 lines
Diff to previous 1.17
- Added info about mute and solo functions

Revision 1.17 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 20 20:43:21 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.16: +102 -98 lines
Diff to previous 1.16
* support for muting sampler channels and solo mode of the same, two new
  LSCP commands ("SET CHANNEL MUTE" and "SET CHANNEL SOLO") and two new
  fields ("MUTE" and "SOLO") for command "GET CHANNEL INFO" were
  introduced for this (patch by Grigor Iliev, a bit adjusted)

Revision 1.16 / (download) / (as text) - annotate - [select for diffs] , Tue May 24 02:18:29 2005 UTC (3 years, 7 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_3_3, release0_3_2, release0_3_1, LSCP1_0
Changes since 1.15: +384 -9 lines
Diff to previous 1.15
command syntax (BNF) of LSCP specification is now auto generated

Revision 1.15 / (download) / (as text) - annotate - [select for diffs] , Mon May 23 16:41:34 2005 UTC (3 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.14: +205 -45 lines
Diff to previous 1.14
- added some crosslinks (patch by Grigor Iliev)
- added section "Versioning of this specification"
- added field "PROTOCOL_VERSION" to command "GET SERVER INFO"
- minor cleanup

Revision 1.14 / (download) / (as text) - annotate - [select for diffs] , Sat May 21 18:59:47 2005 UTC (3 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.13: +19 -14 lines
Diff to previous 1.13
- minor fixes, mostly typos (patch by Grigor Iliev)
- added Grigor Iliev to "Acknowledgments" chapter

Revision 1.13 / (download) / (as text) - annotate - [select for diffs] , Sat May 21 00:10:11 2005 UTC (3 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
* Little LSCP API change: renamed events "CHANNELS" -> "CHANNEL_COUNT" and
  "INFO" -> "CHANNEL_INFO" to be more meaningful (patch by Grigor Iliev).

Revision 1.12 / (download) / (as text) - annotate - [select for diffs] , Mon May 9 16:40:33 2005 UTC (3 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.11: +194 -99 lines
Diff to previous 1.11
updated LSCP spec document to the latest API changes and added some
convenient cross links for the HTML version of this document

Revision 1.11 / (download) / (as text) - annotate - [select for diffs] , Fri Apr 15 10:54:22 2005 UTC (3 years, 8 months ago) by schoenebeck
Branch: MAIN
Changes since 1.10: +13 -12 lines
Diff to previous 1.10
* little correction in LSCP specification document (patch by Grigor Iliev)

Revision 1.10 / (download) / (as text) - annotate - [select for diffs] , Wed Apr 6 18:35:02 2005 UTC (3 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
just updated the date of the spec

Revision 1.9 / (download) / (as text) - annotate - [select for diffs] , Wed Apr 6 18:24:39 2005 UTC (3 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.8: +75 -19 lines
Diff to previous 1.8
* fixed couple of mistakes in the LSCP specification document

Revision 1.8 / (download) / (as text) - annotate - [select for diffs] , Sun Feb 13 00:10:53 2005 UTC (3 years, 10 months ago) by senkov
Branch: MAIN
CVS Tags: v0_2_0
Changes since 1.7: +6 -0 lines
Diff to previous 1.7
* updated spec for INSTRUMENT_NAME

Revision 1.7 / (download) / (as text) - annotate - [select for diffs] , Sun Feb 6 19:06:22 2005 UTC (3 years, 11 months ago) by senkov
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
updated the date on the spec

Revision 1.6 / (download) / (as text) - annotate - [select for diffs] , Sun Feb 6 04:34:00 2005 UTC (3 years, 11 months ago) by senkov
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
* Removed mentioning of UDP from event unsubscription section.

Revision 1.5 / (download) / (as text) - annotate - [select for diffs] , Sat Aug 21 10:35:50 2004 UTC (4 years, 4 months ago) by schoenebeck
Branch: MAIN
Changes since 1.4: +47 -47 lines
Diff to previous 1.4
changed all driver names and parameter names to upper case

Revision 1.4 / (download) / (as text) - annotate - [select for diffs] , Fri Aug 20 16:25:18 2004 UTC (4 years, 4 months ago) by schoenebeck
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
* src/drivers/midi/MidiInputDeviceAlsa.cpp: implemented port parameter
 "NAME" which now updates the registered ALSA seq port name as well, fixed
  port parameter "ALSA_SEQ_BINDINGS" to allow more than one binding
* src/network/lscp.y: fixed symbol STRINGVAL (that is strings encapsulated
  into apostrophes) which didn't allow space characters
* changed all driver names and driver paramaters to upper case
* fixed typo in LSCP documentation
  (section 5.3.12, was: "SET MIDI_INPUT_PORT PARAMETER",
   should be: "SET MIDI_INPUT_PORT_PARAMETER")

Revision 1.3 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 28 13:17:28 2004 UTC (4 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.2: +33 -1 lines
Diff to previous 1.2
* introduced and implemented new LSCP command "RESET" which resets the
  whole sampler instance
* src/drivers/audio/AudioOutputDeviceAlsa.cpp: parameter 'card' now
  returns all available sound cards as possibility, added dependency to
  parameter 'card' to parameters 'fragments' and 'fragmentsize'
* src/drivers/DeviceParameter.cpp: fixed return value(s) for classes
  'DeviceCreationParameterString' and 'DeviceCreationParameterStrings'
  which returned the default value(s) not encapsulated into apostrophes
* src/network/lscpserver.cpp: fixed implementation of LSCP commands
  "GET MIDI_INPUT_DRIVER_PARAMETER INFO" and
  "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO"

Revision 1.2 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 14 18:27:53 2004 UTC (4 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
fixed little accident in section 5.4.10 that happened by the conversion
from the document's old OpenOffice format

Revision 1.1 / (download) / (as text) - annotate - [select for diffs] , Sat Jun 26 18:53:46 2004 UTC (4 years, 6 months ago) by schoenebeck
Branch: MAIN
* added directory 'Documentation'
* network protocol document now under CVS, converted from latest document
  (http://www.linuxsampler.org/api/draft-linuxsampler-protocol-11.sxw)
  into XML (Documentation/lscp.xml), lscp.xml is compliant to RFC 2629 and
  can be converted into HTML or RFC common ASCII format by using 'xml2rfc'
  (http://xml.resource.org/)

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

LinuxSampler Developers
Powered by
ViewCVS