Commit graph

9421 commits

Author SHA1 Message Date
tildearrow 81dccf8dcc new demo song
by AstralBlue
2024-09-27 03:32:42 -05:00
tildearrow d89a8f2c4f OPL4: fix drums mode
issue #2160
2024-09-26 15:50:06 -05:00
tildearrow 0f2fd76a90 dev223 - Y8950: fix ADPCM pitch
issue #2028
2024-09-26 14:41:14 -05:00
tildearrow 0cf6c7cd64 OPL: fix YMF289 in ymfm
ymfm offers a class called ymf289, but I am too lazy to use it
and it probably does not resample anyway
2024-09-26 14:20:14 -05:00
tildearrow 29658ce726 prepare to add default file name to NFD
for auto-fill file name when saving
2024-09-25 19:03:40 -05:00
tildearrow 8254d6e027 GUI: remove references to surround sound 2024-09-25 18:51:37 -05:00
tildearrow 8ac3491672 OPL: and now fix the fix 2024-09-25 14:43:24 -05:00
tildearrow f7412e5234 OPL: key off after 4-op mode change
somehow fixes issue #2171
2024-09-25 14:24:39 -05:00
Eknous-P e06b3ada26 sure
even though it can get longer when power-saving kicks in
2024-09-25 23:06:01 +04:00
tildearrow b2c1f8d919
Merge pull request #2116 from alederer/sortFuzzyMatches
In command palette, sort matches by quality/exactness
2024-09-25 13:52:00 -05:00
freq-mod 9947ac1157
Delete demos/pc98/MMXStageClear.fur
same as above
2024-09-25 20:36:03 +02:00
freq-mod 7a7527cffd
Delete demos/arcade/ComicPartytrack20.fur
old shitty track, irrelevant, there are better CPS1 demos nowadays
2024-09-25 20:17:54 +02:00
tildearrow 60d01de6fc VGM export: QSound ADPCM fix, for real this time 2024-09-25 13:12:34 -05:00
tildearrow 09689a3b78 dang it! 2024-09-25 12:56:24 -05:00
CALLegeTC000000 d635c732c1 Added associated demo songs for this PR
demo songs:

High Score(Tim Follin) on the Genesis
Ruby Illusions(Tee Lopes) on the Genesis
The Sign(Yosuke Yasui) on the WonderSwan
2024-09-25 13:35:05 +02:00
LTVA1 95b7f1f3ac
FamiTracker import improvements (#2172)
* create instrument copies to accurately represent what FamiTracker does e.g. on VRC6 channels when using 2A03 instruments

* fix Hxy effect for S5B (AY), part 1

* fix Hxy effect for S5B (AY), part 2

* fix Hxy effect for S5B (AY), part 3
2024-09-25 13:33:09 +02:00
tildearrow 9011f80ae5 Merge branch 'docs-faq' 2024-09-24 14:47:20 -05:00
Electric Keet 615c2b01cc Last couple edits on the FAQ.
It might be ready now!
2024-09-24 12:21:45 -07:00
Eknous-P 0c16646b05 mobile button and... ugh 2024-09-23 23:33:52 +04:00
freq-mod a8034b6b9f
watara pcm info 2024-09-23 20:02:22 +02:00
freq-mod 14978d2b19
watara instr docs 2024-09-23 19:47:33 +02:00
freq-mod 6f8f9724cf
create watara doc
lol
2024-09-23 19:42:37 +02:00
Eknous-P 771cee405f separate copy "button" 2024-09-23 19:55:57 +04:00
--global c2f1a6bde1 rename vrc6 bass instrument 2024-09-23 12:17:12 +02:00
--global beddc27227 new famicom demo song: Smash TV Circuit 1 2024-09-23 12:17:12 +02:00
tildearrow 3634a51efd GUI: fix order nibble when move cursor with keys
issue #2170
2024-09-22 17:15:23 -05:00
tildearrow 32ca799bd3 Merge branch 'opz-improvements'
there also was an actual bug which may have hindered freq calc...
I fixed it now by moving A-4/clock pitch compensation logic to chan[i].freq instead of baseFreq
2024-09-22 17:04:47 -05:00
Electric Keet 8f82a31445
Merge branch 'master' into docs-faq 2024-09-22 15:03:38 -07:00
Electric Keet e25208bf11 A bunch of fixes to the FAQ.
It's better now!
2024-09-22 14:57:26 -07:00
tildearrow 1f1b9fcc87 I don't trust you
where did you get these numbers from? did you make them up?
first you go "bruh bruh bruh" on me and then you drop this. couldn't
you at least look around a bit?!

since when has OPZ been clocked at 4MHz? who said that it does?
the chip's been designed to run at NTSC colorburst frequency, damn it!

on top of that, you didn't have to make up anything. AT ALL.
fixed frequency is simpler than eating with a fork. you just write the
frequency IN HERTZ (!!), the block and that's it.
really? were these numbers necessary?

oh man....
2024-09-22 16:56:54 -05:00
tildearrow 88b274b886 GUI: hide some chips
- YMU759: impossible to implement properly
- Dummy: doesn't make sense
- μPD: incomplete and uncertain
- SegaPCM 5-channel: Defle compat
- Pong: doesn't make sense
2024-09-22 14:46:37 -05:00
tildearrow f8b3c81d6c GUI: get rid of party mode 2024-09-22 13:55:44 -05:00
tildearrow 838646800a OPZ: code style fixes 2024-09-22 03:58:17 -05:00
Eknous-P 07b41e03c8 change copied timer to deltatime 2024-09-22 11:55:54 +04:00
Eknous 8dc8bc285d
Merge branch 'tildearrow:master' into welcomescr 2024-09-22 11:31:03 +04:00
tildearrow dc47194e3d Merge branch 'master' into opz-improvements 2024-09-22 00:35:46 -05:00
tildearrow 8b38ab7804 GUI: turn input repeat on by default 2024-09-21 18:43:03 -05:00
tildearrow be883ed387 SID2: fix chan osc overflow 2024-09-21 18:23:43 -05:00
tildearrow f3aa06e0a1 time is lost
cover by agajgjsa592586
pull request #2166
2024-09-21 18:16:12 -05:00
tildearrow d838224d94 dev222 - Merge branch 'SID3' 2024-09-21 18:04:08 -05:00
tildearrow cf46a035e1 SID3: fix non-linear pitch 2024-09-21 18:01:45 -05:00
tildearrow fa0c417976 now on insEdit
the final step is to fix pitch linearity
2024-09-21 17:56:37 -05:00
tildearrow d703aa1e97 almost there
eliminate the velociraptor
2024-09-21 17:37:30 -05:00
tildearrow 987bff8b75 a couple code style changes 2024-09-21 04:36:22 -05:00
Eknous-P 198e371435 this should be better 2024-09-21 11:32:25 +04:00
Eknous-P 7b8ab2ba78 hmm
thenk
2024-09-20 23:18:59 +04:00
Eknous-P c953ed94ca welcome screen menu opt in help 2024-09-20 23:12:49 +04:00
Eknous-P d0892a2025 clickable URLs, quickstart in the welcome screen 2024-09-20 23:12:27 +04:00
cam900 f1f2eb6bcb Add emulation core docs for OPL4 2024-09-18 14:23:37 +02:00
cam900 7594b2fb55 OPL4: Fix highest note frequency 2024-09-18 11:00:45 +09:00