summaryrefslogtreecommitdiff
path: root/src/wx/audio_mapping_view.h
AgeCommit message (Collapse)Author
2026-03-18Fix build problems with warnings generated by newer macOS build environments.Carl Hetherington
2025-07-10Mention audio processor in the audio matrix.Carl Hetherington
2024-07-11Add menu option to un-map all audio (#2805).Carl Hetherington
2023-02-19Remove the empty column when there are no input groups.Carl Hetherington
2023-02-19Remove scrolling in AudioMappingView.Carl Hetherington
In the audio panel it was a bit weird to have part of the panel scrollable when the whole video panel is. Now both video and audio panels scroll. You lose the "always there" view of the audio processing summary but I think this is outweighed by the scrolling simplicity. I also suspect it may make things behave better on "short" screens.
2022-12-13More header trimming.Carl Hetherington
2022-12-11Extract named_channel.hCarl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-04-12Tidying up.Carl Hetherington
2021-03-31Allow variable column widths on the auto mapping view to fix #1945.Carl Hetherington
2021-03-31Remove unused method declaration.Carl Hetherington
2021-03-31C++11 tidying.Carl Hetherington
2020-09-25Add NamedChannel and use it to hide the never-used channelsCarl Hetherington
when mapping into a DCP.
2020-09-25Remove unnecessary explicit.Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-05-24Use wxDC for all drawing of the audio mapping view, removingCarl Hetherington
use of wxGraphicsContext. This seems to fix strange rendering problems on Windows.
2020-02-27Use bound arguments to lose some methods.Carl Hetherington
2019-12-19Add an output audio matrix (#1482).Carl Hetherington
2019-05-14Better tooltips over audio mapping view nodes.Carl Hetherington
2019-05-14Add tooltip for input groups (#1557).Carl Hetherington
2019-04-28Fix AudioMappingView scrolling so that only the body of the grid is scrolled.v2.13.154Carl Hetherington
2019-04-27Re-work of audio mapping view to use a custom-drawnv2.13.153Carl Hetherington
canvas rather than wxGrid. Inspired by the accumulation of odd problems due to the use of 3 separate panels, and also the endless resizing loop weird bug #1535.
2018-07-18Tidying up of scrolling in the matrix view.Carl Hetherington
2018-02-27Add a load of explicit keywords.Carl Hetherington
2016-08-17Scroll audio mapping view labels with the grid (#919).Carl Hetherington
2016-07-20Fix audio matrix view labels when DCP audio channel counts change.Carl Hetherington
2016-06-07Add tooltips over content channel names in the audio mapping view (#888).Carl Hetherington
2016-06-01Basics of better audio stream labelling in the audio mapping view (#849).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-09-04Fix sizing of audio mapping view.Carl Hetherington
Before it would start with a wide column 0 and then resize on the first click.
2015-06-03Various work on audio mapping.Carl Hetherington
Fix everything up so that the audio mapping view in the audio panel reflects the processor (or lack of).
2014-06-04Merge master.Carl Hetherington
2014-06-03Change the -3dB preset to -6dB since we are dealing with amplitude, not power.Carl Hetherington
2014-05-02Comments.Carl Hetherington
2014-01-06Tooltips for audio matrix.Carl Hetherington
2014-01-06Basics of per-channel audio gain.Carl Hetherington
2013-07-11Basics of allowing setup of DCP audio channels.Carl Hetherington
2013-06-20Pull some emacs mode lines.Carl Hetherington
2013-05-26Improve audio mapping handling a bit.Carl Hetherington
2013-05-20Various incomplete hacks on regions / audio mapping.Carl Hetherington
2013-05-20Some basics of AudioMapping.Carl Hetherington
2013-04-06Various work on audio channel mapping.Carl Hetherington