This commit is contained in:
2026-04-30 14:42:12 +02:00
parent 042ecc0c76
commit 0d862b909e
2 changed files with 4 additions and 8 deletions
+2 -6
View File
@@ -17,16 +17,12 @@
(define test-file4-id 4) (define test-file4-id 4)
(let ((os (system-type 'os))) (let ((os (system-type 'os)))
(when (eq? os 'unix) (when (eq? os 'unix)
;(set! test-file3 "/muziek/Klassiek-Viool/Alina Ibragimova/Paganini_24 Caprices (2021)/24. 24 Caprices, Op 1 - No. 24 in A minor- Tema con variazioni. Quasi presto.flac")
;(set! test-file3 "/tmp/test.mp3")
(set! test-file3 (build-path tests "mahler-1.ogg")) (set! test-file3 (build-path tests "mahler-1.ogg"))
(set! test-file4 (build-path tests "mahler-2.ogg")) (set! test-file4 (build-path tests "mahler-2.ogg"))
) )
(when (eq? os 'windows) (when (eq? os 'windows)
;(set! test-file3 "C:\\Muziek\\Klassiek-Strijkkwartet\\Quatuor Zaïde\\Franz\\01 Erlkönig, D. 328 (Arr. For String Quartet by Eric Mouret).flac") (set! test-file3 (build-path tests "mahler-1.ogg"))
;(set! test-file3 "C:\\Muziek\\Klassiek-Viool\\Janine Jansen\\Janine Jansen - Sibelius en Prokovief 1 (2024)\\02 - Violin Concerto in D Minor, Op. 47 II. Adagio di molto.flac") (set! test-file4 (build-path tests "mahler-2.ogg"))
(set! test-file3 "c:\\tmp\\test.mp3")
(set! test-file4 "c:\\tmp\\test1.mp3")
) )
) )
+2 -2
View File
@@ -25,8 +25,8 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define version-major 0) (define version-major 0)
(define version-minor 1) (define version-minor 2)
(define version-patch 3) (define version-patch 1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Internal functions ;; Internal functions