/[svn]/linuxsampler/trunk/src/network/lscpserver.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/network/lscpserver.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 117 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 8 01:29:08 2004 UTC (19 years, 10 months ago) by senkov
File length: 19218 byte(s)
Diff to previous 113
Updated GET CHANNEL INFO to send uninitialized params with "NONE"/0


Revision 113 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 6 20:59:49 2004 UTC (19 years, 10 months ago) by senkov
File length: 18957 byte(s)
Diff to previous 79
* Added LSCP command GET CHANNEL INFO


Revision 79 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 22 06:33:55 2004 UTC (19 years, 11 months ago) by senkov
File length: 17646 byte(s)
Diff to previous 68
* Fixed SET CHANNEL MIDI_INPUT_CHANNEL lscp command.


Revision 68 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 8 19:03:17 2004 UTC (19 years, 11 months ago) by senkov
File length: 17651 byte(s)
Diff to previous 64
* Adding LSCP command SET CHANNEL MIDI_INPUT_PORT. First attempt.


Revision 64 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 6 20:06:20 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 17009 byte(s)
Diff to previous 56
* src/Sampler.cpp: fixed 3 stupid but fatal bugs that left in the rush (in
  method SamplerChannels(), CreateAudioOutputDevice() and
  CreateMidiInputDevice())
* src/network/lscpserver.cpp: implemented LSCP command
  'SET CHANNEL MIDI_INPUT_CHANNEL'
* src/Sampler.h: moved enums 'audio_output_type_t', 'midi_input_type_t'
  and 'engine_type_t' into the respective base classes
  ('AudioOutputDevice', 'MidiInputDevice', 'Engine')


Revision 56 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 27 09:21:58 2004 UTC (20 years ago) by schoenebeck
File length: 16244 byte(s)
Diff to previous 53
updated copyright header for 2004


Revision 53 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 26 17:15:51 2004 UTC (20 years ago) by schoenebeck
File length: 16244 byte(s)
Diff to previous 35
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default


Revision 35 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 5 13:46:15 2004 UTC (20 years, 1 month ago) by schoenebeck
File length: 9714 byte(s)
* implemented parser for the LinuxSampler control protocol (LSCP) by using
  flex / bison (where src/network/lscp.l is the input file for lex / flex
  and src/network/lscp.y is the input file for yacc / bison), parser and
  scanner can be regenerated by 'make parser'
* implemented LSCP network server (only single threaded so far), LSCP
  server will be launched if LinuxSampler was started with "--server" flag,
  implemented the following LSCP commands so far: "LOAD INSTRUMENT", "GET
  CHANNEL VOICE_COUNT", "GET CHANNEL STREAM_COUNT", "GET CHANNEL
  BUFFER_FILL", "SET CHANNEL VOLUME" and "RESET CHANNEL"
* disk thread now started within the engine


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC