cam900
13b2a72a01
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-26 12:28:24 +09:00
cam900
2e3aee08d6
Spelling fix
2022-10-26 12:27:25 +09:00
tildearrow
9a1447e392
NES: envelope and length counter effects
2022-10-25 00:43:03 -05:00
tildearrow
07f247af12
MMC5: also apply fix here
2022-10-24 23:16:38 -05:00
tildearrow
f9209506e1
NES: alternative fix
2022-10-24 22:57:32 -05:00
tildearrow
5cfd74b45f
NES: fix 12xx changing volume after note off
2022-10-24 22:56:30 -05:00
tildearrow
b073689ac9
OPNA: try an ADPCM fix
2022-10-24 22:53:44 -05:00
tildearrow
e4a85a58f8
GUI: capture display orientation events
2022-10-24 22:03:27 -05:00
tildearrow
774313d89c
GUI: whoops
2022-10-24 15:18:35 -05:00
tildearrow
5b3225d69c
Merge branch 'master' of github.com:tildearrow/furnace
2022-10-24 14:59:00 -05:00
tildearrow
4c1cf9991b
GUI: get window size on every frame
2022-10-24 14:57:12 -05:00
tildearrow
1a38ed2261
GUI: get window size
2022-10-24 04:09:25 -05:00
tildearrow
8b80009d92
still tick subticks in freelance mode
2022-10-24 03:25:19 -05:00
tildearrow
4acb6ccc09
fine, here's your Pong
2022-10-24 03:19:42 -05:00
tildearrow
6ceac62015
SNES: fix effective sustain mode
2022-10-23 03:17:30 -05:00
tildearrow
1868e48c92
what is this
2022-10-23 03:03:46 -05:00
tildearrow
b9527f5617
DSFGHIKOJSJLKDG;L;JKGDLADSDKLFHDS;
2022-10-23 03:03:32 -05:00
tildearrow
0d3a3741a9
GUI: fix crash when creating a wave from sample
2022-10-23 03:00:27 -05:00
tildearrow
e19538af2e
GUI: fix non-working mouse events after minimizing
2022-10-23 02:51:38 -05:00
tildearrow
403bc76d18
GUI: remove this shit
2022-10-22 17:28:35 -05:00
cam900
9a41cff290
Remove unused variable
2022-10-22 17:57:44 +09:00
tildearrow
f5b0604d4a
VGM export: fix direct stream mode buggy duration
2022-10-22 03:53:31 -05:00
tildearrow
9b6449d320
GUI: fix Virtual Boy having a PAL option
2022-10-22 03:47:42 -05:00
tildearrow
a8def55d56
fix song stopping too early
2022-10-22 03:46:39 -05:00
cam900
b6cdaa81e3
Fix compile
2022-10-22 17:36:33 +09:00
tildearrow
b073368b21
fix endOfSong inconsistency
...
fixes #719
2022-10-22 03:31:03 -05:00
cam900
87cb3c49a4
Update ES5506:
...
Remove transwave for now
- It consumes high CPU usage, so possibly little headroom for anything else.
Fix per-voice OSC via git master
Fix default channel for ES5506
Fix macro order - Filter macro must be executed after key on
Add SSV preset
2022-10-22 17:19:39 +09:00
tildearrow
0ce746d1d3
GUI: fix 3+ digit addresses in register view
2022-10-22 03:05:48 -05:00
cam900
683abd8c69
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-22 16:57:38 +09:00
cam900
69090232fb
Fix output preview
2022-10-22 16:57:01 +09:00
cam900
bb17f4636d
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-22 16:29:39 +09:00
cam900
f839b0771c
Sync vgsound_emu with master
2022-10-22 16:28:37 +09:00
cam900
487607b6ae
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-22 10:17:00 +09:00
cam900
f714acc8a6
Sync with master
2022-10-22 10:13:22 +09:00
cam900
61aeb0bb5e
Revert "Temporarily revert "Sync vgsound_emu with master""
...
This reverts commit f832ce5cca
.
2022-10-22 10:10:02 +09:00
tildearrow
42f99f2cb2
Merge branch 'scaling'
2022-10-21 17:17:44 -05:00
tildearrow
f832ce5cca
Temporarily revert "Sync vgsound_emu with master"
...
issue #720
This reverts commit eab12892f5
.
to cam900: feel free to revert this revert commit after fixing vgsound_emu.
2022-10-21 17:16:40 -05:00
cam900
eab12892f5
Sync vgsound_emu with master
2022-10-21 17:45:15 +09:00
tildearrow
3de0e6bc9f
SetProcessDpiAwareness
2022-10-20 03:34:12 -05:00
tildearrow
bfeb57c3b7
we don't have to work around Wayland issue anymore
2022-10-20 02:55:24 -05:00
tildearrow
c6e21e3da5
GUI: fix input scaling
2022-10-20 02:49:08 -05:00
tildearrow
373367724b
GUI: use canvasW/H instead of scrW/H*dpiScale
2022-10-20 02:34:14 -05:00
tildearrow
d96674186e
GUI: new scaling factor detection technique
2022-10-20 01:49:33 -05:00
tildearrow
b545fa7f3c
Merge branch 'master' into scaling
2022-10-19 22:59:47 -05:00
cam900
8e2f3199b5
Sync this
2022-10-20 11:46:04 +09:00
cam900
e365a92f65
Sync vgsound_emu with master
2022-10-20 11:44:48 +09:00
tildearrow
375d060f48
GUI: prepare for new HiDPI strategy
2022-10-19 15:33:20 -05:00
tildearrow
dc229078cc
GUI: size constraints for effect list
2022-10-19 14:07:20 -05:00
tildearrow
ca1118a40f
GUI: fix crash in no asset menu (wave/sample)
2022-10-19 13:53:56 -05:00
tildearrow
206fb119aa
VGM export: extended header length should be 12
2022-10-19 13:48:29 -05:00