Pretty much all of Fall 2024

This commit is contained in:
Aidan Sharpe
2024-11-10 14:46:30 -05:00
parent 87f9c55360
commit faa05b88f9
116 changed files with 8295 additions and 1683 deletions

View File

@@ -0,0 +1,7 @@
artistResMgrCalcExprSetup("true" "plot" "E0" "deriv(VS("/v_out"))")
artistResMgrCalcExprSetup("true" "plot" "E1" "cross(deriv(VS("/v_out")) -1 1 "either" nil nil )")
artistResMgrCalcExprSetup("true" "plot" "E2" "cross(deriv(VS("/v_out")) -1 2 "either" nil nil )")
artistResMgrCalcExprSetup("false" "plot" "E3" "value(VS("/v_out") E1 )")
artistResMgrCalcExprSetup("false" "plot" "E4" "value(VS("/v_out") E2 )")
artistResMgrCalcExprSetup("true" "plot" "E5" "E1-E4")
artistResMgrCalcExprSetup("true" "plot" "E6" "E3-E2")