]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/process.ml
Parameterize the licenceplate algorithm in architecture/morpho.lib.
[Faustine.git] / interpretor / process.ml
index 31cc6c9e3c2224b14896bdfcb2cb79ba08a3c171..e7568df2bca096e323de9de67122c38fec1b272a 100644 (file)
@@ -164,6 +164,10 @@ class proc_ident : faust_exp -> process_type =
                ((input#get.(0))#larger input#get.(1))
          | Smaller -> self#beam_of_ident n 
                ((input#get.(0))#smaller input#get.(1))
+         | Max -> self#beam_of_ident n 
+               ((input#get.(0))#max input#get.(1))
+         | Min -> self#beam_of_ident n 
+               ((input#get.(0))#min input#get.(1))
          | Prefix -> self#beam_of_ident n 
                ((input#get.(1))#prefix input#get.(0))
          | Select2 -> self#beam_of_ident n