Releases: tidalcycles/pulsar-tidalcycles
Releases · tidalcycles/pulsar-tidalcycles
v3.13.0
- OSC eval: eval your code through OSC messages.
v3.12.0
- Show atom error notifications by default. Should help troubleshooting. Could be disabled in configuration.
v3.11.0
- Add
ctrl-alt-shift-enter
shortcut to evaluate all the code in the editor
v3.10.1
- Fix
#
syntax highlight #109
v3.10.0
- Add ctrl-. shortcut for hush command #102
- Add Console prompt customization, including some placeholders (described in README) #98
- Removed obsolete filterPromptFromLogMessages configuration, with console prompt customization, the prompt log message is always filtered.
v3.9.0
- Add interpreter configuration, to launch TidalCycles with stack or nix
- In BootTidal.hs moved prompt-cont line to the end of the file to avoid problems with old version of GHC