Skip to content

Commit

Permalink
Broken windows (#1538)
Browse files Browse the repository at this point in the history
* remove jack_capture

* free engine resources

Co-authored-by: catfact <[email protected]>
  • Loading branch information
catfact and catfact authored Mar 22, 2022
1 parent 926f294 commit d01bab2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 93 deletions.
4 changes: 0 additions & 4 deletions jack-cpu-capture/Makefile

This file was deleted.

80 changes: 0 additions & 80 deletions jack-cpu-capture/main.c

This file was deleted.

9 changes: 0 additions & 9 deletions jack-cpu-capture/readme.md

This file was deleted.

4 changes: 4 additions & 0 deletions sc/engines/Engine_PolyPerc.sc
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ Engine_PolyPerc : CroneEngine {
pan = msg[1];
});
}

free {
pg.free;
}
}
2 changes: 2 additions & 0 deletions sc/engines/Engine_PolySub.sc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ Engine_PolySub : CroneEngine {
free {
gr.free;
ctlBus.do({ arg bus, i; bus.free; });
mixBus.do({ arg bus, i; bus.free; });

}

} // class

0 comments on commit d01bab2

Please sign in to comment.