Skip to content

Commit

Permalink
Make JSynCircuit documentation public
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Oct 12, 2023
1 parent 9565505 commit aec473d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/processing/sound/JSynCircuit.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
import com.jsyn.unitgen.UnitSource;

/**
* Helper class wrapping a source unit generator, add/pan processor and effect into one circuit.
* Helper class wrapping a source unit generator, add/pan processor and effect
* into one circuit.
*/
class JSynCircuit extends Circuit implements UnitSource {
public class JSynCircuit extends Circuit implements UnitSource {

private UnitGenerator source;
protected JSynProcessor processor;
Expand Down

0 comments on commit aec473d

Please sign in to comment.