Open Noisecomplaintz opened 2 years ago
Hi @Noisecomplaintz Did you figure out how to do it yet? I'm struggling with same issue here. Thanks
My solution: install Processing (4.3 works fine), open source project files, tweak parameter, File > Export Appllication
@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
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... };
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