|
1 | 1 | # companion-module-behringer-wing |
| 2 | + |
2 | 3 | See also HELP.md and LICENSE |
3 | 4 |
|
4 | | -**V0.5.0** |
5 | | -* Initial release / testing |
6 | | -* Fader, Mute, LED, Colors, Solo, Sends |
7 | | -* With dynamic variables and Feedback |
| 5 | +# Changelog |
| 6 | + |
| 7 | +## 2.0.0 |
| 8 | + |
| 9 | +### Added |
| 10 | + |
| 11 | +- Support for Companion 3.0 |
| 12 | +- Device discovery listing Behringer Wing devices in configuration screen (inspired by [Behringer X32](https://github.com/bitfocus/companion-module-behringer-x32/tree/master)) |
| 13 | +- Fade-Curve Easings (copied from [Behringer X32](https://github.com/bitfocus/companion-module-behringer-x32/tree/master)) |
| 14 | +- Support for Wing Rack and Wing Comapct |
| 15 | +- Added Commands: |
| 16 | + - Adjust Gain / Main to Matrix Level / Panorama / Send Panorama |
| 17 | + - Store Gain / Main to Matrix Level / Panorama / Send Panorama |
| 18 | + - Restore Gain / Main to Matrix Level / Panorama / Send Panorama |
| 19 | + - Undo Gain / Main to Matrix Level / Panorama / Send Panorama Adjust |
| 20 | + - Set Gain / Main to Matrix Level / Panorama / Send Panorama |
| 21 | + - Send Command |
| 22 | + - Send Command with Number |
| 23 | + - Set Channel EQ Model |
| 24 | + - Set Channel Filter Model |
| 25 | + - Set Channel Main Connection |
| 26 | + - Set Channel Process Order |
| 27 | + - Set Solo LR Swap |
| 28 | + - WLive: Set Link / Set Auto Input / Set Auto Stop / Set Auto Play / Set Auto Record / Card Action / Add Marker / Format Card |
| 29 | + - USB: Playback Action / Set Repeat / Record Action |
| 30 | + |
| 31 | +### Changed |
| 32 | + |
| 33 | +- Re-structued repository to accomodate for large number of commands (inspired by [ATEM](https://github.com/bitfocus/companion-module-bmd-atem)) |
| 34 | + |
| 35 | + - chaned from `action.ts` to `action/` as directory with one file per category |
| 36 | + - OSC commands are documented the `commands/` directory, with one file per category. Each command category is its own namespace. |
| 37 | + |
| 38 | +- Changed command names and unified commands: |
| 39 | + - Bus Send Level Adjust -> Adjust Send Level |
| 40 | + - Bus Send Level Recall -> Restore Send Level |
| 41 | + - Bus Send Level Set -> Set Send Level |
| 42 | + - Bus Send On -> Set Send Mute |
| 43 | + - Ch, Aux Send Level Adjust -> Adjust Send Level |
| 44 | + - Ch, Aux Send Level Recall -> Restore Send Level |
| 45 | + - Ch, Aux Send Level Set -> Set Send Level |
| 46 | + - Ch, Aux Send Level Store -> Store Send Level |
| 47 | + - Color -> Set Color |
| 48 | + - Fader Adjust -> Adjust Level |
| 49 | + - Fader Recall -> Restore Level |
| 50 | + - Fader Set -> Set Level |
| 51 | + - Fader Store -> Store Level |
| 52 | + - Icon -> Set Channel Icon |
| 53 | + - LED -> Set Scribble Light |
| 54 | + - Main Send Level Adjust -> Adjust Main Send Level |
| 55 | + - Main Send Level Recall -> Restore Main Send Level |
| 56 | + - Main Send Level Set -> Set Main Send Level |
| 57 | + - Main Send Level Store -> Set Main Send Mute |
| 58 | + - Mute -> Set Mute |
| 59 | + - Name -> Set Name |
| 60 | + - Solo -> Set Solo |
| 61 | + - Solo Clear -> Clear Solo |
| 62 | + - Solo Dim -> Set Solo Dim |
| 63 | + - Solo Mono -> Set Solo Mono |
| 64 | + - Solo Mute -> Set Solo Mute |
| 65 | + |
| 66 | +## 1.0.4 |
| 67 | + |
| 68 | +### Fixed |
| 69 | + |
| 70 | +- Fix DCA Channel count (16 not 8) |
| 71 | + |
| 72 | +## 1.0.3 |
| 73 | + |
| 74 | +### Fixed |
| 75 | + |
| 76 | +- Fix remaining switch/toggle actions |
| 77 | + |
| 78 | +## 1.0.2 |
| 79 | + |
| 80 | +### Fixed |
| 81 | + |
| 82 | +- Fix Repo URL in HELP.md |
| 83 | + |
| 84 | +## 1.0.1 |
| 85 | + |
| 86 | +### Fixed |
| 87 | + |
| 88 | +- Fix typos on certain mute actions |
| 89 | + |
| 90 | +## 1.0.0 |
| 91 | + |
| 92 | +### Added |
| 93 | + |
| 94 | +- Implement a 'Clear All Solo' function |
| 95 | + |
| 96 | +### Changed |
| 97 | + |
| 98 | +- Cleanup: remove excess debugging code |
| 99 | + |
| 100 | +## 0.9.2 |
| 101 | + |
| 102 | +### Added |
| 103 | + |
| 104 | +- Talkback bus control |
| 105 | + |
| 106 | +## 0.9.1 |
8 | 107 |
|
9 | | -**V0.9.0** |
10 | | -* Protocol update |
| 108 | +### Added |
11 | 109 |
|
12 | | -**V0.9.1** |
13 | | -* Feedback and Variables |
| 110 | +- Feedback and Variables |
14 | 111 |
|
15 | | -**V0.9.2** |
16 | | -* Talkback bus control |
| 112 | +## 0.9.0 |
17 | 113 |
|
18 | | -**V1.0.0** |
19 | | -* Implement a 'Clear All Solo' function |
20 | | -* Cleanup: remove excess debugging code |
| 114 | +### Changed |
21 | 115 |
|
22 | | -**V1.0.1** |
23 | | -* Fix typos on certain mute actions |
| 116 | +- Protocol update |
24 | 117 |
|
25 | | -**V1.0.2** |
26 | | -* Fix Repo URL in HELP.md |
| 118 | +## 0.5.0 |
27 | 119 |
|
28 | | -**V1.0.3** |
29 | | -* Fix remaining switch/toggle actions |
| 120 | +### Added |
30 | 121 |
|
31 | | -**V1.0.4** |
32 | | -* Fix DCA Channel count (16 not 8) |
| 122 | +- Initial release / testing |
| 123 | +- Fader, Mute, LED, Colors, Solo, Sends |
| 124 | +- With dynamic variables and Feedback |
0 commit comments