Tagged Questions
16
votes
11answers
4k 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 like this? Thanks.
5
votes
5answers
1k 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 generate a pulse wave by ...
3
votes
2answers
302 views
Audio programming, generating an harmony
I'm trying to develop an application similiar to the tonematrix in C#. I've tried first with .net and NAudio library, now I'm trying with XNA, but it seems like that all I can get is a cacophony.
...
3
votes
3answers
286 views
I want to do a project on sound programming, but I don't know where to start
At my high school we can take a class where we basically learn about a subject on our own for a semester. I was thinking that I want to learn about "sound programming," but I realized that I have no ...
3
votes
1answer
245 views
How would I go about programatically interacting with VST(i) Plugins to synthesize audio?
Take, for example, the VSTi Triforce, by Tweakbench. When loaded up in any VST host on the market, it allows the host to send a (presumably MIDI) signal to the VSTi. The VSTi will then process that ...
3
votes
3answers
844 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 OpenAL. I understand the ...
3
votes
4answers
3k 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 synthesize ...
3
votes
3answers
6k 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 support for MIDI ...
1
vote
1answer
463 views
best software synthesizer for piano [closed]
Could someone recommend a good and inexpensive software synthesizer which generates really good piano sound (sample-based); support for other instruments is not required. OS: Windows or MacOS. Java ...
0
votes
0answers
111 views
What are some good Open Source C++ Audio Libraries? [closed]
I'm looking into open source C++ Audio libraries for some of the following possible ventures:
Midi applications (e.g. rock band drum and guitar interface)
VST's
Sound Engine for video game
...
0
votes
1answer
421 views
Are there free records of separate piano notes in .wav files for instance?
I'm trying to find some piano sound bank -for my childish experiments with sound - the most desired form is of course a number of .wav files, each one corresponding to a piano key - being a record of ...