Commit Graph

3 Commits

Author SHA1 Message Date
Avery King
80b7f2f3d7 mod-script-pipe: Rename pipe name
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>
2023-07-05 13:53:36 -07:00
Ian McInerney
91be0e6969 Ensure declaration of function matches its definition
It was defined as taking a size_t paramater when it was written,
so the declarations used to call it should also use a size_t parameter
to ensure the call is correct.
2021-04-23 09:12:30 +01:00
Leland Lucius
30dbdf40a9 Cleaning up lib-src
FileDialog goes into audacity/src/widgets and the mod-* directories go into
audacity/modules.

This leaves nothing in lib-src that isn't a 3rd-party libs or supporting
files.
2020-05-24 16:21:26 -05:00