Digital Number Control mouse action

2023-02-09 Thread Elmore's
Although I didn’t find any reference to the use of a mouse with the Control in 
the documentation, I discovered that the mouse can be used.

However. it seems to be inconsistent. At one point the buttons would increase 
the selected digit and then suddenly change to decrease the selected digit. I 
thought at one point I saw one button increase while the other decreased the 
digit. However, I could not repeat this behavior. This would certainly be the 
desired behavior.

Any comments on this? Am I doing something wrong?

Jim




--
This email has been checked for viruses by AVG antivirus software.
www.avg.com

Re: compiling GR 3.10.5.1 with ENABLE_GR_SOAPY=ON

2023-02-09 Thread aardric
It was the line in the second paragraph "Be aware, however, ABI versions
on the v0.8 development branch..." that threw me. I was also confused
about the third paragraph "If building SoapySDR from source, especially
for use with a pre-packaged GNU Radio release, use the SoapySDR `maint`
branch. " Perhaps I have misunderstood what was being said here. With
packages constantly evolving, I don't know how to keep these pages relevant.

On 2023-02-09 11:04, Jeff Long wrote:
>  From the Wiki:
> -
> Versions
> Currently, SoapySDR 0.7.2 or higher is required. Note that Ubuntu 18.04
> and Debian 10 provide an older version. Recent Ubuntu and Fedora
> releases provide a new enough version.
> -
>
> CMake is not meant to be understood by people. Sometimes not even
> computers. You would think that specifying a version in find_package()
> would imply that you need that particular version, but I think it
> generally means that is a minimum version. There are ways of specifying
> an exact version. It's the files installed with SoapySDR
> (SoapySDRConfig.cmake and SoapySDRConfigVersion.cmake) that actually
> decide what to do with the version parameter.
>
> All that to say ... it's confusing, but I'm not sure how to document it
> any better on the wiki. If anyone has ideas, we can update it.
>
> On Thu, Feb 9, 2023 at 1:26 PM  > wrote:
>
> The section on Versions in https://wiki.gnuradio.org/index.php/Soapy
> 
> Moreover, I also based the decision to use 0.7 on the line
> find_package(SoapySDR 0.7.2) in CMakeLists.txt of gr-soapy.
>
> Rick
>
>
> On 2023-02-09 02:47, Jeff Long wrote:
>  >     Could you point out where on the wiki page we recommend not using
>  >     the distro version of SoapySDR? The distro install would have
> been
>  >     my first choice.
>  >
>
>




Re: compiling GR 3.10.5.1 with ENABLE_GR_SOAPY=ON

2023-02-09 Thread Jeff Long
>From the Wiki:
-
Versions
Currently, SoapySDR 0.7.2 or higher is required. Note that Ubuntu 18.04 and
Debian 10 provide an older version. Recent Ubuntu and Fedora releases
provide a new enough version.
-

CMake is not meant to be understood by people. Sometimes not even
computers. You would think that specifying a version in find_package()
would imply that you need that particular version, but I think it generally
means that is a minimum version. There are ways of specifying an exact
version. It's the files installed with SoapySDR (SoapySDRConfig.cmake
and SoapySDRConfigVersion.cmake) that actually decide what to do with the
version parameter.

All that to say ... it's confusing, but I'm not sure how to document it any
better on the wiki. If anyone has ideas, we can update it.

On Thu, Feb 9, 2023 at 1:26 PM  wrote:

> The section on Versions in https://wiki.gnuradio.org/index.php/Soapy
> Moreover, I also based the decision to use 0.7 on the line
> find_package(SoapySDR 0.7.2) in CMakeLists.txt of gr-soapy.
>
> Rick
>
>
> On 2023-02-09 02:47, Jeff Long wrote:
> > Could you point out where on the wiki page we recommend not using
> > the distro version of SoapySDR? The distro install would have been
> > my first choice.
> >
>
>
>


Re: compiling GR 3.10.5.1 with ENABLE_GR_SOAPY=ON

2023-02-09 Thread aardric
The section on Versions in https://wiki.gnuradio.org/index.php/Soapy
Moreover, I also based the decision to use 0.7 on the line
find_package(SoapySDR 0.7.2) in CMakeLists.txt of gr-soapy.

Rick


On 2023-02-09 02:47, Jeff Long wrote:
> Could you point out where on the wiki page we recommend not using
> the distro version of SoapySDR? The distro install would have been
> my first choice.
>




Re: compiling GR 3.10.5.1 with ENABLE_GR_SOAPY=ON

2023-02-09 Thread Jeff Long
>
> Could you point out where on the wiki page we recommend not using the
> distro version of SoapySDR? The distro install would have been my first
> choice.