tags:

views:

38

answers:

1

Hi. I'm in the process of developing a drum machine application. We have added sound to the buttons and now we would like to add a record and play button but can't seem to figure out how to write the code. We were hoping you might be able to help us. Thanks

A: 

You need a structure that captures all of the information you want to record about one sound in a track. Like volume, length, pitch, which beat you're on, etc.

A track consists of a whole bunch of these sounds.

Then playing back the song involves processing all of the structure records that you recorded.

John at CashCommons