-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Stéphane Letz edited this page Apr 5, 2023
·
10 revisions
This is something that I've mentioned a few times and that it is not only a FaustIDE issue. In particular, being able to inspect a signal from any point of a circuit without doing a major refactoring of the code would be necessary in my opinion, as the bargraph primitives are block-rate, whereas you often need to see what happens to a signal sample-wise to debug.
What I'd love to see in Faust is a sendToOut primitive that takes any point of a circuit and wires a copy of that signal to the first available output. Or something along these lines.
Would be great to be able to plot hbargraph from the ide, or print the value in a console, for situations where the change might be very quick.