Skip to content

Commit

Permalink
fixed bugs, added in envelopes and harmonics
Browse files Browse the repository at this point in the history
  • Loading branch information
sausheong committed Mar 18, 2012
2 parents 2fc8a5f + 547a06a commit 4142faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions songs/done_x4.rb
@@ -1,3 +1,4 @@
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require "muse"
include Muse

Expand Down
1 change: 1 addition & 0 deletions songs/test.rb
@@ -1,3 +1,4 @@
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require "muse"
include Muse

Expand Down
1 change: 1 addition & 0 deletions songs/turkish_march.rb
@@ -1,3 +1,4 @@
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require "muse"
include Muse

Expand Down

0 comments on commit 4142faf

Please sign in to comment.