/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Log of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1790 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 2 12:05:00 2008 UTC (15 years, 4 months ago) by persson
File length: 24507 byte(s)
Diff to previous 1789
* added memory ordering constraints to improve stability on multi-core
  and multi-cpu systems


Revision 1789 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 1 19:01:27 2008 UTC (15 years, 4 months ago) by iliev
File length: 24404 byte(s)
Diff to previous 1781
* notification events for stream/voice count statistics are now sent
  only when there are actual changes
* use atomic_t for stream/voice count statistics


Revision 1781 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 29 18:21:21 2008 UTC (15 years, 5 months ago) by iliev
File length: 24290 byte(s)
Diff to previous 1777
* Implemented option for adding instruments in separate directories
  in the instruments database
  (patch by Chris Cherrett & Andrew Williams, a bit adjusted)


Revision 1777 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 15 16:58:10 2008 UTC (15 years, 6 months ago) by persson
File length: 24118 byte(s)
Diff to previous 1771
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin


Revision 1771 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 10 15:02:24 2008 UTC (15 years, 6 months ago) by iliev
File length: 24029 byte(s)
Diff to previous 1764
* added new LSCP command: SEND CHANNEL MIDI_DATA which can be used by
  frontends to send MIDI messages to specific sampler channel
* added two additional fields to GET FILE INSTRUMENT INFO command -
  KEY_BINDINGS and KEYSWITCH_BINDINGS
* InstrumentResourceManager::GetInstrumentInfo now scans the specified
  instrument file only if it is not loaded in the instrument manager


Revision 1764 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 6 14:55:18 2008 UTC (15 years, 6 months ago) by persson
File length: 23775 byte(s)
Diff to previous 1763
* rewrote the ConditionServer class to make it possible to create
  multiple sample channels when the audio thread isn't running


Revision 1763 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 3 17:18:51 2008 UTC (15 years, 6 months ago) by iliev
File length: 23672 byte(s)
Diff to previous 1762
* Optimized the retrieval of the MIDI instrument mappings


Revision 1762 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 29 17:33:02 2008 UTC (15 years, 6 months ago) by schoenebeck
File length: 23610 byte(s)
Diff to previous 1761
* global volume sysex message can now be selected at compile time to be
  only applied to the sampler channels that are connected to the respective
  MIDI input port the SysEx message arrived on (by default global volume
  SysEx messages apply globally to the whole sampler)
* bumped version to 0.5.1.7cvs


Revision 1761 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 29 15:42:06 2008 UTC (15 years, 6 months ago) by iliev
File length: 23382 byte(s)
Diff to previous 1754
* fixed a crash which occurs when removing a sampler channel waiting
  to start instrument loading after another channel


Revision 1754 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 12 16:18:59 2008 UTC (15 years, 7 months ago) by iliev
File length: 23236 byte(s)
Diff to previous 1750
* bugfix: the bank number provided by MIDI_INSTRUMENT_INFO notifications
  was incorrect


Revision 1750 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 10 15:00:38 2008 UTC (15 years, 8 months ago) by schoenebeck
File length: 23139 byte(s)
Diff to previous 1748
* added support for chromatic / drumkit mode Roland GS Sysex message
  which is usally used to switch a part between chromatic sounds and
  drumkit sounds (as opposed to their common default setting of MIDI
  part 10 being a drumkit part and all other ones chromatic parts), in
  LS however one can switch between the first 16 MIDI instrument maps
  of all ones defined for the sampler
* bumped version to 0.5.1.6cvs


Revision 1748 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 22 14:46:46 2008 UTC (15 years, 8 months ago) by persson
File length: 22741 byte(s)
Diff to previous 1727
* bugfix: notes triggered at position 0 in the audio buffer were
  sometimes wrongly killed in the same buffer, causing no sound to be
  played
* fixes for audio drivers with varying buffer sizes
* Makefile fix: JACK_CFLAGS wasn't used
* JACK driver: use jack_client_open instead of the deprecated
  jack_client_new


Revision 1727 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 29 15:44:09 2008 UTC (15 years, 10 months ago) by iliev
File length: 22405 byte(s)
Diff to previous 1724
* added support for handling lost files in the instruments database
* added new LSCP commands: FIND LOST DB_INSTRUMENT_FILES and
  SET DB_INSTRUMENT FILE_PATH


Revision 1724 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 22 08:52:54 2008 UTC (15 years, 11 months ago) by schoenebeck
File length: 22234 byte(s)
Diff to previous 1715
* added support for GM global device volume SysEx message


Revision 1715 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 11 15:20:46 2008 UTC (16 years ago) by schoenebeck
File length: 22172 byte(s)
Diff to previous 1713
* dispatch bank select as ordinary CC as well, the user might seriously
  want to (mis)use it for some purpose ("fixed" in all current MIDI
  input drivers: ALSA, CoreMIDI, JACK, MidiShare, MME)
* minor fix: only mark FX sends as being modified if really the
  respective FX send MIDI controller was used


Revision 1713 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 6 20:42:22 2008 UTC (16 years ago) by persson
File length: 21847 byte(s)
Diff to previous 1701
* fixed compilation with gcc 4.3


Revision 1701 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 17 12:45:56 2008 UTC (16 years, 1 month ago) by persson
File length: 21810 byte(s)
Diff to previous 1695
- added partial support for the "Controller Triggered" MIDI rule,
  enough for piano gigs with pedal noise samples


