tildearrow
32050a211f
GUI: update credits
2022-08-28 15:54:21 -05:00
tildearrow
c3ced46fa3
coming soon: reSIDfp core
2022-08-28 15:10:44 -05:00
tildearrow
3e8f248f77
fix saving a pre-24 .dmf song
2022-08-28 01:03:23 -05:00
tildearrow
58853ce5d5
OPNB-B -> OPNB2
2022-08-27 16:12:00 -05:00
tildearrow
efd5cc0dac
GUI: implement search in "Choose a System!"
2022-08-27 00:14:17 -05:00
tildearrow
73f88c7635
GUI: and here is the new chip selector
2022-08-26 23:35:16 -05:00
tildearrow
daf176e197
GUI: prepare for new chip picker
2022-08-26 19:30:13 -05:00
tildearrow
be9385f701
GUI: work on chip manager
2022-08-26 18:51:17 -05:00
tildearrow
897a61db85
copy paste
2022-08-26 16:44:27 -05:00
tildearrow
1b80b96189
prepare for chip swapping
2022-08-26 03:03:36 -05:00
tildearrow
46d5a8759c
GUI: fix some interpolate issues
2022-08-25 23:39:55 -05:00
tildearrow
24c5ba89e2
GUI: don't rename settings
2022-08-25 22:09:32 -05:00
cam900
3597e57bb2
Add Traditional Chinese and Korean support
2022-08-26 08:49:08 +09:00
tildearrow
a7d0949eac
GUI: different pattern manager layout
2022-08-25 18:13:46 -05:00
tildearrow
96b3ccab8a
I see UI!!!!
2022-08-23 03:57:21 -05:00
tildearrow
226f43fea3
several important bug fixes to advanced arp macro
2022-08-22 19:09:08 -05:00
tildearrow
c009cb3536
dev112 - prepare for advanced arp macro
...
this new advanced arp macro offers more flexibility and reduces code duplication
it allows you to set each step of the macro to either relative or fixed mode
(instead of just one mode for the entire macro)
the UI is still a work in progress and doesn't work well
this change is big and may break things! further fixes incoming
2022-08-22 15:59:45 -05:00
tildearrow
3b6fa212b8
implement macro speed/delay
2022-08-22 03:52:32 -05:00
tildearrow
2650fe609f
dev111 - many macro changes
...
- max macro length is now 255
- loop/rel pos is now unsigned (255 = no)
- prepare for macro speed/delay
2022-08-22 02:13:33 -05:00
tildearrow
38afdd3378
dev110 - add cut/delay effect policy compat flag
...
INCOMPLETE!!!
2022-08-21 23:56:58 -05:00
tildearrow
808832864c
add another demo song
...
by Raijin
2022-08-21 16:53:45 -05:00
cam900
16d7cd3320
More docs
2022-08-21 14:08:14 +09:00
cam900
ba126b820a
Add preset
...
MSX + Neotron
MSX sound expansion with YM2610 or YM2610B (optional), from Neo Geo and bunch of arcade boards - especially Taito's.
MSX + SIMPL
Covox speech thing-ish 8bit DAC for MSX.
2022-08-21 14:07:24 +09:00
tildearrow
1b2d2fdb98
system
2022-08-20 17:04:57 -05:00
tildearrow
0f92c4e35a
GUI: fix change ins applying to off and release
2022-08-20 04:46:45 -05:00
tildearrow
f01be34b5e
GUI: highlight current macro position
...
not for op macros (yet)
2022-08-20 01:10:30 -05:00
tildearrow
4d057d3328
dev109 - define SNES instrument params
2022-08-19 19:42:01 -05:00
tildearrow
c74d7fab37
dev108 - add SN period range compat flag
...
there's room for possible improvement
2022-08-19 18:46:19 -05:00
tildearrow
94cf589e92
GUI: prepare for chip manager window
2022-08-19 04:41:45 -05:00
tildearrow
9c80f91870
relative
2022-08-19 00:00:10 -05:00
cam900
13158b86cf
Clamp height of panning macro when higher than 128
...
so, current filter macro behavior is:
"Fixed" option enabled: override current filter value to macro value
"Fixed" option disabled: current filter value = filter value determined from ES5506 tab or command ± filter macro value
2022-08-19 12:03:25 +09:00
tildearrow
9bd3f6c34b
remove delta mode entirely
...
so it was used on the filter but i'm not sure why couldn't it be
done in absolute mode instead
2022-08-18 18:36:22 -05:00
tildearrow
c473f94f0d
remove delta mode
...
it's unnecessary in my opinion
unless I am missing something
2022-08-18 18:21:51 -05:00
tildearrow
3f14625361
Revert "Fix initializing"
...
This reverts commit 0b09408ee8
.
2022-08-18 18:05:45 -05:00
tildearrow
aa1e34ffd3
Revert "Fix duplication"
...
This reverts commit 446e62c69f
.
2022-08-18 18:05:34 -05:00
tildearrow
90633b2cbc
Revert "oops"
...
This reverts commit 1f65b104f2
.
2022-08-18 18:05:31 -05:00
tildearrow
fa6a61e493
Revert "Fix panning macro height"
...
This reverts commit 087ff27f06
.
2022-08-18 18:05:13 -05:00
cam900
087ff27f06
Fix panning macro height
2022-08-19 00:18:46 +09:00
cam900
1f65b104f2
oops
2022-08-18 21:30:08 +09:00
cam900
446e62c69f
Fix duplication
2022-08-18 21:29:48 +09:00
cam900
0b09408ee8
Fix initializing
2022-08-18 21:28:25 +09:00
cam900
5190c6daab
Implement ES5506 instrument type
...
ES5506 has these features:
- 16 bit independent volume register per left/right output (Logarithmic, 4 LSB is for envelope)
- Programmable filter per each channels, 4 pole, 4 filter mode and 2 16 bit coefficient register (4 LSB is for envelope)
- Hardware envelope
Add more than 2 macro type support
"Delta" macro type: Use delta from previous value
2022-08-18 21:20:10 +09:00
tildearrow
4e7eb728db
GUI: fix moving GB HW seq step down
2022-08-17 18:37:16 -05:00
tildearrow
55d12e1ada
GUI: finally re-organize the GB env UI
2022-08-17 18:29:40 -05:00
tildearrow
89eace2472
GUI: prepare for channel header customization opti
...
ons
2022-08-16 13:53:51 -05:00
tildearrow
8a3358ba5a
GUI: pattern manager, part 1
2022-08-16 04:19:00 -05:00
tildearrow
d1c5a4725b
add option to save unused patterns
...
closes #106
also prepare for the pattern manager window
2022-08-16 03:42:17 -05:00
tildearrow
976e193309
SoundUnit: add 1-bit PDM rev emulation
2022-08-16 02:08:10 -05:00
tildearrow
fcb8fba77b
GUI: fix particle commands
2022-08-16 02:07:57 -05:00
tildearrow
5fe661e9a3
allow rates down to 1Hz
2022-08-15 22:40:04 -05:00