Mercurial > hg > amuse
diff implementations/mtp/classes.lisp @ 330:2fbff655ba47 tip
Removed cpitch-adj and cents SQL columns
author | Jeremy Gow <jeremy.gow@gmail.com> |
---|---|
date | Mon, 21 Jan 2013 11:08:11 +0000 |
parents | 04940d80aaed |
children |
line wrap: on
line diff
--- a/implementations/mtp/classes.lisp Mon Nov 19 15:11:49 2012 +0000 +++ b/implementations/mtp/classes.lisp Mon Jan 21 11:08:11 2013 +0000 @@ -50,8 +50,6 @@ (bioi :initarg :bioi :accessor %mtp-bioi) (deltast :initarg :deltast :accessor %mtp-deltast) (cpitch :initarg :cpitch :accessor %mtp-cpitch) - (cpitch-adj :initarg :cpitch-adj :accessor %mtp-cpitch-adj) - (cents :initarg :cents :accessor %mtp-cents) (mpitch :initarg :mpitch :accessor %mtp-mpitch) (accidental :initarg :accidental :accessor %mtp-accidental) (keysig :initarg :keysig :accessor %mtp-keysig)