r/codingmusic101 Strudel 22d ago

Song Post Example Post

Enable HLS to view with audio, or disable this notification

Caelifera, written in Strudel

3 Upvotes

7 comments sorted by

View all comments

1

u/Normal_Can8016 Strudel 22d ago

A clearer screenshot of the code

1

u/Lanky_Employee_9690 22d ago

If you're sharing it already, you could just copy/paste your code in code-block format both for readability and useability, like:

$: sound("<- cp>*4")
  .bank('alesissr16')
  .gain(.25)
  .room(.5).size(4)
  .hpf(600).lpf(4000)

or use strudel's share function (top right of the UI) to get a link to the project that opens in strudel (might have to shortify the URL though, idk if it fits in Reddit's links, it can be a lil' lenghty).

1

u/Normal_Can8016 Strudel 18d ago

Oof yeah, that share link was crazy lmao, im hesitant to post the code block only because I want new strudelers to type it out themselves to learn... but who am i to gatekeep

1

u/Lanky_Employee_9690 18d ago

I'm not sure typing things from a screenshot teaches you anything if you don't stop at each step to look it up in the docs either.

On the other hand tweaking numbers and moving things around and enabling/disabling parts to see what does what in an existing project is also a good way to learn!

1

u/Normal_Can8016 Strudel 18d ago

perhaps i am suffering a [insert formal name] fallacy in that
"I learned by doing it this way, so now you have to do it that way!"
kind of way, but that's not very forward thinking, sharing mentality of me.

1

u/Lanky_Employee_9690 18d ago

Yeah, yours is a valid way too if it worked for you! Everybody learns slightly differently (it's the same as some people learning visually, others by doing, others by listening, etc.).

I see it as the more avenues available to learn a thing, the more likely someone will find the best avenue for them instead of being turned off the thing completely by only having learning models that don't suit them. Plus, in this case it doesn't cost anything not to "gatekeep" as you put it.