Revision 1695 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 16 01:09:33 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 21687 byte(s)
Diff to previous 1687
* added new LSCP event "DEVICE_MIDI" which can be used by frontends to
  react on MIDI data arriving on certain MIDI input devices (so far only
  Note-On and Note-Off events are sent via this LSCP event)
* bumped version to 0.5.1.4cvs


Revision 1687 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 14:59:30 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 21471 byte(s)
Diff to previous 1681
- added new LSCP event "CHANNEL_MIDI" which can be used by frontends to
  react on MIDI data arriving on certain sampler channels (so far only
  Note-On and Note-Off events are sent via this LSCP event)
- bumped LSCP compliance version to 1.4
- bumped LS version to 0.5.1.3cvs


Revision 1681 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 13 15:10:13 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 21238 byte(s)
Diff to previous 1659
- fixed di-harmonic triangle LFO implementation (this LFO implementation
  is only used by very few systems, most pick the int math
  implementation, which is usually faster)


Revision 1659 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 3 00:13:27 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 21051 byte(s)
Diff to previous 1653
* added support for triggering notes by instrument editors
  (still some cleanup / refactoring ahead, but it should work)
* bumped version to 0.5.1.1cvs


Revision 1653 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 30 01:51:46 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 20976 byte(s)
Diff to previous 1651
* added support for notifying instrument editors on note-on / note-off
  events (e.g. to highlight the pressed keys on the virtual keyboard
  of gigedit)
* fixed return value of recently added Thread::TestCancel() method
* be verbose on DLL load errors (on Linux)


Revision 1651 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 27 15:07:11 2008 UTC (16 years, 1 month ago) by persson
File length: 20763 byte(s)
Diff to previous 1646
* added JACK MIDI driver


Revision 1646 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 20 15:04:51 2008 UTC (16 years, 2 months ago) by persson
File length: 20716 byte(s)
Diff to previous 1644
* made it possible to load an instrument even if the audio thread
  isn't running


Revision 1644 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 19 16:55:03 2008 UTC (16 years, 2 months ago) by persson
File length: 20626 byte(s)
Diff to previous 1639
* fixed memory leaks that occurred when liblinuxsampler was unloaded
* fixed a memory leak that could happen when a channel was deleted
  while notes were playing
* fixed memory management bug in ASIO driver
* optimized the SynchronizedConfig class so it doesn't wait
  unnecessarily long after an update


Revision 1639 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 12 14:13:46 2008 UTC (16 years, 2 months ago) by schoenebeck
File length: 20263 byte(s)
Diff to previous 1607
* autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,
  causing e.g. the libgig test to fail when
  "./configure --disable-jack-driver" was used
  (patch by Alexis Ballier)


Revision 1607 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 31 19:03:31 2007 UTC (16 years, 2 months ago) by schoenebeck
File length: 20032 byte(s)
Diff to previous 1604
* bugfix: the SAMPLERATE parameter of some drivers (e.g. JACK)
  reflected the wrong value


Revision 1604 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 31 15:33:54 2007 UTC (16 years, 2 months ago) by schoenebeck
File length: 19933 byte(s)
Diff to previous 1603
* bugfix: JACK audio driver did not offer a device parameter
  "SAMPLERATE" as opposed to the LSCP specs which requires
  all audio drivers to provide it


Revision 1603 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 31 10:17:51 2007 UTC (16 years, 2 months ago) by iliev
File length: 19827 byte(s)
Diff to previous 1602
* avoid time consuming samples scanning when
  adding instruments to the instruments database


Revision 1602 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 29 22:02:29 2007 UTC (16 years, 2 months ago) by schoenebeck
File length: 19699 byte(s)
Diff to previous 1601
* fixed endless loop which occured when loading an instrument editor
  plugin DLL on Windows systems failed (note: completely untested yet :) )


