mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-10-09 18:22:36 +02:00
Scripts that communicate with Tenacity now need to be updated to use the new pipe name, 'tenacity_script_pipe.{to,from}.{pid}'. This should also prevent conflicts if Audacity's pipe server is running at the same time with Tenacity's pipe server. Signed-off-by: Avery King <avery98@pm.me>
=piped-work folder= This folder contains scripts for exercising mod-script-pipe To run a simple test to check communications: python pipe_test.py or: python3 pipe_test.py A much longer test that produces many image. This script requires files from the "tests/samples/" folder and writes images to "/tests/results/" folder, both of which are in the root of the source tree. python docimages_all.py