blob: c07bd5a42623d2151a53fd54a16b7c9fa9fadefe (
plain)
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
|
midimonster (0.6-1) unstable; urgency=medium
* New backend: VISCA (PTZ Cameras)
* New backend: MQTT
* Configuration now supports list-type multichannel specification
* The maweb backend will try the next host if login fails
* The ArtNet and sACN backends have gained `detect` options
* The programming backends have gained functions for channel introspection
* New example configurations
* Optionally disable ArtNet rate limiting
* Update lua backend to 5.4 API changes
* The MIDI backends now support extended parameter numbers (RPN/NRPN)
* The MIDI backends now support the program change control
* evdev will now properly perform prefix-matching
-- cbdev <cbdev@cbcdn.com> Wed, 30 Jun 2021 03:04:04 +0200
midimonster (0.5-1) unstable; urgency=medium
* New RTP MIDI backend
* Support for deprecated MIDI channel syntax removed
* Core performance improvements
* ArtNet and sACN performance improvements
* Bugfixes to OpenPixelControl, ArtNet and sACN backends
* Lua/Python default channel handlers and cleanup handlers
* Lua/Python now allow output() calls during initial script parsing
* Lua cooperative multithreading API
* OSC bundle reception
* maweb now supports fallback connections
-- cbdev <cb@cbcdn.com> Wed, 30 Jun 2021 03:03:41 +0200
midimonster (0.4-1) unstable; urgency=medium
* Add input_channel and timestamp calls to Lua core interface
* Allow commandline configuration override
* New OpenPixelControl backend
* New Python backend
* Quiet mode for maweb backend
* Rate-limiting for ArtNet and sACN (configurable)
* Core API: Allow managed_fd implementation data to be updated
-- cbdev <cb@cbcdn.com> Sun, 08 Mar 2020 17:15:56 +0100
midimonster (0.3-1) unstable; urgency=medium
* Bugfixes to the jack, maweb, evdev and sacn backends
* New commandline option -v to query version
* Create basic manpage
* 'local' mode for sACN descriptors
* Updates to example configuration
* New 'layering' example configuration
-- cbdev <cb@cbcdn.com> Tue, 31 Dec 2019 11:03:56 +0100
midimonster (0.2-1) unstable; urgency=low
* Initial release (Closes: #nnnn)
-- cbdev <cb@cbcdn.com> Wed, 04 Dec 2019 20:45:01 +0100
|