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

How to connect a spectrum analyser to Overtone Output? #476

Open
nicolascepeda opened this issue Nov 9, 2021 · 2 comments
Open

How to connect a spectrum analyser to Overtone Output? #476

nicolascepeda opened this issue Nov 9, 2021 · 2 comments

Comments

@nicolascepeda
Copy link

hi everyone, I recently started playing around with overtone and so far loveing it! I am specially interested in developing Synths, in order to do so, seeing the frequencies visually is very helpful. So far I haven't found anywhere an example/docs/code snippet/etc that shows how to do this.

Could anyone give me any hints? Thanks a lot and sorry if i posted this in the wrong place!

@nicolascepeda
Copy link
Author

Short update, found this project which seems to solve exactly this issue https://github.com/overtone/shadertone/blob/master/examples/spectrograph.clj

Sadly the last update was 8 years ago and runs on clojure 1.6.0 which makes it impossible to use. Will post an update in case I manage to make it work

@diegovdc
Copy link
Contributor

diegovdc commented Nov 7, 2023

If you connect to an external server you can add something like this to your boot script:

s.waitForBoot({
	 {In.ar(0)}.spectrogram;
});

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

2 participants