-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove VAMP plugin support. #926
Commits on Jan 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2147838 - Browse repository at this point
Copy the full SHA 2147838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f2661 - Browse repository at this point
Copy the full SHA 28f2661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b74041 - Browse repository at this point
Copy the full SHA 1b74041View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b46aa - Browse repository at this point
Copy the full SHA d1b46aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5ee97 - Browse repository at this point
Copy the full SHA 0e5ee97View commit details -
Add helper for performing mono downmixing, conversion and overlapped
windowing of buffers. The Queen Mary detectors expect 50% overlapping windows of samples to be fed to them. They also use double samples instead of float.
Configuration menu - View commit details
-
Copy full SHA for b3a271a - Browse repository at this point
Copy the full SHA b3a271aView commit details -
Uses the qm-dsp library to calculate the key mode of the track. This is a re-write of the VAMP plugin so the parameters used are the same.
Configuration menu - View commit details
-
Copy full SHA for 1ddf808 - Browse repository at this point
Copy the full SHA 1ddf808View commit details -
Add AnalyzerQueenMaryBeats and AnalyzerSoundTouchBeats.
Uses SoundTouch and qm-dsp libraries to calculate BPM and do beat tracking. Replicates the logic of our VAMP plugins so the parameters to the algorithms are the same.
Configuration menu - View commit details
-
Copy full SHA for 1f5a60b - Browse repository at this point
Copy the full SHA 1f5a60bView commit details
Commits on Apr 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 73bd4a5 - Browse repository at this point
Copy the full SHA 73bd4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4675155 - Browse repository at this point
Copy the full SHA 4675155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be4027 - Browse repository at this point
Copy the full SHA 8be4027View commit details -
Remove manual setting/getting of beat detector preferences.
* Introduce BeatDetectionSettings helper class. * Remove UserSettingsPointer direct usage from DlgPrefBeats, AnalyzerBeats, AnalysisFeature, and Upgrade. * Delete beat_preferences.h.
Configuration menu - View commit details
-
Copy full SHA for 8bcbf81 - Browse repository at this point
Copy the full SHA 8bcbf81View commit details -
Remove manual setting/getting of key detector preferences.
* Introduce KeyDetectionSettings. * Use KeyDetectionSettings in DlgPrefKey and AnalyzerKey. * Delete key_preferences.h.
Configuration menu - View commit details
-
Copy full SHA for 515428f - Browse repository at this point
Copy the full SHA 515428fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af26041 - Browse repository at this point
Copy the full SHA af26041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a3363 - Browse repository at this point
Copy the full SHA 56a3363View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e03d1 - Browse repository at this point
Copy the full SHA d4e03d1View commit details
Commits on May 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f841629 - Browse repository at this point
Copy the full SHA f841629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9e690 - Browse repository at this point
Copy the full SHA 4f9e690View commit details
Commits on May 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9ef88ab - Browse repository at this point
Copy the full SHA 9ef88abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19591f7 - Browse repository at this point
Copy the full SHA 19591f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c84be - Browse repository at this point
Copy the full SHA 49c84beView commit details -
Configuration menu - View commit details
-
Copy full SHA for db8cc6a - Browse repository at this point
Copy the full SHA db8cc6aView commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7e4d9f9 - Browse repository at this point
Copy the full SHA 7e4d9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcbf31 - Browse repository at this point
Copy the full SHA 1fcbf31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a1c76 - Browse repository at this point
Copy the full SHA c7a1c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c06ac - Browse repository at this point
Copy the full SHA 74c06acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af7131 - Browse repository at this point
Copy the full SHA 0af7131View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb18c0 - Browse repository at this point
Copy the full SHA cfb18c0View commit details
Commits on Oct 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ceb1aa4 - Browse repository at this point
Copy the full SHA ceb1aa4View commit details -
Remove const qualifiers on AnalyzerPlugin members to avoid deleting t…
…he implicit copy assignment constructor.
Configuration menu - View commit details
-
Copy full SHA for cfa1f63 - Browse repository at this point
Copy the full SHA cfa1f63View commit details
Commits on Oct 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d0e2d2d - Browse repository at this point
Copy the full SHA d0e2d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c05360f - Browse repository at this point
Copy the full SHA c05360fView commit details
Commits on Dec 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 974bb2a - Browse repository at this point
Copy the full SHA 974bb2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a727d2 - Browse repository at this point
Copy the full SHA 1a727d2View commit details -
Disable fast analysis when non-constant beatgrids are enabled.
We have to analyze the entire song for beats if we are not assuming the detected BPM applies to the whole track.
Configuration menu - View commit details
-
Copy full SHA for d470da1 - Browse repository at this point
Copy the full SHA d470da1View commit details -
Re-implement fast analysis for AnalyzerBeats and AnalyzerKey.
Uses a 1-minute cutoff to match the previous implementation.
Configuration menu - View commit details
-
Copy full SHA for 352d8c3 - Browse repository at this point
Copy the full SHA 352d8c3View commit details
Commits on Dec 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 260071e - Browse repository at this point
Copy the full SHA 260071eView commit details
Commits on Dec 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 19a8ca6 - Browse repository at this point
Copy the full SHA 19a8ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4efc86 - Browse repository at this point
Copy the full SHA d4efc86View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce067ea - Browse repository at this point
Copy the full SHA ce067eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb5dd5 - Browse repository at this point
Copy the full SHA 2eb5dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 254a563 - Browse repository at this point
Copy the full SHA 254a563View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e5f12 - Browse repository at this point
Copy the full SHA b1e5f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116145a - Browse repository at this point
Copy the full SHA 116145aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d17ed4 - Browse repository at this point
Copy the full SHA 2d17ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7afd37 - Browse repository at this point
Copy the full SHA f7afd37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 630613f - Browse repository at this point
Copy the full SHA 630613fView commit details