L-Acoustics / avdecc

A set of open source libraries for controlling AVB entities using the AVDECC (IEEE 1722.1) protocol compliant to Avnu Milan Specifications
GNU Lesser General Public License v3.0
90 stars 21 forks source link

Incorrect dynamic mappings tracking when "replacing" a mapping without removing first #146

Closed christophe-calmejane closed 10 months ago

christophe-calmejane commented 10 months ago

In some cases, the controller is not properly replacing a dynamic mapping when it's not removed first.

eg. With an existing mapping: { 0, 0 => 0, 0 } being replaced by { 1, 0 => 0, 0 }