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

Add support for punctuals audio reactivity (lo, mid, hi) #333

Open
cleary opened this issue Jan 25, 2025 · 1 comment
Open

Add support for punctuals audio reactivity (lo, mid, hi) #333

cleary opened this issue Jan 25, 2025 · 1 comment

Comments

@cleary
Copy link

cleary commented Jan 25, 2025

Punctual takes audio input and can use it to create reactive visuals with lo, mid, hi values eg

lo >> add;
circle 0 mid >> add;
hline 0 hi >> add;

It's not currently working in flok

@jqueraltmo
Copy link

Note that these functions are intended to react to the "internal" audio, that is, the audio generated inside the ensemble, as opposed to ilo, imid and ihi that takes the "external" audio (from a mic, for example), and which are working fine.

The Punctual object has a setAudioInput that receives a WebAudioNode which I suppose is the Punctual (typescript) name for an AudioNode from the JS Web Audio API.

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