diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-02-16 21:36:24 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2020-02-23 13:45:25 +0100 |
commit | 43da08a1e3620cc296d27ef5cdf387693b063c68 (patch) | |
tree | 74f75cafd661c0748f3c5856697cec12acdb39e1 /src/inputprocessor.cc | |
parent | cdc96aae4393f0cba0e274efcccc95bc25c5bbdd (diff) |
Fix style, minor code fixes, and add review comments.
Diffstat (limited to 'src/inputprocessor.cc')
-rw-r--r-- | src/inputprocessor.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inputprocessor.cc b/src/inputprocessor.cc index a29ec77..6249c5b 100644 --- a/src/inputprocessor.cc +++ b/src/inputprocessor.cc @@ -44,7 +44,6 @@ InputProcessor::InputProcessor(Settings& settings, Random& random) : kit(kit) , events_ds(events_ds) - , is_stopping(false) , settings(settings) { // Build filter list @@ -191,7 +190,7 @@ bool InputProcessor::processOnset(event_t& event, std::size_t pos, } } - // Mute other instruments in the same group + // Mute other instruments in the same instrument/choke group applyChokeGroup(settings, kit, *instr, event, events_ds); // Apply directed chokes to mute other instruments if needed |