Experimental imperative-style music sequence generator engine
1–10 of 14 posts
Re: Experimental imperative-style music sequence generator engine
#2Here's a video showing how to use it in the Renoise DAW.
Re: Experimental imperative-style music sequence generator engine
#3Online playground: https://pattrns.renoise.com/
Re: Experimental imperative-style music sequence generator engine
#4Can anyone recommend something similar for Python or Golang?
Re: Experimental imperative-style music sequence generator engine
#5Declarative representations are also very groovy, I loved the HarmTrace guys [1] view of harmonic analysis as parsing by a grammar so the AST reflects the harmony of the piece (for instance secondary dominants are similar to subordinate clauses in normal language). It is incomplete modeling sure, yet it generates a infinite variety from a finite set of generators, that make sense tonally (hand picked, not machine-inferred).
Re: Experimental imperative-style music sequence generator engine
#6[flagged]
Re: Experimental imperative-style music sequence generator engine
#7renoise is super cool.
if you're interested in live coding, you might also want to check out Glicol (https://glicol.org).
Its parser and audio engine are also implemented purely in Rust, and it supports declarative, dynamic updates. A no_std version for embedded systems is also in development.
Re: Experimental imperative-style music sequence generator engine
#8renoise is super cool. if you're interested in live coding, you might also want to check out Glicol ( https://glicol.org ). Its parser and audio engine are also implemented purely in Rust, and it supports declarative, dynamic updates. A no_std version for embedded systems is also in development.
Renoise is very cool - I've used trackers since the early 90s and Renoise captures that experience just right.
Re: Experimental imperative-style music sequence generator engine
#9Offtopic: This is awesome, but oh my god, my heart almost skipped a beat when I thought it would be Renoise itself going opensource. I've been tracking with Renoise for the past 14 years and I love it to bits.
Very curious to test this as well
Re: Experimental imperative-style music sequence generator engine
#10Can anyone recommend something similar for Python or Golang?
Well, we could FFI this into a scripting language for sure