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

Animus doesn't react to music #12

Open
Noisecomplaintz opened this issue Sep 17, 2022 · 4 comments
Open

Animus doesn't react to music #12

Noisecomplaintz opened this issue Sep 17, 2022 · 4 comments

Comments

@Noisecomplaintz
Copy link

Hi, I can't get Animus to work... It opens and shows visuals, but they're not reacting to the music. My guess was that I have give it permisson to use the microphone in the security settings, but it isn't in the list there and I have no idea how to add it to this list of programs which are allowed to use the microphone. Google didn't help me, so I wanted to ask if somebody has an advice? I'd love to be able to use the program.
Best regards, Leon

@NatzMusic
Copy link

Hi @Noisecomplaintz
Did you figure out how to do it yet? I'm struggling with same issue here.
Thanks

@romanstrakhov
Copy link

My solution: install Processing (4.3 works fine), open source project files, tweak parameter, File > Export Appllication

@torinmb
Copy link
Collaborator

torinmb commented Aug 11, 2023

@romanstrakhov what code did you have to change to get it to work? If you submit a PR I'd love to get this working

@GonzaloBaldiviezo
Copy link

Hi! I was trying to fix this issue with Mac M3 and i found a solution in the setup function for visual reaction.
void setup() {
// code for setup...
input = minim.getLineIn(Minim.MONO, 1024, 44100, 16); // apparently, built-in mic is MONO
// more settings...
};

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

5 participants