CMD | Tags | Description | Type I | Type II | Type III | Type IV | Code |
---|---|---|---|---|---|---|---|
usb | bash |
secondary midi controller (usb to midi connection) |
sensor | shaper | |||
timer | bash |
silent timer |
utility | ||||
sigv | bash |
main command utility |
utility | sensor | |||
sfor | bash |
C-style for-loop |
utility | ||||
rsr | bash |
random float number list generator (-1 to 1) |
utility | shaper | |||
rnr | bash |
receive midi protocol |
sensor | shaper | |||
rfi | bash | utility | |||||
randx | bash | random number generator (integer range a b) | utility | ||||
random | bash |
random number generator (0 to integer specified) |
utility | ||||
rand | bash |
random number generator (integer order: end | start) |
utility | ||||
opz | bash |
secondary midi controller (OP-Z) |
sensor | shaper | |||
ofx | bash | Lua / openFrameworks / xcode build command | utility | ||||
o | bash | Orca osc send utility | utility | ||||
mod | bash |
secondary midi controller (Moog Subharmonicon) |
sensor | shaper | |||
iphone | bash |
secondary midi controller (iPhone instrument) |
sensor | shaper | |||
ipad | bash |
secondary midi controller (iPad instrument) |
sensor | shaper | |||
ice | bash |
IceCube volumetric display element |
utility | ||||
gen | bash |
main number generator based on Bash seq command |
amplifier | shaper | |||
crow | bash |
automatic druid function buffer |
utility | shaper | |||
count | bash |
audible counter |
utility | ||||
clock | bash |
terminal clock time |
utility | ||||
automata | bash |
infinite pattern repeater |
amplifier | shaper | |||
ch | bash |
main midi controller |
sensor | shaper | |||
wrld | max | name of 3D world context | shaper | ||||
wave | max | multichannel voice-allocated wavetable synth | shaper | ||||
tilde | max | tilde receiver connector element (accessed via ~) | sensor | shaper | utility | ||
terra | max | video procedural terrain element | shaper | ||||
terminal | max | terminal/shell/bash access element (accessed via :) | utility | ||||
synth | max | beta internal unit generator synth | shaper | ||||
spx | max | spectral sound processing element | sensor | ||||
spk | max | 16 channel audio buffer/player element | utility | ||||
specs | max | sigview specifications GUI text | sensor | ||||
som | max | beta element for self-organizing machine learning | utility | ||||
sky | max | 3D skybox element | shaper | ||||
sketch | max | OpenGL drawing element | shaper | ||||
rossler | max | alpha tester for Rossler strange attractor | sensor | ||||
proc | max | procedural geometry element | shaper | ||||
plato | max | platonic solids element | shaper | ||||
particles | max | basic particle system | sensor | ||||
osc | max | OSC communications element | utility | ||||
orca | max | Orca control element | utility | ||||
nurbs | max | nurbs surface element | shaper | ||||
nature | max | audio and biquad audio sensor | sensor | ||||
model | max | 3D model element | shaper | ||||
midi | max | midi interface element | sensor | ||||
markov | max | beta element for markov machine learning | utility | ||||
lz | max | Lorenz strange attractor element | sensor | ||||
lttp | max | Listen to the Pictures (LTTP://) standalone element | sensor | ||||
lsys | max | L-systems drawing element (dependencies: sketch) | utility | ||||
light | max | 3D light source element | shaper | ||||
lfo | max |
low frequency oscillator element |
shaper | amplifier | utility | ||
graph | max | graph plot element | shaper | ||||
grain | max | gen-based granular synthesizer | shaper | amplifier | |||
geo | max | parametric geometry element | shaper | sensor | |||
cv | max | beta element for I/O control voltages via aio | shaper | sensor | utility | ||
cmd | max | Max command line element (th.commandline) | utility | ||||
burkeshaw | max | alpha tester of burke-shaw strange attractor | shaper | utility | |||
bfg | max | procedural noise generator element | shaper | utility | |||
b7 | max | 3D biome element | shaper | ||||
b6 | max | 3D biome element | shaper | ||||
b5 | max | 3D biome element | shaper | ||||
b4 | max | 3D biome element | shaper | ||||
b3 | max | 3D biome element | shaper | ||||
b2 | max | 3D biome element | shaper | ||||
b1 | max | 3D biome element | shaper | ||||
b0 | max | 3D biome element | shaper | ||||
c | max | ASL (A Slope Language) prefix for Crow scripts | sensor | shaper | amplifier | ||
aio | max | audio interface element | sensor | shaper | amplifier | utility | |
$omods | bash config var |
Orca modules library path |
utility |
omods=$HOME/orca-modules/modules |
|||
$NBCLI | bash config var |
sigv system path |
utility |
NBCLI=$HOME/sigv/nbcli |
|||
$models | bash config var |
3D models path |
utility |
models=$HOME/_studio/material/3d |
|||
$snd | bash config var |
Sound path |
utility |
snd=$HOME/_studio/material/sound-clips |
|||
$vids | bash config var |
Video path |
utility |
vids=$HOME/_studio/material/vids |
|||
$archive | bash config var |
Archived media path |
utility |
archive=$HOME/_studio/material/archive |
|||
$arboreal | bash config var |
Arboreal photography path |
utility |
arboreal=$HOME/_studio/material/arboreal |
|||
$cine | bash config var |
External video path |
utility |
cine=$HOME/_studio/material/cine |
|||
$generic | bash config var |
Generic media path |
utility |
generic=$HOME/_studio/material/generic |
|||
$pbr | bash config var |
PBR textures path |
utility |
pbr=$HOME/_studio/material/pbr |
|||
sc | bash config var |
SuperCollider app launcher |
utility |
alias sc='open -a "/Applications/SuperCollider.app "' |
|||
$msyn | bash config var |
Custom SuperCollider Synth |
utility |
msyn='/Users/magfoto/sigv/nbcli/synth/msyn.scd ' |
|||
scsynth | bash config var |
scsynth server cmd |
utility |
alias scsynth=/Applications/SuperCollider.app/Contents/Resources/scsynth |
|||
sclang | bash config var |
SuperCollider cli utility |
utility | amplifier | sensor | shaper |
alias sclang=/Applications/SuperCollider.app/Contents/MacOS/sclang |
h | bash config func |
quick access to sigv function flags |
utility |
function h() { man $1 | grep — $1 } |
|||
clearbuff | bash config func |
clear history buffer |
utility |
function clearbuff() { clear &&fc -p } |
|||
window | bash config func |
cli window naming utility |
utility |
function window() { echo -n -e "\033]0;$1\007 " } |
|||
rpg | bash config func |
random password generator |
utility | shaper |
function rpg() { date | md5 | head -c $1 | pbcopy ; echo echo "copied to clipboard..." } |
||
qr | bash config func |
QR code utility |
utility |
function qr() { if [[ "$1 "== "-r "]] then zbarimg $2 else qrencode $1 -o $2 fi } |
|||
histo | bash config func |
lists current command history buffer |
utility |
function histo() { history | cut -c 8- } |
|||
s | bash config func |
sigv OSC operator |
utility |
function s() { $HOME/sigv/nbcli/max/s "$*" } |
|||
zap | bash config func |
Delete max object |
utility |
function zap() { s sys script delete "$@" } |
|||
smidi | bash config func |
send midi protocol |
shaper | amplifier |
function smidi() { sendmidi "$@" } |
||
rmidi | bash config func |
receive midi protocol |
sensor | shaper |
function rmidi() { receivemidi "$@" } |
||
qrec | bash config func |
Quicktime audio recording launcher |
utility |
function qrec() { if [[ "$1 "== "-s "]] then osascript -e 'tell application "QuickTime Player "to activate '-e 'tell application "QuickTime Player "to start (new screen recording)' else osascript -e 'tell application "QuickTime Player "to activate '-e 'tell application "QuickTime Player "to start (new audio recording)' fi } |
|||
cli | bash config func |
Orca-c cli command |
utility | shaper |
"function cli() { $HOME/orca/build/debug/cli }" |
||
mqtt | bash config func |
osc operator using mqtt cli utility |
sensor | shaper | |||
orcac | bash config func |
Orca C-based sequencer operator |
utility | amplifier | shaper | ||
biomes | bash max | wrld layer for loading biome models | shaper | ||||
camera | bash max | camera control command in wrld | sensor | ||||
fpic | bash max | main texture buffer name (loaded as tex0) | shaper | ||||
fx | bash max | post-processing effects in wrld (4 layers) | amplifier | ||||
monde | bash max | main wrld layer | shaper | ||||
morph | bash max | morphing command for geo and proc (norm) | shaper | ||||
morph0 | bash max | morphing command for geo and proc (snorm) | shaper | ||||
morpha | bash max | morphing command for geo and proc (int) | shaper | ||||
new | bash max | command for loading new commands (modules) | shaper |