===============================================================================
ScopeView - SDR# plug-in                                updated 24 October 2022
===============================================================================

 - Original code by Bob Rich
 - Updated code by thewraith2008

Description:
 ScopeView adds a simple audio scope to the plugin sidebar (in SDR#).

 ScopeView has been updated for use with SDR# 1362+
 - Only tested on SDR# v1.0.0.1700
 - Only tested on SDR# v1.0.0.1854 - limit testing (see changelog below)
 - Nothing has been changed to how it's features work.


===============================================================================
To use:

 Copy 'SDRSharp.ScopeView.dll' to your SDR# folder

 Add following line to 'Plugins.xml' in your SDR# folder.

   <add key="ScopeView" value="SDRSharp.ScopeView.ScopeViewPlugin,SDRSharp.ScopeView" />


 Works best when 'Filter Audio' is enabed in SDR# side menu > Audio


===============================================================================
Changelog:

 v1.0.3.0 - Released

 Changed: Assembly info
 - No funtional changes

 HASH: 8adfda3b57404f83bb2d9d70e0a39a56

===============================================================================

 v1.0.2.0 - Released

 Changed: Refactored code
 Changed: Improvement so looks better with Telerik UI
 Added: Enable button

 NOTE: While plug-in works in newer SDR# version v1854+, because of the smaller
        audio buffer it causes stuttering sometimes.
       I will need to add a larger buffer sometime.


 HASH: 1f0a2b4b12a1b6cc4b6687efcafd945f

===============================================================================

 v1.0.1.0 - Initial Update

 - Updated to work with .NET 4.6
 - Fixed plug-in to address changes in the SDR# plug-in interface that have
    occurred since plug-in was last changed around SDR# v1.0.1132 (2013)
 - Doubled the amplitude range (slider).


 HASH: 723c6ee694bcdf5fbabac75afd4a3520

===============================================================================

Source code for this update downloaded from:
 http://the.midnightchannel.net/sdr/SDRSharp_Plugins/bobrich/