• 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

    Teterraro

    Rorlon has abandoned the forums.
  2. Wedge of Cheese

    Carbo45/Plumegeist

  3. Wedge of Cheese

    org to ptcop (pxtone) Converter [Java]

    Somewhat off topic, but you do realize 17 is the latest version of Garrity, not 16, right?
  4. Wedge of Cheese

    In this Topic we rate eachother's Avatars/Sigs.

    Cool story, bro. Anyway... Hayden: A - 9/10 S - 7/10 Dunc: A - 6/10 (used to be 4/10, but that explanation earns you a couple bonus points xD) S - 7/10
  5. Wedge of Cheese

    The Second Annual Kanpachis

    I believe you are one of two people on the forums to have done that (Carrotlord being the other) and Carrotlord's was in 2010 as I recall, so good call. Not avatars, but actual photographs of yourself.
  6. Wedge of Cheese

    You didn't say; was my explanation of the VolatileDevice and how it fixes the problem...

    You didn't say; was my explanation of the VolatileDevice and how it fixes the problem understandable?
  7. Wedge of Cheese

    Weird, I thought I asked you "Well, what's almost four, then?" but it seems I didn't. Anyway...

    Weird, I thought I asked you "Well, what's almost four, then?" but it seems I didn't. Anyway, postathon will continue soon.
  8. Wedge of Cheese

    No fap 2012.

    No shit, Sherlock.
  9. Wedge of Cheese

    No fap 2012.

    I can't remember if I fapped this morning or not... I had a really good one last night, which might actually have been after midnight... >_>
  10. Wedge of Cheese

    Java org player is hopefully finished. Let's wait a few days before you upload it, in case any...

    Java org player is hopefully finished. Let's wait a few days before you upload it, in case any bugs pop up.
  11. Wedge of Cheese

    Orgs in Java

    Finished! First post updated. This will probably be on the tribute site soon as well.
  12. Wedge of Cheese

    Orgs in Java

    I think I'd be able to do #3 on that list. From what you said, it sounds like #3 is linear interpolation, and #4 is sinc interpolation. edit: also, I found a typo on your online notes: The first one should be 1024 points, not 2048.
  13. Wedge of Cheese

    Almost 40? What's almost 40?

    Almost 40? What's almost 40?
  14. Wedge of Cheese

    What's the significance of "almost ivy"?

    What's the significance of "almost ivy"?
  15. Wedge of Cheese

    Orgs in Java

    Sinc interpolation is a special case of sinc filtering, which is a method of removing all harmonics from a sound above a certain cutoff frequency and leaving all other harmonics untouched (I'm not totally sure, but I believe harmonics exactly at the cutoff frequency have their amplitudes...
  16. Wedge of Cheese

    Orgs in Java

    Hmm, in those images, it looks like there are several places where the waveform is rapidly alternating between a high place and a low place. Maybe discarding sample frames according to the paradigm you posted earlier would fix the screechiness. The sinc interpolation might work as well, but...
  17. Wedge of Cheese

    The SPAM Thread

    Hello, gentleman! I need someone to make the rainy days sunny and warm. I need someone to make me smile, someone who will complete me. I need someone who will support me and stay at my side when I am feeling down <link removed> I need someone who will help me reach the star. I need someone...
  18. Wedge of Cheese

    The Second Annual Kanpachis

    For best trollbait member, I nominate metawinds. edit: also The Joker for best return
  19. Wedge of Cheese

    Yeah, I kinda suspected something like that, though I was always too lazy to try and figure it out.

    Yeah, I kinda suspected something like that, though I was always too lazy to try and figure it out.
  20. Wedge of Cheese

    Insult forum fighting.

    Would you appreciate a collection of pieces of solidified dihydrogen monoxide to help alleviate the displeasure caused by the acute high temperature of linkruler's most scathing comment?
  21. Wedge of Cheese

    I feel like I explained that rather poorly; do you get it? I also timed this reply rather...

    I feel like I explained that rather poorly; do you get it? I also timed this reply rather poorly (22 more seconds)
  22. Wedge of Cheese

    The prepareSources method would then be responsible for calling the inputs' prepare methods, and...

    The prepareSources method would then be responsible for calling the inputs' prepare methods, and the recalculate method would pretty much be equivalent to the getValue method, but the VolatileDevice class enforces the recalculate method will only be called once between calls to prepare, even if...
  23. Wedge of Cheese

    //A Device is considered a VolatileDevice if two consecutive calls of //the getValue function...

    //A Device is considered a VolatileDevice if two consecutive calls of //the getValue function could return different values even if all source devices //return the same value on both calls of getValue abstract class VolatileDevice implements Device{ private boolean calculated=false; private...
  24. Wedge of Cheese

    A Device whose prepare method does more than call its inputs' prepare methods will extend the...

    A Device whose prepare method does more than call its inputs' prepare methods will extend the abstract class VolatileDevice.
Back
Top