User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Like to get some Metronome Ideas please

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Like to get some Metronome Ideas please

    Has anyone coded a metronome? If so can you please post and example. If not how can this be accomplished? Need some ideas please.
    Thank you...
    Images attachées Images attachées

  2. #2
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Volnaiskra's Avatar
    Join Date
    Jan 2014
    Location
    www.sprykegame.com
    Posts
    2,558
    Mentioned
    133 Post(s)
    Tagged
    0 Thread(s)
    I'm pretty sure rage's platform engine does it (search for it on forums and/or clickstore)

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Thank you, but I'm not looking for that type engine. Just want to know how to handle making a metronome for teaching music. I know there are a ton of them out there to use, but wanted to make my own version. Need it to be able to do 30 to 220 bpm accurately and 1 to 12 beats per measure. Honestly I don't know where to start?

    I don't think it would to hard to do even numbers like, 30, 60, 120, 240 since it would based off 60 seconds. But the issue would be if the bpm for example are set to 53, 67, and so on. I guess there would be a lot of math involved to do this, but I was hoping it would be a few lines of code to do this to get the click sound (or what ever sound used) to play.

    Example: if the user set the bpm to 53,.the click or sound would be every 1.1320754 seconds, but that can be rounded off to 1.132, I would guess. The math equations is the hard part for me and coding them in the expression editor.

    This example is really nice: https://www.flutetunes.com/metronome/

  4. #4
    Clicker Install Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ragem's Avatar
    Join Date
    Jun 2014
    Posts
    148
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    RPM does indeed have a metronome built in. It's not a major feature but it's a little something I wanted to do anyway.

    Instead of thinking in terms of whole seconds, use milliseconds instead. Divide 60,000 (Ms in a minute) by whatever BPM you want, which will give you the delay between each beat in milliseconds. You can work from an internal timer from there. I have an example on my RPM itch.io page that shows how it functions.

  5. #5
    No Products Registered

    Join Date
    Mar 2017
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great news! Thanks Yves!

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    ragem, that makes sense. Can you post the link to the example please. Thank you.

  7. #7
    Clicker Install Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ragem's Avatar
    Join Date
    Jun 2014
    Posts
    148
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    It's located at the bottom here: https://ragem.itch.io/rpm-rages-plat...ickteam-fusion

    Note that the MFA assumes you have RPM with the metronome widget already, but I included an .exe that shows how it follows the music.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Ok,.I'll take a look. Thank you.

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I guess this goes on the back burner. I just can't figure out how the math would be to play the tone on each beat. Or how you set the bpm and then play the tone/tones to that bpm.

  10. #10
    Clicker Install Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ragem's Avatar
    Join Date
    Jun 2014
    Posts
    148
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Here's a very basic example based on what I used in RPM, condensed to about 3 events. You can probably work out something from there.
    Attached files Attached files

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Inconsistent timing on smartphone (metronome principle)
    By Literswater in forum Android Export Module Version 2.0
    Replies: 9
    Last Post: 10th April 2014, 03:33 AM
  2. Metronome Timing Issues
    By greasemonkey89 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 3rd May 2011, 08:00 PM
  3. Ideas
    By fish20 in forum The Games Factory 2 - Technical Support
    Replies: 6
    Last Post: 12th August 2007, 11:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •