HackerTrans
トップ新着トレンドコメント過去質問紹介求人

octetta

107 カルマ登録 13 年前
nerd

https://octetta.com https://github.com/octetta https://www.youtube.com/@octetta

投稿

Show HN: Skred – my opinionated sound/pattern engine and live coding thingy

octetta.github.io
5 ポイント·投稿者 octetta·9 日前·1 コメント

Show HN: Web-REPL "skred" : my OSS sound engine w/retro C64 appearance

octetta.github.io
5 ポイント·投稿者 octetta·2 か月前·2 コメント

WASM-skred-REPL a web playground for my work-in-progress sound engine

octetta.github.io
2 ポイント·投稿者 octetta·2 か月前·0 コメント

Show HN: What if your synthesizer was powered by APL (or a dumb K clone)?

octetta.github.io
92 ポイント·投稿者 octetta·4 か月前·33 コメント

Show HN: K-synth – A web-based array language playground for synth design

octetta.github.io
2 ポイント·投稿者 octetta·4 か月前·1 コメント

コメント

octetta
·9 日前·議論
My stupid github.io page loads the inline YT viewer about 50% of the time... don't know if it's a Central Europe problem or a ME problem...
octetta
·2 か月前·議論
Thanks! Give it a try and let me know if it's usable... the learning page should give a bit of a start on my ASCII notation.
octetta
·4 か月前·議論
This is amazing and might be exactly what I’m looking for my own weirdo retro tooling that sometimes needs to run over ssh but also expect a “GUI” experience… any metrics on the overhead this might add to, for instance to a hello world type program?
octetta
·4 か月前·議論
Many updates... if you're still watching this, try it out here:

https://octetta.github.io/k-synth
octetta
·4 か月前·議論
It might not be obvious (and doesn’t work on my iPhone or iPad), but if you right click on pads with sounds loaded, you can mess with the pitch of sounds, rename them, and download a wav file for use elsewhere.
octetta
·4 か月前·議論
that's what i'm playing with... thoughts?
octetta
·4 か月前·議論
I fixed a few broken examples in the README.md file but I don't have the related readme.html file used in the web app getting automatically updated, so they're out of sync at the moment.
octetta
·4 か月前·議論
I'm looking forward to checking out your stuff...
octetta
·4 か月前·議論
Fun. I've lost count of the languages I've learned and gotten paid to use over the years, but it's mostly very exciting to add a new one to the list.

Haskell is one I haven't used yet. The closest I've come to that is a weekend fling with OCaml... much respect for the ML work though!

I hear you for the complexities in J though. I've intentionally limited k-synth to single letter upper case variables and the verbs are also one character... I might regret this at some point.

Have fun! It makes the world a better place!
octetta
·4 か月前·議論
A warning... if you save a setup to JSON, it naively stores the generated waveforms put in slots and the notebook, so the files can become quiet large. I have a plan to just keep the code behind the waves and regenerate the waveforms at load time.
octetta
·4 か月前·議論
On the C-side, I'm going to add a UDP listener to the code so I can send k-synth incantations live from Emacs (something I did for my skred program at the suggestion of an Emacs user). Let me know if anyone wants to know about this when it's usable. On the desktop app side, I use miniaudio (thank's Macron) so this is portable to the usual suspects. I also made a single header file cross platform midi library which I have some devious plans for in this space. Stay tuned.
octetta
·4 か月前·議論
Doesn't matter. Just happy people are doing weird stuff like this and appreciate the share. I looked at a bunch of APL-ish implementations and kind of ran with the K-simple code (links on the repo). What background do you come to J from? Another programming language? How do you like it?
octetta
·4 か月前·議論
Wowie! I'M NOT WORTHY! Cool stuff!
octetta
·4 か月前·議論
I'll take a look... it's probably not obvious, but the language engine is actually written in C and emscripten-ed to WASM, so I've already crossed several bridges to get this done. Absolutely riff off this interface... would love to see what you can make. My stuff is MIT licensed, so tear it up! On a side note, I was able to meet Sam Aaron of SonicPi / Tau5 at Goarmire back in September which was cool... he teased us with Super Collider in JS then and since, he's crossed the finish line on that stuff. We live in amazing times! Have fun!!!
octetta
·4 か月前·議論
Wow! I had no idea, will look here for inspiration too. Thanks!
octetta
·4 か月前·議論
At any rate, in case it's hard to see, definitely try loading the dm-bell.ks patch, putting it in slot one so the melodic pad can play it... it's quick and dirty to see what's capable in a few keystrokes... although I'm sure the PD and ChucK and SC and ... wizards could put me to shame in a showdown, LOL.
octetta
·4 か月前·議論
Strudel (and PureData, and ChucK, and SuperCollider, and AMY) are all great projects, but they weren't scratching my itch, so after I got laid off from a FAANG role, I rage/anxiety started writing code for stuff fun-ner than writing code for radios and routers and satellites... this is where my cortisol / dopamine lead me. No disrespect to those other projects... all have been inspirational and are a heck of a lot more "respectable" than my playground code.
octetta
·4 か月前·議論
BQN kicks-ass and I've spent hours listening to the Array Cast podcast while in SoCal traffic. I'll check his stuff out with an eye towards the audio stuff.

I'm an APL newb... while I've been writing code-for-cash forever (C, etc.) I've had a long-time interest in APL languages, but I'm just messing around after working on waveform generation for another sound project I have in the works (https://github.com/octetta/skred ... https://youtu.be/L5-3gBpJsAo?si=JdBlntzn4doY-c3s).

While I was working on this I remember the first book I saw in the public library on computer programming was about APL (probably sometime around 1976)... I didn't have access to a "real computer" for another year after that and no APL for decades, but some ideas stick around, LOL.
octetta
·4 か月前·議論
Wowie... Jart commented! I'm on it my friend. Certainly sequencing is a good thing to add.
octetta
·4 か月前·議論
I have a CLI and desktop versions on github (all MIT license)

https://github.com/octetta/k-synth https://github.com/octetta/ksynth-desktop/

it's been a blast to play with... and a great excuse to learn array languages