Thomas Harte
|
51de1892c0
|
With minor infrastructure fixes, switch Mockingboard to stereo.
|
2024-02-15 09:42:33 -05:00 |
|
Thomas Harte
|
507c3da927
|
Sometimes avoid unnecessary zero-fills.
|
2024-02-12 14:33:55 -05:00 |
|
Thomas Harte
|
d49c07687c
|
Unify [get_/skip_]samples, adding a third option for in-place mixing.
|
2024-02-12 10:55:52 -05:00 |
|
Thomas Harte
|
3a208460e2
|
Reintroduce mono to stereo conversion.
|
2024-02-10 21:53:12 -05:00 |
|
Thomas Harte
|
25085cb5af
|
Require good ordering.
|
2024-02-09 14:34:59 -05:00 |
|
Thomas Harte
|
609d81d75d
|
Distinguish sources of samples and of whole buffers.
|
2024-02-09 14:25:40 -05:00 |
|
Thomas Harte
|
c105acf1c7
|
Adopt a full type for stereo samples, gaining + and +=.
|
2024-02-09 10:48:42 -05:00 |
|
Thomas Harte
|
a4a983eb81
|
Promote stereo status to template parameter.
|
2024-02-08 15:21:47 -05:00 |
|
Thomas Harte
|
48be7c677e
|
Avoid inheritance.
|
2024-02-08 12:07:12 -05:00 |
|
Thomas Harte
|
147d817977
|
Use fold expression for final-answer is_stereo.
|
2024-02-08 11:10:08 -05:00 |
|
Thomas Harte
|
d481f335b8
|
Switch to another std::fill.
|
2024-02-08 10:47:05 -05:00 |
|
Thomas Harte
|
c6c9be0b08
|
Adopt CRTP for SampleSource.
|
2024-02-01 21:47:44 -05:00 |
|
Thomas Harte
|
ce0d53b277
|
Clean up SampleSource's getters.
|
2024-02-01 21:29:00 -05:00 |
|
Thomas Harte
|
a3d37640aa
|
Switch include guards to #pragma once .
|
2024-01-16 23:34:46 -05:00 |
|
Thomas Harte
|
2b56b7be0d
|
Simplify namespace syntax.
|
2023-05-10 16:02:18 -05:00 |
|
Thomas Harte
|
8a805b6ba1
|
Ensures that get_average_output_peak() returns something sensible even before a set_relative_volumes.
|
2020-11-21 22:52:57 -05:00 |
|
Thomas Harte
|
267006782f
|
Starts to add Qt target; resolves many build warnings.
|
2020-05-30 00:37:06 -04:00 |
|
Thomas Harte
|
eed357abb4
|
Introduces concept of 'average peak volume' in order better to normalise audio sources like the OPLL.
|
2020-05-09 17:57:21 -04:00 |
|
Thomas Harte
|
545a6177bb
|
Makes CompoundSource mono/stereo-aware.
|
2020-02-16 18:45:36 -05:00 |
|
Thomas Harte
|
50d356be2f
|
Ensures all audio sources, including compound sources, announce whether they're stereo correctly.
|
2020-02-16 18:31:45 -05:00 |
|
Thomas Harte
|
0b771ce61a
|
Removes all instances of the copyright symbol.
|
2018-05-13 15:19:52 -04:00 |
|
Thomas Harte
|
10f637d2cf
|
Enhances the CompoundSource so that constituents can have different volumes.
|
2018-04-07 14:30:02 -04:00 |
|
Thomas Harte
|
48737a32a7
|
Introduces formal setting of the output volume to SampleSource .
Previously every output device was making its own decision. Which is increasingly less sustainable due to the CompoundSource.
|
2018-03-09 13:23:18 -05:00 |
|
Thomas Harte
|
3c5a8d9ff3
|
Adds Super Game Module support for the ColecoVision.
|
2018-03-03 13:08:33 -05:00 |
|
Thomas Harte
|
3e1d8ea082
|
Adds is_silent to SampleSource plus shortcut processing to CompoundSource .
|
2018-01-06 18:50:26 -05:00 |
|
Thomas Harte
|
2d892da225
|
Introduces the MSX keyboard toggle sample source.
In support of which, it also introduces a means of sample source composition.
|
2017-12-19 21:08:10 -05:00 |
|