Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pichenettes/eurorack
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilie Gillet committed Jun 5, 2019
2 parents 7c9a0eb + 517a398 commit 75d3b2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yarns/part.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ class Part {
}

inline bool accepts(uint8_t channel) const {
if (!(transposable_ || seq_recording_)) {
return false;
}
return midi_.channel == 0x10 || midi_.channel == channel;
}

Expand Down

0 comments on commit 75d3b2c

Please sign in to comment.