johnemmas
  • Joined on 2022-04-20
johnemmas pushed to master at ardour/ardour 2024-02-21 06:53:52 -05:00
b935710b60 Sanitize the AAF's snapshot name (it'll get used later to create an OS folder)
johnemmas pushed to master at ardour/ardour 2023-12-13 11:25:05 -05:00
9f3438b2bc Fix a call to 'access()' by adding a call to 'uriDecodeString()'
johnemmas pushed to master at ardour/ardour 2023-10-05 09:05:15 -04:00
14973bd894 Simplify the MSVC / superclock change which should now be compatible with all compilers
johnemmas pushed to master at ardour/ardour 2023-09-27 04:38:27 -04:00
ea8742b030 #include <sys/utime.h> when building with MSVC
johnemmas pushed to master at ardour/ardour 2023-09-14 11:57:55 -04:00
56772b8156 Revert an unintended change from #eff61bde325b
johnemmas pushed to master at ardour/ardour 2023-07-15 08:05:51 -04:00
35c04d0ee7 Add a missing namespace specifier
johnemmas pushed to master at ardour/ardour 2023-04-24 09:59:23 -04:00
40738b2bee A couple of extra requirements for DEBUG_THREAD_PRINT
johnemmas pushed to master at ardour/ardour 2023-04-24 07:54:16 -04:00
81d7a51498 Minor change to commit #35b5861195
johnemmas pushed to master at ardour/ardour 2023-03-25 08:42:59 -04:00
c771eccd0e 'Temporal::DomainSwapInformation' needs to be exportable
johnemmas pushed to master at ardour/ardour 2023-03-15 09:44:53 -04:00
f8557cc00f Export AudioGraphper::Source and AudioGrapher::ListedSource
johnemmas pushed to master at ardour/ardour 2023-01-28 12:45:15 -05:00
2ff05d9e9d class 'PBD::Configuration' now needs to be exportable
johnemmas pushed to master at ardour/ardour 2023-01-25 05:57:52 -05:00
b6f9829b70 Not quite sure what's changed but there's suddenly a conflict between Gtk::frame and ArdourWidgets::frame
johnemmas pushed to master at ardour/ardour 2023-01-17 05:48:40 -05:00
7433ca7e8b Correct a couple of typos when calling 'g_fopen()'
johnemmas pushed to master at ardour/ardour 2022-12-03 07:25:07 -05:00
1592b95031 Minor change - incorrect return type (in Windows build)
johnemmas pushed to master at ardour/ardour 2022-11-05 09:35:58 -04:00
9a678b71d6 'strings.h' isn't available in MSVC
johnemmas pushed to master at ardour/ardour 2022-10-11 05:51:02 -04:00
43a9ae7458 Use glib to provide setenv()
johnemmas pushed to master at ardour/ardour 2022-09-10 06:46:14 -04:00
5737468768 libardour: some new classes get used in gtk2_ardour (so need to get exported)
7418da4703 Add a missing #include
Compare 2 commits »
johnemmas pushed to master at ardour/ardour 2022-08-21 07:39:39 -04:00
30efdbe0f8 Some minor reverts to commit #63f94d29463 (from 25th May 2022)
johnemmas pushed to master at ardour/ardour 2022-05-25 07:31:26 -04:00
ee7e043855 class 'ARDOUR::Session::ProcessorChangeBlocker' gets used outside of libardour now (so needs to be exportable)
johnemmas pushed to master at ardour/ardour 2022-05-10 06:21:37 -04:00
04c7cba961 Add a missing #include (needed when building with MSVC)