-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Spectrum analyzer update #5160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Spectrum analyzer update #5160
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
9be31e0
tweak amplitude ranges, update and fix readme.md
he29-net 4e2f168
Add and implement advanced settings
he29-net f5eda87
Display waterfall at native resolution
he29-net 7d630e1
Add waterfall cursor, fix time labels and make density change with wi…
he29-net 249d161
Fix normalization so that full scale sinewave is 0 dBFS; tweak perf. …
he29-net 25aa537
Move FFT analysis to a separate thread for better performance and rea…
he29-net 3707eeb
Performance optimizations and some final touches here and there
he29-net cb3e701
Improve cursor coordinates display
he29-net 8d639e5
Fix missed transient in the first block despite having overlapping en…
he29-net 36feb65
workaround for QMouseEvent::localPos() bug
he29-net b650838
Update plugins/SpectrumAnalyzer/SaSpectrumView.cpp
he29-net 42d74db
Make SaProcessor unfriendly to view classes
he29-net 9dd9ef0
Update and improve readme file; use consistent "analyzer" spelling
he29-net 6a5089d
Use QString directly where possible
he29-net 6939702
Fix bug introduced in previous commit
he29-net 11013cc
SaProcessor: make some variables accessed by other classes atomic; ma…
he29-net edefc93
test a change required to make analyzer work after make install
he29-net e3c89d5
Build the ringbuffer libary as part of LMMS core
he29-net 5b1f28c
Attempted fix of missing ringbuffer.cpp symbols on Win platforms
he29-net 7cf189c
Move most ringbuffer cmake setup to 3rdparty/, hijack RINGBUFFER_EXPO…
he29-net 11bb2c7
Add LMMS_EXPORT to LocklessRingBuffer methods
he29-net 2963fb6
Revert "Add LMMS_EXPORT to LocklessRingBuffer methods"
PhysSong 6dd2619
Try to fix an export error
PhysSong 6856b3d
Rework LocklessRingBuffer and force export of <sampleFrame> template …
he29-net 0d56ae8
Move <sampleFrame> instances to the bottom of file
he29-net 228dd2f
Revert "Move <sampleFrame> instances to the bottom of file"
he29-net 22e9163
Move specialized write() above the non-specialized one
he29-net dc2bd91
Move sampleFrame instantiation to the header file
he29-net 8739abb
Try to remove LMMS_EXPORT from LocklessRingBuffer template
he29-net 7a0fc5a
Go back to 'everything in the header' to fix Mac and hope it does not…
he29-net bf793da
Try removing all LMMS_EXPORTs from LocklessRingBuffer
he29-net ad49d36
Merge remote-tracking branch 'upstream/master' into analyzer-update
he29-net a0acc8a
Implement LocklessRingBuffer changes requested in review
he29-net 8ca05a3
Fix code conventions, make some includes harder to read
he29-net c694277
Forgotten rename
he29-net 0caa748
Fix missing part of waterfall when its width limit is reached
he29-net a7388b1
Fix drawing bounds of "overload fill-in"; improve comment on waterfal…
he29-net File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
tweak amplitude ranges, update and fix readme.md
- Loading branch information
commit 9be31e003fd87f6de8be0c1fd35698553d884629
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.