c# - Alternative to "Console.Beep" that allows it to be used multiple times simultaneously (and can synthesis instruments) -
i'm creating music library in order create musical notation , composition software. @ moment i'm having trouble finding alternative "console.beep" allows called multiple times simultaneously (which required e.g. chords). ideally i'm looking can used synthesise actual instruments.
you might want try existing libraries more support simple console's beep. meant notification , not creating complex sounds.
a library naudio on codeplex , on github.
it has features like:
•full midi event model
◦read , write midi files ◦respond received midi events ◦send midi events
Comments
Post a Comment