Minim is an audio library for processing environment.
Questions tagged [minim]
95 questions
0
votes
1 answer
Processing: applying a recorded acoustic spaces (impulse response) to an audio file
I need to apply an impulse response of an audio file that is 48kHz to an audio file that is 44.1kHz. It could be someone speaking for example. If I'm using the correct term, I need to convolve two audio file together so it would sound like someone…

Stock98
- 1
0
votes
1 answer
Minim library in Eclipse
I programmed a sketch that uses Minim with the Processing IDE. Everything is working fine.
I'm now planning to improve it, and moved to Eclipse, as I have done with many other projects. I configured the build path to include minim.jar. All the…

loopier
- 3
- 1
- 4
-1
votes
2 answers
Overlapping one sound multiple times in processing
I'm working on the sound part of an interactive installation that would need an event to be triggered by osc an undefined number of times, making the sound linked to it overlaps instead of being rewinded and started again.
Would it be possible to do…

rojele
- 80
- 7
-1
votes
1 answer
minim processing 3 arduino input trigger samples Null pointer exception
I am very new to both processing and arduino. I hooked up 3 plants and three humans to a simple polygraph read in Arduino. I am sending the values to processing vial the Seriel port. In processing I want to trigger sounds according to the input…

munkie
- 1
-1
votes
1 answer
Kinect - Play & Pause music in Processing
I'm trying to play music when I move my hand forward and pause music when I move my hand background as in this video.
I can play music when I move forward. But I can't see how to pause my player when I move background.
import ddf.minim.*;
import…

Vince
- 1