Tagged Questions

8
votes
4answers
2k views

Library for drawing musical notes

I'm looking for a Windows library that can draw musical notes on the screen in some way. I'm going to use it to write an app in C#, but a pure Win32-based solution is good enough. Does anybody know of ...
1
vote
1answer
276 views

Lower frequency note recognition iphone application

Hello I am working one one application in which I need to detect which musical node did user played by listing to it. I got success in recognizing the higher note but low frequency note are not ...
0
votes
1answer
96 views

Long musical notes like Tap Tap revenge

I am trying to make a game similar to Tap Tap Revenge. If you played this you might have an idea of how long notes coming. I wana integrate that functionality in my game. I tried MotionStreak and ...
0
votes
2answers
348 views

How to simulate guitar strings/chords with flashes sound synthesizer?

I've just developed a function to ring frequencies, but I can't make it sound like a guitar string, I can only change it's frequency. Is there some way to change other parameters of a generated sound? ...