This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-14 13:33:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Components
/
OPL2
/
Implementation
History
Thomas Harte
7fffafdfd4
Wires the high-hat through, possibly incorrectly.
2020-04-29 22:44:15 -04:00
..
Channel.cpp
Wires the high-hat through, possibly incorrectly.
2020-04-29 22:44:15 -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