![]() |
2006-12-30
, 23:57
|
|
Posts: 1,361 |
Thanked: 115 times |
Joined on Oct 2005
@ Toronto, Ontario, Canada
|
#2
|
![]() |
2007-09-04
, 19:59
|
Posts: 17 |
Thanked: 0 times |
Joined on Aug 2007
@ Corn Field, OH
|
#3
|
![]() |
2007-09-04
, 20:44
|
Posts: 262 |
Thanked: 9 times |
Joined on Jun 2007
|
#4
|
![]() |
2007-09-04
, 21:43
|
Posts: 262 |
Thanked: 9 times |
Joined on Jun 2007
|
#5
|
GTick is probably the best candidate:
http://www.antcom.de/gtick/#screenshot
![]() |
2007-09-05
, 06:47
|
Posts: 17 |
Thanked: 0 times |
Joined on Aug 2007
@ Corn Field, OH
|
#6
|
![]() |
2007-09-05
, 13:41
|
Posts: 262 |
Thanked: 9 times |
Joined on Jun 2007
|
#7
|
I'm still very new to the world of linux so if you could give me some help on how to get this up and running it would be very much appreciated! thank you so much for your quick reply
![]() |
2007-09-05
, 14:07
|
Posts: 75 |
Thanked: 5 times |
Joined on Aug 2007
|
#8
|
![]() |
2007-09-05
, 14:53
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#9
|
![]() |
2007-09-05
, 22:42
|
Posts: 106 |
Thanked: 3 times |
Joined on Dec 2005
|
#10
|
The Following User Says Thank You to neiljerram For This Useful Post: | ||
Im a drummer and was looking forward to get a metronome when i thought of the n770.
would anybody mind to write a small metronome application for me?
all it needs would be an input field to enter the bpm and a start/stop button.
and perhaps a file selection dialog to choose the "click" soundfile to play.
here's a formula to convert bpm (beats per minute) to a milisecond duration (i guess thats what you will need to set up the loop)
1 / (bpm / 60000) = duration in ms
correct me if im wrong, i just woke up ;-)
well thanks in advance.