Close

1024 Results for "music"

  • Prototype plays music!

  • I'm sorry for the long delay to this update...This project made a huge step as the MP3-Player now actually plays MP3's.I build a python-script that uses the pygame library to control the playback of audio files.It also uses the SocketCAN implementation...
  • Music and the Motor

  • My brother (MIBRO) enlisted my help to make a creepy figure appear to play the organ.  He originally had planned to make a PVC torso rocked back and forth by a windshield wiper motor, powered by an adjustable power supply on a timer. The power supply...
  • music contest. -- DEADLINE APPROACHETH!

  • Update: "DO IT NOW." Deadline in less than 2 weeks! Further info/updates at the bottom. =================================== FloppyBird is a two-parter... The first, proof-of-concept, is to use my new PWM-nibble storage technique to store audio on a floppy...
  • Some SID-music in basic

  • I've added commands in ehBasic now so I can play music in the background.An example:SIDLOAD"delta.sid"SIDPLAY :REM PLAY DEFAULT SUBSONGSIDPLAY2 :REM PLAY SUBSONG 2SIDSTOP :STOP PLAYINGThe code to do this uses a separate 0-48KiB block for the music, so...
  • Converting it to music table

  • Once I'm happy with basic lighting and touch sensing, I'm planning to add USB port to it so it can act as a MIDI instrument for anything else. This way you can connect iPad and playback your coffee table presses through AirPlay to your audio system.There...
  • Music can change the world...

  • 7/12: Ran across a description of a Sample & Hold; 13 lines of code later, I have my 15th effect. I'll have to play with the hold time to find the best sound.7/22: Well, after a few days tracking down a bug caused by combined misreading of the PIC datasheet...
  • Rule-based Generative Music Scripts

  • There are many approaches to writing programs to generate music. For example, you can use Markov Chains, or you could hook up a Recurrent Neural Network to the Fluxamasynth Python module to compose new songs based on trained material. I'm less interested...