interface implemented by classes that produce mono output signals.
| 23 | * interface implemented by classes that produce mono output signals. |
| 24 | */ |
| 25 | public interface DSPNodeOutput { |
| 26 | /** |
| 27 | * returns the output signal. |
| 28 | * |
| 29 | * @return output signal |
| 30 | */ |
| 31 | float output(); |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected