
neil at ossau
Apr 17, 2007, 3:33 PM
Post #2 of 3
(457 views)
Permalink
|
Fred Lefévère-Laoide <Fred [at] Lefevere-Laoide> writes: > Hi, > > I plan to write a software metronome and I wonder what would be the > best way to get a timer precise enough for that purpose ? I wrote one using just g_timeout_add(), and that seems to me to work well enough. I've put the source code up at http://www.ossau.uklinux.net/guile/metronome.scm, in case you'd like to look and don't mind reading Scheme. > The other problem is what's the best way to make a short sound > (eventually corresponding to a note ...) Indeed. I don't have a solution for this yet; would be interested to hear if you find a nice one. Currently my metronome is just visual. Regards, Neil _______________________________________________ maemo-developers mailing list maemo-developers [at] maemo https://maemo.org/mailman/listinfo/maemo-developers
|