User Tag List

Results 1 to 10 of 10

Thread: Creating a music identifier

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Creating a music identifier

    Hi all,
    Is it possible to create a music identifier. I want it so that if you play a midi or mpeg on this program, the program can identify the notes played and how long their played and create sheet music. Is there some kind of tuner tool to identify the frequency of the notes and put a mark on the music every time it hears a note?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    start looking at various ActiveX controls. do a search on google.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Posts
    225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    lol... I don't even know what ActiveX does. I'm not familar with many programming terms... Thanks anyways... Maybe you can find a ActiveX download for me(send me a url) and walk me through using it?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    hehe... I'm not a programmer either, and a lot of terms and stuff posted in these forums cause my eyes to glaze over.

    you have an ActiveX object in MMF2. It can extend the functionality of MMF by giving you access to other controls... I look at it as providing more objects to work with. The catch is that if you use an ActiveX control in your app, you'll have to make sure anyone who uses your app also has that control (either is already on their machine, or you put it on there with your installer). Check out the following link to learn more.

    ActiveX at Clickwiki.info

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Location
    Cape Town South Africa
    Posts
    192
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    I have thought of the same type of program before and did some reseach on active x too. Sorry to say I don't think it's going to happen.
    Only way to do this I think will be to.
    1. record the sound to a graph maybe using overlay (I think Andos made a example like that years ago).
    2. Work out on the graph what freq. each part of the graph is running at.
    3. Then work out the notes for each freq.(thats the easy part)
    4. I dont think an app will be able to calculate all these things while the song is playing; you will have to do it in parts.

    I hope this helps.

  6. #6
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    It would certainly be possible for MIDIs or the MOD family as the files contain the note information (though I'm not actually sure if there's an easy way to extract it short of writing a tracker yourself). For MPEG files... good luck!

  7. #7
    No Products Registered

    Join Date
    Jul 2006
    Location
    Cape Town South Africa
    Posts
    192
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    A midi software like this already exists maybe you can get some idea.

    [color:#3366FF]http://www.musicmasterworks.com/[/color]

  8. #8
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    A MIDI file is rather easy to read. The problem is creating the sound.

  9. #9
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    Ah, I've just read the top post again - if you specifically want it to react to the sound of the notes being played rather than the information in the file itself, that's a lot more difficult.

  10. #10
    No Products Registered

    Join Date
    Jul 2006
    Posts
    225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating a music identifier

    ok well thanks for your replies. I'll try to find a way. Btw what do you mean raytrace by "the problem is creating the sound"?

Similar Threads

  1. Creating a Music Player?
    By sheppard1 in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 1st June 2020, 02:19 AM
  2. creating a button that toggles music on and off
    By 1234cb in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th August 2011, 04:41 AM
  3. Music creating software?
    By Bipolar_Games in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 18th September 2008, 03:45 AM
  4. Unique PC Identifier
    By Steven in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 19th March 2008, 08:17 PM
  5. Create Object, and get its "Identifier"?
    By Simion32 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 3rd March 2007, 09:45 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
  •