Fixed Indexing on Bell Output Assignments

This commit is contained in:
2025-10-18 18:43:51 +03:00
parent cc0bec97b5
commit 470d7bfacc
5 changed files with 27 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ Player::Player(CommunicationRouter* comm, FileManager* fm)
, name("melody1")
, uid("x")
, url("-")
, noteAssignments{1,2,3,4,5,6,0,0,0,0,0,0,0,0,0,0}
, noteAssignments{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}
, speed(500)
, segment_duration(15000)
, pause_duration(0)
@@ -37,7 +37,7 @@ Player::Player()
, name("melody1")
, uid("x")
, url("-")
, noteAssignments{1,2,3,4,5,6,0,0,0,0,0,0,0,0,0,0}
, noteAssignments{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}
, speed(500)
, segment_duration(15000)
, pause_duration(0)