Commit Graph

657 Commits

Author SHA1 Message Date
Charles J. Cliffe 1d5a2f1ac7 Fix for an initial priming overload and visuals memory leak 2015-08-12 21:45:02 -04:00
Charles J. Cliffe 9de7bc95fb meter visual fix, tuner refresh fix 2015-08-12 20:05:57 -04:00
Charles J. Cliffe 33d51b2bff Improve input response time, balance visuals, fix a bug 2015-08-12 19:39:11 -04:00
Charles J. Cliffe 8bce632982 Add some sleep to AppFrame idle to prevent it from chewing up too much CPU while minimized 2015-08-12 18:16:53 -04:00
Charles J. Cliffe 6ae02bee9c Frame timer too jittery for anything but OSX, back to throttling which looks nicer.. 2015-08-12 18:07:06 -04:00
Charles J. Cliffe d2dbb2ff11 OSX re-tweak, might need a more accurate frame timer for windows.. 2015-08-12 16:47:35 -04:00
Charles J. Cliffe acd856646f Windows frame timing tweaks 2015-08-12 00:33:42 -04:00
Charles J. Cliffe 706a113459 Functional waterfall speed control from 1->1024 lines per second 2015-08-11 23:52:03 -04:00
Charles J. Cliffe a9181594e2 Fixes a rare crash while testing.. 2015-08-11 22:25:49 -04:00
Charles J. Cliffe 0c1f3149ac Whoops.. I can has memory leak? 2015-08-11 22:11:54 -04:00
Charles J. Cliffe 655e4da1dc Update post-input IQ visual out queue to ReBuffer<>
+ float is no longer enough for FFT zoom resolution :D
2015-08-11 21:49:42 -04:00
Charles J. Cliffe 847f7a7569 Automatic ReBuffer<> garbage collection of unused buffers 2015-08-11 21:19:55 -04:00
Charles J. Cliffe f4640094b8 Crank up the waterfall zoom limits for more detail :) 2015-08-11 20:37:46 -04:00
Charles J. Cliffe 8494ce3f18 FFTDataDistributor "lines per second" rate control 2015-08-11 19:03:46 -04:00
Charles J. Cliffe 0802f7b756 Experimenting with max speed waterfall (no dropped FFTs :)
- FFT Detail from zoomed-in views is greatly improved with the
additional data
2015-08-11 00:50:43 -04:00
Charles J. Cliffe 6ac4661e2e Merge pull request #127 from cjcliffe/master
Digital lab update
2015-08-10 19:11:18 -04:00
Charles J. Cliffe dfd02c1b12 Merge pull request #126 from cjcliffe/ui_visuals_to_panels
Refactoring, clean-up, GLPanels
2015-08-10 19:07:54 -04:00
Charles J. Cliffe c4cde423f9 theme refresh fix, set waterfall panel bg 2015-08-10 18:45:46 -04:00
Charles J. Cliffe c60a5aa019 frame timing adjustment 2015-08-10 18:30:22 -04:00
Charles J. Cliffe 1fd380d2fb Re-usable SpectrumPanel to replace SpectrumContext 2015-08-10 00:33:31 -04:00
Charles J. Cliffe 2f0d6b9c75 Re-usable WaterfallPanel to replace WaterfallContext 2015-08-09 23:00:51 -04:00
Charles J. Cliffe c970f8d5db Transform error for scope divider / center line 2015-08-09 13:23:58 -04:00
Charles J. Cliffe db8e7a68d0 Re-usable ScopePanel to replace ScopeContext Plot 2015-08-09 12:51:01 -04:00
Charles J. Cliffe aa6e612d6a Move processor call out of scope canvas 2015-08-08 14:52:01 -04:00
Charles J. Cliffe 8b48b4e449 set swap interval down to 1; frames are timed instead of throttled now 2015-08-08 14:31:23 -04:00
Charles J. Cliffe 9d4f933758 synchronized refresh timer at 30fps, remove osx frame limiter hack
- Tuning, Gain and Mode selector canvases no longer refresh unless
necessary
- Hopefully resolves refresh issues on El Capitan and others
2015-08-08 13:26:53 -04:00
Charles J. Cliffe 5f96f4c839 Merge pull request #124 from cjcliffe/ui_visuals_to_panels
Ui visuals to panels
2015-08-04 17:09:07 -04:00
Charles J. Cliffe bab2ad3780 cleanup 2015-08-03 23:41:37 -04:00
Charles J. Cliffe 00713c0259 unused var, comment cleanup 2015-08-03 02:12:11 -04:00
Charles J. Cliffe 2cff389d6b SpectrumVisualProcessor now working, cleanup, refactoring 2015-08-03 01:38:38 -04:00
Charles J. Cliffe 560eec1336 ScopeVisualProcessor now working 2015-08-01 11:03:00 -04:00
Charles J. Cliffe cd0adb0339 Bad header def.. 2015-07-31 21:48:49 -04:00
Charles J. Cliffe c448070319 Spectrum, Waterfall new headers 2015-07-31 21:47:44 -04:00
Charles J. Cliffe 77f172027e Spectrum, Waterfall processor prep 2015-07-31 21:47:21 -04:00
Charles J. Cliffe e616ae1ebb ScopeVisualProcessor header.. 2015-07-31 21:44:25 -04:00
Charles J. Cliffe 8dfd94df8d ScopeVisualProcessor cleanup 2015-07-31 21:33:31 -04:00
Charles J. Cliffe 6f3d9a6c82 visual process template tweaks, full() logic error fix 2015-07-31 21:28:14 -04:00
Charles J. Cliffe 61add8ae09 VisualProcessor now a template base, more tweaking needed 2015-07-31 21:03:17 -04:00
Charles J. Cliffe b2d4cf8f9c Merge pull request #122 from cjcliffe/ui_visuals_to_panels
MSVC and TDMGCC fixes
2015-07-31 18:35:29 -04:00
Charles J. Cliffe 3fbb1def49 MSVC and TDMGCC fixes 2015-07-31 18:21:30 -04:00
Charles J. Cliffe 5033d6f5d8 Merge ui panel code and refactoring 2015-07-30 21:53:29 -04:00
Charles J. Cliffe c1774ee96a Cleanup / refactor "pipe" names for clarity 2015-07-30 20:36:06 -04:00
Charles J. Cliffe 10e35002f1 AudioThread & demod worker IOThread queues, cleanup 2015-07-30 19:30:46 -04:00
Charles J. Cliffe 5bbcf7aa11 DemodulatorThread visual out queue /w IOThread::onBindOutput 2015-07-30 00:52:00 -04:00
Charles J. Cliffe 0a9dd7692a DemodulatorThread convert to IOThread named queues 2015-07-30 00:28:53 -04:00
Charles J. Cliffe d53aabf73a DemodulatorPreThread convert to IOThread named queues 2015-07-29 22:52:54 -04:00
Charles J. Cliffe 0d66c92f30 SDRDeviceInfo cleanup 2015-07-29 22:19:00 -04:00
Charles J. Cliffe 1f6276d090 SDRThread convert to IOThread named queue handler 2015-07-29 22:01:13 -04:00
Charles J. Cliffe 05cd99bbf1 IOThread all the things! 2015-07-29 20:57:02 -04:00
Charles J. Cliffe 3ab8669d06 Initial IOThread prototype 2015-07-29 18:34:58 -04:00
Charles J. Cliffe 2d8c2800cb more ReBuffer<> updates 2015-07-28 22:14:48 -04:00
Charles J. Cliffe f731602017 initial ScopeVisualProcessor, ReBuffer template 2015-07-28 21:56:39 -04:00
Charles J. Cliffe 52e6de5f9d prep code from waterfall/spectrum setData 2015-07-28 18:19:39 -04:00
Charles J. Cliffe 10bc0c8ec5 spectrum + waterfall processor init 2015-07-27 22:30:25 -04:00
Charles J. Cliffe 0198f2410f basic visual data pass-thru distributor 2015-07-27 22:05:35 -04:00
Charles J. Cliffe 090062191c Visual processor basic framework 2015-07-27 21:45:24 -04:00
Charles J. Cliffe a8e24d5537 Visual Processor prototype
link data -> visuals with common processing pipeline, chainable
2015-07-27 21:20:44 -04:00
Charles J. Cliffe 8cd018d510 Add desktop launcher info for linux 2015-07-26 19:47:43 -04:00
Charles J. Cliffe 924f519d42 Merge pull request #116 from cjcliffe/master
update ui_controls
2015-07-21 01:12:06 -04:00
Charles J. Cliffe 88c1bb5d51 Merge pull request #115 from cjcliffe/master
update lab
2015-07-21 01:11:16 -04:00
Charles J. Cliffe 19f9b7ab70 MSVC fixes 2015-07-21 00:59:18 -04:00
Charles J. Cliffe 6eee444e1d Fix wxT format specifier 2015-07-21 00:16:08 -04:00
Charles J. Cliffe 2b86176625 fix for center freq. save/load 2015-07-21 00:04:04 -04:00
Charles J. Cliffe 9843f85086 Save center frequency 2015-07-20 22:51:19 -04:00
Charles J. Cliffe ddedc984b0 Duplicate default config to new config files 2015-07-20 22:09:36 -04:00
Charles J. Cliffe 13139c7dbf Add configuration name at command line via -c or --config
sets up framework for more command line options as well.
2015-07-20 18:39:45 -04:00
Charles J. Cliffe 5c0aee5ecb Merge pull request #113 from cjcliffe/master
Update ui_controls
2015-07-20 00:03:32 -04:00
Charles J. Cliffe 6b61943fba Merge work from @Dantali0n to digital_lab branch, thanks\! 2015-07-20 00:00:50 -04:00
Charles J. Cliffe 57e988572f type updates 2015-07-19 23:19:10 -04:00
Charles J. Cliffe 6beeb70549 Disable I/Q AGC when gain < 0.25 2015-07-19 15:34:06 -04:00
Charles J. Cliffe 927de58e4e reduce excessive re-saving of config 2015-07-19 12:56:54 -04:00
Charles J. Cliffe db434348a4 save frequency snap value 2015-07-18 21:49:53 -04:00
Charles J. Cliffe 8827ff9e26 add some missing init vars causing problems with new demod 0/false value checks 2015-07-18 17:03:29 -04:00
Charles J. Cliffe 9bd7ebf07a Set raw demod type before bandwidth to prevent crash from previous bw setting 2015-07-17 22:27:38 -04:00
Charles J. Cliffe be1055a2c7 reduce demod I/Q AGC bandwidth for better raw output 2015-07-17 19:14:39 -04:00
Charles J. Cliffe 364e1333f5 Merge pull request #111 from cjcliffe/master
update
2015-07-17 01:04:02 -04:00
Charles J. Cliffe 9c9e82cffc Save window maximized state 2015-07-16 18:57:03 -04:00
Charles J. Cliffe 291ec7038a Save window position and theme on exit 2015-07-15 00:32:36 -04:00
Charles J. Cliffe 425927fb9e visual studio fixes 2015-07-14 20:27:32 -04:00
Charles J. Cliffe f41c14f56c linux gcc error related fixes 2015-07-14 19:44:19 -04:00
Charles J. Cliffe 1fdaa112ea basic startup tweaks...
;)
2015-07-08 23:32:30 -04:00
Charles J. Cliffe 6e20f11680 Deprecate offset setting in session to avoid device conflict
Possible fix for session loading memory leak; may sometimes buffer IQ
data to demodulators loaded outside of the current center and bandwidth
that should be inactive.
2015-07-08 19:25:22 -04:00
Charles J. Cliffe f86950b334 Fix startup config access issues, init race 2015-07-08 18:54:52 -04:00
Charles J. Cliffe b762d4d118 Save offset, direct sampling mode and i/q swap per device 2015-07-08 01:07:39 -04:00
Charles J. Cliffe c728ddc45b Assume Mhz if input <= 3000 with no suffix, require suffix of 'hz' below 3001hz 2015-07-06 23:15:18 -04:00
Charles J. Cliffe 59b8c41906 border fix 2015-07-06 23:05:49 -04:00
Charles J. Cliffe 27aacb001e basic automatic font size 2015-07-05 21:09:00 -04:00
Charles J. Cliffe 237a7ad06f Separate transform calc and render 2015-07-05 19:10:48 -04:00
Charles J. Cliffe 5ac0dc8c41 simplify alt. coordinate sys on panel contents only, y-up otherwise 2015-07-05 18:54:46 -04:00
Dantali0n fe37d50bd9 Finished digital data buffer with vectors 2015-07-03 11:29:52 +02:00
Charles J. Cliffe 48308145b7 add GLTextPanel, initial work on nested coordinate systems 2015-07-01 00:34:32 -04:00
Charles J. Cliffe b28c8dbc3e Move static fonts to GLFont 2015-06-30 23:07:39 -04:00
Dantali0n 74255606df Implementing digital data buffer with vectors 2015-06-29 21:55:21 +02:00
Charles J. Cliffe 26ca557349 Experimental raw I/Q output mode 2015-06-27 23:23:43 -04:00
Charles J. Cliffe 8ccb060237 margin tweaks 2015-06-27 01:55:39 -04:00
Charles J. Cliffe c770a0e20e Margin now specified in pixels 2015-06-27 01:26:07 -04:00
Charles J. Cliffe df978cef89 unify min/max/mid, use vmin/vmax for border 2015-06-26 22:18:49 -04:00
Charles J. Cliffe 8753be05e7 Import cubicvr2 math; implement for GLPanel 2015-06-26 22:04:16 -04:00
Charles J. Cliffe f2601edaa1 Borders, mixed coordinate preparations 2015-06-22 22:07:46 -04:00
Charles J. Cliffe adbb853c6d GLPanel gradient background fills 2015-06-21 11:58:14 -04:00
Charles J. Cliffe ab438738aa Fix conflict with wx RGBColor struct 2015-06-21 10:51:13 -04:00
Charles J. Cliffe 4ee791ac0c Initial GLPanel prototype, testing nested layouts 2015-06-20 20:19:52 -04:00
Dantali0n cac5d0b9ea digital output 'buffer' and fix ifdef 2015-06-18 22:07:53 +02:00
Charles J. Cliffe 20f537b37b Fix for loading offset frequency properly from session.. 2015-06-11 19:59:08 -04:00
Charles J. Cliffe 6c016a7199 More sample rates, unify defaults
- also fix possible crash related to unlocking before queueing visual
data.
2015-06-11 17:18:36 -04:00
Dantali0n 96c05cd532 Console window and output for windows 2015-06-10 20:48:05 +02:00
Dantali0n 951a1ee9c6 Requested Constellations & actual Constellations are now separated. 2015-06-10 19:39:08 +02:00
Dantali0n f71d04eb75 Propagate Constelattion setting to demodulator, not working properly yet. 2015-06-10 10:50:14 +02:00
Dantali0n b76eafe8df Fix lock UI update and start on constellation implementation 2015-06-09 17:00:05 +02:00
Charles J. Cliffe 35af5748a0 Hotfix patch for direct input on linux 2015-06-07 21:42:23 -04:00
Charles J. Cliffe 95ff1e9c36 Disable stereo @ <100khz to prevent invalid filters 2015-06-06 20:47:14 -04:00
Charles J. Cliffe 234ac5bd15 Simplify/fix PLL, tweak parameters 2015-06-05 20:58:10 -04:00
Dantali0n 9e1601c446 Working demodulator lock status text 2015-06-05 09:51:46 +02:00
Charles J. Cliffe 0ccd5b4156 Comment PLL debug 2015-06-05 00:35:18 -04:00
Charles J. Cliffe 0e80e1009e First pass at FM Stereo improve via pilot tone PLL 2015-06-05 00:28:32 -04:00
Dantali0n 2ca6786be7 Modem demodulations returning bitstreams 2015-06-04 22:38:43 +02:00
corne lukken 0a0e7db242 deModulators selections 2015-06-03 11:23:16 +02:00
Charles J. Cliffe 436783535b Duped readable check should be exists 2015-06-01 00:05:50 -04:00
Charles J. Cliffe 44e73839a8 If font resource not found then try executable path. 2015-06-01 00:04:05 -04:00
Charles J. Cliffe 8496287455 Adds feature to Swap I/Q 2015-05-31 22:13:14 -04:00
Charles J. Cliffe 3efb036099 Unsafe vector demod queues replaced /w mutex lock 2015-05-31 12:05:45 -04:00
Charles J. Cliffe a984ce296d Adds RTL-SDR direct sampling mode option 2015-05-30 23:14:16 -04:00
Charles J. Cliffe 076d8a6847 Static analysis warning fixes 2015-05-30 00:09:51 -04:00
corne lukken e5bdcb1fc9 Finished messaging pop-up started implementing advanced modulations 2015-05-29 13:45:15 +02:00
Charles J. Cliffe 24179afd28 add ternary to catch possible null pointer bump 2015-05-28 18:30:53 -04:00
Charles J. Cliffe 2a9eadbf9a Issue #81 patches from @dovandung 2015-05-27 23:22:19 -04:00
corne lukken c8f76addc3 Updated gitignore 2015-05-27 11:08:47 +02:00
corne lukken 4ec97af590 Remove appframe OnMessage 2015-05-26 16:39:17 +02:00
corne lukken 06da0a913c made OnMessage a bit cleaner, problably shoudl move to /visual 2015-05-26 16:37:15 +02:00
corne lukken daeb2d5a18 Crated messagebox for no devices 2015-05-26 15:23:13 +02:00
Charles J. Cliffe a39b745d44 Range selection snapping.. 2015-05-11 21:54:31 -04:00
Charles J. Cliffe d3f1d5236c Waterfall demod manipulation/feedback tweaks 2015-05-11 20:55:54 -04:00
Charles J. Cliffe 7923235253 UI Tweaks and fixes, +2.16M input rate 2015-05-11 20:25:31 -04:00
Charles J. Cliffe ec030bafff Fix offset for demod frequency drag 2015-05-11 01:23:02 -04:00
Charles J. Cliffe 7a2b86641d Help tip update 2015-05-10 22:21:13 -04:00
Charles J. Cliffe ecd648ac32 Snap freq drag/place by freq digit right click 2015-05-10 21:43:03 -04:00
Charles J. Cliffe 010481d74f Cleanup and fixes 2015-05-10 20:00:48 -04:00
Charles J. Cliffe fc21d96c12 help tip updates, tuning bar support 2015-05-10 02:30:50 -04:00
Charles J. Cliffe 4f9c623fec demod frequency input 2015-05-10 01:39:10 -04:00
Charles J. Cliffe dc71da1dcd freq<->str translation, center frequency change test 2015-05-10 01:07:48 -04:00
Charles J. Cliffe ad21e0c91a Esc/Enter trap, input filtering, clipboard filtering 2015-05-09 23:13:35 -04:00
Charles J. Cliffe 78afaaf93d Default select-all for OSX 2015-05-04 23:03:55 -04:00
Charles J. Cliffe 04ee1534ad Prototype frequency input dialog 2015-05-04 19:44:03 -04:00
Charles J. Cliffe e7d3e0c598 remove ppm debug 2015-04-23 21:28:49 -04:00
Charles J. Cliffe 8589a39f66 Simple active demod tracking, helptip updates. 2015-04-23 19:38:44 -04:00
Charles J. Cliffe ab972cc90a Add note to dialog based PPM setting 2015-04-22 23:08:43 -04:00
Charles J. Cliffe a3a33eb3fe Set PPM via Tuning bar by holding ALT 2015-04-22 22:54:48 -04:00
Charles J. Cliffe 3241106bf7 fix multiple device enumeration 2015-04-21 23:50:51 -04:00
Charles J. Cliffe ca851add76 Improved config code / xml format 2015-04-21 23:19:45 -04:00
Charles J. Cliffe adc1500091 missing colon? 2015-04-13 21:22:51 -04:00
Charles J. Cliffe 55fd0c986f PPM correction now editable + saved and loaded/applied per-device by serial and name 2015-04-13 21:18:45 -04:00
Charles J. Cliffe 68d4627e99 Basic configuration file init and ppm value save/load test 2015-04-13 19:58:34 -04:00
Charles J. Cliffe 4f2b9d93c3 Mouse wheel support for tuning bar digits 2015-04-08 18:37:40 -04:00
Charles J. Cliffe 2dada587d1 mode selector helptip 2015-04-02 21:16:03 -04:00
Charles J. Cliffe 1284a16311 title missing version prefix 2015-04-02 21:04:00 -04:00
Charles J. Cliffe 77c50558ca remove commented code 2015-04-02 20:58:02 -04:00
Charles J. Cliffe 72edba4880 better color theme values for new frequency tuning bar 2015-04-02 20:52:33 -04:00
Charles J. Cliffe 9b283fbcef Fix for following demod frequency 2015-03-31 17:51:56 -04:00
Charles J. Cliffe efa2cd75c9 tuning tweaks, zoomed view following fix 2015-03-29 20:24:00 -04:00
Charles J. Cliffe d95925a3c4 fix locked view on zoomed view after demodulators are deactivated 2015-03-28 03:51:22 -04:00
Charles J. Cliffe 2e34060901 fix for tuner not updating spectrum view 2015-03-28 03:36:51 -04:00
Charles J. Cliffe b4fb0984d3 prevent mouseup tuner step on drag stop 2015-03-28 01:11:33 -04:00
Charles J. Cliffe d945c58579 remove debug line 2015-03-28 00:59:54 -04:00
Charles J. Cliffe a1567628c0 allow dragging digits to seek tuner value at that exponent 2015-03-28 00:59:04 -04:00
Charles J. Cliffe 6213623e0f fix for no-carry on leading digits 2015-03-28 00:04:42 -04:00
Charles J. Cliffe 3127868895 Add shift key no-carry for bandwidth and center 2015-03-27 23:25:59 -04:00
Charles J. Cliffe b74e0d0fad Experimental shift key click to prevent carry for frequency tuner 2015-03-27 21:15:24 -04:00
Charles J. Cliffe 3af564037c New tuning bar now functional 2015-03-26 22:45:52 -04:00
Charles J. Cliffe 36f1bd6b01 tuner hover states and visual test 2015-03-26 20:12:54 -04:00
Charles J. Cliffe 2893a1ab17 Tuner index up/down debug visual test 2015-03-25 22:47:54 -04:00
Charles J. Cliffe d7784a393d Tuner debug, spinner index working 2015-03-25 21:35:42 -04:00
Charles J. Cliffe de2b25e148 Prototype visual layout for new tuner widget 2015-03-24 20:33:07 -04:00
Charles J. Cliffe d5d44b0b30 Better initial sample rate setup, remove hard-coded default rate and use device info matching /w fallback 2015-03-22 20:47:07 -04:00
Charles J. Cliffe 4147582d2a Refactor for sample rate changes, audio thread race crash fixes 2015-03-15 21:02:26 -04:00
Charles J. Cliffe b197a7ddb2 Can now set output sample rate, demodulator sample rate doesn't adjust yet so I find it rather hilarious at the moment :) 2015-03-13 22:25:07 -04:00
Charles J. Cliffe fa54aab01f fix for SSB selection issue 2015-03-12 20:50:40 -04:00
Charles J. Cliffe 3c5bad4e3d Audio bandwidth menu items 2015-03-12 19:41:50 -04:00
Charles J. Cliffe 84bd856c53 Remove unused non-mixer based code, simplifies audio thread and can be emulated by overloading thread device ids anyways 2015-03-12 19:34:50 -04:00
Charles J. Cliffe 07c9395d1f Debian package cpack + icon fix 2015-03-08 20:17:19 -04:00
Charles J. Cliffe 5792256860 XPM icon for linux 2015-03-08 17:31:43 -04:00
Charles J. Cliffe 60b02ca153 Set app frame icon 2015-03-07 20:29:25 -05:00
Charles J. Cliffe 6cffcd37d8 remove debug output line 2015-03-06 21:16:11 -05:00
Charles J. Cliffe 92870c2957 Fade out the obscuring demodulator overlay when mouse out of view 2015-03-06 21:11:14 -05:00
Charles J. Cliffe 54b10b232e Additional frequency indicators when zoomed in 2015-03-01 19:56:02 -05:00
Charles J. Cliffe 9e53d25394 Grid line drawing cleanup/tweak 2015-03-01 19:08:06 -05:00
Charles J. Cliffe da5ef47fb2 Faint spectrum grid lines 2015-03-01 13:07:09 -05:00
Charles J. Cliffe ef3a3ba594 Remove seam adjustment, no longer needed 2015-03-01 11:13:01 -05:00
Charles J. Cliffe 4e13b625ca Fix for mixer clipping bug that's causing audio to crackle 2015-03-01 10:30:02 -05:00
Charles J. Cliffe 40938a3619 Disable sample imbalance-carry patch
Seems to be causing a problem with peak gains between samples causing
pops, and it’s no longer necessary for SSB
2015-02-23 00:44:04 -05:00
Charles J. Cliffe a7a4ba9d29 Externalize build version, fix tuning label updates 2015-02-22 23:02:39 -05:00
Charles J. Cliffe 009e20e448 Linux patches 2015-02-22 01:58:00 -05:00
Charles J. Cliffe aa540115d3 windows patch 2015-02-22 01:01:28 -05:00
Charles J. Cliffe 0c66d19f92 Merge branch 'master' into osx-app-build 2015-02-21 23:33:05 -05:00
Charles J. Cliffe 3ea528f4d9 Merge pull request #57 from cjcliffe/optimize-ssb
SSB Optimization
2015-02-21 23:32:37 -05:00
Charles J. Cliffe 2c33773189 FFT resolution/zoom tweak 2015-02-21 23:25:40 -05:00
Charles J. Cliffe 8a859c661b MSVC + Win32/x86 patch 2015-02-20 00:34:32 -05:00
Charles J. Cliffe 4e26c2a38a Simplify SSB demod with resamp2 half-band filter 2015-02-19 23:51:24 -05:00
Charles J. Cliffe 9d9bb8f103 OSX .app compiles but with runtime dylib errors
Regular binary compilation works, manual wxWidgets compile required for
app (port version doesn’t work for me).
Fixed-up app has runtime errors with dylib files but otherwise verifies…
2015-02-17 21:26:14 -05:00
Charles J. Cliffe ff5660055e more intuitive SSB range selection, drawing code cleanup 2015-02-16 20:47:58 -05:00
Charles J. Cliffe ddbdd81699 Ensure demodulator always gets even buffer lengths 2015-02-16 13:49:04 -05:00
Charles J. Cliffe 24fe742f8e Improve SSB UI visuals and interactivity 2015-02-16 02:15:04 -05:00
Charles J. Cliffe 6b120cff95 SSB supression via decim/interp, removed LSB/USB bandwidth limit, fix SSB audio/visual delay 2015-02-12 22:46:45 -05:00
Charles J. Cliffe eada5aa01d AM/DSB fix 2015-02-12 02:14:22 -05:00
Charles J. Cliffe 4f47fa7375 Experimenting with improving SSB 2015-02-12 01:38:53 -05:00
Charles J. Cliffe c221ee2216 missing peak gain apply 2015-02-11 22:55:34 -05:00
Charles J. Cliffe c69d05010c Merge remote-tracking branch 'origin/mixer-fixes' into waterfall-optimize 2015-02-11 21:35:44 -05:00
Charles J. Cliffe 261d2dbe5f audio thread locking fixes 2015-02-11 21:35:27 -05:00
Charles J. Cliffe adf8ba5251 OSX 1/2 refresh frame-limiting hack 2015-02-10 23:49:34 -05:00
Charles J. Cliffe e4c942c714 Log available swap functions, possible fix for DRI2SwapInterval 2015-02-10 18:28:35 -05:00
Charles J. Cliffe a1d1c9e1d9 Possible vsync fix for linux DRI2SwapInterval based X11 2015-02-10 18:01:57 -05:00
Charles J. Cliffe a034c810df Linux patch for swapEXT swapMESA and swapSGI 2015-02-10 00:57:36 -05:00
Charles J. Cliffe a803a2d136 MSVC patches 2015-02-09 22:01:33 -05:00
Charles J. Cliffe c0e6ecb3eb vsync patch for OSX 2015-02-09 21:18:10 -05:00
Charles J. Cliffe a3fac1e932 Frame rate limiter for Windows, Untested OSX / Linux 2015-02-09 20:49:21 -05:00
Charles J. Cliffe add04883eb Audio thread mixer adjustments
- Automatic gain balance
- Clipping prevention
2015-02-08 18:59:08 -05:00
Charles J. Cliffe 679ad64a1f Move waterfall animation to GPU
- Refactored texture generation to linear wrap in GPU memory with
glTexSubImage2D (1 line per frame upload max)
- Texture upload per frame reduced nearly 700-800x (~2-4kb instead of
~1.6mb)
2015-02-08 13:49:12 -05:00
Charles J. Cliffe b9efb43a6b Merge branch 'issue45-demod-opts' 2015-02-07 20:21:25 -05:00
Charles J. Cliffe 2f568d6e2d Fix for bad session int->float conversion on load 2015-02-07 20:20:26 -05:00
Charles J. Cliffe fa746b7453 fix creation of new demodulator when none active 2015-02-05 21:40:38 -05:00
Charles J. Cliffe 4218fb73a0 Demod visual activation when entering/leaving view 2015-02-05 20:54:04 -05:00
Charles J. Cliffe b78b4e1b96 Merge branch 'master' into issue45-demod-opts 2015-02-05 20:08:50 -05:00
Charles J. Cliffe 590d494fea Fix for broken OSX audio 2015-02-05 20:01:21 -05:00
Charles J. Cliffe 6deee5a936 loop->memcpy 2015-02-05 19:45:01 -05:00
Charles J. Cliffe 9cf8799a58 Patch for Windows / OSX 2015-02-05 19:30:06 -05:00
Charles J. Cliffe a8070ca953 Destroy / recreate audio thread on demodulator activate / deactivate -- fixes DirectSound issues 2015-02-04 18:10:42 -05:00
Charles J. Cliffe ec3e851354 Waterfall bandwidth control and new demod hover state tweaks 2015-02-03 19:11:30 -05:00
Ryndzionek Mariusz a2c6e0bf91 Added LUT for IQ mapping with proper scaling 2015-02-03 18:42:44 +01:00
Charles J. Cliffe 1a9f7d31b7 missing atomic<int> load 2015-02-03 12:25:02 -05:00
Charles J. Cliffe 524cfbe0df Demodulator options persist and apply to newly created 2015-02-02 20:10:55 -05:00
Charles J. Cliffe b4e4f3017f Remove public access to demod internal state vars and clean-up improper use 2015-02-02 18:24:04 -05:00
Charles J. Cliffe 129ab337e2 range / suppression adjustments 2015-02-01 00:08:55 -05:00
Charles J. Cliffe b77caaf263 remove debug msg 2015-01-31 22:43:44 -05:00
Charles J. Cliffe 27b890c882 Experimental zoomed FFT resolution improvements 2015-01-31 22:27:11 -05:00
Charles J. Cliffe 19829b6ceb bad memory init 2015-01-30 19:48:06 -05:00
Charles J. Cliffe fb5a7e5b8f attempt to improve FFT zoom resolution 2015-01-30 19:31:32 -05:00
Charles J. Cliffe e504f4f282 Fix demodulator selection menu radio and display 2015-01-25 21:03:17 -05:00
Charles J. Cliffe bc991c2cd9 dealloc filter init var 2015-01-25 01:27:37 -05:00
Chris Motch 1ed7d95193 Fixes to allow Compilation using VC++ 12
Some minor fixes and tweaks to allow compilation under Visual C++ 12.
This doesn't include changes that I need to make to the build
generation.
2015-01-24 22:01:47 -05:00
Charles J. Cliffe c55b94eee1 Bandwidth change patch 2015-01-23 02:09:37 -05:00
Charles J. Cliffe dd9bc9aa2c Fix broken demod view zoom 2015-01-23 01:05:23 -05:00
Charles J. Cliffe b2e8cf0482 Demod worker lock-on-remove fix 2015-01-22 23:41:33 -05:00
Charles J. Cliffe d45d3842bf Eliminate redundant visual data updates, temporary chain until shared PBO implementation 2015-01-22 22:14:00 -05:00
Charles J. Cliffe 6d0fc54400 Staggered tile updates and moving texture window to eliminate constant memmove() for animation 2015-01-22 21:32:32 -05:00
Charles J. Cliffe e9b99be18c Patch for OpenGL 1280 errors 2015-01-20 22:26:34 -05:00
Charles J. Cliffe 4dad30e9bd GL context init fixes and warning cleanup 2015-01-20 19:13:49 -05:00
Charles J. Cliffe 88978cc633 Disable mouse lock hack for linux 2015-01-18 12:55:51 -05:00
Charles J. Cliffe 963e26bc07 Linux somewhat functional 2015-01-18 01:36:28 -05:00
Charles J. Cliffe c04779e91b Color theme tweaks and fixes 2015-01-15 20:37:51 -05:00
Charles J. Cliffe 15347bd791 Theme updates 2015-01-15 00:59:33 -05:00
Charles J. Cliffe b641f1200e Theme color updates 2015-01-14 22:55:04 -05:00