tildearrow
|
0ddbc56b94
|
faster sample format conversion
don't render in all formats when converting
|
2024-04-04 14:22:19 -05:00 |
|
tildearrow
|
f0c85acfd7
|
can't even have fun for one day
there's always the one who finds a reason for drama and flamewar
|
2024-04-03 13:58:57 -05:00 |
|
tildearrow
|
b741f609cf
|
disable 0.6.2 indicator...
damn it I forgot to turn it off!
|
2024-04-01 01:34:28 -05:00 |
|
tildearrow
|
19ed900ef3
|
release v0.6.2
also contains preset search fix and NDS mem fix
|
2024-04-01 00:50:41 -05:00 |
|
tildearrow
|
90c628612e
|
prepare for 0.6.2
|
2024-03-31 23:35:59 -05:00 |
|
tildearrow
|
60586a0d15
|
Game Boy: save doubleWave flag
TODO: TAG DEV196 ON MERGE
|
2024-03-17 16:11:22 -05:00 |
|
tildearrow
|
415a8297fe
|
add effects for quick legato
|
2024-03-16 19:41:08 -05:00 |
|
tildearrow
|
845eb582a6
|
fix .dnm and .eft loading
|
2024-03-16 12:16:09 -05:00 |
|
tildearrow
|
c0df3df4ed
|
port .ftm loading progress
from LTVA
|
2024-03-16 03:45:35 -05:00 |
|
tildearrow
|
3512591fd1
|
add effects to change virtual tempo
|
2024-03-15 14:56:55 -05:00 |
|
tildearrow
|
8f20824234
|
add delayed release effects
FCxx - note release
E7xx - macro release
|
2024-03-15 13:45:57 -05:00 |
|
tildearrow
|
898155eb6b
|
Namco 163 memory composition
|
2024-03-14 17:58:55 -05:00 |
|
tildearrow
|
8b0f5bedc4
|
me an idiot
|
2024-03-14 02:06:36 -05:00 |
|
tildearrow
|
d700bfca08
|
prepare for deferred config saving
issue #1723
|
2024-03-14 01:58:43 -05:00 |
|
tildearrow
|
7ffc67529c
|
dev195 - C64: prevent cutoff macro race
issue #1790
|
2024-03-13 02:11:57 -05:00 |
|
tildearrow
|
98396beda9
|
dev194 - OPLL: enable fixedAll by default
issue #1648
|
2024-03-11 13:49:14 -05:00 |
|
tildearrow
|
db9a11a674
|
remove text command stream export
NOTE: this is not removal of text export.
|
2024-03-09 18:20:17 -05:00 |
|
tildearrow
|
2290f3d873
|
a better command stream debugger
|
2024-03-08 17:53:37 -05:00 |
|
tildearrow
|
ecd3875a64
|
...
|
2024-02-22 12:48:16 -05:00 |
|
tildearrow
|
f0bf58eef2
|
fix crash when changing chip
it was somehow possible to exceed the channel limit...
|
2024-02-21 15:55:15 -05:00 |
|
tildearrow
|
b0be01146e
|
dev193 - AY: fix wave macro
prior to this version, the wave macro was offset by 1
- 0 = square
- 1 = noise
- 2 = square + noise
- ...
due to Defle crap...
now it's no longer offset
- 0 = nothing
- 1 = square
- 2 = noise
- ...
|
2024-02-19 18:58:50 -05:00 |
|
tildearrow
|
8dcb36221a
|
GUI: new osc renderer, part 9
|
2024-02-12 18:56:39 -05:00 |
|
tildearrow
|
2957645d9d
|
release v0.6.1
|
2024-02-03 00:58:43 -05:00 |
|
tildearrow
|
91bddb8df6
|
add MIDI debug
issue #1701
|
2024-01-25 15:29:37 -05:00 |
|
tildearrow
|
f31f9a454d
|
fix instrument load preview
|
2024-01-20 02:34:21 -05:00 |
|
tildearrow
|
f8187b9a5f
|
dev191 - kind of remove DIV_ALWAYS_SET_VOLUME
it's useless crap I put during the Defle compat days
it serves nearly no purpose nowadays
also why is it a command?
|
2024-01-16 23:54:32 -05:00 |
|
tildearrow
|
88b42ddd58
|
update copyright year
|
2024-01-16 21:26:57 -05:00 |
|
tildearrow
|
928bfd2afd
|
add sample rate parameter in raw sample import
|
2024-01-16 21:12:34 -05:00 |
|
Daniel Konar
|
c1c2b52ba7
|
Add button in midi settings to refresh midi devices
Deletes and creates a new RT midi instance allowing for midi devices to be plugged in without restarting
|
2023-12-29 02:12:28 -05:00 |
|
tildearrow
|
f46aa5cbfd
|
prepare for color scheme import/export chamges
this includes a small refactor of the settings mechanism
|
2023-12-21 18:14:28 -05:00 |
|
tildearrow
|
231a76d50b
|
dev190 - GUI: color scheme guru mode
now you can fine-tune every color in the interface
TODO: improve color config format
|
2023-12-20 19:51:21 -05:00 |
|
tildearrow
|
478f7bb3bd
|
MIDI input: program change pass-through option
|
2023-12-17 15:30:51 -05:00 |
|
tildearrow
|
39481ab571
|
fix velocity input
|
2023-12-17 15:08:52 -05:00 |
|
tildearrow
|
51b385a1ef
|
apply volExp on velocity input - PLEASE READ
DivDispatch::mapVelocity() now takes a float instead of an unsigned char
|
2023-12-16 19:52:37 -05:00 |
|
tildearrow
|
69998e2c7e
|
prepare for MIDI velocity mapping
|
2023-12-13 20:44:32 -05:00 |
|
tildearrow
|
f5b41d5ac3
|
dev189 - Merge branch 'chanoscchecklist' of https://github.com/Eknous-P/furnace
|
2023-12-06 12:21:24 -05:00 |
|
tildearrow
|
6ac348bbba
|
dev188 - Merge branch 'linear_volume_rounding' of https://github.com/zeta0134/furnace
|
2023-12-05 16:36:00 -05:00 |
|
tildearrow
|
643e5d5d5b
|
prepare for text export
|
2023-12-04 04:17:30 -05:00 |
|
tildearrow
|
f646e5383f
|
prepare for automatic wave size detection - READ
if you added a chip to Furnace, or have a pull request in progress,
edit your system definition in sysDef.cpp.
|
2023-11-28 18:36:52 -05:00 |
|
Eknous-P
|
225cdead96
|
chanOsc visibility checklist
|
2023-11-15 18:21:01 +04:00 |
|
Zeta
|
947b7add5e
|
Bump DIV_VERSION to 188, since we added a new compatibiltiy flag
(Also adjust the file save/load to use that version)
|
2023-11-14 04:17:05 -05:00 |
|
tildearrow
|
717e75f82d
|
add setting to disable DC offset correction
|
2023-10-29 15:25:23 -05:00 |
|
tildearrow
|
897b03dc6a
|
dev187
|
2023-10-29 00:29:11 -05:00 |
|
tildearrow
|
e28af73746
|
GUI: channel status, part 2
|
2023-10-26 19:03:45 -05:00 |
|
tildearrow
|
aad3557693
|
dev186 - C64: update env on 1Exy
|
2023-10-23 13:38:16 -05:00 |
|
tildearrow
|
f718fbb5f5
|
dev185 - SoundUnit: hardware sweep sequences
kinda buggy in note off... may require a rewrite of volume handling
|
2023-10-21 18:42:37 -05:00 |
|
tildearrow
|
06ba12b270
|
add command line option to see song summary
|
2023-10-17 14:11:35 -05:00 |
|
tildearrow
|
e633550647
|
automatic safe mode!
to-do: test on Windows...
|
2023-10-16 14:55:01 -05:00 |
|
tildearrow
|
061b8e7aa1
|
GUI: add a hint when an ins cannot be previewed
|
2023-10-15 17:02:25 -05:00 |
|
tildearrow
|
dd7f4c12e2
|
dev184 - Merge branch 'master' of https://github.com/DevEd2/furnace
|
2023-10-14 03:19:02 -05:00 |
|