Live data from Hacker News

Learning music with Strudel

terryds.notion.site

11–20 of 139 posts

Re: Learning music with Strudel

#11

I've run across more and more strudel musicians (developers?) doing a kind of live coding performance art and posting clips on tiktok and reels. It's really entertaining to watch. I've been meaning to dabble in it.

It's fun to watch and somehow more approachable to me than a big program with lots of menus and virtual knobs.

Re: Learning music with Strudel

#13
post #5

There's also a neovim plugin for those who want to play around with this locally https://github.com/gruvw/strudel.nvim ; it essentially launches strudel in a browser but synchronizes the strudel and nvim editors. EDIT: fixed link to not have trailing semicolon.

Fixed URL: https://github.com/gruvw/strudel.nvim

Re: Learning music with Strudel

#14
post #5

There's also a neovim plugin for those who want to play around with this locally https://github.com/gruvw/strudel.nvim ; it essentially launches strudel in a browser but synchronizes the strudel and nvim editors. EDIT: fixed link to not have trailing semicolon.

Link has a trailing semicolon and doesn't work - but awesome to have nvim + strudel!

https://github.com/gruvw/strudel.nvim

Now with no added punctuation!

Re: Learning music with Strudel

#15

Loved playing with it! https://strudel.cc/?qVv8Cr0OD6cc

Wow, I started learning recently, I didn't know you can change the theme.

Also this music brings really good vibes!

I get more motivated when I can see it working directly and change some code here and there!

Thanks for sharing.

Re: Learning music with Strudel

#16
post #5

There's also a neovim plugin for those who want to play around with this locally https://github.com/gruvw/strudel.nvim ; it essentially launches strudel in a browser but synchronizes the strudel and nvim editors. EDIT: fixed link to not have trailing semicolon.

Is there a way (like a CSS rule or something similar) that when you look at the main strudel window, it only shows the piano rolls, punch cards, sliders, etc - but not the code?

Maybe with just the comments? This would be killer, since I have dual displays, and on one I can just focus on the code, the other one can have all the visual stuff.

I'm using this plugin, but having the code twice distracts me a lot (but I prefer the original neovim instead the integrated vim mode inside strudel).

Thanks in advance!

Re: Learning music with Strudel

#18
post #5

There's also a neovim plugin for those who want to play around with this locally https://github.com/gruvw/strudel.nvim ; it essentially launches strudel in a browser but synchronizes the strudel and nvim editors. EDIT: fixed link to not have trailing semicolon.

Is there a way (like a CSS rule or something similar) that when you look at the main strudel window, it only shows the piano rolls, punch cards, sliders, etc - but not the code? Maybe with just the comments? This would be killer, since I have dual displays, and on one I can just focus on the code, the other one can have all the visual stuff. I'm using this plugin, but having the code twice distracts me a lot (but I p…

I've only just started playing around with it, so I don't know enough about it unfortunately. You could open an issue against the repo; the plugin owner might be able to answer your question.
Post reply on HN