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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

node.js - Express and Redis - If session exists for this user, don't allow access -