Skip to content

Commit

Permalink
wip6
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeodrippe committed Oct 21, 2024
1 parent 9afe631 commit 16c829c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vybe/audio.clj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
path)
(ov.log/info "inexistent" {:file file})))

#_(windows-os?)
#_(let [file (io/file "native/windows/x64/scsynth.exe")
(windows-os?)
(let [file (io/file "native/windows/x64/scsynth.exe")
path (.getAbsolutePath file)]
(if (.exists file)
(do
Expand Down

0 comments on commit 16c829c

Please sign in to comment.