File: NEWS

package info (click to toggle)
jack-mixer 10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,968 kB
  • ctags: 803
  • sloc: sh: 11,219; ansic: 3,251; python: 2,238; makefile: 110
file content (68 lines) | stat: -rw-r--r-- 2,280 bytes parent folder | download
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
==========
Version 10
==========

 * Fixed change of channel settings (#18299)
 * Added a MIDI out port for feeding back volume levels into motorized
   controllers
 * Added jack_mix_box, a minimalistic (no UI) jack mixer
 * Added a trayicon and minimize to tray feature

With contributions from John Hedges, Sarah Mischke, and Nedko Arnaudov.

=========
Version 9
=========

 * Changed to no longer appends PID to jack client name (#15006)
 * Added 'Edit .. channel' submenus
 * Set a default 'apply' button in channel properties
 * Fixed creation of  mono channels
 * Removed bad crackling when changing the volume through MIDI
 * Moved back to polling for MIDI events, to avoid the need for threads
 * Changed to use backward compatible call to gobject.timeout_add (#14999)
 * Updated not to fail if we can't get lash server name
 * Added support for Ladish level 1
 * Improved SIGUSR1 handling

With contributions from Nedko Arnaudov and Arnout Engelen.

=========
Version 8
=========

 * Fix private modules lookup
 * Fix rotation of output channel colours
 * New menu items to remove output channels
 * New command line parameter to not connect to LASH

=========
Version 7
=========

 * New maintainer, thanks Nedko for everything!
 * New icon by Lapo Calamandrei
 * Option to have a gradient in the vumeters
 * Option to use stock GtkScale widget for volume and balance
 * Rewrite of the C/Python binding (this removed the dependency on SWIG)
 * Improve performance when drawing vumeters
 * New menu items to load/save settings
 * New "Channel Properties" dialog, allowing to change assigned MIDI CCs
 * Automatic post fader outputs for input channels
 * Possibility to add new output channels, besides main mix
 * New "monitor" output, assignable to any output channel, or input channel
   (in which case it will take its prefader volume)
 * Removal of PyXML dependency

With contributions from Nedko Arnaudov, Lapo Calamandrei, Arnout Engelen,
and Krzysztof Foltman.

=========
Version 6
=========

 * Fix building against jack 0.102.20
 * Handle python prefix different from install prefix
 * Fix LASH-less operation
 * Update install instructions after lash-0.5.3 and phat-0.4.1 releases
 * Apply Markus patch (thanks!) for sr #1698 (can't restore session using LASH)