Skip to content

Releases: PepperDash/epi-biamp-tesira

v2.6.0-feature-4-series.4

28 Jun 17:48
Compare
Choose a tag to compare
Pre-release

2.6.0-feature-4-series.4 (2024-06-28)

Bug Fixes

  • adds in compiler directive for 3-series support and removes TX/RX console print messages (8378321)

v2.6.0-feature-4-series.3

11 Jun 15:54
Compare
Choose a tag to compare
Pre-release

2.6.0-feature-4-series.3 (2024-06-11)

Bug Fixes

  • update DeviceInfo getter to not return null (8395a55)

v2.6.0-feature-4-series.2

11 Jun 03:33
Compare
Choose a tag to compare
Pre-release

2.6.0-feature-4-series.2 (2024-06-11)

Features

  • Adds IDeviceInfoProvider to TesiraDsp (dd3fd21)

2.5.2-hotfix-105

03 Jun 17:39
Compare
Choose a tag to compare
2.5.2-hotfix-105 Pre-release
Pre-release
Merge tag 'v2.5.2-alpha-103' into hotfix/fader-outside-minMax

v2.6.0-feature-4-series.1

21 May 23:01
Compare
Choose a tag to compare
Pre-release

2.6.0-feature-4-series.1 (2024-05-21)

Features

  • switches from old IHasDspPresets to IDspPresets (f5763c6)

v2.5.2-feature-4-series.2

17 May 03:40
Compare
Choose a tag to compare
Pre-release

2.5.2-feature-4-series.2 (2024-05-17)

Bug Fixes

  • removes non .NET3.5CF compatibly syntax and adds compiler directives (e9abff2)

v2.5.2-feature-4-series.1

17 May 03:34
Compare
Choose a tag to compare
Pre-release

v1.0.0-feature-4-series.1

17 May 03:20
Compare
Choose a tag to compare
Pre-release

1.0.0-feature-4-series.1 (2024-05-17)

Bug Fixes

  • #85: fix voip line 2 call status update (b5a3620)
  • Add Index to Switcher DoPoll command (66c4c2e)
  • Add offset Poll JoinNumber (0818060)
  • added statusmonitor start (84c2ede)
  • adds null reference check on a stopping program event. (e2b0133)
  • all commands go through the queue (958c6af), closes #89
  • bridge now uses label property for labels. (94c4f56)
  • fix issue where dialer wouldn't properly link API to the dial keys (7ac8fe4)
  • fix issue where Faders would attempt to subscribe twice in quick succession, missing the level subscription (802f101)
  • fix issue where router blocks could be added to watchdog (645fc22)
  • fix issue where State controls wouldn't raise the proper event when their status changed. (c4cfb4a)
  • fix issue where the string 'Dialer' was being inserted in the key for the Tesira Dialer (740d938)
  • force-patch: generate new version (9bae2cb)
  • force-patch: generate new version (fedccf9)
  • issue where instance tags with spaces would cause issues with named subscriptions (26afe73)
  • missing semicolon (7472fa7)
  • not adding all controls to Device Manager (c628357)
  • pots dial button hangup. (d1d614d)
  • pots hangup (b30a8cd)
  • remove subscription request for router blocks (4b30c3a), closes #72
  • removes old build action scripts (c1f7b60)
  • SendFullCommand get input handling (a2cf654)
  • standalone Presets (443cd8a)
  • subsequent dsp expander device information would fail to parse if a previous device reports a fault (e9c31ff)
  • switcher interval polling not running (a31a8b1)
  • typo in README Switcher Example (000f9b2)
  • udpated GetSourceNames debug statements to change from level 0 to 2 (a019e41)
  • Update plugin to properly conform with ICommunicationMonitor (9b953ae)
  • update poll cmd for sourceSelectors (3adfa14)
  • updated GetSourceNames method to resolve invalid cast exception (25888df)
  • Updated LinkToApi digital preset selection to reference RecallPreset() method. fix: Updated RecallPreset() method to reference 'tesiraDsp.PresetData.PresetName'. If defined recall preset by name, else fall back to recalling preset by ID if > 0. (c9f83de)
  • Updates to TesiraDspSwitcher to support source selector feedback (89c6467)
  • watchdog would continueally trigger on faders (6a5a09f)

Features

  • 4-Series built (1753717)
  • add deviceInfo and StatusMonitor to individual tesira expanders (683621d)
  • add discrete polling signal for Routers (9142dad)
  • Add RS232 Support (298924e)
  • added '{key}-queue' to subscription thread, updated packages.config to reference Essentials 1.10.0 (f80170f)
  • RS232 Support Finalized (c7841d0)
  • updates TesiraDspFaderControl to implement IBasicVolumeWithFeedbackAdvanced for raw level feedback (04b221b)

2.5.2-alpha-103

01 May 15:39
8fc33bc
Compare
Choose a tag to compare
2.5.2-alpha-103 Pre-release
Pre-release
Update README.md

Added warnings for Biamp FW 4.7.2 and Essentials releases.

2.5.2-hotfix-102

22 Apr 21:00
Compare
Choose a tag to compare
2.5.2-hotfix-102 Pre-release
Pre-release
fix: fader sending values outside valid range; sliders unable to goto…