1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Components/OPL2/Implementation
2020-04-29 22:07:40 -04:00
..
Channel.cpp Attempts completely to decouple updates and audio outputs. 2020-04-29 22:07:40 -04:00
Channel.hpp Attempts completely to decouple updates and audio outputs. 2020-04-29 22:07:40 -04:00
LowFrequencyOscillator.cpp Moves the LFSR to the LowFrequencyOscillator. 2020-04-25 22:21:42 -04:00
LowFrequencyOscillator.hpp Moves the LFSR to the LowFrequencyOscillator. 2020-04-25 22:21:42 -04:00
Operator.cpp Attempts to add the missing noise generators. I think I may still be astray on volumes. 2020-04-26 15:51:33 -04:00
Operator.hpp Attempts to add the missing noise generators. I think I may still be astray on volumes. 2020-04-26 15:51:33 -04:00
Tables.hpp Fully separates updates and outputs in operators; takes a shot at the snare. 2020-04-26 00:18:09 -04:00