• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Search results

  1. Wedge of Cheese

    My first thought was to simply have an interface called Device with the single method getValue().

    My first thought was to simply have an interface called Device with the single method getValue().
  2. Wedge of Cheese

    And actually I think that's all the illustrating of benefits I'm going to attempt for now. Code...

    And actually I think that's all the illustrating of benefits I'm going to attempt for now. Code time!
  3. Wedge of Cheese

    Basically, by thinking of a synthesizer in terms of a bunch of relatively simple "devices"...

    Basically, by thinking of a synthesizer in terms of a bunch of relatively simple "devices" strung together, you can create arbitrarily complex synthesizers without having to massively reprogram everything.
  4. Wedge of Cheese

    Now, we're almost ready to start looking at some Java code for this. First, though, I want to...

    Now, we're almost ready to start looking at some Java code for this. First, though, I want to attempt to illustrate the benefit of this block diagram approach.
  5. Wedge of Cheese

    [IMG]

  6. Wedge of Cheese

    Alright, so the waveforms we've made block diagrams for are square and sawtooth. We can easily...

    Alright, so the waveforms we've made block diagrams for are square and sawtooth. We can easily make one for sine by introducing a device which outputs sin(2*pi*input).
  7. Wedge of Cheese

    Cave Story Remix Project 2

    Safu: Thanks, and by all means, go ahead. Nail: I like it! The first time I listened, I kinda felt like the trumpet was out of place, but the second time not so much, so idk. Maybe I was just too used to hearing it without the trumpet. I think I'll wait until we have some album art for the...
  8. Wedge of Cheese

    Insult forum fighting.

    Unfortunately, I have nothing to contribute at the moment, except this song, which has a ton of really good ones of what you're describing: jBf1Bkk8Gdk
  9. Wedge of Cheese

    Wow, that's really clever, how long did that take you to figure out?

    Wow, that's really clever, how long did that take you to figure out?
  10. Wedge of Cheese

    By euler's definition you mean sin(x)=(e^(x*i)-e^(-x*i))/(2*i)?

    By euler's definition you mean sin(x)=(e^(x*i)-e^(-x*i))/(2*i)?
  11. Wedge of Cheese

    The Second Annual Kanpachis

    More like the reason Noxid gave to Lace (which secretly I actually gave).
  12. Wedge of Cheese

    Interesting. I don't have time at the moment to try to discern this, but I will soon. And the...

    Interesting. I don't have time at the moment to try to discern this, but I will soon. And the sawtooth may be either upward or downward sloping; it sounds the same either way.
  13. Wedge of Cheese

    I Would Like to Tell You All the Reasons Why I Haven't Been Here in a While

    Eh, I think we all kinda knew the irritable male thingy was crap, so don't feel too bad xD.
  14. Wedge of Cheese

    Cave Story Remix Project 2

    Thanks! I agree with your categorization of them, though I kinda think it'd make more sense to have a separate album art for the bonus album. I have no ideas for what that album art might look like at the moment, so I'm open to suggestions/submissions. Also, I have to renew the domain before...
  15. Wedge of Cheese

    Pretty much yeah, except for andwhy and dt, 'cause of their moderating duties.

    Pretty much yeah, except for andwhy and dt, 'cause of their moderating duties.
  16. Wedge of Cheese

    Cave Story Remix Project 2

    Sweetness!
  17. Wedge of Cheese

    Mostly a few people who just popped in briefly and left. RuneLancer (under a different account...

    Mostly a few people who just popped in briefly and left. RuneLancer (under a different account, for some reason), Xaser, and Shmitz. I think there were one or two others that I'm not remembering at the moment.
  18. Wedge of Cheese

    That's what she said. In fact she did die for it. This is gonna be hard to explain to the...

    That's what she said. In fact she did die for it. This is gonna be hard to explain to the authorities... >_>
  19. Wedge of Cheese

    Not now, I only have about an hour to practice with my dad before that concert you're gonna miss.

    Not now, I only have about an hour to practice with my dad before that concert you're gonna miss.
  20. Wedge of Cheese

    WAT Dang, we've been having a lot of awesome unexpected returns lately (I'm guessing you'll be...

    WAT Dang, we've been having a lot of awesome unexpected returns lately (I'm guessing you'll be hearing that a lot :p).
  21. Wedge of Cheese

    And that's enough for now.

    And that's enough for now.
  22. Wedge of Cheese

    Here's some ARNUC for ya' [IMG]

    Here's some ARNUC for ya'
  23. Wedge of Cheese

    And since we love our block diagrams, we can make one to generate a square wave by introducing a...

    And since we love our block diagrams, we can make one to generate a square wave by introducing a new device, the comparator, which outputs -1 if its left input is less than its right, 1 if its left output is greater than its right, and 0 if they're equal.
Back
Top