Login
Check-in [cf4d3896d3]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update to version 1.0.1
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | v1.0.1
Files: files | file ages | folders
SHA3-256: cf4d3896d3aa7af0f0a8406b9458a4f1aae23e6ecd5af74419b4b3ce88510cf7
User & Date: alexa 2022-04-13 23:08:35
Context
2022-04-13
23:10
Update readme check-in: 20d1073cd8 user: alexa tags: trunk
23:08
Update to version 1.0.1 check-in: cf4d3896d3 user: alexa tags: trunk, v1.0.1
23:07
Display version info. Use values from ASDF system. check-in: 46d85a20c2 user: alexa tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to cl-meltysynth.asd.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(require 'asdf)
(in-package :asdf-user)

(defun %do-block-compile (thunk)
  (apply thunk (when (uiop:featurep :sbcl) '(:block-compile t))))

(asdf:defsystem cl-meltysynth
  :long-name "cl-meltysynth"
  :version "1.0.0"
  :license "AGPLv3 (see LICENSE for details)"

  :maintainer "Remilia Scarlet"
  :author "Remilia Scarlet"

  :depends-on (:cl-sdm)









|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(require 'asdf)
(in-package :asdf-user)

(defun %do-block-compile (thunk)
  (apply thunk (when (uiop:featurep :sbcl) '(:block-compile t))))

(asdf:defsystem cl-meltysynth
  :long-name "cl-meltysynth"
  :version "1.0.1"
  :license "AGPLv3 (see LICENSE for details)"

  :maintainer "Remilia Scarlet"
  :author "Remilia Scarlet"

  :depends-on (:cl-sdm)

Changes to midi123.asd.

1
2
3
4
5
6
7
8
9
10
11
12
13
(require 'asdf)
(in-package :asdf-user)

(asdf:defsystem midi123
  :long-name "midi123"
  :version "1.0.0"
  :license "AGPLv3 (see LICENSE for details)"

  :maintainer "Remilia Scarlet"
  :author "Remilia Scarlet"

  :depends-on (:cl-sdm :cl-meltysynth :cl-portaudio)






|







1
2
3
4
5
6
7
8
9
10
11
12
13
(require 'asdf)
(in-package :asdf-user)

(asdf:defsystem midi123
  :long-name "midi123"
  :version "1.0.1"
  :license "AGPLv3 (see LICENSE for details)"

  :maintainer "Remilia Scarlet"
  :author "Remilia Scarlet"

  :depends-on (:cl-sdm :cl-meltysynth :cl-portaudio)