Questions tagged [minim]

Minim is an audio library for processing environment.

95 questions
0
votes
0 answers

increasing the Framerate to this Processing Script

I'm currently working on this script for a project I'm doing, and I'm not happy with the current frame rate. It's bouncing around FPS, and I need at least 30 so I can further use it in a video installation without lag. Since my math is terrible, and…
0
votes
1 answer

Out of memory error. What can I do to fix this?

My current project heavy on the code thus far. I would like to add music to it using minim (I'm using a pc) but I keep getting hit with the out of memory error. The song will run but extremely choppy and it makes the program unusable. I changed the…
Lubidia13
  • 47
  • 12
0
votes
1 answer

javasound minim processing

I dont understand this problem and why its like this, can anyone help me out? ==== JavaSound Minim Error ==== ==== Don't know the ID3 code TXXX ==== JavaSound Minim Error ==== ==== Don't know the ID3 code TXXX ==== JavaSound Minim Error ==== ====…
ant c
  • 81
  • 1
  • 11
0
votes
1 answer

Processing - Minim Audio Player - Player not stopping inside if statement

I've been trying to figure this out for ages. The Stop() function doesn't to work in the if statement (the songs just play on top of each other rather than pausing and rewinding). If I place the Stop() function call outside the if statement, it…
0
votes
1 answer

Adding Delay and ADSR filter using Processing Minim Library

Here is my Processing code. If someone can show me how to add either a Delay or ADSR filter (or both) to it's output that would be great. Minim minim; import ddf.minim.*; import ddf.minim.signals.*; import ddf.minim.ugens.*; AudioOutput…
Eric Brotto
  • 53,471
  • 32
  • 129
  • 174
0
votes
2 answers

Unable to add Minim-Android library in Android Studio with jitpack

I am trying to add to my build.gradle file in Android Studio the following dependency: https://android-arsenal.com/details/1/1883 I followed the intstructions found in package tab of this page, but when I tried to build the project I got the…
0
votes
1 answer

Processing Minim multiple sine waves sounds choppy

I'm trying to make a Processing application which, right now, will play a note according to what keys are pressed -- in the future I'll replace the keys with an Arduino integer input. When I play just one note (sine wave), it sounds fine, but when I…
0
votes
1 answer

RiTa + Processing + Sound

I'm interested in a processing way of achieving something similar as is made by this person link From how I get it she had a video sliced int in tiff's and then composed them with the RiTa Library Does anybody know how to achieve such a thing, only…
Blckpstv
  • 117
  • 3
  • 17
0
votes
1 answer

Processing - Overwrite audio

Is it possible to make processing overwrite recorded files? For example, code records ten audio files then when its reaches ten (rec9.wav) it overwrites the first recording (rec0.wav) with new audio and so on. Code below, any help is appreciated,…
jw156151
  • 3
  • 3
0
votes
3 answers

Get minimum and maximum from a list of objects

I have this class class TimeSpentStats{ int manId; String sessionId; int userId; Long timeStamp; } I have a List and I want to get the minimum timestamp and maximum from the list for each (manId, sessionId, userId) So for example, I…
user3796867
  • 17
  • 1
  • 7
0
votes
1 answer

PGraphics and Minim don't work well together?

I had recently coded some sketches and am now currently trying to change these into classes using also PGraphics as data type so I can pass the actual graphics created into Resolume, through Syphon [this needs the graphics to be in PGraphic…
0
votes
1 answer

Wav File in Minim plays too fast

I'm trying to load a wav file into a FilePlayer using Processing and Minim Library (later I want to patch a Delay on it). However, the wav file I was given plays too fast, at least at double the speed it is supposed to and it is very high pitched.…
MethDamon
  • 55
  • 11
0
votes
1 answer

Minim cannot convert from AudioPlayer to AudioPlayer

I was following closely the example given on "Programming Interactivity" by Joshua Nobel. Ok. Basically what the example does is that it should play an mp3 file. I have already put "song.mp3" under the "data" folder. But when I tried to play the…
Syah
  • 463
  • 5
  • 13
0
votes
1 answer

Duplicate libraries found for ddf.minim?

I am trying to get a simple example sketch running from the STT Library for Processing, and when running the sketch I am prompted with this: And then I am met with the error 'Duplicate libraries found for ddf.minim' with the following…
lawchit
  • 3,043
  • 2
  • 13
  • 9
0
votes
1 answer

Minim fatal exception

I'm running Processing 2.02 in Windows 8, have jre 7 installed, running an emulator created for API level 11, using the latest Minim version (as of 9/20/2013). I wrote a test sketch to make sure I can run things to the emulator (a canvas 100x100…
Susanna
  • 1
  • 1