Results 1 to 5 of 5

Thread: automated music maker project?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Pilipinas
    Posts
    441

    automated music maker project?

    I have a project which is the "Automated Music-Maker".

    This project is to play instrument using VB.

    Like for example a guitar, I have to choose the chords I want to play and using VB will play the type of chords I selected.

    Can anybody help me or give an idea?

    I know this is a hard project that's why I am asking your help. please! Please! Please!

  2. #2
    Hyperactive Member
    Join Date
    Feb 2003
    Location
    Grenada
    Posts
    346
    Below is a sample code I had in my code bank for some time now...
    It shouws how to CREATE wav files from SCRATCH using only visual basic...

    You simply enter the frequency of the sound and it's duration then click make...
    It will create the wave file (plus shows you the HEX coding for it so you can save it later on)...plus it plays it in VB...

    No extra ActiveX are needed for this... so enjoy...
    Not what you're looking for, but with some tweaking it can get you there....
    Attached Files Attached Files
    If my post has been helpful, then please rate it accordingly...
    If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.

  3. #3
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Are you trying to simulate the guitar sounds as well or just make sounds? If just sounds maybe have a look at the Beep API...


    Has someone helped you? Then you can Rate their helpful post.

  4. #4
    Hyperactive Member
    Join Date
    Feb 2003
    Location
    Grenada
    Posts
    346
    Originally posted by manavo11
    Are you trying to simulate the guitar sounds as well or just make sounds? If just sounds maybe have a look at the Beep API...
    My question is...will that be loud enough?
    The beep api plays via the system speaker....and from the last time I checked, that wasn't loud enough...
    My guess is he's trying to make something like FruityLoops, Reason or CakeWalk.....
    But then again I could be wrong....
    If my post has been helpful, then please rate it accordingly...
    If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.

  5. #5
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Maybe, maybe not...


    Has someone helped you? Then you can Rate their helpful post.

Posting Permissions

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



Click Here to Expand Forum to Full Width