Page 1 of 1

Offline MIDI Metronome

Posted: Wed Apr 30, 2014 11:41 am
by DreckigesSchwein
I have made a offline metronome that uses midi percussion sounds.

47 different percussion sounds.

There are 4 modes.

mode1: bpm (like a simple metronome)
mode2: Timer (set a timer and it stops after the timer run out.)
mode3: Beats (set an ammount of beats and it stops when all beats are done)
mode4: Custom beat (make your own beat)

I has an option to stay always on top.

You can calculate the bpm from beats and time
and you can calculate time from bpm and beats

Enjoy!



°°°added midi export function. If you need another format there are many midi to audio converters available online.

°°°added Dark / Light color toggle

°°°added compact mode

°°°added custom beat

°°°made window sizable

°°°Added multiline custom beat

light
Image

dark
Image

compact
Image Image

Image

multiline
Image

Download

Code: Select all

http://www.mediafire.com/download/b72q4 ... ronome.zip

Re: Offline MIDI Metronome

Posted: Wed Apr 30, 2014 12:19 pm
by Venus
Wow, thanks for this little program. I tried it already and it works great.

Do you think you could implement a record function? That would make writing teases with audio so much easier :-)

Re: Offline MIDI Metronome

Posted: Wed Apr 30, 2014 12:32 pm
by DreckigesSchwein
Venus wrote:Do you think you could implement a record function? That would make writing teases with audio so much easier :-)
Should be possible. I will try...

Edit: added midi export function ;)

Re: Offline MIDI Metronome

Posted: Fri May 02, 2014 10:53 pm
by DreckigesSchwein
Added a mode for custom beats.
Enjoy ;)

Re: Offline MIDI Metronome

Posted: Sat May 03, 2014 12:29 am
by Venus
Looks great! I'll test it as soon I got time for it :-)

Re: Offline MIDI Metronome

Posted: Sun May 04, 2014 9:25 pm
by DreckigesSchwein
Added multiline custom beat.
Window is now sizable.