Lace
Reaction score
0

Profile posts Postings Media Albums About

  • In other news, I probably should have just written a program to generate that image rather than slaving away in mspaint for a half hour... >_>
    graph.png
    The state is then updated to fit within the interval [0,1) by repeatedly adding or subtracting 1 (i.e. 1.3 becomes .3, -.4 becomes .6, etc.).
    It has an internal state which is also a numeric value in the interval [0,1). During each virtual "clock cycle" of the synthesizer (each of which corresponds to exactly one sample frame of audio output) the input value is first added to the internal state.
    Multiply should be pretty self explanatory. Its output is simply the product of its inputs. Oscillator is a bit more complicated.
    We'll do this using block diagrams. A blue block represents an input to the synthesizer, a green block represents an output of the synthesizer, and a red block represents a device.
    Each device would have some number of inputs (either other devices or inputs to the synthesizer) and one output (either another device or an output of the synthesizer).
    Such a synthesizer would have any number of inputs, 1 or 2 outputs (depending on whether or not I want stereo sound) and several "devices" in between to do the calculations.
    Alright, so aforementioned attempts at synthesizing audio from scratch and outputting results to a wav file consisted of building virtual synthesizers.
    Merry Merry!

    If you might remember, last year there was a Cave Story Christmas image ft. various sprites like Santa Santa and Elf Booster and Reindeer quot. I based my avatar off the sprite in that original image.
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top