--- linuxsampler/trunk/ChangeLog 2011/04/12 15:19:56 2174 +++ linuxsampler/trunk/ChangeLog 2011/04/25 08:12:36 2175 @@ -71,12 +71,23 @@ - added support for Ogg Vorbis sample files - use loop markers from sample file if loop_start and loop_end are not set in sfz file + - implemeted filters. Filter types: lowpass, bandpass, bandreject + and highpass. 1, 2, 4 and 6 pole filters. Opcodes: fil_type, + cutoff, resonance, fil_veltrack, fil_keytrack, fil_keycenter, + cutoff_cc, cutoff_chanaft. + - bugfix: zero ampeg_sustain didn't work * SoundFont format engine: - Initial implementation (not usable yet) - RT-safeness: avoid malloc in audio thread - fixed a bug that could cause voice stealing to fail + * Gigasampler format engine: + - bugfix: pitch LFO controller "internal+aftertouch" was broken + - bugfix: filter keyboard tracking was broken + - filter performance fix (an unnecessary copy was made of the + filter parameters in each sub fragment) + * Host plugins: - AU bugfix: failed to destroy its audio/MIDI devices - Listen to all interfaces on Mac OS X (INADDR_ANY) @@ -93,6 +104,9 @@ - removed limit of maximum amount of MIDI ports per MIDI device, since there is no reason for this limit + * audio driver: + - ASIO driver fixes for newer gcc versions (fix from PortAudio) + * LSCP server: - added support for sending MIDI CC messages via LSCP command "SEND CHANNEL MIDI_DATA CC "