update printed volume label
This commit is contained in:
parent
4998356604
commit
eb35d69e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ while True:
|
|||
print("\n=== Synthio Test ===")
|
||||
for vol in VOLUMES:
|
||||
pobj.volume = vol
|
||||
print(f"Speaker volume: {vol}")
|
||||
print(f"Volume: {vol}")
|
||||
for note in C_major_scale:
|
||||
synth.press(note)
|
||||
time.sleep(0.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue