Commit graph

9334 commits

Author SHA1 Message Date
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
tildearrow 3ade67a889 SID3:change reset duty strategy 2024-09-17 00:44:13 -05:00
tildearrow 05ddfec301 SID3: change default duty 2024-09-16 23:57:14 -05:00
freq-mod 19a59b64e1
Update emulation-cores.md
clarification of YM2612 cores, warning on YM2608-LLE, residfp isnt that slow
2024-09-16 22:35:41 +02:00
tildearrow f0cf3628c6 SID3: change default decay 2024-09-16 03:23:34 -05:00
tildearrow ac95c05878 SID3: store ins data 2024-09-16 03:09:56 -05:00
Electric Keet e45d09b359 A brand new FAQ!
All these answers are wrong.

Well, some of them are sure to be, but they're things that need answering and I penciled in something. _Please_ correct me!
2024-09-14 10:25:38 -07:00
tildearrow b2d6f8e7ee update c64.cpp 2024-09-14 04:35:02 -05:00
tildearrow 15be24ed82 update icon font 2024-09-14 00:32:52 -05:00
tildearrow 47f36f99d9 Merge branch 'master' into SID3 2024-09-13 23:46:13 -05:00
tildearrow 0af7275275 hmmm 2024-09-13 23:28:18 -05:00
tildearrow bf8250a82c a couple corrections, part 2 2024-09-13 23:17:01 -05:00
tildearrow 0b0e6d5e13 a couple corrections
SID3 will have data independent of C64 and SID2
2024-09-13 23:08:25 -05:00
Adam Lederer f9ef00a0be convert keybind-table-row lambda to member function 2024-09-12 13:46:27 -07:00
Adam Lederer 6c6ea2d54b keep template<> on same line 2024-09-12 13:33:18 -07:00
tildearrow cac67cf205 update format.md 2024-09-12 15:09:37 -05:00
Adam Lederer 59c60ba3a6 add ctrlWheelModifier option for Alt 2024-09-12 14:27:18 -05:00
Adam Lederer 5d351eab0a add setting for ctrlWheeling mod (default now allows super as well as ctrl) 2024-09-12 14:27:18 -05:00
Adam Lederer d19cd493c4 better scaling for envelope/LFO mode 2024-09-12 14:36:55 +02:00
Adam Lederer 66b22cce32 fix: macro editor scaling in "single (list)" mode
specifically the bottom line with "length/step-length/delay" and the associated buttons -- previously would just get cut off when there wasn't enough room, now scales the elements to fit (uses a table)
2024-09-12 14:36:55 +02:00
Adam Lederer 61ddd29b1e apply delayed rows first (fixes #2014 2024-09-12 14:33:30 +02:00
Adam Lederer 3f6200aa9a support horizontal mode in wavetable list 2024-09-12 01:04:56 -07:00
Adam Lederer 609efd7b1b md fix 2024-09-11 14:31:43 -07:00
Adam Lederer e4f5c7d13a update settings.md 2024-09-11 14:30:32 -07:00
Adam Lederer 035ac2978f macro editor: add scaling option, show macro len
* extend "autoMacroStepSize" setting to include an option to set the horizontal scale in the macro view based on the longest macro (of the current tab). this means that you'll have a consistent horizontal scale across all the macros, rather than changing for each macro. existing options are unaffected.

* in "single" macro view, i noticed that there was no way of knowing which macros were actually being used (i.e. non-zero len) without selecting each of them individually and then trying to remember. so i added a len readout per macro to the listing.
2024-09-11 11:52:42 -07:00
Eknous-P 5195f7562a wavetools fix: also fix invert
ugh im blind
2024-09-11 16:35:46 +02:00
Eknous-P 518fdd0809 fix wavetools not updating wave 2024-09-11 16:35:46 +02:00
Adam Lederer ad000bc0c0 fix: volume portamento no longer cancels set vol
in case where volume portamento was active but not complete, using the volume column to set volume to a point past the volume portamento target would be detected as "volume portamento complete" and set volume to the portamento target, even if the portamento target was actually lower/higher than the volume set by the volume command
2024-09-11 16:14:50 +02:00
tildearrow a56729a4f2 update yky.fur 2024-09-10 19:41:54 -05:00
tildearrow 1cbafb2e4a Supervision: fix potential crash 2024-09-10 15:03:40 -05:00
Velmyncier 35fe8b0562 show sample ROM option for OPL4 only 2024-09-10 20:14:20 +02:00
freq-mod 688517bfd1 OPLL: fix ins preview 2024-09-10 18:13:48 +02:00
tildearrow 4f5c6cbbb5 SoundUnit: emulation changes
no longer uses int for the filter stages, instead using short
this makes a 1982 design cheaper and more viable
2024-09-09 19:28:16 -05:00
cam900 a18dea53e3 Fix tooltip for OPL waveforms 2024-09-09 20:26:59 +09:00
tildearrow d9c4adbc3b update format.md 2024-09-08 18:54:58 -05:00
tildearrow 10e491cd35 add spaces 2024-09-08 18:54:48 -05:00
tildearrow e16bd903ef
Merge pull request #2017 from tildearrow/ymf278b
Prepare to OPL4 support
2024-09-08 18:52:30 -05:00
tildearrow 89fb8842b0 OPL: put this variable outside 2024-09-08 18:34:32 -05:00