< Back to IRCAM Forum

Hierarchies of om# packages?

Running the command (asdf:registered-systems) returns the output:

(“asdf-package-system” “cl-svg” “lispworks-udp” “alexandria” “trivial-features” “cffi-grovel” “asdf” “osc” “cffi” “babel” “uiop” “cffi-libffi”)

In the writing classes and functions page
https://cac-t-u-s.github.io/pages/write-code

Shows
(defclass! my-chord (om::chord)

There and in the src folder many files are included in the om package.

I want to know the relationship between the om-sharp package and those libraries, if there is a hierarchy.

I’m trying to get an overall map of om#.

Knowing that om# is developed with lispworks, I found that lispworks has a system browser. Is it possible to use it in om#?

http://www.lispworks.com/documentation/lw51/CLWUG-M/html/clwuser-m-454.htm