rnentjes 1d02a6ee16 Refactor KeyboardComponent to use immutable state for octave and pressed notes
Replaced mutable state with an immutable `KeyboardState` data class to track octave and pressed notes. Updated state management logic with functional updates for improved consistency and immutability. Simplified note handling and rendering to reference the unified state object.
2025-06-07 13:12:03 +02:00
2024-06-20 19:00:07 +02:00
2024-12-23 12:17:18 +01:00
2025-05-30 19:54:36 +02:00
2024-06-20 19:00:07 +02:00
2024-06-20 19:00:07 +02:00
Description
No description provided
884 KiB
Languages
Kotlin 100%