camera ready

This commit is contained in:
2024-09-29 01:51:17 +00:00
parent 234648009c
commit 47bb4688e0
2 changed files with 3 additions and 3 deletions

View File

@@ -259,8 +259,8 @@ This paper proposes \lambdammm, a call-by-value, simply typed lambda calculus-ba
MOVECONST 3 3 //load 400
CALL 1 2 1
SHIFTSTATE 2008
MOVECONST 2 6
MOVE 2 3 //load "twodelay" prototype
MOVECONST 2 6 //load "twodelay" prototype
MOVE 2 3
MOVE 3 0
MOVECONST 3 4 //load 400
CALL 2 2 1
@@ -383,7 +383,7 @@ This paper proposes \lambdammm, a call-by-value, simply typed lambda calculus-ba
|x,freq| 0
}
}
fn dsp(){ //called by audio driver.
fn dsp(){
filterbank(3,bandpass)(x,1000)
}
\end{lstlisting}

Binary file not shown.