muse icon indicating copy to clipboard operation
muse copied to clipboard

A Ruby DSL for making music

Results 4 muse issues
Sort by recently updated
recently updated
newest added

$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__)) In examples is not necessary when it was installed via gem I think.

The song's default harmonic set while creating a song object was not being used. Fixed that by using the correct symbol.

To fix the broken keyboard reference image in readme.

I believe the following bars should be as follows: ``` ruby bar(8,b:0.5).notes {b5; fis5_a5; e5_g5; dis5_fis5; } ``` ``` ruby bar(12,b:0.5).notes {b4_d5; g4; c5_e5; d5_f5;} ```