Skip to content

SJT ( Steinhaus-Johnson-Trotter's) algorithm for letters as a musical pattern. (https://karnpapon.github.io/ect-etc-tec/#/)

Notifications You must be signed in to change notification settings

karnpapon/ect-etc-tec

Repository files navigation

ECT-ETC-TEC

implementation on SJT ( Steinhaus-Johnson-Trotter's) algorithm as a musical pattern sequencer.

since letter contains an array of properties, one of the property is "Phonetic" in short, Phonetic of each individual letter determines how to produce a sound. thus, phonetic is picked up and using to determine an "envelope" for each particular synth voice.

eg. letter "p" has percussive sound, then attack = 0.01 ( in terms of tone.js ) letter "y" has a smooth attack, so attack = 0.5 and so on.  

Alt text Alt text

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

About

SJT ( Steinhaus-Johnson-Trotter's) algorithm for letters as a musical pattern. (https://karnpapon.github.io/ect-etc-tec/#/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published