Skip to content

Latest commit

 

History

History
executable file
·
48 lines (36 loc) · 868 Bytes

grammar.md

File metadata and controls

executable file
·
48 lines (36 loc) · 868 Bytes

@synth longname : string author : string version : string doc : string @end

@param type : input | output | int | float doc : string max : int | float min : int | float values : 0="on", 1="off", 2="none" default : int | float @end

@param type : input | output | int | float doc : string max : int | float min : int | float values : 0="on", 1="off", 2="none" default : int | float @end

-- modules

: :

-- patch

. -> .

-- tweak

. = int | float . = param. . = param. | map(float,float) . = random(float,float) . =

= + | - |

= * | / |

= int | float | param. | ( ) | -