Thomas Harte
|
0dcceff410
|
There's actually two AYs.
|
2024-02-14 14:31:38 -05:00 |
|
Thomas Harte
|
3ba2618547
|
Fix formatting, add comment.
|
2024-02-13 13:48:31 -05:00 |
|
Thomas Harte
|
a3e104f8e2
|
Clean up commentary.
|
2024-02-13 13:46:27 -05:00 |
|
Thomas Harte
|
1bb82189e9
|
Add better exposition.
|
2024-02-13 10:57:22 -05:00 |
|
Thomas Harte
|
e06a66644c
|
Eliminate a macro.
|
2024-02-13 10:54:53 -05:00 |
|
Thomas Harte
|
6dcc13921f
|
Make first sweep at converting AY to a SampleSource.
|
2024-02-13 10:51:33 -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
|
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
|
f3d0827d14
|
Introduce [Mono/Stereo]Sample types.
|
2024-02-09 09:15:48 -05:00 |
|
Thomas Harte
|
a4a983eb81
|
Promote stereo status to template parameter.
|
2024-02-08 15:21:47 -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
|
8f2e94a1d8
|
Switch name back to emphasise _async_.
|
2022-07-16 14:41:04 -04:00 |
|
Thomas Harte
|
bf03bda314
|
Generalise AsyncTaskQueue, DeferringAsyncTaskQueue and AsyncUpdater into a single template.
|
2022-07-14 16:39:26 -04:00 |
|
Thomas Harte
|
b7a62e0121
|
Adds SZX support.
Tweaking exposed Spectrum state object as relevant.
|
2021-04-26 20:47:28 -04:00 |
|
Thomas Harte
|
3348167c46
|
Ensures AY registers are conveyed.
|
2021-04-26 17:39:11 -04:00 |
|
Thomas Harte
|
8a11a5832c
|
Uses GI::AY38910::Utility far and wide.
|
2021-03-26 23:19:47 -04:00 |
|
Thomas Harte
|
58be770eaa
|
Factors out some boilerplate.
When I'm confident this is correct, I can fix up the other call sites.
|
2021-03-21 00:14:48 -04: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
|
9835e800ec
|
Fixed: individual audio generators now either are or are not stereo. The speaker acts accordingly.
|
2020-02-16 18:28:03 -05:00 |
|
Thomas Harte
|
337cb4fb86
|
Resolves implicit type conversion warnings.
|
2020-02-16 14:05:23 -05:00 |
|
Thomas Harte
|
f760a68173
|
Corrects stereo audio generation.
|
2020-02-16 00:19:49 -05:00 |
|
Thomas Harte
|
89d6b85b83
|
Adds optional stereo output for the AY.
The real chip provides the three tone channels as separate outputs, so a variety of different mixings can exist.
|
2020-02-15 18:09:17 -05:00 |
|
Thomas Harte
|
dde672701f
|
Merge pull request #755 from TomHarte/ExpliticLambdas
Tries to be less lazy with lambda captures.
|
2020-02-15 12:38:12 -05:00 |
|
Thomas Harte
|
9ca2d8f9f2
|
Tried to be less lazy with lambda captures.
This is primarily defensive.
|
2020-02-14 23:39:08 -05:00 |
|
Thomas Harte
|
763159a6f6
|
More neatly ties volume level 0 to silence.
|
2020-02-14 23:16:10 -05:00 |
|
Thomas Harte
|
6810a6ee58
|
Adjusts the AY volume scale.
Hopefully more accurately to model the real thing.
|
2020-02-14 22:51:20 -05:00 |
|
Thomas Harte
|
6a44936a7c
|
Ensures programmatic volume level 0 is completely off.
|
2020-01-05 22:44:52 -05:00 |
|
Thomas Harte
|
274867579b
|
Deploys constexpr as a stricter const .
|
2019-12-22 00:22:17 -05:00 |
|
Thomas Harte
|
206ab380c7
|
Introduces double-resolution envelopes for the Atari ST.
|
2019-12-18 22:03:02 -05:00 |
|
Thomas Harte
|
d85ae21b2f
|
Adds an explicit declaration of chip type to all AY users.
|
2019-12-18 19:28:41 -05:00 |
|
Thomas Harte
|
f79c87659f
|
Corrects documentation error.
|
2019-10-20 20:38:55 -04:00 |
|
Thomas Harte
|
62a1d69cee
|
Implements proper AY IO output behaviour.
|
2019-03-05 20:20:26 -05:00 |
|
Thomas Harte
|
ee89be6730
|
Removes many stray spaces.
|
2018-11-23 22:32:32 -05:00 |
|
Thomas Harte
|
df8c896193
|
Removes unused state and implements AND output readback.
|
2018-06-26 19:31:16 -04:00 |
|
Thomas Harte
|
59f8eeb05a
|
Ensures the AY goes high impedance when not in read mode.
|
2018-06-25 20:48:24 -04:00 |
|
Thomas Harte
|
1a9cea050e
|
Minor: ensure AY registers *read* as 0 from reset, as well as being 0.
|
2018-06-01 19:48:42 -04:00 |
|
Thomas Harte
|
5d6b5d9f10
|
Eliminates all emdashes in cross-platform code.
|
2018-05-13 15:34:31 -04:00 |
|
Thomas Harte
|
0b771ce61a
|
Removes all instances of the copyright symbol.
|
2018-05-13 15:19:52 -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
|
d4df101ab6
|
Makes a first attempt at implementing the SN76489.
|
2018-02-27 22:25:12 -05:00 |
|
Thomas Harte
|
57ddfcd645
|
Corrects AY counter type.
|
2018-01-06 23:16:01 -05:00 |
|
Thomas Harte
|
2dc1d4443e
|
Separates LowpassFilter and SampleSource.
|
2017-12-18 21:39:23 -05:00 |
|
Thomas Harte
|
ac80d10cd8
|
Separates the component parts of running an audio stream: task deferral, filtering and generation.
Walking towards improving opportunities for composition.
|
2017-12-17 21:26:06 -05:00 |
|
Thomas Harte
|
5aef81cf24
|
Commutes cross-platform #pragma mark s to //MARK: s.
|
2017-11-12 15:59:11 -05:00 |
|