]>
git.rkrishnan.org Git - pihpsdr.git/log
c vw [Tue, 6 Oct 2020 08:44:08 +0000 (10:44 +0200)]
Alsa MIDI: support for multiple MIDI devices
c vw [Tue, 6 Oct 2020 08:09:38 +0000 (10:09 +0200)]
Cleaner diagnostic messages when using multiple MIDI devices
c vw [Tue, 6 Oct 2020 08:08:40 +0000 (10:08 +0200)]
Copy/Exchange *all* data for VFO-A>B etc. commands
c vw [Mon, 5 Oct 2020 08:34:38 +0000 (10:34 +0200)]
If compiled with -DSTRECHTED_CW, RigCtl CAT CW messages have a
slightly increased letterspace (from 3 to 3.5 dot length).
c vw [Fri, 25 Sep 2020 15:05:39 +0000 (17:05 +0200)]
cw menu: update VFO bar something changes, since cw speed and sidetone freq. are
displayed in the VFO bar.
c vw [Tue, 22 Sep 2020 13:12:32 +0000 (15:12 +0200)]
Make RX/TX transitions bullet-proof
c vw [Tue, 22 Sep 2020 10:19:19 +0000 (12:19 +0200)]
Initialize alex_attenuation when creating receiver.
c vw [Mon, 21 Sep 2020 15:58:40 +0000 (17:58 +0200)]
Enforce strict naming convention for constants in enums, to avoid
accidental namespace clashes.
c vw [Mon, 21 Sep 2020 15:57:50 +0000 (17:57 +0200)]
Enforce strict naming convention for constants in enums, to avoid
accidental namespace clashes.
c vw [Mon, 21 Sep 2020 15:57:32 +0000 (17:57 +0200)]
cosmetic changed to portaudio.c
c vw [Mon, 21 Sep 2020 15:56:46 +0000 (17:56 +0200)]
Don't release PTT automatically in keyer if it had been engaged before.
c vw [Mon, 21 Sep 2020 07:58:01 +0000 (09:58 +0200)]
Added $(LDFLAGS) to the Makefile
DL1YCF [Mon, 14 Sep 2020 20:24:10 +0000 (22:24 +0200)]
Adjust CW-sidetone-audio low-water-mark buffer management.
c vw [Mon, 14 Sep 2020 10:19:11 +0000 (12:19 +0200)]
Guard against missing MOX
c vw [Mon, 14 Sep 2020 10:17:12 +0000 (12:17 +0200)]
Take care to do the RX/TX transition when entering the keyer.
c vw [Mon, 14 Sep 2020 10:16:55 +0000 (12:16 +0200)]
Added an audio buffer underflow protection for CW side tone
c vw [Mon, 14 Sep 2020 07:23:21 +0000 (09:23 +0200)]
Fixed type in STRAIGHT keyer mode, thanks Graeme for pointing this out.
c vw [Sun, 13 Sep 2020 15:09:11 +0000 (17:09 +0200)]
.
c vw [Sun, 13 Sep 2020 14:37:59 +0000 (16:37 +0200)]
Do not "hide" Mic input widgets if they do not exist
c vw [Sun, 13 Sep 2020 14:37:43 +0000 (16:37 +0200)]
prevent overflow of mic device name buffer
c vw [Fri, 11 Sep 2020 11:41:45 +0000 (13:41 +0200)]
fixed typo
c vw [Fri, 11 Sep 2020 11:39:35 +0000 (13:39 +0200)]
It is no longer needed to use PORTAUDIO on RaspPi etc, since
the standard audio module now also runs a dual-latency strategy.
c vw [Fri, 11 Sep 2020 10:30:05 +0000 (12:30 +0200)]
Updated ALSA audio to low-latency for CW.
c vw [Thu, 10 Sep 2020 17:16:07 +0000 (19:16 +0200)]
Active latency management in portaudio module: keep ring buffer
water mark within reasonable bounds.
c vw [Thu, 10 Sep 2020 15:49:19 +0000 (17:49 +0200)]
Improved comment for activation of the alternate audio module
c vw [Thu, 10 Sep 2020 15:47:26 +0000 (17:47 +0200)]
remove superfl. comment
c vw [Wed, 9 Sep 2020 15:58:40 +0000 (17:58 +0200)]
Corrections that become important if sound devices named in the props file
are no longer present.
c vw [Wed, 9 Sep 2020 14:41:22 +0000 (16:41 +0200)]
Major overhaul of the PORTAUDIO audio module: explicitly control
the latency so we can have lare latency (no audio glitches) during
RX and small latency when doing CW.
c vw [Mon, 7 Sep 2020 17:42:41 +0000 (19:42 +0200)]
included <fcntl.h> since we call open() in the MIDI case
c vw [Mon, 7 Sep 2020 17:37:58 +0000 (19:37 +0200)]
oops2. Make ALSA the default audio module
c vw [Mon, 7 Sep 2020 17:37:01 +0000 (19:37 +0200)]
oops.
c vw [Mon, 7 Sep 2020 17:35:49 +0000 (19:35 +0200)]
Offer option to use PORTAUDIO (instead of plain ALSA) for audio
c vw [Mon, 7 Sep 2020 07:40:21 +0000 (09:40 +0200)]
Tied the timing of the CW keyer to the TX sample processing rather
than to a real-time clock, this may tie the side tone more closely
to the keyer state machine.
c vw [Mon, 7 Sep 2020 07:40:00 +0000 (09:40 +0200)]
Removed old interface to the CW keyer
Chef [Fri, 4 Sep 2020 15:15:42 +0000 (17:15 +0200)]
Reorganize code in sliders.c such that gtk_dialog_run is always the last
command to be executed in a function.
c vw [Wed, 26 Aug 2020 18:16:25 +0000 (20:16 +0200)]
Do "action" for radio button only if it is set active.
c vw [Tue, 25 Aug 2020 16:51:50 +0000 (18:51 +0200)]
Fix for using controller without Zoom/Pan sliders selected
DL1YCF [Sat, 22 Aug 2020 10:31:24 +0000 (12:31 +0200)]
Reverted storing the "Alex Attenuator" settings for each band,
since the step attenuator also are not treated like this.
c vw [Fri, 21 Aug 2020 14:51:39 +0000 (16:51 +0200)]
If CFLAGS is not set externally, use optimization!
c vw [Wed, 19 Aug 2020 14:56:49 +0000 (16:56 +0200)]
Hide "Mic In" button if local microphone is selected on startup
c vw [Wed, 19 Aug 2020 14:56:29 +0000 (16:56 +0200)]
Be more verbose on Orion Microphone/PTT settings
c vw [Tue, 18 Aug 2020 16:55:46 +0000 (18:55 +0200)]
Fixes from John.
c vw [Mon, 17 Aug 2020 13:26:39 +0000 (15:26 +0200)]
Make "gradient destroy" bullet-proof
c vw [Mon, 17 Aug 2020 13:13:03 +0000 (15:13 +0200)]
Manual merge with John's update (gradient fill, Janus support)
Chef [Fri, 14 Aug 2020 17:45:17 +0000 (19:45 +0200)]
Gradient fills for RX display.
c vw [Fri, 14 Aug 2020 16:55:54 +0000 (18:55 +0200)]
Found another reason for difficulties, KEEPALIVE won't help.
c vw [Fri, 14 Aug 2020 08:43:18 +0000 (10:43 +0200)]
Re-direct stdout and stderr to current work dir files
Chef [Mon, 10 Aug 2020 14:20:15 +0000 (16:20 +0200)]
Store equalizer settings by mode, such that you can have equalizer
settings for LSB and then, when switching to DIGU, have no
equalizer, and when switching back to LSB you have your original
settings back (just as with the noise reduction settings).
c vw [Thu, 6 Aug 2020 16:22:49 +0000 (18:22 +0200)]
Re-worked TCP setup a little bit, tried KEEPALIVE
c vw [Tue, 4 Aug 2020 14:05:46 +0000 (16:05 +0200)]
HermesLite2 PS feedback update
Chef [Sun, 26 Jul 2020 14:45:26 +0000 (16:45 +0200)]
polished indentation
Chef [Sun, 26 Jul 2020 14:42:55 +0000 (16:42 +0200)]
Switched to John's solution for the Zoom/Pan mutex problem
Chef [Sun, 26 Jul 2020 14:42:28 +0000 (16:42 +0200)]
Setting new NR/filter values when mode changed via band/bandstack change
DL1YCF [Sun, 26 Jul 2020 10:32:39 +0000 (12:32 +0200)]
Moving the "init" down was not good.
DL1YCF [Sat, 25 Jul 2020 14:40:59 +0000 (16:40 +0200)]
Do not keep binaries that do not reflect the current source code
version.
DL1YCF [Sat, 25 Jul 2020 14:40:26 +0000 (16:40 +0200)]
Manual merge with John's updates, made both repos as close as possible.
c vw [Thu, 23 Jul 2020 08:28:05 +0000 (10:28 +0200)]
Do GPIO init before autostart.
c vw [Thu, 23 Jul 2020 08:19:53 +0000 (10:19 +0200)]
Replaced by new version, file deleted
c vw [Thu, 23 Jul 2020 08:19:20 +0000 (10:19 +0200)]
went back from "pkg-config --libs-only"
c vw [Wed, 22 Jul 2020 08:21:44 +0000 (10:21 +0200)]
Use $(CC) rather than $(LD) for linking on Macintosh
c vw [Wed, 22 Jul 2020 08:07:35 +0000 (10:07 +0200)]
Improvements for PURESIGNAL on HERMESLITE2.
c vw [Mon, 20 Jul 2020 12:45:51 +0000 (14:45 +0200)]
Polished comment in send_resp()
c vw [Mon, 20 Jul 2020 12:18:25 +0000 (14:18 +0200)]
This is a sybling. Included for consistency with John's repo.
c vw [Mon, 20 Jul 2020 12:18:05 +0000 (14:18 +0200)]
New version from John's repo
c vw [Mon, 20 Jul 2020 12:17:29 +0000 (14:17 +0200)]
Manually include a debug output from John's version
c vw [Mon, 20 Jul 2020 12:17:10 +0000 (14:17 +0200)]
From John's repo
c vw [Mon, 20 Jul 2020 12:16:30 +0000 (14:16 +0200)]
Streamlining done with the MacPort's team
c vw [Mon, 20 Jul 2020 12:16:02 +0000 (14:16 +0200)]
manual merge with John's release version
c vw [Thu, 16 Jul 2020 15:07:22 +0000 (17:07 +0200)]
Manual merge with John's updates.
c vw [Fri, 10 Jul 2020 12:29:45 +0000 (14:29 +0200)]
fixed typo in the manual merge of the autostart option
c vw [Fri, 10 Jul 2020 12:28:27 +0000 (14:28 +0200)]
Manually merged from John: support for the switchable
preamp of first-generation HPSDR boards
c vw [Fri, 10 Jul 2020 12:27:45 +0000 (14:27 +0200)]
switched to autostart option from John's repo
c vw [Fri, 10 Jul 2020 12:26:44 +0000 (14:26 +0200)]
fused #ifdef/#ifndef pair
c vw [Fri, 10 Jul 2020 12:26:12 +0000 (14:26 +0200)]
MacOS.c/MacOS.h: improved comment on what is going on
c vw [Wed, 8 Jul 2020 14:38:33 +0000 (16:38 +0200)]
Put all TX tune related stuff in one row.
c vw [Wed, 8 Jul 2020 14:22:25 +0000 (16:22 +0200)]
Fixed possible bug.
c vw [Wed, 8 Jul 2020 14:11:29 +0000 (16:11 +0200)]
Fixed zoom/pan mutex blockade when changing the active RX
c vw [Wed, 8 Jul 2020 13:25:20 +0000 (15:25 +0200)]
Different MAC addresses for P1 and P2.
c vw [Wed, 8 Jul 2020 13:24:32 +0000 (15:24 +0200)]
a) auto-start option (only if compiled with AUTOSTART).
b) make it work with APIPA addresses
c vw [Wed, 8 Jul 2020 13:20:50 +0000 (15:20 +0200)]
Removed error that hides "tune use drive" button in TX menu
c vw [Mon, 15 Jun 2020 14:51:13 +0000 (16:51 +0200)]
included sys/socket.h
c vw [Mon, 15 Jun 2020 14:50:41 +0000 (16:50 +0200)]
removed the debug timing code
DL1YCF [Sun, 14 Jun 2020 10:01:20 +0000 (12:01 +0200)]
Made it work with MIDI or the Controller.
DL1YCF [Sun, 14 Jun 2020 10:00:51 +0000 (12:00 +0200)]
midi3.c: made "PAN" knob faster (10 pixels/tick)
c vw [Fri, 12 Jun 2020 12:57:21 +0000 (14:57 +0200)]
typo fixed
c vw [Fri, 12 Jun 2020 10:04:57 +0000 (12:04 +0200)]
added MacOS.c and MacOS.h
c vw [Fri, 12 Jun 2020 10:03:07 +0000 (12:03 +0200)]
removed debug output
c vw [Fri, 12 Jun 2020 08:07:12 +0000 (10:07 +0200)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr
c vw [Fri, 12 Jun 2020 08:02:05 +0000 (10:02 +0200)]
Some changes suggested by ra1nb0w@github
c vw [Fri, 12 Jun 2020 07:59:09 +0000 (09:59 +0200)]
RigCtl debug: produce timing info only if RIGCTL_TIMING is #defined
c vw [Fri, 12 Jun 2020 07:58:22 +0000 (09:58 +0200)]
MacOS startup stuff moved to MacOS.c
c vw [Fri, 12 Jun 2020 07:57:19 +0000 (09:57 +0200)]
MacOS: include header file "MacOS.h" to implement clock_gettime and clock_nanosleep
c vw [Thu, 11 Jun 2020 14:52:27 +0000 (16:52 +0200)]
small correction
c vw [Thu, 11 Jun 2020 14:27:46 +0000 (16:27 +0200)]
Better debug messages including timinigs
removed serial file descriptor as global
c vw [Wed, 10 Jun 2020 10:44:46 +0000 (12:44 +0200)]
Make send_resp terminate under all circumstances
c vw [Thu, 28 May 2020 13:33:47 +0000 (15:33 +0200)]
Re-worked startup for MacOS
c vw [Thu, 28 May 2020 09:13:00 +0000 (11:13 +0200)]
small corrections to MacOS-related files
c vw [Thu, 28 May 2020 08:22:56 +0000 (10:22 +0200)]
brew.init: MacOS shell script to initialize Linux-style
delelopment environment
c vw [Thu, 28 May 2020 08:22:12 +0000 (10:22 +0200)]
README.MacOS: updates
c vw [Thu, 28 May 2020 08:21:58 +0000 (10:21 +0200)]
Makefile.mac: updates