Skip to content

Commit c7dd28b

Browse files
committed
Merge branch 'master' of https://github.com/HEnquist/pycamilladsp into next40
2 parents 2266285 + bf378f5 commit c7dd28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/set_volume/set_volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
print("Then start CamillaDSP with the websocket server enabled:")
1414
print("> camilladsp -p4321 yourconfig.yml")
1515
print("Then set the volume")
16-
print("> python read_rms.py 4321 -12.3")
16+
print("> python set_volume.py 4321 -12.3")
1717
sys.exit()
1818

1919
cdsp = CamillaClient("127.0.0.1", port)

0 commit comments

Comments
 (0)