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

Support Control Audio Signal command (163) #60

Open
martonmiklos opened this issue Dec 16, 2024 · 2 comments
Open

Support Control Audio Signal command (163) #60

martonmiklos opened this issue Dec 16, 2024 · 2 comments

Comments

@martonmiklos
Copy link
Contributor

Many implements play button sounds with it, it would be useful to support that.

@ad3154
Copy link
Member

ad3154 commented Dec 17, 2024

The good news is, the framework we're using is Juce, which is primarily an audio plugin framework hahaha. So it should be quite easy I would expect.

juce::ToneGeneratorAudioSource for example seems like an easy way to generate the arbitrary tones required.

@martonmiklos
Copy link
Contributor Author

which is primarily an audio plugin framework hahaha.

When tried to implement a damn simple UI layout I started to think about what can be the Juce's advantages, but there is it ;).

So it should be quite easy I would expect.

Yes I will try to came up with an implementation soon. Cancelling the current audio signal and other things from the standard can make it more tricky than it sounds first.

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