Liking cljdoc? Tell your friends :D

alda.repl.core


*current-score*clj

source

*repl-reader*clj

source

close-score!clj

(close-score!)
source

interpret!clj

(interpret! alda-code)

Parse and playback alda-code in the current context.

Returns true iff code was parsable.

Parse and playback alda-code in the current context.

Returns true iff code was parsable.
sourceraw docstring

load-score!clj

(load-score! score-text)
source

new-repl-scoreclj

(new-repl-score & [score])
source

new-score!clj

(new-score!)
source

parse-with-context!clj

(parse-with-context! alda-code)

Determine the appropriate context to parse a line of code from the Alda REPL, then parse it within that context.

Sets the :parsing-context of the score or logs an error, depending on the outcome of the parse attempt.

Determine the appropriate context to parse a line of code from the Alda
REPL, then parse it within that context.

Sets the :parsing-context of the score or logs an error, depending on the
outcome of the parse attempt.
sourceraw docstring

play-score!clj

(play-score!)

Plays back the current score.

Plays back the current score.
sourceraw docstring

refresh-prompt!clj

(refresh-prompt!)

Sets the REPL prompt to give the user clues about the current context.

Sets the REPL prompt to give the user clues about the current context.
sourceraw docstring

score-text<<clj

(score-text<< txt)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close