Tagged Questions
The procedural-music tag has no wiki summary.
9
votes
5answers
366 views
What's a good API for creating music via programming?
I'm looking into playing around with procedurally generating music. I'm hoping to find a really a simple API where I can just call out instrument, note, duration and string together a song (I'll take ...
5
votes
4answers
2k views
Dynamic Audio Generation Actionscript 3
I'm looking into making a music theory lab application, where you can see the graphical relation between music theory concepts. I would like this to be available online, so Flash and Silverlight come ...
4
votes
4answers
510 views
Procedural music generation?
Anyone have good book / article recommendation for procedural generation of background music? (No vocals, just instruments).
I'm not interested in:
How do I generate the sound of a particular note ...
3
votes
2answers
122 views
Procedural snare drum
So I've got something like:
void createSinewave( short * array, int duration, int startOffset,
float freq, float amp ) ;
void createSquarewave( short * array, int duration, int startOffset,
...
2
votes
1answer
77 views
C# XNA generate MIDI
I wish to play MIDI like notes from the C# XNA program. I don't actually need to construct a MIDI file, just have the ability to start and stop notes or play them for a given time.
play("flute", ...
0
votes
1answer
188 views
Finding free individual note sounds for procedural music
If you want to make procedural music, generally you're going to need individual note sounds (for whatever instrument) which you can string together. Is there somewhere i can get these for free, ...