tildearrow
cf2c63caf7
YM2612: implement 9xxx, part 2
...
VGM export
2023-07-09 17:41:24 -05:00
tildearrow
0c5e58fa3e
YM2612: implement 9xxx, part 1
...
does not work on VGM export yet
2023-07-09 15:12:45 -05:00
tildearrow
0b2de3b933
YM2612: fix DAC mute not respecting queue, part 2
2023-07-09 14:17:52 -05:00
tildearrow
2786b307e3
YM2612: fix DAC mute not respecting queue limits
2023-07-08 16:19:50 -05:00
tildearrow
ba0d6903f6
YM2612: add forceIns heuristics
2023-06-24 16:00:55 -05:00
tildearrow
9851f5cc87
YM2612: fix a couple DAC chan osc problems
...
issue #1168
2023-06-20 00:41:17 -05:00
tildearrow
0e029def51
YM2612: fix chan osc again
2023-06-18 13:40:29 -05:00
tildearrow
e246501b3a
YM2612: fix DAC chan osc
2023-06-18 02:55:45 -05:00
tildearrow
29dfeccfe7
change chan osc range - PLEASE READ
...
as of now the range is ~32768, either from -16384 to 16383, or 0 to 32767.
it previously was -32768 to 32767 (~65536).
this change was made to better suit chips that only output a positive value.
if you are working on a new chip, update your code and shift right by one if necessary.
2023-06-16 17:30:11 -05:00
tildearrow
fe2da0019a
YM2612: fix DualPCM chan osc sustain
...
issue #1162
2023-06-16 13:34:03 -05:00
tildearrow
a02853b561
fix
2023-06-06 16:46:12 -05:00
tildearrow
99d2199db6
dev152 - sample map notes, part 1
2023-04-07 16:54:05 -05:00
tildearrow
6cd24a8008
implement getSamplePos() on some chips
...
Amiga, AY, Lynx, PCE, PCM DAC and VRC6
2023-03-19 03:56:13 -05:00
tildearrow
f80a2b8864
GUI: make playing needles in sample editor work
...
currently only for YM2612 but I will implement more soon
2023-03-19 03:12:08 -05:00
tildearrow
6985b85c09
YM2612: YMF276 clipping
2023-03-17 14:11:55 -05:00
tildearrow
9cd609e738
YM2612: fix per-chan osc overflow in 276
2023-02-10 18:47:31 -05:00
tildearrow
ece7e4460a
YM2612: possibly fix per-chan osc in YMF276 mode
2023-02-10 18:22:34 -05:00
tildearrow
aa5b8795ed
dev140 - YM2612: add YMF276 mode
2023-02-10 17:55:44 -05:00
tildearrow
2542a10620
YM2612: change strategy for operator toggle
2023-02-09 14:02:54 -05:00
cam900
03e0c8d8ee
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-02-06 08:56:14 +09:00
tildearrow
26739bba11
YM2612: fix CSM on ymfm
...
finally
2023-02-05 17:42:48 -05:00
cam900
dd79ae401b
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-02-05 10:00:27 +09:00
tildearrow
d49850f67f
YM2612: fix per-chan osc overflow on ymfm
2023-02-02 03:16:10 -05:00
cam900
3403e10b0b
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-01-24 08:14:29 +09:00
tildearrow
c0d1fe9c65
OPM/OPZ: new hard reset strat
...
also fix weird envelope after hard reset
2023-01-20 04:28:18 -05:00
tildearrow
45faadd4c8
update copyright year
2023-01-19 19:18:40 -05:00
tildearrow
b33ea8f0ac
apply new hard reset strategy on all OPN chips
2023-01-19 18:22:48 -05:00
tildearrow
48a1e6a976
YM2612: new experimental hard reset strategy
2023-01-19 14:36:15 -05:00
cam900
7340d029ae
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-01-19 16:51:27 +09:00
tildearrow
1b05fe577d
OPN/2/A/B: Seamless Legato Ins Change
2023-01-19 02:23:05 -05:00
tildearrow
fa6badc865
YM2612: notifyInsDeletion
2023-01-18 17:17:27 -05:00
tildearrow
1d446bd56b
dev137 - new mixing volumes
...
YM2612 is now twice as loud
SN76489 and OPLL are 1.5x loud
X1-010 is four times louder
2023-01-17 01:11:08 -05:00
tildearrow
0383b0c50f
YM2612: fix one more click...
2023-01-16 23:59:34 -05:00
tildearrow
13b782c7b1
YM2612: yet another fix
2023-01-16 18:41:56 -05:00
tildearrow
bf49b43e7b
YM2612: fix another pop
2023-01-16 16:20:10 -05:00
tildearrow
2c528c9ca8
OPN: add LFO speed macro
...
issue #927
2023-01-16 16:10:34 -05:00
tildearrow
58f789b9eb
YM2612: fix forceIns DAC clicking
2023-01-15 23:34:01 -05:00
cam900
46865b3adb
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-01-16 10:07:13 +09:00
tildearrow
bf2ef2742a
YM2612: fix forceIns after sample
2023-01-15 18:05:48 -05:00
cam900
536c345763
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-01-12 23:31:56 +09:00
tildearrow
a29f36a5df
new dispatch, part 1
2023-01-03 01:09:46 -05:00
tildearrow
3e0dcbb0ae
aaaaaaaa
2023-01-02 04:53:37 -05:00
tildearrow
08d2f12dbd
prepare new dispatch
...
will allow for more than 2 outputs
2023-01-01 19:46:08 -05:00
cam900
8a71a81ffb
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-01-02 09:26:05 +09:00
tildearrow
f2fce2fab3
YM2612: phase reset for samples
2022-12-29 15:58:42 -05:00
tildearrow
7fa5fecd38
possibly fix retrigger with sample map
2022-12-29 03:12:00 -05:00
cam900
ff937604c7
Merge branch 'master' into es5506_alt
2022-12-29 16:18:24 +09:00
tildearrow
a09ad00e48
prepare for 0.6pre3
...
OPN: add flag to make ExtCh op 1 be the only one controlling FB
GUI: move Arcade presets to top
GUI: fix YM2612 CSM not having flags
2022-12-28 18:11:30 -05:00
tildearrow
2c182334d7
OPN: increase range of pitch2
2022-12-28 14:47:50 -05:00
tildearrow
9e47468b53
YM2612: workaround
2022-12-26 13:49:59 -05:00