Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zsliu98 committed Jun 21, 2023
1 parent 712c539 commit 573c7bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added Docs/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

ZLLMatch is a loudness matching plugin.

<img src="Docs/screenshot.png" width=53.47%>

## Usage

See the wiki for details.
Expand Down
2 changes: 1 addition & 1 deletion Source/DSP/Controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Controller {
reset();
toReset.store(false);
}
if (modeID == ZLDsp::mode::learn) {
if (modeID == ZLDsp::mode::learn && m_processor->getPlayHead()->getPosition()->getIsPlaying()) {
mainMonitor.process(m_processor->getBusBuffer(buffer, true, 0),
gate.load());
if (sideID == ZLDsp::side::aux && m_processor->getBusCount(true) >= 2) {
Expand Down

0 comments on commit 573c7bf

Please sign in to comment.