Skip to content

Commit

Permalink
added VPS classes to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
karimhaddad committed Feb 4, 2025
1 parent b4d1085 commit 40a047f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OMChroma.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
(("Inspect" nil nil (model-max-amp model-max-freq model-min-freq model-nb-evts) nil)
("Tools" nil nil (make-cr-fun time-map-fun add-random) nil))
(cr-model) (model-data expand-model) nil)
("VPS"
(("CHORD" nil (cr::chord cr::spl cr::rpl cr::ppl cr::cil cr::ail) nil nil)
("SPECTRUM" nil (cr::spectrum cr::fql cr::crl cr::arl cr::ptl) nil nil))
)
)
(find-library "OMChroma"))

Expand Down

0 comments on commit 40a047f

Please sign in to comment.