/[svn]/linuxsampler/trunk/src/network/Makefile.am
ViewVC logotype

Log of /linuxsampler/trunk/src/network/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2197 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 2 09:55:42 2011 UTC (12 years, 8 months ago) by persson
File length: 1048 byte(s)
Diff to previous 1923 , to selected 1502
* AU: changed number of output channels from one stereo to 16 stereo
* VST: made it possible to build the VST plugin for Mac
* AU: link AU plugin dynamically if --disable-shared isn't specified
* minor Makefile fix for building lscpparser when build and source
  directories are separate


Revision 1923 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 27 16:55:41 2009 UTC (14 years, 9 months ago) by persson
File length: 1052 byte(s)
Diff to previous 1842 , to selected 1502
* fixed crash happening when a pitch bend event arrived at the same
  time a new instrument was loading
* fixed building with sqlite installed in a non-standard directory


Revision 1842 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 21 16:11:17 2009 UTC (15 years, 1 month ago) by persson
File length: 1034 byte(s)
Diff to previous 1502
* fixed building with libgig installed in a non-standard directory


Revision 1502 - (view) (download) (annotate) - [selected]
Modified Wed Nov 21 07:29:52 2007 UTC (16 years, 4 months ago) by senoner
File length: 1020 byte(s)
Diff to previous 1245
* win32 port, work in progress: added autoconf checks for Windows
 - win32 additions in linuxsampler.cpp


Revision 1245 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 19 15:54:13 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 878 byte(s)
Diff to previous 1216 , to selected 1502
* filename arguments in LSCP commands now allow to use escape
  sequences, that is directly literal as one of: \', \", \\, \n, \r,
  \f, \t, \v, or as octal ASCII code value like \132, or as hex ASCII
  code value like \xf2) (fixes bug #24)
* parser now supports extended ASCII character set
  (up to ASCII code 255, i.e. includes now umlauts and accents)
* LSCP parser C++ files are now automatically regenerated when
  yacc input source file (lscp.y) was modified


Revision 1216 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 1 15:50:38 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 470 byte(s)
Diff to previous 1161 , to selected 1502
* a pregenerated LSCP parser is no longer kept in CVS, from now on you
  need to have bison (or another yacc-compatible parser generator)
  installed to be able to compile LS from CVS


Revision 1161 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 16 15:51:18 2007 UTC (16 years, 11 months ago) by iliev
File length: 826 byte(s)
Diff to previous 947 , to selected 1502
* Implemented instruments database


Revision 947 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 27 21:34:55 2006 UTC (17 years, 4 months ago) by schoenebeck
File length: 1118 byte(s)
Diff to previous 815 , to selected 1502
* implemented MIDI instrument mapping according to latest LSCP draft


Revision 815 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 19:28:36 2005 UTC (18 years, 3 months ago) by wylder
File length: 1168 byte(s)
Diff to previous 654 , to selected 1502
add sqlite3_cflags to build


Revision 654 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 20:25:25 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1008 byte(s)
Diff to previous 643 , to selected 1502
* fixed 'make dist' build rule to include all necessary files


Revision 643 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 12 23:49:00 2005 UTC (18 years, 9 months ago) by capela
File length: 966 byte(s)
Diff to previous 573 , to selected 1502
* RPM .spec script added to repository.


Revision 573 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 24 03:18:30 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 943 byte(s)
Diff to previous 510 , to selected 1502
command syntax (BNF) of LSCP specification is now auto generated


Revision 510 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 4 12:02:35 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 815 byte(s)
Diff to previous 504 , to selected 1502
* autotools build fixes for PPC architecture


Revision 504 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 3 00:37:35 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 818 byte(s)
Diff to previous 497 , to selected 1502
* removed statically included libgig sources from the LinuxSampler code
  base - you now have to compile and install libgig separately
* added -Wreturn-type gcc switch to avoid bugs with no returns on non void
  functions in future


Revision 497 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 10 11:55:44 2005 UTC (18 years, 11 months ago) by persson
File length: 804 byte(s)
Diff to previous 397 , to selected 1502
* removed some build warnings
* fixed a bug with hanging notes when using sustain pedal
* release samples are not triggered anymore when sustain pedal is down


Revision 397 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 04:28:50 2005 UTC (19 years, 1 month ago) by senkov
File length: 824 byte(s)
Diff to previous 385 , to selected 1502
* Added first cut of instrument database query support.


Revision 385 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 17 02:53:45 2005 UTC (19 years, 1 month ago) by schoenebeck
File length: 693 byte(s)
Diff to previous 219 , to selected 1502
* lscpserver: we now only use one instrument loader thread; commands for
  loading instruments in the background wait in a queue to be processed one
  by one to avoid possible race conditions and to improve I/O efficiency
* fixed possible race condition while streaming with multiple disk threads
  by using an own decompression buffer for each disk thread
* libgig: fixed some memory leaks caused by non virtual base constructors


Revision 219 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 17 20:35:04 2004 UTC (19 years, 7 months ago) by schoenebeck
File length: 668 byte(s)
Diff to previous 170 , to selected 1502
* completely removed the lex scanner and replaced it by pure yacc rules
  for all terminal symbols (that is command keywords and variables) to
  avoid misunderstandings while parsing (e.g. recognition of command
  keywords in string arguments)
* src/drivers/audio/AudioChannel.cpp: changed channel parameter 'Name' to
 'NAME' as defined in the LSCP documentation


Revision 170 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 3 20:08:07 2004 UTC (19 years, 8 months ago) by senkov
File length: 805 byte(s)
Diff to previous 113 , to selected 1502
* moved ToString to common
* Implemented handling of multiple connections
* Implemented guts for event subscription/unsubscription
* Illustrated event notification sending by sending MISC events
when connections are established or terminated.


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


Revision 111 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 5 20:55:50 2004 UTC (19 years, 9 months ago) by schoenebeck
File length: 745 byte(s)
Diff to previous 80 , to selected 1502
* LSCP allows now comment lines, that is lines starting with a hash ('#')
  character
* src/engines/gig/Voice.cpp: fixed "SET CHANNEL VOLUME" bug


Revision 80 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 23 19:16:33 2004 UTC (19 years, 10 months ago) by schoenebeck
File length: 734 byte(s)
Diff to previous 57 , to selected 1502
* biquad filter parameters are now calculated outside the interpolate
  loop for better performance
* couple of loop unroll optimizations
* filter is now enabled by default
* cubic interpolation is now enabled by default
* reduced debug level to 1 to lower verbosity
* raised default limit for voices to 128
* raised default limit for streams to 150
* added some compiler optimization flags (-ffast-math -march -mcpu)


Revision 57 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 665 byte(s)
Diff to previous 53 , to selected 1502
* src/common/Thread.cpp: method StartThread() now blocks until thread
  actually runs, mlockall() will only be applied for realtime threads
* libtoolized liblinuxsampler
* initiated automatic unit tests against the LinuxSampler codebase
  (see src/testcases): already added a couple of tests for the Thread and
  Mutex classes, you have to explicitly compile the unit tests by running
  'make testcases' (you need to have cppunit installed though) and then you
  can run the console version of the test runner by calling
  'src/testcases/linuxsamplertest'
* src/Sampler.h: added API documentation


Revision 53 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 662 byte(s)
Diff to previous 35 , to selected 1502
* 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 ago) by schoenebeck
File length: 645 byte(s)
Diff to selected 1502
* 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