Skip to content

Commit

Permalink
sources/om6 -> sources/om
Browse files Browse the repository at this point in the history
  • Loading branch information
karimhaddad committed Feb 3, 2025
1 parent 10ff580 commit 04b1e44
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions OMChroma.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
#'(lambda (file)
(compile&load (merge-pathnames file *load-pathname*)))

'("sources/om6/chroma-init"
"sources/om6/chroma-fun"
'("sources/om/chroma-init"
"sources/om/chroma-fun"

"sources/om6/cs-events/general-parsing"
"sources/om/cs-events/general-parsing"

"sources/om6/cs-events/csound/cs-utils"
"sources/om6/cs-events/csound/cs-tables"
"sources/om6/cs-events/csound/csound-evt"
"sources/om6/cs-events/csound/csound-tools"
"sources/om6/cs-events/csound/csound-parsing"
"sources/om/cs-events/csound/cs-utils"
"sources/om/cs-events/csound/cs-tables"
"sources/om/cs-events/csound/csound-evt"
"sources/om/cs-events/csound/csound-tools"
"sources/om/cs-events/csound/csound-parsing"

"sources/om6/cs-events/user-funs/user-funs"
"sources/om6/cs-events/user-funs/methods"
"sources/om/cs-events/user-funs/user-funs"
"sources/om/cs-events/user-funs/methods"

"sources/om6/cs-events/chromaspat"
"sources/om/cs-events/chromaspat"

"sources/om6/chroma-reference"
"sources/om6/doc-chroma"
"sources/om/chroma-reference"
"sources/om/doc-chroma"

"sources/om6/cr-models/vps-tools"
"sources/om6/cr-models/vpseditor"
"sources/om6/cr-models/cr-model"
"sources/om6/cr-models/processing"
"sources/om6/cr-models/expand-model"
"sources/om6/cr-models/ctl"
"sources/om/cr-models/vps-tools"
"sources/om/cr-models/vpseditor"
"sources/om/cr-models/cr-model"
"sources/om/cr-models/processing"
"sources/om/cr-models/expand-model"
"sources/om/cr-models/ctl"
))

(import '(cr::fq->pch
Expand Down Expand Up @@ -181,9 +181,9 @@

(setq *cs-orc-folder* (om-relative-path '("Csound") nil))

(load-chroma-classes (om-relative-path '("sources" "om6" "cs-events" "csound" "classes" "Basic") nil) basicpack)
(load-chroma-classes (om-relative-path '("sources" "om6" "cs-events" "csound" "classes" "Advanced") nil) advpack)
(load-chroma-classes (om-relative-path '("sources" "om6" "cs-events" "csound" "classes" "Panning") nil) spacepack)
(load-chroma-classes (om-relative-path '("sources" "om" "cs-events" "csound" "classes" "Basic") nil) basicpack)
(load-chroma-classes (om-relative-path '("sources" "om" "cs-events" "csound" "classes" "Advanced") nil) advpack)
(load-chroma-classes (om-relative-path '("sources" "om" "cs-events" "csound" "classes" "Panning") nil) spacepack)
)


Expand Down

0 comments on commit 04b1e44

Please sign in to comment.