danmechanic / glucid

Provides a Python api and simple CLI interface to the Lucid 8824 AD/DA audio converter via its RS232 Serial Connection
GNU General Public License v3.0
1 stars 1 forks source link

xglucid interface requires two reads for volume controls #3

Closed danmechanic closed 5 years ago

danmechanic commented 5 years ago

just noticed this when trying to build an osx binary...

reproduce; change volume, first read in xglucid will reflect +4.... second read will reflect proper values.

danmechanic commented 5 years ago

fixed. setting the link value before setting individual channel gains fixed this. setting the link value after triggered the channels to update.

closed.