Skip to content

Commit b5ba295

Browse files
committed
feat(notification): remove redundant notification
Fixes #10
1 parent bce5057 commit b5ba295

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

step-recorder/src/main/kotlin/com/b3rnhard/steprecorder/StepRecorderExtension.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ class StepRecorderExtension(definition: ControllerExtensionDefinition, host: Con
323323
val noteLengthIndex = mapCCToNoteValueIndex(value) // Use the received MIDI value
324324
if (noteLengthIndex in beatLengthTexts.indices) {
325325
stepLengthValueSetting.set(beatLengthTexts[noteLengthIndex])
326-
host.showPopupNotification("Step Length: ${beatLengthTexts[noteLengthIndex]}")
327326
}
328327
}
329328

0 commit comments

Comments
 (0)