Thomas Harte
|
e4ef2c68bb
|
Feeds through drum volume levels.
|
2020-04-30 19:35:09 -04:00 |
|
Thomas Harte
|
9f0c8bcae7
|
Attempts to add the missing noise generators. I think I may still be astray on volumes.
|
2020-04-26 15:51:33 -04:00 |
|
Thomas Harte
|
ee10fe3d2c
|
Fully separates updates and outputs in operators; takes a shot at the snare.
|
2020-04-26 00:18:09 -04:00 |
|
Thomas Harte
|
a424e867f9
|
Continues factoring this apart, albeit with a decision on whether to retain update-and-output still pending.
|
2020-04-25 23:07:40 -04:00 |
|
Thomas Harte
|
b3979e2fda
|
Looking towards rhythm mode, and in search of bugs: factors out ADSR.
Further factorings to come.
|
2020-04-24 18:48:32 -04:00 |
|
Thomas Harte
|
9e3614066a
|
Adds tremolo support, switches to global timer for ADSR stages other than attack.
|
2020-04-23 23:55:49 -04:00 |
|
Thomas Harte
|
676dcf7fbb
|
Calculates the proper key scale rate, though ADSR itself is still lacking that precision.
|
2020-04-21 22:57:56 -04:00 |
|
Thomas Harte
|
bdce1c464a
|
Takes a shot at key-level scaling. Testing to come.
|
2020-04-21 00:09:42 -04:00 |
|
Thomas Harte
|
475d75c16a
|
Preserves fractional part of modulator phase.
|
2020-04-20 23:35:37 -04:00 |
|
Thomas Harte
|
c54bbc5a04
|
Rename Table.h; LogSin -> LogSign and make it a bit more typer.
|
2020-04-19 13:33:17 -04:00 |
|
Thomas Harte
|
92d0c466c2
|
Moves complete phase -> output calculation inside Operator.
Reasoning being: otherwise I wasn't currently enforcing non-sine waveforms.
|
2020-04-19 13:27:24 -04:00 |
|
Thomas Harte
|
020c760976
|
Simplifies the phase counter.
|
2020-04-19 00:30:14 -04:00 |
|
Thomas Harte
|
e58ba27c00
|
Clarifies meaning of scaling. Though it isn't yet applied.
|
2020-04-17 22:30:10 -04:00 |
|
Thomas Harte
|
0aceddd088
|
Starts tidying up the OPL2.
This is as a precursor to switching to using the proper table lookups, which I hope will automatically fix my range issues.
|
2020-04-15 22:10:50 -04:00 |
|