A ClojureScript app exploring dozenal music notation

Just a silly bit of fun, exploring an alternative notation for music (in particular guitar tabs) using base-12 numbers.

https://dozenal-music.netlify.com/

Built using ClojureScript and React via Rum.

Feedback, welcome, from musicians and programmers alike!

8 Likes

I know nothing about music, but I like interactivity and the fact that it works just fine on mobile. Good job!

What do you think of Rum ? Iā€™d love your opinion on it.

I find that Rum delivers well on the promises made in its README - it is truly simpler and less opinionated than the alternative React wrappers I know of (Reagent, Quiescent, Om), and its mixin architecture makes it very expressive without forcing you to write classes. I find its choice of explicit atom reads (via rum.core/react) to be more tasteful than Reagentā€™s Ratom abstraction.

The only thing I would add in favour of Reagent is that Reagent is truly ā€˜homoiconicā€™: its UI trees are really made of data structures, which can be assembled programmatically with little commitment, passed around and tested for equality, which makes it pratical to have generic components parameterized with other components. Rum does not really have that AFAICT (neither does React) - or maybe @tonsky will want to correct me?

1 Like

Iā€™m into music making and Iā€™d like to keep up with your endeavor. It looks really interesting. Iā€™m thinking about coding melody generator and your notation looks quite helpful.

Very cool! I need to spend more time with dozenal! Turns out thereā€™s an American Dozenal Association!

http://www.dozenal.org

Also, ā€œthereā€™s nothing new under the sun?ā€ :slight_smile: A quick search returned this:

http://www.dozenal.org/drupal/sites_bck/default/files/db33116_0.pdf

Tangentially related: hookpad (since we are talking alternative music notation).

Greets!

1 Like

@EmmanuelOga thanks for the links, will include them in the project!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.