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

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1349 by persson, Sat Sep 15 11:05:38 2007 UTC revision 1479 by senoner, Wed Nov 14 15:06:48 2007 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3    * packaging changes:    * packaging changes:
4        - added autoconf checks for pthread library
5        - added autoconf check for pthread bug found on certain NPTL-enabled
6          glibc versions (see Gentoo bug report #194076)
7    
8      * general changes:
9        - bugfix: the thread used by an editor plugin didn't die when the
10          editor closed
11        - bugfix: Ringbuffer.h:
12          fill_write_space_with_null() did not zero out all the space
13          operator--() did not apply size_mask after decrementing the read_ptr
14          DEFAULT_WRAP_ELEMENTS set to 0 in order to avoid problems with
15            the _NonVolatileReader functions.
16          
17    
18      * LSCP server:
19        - added support for Windows style path / filenames, however with
20          forward slash path separators instead of backslash
21          (i.e. "C:/foo/bar.gig")
22    
23    Version 0.5.0 (15 October 2007)
24    
25      * packaging changes:
26      - config.h is not going to be installed along with liblinuxsampler's      - config.h is not going to be installed along with liblinuxsampler's
27        API header files anymore        API header files anymore
28      - only the API relevant header (and source) files will be exported to      - only the API relevant header (and source) files will be exported to
# Line 9  Version CVS HEAD (?) Line 31  Version CVS HEAD (?)
31        capable to execute our autoconf environment, thus no need anymore        capable to execute our autoconf environment, thus no need anymore
32        to maintain the compile time configuration file (osx/version.h) for        to maintain the compile time configuration file (osx/version.h) for
33        OSX manually (patch by Toshi Nagata)        OSX manually (patch by Toshi Nagata)
34        - fixed buggy boolean --enable-foo / --disable-foo configure script
35          parameters
36        - global.h now only covers global definitions that are needed for the
37          C++ API header files, all implementation internal global definitions
38          are now in global_private.h
39        - atomic.h is not exposed to the C++ API anymore
40        - no need to include config.h anymore for using LS's API header files
41        - fixed warnings in API doc generation
42    
43    * general changes:    * general changes:
44      - replaced the old, confusing MIDI program change mechanism by a      - replaced the old, confusing MIDI program change mechanism by a
# Line 45  Version CVS HEAD (?) Line 75  Version CVS HEAD (?)
75      - added highly experimental support for on-the-fly instrument editing      - added highly experimental support for on-the-fly instrument editing
76        within the sampler's process (by using instrument editor plugins),        within the sampler's process (by using instrument editor plugins),
77        you'll notice the new "Registered instrument editors:" message on        you'll notice the new "Registered instrument editors:" message on
78        startup, added a new LSCP command "EDIT INSTRUMENT <sampler-channel>"        startup, added a new LSCP command:
79          "EDIT CHANNEL INSTRUMENT <sampler-channel>"
80        to spawn a matching instrument editor for the instrument on the        to spawn a matching instrument editor for the instrument on the
81        given sampler channel, the plugin path can be overridden at compile        given sampler channel, the plugin path can be overridden at compile
82        time with ./configure --enable-plugin-dir=/some/dir        time with ./configure --enable-plugin-dir=/some/dir
# Line 66  Version CVS HEAD (?) Line 97  Version CVS HEAD (?)
97        enabling a fast denormal FPU mode (x86 platforms supporting SSE2)        enabling a fast denormal FPU mode (x86 platforms supporting SSE2)
98      - minor assembly fix in x86 features detection (don't use the PIC      - minor assembly fix in x86 features detection (don't use the PIC
99        register, to avoid relocations in the text segment at runtime)        register, to avoid relocations in the text segment at runtime)
100        - POSIX callback functions of Thread.h are hidden
101    
102    * MIDI driver:    * MIDI driver:
103      - dispatch bank select (MSB and LSB) messages      - dispatch bank select (MSB and LSB) messages
# Line 108  Version CVS HEAD (?) Line 140  Version CVS HEAD (?)
140        sequences, that is directly literal as one of: \', \", \\, \n, \r,        sequences, that is directly literal as one of: \', \", \\, \n, \r,
141        \f, \t, \v, or as octal ASCII code value like \132, or as hex ASCII        \f, \t, \v, or as octal ASCII code value like \132, or as hex ASCII
142        code value like \xf2) (fixes bug #24)        code value like \xf2) (fixes bug #24)
143        - the following LSCP commands now also support escape sequences for at
144          least one of their text-based parameters (i.e. name, description):
145          "ADD MIDI_INSTRUMENT_MAP", "MAP MIDI_INSTRUMENT",
146          "SET MIDI_INSTRUMENT_MAP NAME", "SET FX_SEND NAME", "CREATE FX_SEND",
147          "SET DB_INSTRUMENT_DIRECTORY NAME",
148          "SET DB_INSTRUMENT_DIRECTORY DESCRIPTION", "SET DB_INSTRUMENT NAME",
149          "SET DB_INSTRUMENT DESCRIPTION", "FIND DB_INSTRUMENTS",
150          "FIND DB_INSTRUMENT_DIRECTORIES"
151      - returns verbose syntax errors (line and column where syntax error      - returns verbose syntax errors (line and column where syntax error
152        occured, the unexpected character and the actually expected, possible        occured, the unexpected character and the actually expected, possible
153        character(s), the latter only if less than 5 possibilities)        character(s), the latter only if less than 5 possibilities)
154      - made sure that LSCP syntax is not affected by gigedit locale      - made sure that LSCP syntax is not affected by gigedit locale
155        settings        settings
156        - bugfix regarding strings parameter lists: all comma separated lists
157          of strings were treated as being one string containing commas
158          (fixes #57)
159    
160    * Bug fixes:    * Bug fixes:
161      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)

Legend:
Removed from v.1349  
changed lines
  Added in v.1479

  ViewVC Help
Powered by ViewVC