tildearrow
aea7a67d3e
Namco WSG: noise in per-chan osc for real?
2023-01-12 17:45:33 -05:00
tildearrow
009b2c080d
GUI: hide arp/pitch macros on 6258/6295 ins
2023-01-12 16:23:59 -05:00
tildearrow
51cef18bff
AY: optimize
2023-01-12 16:05:03 -05:00
tildearrow
b238e9ee6d
GUI: update credits
2023-01-12 16:04:18 -05:00
cam900
880ea5632d
Fix presets
2023-01-12 23:32:05 +09:00
cam900
536c345763
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-01-12 23:31:56 +09:00
tildearrow
9b80af3a4e
dev136 - Merge branch 'newDispatch' (PLEASE READ!)
...
the following changes have been made:
- a different strategy for DivDispatch audio output.
- if you're working on a new chip, be sure to replace isStereo()
with getOutputCount(). if isStereo() was true, return 2; otherwise
1.
do not return 0 or you will melt the oven!
- additionally, the acquire() function has changed. it's now:
`acquire(short** buf, size_t len)`
replace bufL with buf[0] and bufR with buf[1].
`start` is gone. if you really needed to use it, take a look at
pcspkr.
if you write to buf[1] and getOutputCount is 1, the oven will
melt as well!
- support for more-than-stereo audio, with up to 16 outputs.
- a brand-new patchbay routing feature. arbitrarily route chip outputs
to system outputs.
2023-01-12 03:59:53 -05:00
tildearrow
93aa84bb27
GUI: patchbay right click menu
2023-01-12 03:56:18 -05:00
tildearrow
01f6e8f963
make patchbay effective on samplepreview/metronome
2023-01-12 03:31:43 -05:00
tildearrow
9d327cacd8
GUI: improve patchbay colors
2023-01-11 13:37:26 -05:00
tildearrow
9f0d8dba20
GUI: populate portPos even when invisible
2023-01-11 00:55:56 -05:00
tildearrow
5a48c85c14
GUI: prevent connection to self
2023-01-11 00:42:30 -05:00
tildearrow
0fd0206cc3
fix build
2023-01-11 00:10:42 -05:00
tildearrow
51802720a6
GUI: more patchbay work
2023-01-10 19:09:26 -05:00
tildearrow
a36322ff82
fix possible crash when switching stereo on X1-010
2023-01-10 16:15:37 -05:00
tildearrow
2fbec000d7
dev136 - add auto patchbay toggle
2023-01-10 15:58:15 -05:00
tildearrow
02838e0a07
GUI: prevent patchbay from moving up and down
2023-01-10 14:25:25 -05:00
tildearrow
4bc2418dd6
GUI: patchbay connection
...
some improvements left to do
2023-01-10 14:17:06 -05:00
tildearrow
9b79bc0e7b
GUI: it doesn't work!
2023-01-08 19:23:17 -05:00
tildearrow
fc6bc13729
GUI: prepare patchbay view
2023-01-07 19:46:57 -05:00
tildearrow
e0785d9f00
fix front/rear being inverted
2023-01-07 16:39:01 -05:00
tildearrow
4b85ec433b
GUI: add mobile mixer
2023-01-07 16:26:36 -05:00
Waldemar Pawlaszek
8e009509db
POKEY: audc is set for wrong channel when channels 3 & 4 are paired
2023-01-07 18:51:55 +01:00
tildearrow
9e9b0e8e75
fix ear rape
2023-01-07 04:09:01 -05:00
tildearrow
1154a2bda6
implement patchbay-based output
2023-01-06 18:44:20 -05:00
tildearrow
6273275b47
new floating-point volumes and patchbay
2023-01-06 17:43:08 -05:00
tildearrow
7f5cdd6f6b
GUI: vol meter fix
2023-01-05 03:36:09 -05:00
tildearrow
707bbb54ea
add effects for rear panning
2023-01-05 03:08:57 -05:00
tildearrow
71e40dc015
support more than 2 output channels
...
up to 16 on JACK
to-do: add more mixer settings
2023-01-05 02:40:17 -05:00
tildearrow
77f7fcd555
Merge branch 'master' into newDispatch
2023-01-04 23:03:23 -05:00
tildearrow
8e63257756
GUI: fix possible crash in grid mode
2023-01-04 22:59:21 -05:00
tildearrow
8c70ac8da3
don't detach console on Windows
2023-01-04 20:04:40 -05:00
tildearrow
48bcc6a124
prepare for handling more than 2 channels
2023-01-04 20:04:02 -05:00
cam900
96983e3d48
Add SSG and FM/ADPCM volume mixer config for OPN/A/B
2023-01-05 09:49:21 +09:00
tildearrow
abf2461573
OPL: increase range of pan macro
2023-01-04 19:16:37 -05:00
cam900
68964e384f
Spacing
2023-01-05 08:51:44 +09:00
cam900
74e429fae2
Fix pitch
2023-01-05 08:51:25 +09:00
cam900
f5c1273c2d
Clock preset fix
2023-01-05 08:47:24 +09:00
cam900
e5d81bd694
Prepare to YMF289B OPL3-L support
2023-01-05 08:40:44 +09:00
tildearrow
fd9b1dd0f5
OPL: quad output
...
now that we have this new dispatch output method
2023-01-04 18:30:29 -05:00
tildearrow
6c834524aa
new dispatch, part 4
2023-01-04 17:01:14 -05:00
tildearrow
9436e2ab55
new dispatch, part 3
2023-01-04 03:11:47 -05:00
tildearrow
3a687eeb45
new dispatch, part 2
2023-01-03 14:39:31 -05:00
tildearrow
a29f36a5df
new dispatch, part 1
2023-01-03 01:09:46 -05:00
tildearrow
3e0dcbb0ae
aaaaaaaa
2023-01-02 04:53:37 -05:00
tildearrow
e06b2f6952
Merge branch 'master' into newDispatch
2023-01-02 00:07:02 -05:00
tildearrow
560ec19176
SMS/T6W28: limit upper period
2023-01-02 00:00:23 -05:00
tildearrow
08d2f12dbd
prepare new dispatch
...
will allow for more than 2 outputs
2023-01-01 19:46:08 -05:00
cam900
8a71a81ffb
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2023-01-02 09:26:05 +09:00
tildearrow
db690a1e45
release v0.6pre3
2022-12-31 17:00:40 -05:00
tildearrow
99059869e8
add more demo songs
...
sent by Martin Demsky
2022-12-31 16:38:22 -05:00
tildearrow
821df80594
Namco WSG: noise in per-chan osc?
2022-12-31 16:19:02 -05:00
tildearrow
b07798b805
YM2203: fix non-linear
2022-12-31 14:14:35 -05:00
tildearrow
84bb613b42
fuuuuuuu
2022-12-29 16:14:22 -05:00
tildearrow
f2fce2fab3
YM2612: phase reset for samples
2022-12-29 15:58:42 -05:00
tildearrow
e31f8a2115
SegaPCM: fix new arp strat
2022-12-29 15:42:01 -05:00
tildearrow
ae4cb78c2c
...
2022-12-29 15:25:38 -05:00
tildearrow
f8bceecebf
another update
2022-12-29 14:43:42 -05:00
tildearrow
e8d9fd6a15
maybe fix possible crash in low buffer sizes
2022-12-29 14:34:19 -05:00
tildearrow
53b8e013e7
GUI: hide wave macro from RF ins
2022-12-29 05:15:00 -05:00
tildearrow
89995a02be
QSound: fix ADPCM
...
I guess you can say it's complete
2022-12-29 03:31:26 -05:00
tildearrow
7fa5fecd38
possibly fix retrigger with sample map
2022-12-29 03:12:00 -05:00
tildearrow
5bc2ccbe8e
fix a tiny bug when saving SNES instruments
2022-12-29 02:22:20 -05:00
cam900
ff937604c7
Merge branch 'master' into es5506_alt
2022-12-29 16:18:24 +09:00
tildearrow
286cca3a54
NES: What, what, what, what, what, what, what, what, what, what?
2022-12-28 23:57:06 -05:00
tildearrow
f2fb67eba6
GUI: comment out some log spam
2022-12-28 23:43:58 -05:00
tildearrow
85c4086d5a
why is this here
2022-12-28 23:11:16 -05:00
tildearrow
37c2ea3097
NES: fix arp macro
2022-12-28 23:04:12 -05:00
tildearrow
893b48b9bb
fix SPC_DSP.cpp to work on GCC 5
2022-12-28 21:37:42 -05:00
tildearrow
a09ad00e48
prepare for 0.6pre3
...
OPN: add flag to make ExtCh op 1 be the only one controlling FB
GUI: move Arcade presets to top
GUI: fix YM2612 CSM not having flags
2022-12-28 18:11:30 -05:00
tildearrow
ce89080be7
Untested Crap
2022-12-28 17:41:31 -05:00
tildearrow
9a429e3563
PCE: fix arp macro on noise
2022-12-28 17:23:13 -05:00
tildearrow
dc868539ec
part 4
...
issue #685
2022-12-28 16:08:14 -05:00
tildearrow
fbb712ddc9
part 3
...
issue #685
2022-12-28 16:07:01 -05:00
tildearrow
6811413afc
GUI: fix MSM5232 part labels
2022-12-28 15:31:26 -05:00
tildearrow
0fe8554a5d
MSM5232: fix arp macro
2022-12-28 15:27:38 -05:00
tildearrow
735030b026
GUI: add compat flags button to mobile UI
2022-12-28 15:15:19 -05:00
tildearrow
8e4fda542a
OPNA: fix rim muting
2022-12-28 14:51:59 -05:00
tildearrow
2c182334d7
OPN: increase range of pitch2
2022-12-28 14:47:50 -05:00
tildearrow
47be21df4d
f-num/block range fix
2022-12-26 16:09:38 -05:00
tildearrow
9e47468b53
YM2612: workaround
2022-12-26 13:49:59 -05:00
tildearrow
1fae16514c
OPLL: freqChanged during note off?
2022-12-25 15:54:40 -05:00
tildearrow
513ab09e7c
OPLL: what why 2047
2022-12-25 14:45:07 -05:00
tildearrow
2923eb6265
SegaPCM: fix per-chan osc when muted
2022-12-25 05:04:32 -05:00
cam900
f992346772
Addressing comments
2022-12-25 18:51:23 +09:00
cam900
96c0bea63b
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-25 18:48:29 +09:00
tildearrow
ca5d8eeb72
GUI: add missing POKEY preset
2022-12-25 03:38:19 -05:00
tildearrow
4584b8aa82
POKEY: fix setFlags() crash with altASAP
2022-12-25 03:36:30 -05:00
tildearrow
d78ffa60cc
GUI: fix classic pattern headers
2022-12-25 03:26:44 -05:00
tildearrow
618ff1d393
release v0.6pre2
2022-12-24 23:39:44 -05:00
tildearrow
89e057a2ba
OPLL: fix possible overflow
2022-12-24 18:29:01 -05:00
tildearrow
0914359063
dev131 - SNES: add more sustain modes and D2
2022-12-24 18:03:57 -05:00
tildearrow
3bea6ee891
GUI: implement time in sample editor
2022-12-24 16:59:04 -05:00
tildearrow
6cce918c02
Nuked-OPN2 + ymfm combo option for all OPN chips
...
modified Nuked doing FM and ymfm doing SSG/ADPCM
2022-12-24 02:29:37 -05:00
tildearrow
85d43a84a7
make OPN channel offsets common
2022-12-24 00:15:15 -05:00
tildearrow
19235a19a7
GUI: more window debug messages
2022-12-23 22:36:14 -05:00
cam900
a793bed56d
Merge branch 'master' into es5506_alt
2022-12-24 12:01:03 +09:00
tildearrow
3685772728
GUI: add some CSM presets
2022-12-23 19:31:24 -05:00
tildearrow
37dbc52a68
YM2612: CSM without DualPCM
2022-12-23 19:26:42 -05:00
tildearrow
dff3ddeb3a
port ExtCh op macro code to OPN family, part 7
2022-12-23 19:06:10 -05:00
tildearrow
75416fc63e
port ExtCh op macro code to OPN family, part 6
2022-12-23 19:00:03 -05:00
tildearrow
07697bc888
go back to release mode
2022-12-23 14:35:56 -05:00
tildearrow
e161eb2e20
port ExtCh op macro code to OPN family, part 5
2022-12-23 14:31:00 -05:00
tildearrow
da9e64881d
port ExtCh op macro code to OPN family, part 4
2022-12-23 13:55:15 -05:00
tildearrow
552040facf
fetch_add
2022-12-23 05:14:42 -05:00
tildearrow
66f2b05287
Merge pull request #800 from laoo/ASAP_POKEY
...
ASAP POKEY small fix and refactorings
2022-12-23 01:52:41 -05:00
Waldemar Pawlaszek
35ac14d35b
Applying notes.
2022-12-23 07:43:51 +01:00
Waldemar Pawlaszek
e5e3a83302
More refactoring
2022-12-23 07:31:22 +01:00
tildearrow
e960b6be30
use assign
2022-12-23 01:15:46 -05:00
Waldemar Pawlaszek
2423ec9bc6
Refactoring
2022-12-23 07:06:17 +01:00
Waldemar Pawlaszek
f1c40082d6
Fixing osciloscope volume
2022-12-23 06:27:37 +01:00
tildearrow
45f9aa7261
crash test 2
2022-12-22 23:41:49 -05:00
tildearrow
00a0b84aac
try to fix log
...
issue #797
issue #798
2022-12-22 20:17:02 -05:00
tildearrow
f3973a5ff5
POKEY: make ASAP core the default
2022-12-22 19:47:13 -05:00
tildearrow
84c4e48fbe
POKEY: optimize ASAP core a lot
2022-12-22 19:45:08 -05:00
tildearrow
42367a5601
POKEY: optimize ASAP core a bit
2022-12-22 19:37:10 -05:00
tildearrow
05d389adac
update credits
2022-12-22 19:25:11 -05:00
tildearrow
af770ec701
code style
2022-12-22 19:15:35 -05:00
Waldemar Pawlaszek
d66042b9c7
macOS compilation fix
2022-12-22 23:25:14 +01:00
Waldemar Pawlaszek
44a26791c6
Applied code review remarks.
2022-12-22 23:17:38 +01:00
Waldemar Pawlaszek
1b2eb9cacb
bugfixes
2022-12-22 23:04:03 +01:00
Waldemar Pawlaszek
add1bf603b
Merge remote-tracking branch 'origin/master' into ASAP_POKEY
2022-12-22 22:41:15 +01:00
Waldemar Pawlaszek
4a7e76c448
Renaming new POKEY core to AltASAP. Added core selection.
2022-12-22 22:40:29 +01:00
Waldemar Pawlaszek
3a94a7acde
Implementation of POKEY core based on ASAP ( http://asap.sourceforge.net )
2022-12-22 21:53:29 +01:00
tildearrow
2373884b5e
crash test 1
2022-12-22 15:47:05 -05:00
tildearrow
e74d7f1922
well I need to discard it?
...
I am not going to use that variable, you picky MSVC
2022-12-22 15:40:10 -05:00
tildearrow
eab679e9d3
GUI: improve system detection algorithm (maybe)
2022-12-22 13:10:08 -05:00
tildearrow
c8612b7e8a
Merge pull request #796 from Epictyphlosion/ngp
...
Add some more presets
2022-12-22 12:06:28 -05:00
tildearrow
2c36706d22
port ExtCh op macro code to OPN family, part 3
2022-12-21 21:50:49 -05:00
tildearrow
246048e8ed
I didn't push this?!?!?
2022-12-21 21:28:03 -05:00
Epictyphlosion
005aab057f
Wait, you can set custom clock speeds?
2022-12-21 16:12:15 -08:00
tildearrow
0eb2449c57
port ExtCh op macro code to OPN family, part 2
2022-12-21 18:02:00 -05:00
tildearrow
2a65f24b3f
port ExtCh op macro code to OPN family, part 1
2022-12-21 17:55:38 -05:00
Epictyphlosion
4cf97bba5e
Fixed typos
2022-12-21 14:37:36 -08:00
Kagamiin
50e6409348
Adding demos/sms/thunderblade-type-ii.fur ( #794 )
...
* Adding demos/sms/thunderblade-type-ii.fur
* Adding my name to about.cpp
2022-12-21 16:45:14 -05:00
tildearrow
417a9abfba
Merge pull request #795 from liaminventions/master
...
Update about.cpp and add two songs
2022-12-21 16:42:51 -05:00
tildearrow
dc4ad09903
MSM6295: 127!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2022-12-21 16:33:32 -05:00
tildearrow
2ccc525293
K007232: ???
...
issue #797
2022-12-21 16:26:06 -05:00
Epictyphlosion
41a21ebb91
A few more for better measure
...
Some MSM5232 arcades
2022-12-21 12:42:47 -08:00
tildearrow
5ee41c5f5e
GUI: fix possible issue when changing sample depth
2022-12-21 13:39:43 -05:00
tildearrow
b208d2f32b
fix Furnace not exiting after error during startup
2022-12-21 01:20:56 -05:00
Epictyphlosion
5f81ae48d8
As you wish
2022-12-20 20:52:51 -08:00
tildearrow
019b036853
Merge branch 'master' of github.com:tildearrow/furnace
2022-12-20 22:36:57 -05:00
Epictyphlosion
8f972daf00
One more for good measure
2022-12-20 15:04:06 -08:00
tildearrow
909c553be3
whoops!
2022-12-20 17:55:05 -05:00
Epictyphlosion
fe042b84cd
Wait that's the default clock speed
...
derp
2022-12-20 14:50:49 -08:00
tildearrow
7a92811fd9
rename some DIV_SYSTEM_ items
...
OPN -> YM2203
PC98 -> YM2608
FRAC -> DUALPCM
2022-12-20 17:49:53 -05:00
Epictyphlosion
a4bfbfe8d9
Fixed missing commas + Atari arcade presets
2022-12-20 14:48:30 -08:00
tildearrow
34f6a303a6
prepare for more CSM
2022-12-20 17:40:45 -05:00
tildearrow
36a62b9d6e
Pokémon Mini: register layout
2022-12-20 16:33:57 -05:00
Epictyphlosion
1bd9bca245
Add two presets, removed some dupes
...
Added a Neo Geo Pocket and Atari 7800 with Ballblazer or Commando preset.
Removed Touchdown Fever presets as they were duplicates of the Triple Z80 presets.
2022-12-20 13:23:53 -08:00
tildearrow
210a002ae4
POKEY: per-chan osc
2022-12-20 15:21:03 -05:00
tildearrow
15dc663a15
POKEY: remove dithering
...
we only use 16-bit output anyway
2022-12-20 15:07:58 -05:00
tildearrow
b7302e0d98
POKEY: VGM export
2022-12-20 14:54:55 -05:00
Waverider
256152c12a
Merge branch 'tildearrow:master' into master
2022-12-20 13:22:48 -05:00
tildearrow
be41a2fe5d
POKEY: fix forceIns
2022-12-20 03:52:18 -05:00
tildearrow
0d10b99cf7
POKEY: add AUDCTL macro
2022-12-20 02:59:26 -05:00
tildearrow
c46f3a3085
GUI: add POKEY presets
2022-12-20 02:43:53 -05:00
tildearrow
08f42f1ea0
POKEY: it's the opposite
2022-12-20 02:43:37 -05:00
tildearrow
f781d63ac2
POKEY: bass period mapping
...
and effect to change AUDCTL
2022-12-20 02:39:34 -05:00
tildearrow
541360a446
POKEY: louder
2022-12-20 00:34:52 -05:00
tildearrow
4b4a2273d3
YM2151/2414: fix new arp
2022-12-20 00:29:12 -05:00
tildearrow
ba674a0329
start work on POKEY
...
to-do:
- add ability to change AUDCTL
- bass shape frequency and waveform mapping
- easy noise???
2022-12-19 19:45:04 -05:00
tildearrow
4ba8c0513e
the final mzpokeysnd change (maybe)
...
it works! now to work on DivPlatformPOKEY...
2022-12-19 17:10:45 -05:00
tildearrow
112d773544
and more mzpokeysnd changes
2022-12-19 16:46:19 -05:00
tildearrow
139ac97144
more mzpokeysnd changes
2022-12-19 16:39:10 -05:00
Waverider
f07f4cf692
Merge branch 'tildearrow:master' into master
2022-12-19 14:28:12 -05:00
tildearrow
a8071a3c9f
update mzpokeysnd
2022-12-19 14:18:32 -05:00
Waverider
c23c7ced3d
Merge branch 'tildearrow:master' into master
2022-12-19 14:04:11 -05:00
tildearrow
222abe7e76
don't worry about it
2022-12-19 13:59:24 -05:00
Waverider
8aa5ff099c
Update about.cpp
2022-12-19 13:50:39 -05:00
cam900
300d817795
Update previous commit
2022-12-19 18:11:56 +09:00
cam900
75b0ed7af1
Add some PC-88 presets, with external soundcard(s)
...
Added AY clock (1.9968MHz) for PC-88
reference:
http://mydocuments.g2.xrea.com/html/p8/soundinfo.html ,
https://www.dtmstation.com/archives/52016817.html
2022-12-19 18:07:43 +09:00
tildearrow
c4be8c9f5d
let's try out mzpokeysnd
...
to-do:
- de-Atari800ize the core
- remove resampling funcs
- make Update* public
-
-
- DivPlatformPOKEY already!
2022-12-18 20:01:29 -05:00
tildearrow
960e2ba1a7
DAC: fix chan osc
2022-12-18 04:03:49 -05:00
tildearrow
e0723c7485
DAC: add interpolation settings
2022-12-18 03:54:30 -05:00
tildearrow
51ea3cec2a
add log file writing
2022-12-18 01:55:21 -05:00
tildearrow
d897ac32b0
SegaPCM: what??????????
2022-12-17 23:16:24 -05:00
tildearrow
f407ab9d40
SegaPCM: fix volume/panning regression
...
issue #786
2022-12-17 23:14:44 -05:00
tildearrow
ceb27728d3
add option to swap nibbles on raw sample import
...
issue #791
2022-12-17 22:45:30 -05:00
tildearrow
4affc48ebd
Merge branch 'master' of github.com:tildearrow/furnace
2022-12-17 17:27:54 -05:00
tildearrow
e965d1096c
RF5C68: fix per-chan osc
2022-12-17 17:27:11 -05:00
cam900
2725024106
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-18 06:54:57 +09:00
cam900
710cf0bdae
Remove unused function in MSM6258
...
MSM6258 has no dedicated sample memory, instead sample data is feeding from CPU or DMA
2022-12-18 06:54:19 +09:00
cam900
b88970ff95
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-18 06:43:16 +09:00
cam900
a3dacf793b
Fix build
2022-12-18 06:42:40 +09:00
cam900
c801227b57
Fix build(again)
2022-12-18 06:40:36 +09:00
cam900
63f67f33b8
Fix build
2022-12-18 06:40:14 +09:00
cam900
7e9d429326
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-18 06:28:14 +09:00
cam900
d4defdf4c0
Fix build
2022-12-18 06:27:49 +09:00
tildearrow
a367c3b480
Pokémon Mini: fix volume macro
2022-12-17 14:27:03 -05:00
cam900
f80a686cf5
Fix build
2022-12-17 18:37:08 +09:00
cam900
a32ade061f
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-17 16:53:53 +09:00
cam900
80fd78dcdd
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-17 16:53:19 +09:00
tildearrow
dbff00404c
fix fix fix
2022-12-17 02:43:07 -05:00
tildearrow
2600d4c576
new arp strategy, part 2
2022-12-17 02:10:20 -05:00
tildearrow
6f22ade69a
new arp strategy, part 1
2022-12-17 02:07:24 -05:00
tildearrow
3eb3d8a6f1
prepare for new arp strategy
2022-12-17 01:21:08 -05:00
cam900
e53efe2bcb
sync with master
2022-12-17 15:00:58 +09:00
cam900
429aed0ab1
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-17 15:00:44 +09:00
tildearrow
905329e1e4
help
2022-12-17 00:54:56 -05:00
tildearrow
1127688229
prepare for arp+pitch slide on linear pitch
...
will be a huge change
2022-12-17 00:18:25 -05:00
tildearrow
9da46ee8ba
implement macro masking
2022-12-17 00:09:56 -05:00
cam900
d8ed76c550
Fix forceIns
2022-12-16 19:27:40 +09:00
cam900
f627c4728f
Merge branch 'master' of https://github.com/tildearrow/furnace into ga20
2022-12-16 19:21:59 +09:00
cam900
be48d15861
Initialize at reset
2022-12-16 19:15:56 +09:00
cam900
ef52c41fb4
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-12-16 19:14:58 +09:00
cam900
41c1b3b786
Uninitialized value
2022-12-16 19:14:45 +09:00
tildearrow
18364ed065
GA20: U N I N I T I A L I Z E D
...
initialize delay
2022-12-16 04:03:14 -05:00
tildearrow
f070b1800e
another try to fix
2022-12-16 03:51:02 -05:00
cam900
b800118e8d
Minor forceIns fix
2022-12-16 14:19:26 +09:00
tildearrow
adcf5874f0
Pokémon Mini: instrument type
2022-12-15 22:32:33 -05:00
tildearrow
8cc6fe3782
how to fix this
2022-12-15 22:32:28 -05:00
tildearrow
cd671b5f12
what?
2022-12-15 17:18:34 -05:00
tildearrow
38d25bd6c2
update ymfm modification disclaimer
2022-12-15 16:48:03 -05:00
tildearrow
5984383b9d
wait!!!!
2022-12-15 15:37:11 -05:00
cam900
d7c35f0748
Add VGM support
2022-12-15 21:36:51 +09:00
cam900
62cff511fd
Merge branch 'master' of https://github.com/tildearrow/furnace into ga20
2022-12-15 21:22:55 +09:00
cam900
5ba79a9d71
Fix naming, Add M92/M107 preset
2022-12-15 21:21:52 +09:00
cam900
be9a1a17f0
GA20: Fix build and sound output, Add debug
2022-12-15 20:37:19 +09:00
cam900
8a3c40d6f5
Remove unused function
2022-12-15 20:35:26 +09:00
cam900
ee983e47f0
Fix core
2022-12-15 20:26:53 +09:00
cam900
ee849b197f
Fix address
2022-12-15 20:17:06 +09:00
cam900
9c05badfef
GA20
2022-12-15 20:13:15 +09:00
cam900
e2ea883315
Fix volume, Reduce unnecessary values
2022-12-15 20:12:06 +09:00
cam900
d5f44557c2
add (Partial) GA20 support
2022-12-15 20:03:54 +09:00
cam900
29c74384a2
Fix max volume
2022-12-15 19:09:26 +09:00
cam900
2e7a0c37e3
Add DIV_CMD_SAMPLE_DIR command and macro
2022-12-15 17:35:01 +09:00
cam900
7a91996e3a
Actually fix
2022-12-15 17:00:46 +09:00
cam900
5de95e6565
Fix again
2022-12-15 16:46:15 +09:00
cam900
f7e9c4e45c
Fix sample loading
2022-12-15 16:29:41 +09:00
cam900
8365d1c977
Merge branch 'master' into es5506_alt
2022-12-15 16:06:59 +09:00
tildearrow
301c473413
Square -> Pulse
2022-12-15 00:48:11 -05:00
tildearrow
b619580b4b
add ins type for Pokémon Mini and GA20
2022-12-15 00:47:46 -05:00
tildearrow
dafa0189a8
Merge pull request #776 from cam900/k007232
...
Add K007232 support
2022-12-14 23:59:41 -05:00
tildearrow
4566068afd
SADFGLKJHASHDJLFK
2022-12-14 23:38:38 -05:00
tildearrow
7ef76d0f1c
what?
2022-12-14 23:32:02 -05:00
tildearrow
2f8e2f9a5e
YM2612: partial, buggy CSM on ymfm
2022-12-14 19:22:34 -05:00
tildearrow
f132717502
YM2612: prepare to implement CSM on ymfm
2022-12-14 19:09:50 -05:00
tildearrow
332c6edbed
re-initialize dispatch if core settings changed
2022-12-14 17:18:19 -05:00
tildearrow
7732031404
update ymfm
2022-12-14 17:07:46 -05:00
cam900
a7153f42e9
Reduce debug duplication
2022-12-14 14:16:46 +09:00
cam900
e454fdb3d5
Reduce debug duplication
2022-12-14 14:16:01 +09:00
cam900
1c4138dcff
Sync with master
2022-12-14 14:13:17 +09:00
cam900
105e863a53
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-14 14:11:33 +09:00
cam900
ad6fd1561f
Sync with master
2022-12-14 14:11:08 +09:00
cam900
441ad05484
Merge branch 'master' of https://github.com/tildearrow/furnace into k007232
2022-12-14 14:10:11 +09:00
tildearrow
5f3210ba48
add Pokémon Mini (partially)
2022-12-13 13:32:35 -05:00
tildearrow
ea849cc255
fix build
2022-12-13 13:27:44 -05:00
tildearrow
778d8d84d1
minor fixes
2022-12-13 13:23:48 -05:00
cam900
c163f70983
Missing ifndef
2022-12-14 02:09:48 +09:00
cam900
406cfb0ddd
Revert unnecessary change
2022-12-14 02:06:53 +09:00
cam900
2ccc24920a
Fix build
2022-12-13 16:25:38 +09:00
cam900
ce09edef84
Unify shared channel struct, De-duplicate channel debug
2022-12-13 16:22:48 +09:00
cam900
f6cfc72b39
Sync with master
2022-12-13 14:53:00 +09:00
cam900
b2e15a5967
Merge branch 'master' into es5506_alt
2022-12-13 14:48:50 +09:00
cam900
5ff3d910ca
Sync with master
2022-12-13 14:47:54 +09:00
cam900
2b7b227539
Merge branch 'master' of https://github.com/tildearrow/furnace into k007232
2022-12-13 14:41:35 +09:00
tildearrow
e58fb42d52
resVol isn't shared
2022-12-12 17:18:13 -05:00
tildearrow
b903a4276e
volumeChanged isn't shared
2022-12-12 16:57:41 -05:00
tildearrow
1ae1f32574
Merge branch 'master' into duplicate_channel_struct
2022-12-12 16:33:05 -05:00
cam900
9fedb87808
Fix forcing instrument
2022-12-13 03:53:00 +09:00
tildearrow
2ff68dad00
GUI: what now
2022-12-12 00:57:47 -05:00
cam900
84990c759e
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-12-12 14:42:56 +09:00
cam900
6cfbbe9fa4
Reduce unused variables
2022-12-12 14:42:47 +09:00
tildearrow
9ad3753179
GUI: edit button moves with menu
2022-12-11 18:22:39 -05:00
tildearrow
1fe4230e82
C64: possibly fix write delay issue in reSIDfp
2022-12-11 16:46:25 -05:00
tildearrow
315d7595a5
GUI: mobile edit button only visible in pattern
2022-12-11 16:29:22 -05:00
tildearrow
9d02afe0eb
fix build
2022-12-11 13:34:58 -05:00
tildearrow
a4d8604260
SN: fix easy noise arpeggio macro
2022-12-11 12:42:26 -05:00
tildearrow
6349ebbfad
GUI: half working mobile edit options
2022-12-11 12:36:41 -05:00
tildearrow
f331e50041
GUI: automatic mobile edit button layout
2022-12-11 04:03:22 -05:00
cam900
2bb0815938
ID conflict
2022-12-11 17:11:44 +09:00
cam900
2339dfe2aa
Reduce duplication
2022-12-11 16:49:54 +09:00
tildearrow
b8784d93ce
Merge pull request #781 from tildearrow/tooltip_enum
...
Add tooltips in GUI, enum-ize piano mode/Special notes
2022-12-11 02:38:31 -05:00
cam900
ed779f443a
Addressing comments
2022-12-11 16:37:20 +09:00
tildearrow
be01c19e3e
GUI: no tooltips in mobile
2022-12-10 23:45:12 -05:00
cam900
592bf34bf3
Addressing comments
2022-12-11 11:09:13 +09:00
tildearrow
662a5c5c61
GUI: and here is some animation
2022-12-10 19:24:32 -05:00
cam900
c561ceceaf
Add tooltips in GUI, enum-ize piano mode/Special notes
2022-12-11 04:32:51 +09:00
cam900
37e83c0905
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-10 14:29:13 +09:00
cam900
3f2b2a6a4c
Fix build
2022-12-10 14:27:15 +09:00
cam900
793faed447
constant-ize
2022-12-10 14:26:26 +09:00
cam900
bf16f8f59e
Reduce register spamming(again)
2022-12-10 13:57:39 +09:00
cam900
07e0577a36
Reduce register spamming
2022-12-10 13:44:24 +09:00
cam900
1e54f2da6c
Minor fix
2022-12-10 13:34:48 +09:00
cam900
853ca714d0
Fix click
2022-12-10 13:32:56 +09:00
cam900
507f91f261
Fix delay issue, Add debug view for frequency
2022-12-10 13:25:32 +09:00
cam900
be2b67210d
Reduce line width, Add debug view for K007232
2022-12-10 13:22:14 +09:00
cam900
0897029a16
Minor desync fixes
2022-12-10 13:12:03 +09:00
cam900
6ba1f3dfdd
Remove condition duplication
2022-12-10 13:06:58 +09:00
cam900
3a4197c464
Merge branch 'master' of https://github.com/tildearrow/furnace into k007232
2022-12-10 13:03:37 +09:00
tildearrow
e4ef9f46f7
GUI: mob edit menu work
2022-12-09 18:47:49 -05:00
cam900
0f2583c1fb
Minor defines
2022-12-10 06:11:46 +09:00
tildearrow
8d8be6cc13
last fix
2022-12-10 06:01:21 +09:00
cam900
39fadd23ac
Fix formatting
2022-12-10 06:01:13 +09:00
cam900
677f642d9a
Fix build
2022-12-10 06:01:13 +09:00
cam900
8c47f98b07
Minor reverting
2022-12-10 06:01:12 +09:00
cam900
9974d2a1c9
Minor correction
2022-12-10 06:01:12 +09:00
cam900
3c9f61d869
Add define for Effect column, Add description for defines
2022-12-10 06:01:12 +09:00
cam900
2a95e61e9d
Add and reorganize constant define includes
2022-12-10 06:01:12 +09:00
tildearrow
188821074b
Merge pull request #780 from LoKiToon/master
...
Oh, and one more thing. (Update about.cpp)
2022-12-09 04:35:09 -05:00
tildearrow
a512dd3c6b
GUI: prepare to add a time bar to sample editor
2022-12-09 03:51:41 -05:00
nk
63e4a6ed89
Update about.cpp
2022-12-09 11:25:49 +03:00
tildearrow
3d191e247b
GUI: update credits
2022-12-09 02:37:18 -05:00
cam900
4cb9cf7939
Minor formatting
2022-12-09 11:02:40 +09:00
tildearrow
8eca858d70
GUI: UNTESTED STUFF
2022-12-08 18:04:18 -05:00
tildearrow
0afd233bfa
fix
2022-12-08 15:41:10 -05:00
LeviathanInWaves
e96a1b7084
Some fixes for mobile edit button
2022-12-08 09:24:42 -06:00
LeviathanInWaves
7a8b595e2a
Revert changes
2022-12-08 09:24:42 -06:00
LeviathanInWaves
1d5c98440f
Add floating Edit button for Mobile UI
2022-12-08 09:24:42 -06:00
LeviathanInWaves
6649d7ffe5
Bug testing for glitched value input pad, also loop point step sizes
2022-12-08 09:24:42 -06:00
cam900
80b1285ac9
Fix channel count
2022-12-08 19:20:01 +09:00
tildearrow
423978cba7
possibly fix crash on high smpl rates & low bufsiz
2022-12-08 04:37:43 -05:00
tildearrow
ecf24b39fe
GUI: make it possible to wheel on the note combo
...
like OpenMPT
2022-12-08 03:41:35 -05:00
tildearrow
2da7002fc8
GUI: add note/fine to sample editor rate
...
also deprecate compat rate
2022-12-08 03:32:20 -05:00
tildearrow
515e7a5a1d
GUI: smp edit hide chips sctn if no smpl mem chips
2022-12-08 02:42:34 -05:00
tildearrow
c157a38bd2
GUI: improve sample editor status bar
2022-12-08 02:37:40 -05:00
tildearrow
28fbd5a7b0
SN: fix Nuked-PSG noise issue
2022-12-08 01:51:29 -05:00
tildearrow
6dd2459e5f
SN: Defle......
2022-12-08 01:38:49 -05:00
tildearrow
adf21c4b70
GUI: fix wave edit scale Y
2022-12-08 01:16:06 -05:00
cam900
186eb23dd0
Fix build
2022-12-08 15:12:26 +09:00
tildearrow
0ee8309432
SN: fix easy noise
2022-12-08 01:10:02 -05:00
cam900
2f6789fca7
Add presets with K007232
2022-12-08 14:56:21 +09:00
tildearrow
d0dca236ab
invalid value fix
2022-12-08 00:39:29 -05:00
cam900
217872bdd5
Merge branch 'master' of https://github.com/tildearrow/furnace into k007232
2022-12-08 14:22:20 +09:00
cam900
76cdc3a6a5
(Partially) K007232 support
...
Chip ID is placeholder.
2022-12-08 14:18:22 +09:00
tildearrow
1caf61421b
make Furnace fast
2022-12-07 23:34:01 -05:00
tildearrow
c91e947ea3
SN: prepare for new easy threshold formula
2022-12-07 23:27:19 -05:00
cam900
ef08e9b0c2
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-08 11:38:08 +09:00
tildearrow
a2be33cf95
GUI: add sample memory warnings
...
in the sample list
2022-12-07 03:42:54 -05:00
tildearrow
c2bb86b2e4
QSound: whoops
2022-12-07 03:33:38 -05:00
tildearrow
056e67b228
dev129 - SNES: add option to toggle BRR emphasis
2022-12-07 02:57:19 -05:00
tildearrow
4f1412013a
VIC-20: possibly fix sadfgbmk;lhsdhklj;asdf;kj
2022-12-06 00:58:27 -05:00
cam900
9ce00f18e6
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-06 10:08:06 +09:00
tildearrow
a69dc4731e
for real this time
2022-12-05 19:18:45 -05:00
tildearrow
b94493dcc0
Merge branch 'brr'
2022-12-05 19:17:05 -05:00
tildearrow
0f63db2dac
BRR loop fixes!
2022-12-05 19:13:21 -05:00
tildearrow
2dd8886db1
update brrUtils
2022-12-05 18:12:58 -05:00
tildearrow
648851b5b5
re-write BRR encoder
2022-12-05 04:14:07 -05:00
tildearrow
165774d136
SN: move CHECK_CUSTOM_CLOCK
2022-12-04 22:00:39 -05:00
tildearrow
9026c1e03e
this fails horribly
2022-12-04 22:00:17 -05:00
tildearrow
eaa9a5879a
Merge branch 'master' into brr
2022-12-04 17:44:57 -05:00
tildearrow
a63e2284c7
GUI: mobile menu button dragging
2022-12-04 17:19:21 -05:00
tildearrow
e76dcdd0cf
add SDL audio driver debug line
2022-12-04 16:12:30 -05:00
tildearrow
561c2cb08c
prepare for BRR fixes
2022-12-04 15:20:46 -05:00
cam900
4db187cafa
Fix build
2022-12-04 22:15:43 +09:00
cam900
e1e5b0917c
Fix build
2022-12-04 21:22:09 +09:00
cam900
d5f4e701e8
Fix build
2022-12-04 21:18:23 +09:00
cam900
b8a5d27a4f
Fix debug build
2022-12-04 21:11:57 +09:00
cam900
5da139ec82
Fix build
2022-12-04 21:08:13 +09:00
cam900
47574fdede
Move file into engine
2022-12-04 20:06:16 +09:00
cam900
18b87dcfaf
Fix build
2022-12-04 20:02:59 +09:00
cam900
2ec4237076
Reduce duplicates of channel struct
...
Add/Fix custom clock limit defines (for YMF278B)
2022-12-04 19:58:58 +09:00
cam900
5672590cdc
Fix again
2022-12-04 17:00:29 +09:00
cam900
317e9d01e2
Fix crash
2022-12-04 16:59:21 +09:00
cam900
35b2de8037
Sync with master
2022-12-04 16:58:54 +09:00
cam900
2ec35d903f
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-12-04 16:53:54 +09:00
tildearrow
c6604ff581
add ability to select custom clock rates
2022-12-04 02:04:42 -05:00
tildearrow
d6d6743740
custom tick rate for presets
2022-12-04 01:11:32 -05:00
tildearrow
eb657aef18
GUI: prepare for proper VB/WS/C64 tick rates
2022-12-03 23:04:58 -05:00
tildearrow
b647d17b12
prepare for custom chip clock rates
2022-12-03 04:24:08 -05:00
tildearrow
ae86cd420d
GUI: fix warning
2022-12-03 01:13:13 -05:00
tildearrow
2a17c1040f
store sample chip select
2022-12-03 01:05:37 -05:00
tildearrow
69059dc702
GUI: several mobile changes
2022-12-03 00:51:57 -05:00
tildearrow
f84469e4fd
GUI: better inertial scroll inhibit logic
...
also better pattern editor mute in mobile
2022-12-02 22:59:52 -05:00
tildearrow
e7cfde9a2b
GUI: mobile padding
2022-12-02 19:09:43 -05:00
tildearrow
2741167331
GUI: update credits
2022-12-02 18:53:03 -05:00
tildearrow
4daf959f15
GUI: mobile file dialog improvements, part 2
2022-12-02 18:16:41 -05:00
tildearrow
4e88a677d0
GUI; mobile file dialog improvements
2022-12-02 16:52:47 -05:00
tildearrow
dc7aec2dc1
GUI: long hold?
2022-12-02 04:13:26 -05:00
tildearrow
018d8379e6
GUI: fix mobile pattern
...
but now it's impossible to select
2022-12-02 02:49:52 -05:00
tildearrow
d3dedd020f
QSound: ADPCM, part 1
2022-12-01 19:21:02 -05:00
tildearrow
8eecdd4b93
GUI: fix piano allowing you to scroll on mobile
2022-12-01 19:05:54 -05:00
tildearrow
3b0ef7c096
GUI: mobile channels view
2022-12-01 18:41:04 -05:00
tildearrow
7070522bbe
QSound: ADPCM?
2022-12-01 18:34:22 -05:00
tildearrow
525f512bb1
GUI: no hover colors on mobile
2022-12-01 18:34:08 -05:00
tildearrow
152a95cb40
GUI: fix inertial scroll when power saving is on
2022-12-01 18:33:48 -05:00
tildearrow
6b34b9fcab
GUI: add functions to inhibit inertial scrolling
2022-12-01 04:28:12 -05:00
tildearrow
a04d6b8e0b
GUI: more inertial scrolling work
2022-12-01 03:01:59 -05:00
tildearrow
1ac507a39f
GUI: update credits
2022-11-30 21:59:49 -05:00
tildearrow
285dae9239
GUI: inertial scrolling experiments
2022-11-30 19:42:51 -05:00
tildearrow
704863533f
GUI: tap to change order in order bar
2022-11-30 17:37:48 -05:00
tildearrow
fa564dbe78
GUI: and here is the mobile orders bar
2022-11-30 17:20:04 -05:00
cam900
7867b59580
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-11-30 17:39:43 +09:00
tildearrow
992fefd9d2
C64: fix glitches when one-tick gap is on
2022-11-30 02:14:02 -05:00
tildearrow
a09c1949ac
fix oneTickCut overriding ECxx
2022-11-30 02:07:44 -05:00
tildearrow
884588e46b
GUI: mobile portrait order bar
2022-11-29 18:30:48 -05:00
tildearrow
2fdce8512a
GUI: mobile chips view
2022-11-29 16:09:50 -05:00
tildearrow
b41a015c4b
sample preview now defaults to C-4 rate
2022-11-29 00:17:38 -05:00
tildearrow
a09ccb9b30
prevent accidental loading of .brr as DMP
2022-11-29 00:09:08 -05:00
tildearrow
a637806e28
SN: address more easy noise issues, part 1
2022-11-28 16:46:25 -05:00
tildearrow
e296b30172
it didn't happen
2022-11-28 13:35:55 -05:00
tildearrow
816a87e652
GUI: update credits
2022-11-28 03:24:35 -05:00
tildearrow
965725327b
T6W28: now implement easy noise here
2022-11-28 03:05:14 -05:00
tildearrow
cbff29deb6
SN: address easy noise feedback, part 2
2022-11-28 02:48:47 -05:00
tildearrow
a7dfe6534d
SN: address easy noise feedback, part 1
2022-11-28 01:27:58 -05:00
tildearrow
6750a8ef6a
Merge branch 'master' of github.com:tildearrow/furnace
2022-11-27 15:58:26 -05:00
tildearrow
c20bd38898
really fix Arcade .dmp loading
2022-11-27 15:57:50 -05:00
tildearrow
0fce35fa88
kill this false positive
2022-11-27 00:31:39 -05:00
tildearrow
f088c9ec49
Uninitialized Trash
2022-11-27 00:30:41 -05:00
tildearrow
cf38680072
chip sample selection, part 4
...
partially works
2022-11-26 23:50:20 -05:00
tildearrow
3a9349d49a
chip sample selection, part 3
2022-11-26 22:11:49 -05:00
tildearrow
3ba87562ea
load .dmp Arcade inses as OPM
2022-11-26 21:06:31 -05:00
tildearrow
8af6acb55d
load .opm as OPM instruments
2022-11-26 18:49:47 -05:00
tildearrow
85cb64b227
chip sample selection, part 2
...
add functions to retrieve whether a sample was loaded in chip memory
eventually I'll put warning feedback on the sample list
2022-11-26 18:44:04 -05:00
tildearrow
1c8440b68d
chip sample selection, part 1
2022-11-26 17:15:01 -05:00
tildearrow
d4f96617fc
GUI: ready for sample chip sel grid?
2022-11-26 04:13:11 -05:00
tildearrow
e8f5c9f5f9
GUI: prepare improvements in the sample editor
2022-11-26 03:58:19 -05:00
tildearrow
a6b2f501d0
SN: implement easy noise!
2022-11-26 02:34:53 -05:00
tildearrow
182731a2d7
GUI: update credits
2022-11-26 01:13:32 -05:00
tildearrow
7709a9c3f6
dev128 - prepare for SN noise and hard fix fp b
...
file picker bug...
2022-11-25 14:33:56 -05:00
tildearrow
7841c3d0b6
GUI: natural ctrl-scroll zoom in sample editor!
2022-11-23 04:03:03 -05:00
tildearrow
201f3ff0f8
GUI: more natural sample zooming
2022-11-23 03:40:59 -05:00
tildearrow
b289ac97fc
GUi: yay finally edge scroll in sample editor!
2022-11-23 03:35:24 -05:00
tildearrow
e21040169f
GUI: possibly improved sample zooming
...
sorry I dropped the compact mode because I am making the toolbar dynamic
soon...
2022-11-23 03:17:04 -05:00
tildearrow
ca204e6d69
Please enter the commit message for your changes. Lines starting
2022-11-22 23:09:21 -05:00
tildearrow
8041173eb9
YMZ280B: fix VGM export
2022-11-21 16:12:29 -05:00
tildearrow
d943eb02ae
fix serious bug when saving op macros
2022-11-21 15:34:24 -05:00
tildearrow
98a88a9199
add helper ins end marker when saving to .fur
2022-11-21 04:07:21 -05:00
tildearrow
8f59ceb6a6
dev127 - experiment with new ins on .fur
2022-11-21 04:04:26 -05:00
tildearrow
0627e38d63
don't load assets when loading temp ins
2022-11-21 03:01:57 -05:00
tildearrow
82649c9c81
fix crash when loading instrument with samples
2022-11-21 02:55:12 -05:00
tildearrow
1a31b80ea6
fix critical bug
2022-11-21 02:41:57 -05:00
tildearrow
bf501cbe88
debug wavetables?
2022-11-21 02:38:17 -05:00
tildearrow
d6ae735ffe
dev126 - new ins format
2022-11-20 19:19:24 -05:00
tildearrow
1b79f9d7f3
new ins format, part 8
...
all currently supported features loadable
2022-11-20 17:20:19 -05:00
tildearrow
5ec4f2d1f0
new ins format, part 7
...
FM instruments now loadable
2022-11-20 14:28:43 -05:00
tildearrow
badf91d447
new ins format, part 6
2022-11-20 04:01:14 -05:00
tildearrow
8a33aecbe0
GUI: fix piano being clickable - again
2022-11-20 03:26:54 -05:00
tildearrow
a7b139cd00
new ins format, part 5
2022-11-20 03:24:23 -05:00
tildearrow
38bb36363d
new ins format, part 4
2022-11-19 22:12:17 -05:00
tildearrow
0008420b6b
.................................................
2022-11-19 21:15:10 -05:00
tildearrow
57a4c52551
why why why...
2022-11-19 19:05:18 -05:00
tildearrow
da1560b1c2
new ins format, part 3
2022-11-19 18:51:32 -05:00
tildearrow
3ba90e6896
new ins format, part 2
2022-11-19 18:16:19 -05:00
tildearrow
ae7382f7a9
new ins format, part 1
2022-11-19 18:13:17 -05:00
tildearrow
98de4c6ca8
here are the comparisons
2022-11-19 14:40:41 -05:00
tildearrow
c356e38fa2
MSVC is better than GCC
2022-11-19 04:21:43 -05:00
tildearrow
76c0136a12
TODO: The rest
2022-11-19 04:05:52 -05:00
tildearrow
78a2218ee1
this still won't pass CI
2022-11-18 22:04:38 -05:00
tildearrow
a9acba3cb7
aaaaaa
2022-11-18 04:43:22 -05:00
tildearrow
c34ddea605
unused garbage
2022-11-17 23:12:32 -05:00
tildearrow
dbcd7f31a8
prepare for implementing new ins format
2022-11-17 19:07:40 -05:00
tildearrow
afcc292c0c
remove mode from DivInstrument already
2022-11-17 18:40:58 -05:00
tildearrow
6a997fd21f
SoundUnit: fix fix
2022-11-16 05:07:41 -05:00
tildearrow
c14e24688f
SoundUnit: big-endian fix (I think)
2022-11-15 22:36:19 -05:00
tildearrow
22938d240d
SAA1099: try fixing big endian
2022-11-15 22:25:05 -05:00
tildearrow
f6f6101762
Revert "no WinMain experiment - TEST!"
...
This reverts commit 4e2dd5ec63
.
2022-11-15 22:24:23 -05:00
tildearrow
4e2dd5ec63
no WinMain experiment - TEST!
2022-11-15 21:29:49 -05:00
tildearrow
94512e5b20
GUI: OPLL built-in patch preview!
2022-11-15 17:51:43 -05:00
tildearrow
1f6c25643b
OPLL: add setting to not write freq of top/hi-hat
...
issue #249
2022-11-15 16:53:05 -05:00
tildearrow
c167066296
PCE: finally fix LFO
2022-11-15 16:40:27 -05:00
tildearrow
91e19b864e
GUI: fix unsigned detune (again)
2022-11-15 16:09:24 -05:00
tildearrow
4be68f99c5
GUI: fix volume bar on ExtCh
2022-11-15 03:25:42 -05:00
tildearrow
dd62b387c7
sdafglhjddsfjhsfda;
2022-11-15 03:05:43 -05:00
tildearrow
d1c0cdf7d1
GUI: fix split button in centered pattern mode
...
issue #727
2022-11-15 02:53:37 -05:00
tildearrow
1a35ce478f
GUI: fix visualizer in centered pattern mode
...
issue #727
2022-11-15 02:46:04 -05:00
tildearrow
1ce7a67659
convert presets to new format, part 8
...
the final one
2022-11-15 02:29:24 -05:00
tildearrow
e41efa9f18
GUI: convert presets to new format, part 7
2022-11-15 02:27:20 -05:00
tildearrow
8c356f9a28
convert presets to new format, part 6
2022-11-15 01:34:18 -05:00
cam900
e25ab0d46a
Add FM Towns preset with Extended channel 3
2022-11-15 11:58:39 +09:00
cam900
46880634b4
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-11-15 11:52:30 +09:00
tildearrow
bda0ca5d95
convert presets to new format, part 5
2022-11-14 19:07:17 -05:00
tildearrow
27323e9f7b
convert presets to new format, part 4
2022-11-14 14:15:02 -05:00
tildearrow
3377ade9e6
convert presets to new format, part 3
2022-11-14 13:35:11 -05:00
tildearrow
c5df68f8af
GUI: improve create ins from sample functionality
...
pull request #740
2022-11-13 18:29:37 -05:00
freq-mod
9ef3ec19bc
fix YM2151 LFO shapes, correct some presets ( #741 )
...
* fix YM2151 LFO shapes, correct some presets
* pc-98 beeper clocks
1 for less advanced, earlier sound sources, 2 for more advanced, later era
* revert the last commit
* Revert "revert the last commit"
This reverts commit 0746f37052a46e5c0cf503590d3062da7d82dd20.
zmieniono: src/gui/presets.cpp
* Revert "pc-98 beeper clocks"
This reverts commit ba78cd44d88181d79733f6f30196bc588c762a33.
zmieniono: src/gui/presets.cpp
* remove beeper from zx128
finally caring about hw playback ey
2022-11-13 16:59:28 -05:00
tildearrow
ea643c574c
convert presets to new format, part 2
2022-11-13 16:57:47 -05:00
tildearrow
d422372b7f
convert presets to new format, part 1
2022-11-13 16:25:50 -05:00
tildearrow
fbacfd421c
prepare for new preset format
2022-11-13 15:41:49 -05:00
tildearrow
4e9f9a05d6
GUI: initial system reset to defaults oversight
2022-11-12 14:16:07 -05:00
tildearrow
4c90adda2b
GUI: fix add/remove buttons for initial system
2022-11-12 02:27:05 -05:00
tildearrow
c12b397944
GUI: more macro editor layouts, part 1
2022-11-11 00:46:39 -05:00
tildearrow
c7b2227ee0
GUI: prepare to add more macro editor layouts
2022-11-10 19:21:01 -05:00
tildearrow
bf5b088a54
GUI: "fix" piano being clickable under windows
2022-11-10 17:27:50 -05:00
tildearrow
692d95664a
GUI: enable power save on mobile
2022-11-10 16:56:28 -05:00
tildearrow
4a2cf7bc27
GUI: more mobile tweaks
2022-11-10 16:53:18 -05:00
tildearrow
ba9b96a2c8
Merge branch 'master' of github.com:tildearrow/furnace
2022-11-10 16:48:19 -05:00
tildearrow
700b32c3ab
GUI: commit state on Android when entering bg
2022-11-10 16:47:53 -05:00
tildearrow
10f7b844a5
Merge pull request #742 from ZeroByteOrg/ZSMlfoinit
...
Fix ZSM export to emit LFO AMD/PMD initialization on YM2151
2022-11-10 15:18:24 -05:00
tildearrow
be781ef8d4
GUI: fix
2022-11-10 15:16:56 -05:00
tildearrow
4a0b7e941f
GUI: Android scaling weirdness
2022-11-10 15:11:17 -05:00
ZeroByteOrg
e4054348f4
Fix ZSM export to emit LFO AMD/PMD initialization on YM2151
2022-11-10 12:40:17 -06:00
tildearrow
69bb628a8b
PC speaker: add PC-98 clock rate options
2022-11-10 04:48:15 -05:00
tildearrow
3f2f8a7197
GUI: add a clock
2022-11-10 01:26:59 -05:00
tildearrow
baa3989502
fix metronome in virtual tempo
2022-11-09 23:52:10 -05:00
tildearrow
d944b97913
Watching Paint Dry
...
by Burnt Fishy
2022-11-09 23:32:56 -05:00
tildearrow
2c1a1b20de
YM2612: fix ExtCh macro one-tick delay
2022-11-09 23:24:03 -05:00
tildearrow
a90cb2e011
YM2612: macro release
2022-11-09 13:42:28 -05:00
tildearrow
3275d92f99
MOD import: handle Cxx with vol higher than 64
2022-11-09 03:52:49 -05:00
tildearrow
d917113ae1
YM2612: implement op param macros in ExtCh
2022-11-09 03:51:34 -05:00
tildearrow
3745e0935d
YM2612: prototype of ExtCh macros
2022-11-08 18:33:01 -05:00
tildearrow
bb6bcab2e3
preparing stuff
2022-11-07 19:09:01 -05:00
tildearrow
8d8bdfd1f7
dev125 - prepare for ExtCh FM macros
2022-11-07 18:39:04 -05:00
tildearrow
06ddf07d48
dev124
2022-11-07 17:45:43 -05:00
tildearrow
1d262a97ee
dev124 - critical fix for a sample loading bug
2022-11-07 17:45:36 -05:00
tildearrow
133627b325
SMS: alleviate Nuked-PSG clicking, part 1
2022-11-07 17:35:00 -05:00
tildearrow
184a6bd6b2
dev123 - store sample loop mode
2022-11-07 17:22:13 -05:00
tildearrow
15df2ed6bf
GUI: enable settings panel in mobile view
2022-11-07 17:05:16 -05:00
tildearrow
2e0710caca
GUI: Android system fonts
2022-11-07 16:46:01 -05:00
tildearrow
c08c66b88e
GUI: go back to built-in file picker on Android
...
for now
2022-11-07 16:32:54 -05:00
tildearrow
4dc38b7591
GUI: update credits
2022-11-07 03:47:49 -05:00
tildearrow
4894cc121c
SMS: why does this break so many songs
2022-11-07 02:30:53 -05:00
cam900
dce48d2703
Merge branch 'es5506_alt' of https://github.com/cam900/furnace ; branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-11-07 09:48:22 +09:00
cam900
9312813fe9
Fix build
2022-11-07 09:47:34 +09:00
cam900
7a803f1e73
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-11-07 09:45:54 +09:00
cam900
a5acf458ba
Add tooltips in alternate FM layout
2022-11-07 09:41:48 +09:00
tildearrow
9a47cdd997
GUI: allow docking editors by default
2022-11-06 13:26:50 -05:00
tildearrow
38696423ae
GUI: hide second wave if it is a single-wave FX
2022-11-06 03:03:53 -05:00
tildearrow
63bb5aac6b
MIDI input: wave and sample preview
2022-11-06 02:06:51 -05:00
tildearrow
0645b451a5
GUI: add loop/fade out persistence setting
2022-11-06 00:37:57 -05:00
tildearrow
2cca889bb6
GUI: update credits
2022-11-05 19:27:46 -05:00
tildearrow
924d35c9b1
Merge pull request #734 from Lumigado/fm-parameter-tooltips
...
added tooltips to 'Modern' FM instrument editor layout
2022-11-05 19:25:46 -05:00
tildearrow
6a6ca22ebe
Furnace has stopped.
...
• Diagnose later
2022-11-05 19:24:14 -05:00
tildearrow
e75d1ef411
GUI: make file picker almost full-screen on mobile
2022-11-05 18:49:54 -05:00
Lumigado
9df88b7c98
added tooltips to 'Modern' FM instrument editor layout
2022-11-05 19:47:18 -04:00
tildearrow
ce08a62548
GUI: work around Android backspace issue
2022-11-05 18:17:54 -05:00
tildearrow
a4fe7ddb76
WaveSynth: fix subtract
2022-11-05 17:07:37 -05:00
tildearrow
7a676fb94e
GUI: make wave synth preview size follow ins type
2022-11-05 16:53:54 -05:00
tildearrow
00d5ed8b30
fix RF5C68 chip type flag conversion
2022-11-05 16:31:51 -05:00
tildearrow
bd77bd0a81
GUI: some improvements
...
- mobile UI work
- highlight channel at cursor in orders
2022-11-05 16:22:15 -05:00
tildearrow
086d9a12b0
GUI: fix piano not playing current sample
2022-11-05 14:50:44 -05:00
tildearrow
7ccefe6d40
GUI: more Android fixes
2022-11-05 14:50:35 -05:00
tildearrow
5bbd93c96b
GUI: store audio expo loop cnt & fade out in conf
2022-11-04 20:27:55 -05:00
tildearrow
1c98975771
GUI: Android scaling detection fix
2022-11-04 14:55:26 -05:00
tildearrow
6fbe11696e
GUI: hex mode for SNES filter MML string
2022-11-03 03:22:25 -05:00
tildearrow
cb34b7e1a7
GUI: add SNES echo filter MML string
2022-11-03 02:59:37 -05:00
cam900
bf6487b8bd
Merge branch 'master' into es5506_alt
2022-11-03 13:44:07 +09:00
tildearrow
f69db930fc
GUI: make sure Λ is loaded
2022-11-02 04:01:25 -05:00
tildearrow
99db23d933
GUI: update font_plexSans.cpp
2022-11-02 04:01:16 -05:00
tildearrow
a3cb770b75
add another demo song
...
by FΛDE
2022-11-02 03:52:49 -05:00
tildearrow
254288ccd6
GUI: add presets for PCM DAC, Pong and NES
2022-11-02 03:40:32 -05:00
tildearrow
d4e1a3e65f
GUI: wave/sample preview using piano
2022-11-02 03:30:51 -05:00
tildearrow
4531e9fc9c
load .brr loop position if present
2022-11-01 02:47:27 -05:00
tildearrow
4508fea6e0
GUI: fix feeling lucky not changing system name
2022-10-30 21:57:52 -05:00
cam900
5cc8f7163b
Add notes for silent
2022-10-30 18:47:52 +09:00
cam900
893582fc68
Fix overwrite condition
2022-10-30 03:06:47 +09:00
cam900
ec6460da70
Actually fixes overwrite command
2022-10-30 03:00:33 +09:00
cam900
ae3d0bf019
Add some comments
2022-10-29 22:29:14 +09:00
cam900
1dd217de21
Fix sample position command
2022-10-29 22:07:48 +09:00
cam900
72594d978b
Fix ES5506 command before keyon, Fix freqOffs change behavior, Fix initializing behavior, Reduce unnecessary variable
2022-10-29 21:49:31 +09:00
cam900
792beeb409
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-29 20:33:36 +09:00
tildearrow
ddd9564b8c
another demo song
2022-10-28 15:05:59 -05:00
tildearrow
896249ab93
GUI; mark modified when typing in comments
2022-10-28 14:33:42 -05:00
cam900
90ed617cf6
Prepare for split volume scaling macro to 'log volume only' macro and 'log volume if compatibility flag set' macro
2022-10-28 22:36:50 +09:00
tildearrow
c9d7b371e1
GUI: batch wave/sample loading
2022-10-28 04:11:27 -05:00
tildearrow
d7d744e633
GUI: batch instrument loading
2022-10-28 03:44:17 -05:00
tildearrow
61c69324a1
SNES: big volume scaling blunder
2022-10-28 01:56:07 -05:00
cam900
9378a1043f
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-28 13:23:32 +09:00
tildearrow
b5e9500472
add new demo song
...
by UserSniper
2022-10-27 15:52:28 -05:00
cam900
13b2a72a01
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-26 12:28:24 +09:00
cam900
2e3aee08d6
Spelling fix
2022-10-26 12:27:25 +09:00
tildearrow
9a1447e392
NES: envelope and length counter effects
2022-10-25 00:43:03 -05:00
tildearrow
07f247af12
MMC5: also apply fix here
2022-10-24 23:16:38 -05:00
tildearrow
f9209506e1
NES: alternative fix
2022-10-24 22:57:32 -05:00
tildearrow
5cfd74b45f
NES: fix 12xx changing volume after note off
2022-10-24 22:56:30 -05:00
tildearrow
b073689ac9
OPNA: try an ADPCM fix
2022-10-24 22:53:44 -05:00
tildearrow
e4a85a58f8
GUI: capture display orientation events
2022-10-24 22:03:27 -05:00
tildearrow
774313d89c
GUI: whoops
2022-10-24 15:18:35 -05:00
tildearrow
5b3225d69c
Merge branch 'master' of github.com:tildearrow/furnace
2022-10-24 14:59:00 -05:00
tildearrow
4c1cf9991b
GUI: get window size on every frame
2022-10-24 14:57:12 -05:00
tildearrow
1a38ed2261
GUI: get window size
2022-10-24 04:09:25 -05:00
tildearrow
8b80009d92
still tick subticks in freelance mode
2022-10-24 03:25:19 -05:00
tildearrow
4acb6ccc09
fine, here's your Pong
2022-10-24 03:19:42 -05:00
tildearrow
6ceac62015
SNES: fix effective sustain mode
2022-10-23 03:17:30 -05:00
tildearrow
1868e48c92
what is this
2022-10-23 03:03:46 -05:00
tildearrow
b9527f5617
DSFGHIKOJSJLKDG;L;JKGDLADSDKLFHDS;
2022-10-23 03:03:32 -05:00
tildearrow
0d3a3741a9
GUI: fix crash when creating a wave from sample
2022-10-23 03:00:27 -05:00
tildearrow
e19538af2e
GUI: fix non-working mouse events after minimizing
2022-10-23 02:51:38 -05:00
tildearrow
403bc76d18
GUI: remove this shit
2022-10-22 17:28:35 -05:00
cam900
9a41cff290
Remove unused variable
2022-10-22 17:57:44 +09:00
tildearrow
f5b0604d4a
VGM export: fix direct stream mode buggy duration
2022-10-22 03:53:31 -05:00
tildearrow
9b6449d320
GUI: fix Virtual Boy having a PAL option
2022-10-22 03:47:42 -05:00
tildearrow
a8def55d56
fix song stopping too early
2022-10-22 03:46:39 -05:00
cam900
b6cdaa81e3
Fix compile
2022-10-22 17:36:33 +09:00
tildearrow
b073368b21
fix endOfSong inconsistency
...
fixes #719
2022-10-22 03:31:03 -05:00
cam900
87cb3c49a4
Update ES5506:
...
Remove transwave for now
- It consumes high CPU usage, so possibly little headroom for anything else.
Fix per-voice OSC via git master
Fix default channel for ES5506
Fix macro order - Filter macro must be executed after key on
Add SSV preset
2022-10-22 17:19:39 +09:00
tildearrow
0ce746d1d3
GUI: fix 3+ digit addresses in register view
2022-10-22 03:05:48 -05:00
cam900
487607b6ae
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-22 10:17:00 +09:00
tildearrow
3de0e6bc9f
SetProcessDpiAwareness
2022-10-20 03:34:12 -05:00
tildearrow
bfeb57c3b7
we don't have to work around Wayland issue anymore
2022-10-20 02:55:24 -05:00
tildearrow
373367724b
GUI: use canvasW/H instead of scrW/H*dpiScale
2022-10-20 02:34:14 -05:00
tildearrow
d96674186e
GUI: new scaling factor detection technique
2022-10-20 01:49:33 -05:00
tildearrow
375d060f48
GUI: prepare for new HiDPI strategy
2022-10-19 15:33:20 -05:00
tildearrow
dc229078cc
GUI: size constraints for effect list
2022-10-19 14:07:20 -05:00
tildearrow
ca1118a40f
GUI: fix crash in no asset menu (wave/sample)
2022-10-19 13:53:56 -05:00
tildearrow
206fb119aa
VGM export: extended header length should be 12
2022-10-19 13:48:29 -05:00
tildearrow
7486bb17f4
GUI: fix wave edit randomize
2022-10-19 13:14:52 -05:00
tildearrow
47fb434d5b
GUI: update Genesis presets to be 32
2022-10-17 16:12:10 -05:00
tildearrow
951cae4eec
set SN volume to 32 when loading .dmf
2022-10-17 15:30:48 -05:00
tildearrow
ed12ca5bd8
VGM export: get Fractal template export working
2022-10-17 14:31:37 -05:00
tildearrow
4dda45116e
VGM export: fix stream command glitch in direct
2022-10-17 14:28:41 -05:00
tildearrow
4723ed3972
VGM: experimental direct stream mode for YM2612
2022-10-17 14:25:30 -05:00
tildearrow
684b5a928b
VGM export: prepare for "direct stream mode"
...
this will eventually allow for DualPCM and MSM6258 export
DO NOT USE YET
2022-10-17 04:17:00 -05:00
tildearrow
c3e2e902af
prepare for possible DualPCM and MSM6258 VGM xprt
2022-10-16 21:35:25 -05:00
tildearrow
81a2bce4d4
GUI: prepare for multiple asset load
2022-10-16 19:40:14 -05:00
tildearrow
6216e286f8
GUI: mark modified cases in wave editor
2022-10-16 18:30:48 -05:00
tildearrow
40108976c3
GUI: more mark modified cases
2022-10-16 18:28:42 -05:00
tildearrow
2272028b10
GUI: mixer changes mark song as modified
2022-10-16 18:23:13 -05:00
tildearrow
b9b76bef0b
GUI: fix unsigned detune
2022-10-16 17:57:24 -05:00
tildearrow
ecd5662d9b
T6W28: whoops fix VGM export
2022-10-16 01:29:02 -05:00
tildearrow
285d81c716
T6W28: VGM export
2022-10-16 01:27:39 -05:00
tildearrow
340a70653b
Virtual Boy: document reset register
2022-10-16 01:14:00 -05:00
tildearrow
3038f65fab
Virtual Boy: fix modulation
2022-10-16 01:00:28 -05:00
tildearrow
8e64ecd23a
Virtual Boy: fix sweep not working
2022-10-16 00:53:12 -05:00
tildearrow
489f56b913
update several things - including an Amiga fix
2022-10-15 22:41:50 -05:00
tildearrow
bf1639d9ba
NES: fix game_theme_tune_not_a_real_game_.dmf
2022-10-15 04:17:42 -05:00
tildearrow
43d75712b3
VERA: what is this? inconsistency?
2022-10-15 04:09:04 -05:00
tildearrow
0d3042107f
VERA: fix pan macro
2022-10-15 04:02:30 -05:00
tildearrow
2cead0b7f9
Virtual Boy: phase reset macro
2022-10-15 04:00:41 -05:00
tildearrow
b4b7ab86fb
T6W28: honor poll
2022-10-13 03:41:40 -05:00
tildearrow
0f0c8b5567
Virtual Boy: noise length macro
2022-10-13 03:30:05 -05:00
tildearrow
ef5d6cb554
GUI: update credits
2022-10-12 15:14:28 -05:00
tildearrow
78fc022c04
GUI: format
2022-10-12 14:54:29 -05:00
tildearrow
8be5e5a9e6
Merge pull request #699 from system64MC/wavetable_interpolation_no_opf2
...
Wavetable interpolation
2022-10-12 14:26:43 -05:00
System64
0782e3af1d
Update waveEdit.cpp
2022-10-12 12:07:19 +02:00
System64
a51840b801
Fixed assertion crash and fixed a bug with the cubic interpolation. The interpolated waveform will now stay in phase.
2022-10-12 11:59:04 +02:00
tildearrow
843d18290d
T6W28: finish it up (mostly)
2022-10-12 04:05:09 -05:00
tildearrow
88444e6f59
raise shields
2022-10-12 03:50:13 -05:00
cam900
081773b2da
Merge branch 'master' into es5506_alt
2022-10-12 15:31:38 +09:00
tildearrow
a3fdf171f3
T6W28: separate instrument type
2022-10-12 00:46:33 -05:00
tildearrow
ea0b573402
T6W28: correct clock rate
2022-10-12 00:25:20 -05:00
tildearrow
f8896ed64c
T 6 W 2 8
2022-10-12 00:12:56 -05:00
tildearrow
79f1b350ae
Virtual Boy: more mod table work
2022-10-11 13:10:17 -05:00
tildearrow
8b87905304
Virtual Boy: fix noise phase reset
2022-10-11 03:52:25 -05:00
tildearrow
385a9adab2
update credits
2022-10-11 02:23:29 -05:00
tildearrow
e25913d458
Virtual Boy: fix mod/sweep effects
2022-10-10 22:51:43 -05:00
tildearrow
4ec5ee20e8
Virtual Boy: instrument mod table and sweep
2022-10-10 22:24:07 -05:00
tildearrow
0407fa2d3e
GUI: add Virtual Boy mod table editor
2022-10-10 22:17:31 -05:00
tildearrow
b23939a124
Virtual Boy: early modulation work
2022-10-10 22:10:23 -05:00
tildearrow
f679aadf68
have Amiga/SNES thing'n smpl wt toggle include DAC
2022-10-10 20:56:04 -05:00
tildearrow
22dcc610fa
Virtual Boy: how does this work?
2022-10-10 18:48:36 -05:00
tildearrow
6c88c9c798
GUI: update wave size hints for Virtual Boy
2022-10-10 03:02:36 -05:00
tildearrow
4dec0e52a5
GUI: notify wave change when using wave editor
2022-10-10 03:00:07 -05:00
tildearrow
8c551afd83
GUI: fix InvCheckbox not working at all
2022-10-10 02:17:24 -05:00
tildearrow
6a3def514a
GUI: invert some compat flags
...
they are called "compatibility" flags for a reason
it doesn't make too much sense to have some of these flags enabled
when creating a new Furnace song.
2022-10-09 17:59:44 -05:00
tildearrow
7fd808fd31
Virtual Boy: more clean-up
2022-10-09 17:24:39 -05:00
tildearrow
9f105d92a8
VGM export: why
2022-10-09 17:24:24 -05:00
tildearrow
744f897e4f
Virtual Boy: clean-up
2022-10-09 15:18:41 -05:00
tildearrow
691a7eeea7
unblip-ize the T6W28 code
2022-10-09 12:46:21 -05:00
cam900
f8c494e1dd
Merge branch 'master' into es5506_alt
2022-10-09 20:05:15 +09:00
tildearrow
9ea72a321f
I don't understand how am I going to do this
...
this code looks too glued to Blip_Buffer
2022-10-09 04:05:44 -05:00
tildearrow
9ff4d89c49
Virtual Boy: fix mute
2022-10-09 04:04:43 -05:00
tildearrow
9c22b4671c
improve playback hang detection logic
2022-10-09 01:14:02 -05:00
tildearrow
b53319354c
Virtual Boy: VGM export
2022-10-09 00:00:00 -05:00
tildearrow
504778d975
Virtual Boy: more work
2022-10-08 23:25:15 -05:00
tildearrow
6179ef493c
SNES: fix some clicking issues
2022-10-08 22:22:01 -05:00
tildearrow
ec22150fb5
GUI: add pitch table calculator
2022-10-08 21:45:48 -05:00
tildearrow
f76e4044c7
prepare for Virtual Boy
2022-10-08 19:37:22 -05:00
tildearrow
70361c44ca
GUI: editor improvements when no asset is selected
2022-10-08 17:57:14 -05:00
tildearrow
f169ffa8dc
GUI: fix assert fail when removing ins thru rgtclk
2022-10-08 17:41:34 -05:00
tildearrow
d3718ccaf0
YMU759: fix 4-op ins loading in .dmf
2022-10-08 02:03:09 -05:00
tildearrow
bf75603c23
oh wait I forgot to update version number!
2022-10-08 00:53:58 -05:00
tildearrow
75d75f68e6
dev121 - NES/SN: Defle compat fixes FOR REAL
...
THIS IS MOST LIKELY THE LAST DEFLE COMPAT FLAG I ADD
...besides future "no arp+porta in linear pitch" compat flag
2022-10-08 00:53:01 -05:00
tildearrow
ea7f8e1154
NES/SN: Defle compat fixes
2022-10-08 00:01:26 -05:00
tildearrow
5726ffc740
Game Boy: fix porta regression
2022-10-07 23:37:56 -05:00
tildearrow
55c97c9529
GUI: fx rgtclk if cntr pat opt & RC n left win gap
2022-10-07 18:14:25 -05:00
tildearrow
80f8ccf627
C64: partially fix wave after gate
2022-10-07 17:21:53 -05:00
tildearrow
a73ccdae41
GUI: fix paste not updating sel if cursor moves
2022-10-07 17:11:13 -05:00
tildearrow
66234df636
finish work on ADSR/LFO macro type
2022-10-07 16:47:18 -05:00
tildearrow
3ffe257158
GUI: LFO macro UI
2022-10-07 15:06:04 -05:00
tildearrow
a965433bba
start working on LFO macro mode
2022-10-07 14:17:25 -05:00
tildearrow
a979bc244d
start working on ADSR macro mode
2022-10-07 04:11:45 -05:00
tildearrow
2cebd75236
GUI: loop range buttons crs inc/dec should be 16
...
IT IS HARD TO FIT A DESCRIPTION IN 50 CHARS
2022-10-06 15:38:08 -05:00
tildearrow
68d962fcdb
FCS: implement more commands
2022-10-06 15:37:54 -05:00
tildearrow
85eaf91591
FCS: some optimization
...
speed dial commands and preset delays
FCS = Furnace Command Stream (binary)
2022-10-06 14:37:42 -05:00
tildearrow
16b752dc8a
experimental split command stream
2022-10-04 18:57:04 -05:00
tildearrow
1fbf592994
fix build on Windows
2022-10-04 13:18:18 -05:00
System64
77f66642f4
Update gui.cpp
2022-10-04 11:43:14 +02:00
tildearrow
263982719d
MSM5232: oh come on why didn't I commit this?
2022-10-04 03:34:38 -05:00
tildearrow
8ab0d28ace
MSM5232: per-chan osc
2022-10-04 02:35:32 -05:00
tildearrow
c2b75d26d7
SNES: loop injection
2022-10-04 01:20:26 -05:00
tildearrow
d981e59c59
(12*sampleBank+c.value%12)
2022-10-04 00:46:16 -05:00
tildearrow
4695659ae4
X1-010: fix 17xx PCM - take 2
2022-10-04 00:04:41 -05:00
tildearrow
204af47421
Revert "Fix 1701 command for X1-010"
...
This reverts commit ece4eb9a57
.
2022-10-03 23:52:52 -05:00
cam900
ece4eb9a57
Fix 1701 command for X1-010
2022-10-04 11:17:03 +09:00
tildearrow
70e0b4ab52
GUI: add option to center pattern - INCOMPLETE
...
if you right click on the left area it doesn't work
2022-10-03 19:22:24 -05:00
tildearrow
c63ff7320e
GUI: improve "no instrument seleted" prompt
2022-10-03 19:08:32 -05:00
tildearrow
992b8f4b40
GUI: fix blurry text in ins list when non-AA font
2022-10-03 18:56:18 -05:00
tildearrow
4eed3dbc4d
SNES: gain macro
2022-10-03 18:40:07 -05:00
System64
46b5e64415
✨ added interpolations for wavetable resize
2022-10-03 19:48:07 +02:00
System64
76bd96706e
Update gui.h
2022-10-03 19:42:52 +02:00
tildearrow
1409979561
fix instrument movement not relaying to sub-songs
...
properly when they have different pattern lengths
2022-10-03 12:16:50 -05:00
tildearrow
02e87236ce
credits
2022-10-02 19:12:31 -05:00
tildearrow
54183ce4a2
GUI fail error report
2022-10-02 16:12:02 -05:00
tildearrow
19cd491e5f
MSM5232: effects
2022-10-02 02:30:22 -05:00
tildearrow
cef1fa9d99
GUI: fix glitch when removing orders
2022-10-02 02:14:12 -05:00
tildearrow
8de9e98a45
I may be drunk
2022-10-02 02:08:33 -05:00
tildearrow
8b9b452fbd
SoundUnit: fix echo resolution being ignored
2022-10-02 02:03:18 -05:00
tildearrow
a14bd4c8d4
call renderSamples() when moving samples
2022-10-02 02:00:31 -05:00
tildearrow
76f1717b14
the cursor can't get tired
2022-10-02 01:54:31 -05:00
tildearrow
492b1a8347
GUI: implement clear recent file list option
2022-10-02 01:36:37 -05:00
tildearrow
0c79280aae
GUI: fix loop not updating samples on SNES
2022-10-02 01:32:12 -05:00
tildearrow
85f739497f
fix bug when seeking with VT num>den
2022-10-02 01:02:01 -05:00
tildearrow
92d5525692
Game Boy: fix Synchronize
2022-10-02 00:06:06 -05:00
tildearrow
bcc94fd459
truly fix .dmp arp macro saving
...
(hopefully)
2022-10-01 23:59:23 -05:00
cam900
66f7ab688b
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-10-02 10:52:14 +09:00
tildearrow
7b55ba4e77
MSM5232: more options
2022-10-01 19:47:40 -05:00
tildearrow
76f0cceb55
partially fix .dmp arp macro saving
2022-10-01 16:44:52 -05:00
tildearrow
c19357e7a4
GUI: MSM5232 preset
2022-10-01 03:52:28 -05:00
tildearrow
62f022eea0
MSM5232: noise macro
2022-10-01 03:40:06 -05:00
tildearrow
aed738e0d5
MSM5232: channel muting
2022-10-01 03:32:13 -05:00
tildearrow
81ac2ba3b1
MSM5232: add detune option
2022-10-01 03:27:57 -05:00
cam900
930369b797
Make macOS happy
2022-10-01 17:22:18 +09:00
tildearrow
5e18edb229
early MSM5232 work
2022-10-01 03:15:40 -05:00
tildearrow
f0b3f614e1
prepare for MSM5232
2022-09-30 23:22:26 -05:00
tildearrow
8e4e1e93db
GUI: BRR warning
2022-09-30 19:04:39 -05:00
tildearrow
41c8386485
GUI: fix loop being hard to set
2022-09-30 18:59:56 -05:00
tildearrow
5e4bfe2f11
GUI: sample editor changes
2022-09-30 18:24:20 -05:00
tildearrow
3e997ae886
GUI: add a sample preview rate hint
2022-09-30 17:47:17 -05:00
cam900
c83d919fbc
Sync to master
2022-09-30 20:01:31 +09:00
cam900
987cc113b4
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-09-30 20:01:21 +09:00
cam900
fdd53c1587
Fix crash, enum-ise reverse mode
2022-09-30 19:54:13 +09:00
tildearrow
73a9eb5ccc
SNES: easier filter config
2022-09-30 04:02:11 -05:00
tildearrow
36f3641c9f
GUI: fix occasional crash on select all
2022-09-30 03:40:40 -05:00
tildearrow
b08d248223
GUI: OH WAIT
2022-09-30 03:15:05 -05:00
tildearrow
8ce175c30c
chip flags rewrite, part 7
...
fix GUI completely - flags are now usable
2022-09-30 03:13:41 -05:00
tildearrow
89311690a0
chip flags rewrite, part 6
...
fix GUI (partially)
2022-09-30 02:14:54 -05:00
tildearrow
468f434b66
chip flags rewrite, part 5 - DO NOT USE
...
after fixing the GUI the last thing to do is upgrade all the presets to
the new format
but that will be SO boring
2022-09-30 00:26:54 -05:00
tildearrow
48db9a1d0c
chip flags rewrite, part 4 - DO NOT USE
...
the next part is to drop systemFlagsOld completely
and then to fix the GUI
2022-09-29 20:13:40 -05:00
tildearrow
ee6e0aa0e0
chip flags rewrite, part 3 - DO NOT USE
...
the next thing to do is to change DivDispatch::setFlags() to use
the new flags
no chip configuration until this is finished!
2022-09-29 18:03:39 -05:00
cam900
8b934aa4a1
Fix ES5506 sysDef
2022-09-29 23:05:03 +09:00
cam900
5248f30fb4
Add ES5506 configs at format.md
...
Fix code format
2022-09-29 22:40:28 +09:00
cam900
62f1ba73eb
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-09-29 22:05:41 +09:00
tildearrow
3b28549885
SNES: pre-dev118 gain hotfix
2022-09-29 04:39:31 -05:00
tildearrow
0acca7458d
chip flags rewrite, part 2
...
move systemFlags to legacy status
2022-09-29 03:29:24 -05:00
tildearrow
82eed26094
chip flags rewrite, part 1
2022-09-29 03:19:48 -05:00
tildearrow
24a72165c9
move config handler to a new class
...
paves the way for chip flags rewrite
2022-09-29 01:24:26 -05:00
tildearrow
c45816b8f2
DAC: fix wavetable mode
2022-09-29 00:38:18 -05:00
tildearrow
86fe6206be
another tiny fix
2022-09-29 00:27:58 -05:00
tildearrow
6ed50d717c
fix song stop screwing everything up
2022-09-29 00:27:40 -05:00
tildearrow
9f2cb1450f
YM2151: fix LFO
2022-09-29 00:10:34 -05:00
tildearrow
7990dc1965
OPN: fix AY issue
2022-09-28 23:21:24 -05:00
tildearrow
7770ca8965
SNES: more fixes (especially GUI ones)
2022-09-28 19:33:16 -05:00
tildearrow
6028523eaf
dev118 - SNES true sustain
2022-09-28 19:08:22 -05:00
tildearrow
6f1a41de1e
SNES: implement more effects
2022-09-28 18:28:01 -05:00
tildearrow
7e07f616d5
SNES: fix samples not updating on change
2022-09-28 16:42:46 -05:00
tildearrow
994f67b7e7
update brrUtils once again
2022-09-28 04:55:18 -05:00
tildearrow
c6173311f7
update brrUtils
2022-09-28 04:49:02 -05:00
tildearrow
8cc15b398d
what's going on here why is this not working
2022-09-28 04:16:07 -05:00
tildearrow
828bac32bd
update brrUtils
2022-09-28 01:44:58 -05:00
tildearrow
9517b8ee14
fc
2022-09-28 01:15:50 -05:00
tildearrow
43ed6c7878
SNES: advanced arp macros and volume fix
2022-09-27 03:57:35 -05:00
tildearrow
a545cbce2b
update brrUtils
2022-09-27 03:44:16 -05:00
tildearrow
8564f65428
Absolutely nothing
2022-09-27 01:49:59 -05:00
cam900
4f71214887
code style
2022-09-27 04:54:04 +09:00
tildearrow
9cf9a9c14d
it happened
...
fixes #691
2022-09-26 11:59:44 -05:00
cam900
013c7b92fb
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-09-27 00:01:10 +09:00
tildearrow
08e23a68cd
SNES: get some of echo working
2022-09-26 04:07:51 -05:00
tildearrow
e5b37db55a
SNES: panning/wavetable fixes
2022-09-26 03:23:34 -05:00
tildearrow
5f91f0b09c
SegaPCM: what a mess
2022-09-26 02:57:07 -05:00
tildearrow
607e3c9339
fix the crashes
2022-09-26 02:51:16 -05:00
tildearrow
c23b504d79
Game Boy: fix zombie mode and macro speed
2022-09-26 01:48:09 -05:00
tildearrow
122694d7c9
MIDI output improvements
2022-09-26 01:27:36 -05:00
tildearrow
c27c650c11
MIDI out: prevent out of range notes
2022-09-25 23:43:01 -05:00
tildearrow
a6e4345863
PLENTY OF TODO WHEN I COME BACK
...
CRASHES EVERYWHERE
2022-09-25 20:07:21 -05:00
tildearrow
148d537a18
update contributing
2022-09-25 18:05:08 -05:00
cam900
b42d5b7c1b
Merge branch 'master' into es5506_alt
2022-09-26 07:31:06 +09:00
tildearrow
07822de0a2
curr -> cur
2022-09-25 17:31:01 -05:00
cam900
305ee2cbb0
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-09-26 07:28:26 +09:00
cam900
b8d2c51a14
Fix AY89x0 regression
2022-09-26 07:28:04 +09:00
tildearrow
656de800cf
renderSamples optimization
...
only render sample types which are used
stability remains to be tested
2022-09-25 17:18:04 -05:00
cam900
682aa0ad23
Unused variable
2022-09-25 22:23:56 +09:00
cam900
a0745e80b5
Accidentally removed this
2022-09-25 20:25:05 +09:00
cam900
a11440ac0f
Fix cmdName
2022-09-25 20:22:22 +09:00
cam900
b0b729201a
Remove duplicate
2022-09-25 19:23:23 +09:00
cam900
81bebc5112
Reduce unnecessary changes, Volume macro fixes, calcArp
2022-09-25 19:21:49 +09:00
cam900
5a6cde65ed
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-09-25 18:34:36 +09:00
cam900
8e1ce1abb1
Sync to master
2022-09-25 18:32:34 +09:00
cam900
0a49d4bfd0
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
2022-09-25 18:32:06 +09:00
tildearrow
89ece073f6
GUI: add SNES to the sample chip list
2022-09-25 04:03:13 -05:00
tildearrow
01a592100f
SNES: define effects (they don't work yet)
2022-09-25 04:02:06 -05:00
tildearrow
32d8eec522
MSVC
2022-09-25 03:50:33 -05:00
tildearrow
3cddca857d
SNES: whoops
2022-09-25 03:33:47 -05:00
tildearrow
b4c020c11b
SNES: invert/pitch mod/noise control
...
echo still work in progress
2022-09-25 03:33:39 -05:00
tildearrow
b4c260dc2a
SNES: forceIns work
2022-09-25 02:47:30 -05:00
tildearrow
eb6708ab23
SNES: scale frequency to wavetable length
2022-09-25 02:39:25 -05:00
tildearrow
023bdf2f9a
SNES: more more more work
2022-09-25 02:00:46 -05:00
tildearrow
ffa0181704
SNES: fix sample end
2022-09-25 01:42:59 -05:00
tildearrow
d78b1cb79a
update brrUtils aaaaaaagain
2022-09-25 01:31:14 -05:00
tildearrow
cbdf23efa7
allow loading .brr samples directly
2022-09-25 01:20:08 -05:00
tildearrow
d7c885774e
update brrUtils - again
2022-09-25 01:19:59 -05:00
tildearrow
486d7c8bc1
Merge branch 'master' of github.com:tildearrow/furnace
2022-09-25 00:44:20 -05:00
tildearrow
608254f07a
update brrUtils
2022-09-25 00:44:05 -05:00
cam900
2defb12800
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-09-25 13:16:53 +09:00
cam900
68b58a0d1b
Fix AYPCM
...
Enable new sample functions to default
2022-09-25 13:16:47 +09:00
tildearrow
e75f23fa61
wait what am I doing?
2022-09-24 23:16:46 -05:00
tildearrow
8d72d2f2d0
shut Clang up
2022-09-24 22:58:44 -05:00
tildearrow
ef04090a47
fix BRR loading corruption
2022-09-24 22:56:43 -05:00
tildearrow
a0dc9de262
ADSFGGGGGJKSDGHASLJKFHL
2022-09-24 19:40:03 -05:00
tildearrow
2c7abb4635
SNES: get samples working
2022-09-24 18:47:28 -05:00
tildearrow
3f6ca8f650
fix build on my machine
2022-09-24 18:40:36 -05:00
tildearrow
4a8e09685a
fix
2022-09-24 16:45:44 -05:00
tildearrow
ddfdeffc99
update brrUtils (again)
2022-09-24 16:44:47 -05:00
tildearrow
3bfdb35578
fix everything
2022-09-24 16:28:51 -05:00
tildearrow
b536f0ba20
MSVC fix
2022-09-24 14:29:45 -05:00
tildearrow
78baff55e8
update brrUtils
2022-09-24 05:43:33 -05:00
tildearrow
8eaddcf070
prepare BRR encoding/decoding
2022-09-24 04:27:53 -05:00
tildearrow
c0de45ff0c
Merge branch 'snes' of https://github.com/akumanatt/furnace into akumanatt-snes
2022-09-24 02:53:11 -05:00
tildearrow
04117c5098
Purposeful Conflict
2022-09-24 02:41:29 -05:00
tildearrow
5e2a247b77
tabs to spaces
2022-09-24 02:31:10 -05:00
tildearrow
98cebf92f2
Merge pull request #491 from ZeroByteOrg/ZSMv1
...
Commander X16 Native Export Format: ZSM
2022-09-24 02:28:25 -05:00
tildearrow
3eb4f997da
OPM/NES ins type split, part 4
2022-09-24 02:14:26 -05:00
tildearrow
d2a417e1d5
OPM/NES ins type split, part 3
2022-09-24 01:46:44 -05:00
tildearrow
d0e581e4cd
OPM/NES ins type split, part 2
2022-09-24 01:37:29 -05:00
tildearrow
3d5125e792
OPM/NES ins type split, part 1
2022-09-24 01:33:36 -05:00
tildearrow
5dfa089c49
GUI: some UI corrections
...
and prepare for OPM/NES split
2022-09-24 00:57:53 -05:00
tildearrow
3992a1c677
AY: clockSel PCM fix
2022-09-23 23:29:19 -05:00
ZeroByteOrg
ebb6668e32
Removed commented-out function writeUC from safewriter
2022-09-23 23:24:25 -05:00
ZeroByteOrg
d7900c2390
Implemented changes requested by Tildearrow
2022-09-23 23:23:03 -05:00
tildearrow
70825dc45a
AY: reduce PCM clicking
2022-09-23 23:12:39 -05:00
tildearrow
67fc945992
Y8950 regression fix
2022-09-23 23:03:07 -05:00
tildearrow
e8ca6bd483
one more fix
2022-09-23 22:48:55 -05:00
tildearrow
95562afb16
one more compatibility fix
2022-09-23 22:45:47 -05:00
ZeroByteOrg
c3654eb67c
Merge branch 'master' into ZSMv1
2022-09-23 22:24:22 -05:00
cam900
599ae6cdf9
Merge branch 'sample_macro' of https://github.com/tildearrow/furnace into sample_macro
2022-09-24 10:20:22 +09:00
cam900
593aeeb243
Unnecessary space
2022-09-24 10:20:09 +09:00
tildearrow
b72b5bf0e6
A Y P C M
2022-09-23 20:15:20 -05:00
tildearrow
e82374fcde
Merge branch 'sample_macro' of github.com:tildearrow/furnace into sample_macro
2022-09-23 19:35:00 -05:00
tildearrow
bc4c8acd87
AY PCM still doesn't work so I am leaving a note
2022-09-23 19:34:44 -05:00
cam900
a5fb9b766e
disableSampleMacro for MSM6258
2022-09-24 09:28:30 +09:00
cam900
4bf46f9315
Oops
2022-09-24 09:27:46 +09:00
cam900
f620782919
Fix playback issue
2022-09-24 09:27:33 +09:00
tildearrow
eb8849ce63
add disableSampleMacro flag for compatibility
2022-09-23 19:18:32 -05:00
tildearrow
e6fc9e09d2
latency fix
2022-09-23 19:01:01 -05:00
tildearrow
5e2cefff94
dev117 - save the flag
...
also serves as marker version for this huge change
2022-09-23 13:36:23 -05:00
tildearrow
b9a4b568b6
i honestly don't agree with this compat flag
2022-09-23 13:28:57 -05:00
tildearrow
6b684d655a
fix build
2022-09-23 12:37:03 -05:00
cam900
ef9fedb0b8
Fix Lynx clamping
2022-09-24 01:04:09 +09:00
cam900
8f0966378f
Remove these for fix compile
2022-09-24 00:45:24 +09:00
cam900
8d80c5f743
Actually compile fix
2022-09-24 00:37:37 +09:00
cam900
53c3efc9c1
Fix compile (once again)
2022-09-24 00:32:05 +09:00
cam900
b05dafe297
Add compatible flag for Y8950 ADPCM Frequency
2022-09-24 00:24:30 +09:00
cam900
a44d696f09
Fix compile (again)
2022-09-24 00:11:34 +09:00
cam900
b41d306cb3
Fix compile
2022-09-23 23:42:56 +09:00
cam900
62ce5ae3ce
Add compatible flag for PCE DAC volume (always enabled for now)
...
Fix furnacePCM detection for MSM6295
2022-09-23 23:41:55 +09:00
cam900
cf1d4e55cf
Fix ADPCM-A playback
...
Add per-chip debug function
Add YM2203, YM2608, YM2610/B debug window
Extend YM2612 debug window
Remove unnecessary values in YM2151, Sega PCM platform
2022-09-23 23:24:02 +09:00
tildearrow
764ae60740
prepare for splitting OPN/OPM and NES/SN
2022-09-23 03:41:38 -05:00
tildearrow
5a84a35f3d
SegaPCM: fix regression
2022-09-23 03:21:18 -05:00
cam900
a23b0ff790
More consistent naming
2022-09-23 14:48:18 +09:00
cam900
16e59bf000
Fix naming
2022-09-23 14:14:06 +09:00
tildearrow
dcce0e1246
Merge branch 'master' into sample_macro
2022-09-22 19:49:47 -05:00
tildearrow
ed7a488844
MSM6295: reduce some CPU usage
2022-09-22 19:46:17 -05:00
tildearrow
02ef001eb8
MSM6295: fix mute issue
2022-09-22 19:41:36 -05:00
tildearrow
85465633f2
Merge branch 'master' into vgsound_emu_update
2022-09-22 19:35:51 -05:00
tildearrow
861b1cb9ca
OPLL: finally fix pitch macro
2022-09-22 19:02:25 -05:00
tildearrow
cbff5f190c
NES: implement DPCM loop
2022-09-22 18:43:48 -05:00
tildearrow
52cd4f15de
finally fix macro speed/delay issue
2022-09-22 18:33:58 -05:00
cam900
e00758d67c
Merge branch 'master' of https://github.com/tildearrow/furnace into sample_macro
2022-09-22 23:02:01 +09:00
cam900
b449e3812d
Fix compile
2022-09-22 22:49:54 +09:00
tildearrow
d354f58a7c
really release 0.6pre1.5
2022-09-22 04:27:18 -05:00
tildearrow
1ceca2a509
release v0.6pre1.5
2022-09-22 04:13:26 -05:00
tildearrow
b9d8d91ca7
GUI: I am done
...
look I need to sleep
2022-09-22 04:10:12 -05:00
tildearrow
02d2077162
MIDI out: turn notes off on reset()
2022-09-22 02:46:55 -05:00
tildearrow
b053d31a6d
implement KVS on the rest of FM chips
2022-09-22 01:30:51 -05:00
tildearrow
ac68419b78
implement KVS on YM2612
2022-09-22 01:18:41 -05:00
tildearrow
9685a5c0d8
AY: add stereo separation slider
2022-09-22 00:18:40 -05:00
tildearrow
32cdd81919
OPL: fix chan osc in 4-op mode
2022-09-22 00:01:23 -05:00
tildearrow
401581e892
fix 116.5
2022-09-21 23:41:22 -05:00
tildearrow
51c142169f
GUI: OPZ compact editor fixes
2022-09-21 23:25:57 -05:00
tildearrow
ad097e0526
GUI: add paste with instrument
...
like paste mix but changes the instrument
2022-09-21 22:59:53 -05:00
tildearrow
e22d7484cb
dev115 - automatic system detection
2022-09-21 19:27:42 -05:00
tildearrow
a17f499384
...
2022-09-21 16:52:04 -05:00
tildearrow
60abdd78a1
and yet another big endian fix
2022-09-21 16:45:05 -05:00
cam900
e1679e8ea6
Fix preset
...
Atari ST series uses YM2419 or YM3439
2022-09-21 13:22:04 +09:00
tildearrow
28d3417196
GUI: more channel bar polishing
2022-09-20 19:41:07 -05:00
tildearrow
eb0aac0f54
GUI: more work on it
2022-09-20 19:07:17 -05:00
freq-mod
980f970809
fix opll bbc micro clock, improve some presets
2022-09-20 21:13:29 +00:00
tildearrow
a58529a49b
GUI: fix some thread problems with keyHit
2022-09-20 02:57:56 -05:00
tildearrow
e1890173b2
GUI: implement channel volume bar
2022-09-20 02:32:23 -05:00
tildearrow
1a84812a1d
OPNA: fix forceIns RSS/ADPCM volume
2022-09-20 01:03:44 -05:00
tildearrow
3cb1571fb6
GUI: implement channel style settings
2022-09-20 01:00:31 -05:00
Natt Akuma
18d793dc20
SNES: Fix wavesynth and channel 1
2022-09-19 01:01:46 +07:00
Natt Akuma
7956d41f1b
SNES: Get wavesynth and envelope working
...
No samples, inverted volumes and E/P/N yet
It's been 3 months...
2022-09-18 18:33:54 +07:00
Natt Akuma
73c6adb821
wip snes 3
2022-09-18 18:33:54 +07:00
Natt Akuma
0ee6d761f5
Merge branch 'master' of https://github.com/tildearrow/furnace into snes
2022-09-18 18:33:25 +07:00
tildearrow
ebb939c189
GUI: add channel font option
2022-09-18 04:20:08 -05:00
tildearrow
75bcad558a
GUI: channel customization, part 1
2022-09-18 03:51:10 -05:00
cam900
635bcf1c6d
Fix disclaimer
2022-09-18 13:19:08 +09:00
tildearrow
6bf6a854ef
GUI: comfortable wave macro height
2022-09-17 22:55:58 -05:00
cam900
8ba53999bc
Less confused naming
2022-09-18 12:09:54 +09:00
cam900
0f5a400b29
Merge branch 'master' of https://github.com/tildearrow/furnace into sample_macro
2022-09-18 00:11:53 +09:00
cam900
52476ec1a6
Merge branch 'master' of https://github.com/tildearrow/furnace into vgsound_emu_update
2022-09-16 23:49:11 +09:00
cam900
b461ffe411
Update vgsound_emu library
2022-09-16 23:48:06 +09:00
tildearrow
3e311d94a2
GUI: fix FM wave gen mult 16
2022-09-16 02:04:01 -05:00
tildearrow
6b0aee8cf7
OPL: "fix" stereo in OPL1/2
2022-09-16 02:00:42 -05:00
tildearrow
587e066d43
GUI: randomize in macros under the right click
2022-09-16 00:18:14 -05:00
tildearrow
aa38292ca4
GUI: fix OPLL/OPL op swapping
2022-09-16 00:04:43 -05:00
ZeroByteOrg
b14bf9ea33
Merge branch 'master' into ZSMv1
2022-09-15 12:03:53 -05:00
tildearrow
480243b652
what?
2022-09-14 00:51:45 -05:00
tildearrow
c99ac94838
YM2612: fix clicks when muting with CSM on
2022-09-14 00:19:24 -05:00
tildearrow
146255b08e
OPZ: SysEx fixes and notes
2022-09-13 03:29:36 -05:00
tildearrow
d19c6fc236
GUI: add operator copy
2022-09-13 03:29:28 -05:00
tildearrow
a08ae8cce7
implement OpMask for the rest of FM chips
...
whether supported
2022-09-12 02:26:00 -05:00
tildearrow
6e1f54b777
YM2612: implement OpMask
...
will be done for OPM and the rest of the OPN chips later
2022-09-12 01:50:27 -05:00
tildearrow
d64e20e859
implement operator muting for ExtCh mode
2022-09-12 00:51:09 -05:00
tildearrow
7b1713758b
dev114 - operator muting for OPN/OPM
2022-09-12 00:37:25 -05:00
tildearrow
d4867c5050
GUI: consistency in credits
2022-09-11 05:14:15 -05:00
tildearrow
b82e96ec20
GUI: fix toggles losing their colors on hover
2022-09-10 23:50:53 -05:00
tildearrow
03e226e52b
seamless switchMaster
2022-09-10 23:33:05 -05:00
tildearrow
29f1be3b36
fix audio backend not changing on switchMaster
2022-09-10 23:32:04 -05:00
tildearrow
2f0e97f6d9
GUI: FM operator swapping
2022-09-10 23:20:22 -05:00
tildearrow
09233b6de0
GUI: add signed waveform view mode
2022-09-10 22:35:21 -05:00
tildearrow
fc14211997
GUI: wave generator, part 9
...
it's complete!
2022-09-10 22:12:03 -05:00
tildearrow
2a051900a7
update Bullet_Hell.fur
2022-09-10 21:46:10 -05:00
tildearrow
f0d3ad1c82
GUI: don't care about clipboard data version
2022-09-10 21:33:35 -05:00
tildearrow
7d89708bf7
Clang can you stop complaining
2022-09-10 21:25:58 -05:00
tildearrow
fc4aea3c91
update demo songs ( #661 )
2022-09-10 21:21:08 -05:00
tildearrow
a46ef0c0be
GUI: wave generator, part 8
...
to-do:
- normalize
- /2
- ×2
- smooth
2022-09-10 19:35:50 -05:00
tildearrow
eb2c01097f
GUI: add recent file list
2022-09-10 18:53:27 -05:00
tildearrow
fd98ecee4f
also on OPZ
2022-09-10 17:57:14 -05:00
tildearrow
ea5b0baf0a
Merge pull request #594 from tildearrow/revert-593-revert-572-opmlfo
...
Fix issue #567 : LFO disable/enable behavior for YM2151.
2022-09-10 17:07:01 -05:00
tildearrow
99340234b8
GUI: wave generator, part 7
...
prepare for WaveTools (formerly Mangle)
2022-09-10 16:01:22 -05:00
tildearrow
a99f1bd8a0
fix walkSong
2022-09-10 02:34:47 -05:00
tildearrow
187653a70f
dev113 - loop detection changes
2022-09-10 01:39:42 -05:00
tildearrow
ac0decd01b
.dmf FDS instrument detection
2022-09-10 00:31:17 -05:00
tildearrow
9ac9cfc903
more .dmp loading fixes
...
this time for OPLL
2022-09-10 00:28:21 -05:00
tildearrow
3c5d71ce4c
fix .dmp loading for Neo Geo presets
2022-09-10 00:12:53 -05:00
tildearrow
023d065fcc
fix .dmp loading
2022-09-10 00:09:38 -05:00
tildearrow
2e49f9c8a0
TIA: volume
2022-09-09 23:42:48 -05:00
tildearrow
917a03eb07
TIA: fixes fixes fixes
2022-09-09 23:40:21 -05:00
tildearrow
fcefbb4909
TIA: update to latest Stella core
2022-09-09 23:21:45 -05:00
tildearrow
f2e519d71e
GUI: add an option to exit mobile UI
2022-09-09 19:23:53 -05:00
tildearrow
0ac92209d0
GUI: even more mobile work
2022-09-09 18:53:20 -05:00
tildearrow
d021005f26
GUI: fix arp macro hover
2022-09-09 16:41:00 -05:00
tildearrow
84b0ffbac3
VRC6: possibly bring solution to #671
2022-09-09 15:31:38 -05:00
tildearrow
7e065e4cfe
GUI: more mobile UI things
2022-09-09 15:31:29 -05:00
tildearrow
9a3c81d90a
GUI: wave generator, part 6
...
FM now with feedback!
2022-09-09 03:23:18 -05:00
tildearrow
0c8cde9f85
GUI: mark modified upon order val change
2022-09-09 00:02:43 -05:00
tildearrow
ffcef2ac73
fix .opni TL loading
2022-09-08 23:48:39 -05:00
tildearrow
0fd72c53ef
GUI: and more mobile UI progress
2022-09-08 23:20:33 -05:00
tildearrow
2c18fe1051
GUI: lots of mobile UI progress
2022-09-08 19:15:19 -05:00
tildearrow
ae6e956f06
GUI: some mobile view work
2022-09-08 17:04:38 -05:00
tildearrow
773b63b810
GUI: don't save layout periodically
2022-09-08 13:16:57 -05:00
tildearrow
7de165fd88
N163: fix channel count change glitch, part 1
2022-09-08 03:01:22 -05:00
tildearrow
4ad324bfed
screw you clangd extension
2022-09-08 01:49:36 -05:00
tildearrow
21baf2e272
GUI: typo fixing
2022-09-08 01:45:05 -05:00
tildearrow
56ba47408c
GUI: initialize variables
2022-09-08 01:37:16 -05:00
tildearrow
43100fbbee
Merge pull request #644 from NatsumiFox/master
...
GUI: Remember window x/y position and maximized state.
2022-09-08 01:35:29 -05:00
tildearrow
a59ed84322
GUI: fix wave gen FM con checkboxes doing nothing
2022-09-06 14:28:57 -05:00
tildearrow
f94c6f101a
GUI: wave generator, part 5
...
completely untested FM generation
2022-09-05 05:48:20 -05:00
tildearrow
9435ab12b0
GUI: wave generator, part 4
...
prepare FM
2022-09-04 04:00:56 -05:00
tildearrow
f7bca46a4a
GUI: implement save as format in editors as well
2022-09-04 02:37:43 -05:00
tildearrow
90a0db06f8
GUI: one tiny fix
2022-09-04 02:27:00 -05:00
tildearrow
f34b01c0e5
GUI: work around .dmf/.dmp saving issue
2022-09-04 02:26:29 -05:00
cam900
d82d7255d1
Merge branch 'master' of https://github.com/tildearrow/furnace into sample_macro
2022-08-31 19:18:15 +09:00
tildearrow
a33e6e3989
GUI: add "create wave from selection" option
...
in sample editor
2022-08-31 03:34:13 -05:00
tildearrow
16eba9ec96
fix macro delay not working on first note
2022-08-31 03:11:02 -05:00
tildearrow
820b23ecdb
fix macros sometimes being out of sync when seekin
2022-08-31 03:05:06 -05:00
tildearrow
f3c3d82e4d
fix hang when swapping chips
...
fixes #660
2022-08-31 02:52:35 -05:00
tildearrow
2abcea118c
WonderSwan: fix possible hang when seeking
2022-08-31 00:51:08 -05:00
tildearrow
7f01eaec9d
convert note/macro rel to note off on .dmf save
2022-08-30 23:59:38 -05:00
tildearrow
95db562414
fix Android build
2022-08-30 16:37:26 -05:00
tildearrow
af1b684c08
NES: #655
2022-08-30 15:47:12 -05:00
tildearrow
3af287cf9d
AY: fix per-chan osc in Sunsoft 5B mode
2022-08-29 04:15:53 -05:00
tildearrow
4b4a254064
C64: reSIDfp per-chan osc
2022-08-29 03:54:55 -05:00
tildearrow
69efad1df4
Merge branch 'master' of github.com:tildearrow/furnace
2022-08-29 03:27:04 -05:00
tildearrow
8d280fd9a3
C64: bind reSIDfp
2022-08-29 03:26:49 -05:00
cam900
26d3e02dd8
Merge branch 'master' of https://github.com/tildearrow/furnace into sample_macro
2022-08-29 11:47:36 +09:00
cam900
c2a7bdd194
Match this to actual channel count
2022-08-29 11:45:18 +09:00
aurora
3b0df75bf6
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-08-29 05:44:34 +03:00
tildearrow
32050a211f
GUI: update credits
2022-08-28 15:54:21 -05:00
Lunathir
6041b8f14f
Change references to some chips ( #658 )
...
* Update sysDef.cpp
* Update sysDef.cpp
* Update sysDef.cpp
* Update sysDef.cpp
2022-08-28 15:54:05 -05:00
tildearrow
d485af439d
fix macOS build
2022-08-28 15:36:12 -05:00
tildearrow
c3ced46fa3
coming soon: reSIDfp core
2022-08-28 15:10:44 -05:00
ZeroByteOrg
ca4fb5b7d4
Merge branch 'master' into ZSMv1
2022-08-28 10:54:20 -05:00
tildearrow
645dcdf9a0
fix .dmf and arp macros
2022-08-28 02:57:40 -05:00
tildearrow
82703a165f
fix non-STD instruments in C64/GB/PCE converting
...
to the wrong type
2022-08-28 01:12:57 -05:00
tildearrow
ed05bc4d61
Merge pull request #657 from lunathir/master
...
More in-program text corrections
2022-08-28 01:04:34 -05:00
tildearrow
3e8f248f77
fix saving a pre-24 .dmf song
2022-08-28 01:03:23 -05:00
Lunathir
1d5390c0e9
More in-program text corrections
2022-08-27 22:53:47 -07:00
cam900
3fcccb52ee
Reduce performance issue
2022-08-28 10:50:57 +09:00
cam900
e3aee980c5
Merge branch 'master' of https://github.com/tildearrow/furnace into sample_macro
2022-08-28 10:02:52 +09:00
cam900
a411e34a62
Performance adjusts
2022-08-28 09:59:56 +09:00
tildearrow
58853ce5d5
OPNB-B -> OPNB2
2022-08-27 16:12:00 -05:00
cam900
f73d1bd82c
Add ADPCM-B instrument support for Y8950 w/drums
2022-08-28 01:04:27 +09:00
cam900
5d3cecfea6
Fix switch case
2022-08-27 18:58:49 +09:00
cam900
745837c41d
Fix compile (2)
2022-08-27 18:40:16 +09:00
cam900
80c9b0c3f4
Fix compile
2022-08-27 18:26:56 +09:00
cam900
570036ad6f
CONTRIBUTING
2022-08-27 18:22:36 +09:00
cam900
8f804f6e6b
Correct pitch to sample preview
2022-08-27 18:20:33 +09:00
cam900
c44f03b1a3
Sync with master
2022-08-27 18:11:34 +09:00
cam900
22211a4ef0
Fix loop
2022-08-27 17:28:08 +09:00
cam900
54dbd0690c
Merge branch 'master' of https://github.com/tildearrow/furnace into sample_macro
...
# Conflicts:
# src/engine/fileOps.cpp
# src/engine/platform/lynx.cpp
# src/engine/platform/rf5c68.cpp
# src/engine/platform/su.cpp
# src/engine/platform/x1_010.h
# src/engine/platform/ym2610.cpp
# src/engine/platform/ym2610.h
# src/engine/platform/ym2610b.cpp
# src/engine/platform/ym2610b.h
# src/engine/sysDef.cpp
# src/gui/insEdit.cpp
Add effect command for ADPCM-A global volume, X1-010 Sample bank slot
2022-08-27 17:25:48 +09:00
cam900
4cc79fb49d
Prepare for split sample chip instrument
...
(MSM6258, MSM6295, QSound, Sega PCM, ADPCM-A, ADPCM-B, YMZ280B, RF5C68)
Instrument color and icons are placeholder.
different volume range, hard panned/soft panned and/or independent volume per output, chip-dependent features (global volume, echo, etc)
Allow use sample in instrument tab for chip with sample support
Prepare to support X1-010 Seta 2 style bankswitch behavior
Prepare to support AY89x0 PCM DAC
Support volume for PCE sample (DAC)
Fix Lynx, Y8950 sample pitch matches to sample preview
Support PCM DAC with backward and pingpong loop mode
Reduce some codes
Add Sega PCM, AY89x0, QSound, PCM DAC, Lynx per-channel debug support
2022-08-27 16:27:36 +09:00
tildearrow
d577755035
fix note on sometimes not working in jam mode
2022-08-27 00:37:32 -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
c58f1daeb8
QSound: disable key on log
...
we already debugged the issue
2022-08-26 03:00:37 -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
0b7592e031
new default loop modality
2022-08-25 16:06:10 -05:00
tildearrow
f9a8a54601
Merge branch 'master' of github.com:tildearrow/furnace
2022-08-25 01:35:10 -05:00
tildearrow
fc5b26c49a
SoundUnit: fix 4xxx not working
2022-08-25 01:34:21 -05:00
cam900
9c29b7e7ca
Fix RF5C68 panning macro
2022-08-25 00:24:49 +09:00
tildearrow
96b3ccab8a
I see UI!!!!
2022-08-23 03:57:21 -05:00
tildearrow
e158591ccb
even more fixes
2022-08-23 02:31:39 -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
aurora
ca5cd32cfb
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-08-22 22:22:40 +03:00
aurora
bcc85dee20
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-08-22 22:21:23 +03:00
tildearrow
d406380773
SoundUnit: fix some effect definitions
2022-08-22 14:20:47 -05:00
aurora
0e847dc1aa
add setting for choosing whether to save window position
2022-08-22 22:17:19 +03:00
aurora
8b3c4a84a8
implement bounds check for window spawning
2022-08-22 22:05:16 +03: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
16309a8429
allow it
2022-08-22 00:20:40 -05:00
tildearrow
629cca9df1
ECxx
2022-08-22 00:01:21 -05:00
tildearrow
38afdd3378
dev110 - add cut/delay effect policy compat flag
...
INCOMPLETE!!!
2022-08-21 23:56:58 -05:00
tildearrow
b223bc80de
YM2612: #581
2022-08-21 20:06:01 -05:00
tildearrow
10aaf7f0cb
YM2612: #580
2022-08-21 19:57:01 -05:00
aurora
58353398ec
Merge branch 'master' of https://github.com/NatsumiFox/furnace
2022-08-22 03:50:50 +03:00
aurora
e88e0a4e4e
GUI: Remember window x/y position and maximized state. Warning: This may cause issues when windows are re-ordered. Is there a way to fix windows spawning outside of screen boundaries?
2022-08-22 03:47:00 +03:00
tildearrow
05b5265bbb
YM2612: #632
2022-08-21 19:46:48 -05:00
tildearrow
e226d09807
TIA: fix 10xx not working when changing instrument
2022-08-21 17:15:05 -05:00
tildearrow
808832864c
add another demo song
...
by Raijin
2022-08-21 16:53:45 -05:00
tildearrow
e39086ab11
Merge branch 'master' of github.com:tildearrow/furnace
2022-08-21 16:35:05 -05:00
tildearrow
96feeced86
to-do
2022-08-21 16:34:43 -05:00
cam900
16d7cd3320
More docs
2022-08-21 14:08:14 +09:00
cam900
b96ad65d58
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-08-21 14:07:37 +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
f2950fa1d6
Revert "More preparing, Add OPL type docs"
...
This reverts commit 0b2f491997
.
do not add a constructor to any of the DivPlatforms.
it will break things.
2022-08-20 23:35:13 -05:00
cam900
0b2f491997
More preparing, Add OPL type docs
2022-08-21 13:10:46 +09:00
cam900
2863f1662f
Fix pitch
2022-08-21 12:57:53 +09:00
cam900
dfb663d876
Fix this for preparing OPL3-L and OPL4
2022-08-21 12:46:56 +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
24e3dec84f
another big-endian fix!
2022-08-19 22:37:54 -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
5fe3a3c35a
prepare for moving chips
2022-08-19 16:25:32 -05:00
tildearrow
25820ae987
one moreeee big-endian fix
2022-08-19 14:36:22 -05:00
tildearrow
27555c3c0a
aaaand more fixing
2022-08-19 04:45:59 -05:00
tildearrow
94cf589e92
GUI: prepare for chip manager window
2022-08-19 04:41:45 -05:00
tildearrow
3787d2ae87
one more big endian fix
2022-08-19 04:41:32 -05:00
tildearrow
7f80b5f6a3
dev107 - Merge pull request #639 from tildearrow/es5506_inst
...
Implement ES5506 instrument type
2022-08-19 01:28:24 -05:00
tildearrow
6527840556
Fix Initializer Again
2022-08-19 01:27:21 -05:00
tildearrow
5c7338930f
fix big-endian build (i think)
2022-08-19 01:26:11 -05:00
cam900
42006e338c
Fix Initializer
2022-08-19 14:49:10 +09:00
tildearrow
142c21e20b
partially fix big-endian build
...
samples are the next thing to tackle
2022-08-19 00:23:45 -05:00
tildearrow
9c80f91870
relative
2022-08-19 00:00:10 -05:00
tildearrow
952a2a66e8
store ES5506 params in format
2022-08-18 23:55:29 -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
Natt Akuma
7c42453422
Rewrite per-system effect handling ( #548 )
...
* Rewrite per-system effect handling
* fix build
* C64: fix fine cutoff regression
* fix some more crashes
Co-authored-by: tildearrow <tildearrow@protonmail.com>
2022-08-18 01:26:22 -05: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
ZeroByteOrg
941d45ad80
Merge branch 'master' into ZSMv1
2022-08-16 11:24:18 -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
edddff8431
prepare for pattern optimization
2022-08-16 03:19:16 -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
8734005b23
SoundUnit: fix switch roles mode
2022-08-15 23:20:26 -05:00
tildearrow
77109c3832
fix instrument move/del screwing up sub-songs
2022-08-15 22:54:31 -05:00
tildearrow
5fe661e9a3
allow rates down to 1Hz
2022-08-15 22:40:04 -05:00
tildearrow
474dfa2587
Game Boy: fix bug involving hw sweep and zombie
2022-08-15 22:36:26 -05:00
tildearrow
f86b66b4b7
PET: fix missing pitch macro
2022-08-15 21:46:36 -05:00
tildearrow
e5e024c5f9
Merge pull request #633 from djtuBIG-MaliceX/hotfix/WOPL-OPLI-2x2op-missing-FeedConnect-fix
...
WOPL/OPLI Load bugfix for 2nd 2op pair
2022-08-15 05:35:15 -05:00
tildearrow
20c5e14f26
FC loader: the final fixes for this night
2022-08-15 04:22:14 -05:00
tildearrow
206b3af12a
FC loader: aaaaaaand more fixes
2022-08-15 03:40:04 -05:00
tildearrow
bef8cf5f5f
FC loader: sample loop point and more fixes
2022-08-15 03:32:27 -05:00
tildearrow
4663534fa3
FC loader: preset waveforms, vibrato and stuff
2022-08-15 03:18:54 -05:00
tildearrow
15b4294532
FC loader: fix wave, sample and freq seq loading
2022-08-15 02:01:08 -05:00
tildearrow
779fc889c0
fix system definition for ES5506 - again
2022-08-14 23:34:57 -05:00
tildearrow
a34c9806cb
Game Boy: whoops
2022-08-14 23:30:36 -05:00
tildearrow
1a4a58d970
Merge branch 'master' of github.com:tildearrow/furnace
2022-08-14 23:28:28 -05:00
tildearrow
a8d3803efc
Game Boy: now fix wave channel volume column
2022-08-14 23:28:15 -05:00
cam900
23276211f5
Fix incorrect info on ES5506
2022-08-15 13:25:31 +09:00
tildearrow
f8b3c089a4
Game Boy: fix volume column
2022-08-14 23:07:19 -05:00
tildearrow
9b6730607e
OPL: finally fix the carnival night zone bug
...
TODO: RUN TEST SUITE!
2022-08-14 19:17:03 -05:00
tildearrow
cb4417824d
YMZ280B: restore panning in forceIns
2022-08-14 14:26:55 -05:00
tildearrow
1b10c547e3
SoundUnit: implement switch roles flag
2022-08-14 14:19:30 -05:00
James Alan Nguyen
6344a1d23f
Reported bug - 2nd 2op pair did not read ALG and FB registers to instrument patch
2022-08-14 16:09:31 +10:00
tildearrow
774a949cca
GUI: fix labels being empty
2022-08-13 18:16:24 -05:00
tildearrow
bb5cee4a66
GUI: add pattern label customization settings
2022-08-13 18:00:29 -05:00
tildearrow
ee16d20047
add demo song
...
by brickblock369
2022-08-13 15:53:47 -05:00
tildearrow
02fb5abc02
add ability to save ins/wave as .dmp/.dmw
...
also saving wavetables as raw data
2022-08-13 15:43:13 -05:00
tildearrow
041a76ad81
raw sample import fixes
2022-08-13 06:25:11 -05:00
tildearrow
91f9352eaf
implement raw sample import
...
untested
2022-08-13 05:50:36 -05:00
tildearrow
ce2d322e47
GUI: add replace for wave/sample and prepare for
...
raw sample import
2022-08-13 04:17:32 -05:00
tildearrow
2743c60cf3
Game Boy: fix wave channel auto-enable on wave cha
2022-08-12 23:09:34 -05:00
tildearrow
39feda54ac
OPZ: volume macro should go to 127
2022-08-12 04:11:17 -05:00
tildearrow
b156336216
GUI: fix Game Boy ins edit crashes
2022-08-11 14:27:33 -05:00
cam900
86baa8c014
Merge branch 'master' of https://github.com/tildearrow/furnace into sample_macro
2022-08-12 01:39:47 +09:00
tildearrow
00ae5b4142
GUI: fix volume macro always being 15
...
issue #629
2022-08-11 11:30:45 -05:00
cam900
7d83cbb7d6
Merge branch 'master' of https://github.com/tildearrow/furnace into sample_macro
2022-08-11 22:22:05 +09:00
cam900
d44f5f0b2b
Prepare for backward and bi-directional loop
2022-08-11 22:21:54 +09:00
tildearrow
01d1556fb4
GUI: rename "system" to "chip"
...
"system" made sense when Furnace was a .dmf tracker and had
compound setups like Genesis (YM2612+SN)
however, it doesn't make too much sense now when compared to "chip"
2022-08-11 05:38:31 -05:00
tildearrow
0528f4e7bd
Game Boy: possibly fix wave soft env
2022-08-11 05:04:35 -05:00
tildearrow
81482c2f2b
QSound: SAMPLE LOOP BUG DEBUG BEGIN
2022-08-11 04:50:16 -05:00
tildearrow
762b3b2928
PCE: per-chan osc DAC mode overflow fix
2022-08-11 02:08:24 -05:00
tildearrow
ed98df91d2
turn on proper noise layout by default
2022-08-11 02:05:05 -05:00
tildearrow
7e7a5a8e30
Game Boy: software envelopes, part 4
...
fixes
2022-08-11 01:34:18 -05:00
tildearrow
d30f9bc8a0
Game Boy: software envelopes, part 3
...
zombie mode
2022-08-11 01:24:53 -05:00
tildearrow
340052cf0a
Game Boy: add chip revision flag
2022-08-11 00:46:15 -05:00
tildearrow
92f40774e4
Game Boy: I hate your artificial limitations
...
fixes a DefleMask demo module
2022-08-10 23:56:25 -05:00
tildearrow
51db06298b
Game Boy: fix volume regression
2022-08-10 23:53:47 -05:00
tildearrow
4b18d0920b
Game Boy: software envelopes, part 2
2022-08-10 17:02:45 -05:00
tildearrow
bccecc4c07
Game Boy: software envelopes, part 1
2022-08-10 16:27:29 -05:00
tildearrow
df10b6cc59
Game Boy: hardware sequences, part 3
...
the previous commit was part 2
2022-08-10 14:16:26 -05:00
tildearrow
28698beaf3
dev106 - Game Boy: implement hw seq
...
and prepare for software envelope maybe
2022-08-10 01:55:44 -05:00
tildearrow
da8f7dabd5
i guess
...
to anybody who bothers reading the contents of this commit:
who cares? you promised me C163 would become the name
but nobody has bothered to call it C163 for an entire week.
there's no point on pushing a dead idea forward!
2022-08-09 14:53:31 -05:00
tildearrow
2af4992e9b
JACK: fix crash when changing buffer size
2022-08-08 00:25:05 -05:00
tildearrow
1c92d23d27
commands view now only displays useful commands
2022-08-07 17:40:01 -05:00
tildearrow
b8012344e7
fix possible crash when closing Furnace
2022-08-07 17:37:07 -05:00
tildearrow
f80488d9b0
minimize allocations in nextBuf
2022-08-07 17:32:39 -05:00
tildearrow
829db187df
Y8950: fix ADPCM per-chan osc I think
2022-08-07 06:24:48 -05:00
tildearrow
800f08b0fd
Game Boy: hardware sequences, part 1
...
still not working! just the UI for it
2022-08-07 06:06:14 -05:00
tildearrow
45196daf95
Game Boy: fix serious typo
2022-08-07 01:32:28 -05:00
tildearrow
1721e1d03e
Game Boy: re-enable wave corruption bug emulation
2022-08-07 00:40:26 -05:00
tildearrow
7dad9098b6
Game Boy: fix wave channel
2022-08-07 00:37:35 -05:00
tildearrow
ab013291d4
Game Boy: make channel state independent of instru
2022-08-07 00:22:03 -05:00
tildearrow
9f8c96d45b
dev105 - prepare for Game Boy hardware sequences
...
issue #27
2022-08-07 00:03:27 -05:00
tildearrow
47ea8132b2
QSound: limit max frequency to $EFFF
...
it appears $F000 and beyond cause glitches (#256 )
2022-08-06 23:05:54 -05:00
tildearrow
17dba66fa0
MMC5: finally fix PCM linear pitch mode issues
2022-08-06 22:52:39 -05:00
tildearrow
42a0ee13b8
add two demo songs
...
by psdominator and LVintageNerd
2022-08-06 22:26:18 -05:00
tildearrow
6934a499c1
SoundUnit: actually finish it
2022-08-06 18:23:11 -05:00
tildearrow
e0c5029769
Merge branch 'master' of github.com:tildearrow/furnace
2022-08-06 16:24:11 -05:00
tildearrow
f03123fd75
SoundUnit: implement missing input line emulation
2022-08-06 16:22:57 -05:00
tildearrow
fa66fb1c9a
Merge pull request #622 from djtuBIG-MaliceX/hotfix/opm-loading-discrepancy
...
Fix OPM load bug relating to AM-ENA values above 1
2022-08-06 14:57:34 -05:00
freq-mod
a841296219
Y8950: PCM -> ADPCM
...
also where the f is my write access
2022-08-06 17:50:15 +02:00
freq-mod
b5fa556a38
Merge branch 'tildearrow:master' into wave-edit-tooltip
2022-08-06 17:44:18 +02:00
tildearrow
5534f55f7a
dev104 - add "is sample" flag to Sound Unit ins
2022-08-06 04:04:18 -05:00
tildearrow
0946d23883
Game Boy: fix phase reset macro when anti-click is
2022-08-06 00:39:09 -05:00
tildearrow
8a7d352ec6
PCE: fix phase reset macro when anti-click is on
2022-08-06 00:38:24 -05:00
tildearrow
6ec9cceb09
PCE: remove some sample playback clicking
2022-08-06 00:34:28 -05:00
tildearrow
a0968aed07
GUI: fix text/binary command stream outs being swa
2022-08-05 03:27:35 -05:00
tildearrow
049ab06544
PCE: add option to pick A/non-A revision of chip
2022-08-04 23:37:28 -05:00
tildearrow
3a18e1e6fc
partially implement command stream binary mode
2022-08-04 18:50:52 -05:00
tildearrow
2e41d117d7
fix some of these command hints
2022-08-04 17:47:59 -05:00
tildearrow
67e7e07048
add -cmdout option
2022-08-04 15:18:48 -05:00
tildearrow
09e32c7050
finish command dump hints
2022-08-04 15:14:29 -05:00
James Alan Nguyen
810eabca99
derp limits
2022-08-04 17:50:33 +10:00
James Alan Nguyen
edb0f51131
stdint required
2022-08-04 17:43:42 +10:00
James Alan Nguyen
b030f8285d
Bugfix for OPM file load - correctly handle AM-ENA where value is arbitrarily nonzero
2022-08-04 17:33:36 +10:00
tildearrow
d54d853ff8
add a command stream dump option
2022-08-04 00:51:47 -05:00
tildearrow
a0d10aa60b
Game Boy: implement anti-click
2022-08-03 19:17:18 -05:00
tildearrow
7ec4f7cb9e
VGM export: add option to insert pattern change hi
...
nts
2022-08-03 18:44:45 -05:00
tildearrow
eafbf24290
GUI: YM2423 patch names
...
thanks freq-mod!
2022-08-03 17:31:00 -05:00
tildearrow
fce0371756
add "hint" commands
2022-08-03 17:21:47 -05:00
tildearrow
52c3b10373
add getWantPreNote()
...
currently only C64 system requires this
2022-08-03 16:21:30 -05:00
tildearrow
53120edd99
disable MIDI clock
2022-08-03 14:41:53 -05:00
tildearrow
46425655ad
YM2612: fix possible ExtCh DualPCM muting issue
2022-08-03 14:41:53 -05:00
tildearrow
0183c5d9ff
GUI: remove one new line
2022-08-03 14:41:53 -05:00
cam900
89042f61eb
Fix link for vgsound_emu (moved into https://gitlab.com/cam900/vgsound_emu )
2022-08-03 21:56:22 +09:00
tildearrow
034b4fd4f6
GUI: YMF281 patch names
...
thanks nicco1690!
2022-08-03 00:10:32 -05:00
tildearrow
0d4f20b7a6
SoundUnit: add 64K chip revision
2022-08-03 00:05:58 -05:00
tildearrow
1f57d09fbf
GUI: display correct OPLL patch names
2022-08-02 23:16:42 -05:00
tildearrow
fe07051f89
rename Envelope release to Macro release
2022-08-01 22:51:13 -05:00
Waldemar Pawlaszek
5feba3a716
More robust popcnt
2022-07-31 22:26:59 +02:00
tildearrow
a9afcf873c
fix ARM build
2022-07-31 14:05:23 -05:00
Waldemar Pawlaszek
6ff51ce8f3
#511 Added dynamic popcnt dispatcher
2022-07-31 11:33:38 +02:00
tildearrow
1921fd1759
PCE: implement anti-click technology
2022-07-30 01:00:51 -05:00
tildearrow
b3e9f53ec4
GUI: the poll
2022-07-27 17:57:36 -05:00
freq-mod
9447442fed
Update waveform editor height/width guide
2022-07-27 16:09:36 +02:00
tildearrow
2b4b320a74
fix noMultiSystem setting being inverted
2022-07-27 02:36:48 -05:00
tildearrow
185b283ef6
GUI: wave generator, part 3
2022-07-27 02:36:36 -05:00
tildearrow
693d457fff
GUI: wave generator, part 2
2022-07-27 02:23:29 -05:00
tildearrow
7d5f5a91c6
GUI: wave generator, part 1
2022-07-27 01:20:26 -05:00
tildearrow
173e9b0df9
**Namco C163**
2022-07-26 18:23:01 -05:00
tildearrow
47aba6186d
GUI: fix possible crash in sample editing actions
2022-07-26 03:34:41 -05:00
tildearrow
92c3e75bee
why!
2022-07-26 03:11:46 -05:00
tildearrow
606215ef9f
OH MY
2022-07-26 02:54:35 -05:00
tildearrow
c6d5f55335
AND REALLY FIX IT THIS TIME
2022-07-26 02:28:28 -05:00
tildearrow
a9bfe7f452
fix build... again!
2022-07-26 02:13:19 -05:00
tildearrow
280592cf33
fix build
2022-07-26 01:42:34 -05:00
tildearrow
8d17500315
jlhafasjkhdgkdhjasfd
2022-07-25 19:45:49 -05:00
tildearrow
3ff8f3d860
FC loader: read slides
2022-07-25 19:09:42 -05:00
tildearrow
09e457003b
add option for soft-clipping
2022-07-25 18:41:47 -05:00
tildearrow
b0c2b10135
GUI: add "scale" option to find/replace
2022-07-25 18:32:26 -05:00
tildearrow
83386d082d
add a proper CLI
...
featuring skip order (left/right) and pause (space)!
currently available on macOS and Linux only.
2022-07-25 17:23:56 -05:00
tildearrow
3183400019
it appears SDL2 takes over interrupt in console
...
mode
2022-07-25 16:21:39 -05:00
tildearrow
542a46e89b
remove log spam (hopefully)
2022-07-24 03:41:01 -05:00
tildearrow
1d77719640
prevent exception in MIDI in/out from crashing
2022-07-24 02:45:21 -05:00
tildearrow
9a0609ae1a
fix build...
2022-07-24 02:24:57 -05:00
tildearrow
ffe06013d7
GUI: fix preset typo
2022-07-24 01:58:14 -05:00
tildearrow
1dbdf8558c
Merge branch 'master' of github.com:tildearrow/furnace
2022-07-24 01:57:21 -05:00
tildearrow
588f3f737c
preliminary Future Composer module loading
...
only loads patterns and doesn't deduplicate
conversion required to fit in the Furnace format (no transpose ins/note)
even the pattern loader itself isn't complete due to how different the
format is
2022-07-24 01:57:10 -05:00
cam900
6697be4d95
Add/Update more presets
...
Williams/Midway ADPCM Sound board
Used for conjunction with their Y/T unit, it has ordinary de facto standard OPM+MSM6295 on this era with software controlled DAC from predecessors.
Konami Battlantis
Used at Battlantis arcade hardware, It is early SB Pro but mono configuration.
Sega System 24
This Sega's early arcade system featured to floppy disk and high resolution graphics. Sound hardware is similar as their System 16, but ADPCM is replaced to software controlled DAC.
Namco System 86
Predecessor of System 1(a.k.a. System 87), It features similar sound hardware and optional ROM and DAC expansion.
Namco Thunder Ceptor
Used at Thunder Ceptor, their Front view arcade machine. Namco system 86 and System 1 sound system is directly derived from this machine's sound system.
Irem M72
Irem's first arcade system with FM sound system, All released game except R-Type is featured also LOUD software controlled DAC, inherited from their predecessors sound system.
2022-07-24 13:28:26 +09:00
cam900
49cb216594
Merge branch 'master' of https://github.com/tildearrow/furnace
2022-07-24 12:25:17 +09:00
cam900
b48b7c8bc5
Apply loop end position for generic DAC
2022-07-24 12:23:38 +09:00
tildearrow
84c955058b
GUI: Z280 whoops
...
issue #576
2022-07-23 22:22:05 -05:00
Christoph Neidahl
e08399156a
Haiku support ( #596 )
...
* Don't apply Wayland videodriver workaround on Haiku
* dirent.d_type-less type detecting in IGFD
The Dumb Way(tm). `stat`'s `st_mode` should be nicer?
* CMake check for dirent.d_type, stat-based fallback
* Move config dir setup to separate function
Nicer to work with than macro kerfuffle.
* Default sysFileDialog to off on Haiku
* Logging stuff
* Honour CMAKE_INSTALL_BINDIR
* Use find_directory on Haiku
Includes forgotten configPath line when home==NULL.
* Address PR review notes
2022-07-23 22:11:30 -05:00
tildearrow
de77d51d7a
GUI: update credits
2022-07-23 21:19:43 -05:00
Aleksi Knutsi
8011e7adc7
Implement Phase Reset Timer macro for Sound Unit ( #573 )
...
* Implement Phase Reset Timer Macro
* And make the macro actually work
* Delete ex4Max variable
2022-07-23 19:13:30 -05:00
tildearrow
623c0efbba
Merge pull request #578 from tildearrow/ngp
...
Add generic PCM DAC system
2022-07-23 19:12:51 -05:00
tildearrow
78b5419004
GUI: fix effect list hotkey
2022-07-23 19:08:39 -05:00
tildearrow
26d60dd107
GUI: fix per-chan osc debug crash
...
fixes #600
2022-07-23 19:01:30 -05:00
tildearrow
984d61d081
GUI: update song information
2022-07-23 18:53:49 -05:00
tildearrow
dfcb9551e7
GUI: update credits
2022-07-23 18:53:42 -05:00
tildearrow
efa75a4480
GUI: sub-song info experiment
2022-07-23 18:40:48 -05:00
tildearrow
6051f92e68
GUI: add setting to customize initial system name
2022-07-23 18:22:42 -05:00
tildearrow
8d88ac766c
dev103 - store system name and other info in song
2022-07-23 17:02:03 -05:00
tildearrow
d004629a58
dev102 - new sample storage format
2022-07-22 02:29:01 -05:00
tildearrow
7bc3166ed5
YMZ280B: frequency precision improvement
...
frequency is now multiplied by 256 and then fed to the chip divided by
256 to increase freq precision
2022-07-22 00:01:29 -05:00
cam900
5127d5ef18
Implement sample loop end position, enum-ise sample depth ( #557 )
...
TODO: new sample format
2022-07-21 23:36:42 -05:00
tildearrow
a137eefd20
GUI: refine the Namco [C]163 chip name option
2022-07-21 19:00:32 -05:00
tildearrow
f6b45d3d9b
GUI: add Namco C163 chip name option
2022-07-21 15:21:29 -05:00
tildearrow
09b47fafe3
update demo songs
2022-07-21 14:49:42 -05:00
tildearrow
191a0dedf9
GUI: improve wavetable editor, part 2
2022-07-21 03:14:52 -05:00
tildearrow
962dab012c
GUI: improve wavetable editor, part 1
2022-07-21 02:49:19 -05:00
cam900
4e8d71fc22
Fix sample map struct
...
Structize sample map variable is for easily extend features.
2022-07-21 13:42:20 +09:00
cam900
a5959ae7b9
Struct-ize sample map variable
2022-07-20 23:01:06 +09:00
tildearrow
dff7c61b79
GUI: add option to disable threaded input
2022-07-20 00:32:06 -05:00
tildearrow
cd7b333b2d
introduce a benchmark mode
2022-07-19 17:01:19 -05:00
tildearrow
a4741861ce
fix audio output being reset on cmd line export
2022-07-19 15:57:06 -05:00
tildearrow
60a52d3b9f
Revert "Revert "Fix issue #567 : LFO disable/enable behavior for YM2151.""
2022-07-17 00:06:04 -05:00
tildearrow
707dc30f15
Revert "Fix issue #567 : LFO disable/enable behavior for YM2151."
2022-07-17 00:05:56 -05:00
Natt Akuma
e334fdddb8
Merge pull request #572 from ZeroByteOrg/opmlfo
...
Fix issue #567 : LFO disable/enable behavior for YM2151.
2022-07-17 12:04:38 +07:00
tildearrow
96b7e5d353
GUI: implement multi sel on NFD and IGFD
2022-07-16 01:52:15 -05:00
tildearrow
666b0d581a
GUI: add multi-selection capability to file dialog
2022-07-15 02:23:16 -05:00
tildearrow
d085f76c7f
issue #588 , part 3
...
add check for the existence of inb() and outb()
2022-07-14 22:29:04 -05:00
tildearrow
bad11bc21e
whoops
2022-07-14 02:00:51 -05:00
tildearrow
28a2db7a57
GUI: system file picker error feedback
2022-07-14 01:59:55 -05:00
tildearrow
2f98da5675
GUI: sample editor icon improvements
2022-07-12 19:15:10 -05:00
tildearrow
15ab8cc49b
YM2612: fix a CSM issue with key off
2022-07-12 18:45:54 -05:00
ZeroByteOrg
850508e1b8
Merge branch 'master' into ZSMv1
2022-07-11 12:59:59 -05:00
tildearrow
c85b67b1da
NES + chip -> Famicom + chip
2022-07-09 15:55:27 -05:00
tildearrow
c2f1385703
MSM6258: fix position not being reset in furnace s
...
ample mode
2022-07-08 02:25:25 -05:00
cam900
fe94ea8e04
Fix typo
2022-07-07 04:10:32 +09:00
cam900
9898d824c0
Fix typo
2022-07-07 04:09:50 +09:00
tildearrow
b39924c9d6
AY: TODO fix wtr_envelope.dmf
2022-07-05 01:16:25 -05:00
tildearrow
f4a85bebff
dev101 - fix SMSFM_intro.dmf
2022-07-04 01:43:59 -05:00
tildearrow
949e293053
SMS: aaaand more .dmf compatibility
2022-07-03 23:43:13 -05:00
tildearrow
0ec28f168e
more .dmf compatibility stuff
2022-07-03 23:31:35 -05:00
tildearrow
4b1db78a0b
GUI: remove debug message
2022-07-03 23:02:45 -05:00
tildearrow
c3a693e804
GUI: possibly fix replace crashes
2022-07-03 23:02:25 -05:00
Natt Akuma
f8425b817f
Fix GCC errors
2022-07-03 20:11:04 +07:00
Natt Akuma
d3cd7bbb81
Add generic PCM DAC system
...
For use with NGP DAC and some arcade system combos
2022-07-03 01:42:47 +07:00
cam900
f3b9c6dde6
Merge branch 'master' into es5506_alt
2022-07-02 13:28:49 +09:00
cam900
364c7c4104
Add Sega System E Preset
...
It is Sega System C/2 but Master system; but this system has 2 SMS VDPs (One for foreground and another for background) and they has they own PSG output.
FM addon is unofficial, but System E release of Fantasy zone II support that.
MAME driver: https://github.com/mamedev/mame/blob/master/src/mame/sega/segae.cpp
FM Addon example (Fantasy Zone II): https://www.youtube.com/watch?v=7dLc9UZ81CI
2022-07-02 11:59:27 +09:00
Natt Akuma
fac415c8e8
Prepare for NGP system
...
Also add PCM DAC as system format 0xc0
2022-07-02 08:19:25 +07:00
Natt Akuma
59bcd9599f
OPL: Missed changes from last commit
2022-07-01 17:55:33 +07:00
Natt Akuma
02b28e6e7d
OPL: Correct CHIP_FREQBASE to match clock ratio
...
This changes from 9440540 to 9437184
2022-07-01 17:33:33 +07:00
ZeroByteOrg
807848cfee
Fix LFO disable/enable behavior for YM2151.
2022-06-29 16:59:47 -05:00
ZeroByteOrg
40d67d7bb5
Merge branch 'master' into ZSMv1
2022-06-29 13:14:15 -05:00
tildearrow
a8a38dce2b
0.6pre1 - introduce the final changes
...
- implement E1xy/E2xy Defle bug when using same note twice
- add SNK Touchdown Fever preset
- update README.md and to-do list
- update credits
thank you for your patience!
see you in 0.6pre1.5 coming soon...
2022-06-29 04:57:05 -05:00
tildearrow
0a055ff85b
OPL: fix crash
2022-06-29 02:11:25 -05:00
tildearrow
b99dce5362
Merge pull request #499 from superctr/220527_blocksize
...
Save the size of each block in a Furnace module
2022-06-29 01:54:05 -05:00
tildearrow
4a0bb1fa38
OPLL: one more chan osc fix
2022-06-29 01:50:20 -05:00
tildearrow
0b70902dbe
OPLL: fix per-channel osc, part 2
2022-06-29 01:40:03 -05:00
tildearrow
9fee9fa363
GUI: run per-chan osc on instrument preview
2022-06-29 01:37:12 -05:00
tildearrow
4dfd413ead
OPLL: fix per-channel osc, part 1
2022-06-29 01:32:52 -05:00
tildearrow
90481cc460
OPL: fix drums mode per-channel osc
2022-06-29 01:06:31 -05:00
tildearrow
477674400c
YM2612: whoops!
2022-06-29 00:55:05 -05:00
tildearrow
aaf02103f6
YM2612: implement DualPCM macros
2022-06-29 00:49:11 -05:00
tildearrow
57c0f8bdc7
error feedback on Windows
...
see #540
2022-06-28 23:42:34 -05:00
tildearrow
3ea0ad1e0a
OPL: fix pitch macro
...
fixes #535
2022-06-28 23:32:36 -05:00
tildearrow
8c8ad7f5ab
fix audio saving being totally wrong
2022-06-28 22:08:24 -05:00
tildearrow
96bc63470f
GUI: add unsigned detune option
...
closes #559
2022-06-28 15:06:22 -05:00
tildearrow
13f14b6854
SoundUnit: fix copy-paste blunder
2022-06-28 12:55:14 -05:00
tildearrow
be7d7002e2
fix opening/saving audio files with non-ASCII char
...
s on Windows
this required making a wrapper...
2022-06-28 02:00:08 -05:00
tildearrow
f483292a88
OPN[A/B/2]?: implement 18xx effect
2022-06-28 01:16:46 -05:00
Natt Akuma
e2449d91f1
VERA: Run noise generation in each channel update
2022-06-27 19:37:45 +07:00
tildearrow
fc489239c2
tildearrow Sound Unit no longer a secret
2022-06-27 05:04:23 -05:00
tildearrow
32ca9e6b0f
remember last dir when using NFD
2022-06-27 04:58:25 -05:00
tildearrow
b04743d045
SMS: implement Game Gear stereo in Nuked core
2022-06-27 04:09:24 -05:00
tildearrow
fef09fb00d
fix major per-channel audio export issue in ExtCh
2022-06-27 03:55:55 -05:00
tildearrow
869fe23036
fix .y12 TL loading
2022-06-27 03:44:09 -05:00
tildearrow
7ea49d7e84
what?
2022-06-27 03:39:42 -05:00
tildearrow
f8347ac50f
GUI: fix several things in OPL drums ins editor
...
- alternate layout being wrong
- macros being wrong
2022-06-27 03:30:57 -05:00
cam900
8ae1d36ab6
Typecasting here
2022-06-26 09:56:07 +09:00
cam900
5e72274c5c
I forgot here
2022-06-26 09:29:35 +09:00
cam900
04af689ae9
Fix typecasting(again)
2022-06-26 09:28:18 +09:00
cam900
a647a2599f
Fix typecasting
2022-06-26 09:06:13 +09:00
cam900
3119ed8cc5
Merge remote-tracking branch 'upstream/master' into es5506_alt
2022-06-26 00:47:34 +09:00
cam900
2b5bb91237
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
...
* 'master' of https://github.com/tildearrow/furnace : (55 commits)
GUI: get rid of these stupid icons
update to-do list
MSM6258: the final bits
MSM6258: clock/rate selection
MSM6258: prepare for rate changing
Update n163.md
YM2612: DualPCM per-channel osc
YM2612: more DualPCM muting fixes
YM2612: fix DualPCM muting
GUI: finish the blank ins up
GUI: add "blank new instrument" option
GUI: add mono/poly note preview button
PC speaker: don't use printf/perror
YM2612: CSM arpeggio and slides
YM2612: - C S M -
YM2612: half-working CSM
YM2612: earliest completely untested CSM work
delay collapse/expand pattern/song feature :<
GUI: much more stable osc view
YM2612: fix DAC output not visible in per-chan osc
...
# Conflicts:
# src/engine/platform/genesis.cpp
# src/engine/platform/genesis.h
# src/ta-utils.h
2022-06-26 00:36:36 +09:00
tildearrow
fa29c6c00a
GUI: update credits
2022-06-24 14:23:57 -05:00
tildearrow
e39a923b23
C64: fix per-channel osc for 6581
2022-06-24 03:26:00 -05:00
tildearrow
522fecc635
GUI: gradient whoops
2022-06-24 03:17:40 -05:00
tildearrow
deffd99503
pass filter to NFD - DOES NOT BUILD
...
I am so lazy to adapt the macOS part
2022-06-24 03:11:36 -05:00
tildearrow
951db12e6a
Namco WSG: fix C15/C30 high notes
2022-06-23 22:59:06 -05:00
tildearrow
a717c67f3d
change IDs of null/dummy audio backends
...
for eventual alternate audio backend support
2022-06-23 22:53:21 -05:00
tildearrow
b66cc81fc6
fix loading 24-bit samples
2022-06-23 22:33:25 -05:00
tildearrow
96b126fd42
GUI: fix gradient color byte order
2022-06-23 20:58:48 -05:00
tildearrow
aa511d2718
GUI: implement Gradient2D::fromString()
...
WE ARE CLOSE
2022-06-23 18:18:33 -05:00
tildearrow
7586db9a1b
fix Termux build again
2022-06-23 16:25:51 -05:00
tildearrow
b90552dfb1
fix Termux build
2022-06-23 16:23:46 -05:00
ZeroByteOrg
ae7b271e1d
Merge branch 'master' into ZSMv1
2022-06-23 13:45:12 -05:00
tildearrow
1b5396e814
GUI: save per-chan osc state
2022-06-23 04:02:41 -05:00
Natt Akuma
142b8b2bb0
safeReader: Copy a value instead of direct casting
...
This fix crashes on architectures with forced alignments such as ARM
2022-06-23 09:03:20 +07:00
tildearrow
4731dad917
GUI: colors
2022-06-22 15:10:53 -05:00
Natt Akuma
8dc143af7b
PET: Support full 16-bit period range
...
Fix #500
2022-06-23 02:42:11 +07:00
Natt Akuma
4bf4be1ea2
Fix 16-bit samples in YMZ280B VGM export
2022-06-22 21:55:31 +07:00
Natt Akuma
22dd22ca33
Allow accessing all 256 waves in macros
2022-06-22 19:38:29 +07:00
tildearrow
e0bccc8c14
GUI: prepare for colors in the per-chan osc
2022-06-21 18:01:53 -05:00
tildearrow
e3686c2e34
fix song playing from begin if stopped on last row
2022-06-20 22:14:16 -05:00
tildearrow
af4a359801
GUI: make spoiler actually visible
2022-06-20 21:11:40 -05:00
cam900
69ea1d0227
Fix AY8930 unmuting
2022-06-21 11:06:26 +09:00
tildearrow
4ca64cc66c
GUI: hide hidden channels in per-chan osc
2022-06-20 18:56:20 -05:00
tildearrow
5a1a583ab0
AY: finally fix unmuting
2022-06-20 18:53:39 -05:00
tildearrow
fd61e0e9f8
ZX beeper: per-"channel" osc
...
there's only one
2022-06-20 18:48:10 -05:00
tildearrow
b697694c0d
GUI: per-channel osc DC offset centering
2022-06-20 18:41:23 -05:00
tildearrow
a4167a7dd8
Nothing
2022-06-20 18:36:05 -05:00
tildearrow
ee709b85c2
Namco WSG: per-channel oscilloscope
2022-06-20 18:20:49 -05:00
cam900
b3201853bc
Fix YM2151 clock in CPS-1
2022-06-21 06:54:18 +09:00
cam900
df21621ce7
Add drums mode in here, too
2022-06-21 06:36:41 +09:00
cam900
41135f4a95
Add extended channel 3 preset for here
2022-06-21 06:35:11 +09:00
tildearrow
57fab16269
GUI: add ability to drag to move when holding Ctrl
2022-06-20 16:24:14 -05:00
tildearrow
60334fb03c
GUI: add spoiler window
2022-06-20 15:20:02 -05:00
tildearrow
6772159d5f
one more GCC < 8 fix
2022-06-20 04:58:03 -05:00
tildearrow
d66ff353ba
GUI: more fixes to drag to move
2022-06-19 19:07:38 -05:00
tildearrow
35bc757adf
GUI: fix macOS system file picker crash
2022-06-19 18:51:51 -05:00
tildearrow
d47c50edaf
GUI: fix drag to move
2022-06-19 18:23:44 -05:00
tildearrow
2313e4fcc3
GUI: temporarily remove freqs in sample map
2022-06-19 14:03:36 -05:00
tildearrow
52328df8c3
GUI: system file picker ins preview! (Windows)
2022-06-19 01:36:36 -05:00
tildearrow
8a1f544eef
GUI: add ability to move selection by dragging
2022-06-18 23:18:34 -05:00
tildearrow
ea082b255c
GUI: prepare for drag selection to move
2022-06-18 03:52:03 -05:00
tildearrow
0e163baffc
GUI: update credits
2022-06-18 02:00:10 -05:00
cam900
33046c8e19
More presets
...
Dynax/Nakanihon 3rd generation hardware:
Naming reference is MAME source (https://github.com/mamedev/mame/blob/master/src/mame/drivers/ddenlovr.cpp ), It's sound system combined with AY PSG(optional), OPLL, MSM6295 and mostly used in their mahjong, hanafuda, and something else.
Dynax/Nakanihon Real Break:
This sound system is used in Billard Academy Real Break (MAME source: https://github.com/mamedev/mame/blob/master/src/mame/drivers/realbrk.cpp ), MSM6295 is replaced to YMZ280B but entire music is still drived in OPLL.
2022-06-18 11:42:14 +09:00
cam900
9cad907773
Fix potential register related issue
2022-06-18 11:07:36 +09:00
tildearrow
39fa3d7d85
Merge branch 'master' into preset1
2022-06-17 20:40:09 -05:00
cam900
6dc81c7af1
Pitch correction (again), Fix compatibility issue
2022-06-18 10:38:48 +09:00
tildearrow
ab7c2acd56
GUI: try
2022-06-17 04:51:45 -05:00
tildearrow
753458f898
LOL
2022-06-17 04:51:39 -05:00
tildearrow
d911c8eeab
GUI: remove pointless comment in find/replace
2022-06-17 02:42:55 -05:00
tildearrow
56b56ebdde
GUI: fix cursor moving on undo replace
2022-06-17 02:41:40 -05:00
tildearrow
a8ae8f6e54
address the final find and replace issue
2022-06-17 02:40:34 -05:00
tildearrow
02d4712e9c
implement undo in find and replace
2022-06-17 02:21:07 -05:00
tildearrow
d8513e0856
GUI: use Native File Dialog on Windows/macOS
...
latter is untested
2022-06-17 01:28:22 -05:00
cam900
66f3f0e678
Input clock is too high for these chips
2022-06-17 14:34:00 +09:00
cam900
25af023dc6
Various corrections and fixes
...
Fix SN PSG pitch corrections
Revive YM2612 from dead
Add Game Gear stereo function finally
Add OPN/A prescaler config
2022-06-17 14:30:18 +09:00
tildearrow
ad5072dad6
more MIDI debugging messages
2022-06-16 23:55:17 -05:00
tildearrow
b7d8f3c17a
harden sample movement
2022-06-16 23:39:38 -05:00
tildearrow
4d44c577e7
support saving 8-bit samples as-is
2022-06-16 23:22:40 -05:00
tildearrow
cdbcf7fcd3
fix loading 8-bit samples
2022-06-16 22:10:57 -05:00
tildearrow
327952f3f4
finally support loading floating-point samples
2022-06-16 22:07:12 -05:00
tildearrow
ed6a110d44
initialize SF_INFO before loading sample
2022-06-16 21:25:21 -05:00
cam900
0c1a8bc001
Merge branch 'master' into preset1
2022-06-17 09:19:17 +09:00
Natt Akuma
c44ca95b92
Make volume command handling consistent
...
For WonderSwan and VIC-20
2022-06-17 03:06:07 +07:00