/[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 1389 by schoenebeck, Sun Oct 7 14:05:04 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 108  Version CVS HEAD (?) Line 110  Version CVS HEAD (?)
110        sequences, that is directly literal as one of: \', \", \\, \n, \r,        sequences, that is directly literal as one of: \', \", \\, \n, \r,
111        \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
112        code value like \xf2) (fixes bug #24)        code value like \xf2) (fixes bug #24)
113        - the following LSCP commands now also support escape sequences for at
114          least one of their text-based parameters (i.e. name, description):
115          "ADD MIDI_INSTRUMENT_MAP", "MAP MIDI_INSTRUMENT",
116          "SET MIDI_INSTRUMENT_MAP NAME", "SET FX_SEND NAME", "CREATE FX_SEND",
117          "SET DB_INSTRUMENT_DIRECTORY NAME",
118          "SET DB_INSTRUMENT_DIRECTORY DESCRIPTION", "SET DB_INSTRUMENT NAME",
119          "SET DB_INSTRUMENT DESCRIPTION", "FIND DB_INSTRUMENTS",
120          "FIND DB_INSTRUMENT_DIRECTORIES"
121      - returns verbose syntax errors (line and column where syntax error      - returns verbose syntax errors (line and column where syntax error
122        occured, the unexpected character and the actually expected, possible        occured, the unexpected character and the actually expected, possible
123        character(s), the latter only if less than 5 possibilities)        character(s), the latter only if less than 5 possibilities)
124      - made sure that LSCP syntax is not affected by gigedit locale      - made sure that LSCP syntax is not affected by gigedit locale
125        settings        settings
126        - bugfix regarding strings parameter lists: all comma separated lists
127          of strings were treated as being one string containing commas
128          (fixes #57)
129    
130    * Bug fixes:    * Bug fixes:
131      - 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.1389

  ViewVC Help
Powered by ViewVC