0.2.1
This commit is contained in:
+2
-6
@@ -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")
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user