Skip to content

Commit

Permalink
Update building-a-random-music-sequencer-with-preact.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starzonmyarmz authored Nov 25, 2024
1 parent fae8faa commit e91e565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posts/building-a-random-music-sequencer-with-preact.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2022-05-05
tags: post
---

As I've composed music for video games, something that has piqued my interest is the concept of randomly generating music. Not that this is a new concept, but I was curious to see what I could come up with. Go ahead and check out the [RMG-2021](https://starzonmyarmz.github.io/rmg/).
As I've composed music for video games, something that has piqued my interest is the concept of randomly generating music. Not that this is a new concept, but I was curious to see what I could come up with. Go ahead and check out the [RMG-2021](http://rmg.iamdanielmarino.com/).

## Design

Expand Down Expand Up @@ -43,4 +43,4 @@ On top of these features you can also easily randomize all the settings, and sha

## Random Sequences are Fun

I've used [random sequences](https://starzonmyarmz.github.io/rmg/?notes=16&key=E&rangemin=2&rangemax=8&arrangement=B6+0.25%2CE2+2%2CF%234+0.75%2CD%238+1%2CC%234+4%2CF%237+4%2CD%236+0.75%2CD%238+2%2CG%235+0.75%2CC%238+1%2CC%236+0.25%2CD%233+0.25%2CC%233+1%2CF%238+2%2CD%238+0.5%2CD%233+0.5&tempo=314&wave=square&smoothing=0.38&staccato=0.34&bass=-9&mid=-1&treble=-1&loop=true) generated by the RMG for various things: drumming along with sequences, challenging myself to [compose](https://soundcloud.com/starzonmyarmz/ollie) [music](https://soundcloud.com/starzonmyarmz/grind) around a random sequence, or even sending goofy sounds to my friends. It was a fun project, and I learned a lot.
I've used [random sequences](https://rmg.iamdanielmarino.com/?notes=16&key=E&rangemin=2&rangemax=8&arrangement=B6+0.25%2CE2+2%2CF%234+0.75%2CD%238+1%2CC%234+4%2CF%237+4%2CD%236+0.75%2CD%238+2%2CG%235+0.75%2CC%238+1%2CC%236+0.25%2CD%233+0.25%2CC%233+1%2CF%238+2%2CD%238+0.5%2CD%233+0.5&tempo=314&wave=square&smoothing=0.38&staccato=0.34&bass=-9&mid=-1&treble=-1&loop=true) generated by the RMG for various things: drumming along with sequences, challenging myself to compose music around a random sequence, or even sending goofy sounds to my friends. It was a fun project, and I learned a lot.

0 comments on commit e91e565

Please sign in to comment.