-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 95142e2
Showing
5 changed files
with
722 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
*.lisp~ | ||
*.*~ | ||
*.xfasl | ||
*.64xfasl | ||
*.ofasl | ||
*.*ufasl | ||
#*# | ||
|
||
.DS_Store | ||
|
||
# don't track auto-generated html's: | ||
/**/reference/*.* | ||
*.lisp# | ||
*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
;; | ||
;; | ||
;; Combine | ||
;; | ||
;; by Mikhail Malt © IRCAM 1996 | ||
|
||
(in-package :om) | ||
|
||
(compile&load (om-relative-path '("sources") "FERNEYHOUGH")) | ||
|
||
|
||
; ("sub-pack-name" subpacke-lists class-list function-list class-alias-list) | ||
|
||
(om::fill-library '(("Basic" nil nil (ser-op rot90 serie-space) nil) | ||
("Permut" nil nil (combinations messiaen prolifer saw rand-saw | ||
circ-saw oscil-permutn rev-saw spiral kreus kreus-1 | ||
permut-dyn permut-dyn1 single-to-1 single-to-x | ||
permut->to-1 permut->to-x) nil) | ||
("Analyse" nil nil (l-analyse) nil) | ||
("Conv" nil nil (mc->m m->mc octave-c3) nil) | ||
("Tools" nil nil (geomt ratio ratio-freq g-subs gl-subs segment l-segment) nil) | ||
)) | ||
|
||
|
||
(om::set-lib-release 1.0) | ||
|
||
(om::add-lib-alias "OMCombine" "Combine") | ||
|
||
(print " | ||
;; Combine loader | ||
;; | ||
;; by Mikhail Malt © IRCAM 1996 | ||
") |
Oops, something went wrong.