Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 192:54d79a2c82d2
fix make-chromatic-pitched-event constructor
Ignore-this: 93298c4a64a4a65dc948f8473c92a9c8
darcs-hash:20090524152250-16a00-295d43f8c2d16089196ab223b43264ae55f5620b.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Sun, 24 May 2009 16:22:50 +0100 |
parents | 4d06910b6f0f |
children |
line wrap: on
line source
(in-package #:amuse-geerdes) ;; N.B. This file contains an access password for the database in ;; plain text... (defun get-amuse-connection () (warn "This function should be removed, use connect-to-database instead.") (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql") :if-exists :old :database-type :mysql))