MCPcopy Create free account
hub / github.com/audacity/audacity / send_command

Function send_command

scripts/piped-work/recording_test.py:90–94  ·  view source on GitHub ↗

Send a command to Audacity.

(command)

Source from the content-addressed store, hash-verified

88
89
90def send_command(command):
91 """Send a command to Audacity."""
92 print("Send: >>> "+command)
93 TOPIPE.write(command + EOL)
94 TOPIPE.flush()
95
96
97def get_response():

Callers 1

do_commandFunction · 0.70

Calls 3

printFunction · 0.85
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected