Skip to content

Commit

Permalink
Update Combine.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bresson committed Jan 14, 2019
1 parent 95142e2 commit d9241e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Combine.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(in-package :om)

(compile&load (om-relative-path '("sources") "FERNEYHOUGH"))
(compile&load (om-relative-path '("sources") "ferneyhough"))


; ("sub-pack-name" subpacke-lists class-list function-list class-alias-list)
Expand All @@ -22,12 +22,12 @@
))


(om::set-lib-release 1.0)
(om::set-lib-release 1.1)

(om::add-lib-alias "OMCombine" "Combine")

(print "
;; Combine loader
;; Combine
;;
;; by Mikhail Malt © IRCAM 1996
")

0 comments on commit d9241e7

Please sign in to comment.