<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/audio_panel.cc, branch processor</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=processor</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=processor'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2025-10-10T19:15:37Z</updated>
<entry>
<title>Cleanup: use signals for seeking on audio graph clicks.</title>
<updated>2025-10-10T19:15:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-09-30T20:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=15ebff851d348eea2a5ae91c6495a787b8d012b2'/>
<id>urn:sha1:15ebff851d348eea2a5ae91c6495a787b8d012b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename audio_output_names() -&gt; audio_output_channel_names().</title>
<updated>2025-07-10T20:49:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-06T21:21:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5599e8ecd975b7fba5e551b1353c0b358fdf35b1'/>
<id>urn:sha1:5599e8ecd975b7fba5e551b1353c0b358fdf35b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mention audio processor in the audio matrix.</title>
<updated>2025-07-10T20:49:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-06T21:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=370d9dcda402a59ee27dfd06c12ff96ddd3c881e'/>
<id>urn:sha1:370d9dcda402a59ee27dfd06c12ff96ddd3c881e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use case for property checks now that it's possible.</title>
<updated>2025-05-11T19:05:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-11T19:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=72f6f3de6a098cc74394e047aaa3fa5f9f44aa83'/>
<id>urn:sha1:72f6f3de6a098cc74394e047aaa3fa5f9f44aa83</id>
<content type='text'>
This would have prevented the bug fixed in 6bbf7dee.
</content>
</entry>
<entry>
<title>Fix misunderstanding of wxDialog lifetime handling.</title>
<updated>2025-02-25T12:04:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-02-25T00:53:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6d3086dd78a35bdc179a6579e23f8b5816347dbf'/>
<id>urn:sha1:6d3086dd78a35bdc179a6579e23f8b5816347dbf</id>
<content type='text'>
Broken by d0308d53dd9f4d036d8c5fe8023920fcdfd43f39

wxDialog can be stack allocated if opened with ShowModal(), but not with
Show().  Go back to wx_ptr for those that are opened with Show().
</content>
</entry>
<entry>
<title>Remove unnecessary wx_ptr</title>
<updated>2025-02-09T16:29:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-02-09T01:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d0308d53dd9f4d036d8c5fe8023920fcdfd43f39'/>
<id>urn:sha1:d0308d53dd9f4d036d8c5fe8023920fcdfd43f39</id>
<content type='text'>
It was only ever used for wxDialog subclasses, which can be
stack-allocated.
</content>
</entry>
<entry>
<title>Fix failure to restore "audio same fades as video" setting to the GUI (#2934).</title>
<updated>2025-01-10T23:43:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-10T23:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=12fd63144288f7ae58f4b67ebf6e844ce9ef840b'/>
<id>urn:sha1:12fd63144288f7ae58f4b67ebf6e844ce9ef840b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove use of wxT in favour of char_to_wx().</title>
<updated>2024-09-03T15:02:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-09T22:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c97de27f9c5364b6f126016c5e1f31a76d5ce565'/>
<id>urn:sha1:c97de27f9c5364b6f126016c5e1f31a76d5ce565</id>
<content type='text'>
The wxWidgets docs advise against its use these days.
</content>
</entry>
<entry>
<title>Merge branch 'main' into v2.17.x</title>
<updated>2024-03-08T23:11:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-03-08T23:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=80313b07095814f0178be70bc0651c1e052decea'/>
<id>urn:sha1:80313b07095814f0178be70bc0651c1e052decea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disallow referring to OV audio unless channel counts match (#2780).</title>
<updated>2024-02-26T22:18:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-26T22:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d8bbc508e959d8d38c54a6db6cfc868bd64697f5'/>
<id>urn:sha1:d8bbc508e959d8d38c54a6db6cfc868bd64697f5</id>
<content type='text'>
</content>
</entry>
</feed>
