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