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
tildearrow
f0fffd9878
MultiPCM: store flags
...
dev221
2024-09-08 18:11:22 -05:00
cam900
13d70b0cfe
Merge branch 'master' of https://github.com/tildearrow/furnace into ymf278b
2024-09-06 16:21:59 +09:00
Electric Keet
ca233dda91
Teensy edit!
2024-09-06 01:57:01 -05:00
Electric Keet
f36370b26e
Docs updates.
...
Moving info around in instrument pages to add descriptions of SSG-EG and CSM! Also, a bunch of other little stuff.
2024-09-06 01:57:01 -05:00
tildearrow
5e5896fd52
Merge branch 'master' into ymf278b
2024-09-05 19:32:48 -05:00
Electric Keet
78321ba791
Oops! Forgot an image.
2024-09-05 19:26:35 -05:00
Electric Keet
e9ad722d0b
Updated images.
...
And the tiniest edit to make the X-Y oscilloscope image appear in the doc.
2024-09-05 19:26:35 -05:00
Electric Keet
cb03e579c2
Quickstart images redone at 200%.
...
Zoom!
2024-09-05 19:26:35 -05:00
tildearrow
435c858dc9
a couple fixes
2024-09-05 19:24:42 -05:00
tildearrow
eb95024fb9
Merge branch 'master' into master
2024-09-05 18:13:46 -05:00
cam900
bb5d592bb4
Merge branch 'master' of https://github.com/tildearrow/furnace into ymf278b
2024-09-05 20:38:25 +09:00