Extensible Music Composition and Music Production Framework for Node.
// Two measures of snare, kick, and tambourine transcribed with 'fluid-music'
const score = {
r: '1 + 2 + 3 + 4 + ',
snare: [' s s ', ' s s '],
kick: ['D ', ' D D '],
tamb: ['t t t t t t t t ', 't t t t t t t t '],
}
Fluid music converts JavaScript score objects (above) to:
.wav
audio files.tracktionedit
files for Tracktion Waveform.rpp
files for Reaper (below)Fluid Music is:
Fluid Music scores can:
The Fluid Music API is in beta, and has not yet stabilized. However, there will be no major changes prior to version 1.0
.
See About Fluid Music for more details.
Fluid Music aspires to be:
See Useful, Welcoming Software for more details.