Hey, 1000W means windings of course.
MrAl: I would like to make it the vintage way. In fact, i just need to put the frequencies of several oscillators. (That shouldnt be so hard, should it?)
And then they next keypoint is to program how loud every frequency should be, because they are not static and change over time (adsr envelope: attack, decay, sustain and release). How could this be programmed?
Hi,
I'd go with Nigel's suggestion. He stated that you would create first the 12 top octave generators and then divide them down to get all the lower octaves. After that you need to filter each one of them to create sine waves from the square waves. This is going to take some work.
The easy part is creating the generators and divide counters. With 12 generators (square wave oscillators) you get the highest notes, then divide them down with digital counters to get the lower frequencies. To get all the way down to 40Hz you'd need counters that can divide by 2^10, unless you really only need the flute tones and then maybe less (check actual instrument range).
Once you do that the hard part comes next. You need one filter for each frequency output. With 12 generators and 8 bit counters, that's 96 filters required. You can probably get away with 2nd order bandpass filters, maybe using op amps. Using quad op amps that's a total of 24 op amps, 48 capacitors, maybe 72 resistors.
Next you need to decide if you really only want one note at a time. If so that makes it easier.
Then you need to use gain controlled amplifiers to generate the timbre and choose and set the harmonic content.
To program the timbre you could control the gain controlled amps with a charging and discharging capacitor.
You'll also want to generate a sequence of tones to create a full musical passage. This will require some kind of memory and some counters to step through the memory picking out the notes one by one. Another oscillator will act as the note timing generator and that drives the memory address counter.
As each note is fetched it selects which gain controlled amps get turned on and triggers the timbre generator that actually controls the gain of the gain controlled amps.
So you've got your work cut out for you.
I'd be glad to help as long as you promise to record at least one Bach piece with flute solo and post it here as i would love to hear this thing when it was completed