Reply
Thread Tools
quingu's Avatar
Posts: 271 | Thanked: 124 times | Joined on May 2006 @ Aperture Science, Inc.
#1
Hi!
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.
 
Hedgecore's Avatar
Posts: 1,361 | Thanked: 115 times | Joined on Oct 2005 @ Toronto, Ontario, Canada
#2
I'm a bassplayer... I'd love this too. A simple visual cue when a beat sounds (drum kits and bass amps are loud) would rock (like a flashing red square or something).
 
Posts: 17 | Thanked: 0 times | Joined on Aug 2007 @ Corn Field, OH
#3
I'm also a drummer that owns a n770 running OS2006 i would love something that allows me to input a BPM and also had a simple visual cue as well... i will be going on tour soon and it would be great to have that before then
__________________
-Collecting one gadget at a time
 
Posts: 262 | Thanked: 9 times | Joined on Jun 2007
#4
GTick is probably the best candidate:
http://www.antcom.de/gtick/#screenshot
 
Posts: 262 | Thanked: 9 times | Joined on Jun 2007
#5
Originally Posted by trevarthan View Post
GTick is probably the best candidate:
http://www.antcom.de/gtick/#screenshot
I did a quick scratchbox compile here: http://www.guardiani.us/index.php/N8...packages#GTick

But it doesn't work. gtick requires /dev/dsp (i.e. OSS), so some porting would be required to either gstreamer or ALSA for the audio.
 
Posts: 17 | Thanked: 0 times | Joined on Aug 2007 @ Corn Field, OH
#6
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
__________________
-Collecting one gadget at a time
 
Posts: 262 | Thanked: 9 times | Joined on Jun 2007
#7
Originally Posted by tayedrumma View Post
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
Well, you can't right now. You can install it (as root using `dpkg -i`), and run it, and see the GUI. But that version of GTick is still using the Open Sound System (OSS). Maemo doesn't have OSS, so GTick will need to be converted to use either ALSA or gstreamer before it can be useful on maemo.

Sorry, I don't really have time to rewrite GTick's sound system right now. Maybe someone else will be willing to give it a try.
 
Posts: 75 | Thanked: 5 times | Joined on Aug 2007
#8
hi you musicians out there,

i am a sound engineer+electronic musician owning a N800, and besides this Metronome app (which would be great), I would really like to collect all the audio/music applications which work on the Maemo platform in one place. i have good webspace and CMS (I could install Wordpress, Joomla, Drupal or MODx) available, as well as some domain names. I you find any audio/music-related apps for the n770/n800, please drop me a line. if there is a sufficient number of tools to have some content, I would start a specific site for this purpose.

audioworld AT gmail DOT com

cheers, karl.
 
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#9
I would also be interested in these kind of applications.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
Posts: 106 | Thanked: 3 times | Joined on Dec 2005
#10
I've written a very simple, visual-only metronome application. It's written in Guile Scheme, so requires a few prior package installs, some of which can't be done using Application Manager. It also doesn't yet have Hildon desktop integration - which means it has to be started from the command line, in osso-xterm. But I've just checked that it runs correctly on the N800 - and it does. A screenshot is attached.

So, for anyone willing to brave the above caveats...

1. Make sure that your /etc/apt/sources.list includes all of the following.
deb http://repository.maemo.org bora free
deb http://repository.maemo.org/extras mistral free
deb http://repository.maemo.org/extras bora free

2. As root:
# apt-get update
# apt-get install libreadline4 guile g-wrap guile-maemo wget

3. As user, in a convenient directory:
$ wget http://www.ossau.uklinux.net/guile/metronome.scm
$ wget http://www.ossau.uklinux.net/guile/hildon.scm
$ wget http://www.ossau.uklinux.net/guile/ggobjs.scm
$ wget http://www.ossau.uklinux.net/guile/easygtk.scm

4. As user, in the same directory, to run the program:
$ guile -s metronome.scm
Attached Images
 
 

The Following User Says Thank You to neiljerram For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 14:52.