CVS log for linuxsampler/Attic/linuxsampler.kdevses

(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.7 , Tue May 10 21:03:59 2005 UTC (3 years, 7 months ago) by schoenebeck
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
FILE REMOVED
this is just a session file for KDevelop; better not to be included with
sources

Revision 1.6 / (view) - annotate - [select for diffs] , Mon Apr 26 16:15:51 2004 UTC (4 years, 8 months ago) by schoenebeck
Branch: MAIN
CVS Tags: v0_2_0
Changes since 1.5: +37 -32 lines
Diff to previous 1.5
* 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 1.5 / (view) - annotate - [select for diffs] , Sun Jan 18 20:31:31 2004 UTC (4 years, 11 months ago) by schoenebeck
Branch: MAIN
CVS Tags: v0_1_0, singlechannel
Changes since 1.4: +57 -17 lines
Diff to previous 1.4
* 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.4 / (view) - annotate - [select for diffs] , Sun Jan 11 16:43:54 2004 UTC (4 years, 11 months ago) by schoenebeck
Branch: MAIN
Changes since 1.3: +20 -15 lines
Diff to previous 1.3
* implemented amplitude envelope generator
* src/voice.cpp: some .gig instruments still sounded detuned, I hope
  finally to have this fixed now

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: +15 -55 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: +26 -51 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