They don't make them like that any more: the Yamaha DX7 keyboard
1–10 of 225 posts
Re: They don't make them like that any more: the Yamaha DX7 keyboard
#2You can't tweak the parameters of a filter envelope if it's "printed" to a sample.
You might sample a variety of different envelopes, but there's still fundamentally no way you can get the sound of the filter attack gradually increasing using samples.
Re: They don't make them like that any more: the Yamaha DX7 keyboard
#31. Download and install dexed: https://asb2m10.github.io/dexed/
2. Download and unpack https://hsjp.eu/downloads/Dexed/Dexed_cart_1.0.zip
3. In dexed, load the cartridge "Original Yamaha/DX7 ROM/ROM1A"
4. Load the preset E PIANO 1 and play some Whitney Houston
5. Load the present BASS 1 and play the intro to Danger Zone. Listen to how note velocity affects the attack!
Re: They don't make them like that any more: the Yamaha DX7 keyboard
#4Part of the character of the sound, aside from the whole FM-with-feedback deal, was how abrupt and coarse the envelope steps were. There was no averaging or fine interpolation; just the brutality of fast integer math.
Re: They don't make them like that any more: the Yamaha DX7 keyboard
#5> And once we have sampling technology, there’s little point using computational techniques to make the once-novel sounds of earlier synthesizers: we can just sample the instruments themselves You can't tweak the parameters of a filter envelope if it's "printed" to a sample. You might sample a variety of different envelopes, but there's still fundamentally no way you can get the sound of the filter attack gradually i…
Re: They don't make them like that any more: the Yamaha DX7 keyboard
#6Re: They don't make them like that any more: the Yamaha DX7 keyboard
#7> And once we have sampling technology, there’s little point using computational techniques to make the once-novel sounds of earlier synthesizers: we can just sample the instruments themselves You can't tweak the parameters of a filter envelope if it's "printed" to a sample. You might sample a variety of different envelopes, but there's still fundamentally no way you can get the sound of the filter attack gradually i…
Which is part of what makes the Mellotron such an interesting instrument. https://en.wikipedia.org/wiki/Mellotron
Re: They don't make them like that any more: the Yamaha DX7 keyboard
#8Yamaha’s engineers did a whole lot with very little. I can only speak to the OPL2 as used in the original AdLib PC card (and to a much smaller extent the OPL3 in Sound Blasters) but IIRC all the sounds came from a lookup table of 10-bit integers representing one quarter of a sine period. Through bit shifts and addition/subtraction, out came a stream of 13-bit floating-point-ish data that the DAC converted into countl…
For the longest time (over 30 years) I've thought that things like the OPL3 were analog. I had no idea that those synth things were happening in numberland.
Re: They don't make them like that any more: the Yamaha DX7 keyboard
#9Re: They don't make them like that any more: the Yamaha DX7 keyboard
#10Yamaha’s engineers did a whole lot with very little. I can only speak to the OPL2 as used in the original AdLib PC card (and to a much smaller extent the OPL3 in Sound Blasters) but IIRC all the sounds came from a lookup table of 10-bit integers representing one quarter of a sine period. Through bit shifts and addition/subtraction, out came a stream of 13-bit floating-point-ish data that the DAC converted into countl…
The 4-operator FM synths that Yamaha produced from the DX100 (OPP/YM2164) onwards get that characteristic 'lo-fi' sound from the length of the log-sin table. The 4-operator chips used 256 samples for the quarter log-sin wave, whereas the DX7 had 1024 samples. As you increase the length of the sine table, the timbre gets much 'smoother'.
See also: https://www.righto.com/2021/11/reverse-engineering-yamaha-dx...