Revision 1601 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 29 20:27:53 2007 UTC (16 years, 2 months ago) by schoenebeck
File length: 19583 byte(s)
Diff to previous 1599
* bugfix: on some POSIX systems instrument editor plugins refused to
  load as we used a non-portable Linux specific struct field
  (fixes bug #70, patch by Ronald Baljeu)


Revision 1599 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 28 15:47:33 2007 UTC (16 years, 2 months ago) by schoenebeck
File length: 19377 byte(s)
Diff to previous 1560
* removed the nonsense audio channel constraint (which was hard coded to
  max. 100 audio channels) for most audio drivers


Revision 1560 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 17:19:16 2007 UTC (16 years, 3 months ago) by schoenebeck
File length: 19205 byte(s)
Diff to previous 1541
* minor code refactoring of win32 Condition code
* preparations for release 0.5.1


Revision 1541 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 4 18:09:26 2007 UTC (16 years, 3 months ago) by iliev
File length: 19194 byte(s)
Diff to previous 1534
- Added support for monitoring the total number of active disk streams
  (new LSCP commands: GET TOTAL_STREAM_COUNT,
  SUBSCRIBE TOTAL_STREAM_COUNT, UNSUBSCRIBE TOTAL_STREAM_COUNT)


Revision 1534 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 2 19:07:17 2007 UTC (16 years, 3 months ago) by persson
File length: 19007 byte(s)
Diff to previous 1525
* made signal handling a bit more robust


Revision 1525 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 25 17:47:46 2007 UTC (16 years, 3 months ago) by schoenebeck
File length: 18939 byte(s)
Diff to previous 1502
* LSCP: added new LSCP commands: "GET FILE INSTRUMENTS <file>",
  "LIST FILE INSTRUMENTS <file>" and
  "GET FILE INSTRUMENT INFO <file> <index>" for retrieving informations
  about an arbitrary instrument file on the system where the sampler is
  running on (LSCP specs yet to be updated!)
* bumped version to 0.5.0.1cvs
* bumped LSCP compliance to LSCP version 1.3


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


Revision 1500 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 21 00:52:09 2007 UTC (16 years, 4 months ago) by senoner
File length: 18539 byte(s)
Diff to previous 1495
* win32 port, work in progress:
 - added ASIO low latency audio output driver
* MME MIDI input driver:
 - fixed number of PORTS to 1 as the win32 MME MIDI API
 allows to connect to only one MIDI port at time,


Revision 1495 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 19 22:10:18 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 18469 byte(s)
Diff to previous 1485
* LSCP: allow naughty liblscp to send non-string device parameters
  within apostrophes as well


Revision 1485 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 15 23:35:45 2007 UTC (16 years, 4 months ago) by senoner
File length: 18379 byte(s)
Diff to previous 1479
* win32 port, work in progress:
* added MME MIDI Input driver
* Resampler.h, gig/Synthesizer.h:
* changed return type of getSample() from int to int32_t


Revision 1479 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 14 15:06:48 2007 UTC (16 years, 4 months ago) by senoner
File length: 17874 byte(s)
Diff to previous 1471
* fixes in Ringbuffer.h:
 - fill_write_space_with_null() did not zero out all the space
 - operator--() did not apply size_mask after decrementing the read_ptr
  (might fix bug #48)
 - DEFAULT_WRAP_ELEMENTS set to 0 in order to avoid problems with
  the _NonVolatileReader functions.


Revision 1471 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 5 13:56:26 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 17586 byte(s)
Diff to previous 1455
* LSCP server: added support for Windows style path / filenames, however
  with forward slash path separators instead of backslash
  (i.e. "C:/foo/bar.gig")


Revision 1455 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 21 11:59:59 2007 UTC (16 years, 5 months ago) by persson
File length: 17412 byte(s)
Diff to previous 1454
* bugfix: the thread used by an editor plugin didn't die when the
  editor closed


Revision 1454 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 19 17:52:15 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 17300 byte(s)
Diff to previous 1424
* added autoconf checks for pthread library
* added autoconf check for pthread bug found on certain NPTL-enabled
  glibc versions (see Gentoo bug report #194076)


Revision 1424 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 22:00:17 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 17080 byte(s)
Diff to previous 1407
* code cleanup:
- global.h now only covers global definitions that are needed for the C++
  API header files, all implementation internal global definitions are now
  in global_private.h
- atomic.h is not exposed to the C++ API anymore (replaced the references
  in SynchronizedConfig.h for this with local definitions)
- no need to include config.h anymore for using LS's API header files
- DB instruments classes are not exposed to the C++ API
- POSIX callback functions of Thread.h are hidden
- the (optional) gig Engine benchmark compiles again
- updated Doxyfile.in
- fixed warnings in API doc generation
* preparations for release 0.5.0


Revision 1407 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 12 12:35:58 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 16662 byte(s)
Diff to previous 1389
* slightly renamed recently added "EDIT INSTRUMENT <sampler-chan>" LSCP
  command to "EDIT CHANNEL INSTRUMENT <sampler-chan>"


Revision 1389 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 7 14:05:04 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 16647 byte(s)
Diff to previous 1379
* the following LSCP commands now also support escape sequences for at
  least one of their text-based arguments (i.e. name, description):
  "ADD MIDI_INSTRUMENT_MAP", "SET MIDI_INSTRUMENT_MAP NAME",
  "SET FX_SEND NAME", "CREATE FX_SEND"
* the LSCP spec doc now lists all LSCP commands which support escape
  sequences as one of their arguments


Revision 1379 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 4 12:18:16 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 16149 byte(s)
Diff to previous 1360
* bugfix in LSCP parser: all comma separated lists of strings were treated
  as being one string containing commas, this affected device parameter
  LSCP commands (fixes #57)
* minor code refactoring regarding DB paths in src/network/lscp.y


Revision 1360 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 30 20:04:11 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 15989 byte(s)
Diff to previous 1349
* fixed buggy boolean --enable-foo / --disable-foo configure script
  parameters


Revision 1349 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 15 11:05:38 2007 UTC (16 years, 6 months ago) by persson
File length: 15900 byte(s)
Diff to previous 1348
* made sure that LSCP syntax is not affected by gigedit locale
  settings


Revision 1348 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 14 14:45:11 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 15818 byte(s)
Diff to previous 1345
* behavior fix: on MIDI CC# 65 (portamento on / off), 126 (mono mode),
  127 (solo mode) only kill voices if the respective mode really changed


Revision 1345 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 13 21:46:25 2007 UTC (16 years, 6 months ago) by iliev
File length: 15660 byte(s)
Diff to previous 1332
* added support for escape sequences to the instruments database


Revision 1332 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 9 12:22:34 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 15591 byte(s)
Diff to previous 1321
* bugfix: files with slash in their path or filename could not be loaded


Revision 1321 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 4 01:12:49 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 15522 byte(s)
Diff to previous 1314
* added highly experimental code for synchronizing instrument editors
  hosted in the sampler's process to safely edit instruments while playing
  without a crash (hopefully) by either suspending single regions wherever
  possible or - if unavoidable - whole engine(s)
* disk thread: queue sizes are now proportional to CONFIG_MAX_STREAMS
  instead of fix values
* removed legacy Makefiles in meanwhile deleted src/lib directory and its
  subdirectories
* bumped version to 0.4.0.7cvs


Revision 1314 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 10:29:13 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 15145 byte(s)
Diff to previous 1306
* minor assembly fix in x86 features detection (don't use the PIC
  register, to avoid relocations in the text segment at runtime)


Revision 1306 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 27 07:55:38 2007 UTC (16 years, 6 months ago) by iliev
File length: 15006 byte(s)
Diff to previous 1305
- updating changelog


Revision 1305 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 27 07:51:28 2007 UTC (16 years, 6 months ago) by iliev
File length: 14972 byte(s)
Diff to previous 1298
* added default min and max values to restrict the number of allowed
  audio output channels and MIDI input ports
* the connection to the PCM interface is now closed when destroying
  an audio output device


Revision 1298 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 17 12:55:37 2007 UTC (16 years, 7 months ago) by iliev
File length: 14783 byte(s)
Diff to previous 1297
* ensure that a notification event is sent when already
  loaded instrument is assigned to another sampler channel


Revision 1297 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 16 15:55:21 2007 UTC (16 years, 7 months ago) by iliev
File length: 14699 byte(s)
Diff to previous 1296
* bugfix: the active stream/voice count statistic was incorrect


Revision 1296 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 15 17:43:34 2007 UTC (16 years, 7 months ago) by iliev
File length: 14638 byte(s)
Diff to previous 1295
* bugfix: The previous bindings were not been disconnected when
  altering the ALSA_SEQ_BINDINGS parameter.
* Introduced a NONE keyword for unsubscribing from all bindings
  (e.g. SET MIDI_INPUT_PORT_PARAMETER 0 0 ALSA_SEQ_BINDINGS=NONE).


Revision 1295 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 13 20:05:56 2007 UTC (16 years, 7 months ago) by iliev
File length: 14431 byte(s)
Diff to previous 1283
* fixed a crash which occurs when changing the number of ports of a MIDI
  device connected to a sampler channel to number less then or equal
  to the index of the port to which the sampler channel is connected


Revision 1283 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 10 15:06:11 2007 UTC (16 years, 7 months ago) by iliev
File length: 14207 byte(s)
Diff to previous 1259
* fixed a crash which occurs when reassigning the same engine
  on a sampler channel with connected MIDI device


Revision 1259 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 26 21:41:09 2007 UTC (16 years, 8 months ago) by schoenebeck
File length: 14087 byte(s)
Diff to previous 1252
* reenabled assembly features support, at the moment only for
  enabling a fast denormal FPU mode (x86 platforms supporting SSE2)
* bumped version to 0.4.0.6cvs


Revision 1252 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 23 15:54:18 2007 UTC (16 years, 8 months ago) by schoenebeck
File length: 13949 byte(s)
Diff to previous 1248
* LSCP server returns verbose syntax errors (line and column where
  syntax error occured, the unexpected character and the actually
  expected, possible character(s), the latter only if less than 5
  possibilities)


Revision 1248 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 22 10:10:06 2007 UTC (16 years, 9 months ago) by persson
File length: 13735 byte(s)
Diff to previous 1245
* fixed some minor memory leaks


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: 13699 byte(s)
Diff to previous 1244
* 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 1244 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 18 08:47:15 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 13319 byte(s)
Diff to previous 1233
* fixed compile time error for old Bison versions
  (i.e. v1.28 found on MacOS 10.4, patch by Toshi Nagata)


Revision 1233 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 11 13:42:21 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 13185 byte(s)
Diff to previous 1221
* minor fix in our automatic stack trace mechanism on crashes, the
  main process did not wait for the stack trace process to finish
  and thus killed the whole application before the stack trace was
  completely shown on the console


Revision 1221 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 6 18:50:03 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 13027 byte(s)
Diff to previous 1212
* fixed several issues in fundamental "Thread" class: set scheduling
  policy and priority on thread level, set a minimum stack size for
  thread (TODO: a reasonable value yet to be tested), bugfix: non-RT
  threads simply inherited properties of starting thread instead of
  setting their own policy and priority
* updated and fixed test cases (haven't been touched in a while, but
  are now all running successfully through all cases)


Revision 1212 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 29 23:59:36 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 12618 byte(s)
Diff to previous 1181
* added highly experimental support for on-the-fly instrument editing
  within the sampler's process (by using instrument editor plugins),
  you'll notice the new "Registered instrument editors:" message on
  startup, the plugin path can be overridden at compile time with
  ./configure --enable-plugin-dir=/some/dir
* added a new LSCP command "EDIT INSTRUMENT <sampler-channel>" to spawn
  a matching instrument editor for the instrument on the given sampler
  channel (LSCP command syntax might be subject to change soon)
* config.h is not going to be installed along with liblinuxsampler's
  API header files anymore (not necessary anymore)
* take care of $(DESTDIR) when creating the instruments DB on 'make
  install' rule (needed for packaging and cross compilation)
* bumped version to 0.4.0.5cvs


Revision 1181 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 12 16:03:00 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 12017 byte(s)
Diff to previous 1175
* fixed compiler error when --enable-override-filter-type was
  supplied to the configure script (fixes #46)


Revision 1175 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 6 16:38:35 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 11900 byte(s)
Diff to previous 1161
* added completely new XCode project files for Mac OSX which is now
  capable to execute our autoconf environment, thus no need anymore
  to maintain the compile time configuration file (osx/version.h) for
  OSX manually (patch by Toshi Nagata)


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: 11639 byte(s)
Diff to previous 1149
* Implemented instruments database


Revision 1149 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 7 22:32:47 2007 UTC (16 years, 11 months ago) by schoenebeck
File length: 11600 byte(s)
Diff to previous 1147
* minor fix of EGDecay
* fixed compilation errors regarding OSX
(patch by Toshi Nagata)


Revision 1147 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 3 17:39:52 2007 UTC (16 years, 11 months ago) by persson
File length: 11474 byte(s)
Diff to previous 1130
* fixed some more EG bugs that could cause noises or crashes


Revision 1130 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 25 18:59:14 2007 UTC (16 years, 11 months ago) by iliev
File length: 11379 byte(s)
Diff to previous 1108
* Implemented new, improved notification system


Revision 1108 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 22 20:39:04 2007 UTC (17 years ago) by iliev
File length: 11327 byte(s)
Diff to previous 1065
* Added new notification events for tracking
effect send changes and global volume changes


Revision 1065 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 4 02:09:10 2007 UTC (17 years ago) by schoenebeck
File length: 11314 byte(s)
Diff to previous 1049
- only the API relevant header (and source) files will be exported to
  the Doxygen API documentation (explicitly listed in Doxyfile.in)


Revision 1049 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 28 06:53:42 2007 UTC (17 years ago) by schoenebeck
File length: 11145 byte(s)
Diff to previous 1046
* the ALSA audio output driver parameters now reflect the correct
  parameter value ranges for the respective selected sound card
  (patch by Till Wimmer, a bit fixed and extended)
* bumped version to 0.4.0.4cvs


Revision 1046 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 10 12:00:55 2007 UTC (17 years, 1 month ago) by persson
File length: 10933 byte(s)
Diff to previous 1041
* EG fine tuning: when attack is zero the EG starts at a level above
  max sustain level, which means that there is a decay phase even if
  sustain is 100%


Revision 1041 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 7 17:45:19 2007 UTC (17 years, 1 month ago) by schoenebeck
File length: 10765 byte(s)
Diff to previous 1039
* handle MIDI coarse tuning messages (MIDI RPN #0 MSB, #2 LSB),
  currently lazy implementation, transpose value is simply added on the
  note on/off values instead only at the mandatory places, thus when
  altering transpose while playing, voices can unintendedly survive


Revision 1039 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 20:46:44 2007 UTC (17 years, 1 month ago) by persson
File length: 10699 byte(s)
Diff to previous 1038
* EG fix: a release value of zero could cause noises or crash
* fix of previous thread safety fix, which in some cases locked the
  engine


Revision 1038 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 15:33:00 2007 UTC (17 years, 1 month ago) by persson
File length: 10633 byte(s)
Diff to previous 1005
* playback is no longer disabled during instrument loading
* all notes playing on a channel that changes its instrument keep
  playing with the old instrument until they get a note off command
* new thread safety fix for lscp "load engine" and "set channel audio
  output device"


Revision 1005 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 29 20:06:14 2006 UTC (17 years, 2 months ago) by schoenebeck
File length: 10323 byte(s)
Diff to previous 1001
* global volume can now be altered at runtime
  (added two new LSCP commands for this, LSCP specs updated)


Revision 1001 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 27 16:17:08 2006 UTC (17 years, 2 months ago) by schoenebeck
File length: 10255 byte(s)
Diff to previous 990
* implemented effect sends (also added new LSCP commands for this feature,
  updated LSCP spec document along with this commit batch as well)


Revision 990 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 19 19:40:45 2006 UTC (17 years, 3 months ago) by schoenebeck
File length: 10013 byte(s)
Diff to previous 981
forgot to commit ChangeLog


Revision 981 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 17 22:35:01 2006 UTC (17 years, 3 months ago) by iliev
File length: 9822 byte(s)
Diff to previous 973
* Added new notification events for tracking audio/MIDI device changes,
MIDI instrument map changes and MIDI instrument changes


Revision 973 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 15 21:40:27 2006 UTC (17 years, 3 months ago) by schoenebeck
File length: 9690 byte(s)
Diff to previous 959
* 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 959 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 30 10:38:16 2006 UTC (17 years, 3 months ago) by iliev
File length: 9496 byte(s)
Diff to previous 951
* fixed crash occurring on certain LSCP scripts (Bug 39)


Revision 951 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 28 20:55:19 2006 UTC (17 years, 3 months ago) by persson
File length: 9419 byte(s)
Diff to previous 947
- added forgotten notice in ChangeLog
- fixed LIST MIDI_INSTRUMENTS


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


Revision 937 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 24 17:43:09 2006 UTC (17 years, 3 months ago) by schoenebeck
File length: 8206 byte(s)
Diff to previous 925
* preparations for release 0.4.0


Revision 925 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 21 14:50:32 2006 UTC (17 years, 5 months ago) by schoenebeck
File length: 8194 byte(s)
Diff to previous 922
* fixed crash when instrument loading failed previously on the same
  sampler channel (fixes bug #36)


Revision 922 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 2 18:40:10 2006 UTC (17 years, 5 months ago) by persson
File length: 8084 byte(s)
Diff to previous 909
* small fix of LFO1 behaviour (dampening from max volume instead of
  amplifying from 0)
* added checks for bad MIDI data


Revision 909 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 5 17:55:49 2006 UTC (17 years, 7 months ago) by schoenebeck
File length: 7957 byte(s)
Diff to previous 906
* little configure.in fix for PPC
  (patch by Ebrahim Mayat)


Revision 906 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 23 16:44:08 2006 UTC (17 years, 8 months ago) by schoenebeck
File length: 7872 byte(s)
Diff to previous 903
* MIDI driver API extension for MIDI drivers which already supply exact
  time stamps for events (i.e. for offline rendering based MIDI drivers)


Revision 903 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 14:22:53 2006 UTC (17 years, 8 months ago) by persson
File length: 7731 byte(s)
Diff to previous 900
* real support for 24 bit samples - samples are not truncated to 16
  bits anymore
* support for aftertouch (channel pressure, not polyphonic aftertouch)


Revision 900 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 5 17:53:22 2006 UTC (17 years, 8 months ago) by schoenebeck
File length: 7559 byte(s)
Diff to previous 877
* src/Sampler.h, src/Sampler.cpp: allow 3rd party applications to
  retrieve available drivers and sampler engines
* src/linuxsampler.cpp: show available engines on startup (on the console)


Revision 877 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 25 13:54:17 2006 UTC (17 years, 8 months ago) by persson
File length: 7475 byte(s)
Diff to previous 868
* new filter implementation, which is more accurate and supports all
  filter types including bandreject and lowpass turbo


Revision 868 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 31 23:39:19 2006 UTC (17 years, 9 months ago) by capela
File length: 7496 byte(s)
Diff to previous 865
* packaging changes:
    - changed deprecated copyright attribute to license; added ldconfig
      to post-(un)install steps; added devel package for liblinuxsampler;
      to linuxsampler.spec (RPM)


Revision 865 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 14 07:15:52 2006 UTC (17 years, 10 months ago) by persson
File length: 7317 byte(s)
Diff to previous 852
* sample loop parameters are now taken from the DimensionRegion
  instead of the wave chunk
* fixed keyswitching for v3 gigs with a number of keyswitch splits not
  equal to a power of two


Revision 852 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 14 19:13:32 2006 UTC (17 years, 11 months ago) by schoenebeck
File length: 7112 byte(s)
Diff to previous 849
* added compile time options to allow disabling the various audio and MIDI
  drivers (./configure --disable-foo-driver)


Revision 849 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 25 13:05:59 2006 UTC (17 years, 11 months ago) by schoenebeck
File length: 7019 byte(s)
Diff to previous 841
* added compile time option to disable processing of All-Notes-Off
  MIDI messages


Revision 841 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 4 16:23:53 2006 UTC (18 years ago) by persson
File length: 6928 byte(s)
Diff to previous 840
* fixed concurrency problems between the main thread doing
  lscp notifications and the lscp thread
* bug fix: the LFOs were not properly initialized


Revision 840 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 26 13:00:08 2006 UTC (18 years ago) by persson
File length: 6919 byte(s)
Diff to previous 838
* fixed some concurrency problems between the lscp thread and the
  audio/midi threads for these commands: load engine, set channel
  audio output device, set channel midi input device/port/channel and
  remove channel. Thanks to Vincent Bongiorno for bug reports and
  testing.
* removed an autotools warning
* fixed an iterator bug
* minor code clean-ups


Revision 838 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 10 14:57:40 2006 UTC (18 years, 1 month ago) by schoenebeck
File length: 6824 byte(s)
Diff to previous 835
* added aRts audio output driver (by no means RT safe)


Revision 835 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 6 18:07:17 2006 UTC (18 years, 1 month ago) by persson
File length: 6746 byte(s)
Diff to previous 832
* fixed some memory management errors


Revision 832 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 5 10:24:05 2006 UTC (18 years, 1 month ago) by persson
File length: 6704 byte(s)
Diff to previous 831
* added smoothing of volume changes caused by control change messages
* fine tuning of the crossfade volume curve


Revision 831 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 28 16:55:30 2006 UTC (18 years, 1 month ago) by persson
File length: 6613 byte(s)
Diff to previous 830
* fixed global pan (CC10) which hasn't been working for a while
* fine tuning of the curves for volume (CC7) and pan (CC10 and gig
  parameter)
* added support for the "attenuation controller threshold" gig
  parameter


Revision 830 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 15 18:23:11 2006 UTC (18 years, 2 months ago) by persson
File length: 6442 byte(s)
Diff to previous 829
* added linear interpolation of volume modulation inside a
  subfragment; this prevents clicks during voice stealing. Can be
  switched off with the --disable-interpolate-volume configure option.


Revision 829 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 14 14:07:47 2006 UTC (18 years, 2 months ago) by schoenebeck
File length: 6360 byte(s)
Diff to previous 826
* implemented portamento mode and solo mode (a.k.a 'mono mode'):
  all modes can be altered via standard GM messages, that is CC5 for
  altering portamento time, CC65 for enabling / disabling portamento
  mode, CC126 for enabling solo mode and CC127 for disabling solo mode
* fixed EG3 (pitch envelope) synthesis which was neutral all the time
* configure.in: do not automatically pick optimized gcc flags if the user
  already provided some on his own (as CXXFLAGS)


Revision 826 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 8 20:19:49 2006 UTC (18 years, 2 months ago) by schoenebeck
File length: 5879 byte(s)
Diff to previous 799
* bugfix in LSCP parser which was confused by space(s) within device
  parameters
  (e.g. "SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 0 SOMEPARAM='foo bar'")
* changed version to 0.3.3cvs


Revision 799 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 5 10:59:37 2005 UTC (18 years, 4 months ago) by persson
File length: 5731 byte(s)
Diff to previous 797
* Bug-fixes: pitch changes larger than one octave didn't work. Looped
  samples small enough to fit in RAM didn't work.


Revision 797 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 2 19:26:15 2005 UTC (18 years, 4 months ago) by persson
File length: 5682 byte(s)
Diff to previous 793
* minor EG fine tuning: attack time now has a minimum value to prevent
  clicks


Revision 793 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 26 09:34:38 2005 UTC (18 years, 4 months ago) by iliev
File length: 5622 byte(s)
Diff to previous 791
* fixed the notification messages delay due to lack of
network activity (fixes bug #26)


Revision 791 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 16 14:50:20 2005 UTC (18 years, 5 months ago) by persson
File length: 5524 byte(s)
Diff to previous 783
* Filter tuning: calculation of cutoff frequency and bandwidth
  improved. Removed use of "BasicBPFilter". Changed bandpass filter
  from constant peak to constant skirt. Use gig parameter Resonance if
  no resonance controller is set. Removed keyboard tracking influence
  on resonance.


Revision 783 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 2 14:40:52 2005 UTC (18 years, 5 months ago) by persson
File length: 5291 byte(s)
Diff to previous 781
* EG fixes: the length of "attack hold" stage was wrong. Release stage
  can now start before attack stage ends. Cancel release didn't work
  when sustain was zero.


Revision 781 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 26 10:17:00 2005 UTC (18 years, 5 months ago) by schoenebeck
File length: 5104 byte(s)
Diff to previous 779
* fixed event handling bug which was introduced by the recent synthesis
  optimizations (events were only processed for the first active voice)
* added global volume attenuation of -9 dB (0.35f) to prevent clipping
  which can be overridden with --enable-global-attenuation


Revision 779 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 23 07:05:04 2005 UTC (18 years, 5 months ago) by iliev
File length: 4966 byte(s)
Diff to previous 778
* Added new LSCP commands: GET TOTAL_VOICE_COUNT,
GET TOTAL_VOICE_COUNT_MAX, SUBSCRIBE/UNSUBSCRIBE TOTAL_VOICE_COUNT


Revision 778 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 23 06:58:26 2005 UTC (18 years, 5 months ago) by iliev
File length: 4967 byte(s)
Diff to previous 777
Added new LSCP commands: GET TOTAL_VOICE_COUNT,
GET TOTAL_VOICE_COUNT_MAX, SUBSCRIBE/UNSUBSCRIBE TOTAL_VOICE_COUNT


Revision 777 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 21 19:06:35 2005 UTC (18 years, 6 months ago) by iliev
File length: 4761 byte(s)
Diff to previous 775
- Added support for sostenuto pedal


Revision 775 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 21 14:30:43 2005 UTC (18 years, 6 months ago) by schoenebeck
File length: 4727 byte(s)
Diff to previous 738
* src/drivers/MidiInputPort.cpp: fixed legacy SysEx code which caused
  dispatching of MIDI SysEx messages several times instead of once
* src/engines/gig/Engine.cpp: fixed bug in SysEx handling
  (patch by Juan Linietsky)


Revision 738 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 17:14:25 2005 UTC (18 years, 7 months ago) by schoenebeck
File length: 4535 byte(s)
Diff to previous 729
* extensive synthesis optimization: reimplementation of EGs and LFO(s),
  removed synthesis parameter prerendering and the synthesis parameter
  matrix in general, splitting each audio fragment into subfragments now
  where each subfragment uses constant synthesis parameters
  (everything's still very buggy ATM)


Revision 729 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 26 11:18:46 2005 UTC (18 years, 7 months ago) by persson
File length: 4182 byte(s)
Diff to previous 716
* improved filter cutoff calculation by adding support for the
  following gig parameters: Cutoff freq (used when no cutoff
  controller is defined), Control invert, Minimum cutoff, Velocity
  curve and Velocity range. The keyboard tracking now also scales
  cutoff frequency, not just resonance.


Revision 716 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 24 06:57:30 2005 UTC (18 years, 7 months ago) by iliev
File length: 3865 byte(s)
Diff to previous 715
* Added configure option --enable-process-muted-channels
which can be used to enable the processing of muted channels


Revision 715 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 23 21:57:36 2005 UTC (18 years, 7 months ago) by schoenebeck
File length: 3730 byte(s)
Diff to previous 711
added benchmark to automatically detect the best triangle LFO
implementation (currently either an integer math solution or a
di-harmonic approximation), automatic detection can be overriden
with --enable-signed-triang-algo=x and --enable-unsigned-triang-algo=x
configure script argument though (mandatory for cross-compilation)
---
actual implementation of the new LFO implementations in LS will follow soon


Revision 711 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 21 09:53:20 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 3372 byte(s)
Diff to previous 705
updated ChangeLog to Grigor's latest changes


Revision 705 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 20 21:43:23 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 3288 byte(s)
Diff to previous 697
* 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 697 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 19 15:43:40 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 2922 byte(s)
Diff to previous 696
* install necessary development header files for allowing 3rd party
  applications to link against liblinuxsampler
* liblinuxsampler's API documentation can be generated with 'make docs'
  (Doxygen required)


Revision 696 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 16 19:37:52 2005 UTC (18 years, 8 months ago) by persson
File length: 2674 byte(s)
Diff to previous 692
* fine tuning of the EG modulation parameters


Revision 692 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 15 16:59:35 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 2570 byte(s)
Diff to previous 688
* preparation for bugfix release 0.3.3


Revision 688 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 14 12:25:20 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 2562 byte(s)
Diff to previous 687
* if period time of chosen audio device is too small (< MIN_RELEASE_TIME)
  then simply show a warning about possible click sounds and reduce the
  volume ramp down appropriately instead of cancelling the audio device
  connection


Revision 687 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 12 22:37:21 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 2199 byte(s)
Diff to previous 686
* minor efficiency fix (LFO preprocessing was performed even though the
  respective LFO was disabled by the instrument patch)


Revision 686 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 11 19:12:54 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 2032 byte(s)
Diff to previous 685
oops, the last change is not contained in release 0.3.2


Revision 685 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 5 19:30:37 2005 UTC (18 years, 8 months ago) by persson
File length: 1986 byte(s)
Diff to previous 677
* gcc 4.0 compilation fixes


Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 23 22:44:59 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 1949 byte(s)
Diff to previous 670
* final preparations for bugfix release 0.3.2


Revision 670 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 21 18:00:52 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1941 byte(s)
Diff to previous 669
* don't reset volume, pan, pitch and MIDI controller values on instrument
  or audio output device change
* send 'CHANNEL_INFO' LSCP event on MIDI program change messages


Revision 669 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 21 13:33:19 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1797 byte(s)
Diff to previous 668
* fixed minor issue with null/silence samples
  (those stole voices even though they don't need a voice at all which
  resulted in "voice stealing didn't work out" messages)


Revision 668 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 20 15:30:47 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1611 byte(s)
Diff to previous 663
* fixed a key group bug which caused undefined behavior in conjunction with
  stolen voices (this case was usually followed by a "killed voice
  survived" or "voice stealing didn't work out" error message)


Revision 663 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 18 21:37:03 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1170 byte(s)
Diff to previous 660
* another voice stealing fix
  (endless loop occured when voices were stolen from other engine channels)


Revision 660 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 17 19:49:30 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1147 byte(s)
Diff to previous 659
* LSCP server: fixed LSCP event "CHANNEL_INFO" notification
  (e.g. did not notify on volume changes)


Revision 659 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 16 21:35:30 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 1050 byte(s)
Diff to previous 654
* don't reset scale tuning on instrument or audio output device change


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: 975 byte(s)
Diff to previous 649
* fixed 'make dist' build rule to include all necessary files


Revision 649 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 00:01:28 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 818 byte(s)
Diff to previous 630
* revised voice stealing (fixes crash caused by voice stealing)


Revision 630 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 11 14:51:49 2005 UTC (18 years, 9 months ago) by persson
File length: 705 byte(s)
Diff to previous 620
* volume of release triggered samples now depends on note-on velocity,
  note length and gig parameter "release trigger decay" instead of
  note-off velocity.


Revision 620 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 8 23:16:13 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 539 byte(s)
Diff to previous 617
* fixed some crashs in LSCP server
  (patch by Grigor Iliev, fixes #19)


Revision 617 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 8 21:00:06 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 463 byte(s)
Diff to previous 614
* hand-crafted assembly optimization code can be disabled with
  './configure --disable-asm' (definitely not recommended)


Revision 614 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 6 16:54:20 2005 UTC (18 years, 9 months ago) by persson
File length: 333 byte(s)
Diff to previous 609
* support for the gig parameters for "release velocity response"
  curves, which means the decay and release times now depends on
  velocity. The softer velocity, the longer release.
* fine tuning of the envelope curves. Decay1 and release now have two
  parts, first linear and then exponential at the end.


Revision 609 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 4 17:49:12 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 216 byte(s)
Diff to previous 579
* updated autotools build files for conditional compilation of CoreMIDI
  (OS X) and MidiShare (Linux, OS X, Windows) drivers


Revision 579 - (view) (download) (annotate) - [select for diffs]
Added Tue May 24 19:20:20 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 49 byte(s)
* src/network/lscpserver.cpp: fixed segfault
  (patch by Grigor Iliev, fixes #17)
* added man page
* final preparations for the first official release (which will be 0.3.1)


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