Natt Akuma
|
f3705fb435
|
WIP add GBA system
|
2024-03-16 15:06:25 +07:00 |
|
Natt Akuma
|
bffb51756f
|
Lynx: Add Load LFSR macro
PowerNoise had it
|
2024-03-11 14:08:56 -05:00 |
|
tildearrow
|
2ca341bb73
|
GUI: get rid of bitOffset
now we do not need it
|
2024-02-19 21:44:29 -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
|
9d32aeda4d
|
GUI: Count -> Length
|
2024-02-05 13:10:33 -05:00 |
|
tildearrow
|
4df1c59698
|
also enable backward on Windows XP
|
2024-02-04 02:05:00 -05:00 |
|
tildearrow
|
b3b84d41b6
|
enable backward-cpp for 32-bit Windows releases
|
2024-02-03 23:45:47 -05:00 |
|
tildearrow
|
4d777bf877
|
you know what, new labels
|
2024-01-28 15:03:19 -05:00 |
|
tildearrow
|
22ba9fd8b6
|
PowerNoise: show octave param in slope ins
|
2024-01-25 13:30:20 -05:00 |
|
tildearrow
|
bf3353ebb8
|
PowerNoise: and now implement it
|
2024-01-25 12:49:46 -05:00 |
|
tildearrow
|
c1ae4a607b
|
please let me work
ok?
|
2024-01-24 13:21:06 -05:00 |
|
tildearrow
|
4f7fd18d3a
|
PowerNoise: noise control bits fix
|
2024-01-24 13:14:49 -05:00 |
|
tildearrow
|
a2c252522f
|
GUI: separate control bits for PowerNoise ins
|
2024-01-24 04:52:27 -05:00 |
|
tildearrow
|
efad61c7d0
|
PowerNoise: split ins type
|
2024-01-24 04:35:36 -05:00 |
|
tildearrow
|
c098e0bcd1
|
PowerNoise: POWER_NOISE -> POWERNOISE
|
2024-01-24 03:15:41 -05:00 |
|
scratchminer
|
4145a8b034
|
Add descriptions for the instrument control bits
|
2024-01-23 11:05:50 -05:00 |
|
scratchminer
|
a8ee20c065
|
Add a 'set LFSR' macro and
remove the LFSR reset when a note is turned on
|
2024-01-21 12:22:23 -05:00 |
|
scratchminer
|
d29eb42d07
|
change the config from 8 to 6 bits:
the upper two aren't used
|
2024-01-21 07:19:15 -05:00 |
|
scratchminer
|
5d2dade036
|
Duty / Noise no longer appears in PN inst. config
|
2024-01-21 06:47:38 -05:00 |
|
scratchminer
|
85997e55e7
|
add Power Noise support
|
2024-01-21 06:44:29 -05:00 |
|
Kagamiin~
|
c2d91a06d3
|
Fix ESFM operator order for KVS dialog
|
2024-01-20 12:20:25 -05:00 |
|
tildearrow
|
54c6a05710
|
GUI: tell the user when ins preview is happening
|
2024-01-19 16:23:27 -05:00 |
|
Kagamiin~
|
514c642b60
|
Fix ESFM blank instrument; fix ESFM envelope drawing
Co-authored-by: LTVA1 <87536432+LTVA1@users.noreply.github.com>
|
2024-01-17 12:00:30 -05:00 |
|
tildearrow
|
88b42ddd58
|
update copyright year
|
2024-01-16 21:26:57 -05:00 |
|
tildearrow
|
6e5a25d824
|
GUI: insEdit code style
|
2024-01-16 17:09:26 -05:00 |
|
Kagamiin~
|
4459a7d659
|
Implementing per-op arpeggio/pitch macro
Co-authored-by: LTVA1 <87536432+LTVA1@users.noreply.github.com>
|
2024-01-01 14:59:00 -03:00 |
|
Kagamiin~
|
215c8c375a
|
Merge branch 'master' into feature/esfm
|
2024-01-01 14:45:54 -03:00 |
|
tildearrow
|
37195e5759
|
GUI: fix macros tab being visible in unknown ins
|
2023-12-19 04:56:11 -05:00 |
|
tildearrow
|
4f86219989
|
GUI: fix possible crash with colorize ins
|
2023-12-18 11:01:11 -05:00 |
|
tildearrow
|
75323be54e
|
GUI: do not set ins type if it is unknown
|
2023-12-18 10:56:45 -05:00 |
|
Kagamiin~
|
f42332f2c0
|
Merge branch 'master' into feature/esfm
|
2023-12-15 09:15:05 -03:00 |
|
Electric Keet
|
adba445cd2
|
Tweaking numeric input steps.
Hopefully these all make more sense for how they're used.
|
2023-12-12 18:52:41 -05:00 |
|
Kagamiin~
|
56d774bb3b
|
Merge branch 'master' into feature/esfm
|
2023-11-18 09:15:48 -03:00 |
|
tildearrow
|
e2278d3688
|
C64: relative cutoff and duty macros are fine
|
2023-10-29 04:36:25 -05:00 |
|
tildearrow
|
90032899c7
|
C64: bunch of changes
- merging test/gate and special macros
- drop new test/gate compat flag - not necessary
- code style and tabs to spaces
TODO: compatibility!
|
2023-10-29 01:39:37 -05:00 |
|
tildearrow
|
ecec1acd24
|
Merge branch 'master' of https://github.com/LTVA1/furnace into c64improve
|
2023-10-29 00:22:10 -05:00 |
|
tildearrow
|
0f2f11a056
|
GUI: custom icons for ADSR/LFO macro types
|
2023-10-28 19:15:32 -05:00 |
|
LTVA1
|
0f760a365e
|
standlalone cutoff macro (with correct relative mode)
|
2023-10-28 10:15:41 +03:00 |
|
LTVA1
|
50b314bd77
|
Make separate macros for each ADSR param
|
2023-10-27 17:20:32 +03:00 |
|
Kagamiin~
|
47c4273e5c
|
Code review suggestions 2
|
2023-10-26 09:47:18 -03:00 |
|
Kagamiin~
|
170248e61a
|
Code review suggestions
Haven't had a good peer review in ages.
|
2023-10-26 09:43:01 -03:00 |
|
Kagamiin~
|
85db9ca16e
|
Merge branch 'master' into feature/esfm
|
2023-10-25 17:10:16 -03:00 |
|
LTVA1
|
1207eb1e32
|
add C64 ADSR macros, add gate bit to test/gate macro, untested fix of macro retrigger on 03xx command
|
2023-10-25 21:28:29 +03:00 |
|
Kagamiin~
|
23b1c4107e
|
Fix hard reset handling; add detune effect; change some labels
|
2023-10-24 14:29:37 -03:00 |
|
Kagamiin~
|
64baa7c97f
|
Some refactoring
|
2023-10-22 11:46:34 -03:00 |
|
tildearrow
|
f718fbb5f5
|
dev185 - SoundUnit: hardware sweep sequences
kinda buggy in note off... may require a rewrite of volume handling
|
2023-10-21 18:42:37 -05:00 |
|
Kagamiin~
|
821b567b8c
|
Updating ESFMu with envelope delay fix; fixing macro op ordering
|
2023-10-18 17:01:46 -03:00 |
|
Kagamiin~
|
a01ddd381e
|
Implement ESFM macros
|
2023-10-17 19:24:57 -03:00 |
|
Kagamiin~
|
8ae86f79a8
|
Merge branch 'master' into feature/esfm
|
2023-10-17 15:53:21 -03:00 |
|
Kagamiin~
|
aee939bd3e
|
Implement fixed frequency mode for modern and classic layouts
|
2023-10-17 15:47:08 -03:00 |
|