packages feed

tidal 1.4.6 → 1.4.7

raw patch · 5 files changed

+9/−3 lines, 5 files

Files

BootTidal.hs view
@@ -3,6 +3,7 @@ :set prompt-cont ""  import Sound.Tidal.Context+ import System.IO (hSetEncoding, stdout, utf8)  hSetEncoding stdout utf8
CHANGELOG.md view
@@ -1,5 +1,10 @@ # TidalCycles log of changes +## 1.4.7 - Bleep++	* Fix BootTidal.hs - make loadable in atom @bgold-cosmos+	* More additions to tidal-parse @dktr0+ ## 1.4.6 - Megatron  	* Experimental ratio shorthand ref #573 @yaxu
src/Sound/Tidal/Version.hs view
@@ -1,4 +1,4 @@ module Sound.Tidal.Version where  tidal_version :: String-tidal_version = "1.4.6"+tidal_version = "1.4.7"
tidal.cabal view
@@ -1,5 +1,5 @@ name:                tidal-version:             1.4.6+version:             1.4.7 synopsis:            Pattern language for improvised music -- description: homepage:            http://tidalcycles.org/
tidal.el view
@@ -110,7 +110,7 @@      nil      tidal-interpreter-arguments)     (tidal-see-output))-  (tidal-send-string ":script ~/src/tidal/BootTidal.hs")+  (tidal-send-string (concat ":script " tidal-boot-script-path)) )  (defun tidal-see-output ()