CVS log for linuxsampler/Attic/Makefile.in

(logo)

Help

(back) Up to [ls] / linuxsampler

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.9 , Mon Oct 18 23:36:34 2004 UTC (4 years, 2 months ago) by schoenebeck
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -0 lines
FILE REMOVED
* configure.in: added check for UNIX98 compatibility, check if there's at
  least one supported MIDI input and audio output system available, added
  conditionals for ALSA and JACK
* src/drivers/audio/Makefile.am: ALSA and JACK drivers are only compiled
  respectively if they're supported by the system
* MidiInputDeviceFactory.cpp, AudioOutputDeviceFactory.cpp: little
  workaround for reported linker problem
* removed autotools generated files from CVS

Revision 1.8 / (view) - annotate - [select for diffs] , Sun Jul 25 22:27:41 2004 UTC (4 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.7: +2 -0 lines
Diff to previous 1.7
* src/linuxsampler.cpp: tidied up a bit, "initialization completed"
  message shown only after the server is actually running
* src/testcases/: print the name of each test suite before running the
  tests of the suite, added first tests against the LSCP server using a
  socket connection to the LSCP server (tests for the following LSCP
  commands: "ADD CHANNEL", "GET CHANNELS", "REMOVE CHANNEL")

Revision 1.7 / (view) - annotate - [select for diffs] , Sun May 23 18:16:33 2004 UTC (4 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.6: +4 -0 lines
Diff to previous 1.6
* 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 1.6 / (view) - annotate - [select for diffs] , Sun May 2 16:45:43 2004 UTC (4 years, 8 months ago) by schoenebeck
Branch: MAIN
Changes since 1.5: +5 -1 lines
Diff to previous 1.5
* 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 1.5 / (view) - annotate - [select for diffs] , Fri Mar 5 13:46:15 2004 UTC (4 years, 10 months ago) by schoenebeck
Branch: MAIN
CVS Tags: v0_1_0, singlechannel
Changes since 1.4: +6 -0 lines
Diff to previous 1.4
* 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

Revision 1.4 / (view) - annotate - [select for diffs] , Sun Jan 18 20:31:31 2004 UTC (4 years, 11 months ago) by schoenebeck
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
* Added JACK support: Audio rendering process is now callback based and
  independant of used audio output system. Interfaces to other audio output
  systems can be added by creating a class derived from abstract base class
  'AudioIO' and embedding the new class into linuxsampler.cpp.
* src/audiothread.cpp: applied patch from Vladimir Senkov which fixes
  hanging notes in conjunction with the sustain pedal

Revision 1.3 / (view) - annotate - [select for diffs] , Fri Jan 2 00:05:42 2004 UTC (5 years ago) by schoenebeck
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
updated Make files (autoconf 2.58, automake 1.6.3)

Revision 1.2 / (view) - annotate - [select for diffs] , Sun Nov 16 19:01:50 2003 UTC (5 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream and let the disk streams reload forever also
  resulting in strange sounds at the end of disk voices (concerned only
  playback of compressed gig files)
* src/audiothread.cpp: deallocation of voices when they reached the end of
  playback (thus e.g. when sustain pedal is pressed and a disk stream
  reached it's end)
* various endian corrections needed for non intel systems
* introduced debug level, you can set the debug level and thus the
  verbosity of LinuxSampler in src/global.h

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Nov 5 14:47:10 2003 UTC (5 years, 2 months ago) by schoenebeck
Branch: MAIN
* transition from plain Makefile to autotools, source files moved to src/
* configure.in: added test for x86 architecture
* src/voice.h: x86 specific asm optimization for double to int casts only
  if compiling for x86 architecture

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