Commit Graph

5757 Commits

Author SHA1 Message Date
tildearrow 5a9de0f3e6 dev163 - GUI: add watermark to identify unstable 2023-07-09 20:34:44 -05:00
tildearrow ecb9f6fbeb PV-1000: fix chan osc 2023-07-09 19:32:24 -05:00
tildearrow 50dda44880 GUI: handle SIGTERM correctly
issue #1143
2023-07-09 19:19:37 -05:00
tildearrow 319ed04946 GUI: add amplitude setting to per-chan osc
issue #1135
2023-07-09 18:59:58 -05:00
tildearrow 46ede984a7 VGM export: fix RF5C68 memory being wrong
issue #1078
2023-07-09 18:46:24 -05:00
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 494572e4e5 GUI: display correct OPLL preset for chip type 2023-07-09 05:35:49 -05:00
tildearrow 62c5ec83f4 GUI: fix OPLL FB/DC/DM preview for preset patches 2023-07-09 05:28:14 -05:00
tildearrow 39b7e82e8a Warpdrive Engage
by SuperJet Spade
2023-07-09 05:07:16 -05:00
tildearrow 3c79fe9db0 update format.md 2023-07-09 04:12:17 -05:00
tildearrow 68f517eb04 release v0.6pre7 (hotfixes) 2023-07-09 03:40:45 -05:00
tildearrow 18eaef4eba GUI: for real
set render backend to SDL if it fails
2023-07-09 03:32:38 -05:00
tildearrow 0072fa3293 Mini 2023-07-09 03:31:12 -05:00
tildearrow 2474ccdfe3
Merge pull request #1212 from ElectricKeet/doc-general
Doc updates for 0.6pre6.
2023-07-09 03:30:37 -05:00
tildearrow 6dbc33dc2a renderGL: fix unusable when font tex fails to load 2023-07-09 03:29:32 -05:00
tildearrow e2540bf789 renderDX11: fix crash when font tex fails to load
issue #1217
2023-07-09 03:18:23 -05:00
MooingLemur 73ea490fdb ZSM export: fix two bugs w/ looped sample export 2023-07-09 01:56:26 -05:00
tildearrow e600747152 GUI: actually fall back to SDL_Renderer if other b
ackend fails to start
2023-07-08 22:26:51 -05:00
tildearrow a500dcda49 release v0.6pre6 2023-07-08 20:22:03 -05:00
tildearrow 83219cefc7 GUI: implement chan osc volume label 2023-07-08 20:02:05 -05:00
tildearrow e1cf040b33 clarify profanity rating 2023-07-08 18:52:28 -05:00
tildearrow 3765294cd3 TODO: implement 30xx on ExtCh for pre7 2023-07-08 18:06:19 -05:00
tildearrow 9d0a95e228 Game Boy: fix zombie mode on first note 2023-07-08 17:08:08 -05:00
tildearrow 2786b307e3 YM2612: fix DAC mute not respecting queue limits 2023-07-08 16:19:50 -05:00
Electric Keet 38e22ab6fd Docs for Pokémon mini, other bits.
Renamed the Pokémon mini doc to match internal name.
2023-07-08 13:40:53 -07:00
tildearrow 8be2f0adc8 renderDX11: don't wrap textures 2023-07-08 15:17:31 -05:00
tildearrow 34502f218c WonderSwan: fix custom clock setting
issue #1211
2023-07-08 14:40:35 -05:00
tildearrow c1ff3c38aa Game Boy: fix memory leak 2023-07-08 14:40:14 -05:00
tildearrow 3f668a59e5 update credits 2023-07-08 05:48:22 -05:00
tildearrow d8381a21ea SegaPCM: fix volume not being reset after macro 2023-07-08 03:02:55 -05:00
tildearrow f91ddb6224
Merge pull request #1201 from Eknous-P/master
Add some demo songs and change gitignore to not include Android Studio files
2023-07-08 02:23:35 -05:00
Eknous-P 6f105a1ec3 fix corrupted file 2023-07-08 10:56:11 +04:00
Eknous-P a3300049d8 Merge branch 'master' of https://github.com/Eknous-P/furnace 2023-07-08 00:49:44 +04:00
Eknous c214b7b221
Merge branch 'tildearrow:master' into master 2023-07-08 00:48:33 +04:00
Eknous-P 012d5d50ca reduce file size 2023-07-08 00:47:23 +04:00
tildearrow 5d97a3ba04 GUI: update credits 2023-07-07 15:01:19 -05:00
MooingLemur d722cc33d4 ZSM export: support for looped samples, fix error dispatching ZSM sync events 2023-07-07 14:56:59 -05:00
Electric Keet 73346d6964
Merge branch 'tildearrow:master' into doc-general 2023-07-07 08:05:17 -07:00
Electric Keet dfa663a500 Teensy fix.
I cannot believe I did this.
2023-07-07 05:21:59 -05:00
Electric Keet 2413514a63 Added links to other docs as needed. 2023-07-07 05:21:59 -05:00
Electric Keet 87de9ca64e Removing commented stuff.
I'll put these bits back in when 0.6pre6 launches.
2023-07-07 05:21:59 -05:00
Electric Keet 20a6785f12 More refinements to settings.md 2023-07-07 05:21:59 -05:00
Electric Keet ff40729b18 Create settings.md
Everything* from `settings.cpp` is in here! I think.

Some things are present but commented out because I didn't see them in 0.6pre5 on Win10.
2023-07-07 05:21:59 -05:00
tildearrow 06aa738782 GUI: fix pitch indicators in visualizer not aligni
ng with channels when the pattern view scroll X is not 0

issue #1184
2023-07-07 03:25:34 -05:00
tildearrow 97fec35b00 GUI: fix hidden channels breaking visualizer 2023-07-07 03:15:09 -05:00
tildearrow aececf352f Game Boy: fix 10xx turning wave channel on
when it's off
2023-07-07 02:25:32 -05:00
tildearrow f841025ce6 Game Boy: fix wave corruption
this time for real
thanks jvsTSX
2023-07-07 02:21:13 -05:00
tildearrow 5c97f9981a add option to change SDL audio driver 2023-07-06 21:14:25 -05:00