From 5a1cffcd6670fbd01afe76f5ee8cb63249e85b98 Mon Sep 17 00:00:00 2001 From: j-bresson Date: Wed, 30 Oct 2019 13:49:38 +0100 Subject: [PATCH] version: 2.11 --- OM-SuperVP.lisp | 4 ++-- OM-SuperVP.omlib | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OM-SuperVP.lisp b/OM-SuperVP.lisp index b740eaa..e6ed227 100644 --- a/OM-SuperVP.lisp +++ b/OM-SuperVP.lisp @@ -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)) @@ -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) diff --git a/OM-SuperVP.omlib b/OM-SuperVP.omlib index 45827d4..97c50bc 100644 --- a/OM-SuperVP.omlib +++ b/OM-SuperVP.omlib @@ -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).")