Skip to content

Release 1.912

Pre-release
Pre-release
Compare
Choose a tag to compare
@QuantAsylum QuantAsylum released this 22 Jun 18:05
· 2 commits to master since this release
1ab5ab9

Release 1.912 (June 2020)

  • Enabled phase on AMP FreqResponseChirp. This used a centered-IR approach to display the phase, but in environments with lots of delay you may still see errant results.
  • Added autodoc generation. This has touched every plugin, so be on the lookout for changed behavior. Some field names have changed to unify them across plugins, and as a result you might see a one-time error on the first time a plugin is used. The autodoc allows the plugin documentation to be updated by running the QA401 application with a -h command line option. This will emit a *.md file in the QA401 data directory. That file has been placed in the wiki located here
  • Plugin menu has a option at the bottom to go directly to the wiki so you can readily reference field names.
  • Added ability to re-run last plugin via F3 key. This should save a bit of time navigating menus when building graphs with many traces.
  • removed a change introduced a few months back where user state was preserved across plugin use. For example, if the main screen had 0dB of input offset, and you ran a plugin that had -6 dB of input offset, the plugin offset didn't persist. But this was causing problems with errant state. And it's not clear what is really the expected/preferred way here. So, for now, the ability to preserve state across plugin runs has been removed.
  • The state issue above has hopefully fixed the need to press buttons twice sometimes. A lot of logic was cleaned up.
  • There is now the ability to export a chirp WAV. This is for an upcoming feature where you'll be able to play a chirp wav from a DAC and capture it in the analyzer. This will allow measuring devices that don't have an analog input once it is ready.