The EAR Production Suite is a set of VST® plugins and tools for producing immersive and personalizable audio content suitable for any Next Generation Audio codec. It is based on the Audio Definition Model (ITU-R BS.2076) and the ITU ADM Renderer (ITU-R BS.2127) and enables monitoring on any ITU-R BS.2051 loudspeaker configuration.
As title. This configuration option is in addition to the existing "Extensions" menu options in Reaper.
Implemented by making the UpdateChecker code shared between targets and splitting the UpdateChecker class into two separate classes - one to do the actual update checking and reporting back to the user (UpdateChecker), and one to handle the user settings file (UpdateCheckerSettingsFile - which is the only bit the Setup target needs).
UpdateCheckerSettingsFile can read and write to the relevant user setting file. Final screen of the setup process updated - UI shows a custom checkbox component to make it nice and big, and uses UpdateCheckerSettingsFile to store the user preference.
As title. This configuration option is in addition to the existing "Extensions" menu options in Reaper.
Implemented by making the UpdateChecker code shared between targets and splitting the UpdateChecker class into two separate classes - one to do the actual update checking and reporting back to the user (
UpdateChecker
), and one to handle the user settings file (UpdateCheckerSettingsFile
- which is the only bit the Setup target needs).UpdateCheckerSettingsFile can read and write to the relevant user setting file. Final screen of the setup process updated - UI shows a custom checkbox component to make it nice and big, and uses UpdateCheckerSettingsFile to store the user preference.