Skip to content

Commit

Permalink
version: 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bresson committed Oct 30, 2019
1 parent bb0fbb4 commit 5a1cffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OM-SuperVP.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ SuperVP can also be selected as a sound normalizer in OM sound processing (see P
(unless (fboundp 'om::set-lib-release) (defmethod om::set-lib-release (version &optional lib) nil))


(om::set-lib-release 2.10)
(om::set-lib-release 2.11)

;;; compat
(defun om::om-directory-pathname-p (p) (om::directoryp p))
Expand All @@ -86,7 +86,7 @@ SuperVP can also be selected as a sound normalizer in OM sound processing (see P

(print "
;;;==========================================
;;; OM-SuperVP 2.10
;;; OM-SuperVP 2.11
;;; SuperVP sound analysis and processing for OpenMusic
;;;
;;; J. Bresson, J. Lochard, IRCAM (2006-2018)
Expand Down
2 changes: 1 addition & 1 deletion OM-SuperVP.omlib
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(:om-lib

(:version 2.10)
(:version 2.11)

(:doc "OM-SuperVP is a library for the control of SuperVP from OpenMusic.\n The library contains functions for sound analysis (FFT, Transients, Fundamental frequency, Formants) and processing (Time/Frequency transformations, filters, cross-synthesis, etc.).\n\n OM-SuperVP requires SuperVP to be installed, authorized, and declared as an OM external (see Preferences/Extrernals).")

Expand Down

0 comments on commit 5a1cffc

Please sign in to comment.