Skip to content
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

Spectrum Analyzer - Missing Features #10

Open
YamiCodenamed opened this issue Feb 20, 2018 · 1 comment
Open

Spectrum Analyzer - Missing Features #10

YamiCodenamed opened this issue Feb 20, 2018 · 1 comment

Comments

@YamiCodenamed
Copy link

Any plans to implement the possibility to change the spectrum range to something other than the default? For example explicitly state either the frequency range or ranges (in case you want to duplicate one in the spectrum, skip some or focus on only parts of it).
Another feature which would be nice is an event when one of the frequencies passes half of the height of the control. To elaborate on this, for example bass detection

@YamiCodenamed
Copy link
Author

public void adjustFrequency(int minFrequency, int maxFrequency) { _maximumFrequency=maxFrequency; _minimumFrequency=minFrequency; UpdateFrequencyMapping(); }
Thats just an example. It does the trick as long as you give it correct values, but its just adjusting one range, you cant set multiple ranges to track (i guess having multiple Spectrums next to each other with different settings does the trick)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant