Fixed issue with Bell Assignments
This commit is contained in:
@@ -293,7 +293,7 @@ void BellEngine::activateNote(uint16_t note) {
|
||||
uint16_t durationMs = _configManager.getBellDuration(bellIndex);
|
||||
|
||||
// Add to batch firing list
|
||||
bellDurations.push_back({bellIndex, durationMs});
|
||||
bellDurations.push_back({physicalOutput, durationMs});
|
||||
|
||||
// Add to notification list (convert to 1-indexed for display)
|
||||
firedBellIndices.push_back(bellIndex + 1);
|
||||
|
||||
Reference in New Issue
Block a user