Kagamiin~
|
85db9ca16e
|
Merge branch 'master' into feature/esfm
|
2023-10-25 17:10:16 -03:00 |
|
Kagamiin~
|
23b1c4107e
|
Fix hard reset handling; add detune effect; change some labels
|
2023-10-24 14:29:37 -03:00 |
|
tildearrow
|
c0acd472ed
|
SoundUnit: fix sample map
|
2023-10-23 16:40:30 -05:00 |
|
tildearrow
|
6dddee40d5
|
C64: 20xy and 21xy for setting ADSR
dropping DefleJank
|
2023-10-23 13:49:03 -05:00 |
|
tildearrow
|
aad3557693
|
dev186 - C64: update env on 1Exy
|
2023-10-23 13:38:16 -05: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~
|
dde56c0cfc
|
Merge branch 'master' into feature/esfm
|
2023-10-21 14:57:43 -03:00 |
|
Kagamiin~
|
a1b7e52467
|
Implementing pattern effects, detune on FM preview, default instrument
|
2023-10-21 14:35:20 -03:00 |
|
tildearrow
|
10c72f3a10
|
SoundUnit: duty on forceIns
|
2023-10-20 17:28:45 -05:00 |
|
tildearrow
|
ad55e6f728
|
ES5506: fix getPan
|
2023-10-17 18:11:12 -05:00 |
|
Kagamiin~
|
a01ddd381e
|
Implement ESFM macros
|
2023-10-17 19:24:57 -03:00 |
|
Kagamiin~
|
4a0295fd1f
|
WIP: adding fixed pitch mode; fix UB in ESFM driver
|
2023-10-15 19:46:07 -03:00 |
|
Kagamiin~
|
779afcb97a
|
WIP: adding ESFM (ESS ES1488/ESS ES1868 etc.) system
|
2023-10-15 11:46:32 -03:00 |
|
tildearrow
|
10172e0489
|
GUI: better DPCM mapping, part 2
|
2023-10-13 19:57:36 -05:00 |
|
tildearrow
|
af56b726e4
|
low quality tildearrow code
|
2023-10-11 17:24:40 -05:00 |
|
tildearrow
|
8235f6ee66
|
C140: add bank types
|
2023-10-11 02:48:39 -05:00 |
|
tildearrow
|
b08f1e656f
|
SNES: NOOOOOOOOOOOOO
a typo ruined 0.6 :<
issue #1522
|
2023-10-11 01:16:57 -05:00 |
|
tildearrow
|
43468653a0
|
prepare for pre-calculated pitch table
|
2023-10-10 20:15:58 -05:00 |
|
tildearrow
|
cb8ed42cd6
|
GUI: channel pair hints, part 5
SNES freq mod
|
2023-10-09 04:28:08 -05:00 |
|
tildearrow
|
7fc734744d
|
GUI: channel pair hints, part 2
POKEY
|
2023-10-08 04:07:26 -05:00 |
|
tildearrow
|
839dc3cd91
|
prepare to add channel pair and mode hints
|
2023-10-05 04:47:14 -05:00 |
|
tildearrow
|
572dbcfdd2
|
K007232: fix getPan
|
2023-10-01 15:06:43 -05:00 |
|
tildearrow
|
08a93f9c4d
|
Namco WSG: fix noise mode
|
2023-09-26 12:23:38 -05:00 |
|
tildearrow
|
67c3a67a0d
|
C140/C219: several fixes
loop point fix
crash fix
|
2023-09-24 16:54:19 -05:00 |
|
tildearrow
|
cb63314f53
|
OPN/A/B: fix chan osc overflow
|
2023-09-20 16:31:38 -05:00 |
|
tildearrow
|
746744606f
|
oops
|
2023-09-20 01:10:30 -05:00 |
|
tildearrow
|
196619cf70
|
MSM6295: enforce max vol of 8
|
2023-09-20 01:08:48 -05:00 |
|
tildearrow
|
cad63d8351
|
is this faster?
|
2023-09-20 00:24:55 -05:00 |
|
tildearrow
|
8cac04d917
|
OPL: fix drum muting
|
2023-09-13 18:03:22 -05:00 |
|
tildearrow
|
9a63fdccd5
|
drop usage of std::deque, part 2
|
2023-09-13 02:46:02 -05:00 |
|
tildearrow
|
658f69bc4e
|
dev176 - OPM/OPZ: fix pitch
|
2023-09-12 01:12:59 -05:00 |
|
tildearrow
|
4777284a7c
|
C219: don't phase reset if duty macro hasn't chang
ed
|
2023-09-11 02:57:24 -05:00 |
|
tildearrow
|
f0255f30e8
|
C219: fix noise being restricted by sample length
|
2023-09-11 02:54:48 -05:00 |
|
tildearrow
|
d687edf16a
|
SoundUnit: fix getPan() again
|
2023-09-11 01:50:52 -05:00 |
|
tildearrow
|
8b7b21d909
|
MSM6258: VGM EXPORT!!!
|
2023-09-11 01:19:02 -05:00 |
|
tildearrow
|
630bdfb2b5
|
K053260: fix legato + arp on non-linear pitch
|
2023-09-10 13:06:25 -05:00 |
|
tildearrow
|
1a520dbf3e
|
more multi-thread fixes
don't use static on acquire()
don't yield at all
run fillBuf() on thread
fix option tooltip as it introduces some overhead
|
2023-09-07 00:48:26 -05:00 |
|
tildearrow
|
bb4de6fcb0
|
OPL/OPNA/OPNB: fix ADPCM-B freq not being clamped
|
2023-09-06 18:39:56 -05:00 |
|
tildearrow
|
ef23b88ad3
|
NES: fix chan osc (noise, NSFplay)
|
2023-09-02 03:58:11 -05:00 |
|
tildearrow
|
addbc986f0
|
ExtCh: fix forceIns
why KVS
|
2023-08-31 03:23:15 -05:00 |
|
tildearrow
|
9caa2f38f4
|
SoundUnit: fix getPan()
|
2023-08-31 00:42:25 -05:00 |
|
tildearrow
|
274ce8a646
|
remove many TODOs
|
2023-08-30 19:21:38 -05:00 |
|
tildearrow
|
5a688c58cb
|
OPM/OPZ: invert noise frequencies
since ymfm is default
|
2023-08-30 13:46:47 -05:00 |
|
tildearrow
|
63dcacf33d
|
dev170 - YM2151: fix noise frequency on ymfm
issue #1441
raising ver num to allow possible compat change
|
2023-08-30 13:35:22 -05:00 |
|
tildearrow
|
ff3cebfffd
|
Merge pull request #1022 from tildearrow/x1_010_bank
Add Seta 2 Bankswitch support
|
2023-08-30 02:22:18 -05:00 |
|
tildearrow
|
de34b5c9c4
|
K053260: implement ADPCM
|
2023-08-29 16:43:37 -05:00 |
|
tildearrow
|
eaac5cc224
|
C219: fix VGM export
a sample word has two 8-bit samples in reverse order
(need hardware confirmation)
|
2023-08-29 04:09:11 -05:00 |
|
tildearrow
|
ead19d6111
|
C219: fix bank restore
|
2023-08-29 03:40:40 -05:00 |
|
tildearrow
|
ca51ee9f32
|
C219: fix bank note off
|
2023-08-29 03:38:59 -05:00 |
|