the signal is from a guitar, the output is to an amplifier. i believe the audio signal from the guitar to be pretty small... millivolts i assume. the clock i'm thinking i will make from a 555 chip, i would like to be able to control the speed of the frequency. i have 8 buttons, when i push a button that button should be "high", my goal is to make something where a clock signal is constantly being compared to these 8 buttons. Whenever my clock signal is a "high" and the button is a "high" i would like the input to be connected to the output, else i would like it to be off. So, if I press all 8 buttons then my output would be an audio signal that is only on when my clock is "high" and it should sound like a stutter. If 1 = connected (sound) and 0 = not connected (no sound) then when all 8 buttons are pressed i should hear 1,1,1,1,1,1,1,1 this should be continuously looping. If the 3rd,4th,6th,7th,8th button are pressed I should hear
0,0,1,1,0,1,1,1 coninuously looping. If i increase my clock speed, then my logic circuit would just loop through these 8 buttons quicker. I'm guessing I'm comparing the clock with each button using an AND function. Audio should only come out if both clock AND button are high.
thank you, i appreciate any suggestions of how to get started with this