tildearrow
5a5d85c4cc
fix sample issues, part 2
2024-02-01 17:15:19 -05:00
tildearrow
b452641186
Merge branch 'macro-retrigger-effect-tildearow-version'
...
with rewritten retrigger- erm... RESTART function
2024-01-17 14:48:47 -05:00
LTVA1
7f94cdc930
port macro retrigger to orig Furnace
2024-01-17 15:28:29 +03: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
6df06a7f89
Revert "prepare for volume handling refactor"
...
sorry......... this refactor is canceled as it seems harder than I thought...
2023-11-04 04:13:47 -05:00
tildearrow
4bc5f49fe6
prepare for volume handling refactor
2023-11-01 20:43:48 -05:00
tildearrow
ad55e6f728
ES5506: fix getPan
2023-10-17 18:11:12 -05:00
tildearrow
cad63d8351
is this faster?
2023-09-20 00:24:55 -05:00
tildearrow
274ce8a646
remove many TODOs
2023-08-30 19:21:38 -05:00
tildearrow
f53bc88242
ES5506: make chan osc louder
2023-08-27 03:26:32 -05:00
tildearrow
c9cbf133d6
Eknous please HELP ME
2023-08-23 17:25:05 -05:00
tildearrow
677f7fe682
ES5506: some cleanup
...
and fix sample map... ugh
issue #1282
2023-07-26 19:16:57 -05:00
tildearrow
4161dcd786
fix crash when exporting audio (per chip)
...
also fix two misc issues in ES5506 and Sound Unit
2023-07-24 22:34:39 -05:00
tildearrow
708c363635
FixedQueue, part 2
2023-07-13 04:09:20 -05:00
tildearrow
29dfeccfe7
change chan osc range - PLEASE READ
...
as of now the range is ~32768, either from -16384 to 16383, or 0 to 32767.
it previously was -32768 to 32767 (~65536).
this change was made to better suit chips that only output a positive value.
if you are working on a new chip, update your code and shift right by one if necessary.
2023-06-16 17:30:11 -05:00
cam900
385f7af664
ES5506: Fix frequency for note map
2023-04-09 10:29:51 +09:00
tildearrow
99d2199db6
dev152 - sample map notes, part 1
2023-04-07 16:54:05 -05:00
cam900
fe7ba3c56b
Fix build
2023-03-29 16:23:54 +09:00
cam900
60e3768a66
Fix sample map issue in ES5506
2023-03-29 16:17:50 +09:00
cam900
97bb0572b6
Possibly fix ES5506 sample offset command
2023-02-13 07:52:52 +09:00
tildearrow
e2e0afd18a
ES5506: add a volume scale parameter
2023-02-12 02:11:03 -05:00
tildearrow
30ce6e9ed7
ughhhhhhhhhhhhhhhhhhhhhhhhhhh
2023-02-12 02:02:54 -05:00
tildearrow
11154923b0
ES5506: I am blowing up now
2023-02-12 02:02:22 -05:00
tildearrow
c9eb4482b0
ES5506: new vol/pan range is 4095
2023-02-12 01:48:02 -05:00
tildearrow
ede47cbf97
asdfgh
2023-02-12 01:25:28 -05:00
tildearrow
b62f0cd465
Revert "ES5506:Fixes?"
...
This reverts commit da6d0b1702
.
2023-02-12 01:23:14 -05:00
tildearrow
2acc1b7de4
Revert "Reduce duplicates"
...
This reverts commit a1d83e869d
.
2023-02-12 01:22:54 -05:00
tildearrow
d67339a791
Revert "Change to int"
...
This reverts commit 799d54106f
.
2023-02-12 01:21:52 -05:00
tildearrow
cace96f445
Revert "Fix volume effect"
...
This reverts commit fc4b2718c0
.
2023-02-12 01:21:34 -05:00
tildearrow
c980fc0986
Revert "cam WAIT"
...
This reverts commit a7843f5cdc
.
2023-02-12 01:18:32 -05:00
tildearrow
5c95d7f513
Revert "VOL_CALC"
...
This reverts commit a0f1f98b2d
.
2023-02-12 01:18:26 -05:00
tildearrow
a0f1f98b2d
VOL_CALC
2023-02-12 01:13:55 -05:00
tildearrow
a7843f5cdc
cam WAIT
2023-02-12 01:13:28 -05:00
tildearrow
0427c01f31
ES5506: fix volume slides
2023-02-12 01:08:52 -05:00
tildearrow
78d3f9d97f
ES5506: one more percent off
2023-02-11 23:43:19 -05:00
tildearrow
79f6b9f5ec
ES5506: ...
2023-02-11 17:06:14 -05:00
tildearrow
0533f10ef4
ES5506: and more optimization...
2023-02-11 16:11:39 -05:00
tildearrow
9cd6c397f3
ES5506: strip away rRead
2023-02-10 19:27:11 -05:00
cam900
4137650bdb
Partially fix frequency with note map
2023-02-07 11:14:32 +09:00
cam900
575fc03b2e
Fix compile
2023-02-07 10:55:11 +09:00
cam900
84cca17140
Remove unused variable
2023-02-07 10:29:50 +09:00
cam900
c0f950a169
Fix frequency offset
2023-02-07 10:27:32 +09:00
cam900
6a0a05c127
Fix loop
2023-02-07 10:20:38 +09:00
cam900
29638cb5b0
Remove reversed loop support in ES5506 via driver complexity
...
Fix per-channel OSC
2023-02-07 10:09:33 +09:00
tildearrow
c4121ccfd6
ES5506: more optimization
2023-02-06 03:44:03 -05:00
tildearrow
bf0f424cca
ES5506: fix mute 2
2023-02-06 03:22:11 -05:00
tildearrow
3a4057ece3
ES5506: optimize, part 1
...
man this core is so CPU heavy...
accuracy for what?
2023-02-06 03:00:25 -05:00
tildearrow
cdc472dace
and fix IT AGAIN
...
I hate tabs
2023-02-06 01:25:59 -05:00
tildearrow
e7a95d4822
fix the pull request - again
2023-02-06 01:15:13 -05:00