Simulating Chords using sound


Closed Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2010
    Posts
    26

    Default Simulating Chords using sound

    Hello mates. I have some questions regarding the sound order.

    1. Using SOUND, you can play one note at a time. If you are having a chord, say c-e-g, could you emulate that by sending the single notes very fast after one another, so cegcegcegceg and each chord a fraction of a second.

    2. Can you use SOUND via Transistor, too?

    So instead of

    Pin --- | | --- Speaker --- GND

    this

    Pin --- | | --- Resistor --- Transistor --- Speaker --- GND, by using a emitter follower.

  2. #2
    Join Date
    May 2010
    Posts
    26


    Did you find this post helpful? Yes | No

    Default

    Still interested.

  3. #3
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Take a look at this:


  4. #4
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    643


    Did you find this post helpful? Yes | No

    Default

    Nice video!!

    Don't tell me they made this piano with a PIC . What are the round buttons? Are they touch sensors?

    Robert

  5. #5
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by rsocor01 View Post
    Nice video!!

    Don't tell me they made this piano with a PIC . What are the round buttons? Are they touch sensors?

    Robert
    It is done with a PIC, a 16F688. The buttons are capacitive sensors, in this case it looks like he used coins. They can be pretty much made out of anything metal. This guy has done some nice work. Check out http://www.pic24.ru/doku.php/en/osa/.../pk2_osa_piano for more info.

  6. #6
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Everything (except for the speaker amplifier) is done with a PIC. A PIC16F88 is used to scan 36 capacitive touch switches (using coins), an 8-channel PWM generator for polyphonic tones (chords) and voices, etc. They key to getting all of this to work is the use of a Real Time Operating System.

Members who have read this thread : 1

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

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