animus-visualizer icon indicating copy to clipboard operation
animus-visualizer copied to clipboard

Animus doesn't react to music

Open Noisecomplaintz opened this issue 2 years ago • 4 comments

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

Noisecomplaintz avatar Sep 17 '22 12:09 Noisecomplaintz

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

NatzMusic avatar Mar 01 '23 11:03 NatzMusic

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

romanstrakhov avatar Aug 08 '23 15:08 romanstrakhov

@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

torinmb avatar Aug 11 '23 15:08 torinmb

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... };

GonzaloBaldiviezo avatar May 19 '24 00:05 GonzaloBaldiviezo