tildearrow
f8187b9a5f
dev191 - kind of remove DIV_ALWAYS_SET_VOLUME
...
it's useless crap I put during the Defle compat days
it serves nearly no purpose nowadays
also why is it a command?
2024-01-16 23:54:32 -05:00
tildearrow
88b42ddd58
update copyright year
2024-01-16 21:26:57 -05:00
tildearrow
0208883fa1
OPL and OPLL vol map
2023-12-17 14:54:38 -05:00
tildearrow
e741c6a393
OPL: reduce YMF262-LLE write delay
2023-11-25 03:13:14 -05:00
tildearrow
2558da9418
OPL: YMF262-LLE, part 1
2023-11-25 02:26:59 -05:00
tildearrow
32030d6742
OPL: YM3812-LLE, part 4
...
Y8950
2023-11-24 15:29:00 -05:00
tildearrow
8500b1b435
OPL: YM3812-LLE, part 3
...
per-chan osc
2023-11-24 15:16:00 -05:00
tildearrow
817d066a57
OPL: YM3812-LLE, part 2
2023-11-24 04:19:58 -05:00
tildearrow
c5f441a83a
OPL: YM3812-LLE?! part 1
2023-11-23 18:28:39 -05:00
tildearrow
a75a99a808
OPL: ymfm core, part 2
2023-11-23 15:12:22 -05:00
tildearrow
955682b240
OPL: ymfm core, part 1
2023-11-22 19:28:36 -05:00
tildearrow
839dc3cd91
prepare to add channel pair and mode hints
2023-10-05 04:47:14 -05:00
tildearrow
8cac04d917
OPL: fix drum muting
2023-09-13 18:03:22 -05:00
tildearrow
1a520dbf3e
more multi-thread fixes
...
don't use static on acquire()
don't yield at all
run fillBuf() on thread
fix option tooltip as it introduces some overhead
2023-09-07 00:48:26 -05:00
tildearrow
bb4de6fcb0
OPL/OPNA/OPNB: fix ADPCM-B freq not being clamped
2023-09-06 18:39:56 -05:00
tildearrow
d240066df8
fix issue #1371
2023-08-24 03:25:38 -05:00
tildearrow
31335b95c9
finish it
2023-08-24 03:05:25 -05:00
tildearrow
54934dcfc9
dev167 - fix TL macro
...
previously, 127 mapped to TL 0
but now 127 maps to TL 127
yeah, the graph will look inverted I know...
2023-08-21 23:57:07 -05:00
cam900
3bafd4f6c0
update via PR comments
2023-07-23 17:39:38 +09:00
cam900
0889a8fe92
Merge branch 'master' of https://github.com/tildearrow/furnace into ymf289b
2023-07-22 10:39:28 +09:00
tildearrow
708c363635
FixedQueue, part 2
2023-07-13 04:09:20 -05:00
tildearrow
9cb1fbcc45
chan osc volume balancing, part 1
2023-06-18 20:00:20 -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
cam900
0c5a6d9760
Just resample rather than reset
2023-05-13 18:54:05 +09:00
tildearrow
25eb720631
Merge branch 'master' into ymf289b
2023-05-11 16:59:38 -05:00
tildearrow
af64f9c141
Y8950: fix missing ADPCM chan osc
2023-04-16 02:10:22 -05:00
tildearrow
99d2199db6
dev152 - sample map notes, part 1
2023-04-07 16:54:05 -05:00
cam900
e694687fff
Merge branch 'master' of https://github.com/tildearrow/furnace into ymf289b
2023-02-23 21:15:49 +09:00
tildearrow
47293decd3
OPL: fix missing ADPCM channel in per-chan osc
2023-01-28 18:10:25 -05:00
tildearrow
7bdda990e1
OPL: partially implement new hard reset
...
it's so late
2023-01-20 04:52:27 -05:00
tildearrow
45faadd4c8
update copyright year
2023-01-19 19:18:40 -05:00
tildearrow
9bbc1e2c82
OPLL/OPL: Seamless Legato Ins Change
2023-01-19 02:45:02 -05:00
tildearrow
c1e26ee749
fix more possible crashes when deleting ins
...
and added a fatal error if implementation is missing
2023-01-19 00:37:37 -05:00
cam900
9ae12241a4
Fix downsampled rate accuracy
2023-01-16 10:25:59 +09:00
cam900
371c82338f
Merge branch 'master' of https://github.com/tildearrow/furnace into ymf289b
2023-01-16 10:17:19 +09:00
tildearrow
6c5f9886fb
OPL: fix t/hh per-chan osc not being visib in OPL3
2023-01-15 02:10:24 -05:00
cam900
3d345af1b8
Merge branch 'master' of https://github.com/tildearrow/furnace into ymf289b
2023-01-14 12:11:26 +09:00
tildearrow
e560838025
OPL/OPLL: expand relative pitch range...
...
poor Z80
2023-01-13 00:15:37 -05:00
tildearrow
707bbb54ea
add effects for rear panning
2023-01-05 03:08:57 -05:00
tildearrow
abf2461573
OPL: increase range of pan macro
2023-01-04 19:16:37 -05:00
cam900
68964e384f
Spacing
2023-01-05 08:51:44 +09:00
cam900
74e429fae2
Fix pitch
2023-01-05 08:51:25 +09:00
cam900
e5d81bd694
Prepare to YMF289B OPL3-L support
2023-01-05 08:40:44 +09:00
tildearrow
fd9b1dd0f5
OPL: quad output
...
now that we have this new dispatch output method
2023-01-04 18:30:29 -05: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
tildearrow
7fa5fecd38
possibly fix retrigger with sample map
2022-12-29 03:12:00 -05:00
tildearrow
2600d4c576
new arp strategy, part 2
2022-12-17 02:10:20 -05:00
tildearrow
6f22ade69a
new arp strategy, part 1
2022-12-17 02:07:24 -05:00