Skip to content
Snippets Groups Projects
  1. Nov 14, 2017
    • kmichaelfox's avatar
      Fix AudioNode and RecordNode state updating · 33f325b3
      kmichaelfox authored
      33f325b3
    • kmichaelfox's avatar
    • kmichaelfox's avatar
      Fix bug with data channel and audio monitor · 13643da8
      kmichaelfox authored
      DataChannel objects are copied when they are prepped for acquisition. Also, the copy constructor for DataChannel did not inherit the recording, enabled, or monitored state from the original when it is copied.
      
      Changing the state during acquisition resulted in changing the copy as desired, but not updating the original. Stopping acquisition and resuming would not be up to date with user configuration. Changing state before enabling acquisition would not propagate to the copy, because the copy constructor hardcoded the value. Both of these issues were changed in this commit.
      
      Since RecordNodes are handled in the same way, it is likely that this bug exists there too. However that behavior has not been changed yet.
      13643da8
  2. Nov 09, 2017
  3. Nov 08, 2017
  4. Nov 07, 2017
  5. Nov 06, 2017
  6. Nov 05, 2017
  7. Nov 03, 2017
  8. Nov 02, 2017
  9. Nov 01, 2017
  10. Oct 30, 2017
  11. Oct 28, 2017
Loading