tildearrow
f09c263d2c
fix one-frame glitch
2024-06-24 14:56:47 -05:00
tildearrow
6d8a343ead
ES5506: Amiga pitch option......
2024-06-24 02:44:17 -05:00
tildearrow
3197e73b2c
localize window names
2024-05-27 17:53:46 -05:00
tildearrow
e12bf82f49
the massive preparations - settings and sysConf
2024-05-26 23:30:33 -05:00
tildearrow
00e0679442
the massive preparations - GUI
2024-05-26 19:31:17 -05:00
tildearrow
603249573a
GUI: separate wantScrollList
...
issue #1894
2024-05-21 17:26:04 -05:00
tildearrow
f994c7c5e3
GUI: insEdit refactor, part 3
...
prepare to split
2024-05-04 22:10:31 -05:00
tildearrow
fb16897e76
GUI: insEdit refactor, part 2
...
all general macros are now part of a switch block
now it is cleaner than the previous mess
2024-05-04 13:34:29 -05:00
tildearrow
be48cb5ccb
GUI: insEdit refactor, part 1
...
do not complain yet
2024-05-03 18:34:30 -05:00
tildearrow
b955b26af6
SID2: remove volume parameter
...
redundant since we have volume macro
2024-04-25 13:02:40 -05:00
tildearrow
d5633e7484
dev199 - SID2: fix cut/res range
2024-04-22 06:21:13 -05:00
tildearrow
6d62f92f92
SID2, part 5
...
ready for upstream
differs from LTVA1/furnace a bit
2024-04-21 13:18:44 -05:00
tildearrow
50fa7fa012
SID2, part 4
2024-04-21 13:03:03 -05:00
tildearrow
71b8688e05
SID2, part 3
2024-04-21 12:59:19 -05:00
tildearrow
46d29d8a52
SID2, part 2
2024-04-21 12:38:59 -05:00
tildearrow
a6357525d9
Merge pull request #1844 from akumanatt/bifurcator
...
Add Bifurcator support
2024-04-21 03:28:55 -05:00
tildearrow
9926fc4837
GUI: fix macro scale being limited to length 128
2024-04-14 09:18:23 -05:00
Natt Akuma
b3e0825462
Add Bifurcator support
2024-04-01 16:29:43 +07:00
Natt Akuma
addbe4c8b5
MinMod: add phase reset macro
2024-03-19 02:28:11 -05:00
tildearrow
11e492c897
Merge branch 'master' into minmod
2024-03-17 15:44:38 -05:00
cam900
c1773e09f3
Add NDS sound support
...
TODO:
- IMA ADPCM
- Instrument color, icon
2024-03-17 15:17:30 -05:00
Natt Akuma
2b9dd1caff
Add GBA MinMod driver support
2024-03-16 15:08:13 +07:00
Natt Akuma
f3705fb435
WIP add GBA system
2024-03-16 15:06:25 +07:00
Natt Akuma
bffb51756f
Lynx: Add Load LFSR macro
...
PowerNoise had it
2024-03-11 14:08:56 -05:00
tildearrow
2ca341bb73
GUI: get rid of bitOffset
...
now we do not need it
2024-02-19 21:44:29 -05:00
tildearrow
b0be01146e
dev193 - AY: fix wave macro
...
prior to this version, the wave macro was offset by 1
- 0 = square
- 1 = noise
- 2 = square + noise
- ...
due to Defle crap...
now it's no longer offset
- 0 = nothing
- 1 = square
- 2 = noise
- ...
2024-02-19 18:58:50 -05:00
tildearrow
9d32aeda4d
GUI: Count -> Length
2024-02-05 13:10:33 -05:00
tildearrow
4df1c59698
also enable backward on Windows XP
2024-02-04 02:05:00 -05:00
tildearrow
b3b84d41b6
enable backward-cpp for 32-bit Windows releases
2024-02-03 23:45:47 -05:00
tildearrow
4d777bf877
you know what, new labels
2024-01-28 15:03:19 -05:00
tildearrow
22ba9fd8b6
PowerNoise: show octave param in slope ins
2024-01-25 13:30:20 -05:00
tildearrow
bf3353ebb8
PowerNoise: and now implement it
2024-01-25 12:49:46 -05:00
tildearrow
c1ae4a607b
please let me work
...
ok?
2024-01-24 13:21:06 -05:00
tildearrow
4f7fd18d3a
PowerNoise: noise control bits fix
2024-01-24 13:14:49 -05:00
tildearrow
a2c252522f
GUI: separate control bits for PowerNoise ins
2024-01-24 04:52:27 -05:00
tildearrow
efad61c7d0
PowerNoise: split ins type
2024-01-24 04:35:36 -05:00
tildearrow
c098e0bcd1
PowerNoise: POWER_NOISE -> POWERNOISE
2024-01-24 03:15:41 -05:00
scratchminer
4145a8b034
Add descriptions for the instrument control bits
2024-01-23 11:05:50 -05:00
scratchminer
a8ee20c065
Add a 'set LFSR' macro and
...
remove the LFSR reset when a note is turned on
2024-01-21 12:22:23 -05:00
scratchminer
d29eb42d07
change the config from 8 to 6 bits:
...
the upper two aren't used
2024-01-21 07:19:15 -05:00
scratchminer
5d2dade036
Duty / Noise no longer appears in PN inst. config
2024-01-21 06:47:38 -05:00
scratchminer
85997e55e7
add Power Noise support
2024-01-21 06:44:29 -05:00
Kagamiin~
c2d91a06d3
Fix ESFM operator order for KVS dialog
2024-01-20 12:20:25 -05:00
tildearrow
54c6a05710
GUI: tell the user when ins preview is happening
2024-01-19 16:23:27 -05:00
Kagamiin~
514c642b60
Fix ESFM blank instrument; fix ESFM envelope drawing
...
Co-authored-by: LTVA1 <87536432+LTVA1@users.noreply.github.com>
2024-01-17 12:00:30 -05:00
tildearrow
88b42ddd58
update copyright year
2024-01-16 21:26:57 -05:00
tildearrow
6e5a25d824
GUI: insEdit code style
2024-01-16 17:09:26 -05:00
Kagamiin~
4459a7d659
Implementing per-op arpeggio/pitch macro
...
Co-authored-by: LTVA1 <87536432+LTVA1@users.noreply.github.com>
2024-01-01 14:59:00 -03:00
Kagamiin~
215c8c375a
Merge branch 'master' into feature/esfm
2024-01-01 14:45:54 -03:00
tildearrow
37195e5759
GUI: fix macros tab being visible in unknown ins
2023-12-19 04:56:11 -05:00
tildearrow
4f86219989
GUI: fix possible crash with colorize ins
2023-12-18 11:01:11 -05:00
tildearrow
75323be54e
GUI: do not set ins type if it is unknown
2023-12-18 10:56:45 -05:00
Kagamiin~
f42332f2c0
Merge branch 'master' into feature/esfm
2023-12-15 09:15:05 -03:00
Electric Keet
adba445cd2
Tweaking numeric input steps.
...
Hopefully these all make more sense for how they're used.
2023-12-12 18:52:41 -05:00
Kagamiin~
56d774bb3b
Merge branch 'master' into feature/esfm
2023-11-18 09:15:48 -03:00
tildearrow
e2278d3688
C64: relative cutoff and duty macros are fine
2023-10-29 04:36:25 -05:00
tildearrow
90032899c7
C64: bunch of changes
...
- merging test/gate and special macros
- drop new test/gate compat flag - not necessary
- code style and tabs to spaces
TODO: compatibility!
2023-10-29 01:39:37 -05:00
tildearrow
ecec1acd24
Merge branch 'master' of https://github.com/LTVA1/furnace into c64improve
2023-10-29 00:22:10 -05:00
tildearrow
0f2f11a056
GUI: custom icons for ADSR/LFO macro types
2023-10-28 19:15:32 -05:00
LTVA1
0f760a365e
standlalone cutoff macro (with correct relative mode)
2023-10-28 10:15:41 +03:00
LTVA1
50b314bd77
Make separate macros for each ADSR param
2023-10-27 17:20:32 +03:00
Kagamiin~
47c4273e5c
Code review suggestions 2
2023-10-26 09:47:18 -03:00
Kagamiin~
170248e61a
Code review suggestions
...
Haven't had a good peer review in ages.
2023-10-26 09:43:01 -03:00
Kagamiin~
85db9ca16e
Merge branch 'master' into feature/esfm
2023-10-25 17:10:16 -03:00
LTVA1
1207eb1e32
add C64 ADSR macros, add gate bit to test/gate macro, untested fix of macro retrigger on 03xx command
2023-10-25 21:28:29 +03:00
Kagamiin~
23b1c4107e
Fix hard reset handling; add detune effect; change some labels
2023-10-24 14:29:37 -03:00
Kagamiin~
64baa7c97f
Some refactoring
2023-10-22 11:46:34 -03:00
tildearrow
f718fbb5f5
dev185 - SoundUnit: hardware sweep sequences
...
kinda buggy in note off... may require a rewrite of volume handling
2023-10-21 18:42:37 -05:00
Kagamiin~
821b567b8c
Updating ESFMu with envelope delay fix; fixing macro op ordering
2023-10-18 17:01:46 -03:00
Kagamiin~
a01ddd381e
Implement ESFM macros
2023-10-17 19:24:57 -03:00
Kagamiin~
8ae86f79a8
Merge branch 'master' into feature/esfm
2023-10-17 15:53:21 -03:00
Kagamiin~
aee939bd3e
Implement fixed frequency mode for modern and classic layouts
2023-10-17 15:47:08 -03:00
Kagamiin~
39001dcb6a
Adding operator routing visualization
2023-10-16 16:57:04 -03:00
Kagamiin~
4a0295fd1f
WIP: adding fixed pitch mode; fix UB in ESFM driver
2023-10-15 19:46:07 -03:00
tildearrow
061b8e7aa1
GUI: add a hint when an ins cannot be previewed
2023-10-15 17:02:25 -05:00
Kagamiin~
84e0ec9dae
bump ct range to 24; fix bug in modern layout for OPL and ESFM
2023-10-15 11:46:32 -03:00
Kagamiin~
484b6f4411
Adding classic layout; fixing operator swapping and KSL bit order
2023-10-15 11:46:32 -03:00
Kagamiin~
6733f4d1f4
Adding alternate layout for ESFM
2023-10-15 11:46:32 -03:00
Kagamiin~
696433c784
Fix operator order in GUI for ESFM
2023-10-15 11:46:32 -03:00
Kagamiin~
779afcb97a
WIP: adding ESFM (ESS ES1488/ESS ES1868 etc.) system
2023-10-15 11:46:32 -03:00
tildearrow
972dc85a71
GUI: spacing
2023-10-13 20:16:51 -05:00
tildearrow
10172e0489
GUI: better DPCM mapping, part 2
2023-10-13 19:57:36 -05:00
tildearrow
e51ca07acb
GUI: better DPCM mapping, part 1
...
UI needs to be better
it does not work yet
2023-10-12 20:32:00 -05:00
tildearrow
1dd46274d5
GUI: move Sample tab of non-sample-primary ins typ
...
es
2023-10-12 20:05:52 -05:00
tildearrow
7ede07e2a4
dev183 - prepare for better DPCM mapping
2023-10-12 19:52:44 -05:00
tildearrow
219665ed60
dev182 - add a different macro release strat
...
active release makes the macro jump to release pos instead of waiting
2023-10-11 03:36:21 -05:00
tildearrow
687fbf5436
macro name refactor
2023-10-05 23:51:34 -05:00
tildearrow
9864a8471c
GUI: fix lack of C219 phase reset macro
2023-09-11 02:49:05 -05:00
tildearrow
be0d806a98
GUI: don't show arp/pitch macros on ADPCM-A ins
2023-09-09 23:13:34 -05:00
tildearrow
efce769369
GUI: din't call it gate
2023-09-09 20:07:21 -05:00
tildearrow
1091c7f64c
GUI: disable TX81Z send option
...
it is not implemented
2023-09-08 05:31:27 -05:00
tildearrow
80013089a2
GUI: colorize macro speed/delay button if used
2023-08-30 14:06:04 -05:00
tildearrow
2fddd9e4d4
C219: noise/invert/surround effects/macro
2023-08-28 17:59:34 -05:00
Eknous-P
4eda4aeb39
revert icon changes
2023-08-27 10:18:39 +04:00
Eknous-P
fdd9b598a7
revert additive hint
2023-08-27 10:15:28 +04:00
Eknous-P
19f7376337
the rest of the add colors
2023-08-26 16:09:27 +04:00
tildearrow
29fa249227
GUI: really fix wave synth display issues
...
issue #1417
2023-08-26 03:13:17 -05:00
tildearrow
41316860a5
GUI: fix wave synth display issues
...
issue #1417
2023-08-25 17:36:47 -05:00
tildearrow
a31b847f32
GUI: don't show wave macro for beeper ins
2023-08-24 14:59:17 -05:00
tildearrow
9bf736a513
GUI: tweak SNES ins editor
2023-08-24 14:52:18 -05:00
tildearrow
cb0a8396c4
improve
2023-08-24 04:31:32 -05:00
tildearrow
95b0b25011
Merge branch 'master' into macro-values-fix
2023-08-24 03:43:56 -05:00
Electric Keet
92773adb37
Correcting an ampersand.
...
Little things like this make a difference.
2023-08-23 09:47:31 -07:00
tildearrow
5c71b64195
GUI: improve wavetable tab in ins edit
2023-08-23 02:19:36 -05:00
Electric Keet
ab76546f7a
Fixing the fix.
...
This checks for both values being set to zero (their freshly-initialized state, which shouldn't happen in normal use) and sets them to proper defaults if so. Otherwise, it uses what was already there.
2023-08-22 14:23:32 -07:00
Electric Keet
4a9bf44b56
Fix macro mode changes resetting Bottom and Top.
2023-08-22 13:24:45 -07:00
tildearrow
70f774312b
GUI: OPLL preview
2023-08-21 19:56:22 -05:00
tildearrow
617ee5e324
THIS CRASHES
2023-08-21 17:24:41 -05:00
tildearrow
d74172680f
GUI: prepare FM preview for the other OPs
2023-08-20 20:18:27 -05:00
Electric Keet
9397f95499
Vertical label alignment for macros.
...
I don't know how I missed these. I use them constantly!
2023-08-20 14:39:03 -07:00
tildearrow
c05efedee0
GUI: improve single macro view
2023-08-16 00:43:15 -05:00
tildearrow
4707ef6979
GUI: center it
2023-08-15 22:25:01 -05:00
Electric Keet
cb5f59d02b
Select the correct amount of vertical space.
...
Tested in both occurring situations.
2023-08-15 16:55:53 -07:00
Electric Keet
02ef1549dd
Fixed vertical centering.
2023-08-15 14:58:50 -07:00
Electric Keet
f09ef69da1
Break "no instrument selected" lines.
...
In the instrument editor, when instruments are loaded but no instrument is selected, there's a dropdown to select a type and then "or Open or Create New"... but on one line, they're too long for the window's width. With this, they're on two lines.
2023-08-15 11:58:05 -07:00
tildearrow
6ae8f615d9
we got custom icons
2023-08-14 20:02:10 -05:00
tildearrow
fc16164dbd
Merge pull request #1342 from tildearrow/c140
...
Chicken ice cream
2023-08-12 16:29:49 -05:00
tildearrow
393af54938
GUI: bring the combo box back
2023-08-12 16:21:24 -05:00
cam900
14c5d94499
C140 Part 2
2023-08-09 20:30:00 +09:00
Electric Keet
3effd9e506
Yet more vertical centering of labels.
2023-08-06 22:47:17 -07:00
tildearrow
97d44d9a26
GUI: Namco 163 offset -> position
2023-07-29 13:43:49 -05:00
tildearrow
c2f83a3aef
GUI: remove ability to save legacy .fui
2023-07-27 01:35:28 -05:00
tildearrow
677f7fe682
ES5506: some cleanup
...
and fix sample map... ugh
issue #1282
2023-07-26 19:16:57 -05:00
tildearrow
20418bb490
add TED to Furnace
...
#855 #873
2023-07-23 04:42:38 -05:00
tildearrow
ad88ce46ab
dev164 - Namco 163: improvements, part 4
...
- per-channel wave offset/length
- wave load position/length effects
- global wave load effects that actually make sense
- update doc
2023-07-21 19:54:35 -05:00
tildearrow
9f9b946522
Namco 163: improvements, part 3
...
revive the wave length macro
2023-07-20 19:17:00 -05:00
tildearrow
7cc166beb0
Namco 163: improvements, part 2
2023-07-20 18:23:58 -05:00
tildearrow
b087b28325
remove Namco 163 name setting
2023-07-20 16:50:19 -05:00
tildearrow
d779b4c516
Namco 163: get rid of wave load
...
part of some serious work... the global wave load feature will be improved
2023-07-19 14:29:38 -05:00
tildearrow
b42614189f
Namco 163: dang
2023-07-19 01:43:41 -05:00
cam900
7aaa52297e
Merge branch 'master' of https://github.com/tildearrow/furnace into k053260
2023-07-10 19:56:29 +09: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
cam900
ac8db58cbf
Merge branch 'master' of https://github.com/tildearrow/furnace into k053260
2023-07-06 20:00:20 +09:00
tildearrow
a69b02f525
GUI: add patch number to OPLL patches
2023-06-30 17:31:23 -05:00
cam900
7402575d11
Merge branch 'master' of https://github.com/tildearrow/furnace into k053260
2023-06-17 10:41:56 +09:00
tildearrow
7f0dc576d8
GUI: possibly fix asset name carry-over issue
...
issue #1155
2023-06-11 18:20:07 -05:00
tildearrow
27935cec11
GUI: add option to copy WaveSynth out to new wave
2023-05-02 01:53:39 -05:00
cam900
523e08ed5c
Merge branch 'master' of https://github.com/tildearrow/furnace into k053260
2023-05-02 13:46:56 +09:00
tildearrow
6ec9696a50
GUI: allow right-clicking vertical sliders!
2023-04-20 04:01:00 -05:00
tildearrow
381147fc1f
GUI: fix some sliders not being right-clickable
...
issue #1065
2023-04-20 03:43:35 -05:00
cam900
f2ae73aee9
Merge branch 'master' of https://github.com/tildearrow/furnace into k053260
2023-04-13 12:04:31 +09:00
tildearrow
b9b121efdf
GUI: new sample map UI, part 4
...
right click menu
2023-04-12 01:38:44 -05:00
tildearrow
e4bfcd9850
GUI: new sample map UI, part 3
...
keyboard input
2023-04-12 00:50:31 -05:00
tildearrow
7af514a658
GUI: new sample map UI, part 2
...
next commit will introduce keyboard input
2023-04-11 19:41:20 -05:00
tildearrow
f90ca2410f
GUI: new sample map UI, part 1
...
keyboard/MIDI missing
2023-04-11 18:17:30 -05:00
tildearrow
8d4fa6e0cc
prepare for new sample map UI
2023-04-10 19:49:14 -05:00
cam900
548aa5e6ac
Merge branch 'master' of https://github.com/tildearrow/furnace into k053260
2023-04-08 08:51:00 +09:00
tildearrow
99d2199db6
dev152 - sample map notes, part 1
2023-04-07 16:54:05 -05:00
cam900
9c56c3d01b
[WIP] K063260 skeleton
2023-04-02 14:32:47 +09:00