1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
20070411 version 0.6.1
* hexter now installs as DSSI plugin 'hexter', just like the 0.5.9
and earlier versions, eliminating the trouble the versioned
plugin names would cause distribution packagers. The plugin
files installed are again:
<prefix>/lib/dssi/hexter/hexter_gtk
<prefix>/lib/dssi/hexter.so
<prefix>/lib/dssi/hexter.la
Also, there is now a 'disable LFO/Mod/Perf (0.5.x compatibility)'
option in the hexter GUI which disables the version 0.6.x LFO,
amplitude and pitch modulation functions, allowing projects made
with version 0.5.9 to sound as they were originally created.
20070118 version 0.6.0
* hexter version 0.6.0 installed as DSSI plugin 'hexter6', with the
following files:
<prefix>/lib/dssi/hexter6/hexter6_gtk
<prefix>/lib/dssi/hexter6.so
<prefix>/lib/dssi/hexter6.la
This allowed hexter 0.5.9 to be installed alongside the 0.6.0
version, but was a headache for distribution packagers, so this
was abandoned with version 0.6.1.
* Implemented the LFO, amplitude modulation and pitch modulation
(many thanks to Jamie Bullock)!
* Added TX7-style performance parameters, allowing configuration
from the GUI of pitch bend range, portamento time, and
sensitivity and assignment of the modulation wheel, foot
controller, pressure (both channel and key), and breath
controller.
* Added DX7 patchbank loading code from Martin Tarenskeen, allowing
hexter to load a number of additional patch file formats.
* Partially implemented portamento. For now, the curves and times
are wrong, but the plumbing is there.
20060108 version 0.5.9
* Added GUI '-test' magic host URL argument for starting GUI without
a host.
* Improved the 'About' dialog with a new color pixmap.
* Fixed the held key tracking.
* Use gcc/glibc 'constructor' and 'destructor' attributes instead of
the deprecated _init() and _fini() functions (needed for OS X
10.4 'Tiger').
20051024 CVS commit smbolton
* Added support for change operator coarse frequency in real time
via MIDI binding (for the Harvey Project).
* Minor gcc4 fixes.
20050411 CVS commit smbolton
* Initial Mac OS X support (sys-ex patch edit reception is still
ALSA-only.)
20050119 CVS commit smbolton
( version bump to 0.5.9 )
* gcc 2.9x '-finline-limit=5000' fix in configure.in
* RPM bindir fix in src/Makefile.am
20041229 version 0.5.8
* Added a 'Volume' control, and implemented MIDI CC 7 'Volume'
handling.
* Compiles with GTK+ 2.x by default, or with GTK+ 1.2 if 2.x is not
found. An optional text (readline) based UI can be built
instead by supplying configure with the '--with-textui' flag.
* Implemented DSSI project directory handling.
* Changed activate() to new behavior.
* Fixed bug where changes to tuning control would only effect first
playing voice.
* Made a number of error messages more informational.
* Added converted FB-01 patches.
20041101 0.5.7 first public release
* Moved Test Note frame to be visible when both Patches and
Configuration tabs are selected.
* Changed tuning slider to a spinbutton for greater accuracy.
* Made a slightly better default patch set.
20041029 0.5.7-alpha -- initial alpha release
* "don't put that in your mouth, you don't know where it's been!"
|