Search found 60 matches
- Fri Feb 21, 2020 7:14 am
- Forum: Off-Topic
- Topic: .NET/Python developer resources
- Replies: 10
- Views: 10561
Re: .NET/Python developer resources
Hello Ryan, Error CS0535 'ZoomFFTPlugin' does not implement interface member 'ISharpPlugin.Gui' This is normal behavior for the code you inserted. You literally told the code to throw that error. public UserControl Gui => throw new NotImplementedException() ; The Gui that SDR# is looking for, as you...
- Wed Feb 19, 2020 9:52 pm
- Forum: Off-Topic
- Topic: .NET/Python developer resources
- Replies: 10
- Views: 10561
Re: .NET/Python developer resources
Hi Ryan, Your solution will not compile because as you mention, the dll files referenced can not be resolved. This means: Visual Studio can not find those those referenced dll files. This is because the person who wrote the ZoomFFT plugin has those files on their own machine, probably in a different...
- Sat Feb 15, 2020 8:53 am
- Forum: Off-Topic
- Topic: .NET/Python developer resources
- Replies: 10
- Views: 10561
Re: .NET/Python developer resources
Hello, just though I would make some observations here... The plug-in manager, I realize, itself is a third-party plug-in. It does not cleanup well. I designed the Plugin Manager. It does exactly what it is supposed to do. It leaves behind the original DLL files because the plugin manager is designe...
- Wed Dec 25, 2019 8:01 am
- Forum: User Projects
- Topic: Merry Christmas - New Plugin!
- Replies: 0
- Views: 4944
Merry Christmas - New Plugin!
Merry Christmas everyone. I want to take the time to wish all of you and you loved ones a very Merry and safe Christmas. I have relased a new plugin as my Christmas present to you all. ExtendedFFT.png The new plugin is available for download here: https://www.SDRPlugins.com/downloads It is an IF FFT...
- Tue Oct 15, 2019 8:28 am
- Forum: User Projects
- Topic: SDR# Contour Shuttle Express Plugin - Released
- Replies: 6
- Views: 22868
- Wed Mar 20, 2019 6:11 am
- Forum: User Projects
- Topic: SDR# Contour Shuttle Express Plugin - Released
- Replies: 6
- Views: 22868
Re: SDR# Contour Shuttle Express Plugin - Released
Hello everyone I have released the next iteration of the Shuttle Plugin. It now supports many new functions such as a band switch for AM, FM, Air, and various meter bands as well as the ability to use the buttons to change the jog and shuttle wheel mappings in real time from the shuttle itself. You ...
- Tue Nov 13, 2018 6:43 am
- Forum: User Projects
- Topic: SDR# Contour Shuttle Express Plugin - Released
- Replies: 6
- Views: 22868
Re: SDR# Contour Shuttle Express Plugin - Released
Hello EA4ALX
Is it possible you could contact me. Yes I would like to involve you in the development for addin the Shuttle Express features if your interested.
Thanks,
Eddie
Is it possible you could contact me. Yes I would like to involve you in the development for addin the Shuttle Express features if your interested.
Thanks,
Eddie
- Tue Nov 06, 2018 8:08 am
- Forum: Off-Topic
- Topic: need to identify diode
- Replies: 4
- Views: 21035
Re: need to identify diode
That looks to me like a Zener Diode (because of the light blue band). The black band may be perhaps tolerance value?
- Sun Nov 04, 2018 2:52 am
- Forum: Off-Topic
- Topic: SDR# FFT screen scraping
- Replies: 1
- Views: 15087
Re: SDR# FFT screen scraping
You know, this is just a comment but... Instead of using spy++ to spy on the running spectrum analyzer, why not just implement Spectrum Analyzer interface provided by SDR# exactly for this purpose? In fact, the spectrum analyzer actually supplies a function that allows you export the graphics data o...
- Fri Oct 26, 2018 4:21 am
- Forum: User Projects
- Topic: SDR# Contour Shuttle Express Plugin - Released
- Replies: 6
- Views: 22868
SDR# Contour Shuttle Express Plugin - Released
Hello All,
I have released the plugin that provides native support for the Contour Shuttle Plugin V2 in SDR#.
Download link: https://SDRplugins.com/downloads
Thanks,
Eddie
I have released the plugin that provides native support for the Contour Shuttle Plugin V2 in SDR#.
Download link: https://SDRplugins.com/downloads
Thanks,
Eddie