Skip to content

Algorithmic music generation in the browser based on weaving patterns

Notifications You must be signed in to change notification settings

reubenson/weaving

Repository files navigation

Weaving

Weaving Music is an exploration of the materiality of sound through the metaphor of weaving, with the weaving loom re-imagined as a music sequencer. The seeds of this project were formed when first encountering grid notation for weaving patterns in Anni Albers' On Weaving, which gave the immediate impression of rhythmic music notation.

This project is built with Nuxt 3 and Vue.js.

Visit https://reubenson.com/weaving/ to weave some music!

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

References

About

Algorithmic music generation in the browser based on weaving patterns

Resources

Stars

Watchers

Forks

Packages

No packages published