Tagged Questions

1
vote
4answers
84 views

objective-C : @synthesize not working and basic operations not working :*(

I am unsure why this code will not work and what i want it to do is when i click a button(action: buttonclick) i want it to change the two text box's(MyTextLabel & MyTextLabel2 …
3
votes
4answers
410 views

Bandlimited waveform generation

I am writing a software synthesizer and need to generate bandlimited, alias free waveforms in real time at 44.1 kHz samplerate. Sawtooth waveform would do for now, since I can gene …
1
vote
2answers
70 views

Qt4 modular synth editing widget

Hi, I'm about to start writing a GUI for a modular synthesis app (like Alsa Modular Synth, Pure Data, Ingen) that will be used for patch (sound) editing. What I need to do is some …
3
votes
1answer
104 views

Making a real-time audio application with software synthesizers

I'm looking into making some software that makes the keyboard function like a piano (e.g., the user presses the 'W' key and the speakers play a D note). I'll probably be using Open …
0
votes
2answers
191 views

Sound Synthesis Framework in C/C++/Objective-C?

I've searched the net but didn't found anything interesting. Maybe I'm doing something wrong. I'm looking for sound synthesis API written on C, C++ or even Objective-C, which can …
6
votes
10answers
858 views

Does anyone know of any C/C++/C# code libraries that do audio synthesizer emulation?

I'm trying to write a software synthesizer that recreates the sounds made by classic synthesizers like the Moog and the DX7. Does anyone know of any code resources for something l …
1
vote
2answers
231 views

Access sound card or OS synthesizer device in Java

When I try to list Synthesizer devices in Java (1.6.0), I get only one device, Java Sound Synthesizer. I want to use the Synthesizer in the sound card or use any other installed sy …
2
votes
1answer
1k views

MIDI player/synthesizer library for the iPhone

Does anyone know if there is a free/cheap MIDI player/synthesizer library that I can incorporate into my iPhone application? As I understand it the iPhone doesn't have native sup …
4
votes
4answers
371 views

Beginner Digital Synth

I'm looking into writing a audio syntesizer in Java, and was wondering if anybody has any advice or good resources for writing such a program. I'm looking for info on generating ra …