annotate implementations/geerdes/connect.lisp @ 105:7f139c81752e

rename make-pitch-interval to make-chromatic-pitch-interval darcs-hash:20070726092952-dc3a5-5a59469fbb77e74dca807e5fb277c6342bb0891b.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Thu, 26 Jul 2007 10:29:52 +0100
parents 8ea75cc8bc2c
children c8db9d1bd191
rev   line source
d@88 1 (in-package #:amuse-geerdes)
d@88 2
d@88 3 ;; N.B. This file contains an access password for the database in
d@88 4 ;; plain text...
d@88 5
d@88 6 (defun get-amuse-connection ()
d@88 7 (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql")
d@88 8 :if-exists :old :database-type :mysql))
d@88 9
d@88 10 ;; might as well connect while I'm at it
d@88 11 (get-amuse-connection)