Skip to content

Commit

Permalink
bandsplitter: fewer outputs for phase matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Jan 22, 2024
1 parent 5c8cf57 commit 7f2f963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Basics/BandSplitter.jsfx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
desc:Saike 4-pole BandSplitter
tags: bandsplitter
version: 0.22
version: 0.23
author: Joep Vanlier
changelog: Fix bug with absolute positioning
changelog: Make sure phasematcher does not have a confusing number of outputs.
provides:
BandJoiner.jsfx
BandSplitter_phasematcher.jsfx
Expand Down
16 changes: 4 additions & 12 deletions Basics/BandSplitter_phasematcher.jsfx
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
desc:Saike 4-pole phase matcher for IIR BandSplitter
tags: phasematcher for bandsplitter
version: 0.11
version: 0.12
author: Joep Vanlier
changelog: Fix bug with absolute positioning
changelog: Don't add an excessive number of outputs.
provides:
license: MIT

in_pin:left input
in_pin:right input
out_pin:left output 1
out_pin:right output 1
out_pin:left output 2
out_pin:right output 2
out_pin:left output 3
out_pin:right output 3
out_pin:left output 4
out_pin:right output 4
out_pin:left output 5
out_pin:right output 5
out_pin:left output
out_pin:right output

options:gmem=SaikeBandSplitter

Expand Down

0 comments on commit 7f2f963

Please sign in to comment.