--- 0.1.0.4 (Several new features introduced, but all quite experimental.) - (fixed) no more high CPU usage on reverb tails on Intel processors - (fixed) can now have ".ck" in path names - (added) 8-channel output - number of real-time audio output channels can be set to N by command line: --channels N - 8 audio buses within taps, can write to 8-channel wav file while playing in stereo - template can be played on specific bus from chuck script - (added) chui: chuck gui - add user interface elements from chuck scripts - (added) sample rate conversion - works by default in windows - install libsamplerate and recompile for Mac OS X, Linux - (added) new command line option: --nogui - instead of running gui, synthesis can be controlled from the command line using two or more terminals. the first acts as a server that receives messages from the rest on which templates to add, remove, play or stop. --- 0.1.0.3 - (fixed) sneaky scripting bug - (fixed) problems with saving files as templates from synthesis face - (fixed) default max frame rate set to 30 Hz, no longer eats 80% CPU - (added) buttons to navigate between faces (upper right corner) - (added) standard transformations for files loaded in synthesis face - (added) more command line arguments --frate N : to set frame rate --dir x : to set working directory ("write to file" writes here) --version : to see current version and exe target --help or --about : to see version and usage info - (added) default and sticky directories for open/save dialog boxes (when opening from GUI shell instead of command line) - (removed) unused treesynth face (from project) --- 0.1.0.2 - (fixed) disappearing "now" indicator on analysis waveform display - (fixed) saving templates as .wav or .tap files from analysis face - (added) universal binaries for mac os x support - (removed) broken script example - (removed) extra 'save' button on analysis face --- 0.1.0.1 - (fixed) code changes to improvement portability (t_CK -> t_TAP) - (fixed) compilation without native libsndfile (osx) - (fixed) compilation on gcc-4 in (osx) - (fixed) transient playback gain in synthesis face --- 0.1.0.0 - initialize public release