tildearrow
0e03bf6bec
GUI: fix default vScroll for pitch macro
2022-05-12 02:49:09 -05:00
tildearrow
cdf4c55f0f
SCC: fix forceIns (finally)
...
fixes #447
2022-05-12 02:39:46 -05:00
tildearrow
4e2e542c7a
OPN: implement muting and remove panning
2022-05-12 02:25:59 -05:00
tildearrow
f5ef1ad472
more documentation work
2022-05-12 02:25:13 -05:00
James Alan Nguyen
1254aec805
Fix GYBv3 load with safer offset load
2022-05-12 11:00:25 +10:00
James Alan Nguyen
63d2e12c27
Address review comments (missed these)
2022-05-12 10:55:47 +10:00
James Alan Nguyen
fbcd84d79b
Address review comments
2022-05-12 10:29:45 +10:00
tildearrow
5f17aa0e03
documentation mistake
2022-05-11 19:10:12 -05:00
James Alan Nguyen
4354e4064b
Merge branch 'master' into feature/Moar-patch-bank-support-part3
2022-05-12 09:57:11 +10:00
tildearrow
a58d49a831
GUI: more mobile-specific changes
2022-05-11 16:09:23 -05:00
tildearrow
c6bfc8178a
Merge pull request #444 from akumanatt/x16
...
VERA: halve output volume to match other PSGs
2022-05-11 16:08:16 -05:00
tildearrow
ff0319780e
OPN: VGM export - good night
2022-05-11 03:41:02 -05:00
tildearrow
ab969c1da0
add OPN chip
...
pretty much copy-paste from YM2610B code
next up: even more blatant copy-paste in 2608
2022-05-11 03:29:03 -05:00
Natt Akuma
e48faa4114
VERA: halve output volume to match other PSGs
...
In terms of maximum single-channel output.
X16's mixing is kept by halving YM2151 part.
2022-05-11 15:22:17 +07:00
tildearrow
431b6b5957
fix 09xx, 0Bxx, 0Dxx and 0Fxx being ignored on ED
2022-05-11 02:42:05 -05:00
tildearrow
955cd48fcf
SCC: SCC+ and dual-SCC VGM export
2022-05-11 02:32:08 -05:00
tildearrow
35ff5430d3
SCC: VGM export, forceIns bug fix and 10xx
2022-05-11 02:20:14 -05:00
tildearrow
0c0a97c21b
SCC: address review comments
2022-05-11 01:13:21 -05:00
tildearrow
8eb4fe365b
Merge pull request #443 from akumanatt/scc
...
Add SCC and SCC+ support
2022-05-11 01:09:08 -05:00
tildearrow
14517c9cf9
full linear pitch is now the default
...
the future
2022-05-11 00:51:53 -05:00
tildearrow
1c6e9c2cca
add a full linear pitch mode, part 7
...
fix full linear pitch on OPL, OPLL, SAA1099 and Sound Unit
2022-05-11 00:26:28 -05:00
tildearrow
ea118db499
X1-010: implement linear pitch (part 6)
2022-05-11 00:18:46 -05:00
tildearrow
90ac64f1d4
VERA: implement full linear pitch (part 5)
2022-05-11 00:11:24 -05:00
tildearrow
f4652e6582
YM2610(B): implement full linear pitch (part 4)
2022-05-11 00:04:36 -05:00
tildearrow
a7e6323db9
add a full linear pitch mode, part 3
...
round frequency/period
2022-05-10 23:42:24 -05:00
tildearrow
f5dbc37902
YM2612: implement full linear pitch (part 2)
2022-05-10 23:17:40 -05:00
tildearrow
0cc2c06bbf
update readme
2022-05-10 19:40:35 -05:00
tildearrow
814804ba10
re-enable warnings are errors on MSVC
2022-05-10 16:33:30 -05:00
tildearrow
aad5d818f2
YM2612: early full linear pitch experiment
...
u n t e s t e d
2022-05-10 16:22:40 -05:00
tildearrow
c79e5e8081
GUI: window movement only by clicking on title bar
...
on by default now
2022-05-10 16:19:49 -05:00
Natt Akuma
00414c6504
Fix GCC errors 2
2022-05-11 00:29:17 +07:00
Natt Akuma
960a8e3616
Fix GCC errors
2022-05-10 17:36:09 +07:00
tildearrow
8784fe5664
dev94 - add a full linear pitch mode, part 1
2022-05-10 03:51:18 -05:00
tildearrow
5e14177e4e
YM2610(B): use f-num/block baseFreq calculation
...
also allow for different octave boundary f-nums depending on chip clock
2022-05-10 02:22:08 -05:00
Natt Akuma
28c0751659
Remove SCC from TODO.md
2022-05-10 12:49:48 +07:00
Natt Akuma
78ce2360bf
SCC has no config flags currently
2022-05-10 11:32:07 +07:00
Natt Akuma
a3fc76c984
Add SCC and SCC+ support
2022-05-10 11:25:10 +07:00
cam900
a8258d9a1a
Divider related emulation core update, Fix init and period limitation
2022-05-10 13:18:02 +09:00
cam900
a9a249fd4c
Merge branch 'master' of https://github.com/tildearrow/furnace into ay_divider
...
* 'master' of https://github.com/tildearrow/furnace : (24 commits)
GUI: remove insLoadAlwaysReplace setting
GUI: right click menu for open instrument
GUI: add a threshold for macro right click
OPZ: remove debug printf
GUI: add macro right click menu
GUI: prepare for macro right click menu
update gitignore
add something
prepare for something
did i fix macOS build?
GUI: macro edit improvements
GUI: now add ability to load VMEM
Update sysDef.cpp
GUI: add an option for it
add preliminary TX81Z SysEx response
OPL: drum volume
OPL: implement hard reset
GUI: add icon size setting
GUI: macro UI refactor, part 4
Fix WIN32 define timing in IGFD
...
2022-05-10 09:03:03 +09:00
tildearrow
da71a6a804
GUI: remove insLoadAlwaysReplace setting
2022-05-09 13:22:42 -05:00
tildearrow
2e9bd65b9e
GUI: right click menu for open instrument
2022-05-09 13:20:44 -05:00
James Alan Nguyen
0e077432fc
Compilerscheiße pedantisch uberprufen
2022-05-09 21:43:03 +10:00
James Alan Nguyen
da6a6f514c
Fix 2x2op WOPL load
2022-05-09 21:22:21 +10:00
James Alan Nguyen
87ffcf2b27
Adjust seek-ends since exact data reads should be correct.
2022-05-09 21:22:21 +10:00
James Alan Nguyen
ef4a60e095
WOPL progress!
2022-05-09 21:22:21 +10:00
James Alan Nguyen
158163312b
WOPN redpath
2022-05-09 21:22:21 +10:00
James Alan Nguyen
f8ffe04869
WOPN complete
2022-05-09 21:22:21 +10:00
James Alan Nguyen
25abf4c733
WOPN progress
2022-05-09 21:22:21 +10:00
James Alan Nguyen
77af4fda2a
Remove unused/duplicate code, add stringNotBlank(str) checks
2022-05-09 21:22:21 +10:00
James Alan Nguyen
1c88e20fa7
OPM parser tidyup, GYBv1/2/3 foundation support done, BNK parser cleanup
2022-05-09 21:22:21 +10:00