help

Key controls

key description
'↑' / '↓'

Recall local history, back & forward.

(* 'ESC' key to close the history pane)

'SHIFT' + '↑' / 'SHIFT' + '↓'

Recall server history, back & forward.

(* 'ESC' key to close the history pane)

Local commands

These commands are not sent to the public timeline.

command format [arguments] description example
$ help None

Show this help.

$ help
$ bus [0-7|auto] 0,1,2,3,4,5,6,7 or auto

Set the target audio bus.

P-Code Playground has 8 individual buses.

You can choose it to run your code.

The default is 'auto'

$ bus 0
$ bus 1
$ bus auto

Server commands

command format [arguments] description example
$$ L None

List session log files.

$$ L
$$ P [1|0][,file_name]

1 (play) or 0 (stop)

file_name is optional.

If not set, playback current session log.

Playback session log file.

$$ P 1
$$ P 0
$$ P 1,session-1595596296102.log

P-Code language specification is here

retype '$ help' or 'ESC' key to close this pane