projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactoring of rec process "~" in faustexp.ml.
[Faustine.git]
/
interpretor
/
beam.ml
diff --git
a/interpretor/beam.ml
b/interpretor/beam.ml
index
fe3ac61
..
7726e95
100644
(file)
--- a/
interpretor/beam.ml
+++ b/
interpretor/beam.ml
@@
-100,4
+100,10
@@
class beam : signal_type array -> beam_type =
in
let () = print_string error_message in
transpose (Array.sub container 0 !index)
+
+ method frequency : int array =
+ let each_rate : signal -> int =
+ fun (s : signal) -> s#frequency in
+ Array.map each_rate self#get
+
end