i know how to end aliasing
- KVRAF
- Topic Starter
- 3513 posts since 28 Jan, 2006 from Phoenix, AZ
- KVRAF
- 2580 posts since 4 Sep, 2006 from 127.0.0.1
so do i understand correctly that.... you're actually not making plugins or Hosts or such, but what you're creating instead is some "environment" targeted at the plugin developers, as a tool so they can create plugins with it? ... because this is the DSP sub-forum..
if that's so: way to go and say "f*ck off" to the very developers you're trying to "sell" this to
if that's so: way to go and say "f*ck off" to the very developers you're trying to "sell" this to
It doesn't matter how it sounds..
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
- KVRAF
- 2580 posts since 4 Sep, 2006 from 127.0.0.1
i also saw the 4th line of text where you said something like "now you can all go f*ck yourself" but i failed to capture it
seriously, will you stop bleaching your posts, is this the kindergarten?
It doesn't matter how it sounds..
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
- KVRAF
- Topic Starter
- 3513 posts since 28 Jan, 2006 from Phoenix, AZ
are you ready to start taking me seriously?antto wrote: Thu Jul 09, 2026 7:14 pmi also saw the 4th line of text where you said something like "now you can all go f*ck yourself" but i failed to capture it
seriously, will you stop bleaching your posts, is this the kindergarten?
yes this aliases for a handful of reasons. im just showing off potential right now.
- KVRAF
- 2580 posts since 4 Sep, 2006 from 127.0.0.1
no, dude, i'm not in your target audience, i haven't made a plugin since 2013-ish, i'm kinda more working on hardware instruments if anything
i also didn't mention that after those 2 minutes in which i was clicking on your website, it caused memory usage to go towards the ceiling and i barely managed to kill firefox or else i would've had to do the "reisub" and then i would've been very pissed at you, for no reason
i also didn't mention that after those 2 minutes in which i was clicking on your website, it caused memory usage to go towards the ceiling and i barely managed to kill firefox or else i would've had to do the "reisub" and then i would've been very pissed at you, for no reason
It doesn't matter how it sounds..
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
- KVRAF
- Topic Starter
- 3513 posts since 28 Jan, 2006 from Phoenix, AZ
awesome. you're the first person to report a bug. thank you. i will look into it. amazing what happens when you communicate something useful. wow.antto wrote: Thu Jul 09, 2026 7:23 pm no, dude, i'm not in your target audience, i haven't made a plugin since 2013-ish, i'm kinda more working on hardware instruments if anything
i also didn't mention that after those 2 minutes in which i was clicking on your website, it caused memory usage to go towards the ceiling and i barely managed to kill firefox or else i would've had to do the "reisub" and then i would've been very pissed at you, for no reason
also, that is expected: it's a f**king miracle this thing even runs at all.
edit: downloading firefox
Last edited by Architeuthis on Thu Jul 09, 2026 7:31 pm, edited 1 time in total.
- KVRAF
- 2580 posts since 4 Sep, 2006 from 127.0.0.1
don't forget those pixels that i highlighted earlier too, they need to go straight into the blackhole!
EDIT: well, IMO, the webbrowser is not the right place for a "realtime modular" or whatever your thing is. but what do i know
EDIT: well, IMO, the webbrowser is not the right place for a "realtime modular" or whatever your thing is. but what do i know
It doesn't matter how it sounds..
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
..as long as it has BASS and it's LOUD!
irc.libera.chat >>> #kvr
- KVRAF
- Topic Starter
- 3513 posts since 28 Jan, 2006 from Phoenix, AZ
it is. think about it. even if this runs like s*** now. i get that you are skeptical that this can be stable in browser. my design philosophy is going to make this blazingly fast. i've only had time to work on getting running, not much time to dig into the code and optimize, but the design philosophy is:
* avoid getters/setters
* avoid branching
* the internal wiring paradigm is array-based (we simply run through a contiguous array of calculations)
* compiled equations (regex-like reduction)
* single truth samplerate and frequency to avoid pitch calculations
* i could perhaps do multithreading by allowing for multiple arrays
* and i want to look into GPU processing
the thing im excited most about: in browser additive synth that slaps
