codygibb / animus-visualizer

real-time music visualization
http://www.animusvisualizer.com/
116 stars 20 forks source link

Animus doesn't react to music #12

Open Noisecomplaintz opened 2 years ago

Noisecomplaintz commented 2 years ago

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 commented 1 year ago

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

romanstrakhov commented 1 year ago

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

torinmb commented 1 year ago

@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 commented 5 months ago

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