Latest Stuff: ============= impulses_br_lp.tar.gz: GSt (v2) impulse response recordings (24 bit!) of filter types "low pass" and "band reject". Those files are already converted into the Octave readable format. The file name scheme is as follows: filtertype-resonance-cutoff.dat The data is now integers, which should be divided by 2**31 to get -1..1 range. To normalize to 0dB, divide with 2057773824 instead. impulses_hp_bp.tar.gz: Same as above, but for filter type "high pass" and "band pass". impulses_turbo.tar.gz: Same as above, but for filter type "turbo low pass". conv.cpp: Tiny utility to convert a mono .wav file into Octave readable .dat file. plotall2.m: Octave / Matlab file to compare GSt's original "low pass", "high pass", "band pass" and "band reject" filters with the approximated filters used in LS. gst_freq_conversion.txt: Table for converting abstract MIDI cutoff value (0..127) of GSt into a real world (cutoff) frequency (in Hz). Old Stuff: ========== You can find older versions of the respective files in the "old" subdirectory.