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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1321 by schoenebeck, Tue Sep 4 01:12:49 2007 UTC revision 1407 by schoenebeck, Fri Oct 12 12:35:58 2007 UTC
# Line 9  Version CVS HEAD (?) Line 9  Version CVS HEAD (?)
9        capable to execute our autoconf environment, thus no need anymore        capable to execute our autoconf environment, thus no need anymore
10        to maintain the compile time configuration file (osx/version.h) for        to maintain the compile time configuration file (osx/version.h) for
11        OSX manually (patch by Toshi Nagata)        OSX manually (patch by Toshi Nagata)
12        - fixed buggy boolean --enable-foo / --disable-foo configure script
13          parameters
14    
15    * general changes:    * general changes:
16      - replaced the old, confusing MIDI program change mechanism by a      - replaced the old, confusing MIDI program change mechanism by a
# Line 41  Version CVS HEAD (?) Line 43  Version CVS HEAD (?)
43      - fixed compilation errors regarding OSX      - fixed compilation errors regarding OSX
44        (patch by Toshi Nagata)        (patch by Toshi Nagata)
45      - implemented instruments database      - implemented instruments database
46        - added support for escape sequences to the instruments database
47      - added highly experimental support for on-the-fly instrument editing      - added highly experimental support for on-the-fly instrument editing
48        within the sampler's process (by using instrument editor plugins),        within the sampler's process (by using instrument editor plugins),
49        you'll notice the new "Registered instrument editors:" message on        you'll notice the new "Registered instrument editors:" message on
50        startup, added a new LSCP command "EDIT INSTRUMENT <sampler-channel>"        startup, added a new LSCP command:
51          "EDIT CHANNEL INSTRUMENT <sampler-channel>"
52        to spawn a matching instrument editor for the instrument on the        to spawn a matching instrument editor for the instrument on the
53        given sampler channel, the plugin path can be overridden at compile        given sampler channel, the plugin path can be overridden at compile
54        time with ./configure --enable-plugin-dir=/some/dir        time with ./configure --enable-plugin-dir=/some/dir
# Line 94  Version CVS HEAD (?) Line 98  Version CVS HEAD (?)
98        supplied to the configure script (fixes #46)        supplied to the configure script (fixes #46)
99      - disk thread: queue sizes are now proportional to CONFIG_MAX_STREAMS      - disk thread: queue sizes are now proportional to CONFIG_MAX_STREAMS
100        instead of a fix value        instead of a fix value
101        - behavior fix: on MIDI CC# 65 (portamento on / off), 126 (mono mode),
102          127 (solo mode) only kill voices if the respective mode really
103          changed
104    
105    * LSCP server:    * LSCP server:
106      - fixed compile time error for old Bison versions      - fixed compile time error for old Bison versions
# Line 104  Version CVS HEAD (?) Line 111  Version CVS HEAD (?)
111        sequences, that is directly literal as one of: \', \", \\, \n, \r,        sequences, that is directly literal as one of: \', \", \\, \n, \r,
112        \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
113        code value like \xf2) (fixes bug #24)        code value like \xf2) (fixes bug #24)
114        - the following LSCP commands now also support escape sequences for at
115          least one of their text-based parameters (i.e. name, description):
116          "ADD MIDI_INSTRUMENT_MAP", "MAP MIDI_INSTRUMENT",
117          "SET MIDI_INSTRUMENT_MAP NAME", "SET FX_SEND NAME", "CREATE FX_SEND",
118          "SET DB_INSTRUMENT_DIRECTORY NAME",
119          "SET DB_INSTRUMENT_DIRECTORY DESCRIPTION", "SET DB_INSTRUMENT NAME",
120          "SET DB_INSTRUMENT DESCRIPTION", "FIND DB_INSTRUMENTS",
121          "FIND DB_INSTRUMENT_DIRECTORIES"
122      - returns verbose syntax errors (line and column where syntax error      - returns verbose syntax errors (line and column where syntax error
123        occured, the unexpected character and the actually expected, possible        occured, the unexpected character and the actually expected, possible
124        character(s), the latter only if less than 5 possibilities)        character(s), the latter only if less than 5 possibilities)
125        - made sure that LSCP syntax is not affected by gigedit locale
126          settings
127        - bugfix regarding strings parameter lists: all comma separated lists
128          of strings were treated as being one string containing commas
129          (fixes #57)
130    
131    * Bug fixes:    * Bug fixes:
132      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)
# Line 127  Version CVS HEAD (?) Line 147  Version CVS HEAD (?)
147        audio output channels and MIDI input ports        audio output channels and MIDI input ports
148      - the connection to the PCM interface is now closed when destroying      - the connection to the PCM interface is now closed when destroying
149        an audio output device        an audio output device
150        - files with slash in their path or filename could not be loaded
151    
152    * test cases:    * test cases:
153      - updated and fixed (haven't been touched in a while)      - updated and fixed (haven't been touched in a while)

Legend:
Removed from v.1321  
changed lines
  Added in v.1407

  ViewVC Help
Powered by ViewVC