Hello I need to write a guitar emulator. Can you recommend any libraries ( .NET
) or even where you can simply take samples of notes for all guitar octaves (file with note sound)? Thanks in advance.
Closed due to the fact that off-topic participants Nick Volynkin ♦ , Cerbo , Streletz , torokhkun , Bald on Dec 1 '15 at 7:31 .
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
- " Questionnaires are forbidden on Stack Overflow in Russian . To get an answer, rephrase your question so that it can be given an unambiguously correct answer." - Nick Volynkin, Cerbo, Streletz, torokhkun, Bald
- oneas a perversion, I can advise you to take the same fruity loops (FL Studio), well, there you can cut samples on the guitar), well, if you like perversion - CrazyTimon
|
1 answer
Your question is not entirely clear. What will the samples give you? Guitar sounds are quite a complicated thing, especially the sound of an overloaded guitar, which still cannot be emulated normally. I would advise you to dig in the direction of MIDI
. Those. to begin to figure out how to algorithmically force your program to play a given melody, then pick up the necessary instrument from some MIDI
bank.
For starters, here are a few links:
|