tildearrow
435c858dc9
a couple fixes
2024-09-05 19:24:42 -05:00
tildearrow
eb95024fb9
Merge branch 'master' into master
2024-09-05 18:13:46 -05:00
tildearrow
f24e4d89ff
bug fix from Eknous
2024-09-04 14:56:50 -05:00
Adam Lederer
572eb10e91
add cursor undo/redo actions
2024-09-02 15:51:01 -05:00
Eknous
8d81ef87b8
channel mask for user presets ( #2135 )
...
* user presets channel mask
* update tooltip, mask generator helper thing
* better tooltip
* yea this is better
* update doc
* apply to all subsongs
2024-09-02 15:39:35 -05:00
AArt1256
d3d7c741a6
why again
2024-09-02 11:43:22 +03:00
tildearrow
e16bc1a195
OPNA/B: batman is expanding
2024-09-01 18:23:35 -05:00
tildearrow
569df5b477
OPN: batman is expanding
2024-09-01 17:53:18 -05:00
tildearrow
d14b187e66
AY: batman is expanding
2024-09-01 17:30:06 -05:00
tildearrow
d303675961
OPN: fix AY PCM direct stream export
2024-09-01 16:55:09 -05:00
tildearrow
b650545773
AY: fix direct stream output (I think)
2024-09-01 16:19:01 -05:00
AArt1256
f415e4c9a1
no more global variables!
2024-09-01 16:11:42 +03:00
tildearrow
2d172c59af
SNES: move volume changes
...
make them happen after KOFF
2024-09-01 04:26:00 -05:00
Eknous-P
9b1c06b515
actual fix
2024-08-31 23:26:25 -05:00
Eknous-P
cf20905199
fix export progress popup size
2024-08-31 23:26:25 -05:00
MooingLemur
caa6f3091d
ZSM: exclude keydown events on loop lookahead
2024-08-31 23:18:45 -05:00
tildearrow
11935fb525
dev220: SNES anti-click
2024-08-31 19:07:36 -05:00
tildearrow
42f7755479
SNES: prepare for anti-click
2024-08-31 04:38:21 -05:00
tildearrow
160639cdec
5E01: fix everything
2024-08-30 22:45:30 -05:00
tildearrow
864315dce2
GUI: don't set a default size for the Rendering mo
2024-08-30 22:44:33 -05:00
Adam Lederer
aeee6260ae
fix absorb instrument bug: octave set to -1 when most recent 'note' was OFF/REL/===
2024-08-30 01:31:47 -05:00
tildearrow
ed79399190
release v0.6.7
2024-08-29 02:29:32 -05:00
tildearrow
87b172015c
fix 601x-604x
2024-08-28 17:07:54 -05:00
tildearrow
62842fbb39
TIunA export: fix mem leak
2024-08-28 16:18:38 -05:00
tildearrow
400bbe9109
NES: DPCM loop fix...
...
pull request #2119
2024-08-28 06:05:35 -05:00
tildearrow
42bc32bc67
remove assert
2024-08-28 02:04:01 -05:00
tildearrow
2021e86608
release v0.6.6
2024-08-27 17:21:47 -05:00
tildearrow
b948590a43
change names of single tick effects
...
to prevent confusion
issue #2063
2024-08-25 16:14:24 -05:00
tildearrow
68b45338f0
GUI: tryWith fix from #2108
2024-08-25 03:00:00 -05:00
tildearrow
bf8d51ca83
implement operator mask effect
2024-08-24 18:42:23 -05:00
tildearrow
0ab9f6c6fd
more....
2024-08-24 17:41:41 -05:00
tildearrow
c06759b235
NES:codestyle
2024-08-24 16:43:15 -05:00
LTVA1
efb89f7f94
yeah
2024-08-24 16:36:55 -05:00
tildearrow
332b449f0e
deGNUize
2024-08-24 06:03:28 -05:00
freq-mod
46e48e42ea
backport default sys picker from B
2024-08-24 11:24:58 +02:00
tildearrow
db19b13ce4
GUI: update credits
2024-08-24 03:08:46 -05:00
tildearrow
977c464e7b
GUI: fix audio export progress window
2024-08-24 03:08:35 -05:00
tildearrow
ee21a996fa
Merge pull request #2102 from alederer/volPorta
...
Volume portamento (vol porta) effect (D3xx, D4xx for fast)
2024-08-24 03:00:29 -05:00
Adam Lederer
2982a40110
update vol-porta-ending logic to be more readable
2024-08-24 00:59:03 -07:00
tildearrow
bcdad3c538
AY: remove all ffff writes
2024-08-24 02:47:51 -05:00
tildearrow
a458e105d9
VGM export: use QSound ADPCM size
2024-08-23 20:16:48 -05:00
tildearrow
5a79a70980
GUI: missing WonderSwan pan macros
2024-08-23 20:10:23 -05:00
tildearrow
99ae6a2b38
VGM export: include song comments
...
also show song comments on mobile
2024-08-23 17:46:09 -05:00
Adam Lederer
d0f3e0fa58
GUI_ACTION_PAT_ABSORB_INSTRUMENT search through prior orders (also set instrument to none if no instrument found
2024-08-23 15:20:08 -05:00
alederer
c5310d1855
Instrument editor undo (minus FixedQueue change) ( #2094 )
...
* add undo to instrument editor (check for diffs on the current DivInstrument in insEdit, record them in a stack)
* style fixes
* accidentally left some logs in
* typo in style fix
* cheat to avoid warning -Werror=class-memaccess on linux
* warn instead of assert on case where MemPatch application would exceed size of target buffer (which should never happen, if you're applying the patch to the same type it was generated from)
* instrument editor undo: don't check delta if no user input has come in that could potentially have dirtied the editor
* don't run a delta against cached instrument if not insEditOpen
* revert fixedQueue to before my 'fix' (if i touch it again i'll add unit tests)
* explicitly cast to (DivInstrumentPOD*) when memsetting DivInstrumentPOD in DivInstrument constructor, rather than relying on implicit memory layout
* use delete[] instead of free (whoops)
* MemPatch/DivInstrumentUndoStep -- remove clear() function (ambiguous whether it should free data, it only existed to set data to null after the swap, so just do that directly now). Also set data to null after delete.
* DivInstrument -- fix dangling undo-step pointers being created on duplicate (potentially leading to use-after-free), fix undo-step objects being shamelessly leaked
---------
Co-authored-by: Adam Lederer <adam@adamlederer.com>
2024-08-23 15:17:19 -05:00
Adam Lederer
08f1381fee
minor cleanup
2024-08-23 11:24:24 -07:00
Adam Lederer
ae4adececd
do nothing if volume column empty
2024-08-23 11:16:22 -07:00
Adam Lederer
310ad13916
volume portamento (vol porta) on D3xx and D4xx (D4 is fast version, rate * 256)
2024-08-23 10:50:13 -07:00
tildearrow
bae45e0b86
SN: fix arp macro with easy period
2024-08-23 02:25:53 -05:00
LTVA1
3b6ddebc64
disable
2024-08-23 00:53:44 -05:00