]> git.0d.be Git - jack_mixer.git/blob - NEWS
Add jack_mix_box, a minimalistic jack mixer (no UI, controlled by MIDI)
[jack_mixer.git] / NEWS
1 ==========
2 Version 10
3 ==========
4
5  * Fixed change of channel settings (#18299)
6  * Added a MIDI out port for feeding back volume levels into motorized
7    controllers
8  * Added jack_mix_box, a minimalistic (no UI) jack mixer
9
10 With contributions from John Hedges.
11
12 =========
13 Version 9
14 =========
15
16  * Changed to no longer appends PID to jack client name (#15006)
17  * Added 'Edit .. channel' submenus
18  * Set a default 'apply' button in channel properties
19  * Fixed creation of  mono channels
20  * Removed bad crackling when changing the volume through MIDI
21  * Moved back to polling for MIDI events, to avoid the need for threads
22  * Changed to use backward compatible call to gobject.timeout_add (#14999)
23  * Updated not to fail if we can't get lash server name
24  * Added support for Ladish level 1
25  * Improved SIGUSR1 handling
26
27 With contributions from Nedko Arnaudov and Arnout Engelen.
28
29 =========
30 Version 8
31 =========
32
33  * Fix private modules lookup
34  * Fix rotation of output channel colours
35  * New menu items to remove output channels
36  * New command line parameter to not connect to LASH
37
38 =========
39 Version 7
40 =========
41
42  * New maintainer, thanks Nedko for everything!
43  * New icon by Lapo Calamandrei
44  * Option to have a gradient in the vumeters
45  * Option to use stock GtkScale widget for volume and balance
46  * Rewrite of the C/Python binding (this removed the dependency on SWIG)
47  * Improve performance when drawing vumeters
48  * New menu items to load/save settings
49  * New "Channel Properties" dialog, allowing to change assigned MIDI CCs
50  * Automatic post fader outputs for input channels
51  * Possibility to add new output channels, besides main mix
52  * New "monitor" output, assignable to any output channel, or input channel
53    (in which case it will take its prefader volume)
54  * Removal of PyXML dependency
55
56 With contributions from Nedko Arnaudov, Lapo Calamandrei, Arnout Engelen,
57 and Krzysztof Foltman.
58
59 =========
60 Version 6
61 =========
62
63  * Fix building against jack 0.102.20
64  * Handle python prefix different from install prefix
65  * Fix LASH-less operation
66  * Update install instructions after lash-0.5.3 and phat-0.4.1 releases
67  * Apply Markus patch (thanks!) for sr #1698 (can't restore session using LASH)