tildearrow
f5f1a29486
macroInt fixes
...
issue #1412
2023-08-24 15:28:04 -05:00
tildearrow
a31b847f32
GUI: don't show wave macro for beeper ins
2023-08-24 14:59:17 -05:00
tildearrow
9bf736a513
GUI: tweak SNES ins editor
2023-08-24 14:52:18 -05:00
tildearrow
6e28a8b01c
WaveSynth: fix distorted sound
...
issue #1411
2023-08-24 14:23:00 -05:00
Герман Семенов
1cbb61ec27
More optimize inserts using reserve()
...
Signed-off-by: German Semenov <GermanAizek@yandex.ru>
2023-08-24 19:08:06 +03:00
tildearrow
cb0a8396c4
improve
2023-08-24 04:31:32 -05:00
tildearrow
95b0b25011
Merge branch 'master' into macro-values-fix
2023-08-24 03:43:56 -05:00
tildearrow
d36b43415f
fix getPan() on VERA and MSM6258
2023-08-24 03:39:05 -05:00
tildearrow
d240066df8
fix issue #1371
2023-08-24 03:25:38 -05:00
tildearrow
31335b95c9
finish it
2023-08-24 03:05:25 -05:00
tildearrow
c9cbf133d6
Eknous please HELP ME
2023-08-23 17:25:05 -05:00
tildearrow
62a1a383ee
dev168 - new behavior for porta in C64
2023-08-23 12:50:22 -05:00
tildearrow
b946c35fa7
GUI: don't update FM/wave synth preview twice
...
issue #1404
2023-08-23 12:21:39 -05:00
Electric Keet
92773adb37
Correcting an ampersand.
...
Little things like this make a difference.
2023-08-23 09:47:31 -07:00
tildearrow
e4e92f9af3
too many buttons
2023-08-23 04:29:17 -05:00
tildearrow
5c71b64195
GUI: improve wavetable tab in ins edit
2023-08-23 02:19:36 -05:00
tildearrow
577d6fd4d4
GUI: fix expand selection upwards
2023-08-22 20:23:21 -05:00
Electric Keet
ab76546f7a
Fixing the fix.
...
This checks for both values being set to zero (their freshly-initialized state, which shouldn't happen in normal use) and sets them to proper defaults if so. Otherwise, it uses what was already there.
2023-08-22 14:23:32 -07:00
Electric Keet
4a9bf44b56
Fix macro mode changes resetting Bottom and Top.
2023-08-22 13:24:45 -07:00
tildearrow
7ba5b172d5
GUI: finally fix scroll changes order
2023-08-22 02:30:33 -05:00
tildearrow
251893c5f8
Lynx: fix sample mode switching glitch
...
issue #1372
2023-08-22 00:25:23 -05:00
tildearrow
54934dcfc9
dev167 - fix TL macro
...
previously, 127 mapped to TL 0
but now 127 maps to TL 127
yeah, the graph will look inverted I know...
2023-08-21 23:57:07 -05:00
tildearrow
b35235b82e
GUI: OPZ preview
...
it's complete
2023-08-21 22:41:35 -05:00
tildearrow
97b6b39049
GUI: OPL preview
2023-08-21 22:20:31 -05:00
tildearrow
70f774312b
GUI: OPLL preview
2023-08-21 19:56:22 -05:00
tildearrow
e1140c5015
GUI: OPM preview
2023-08-21 19:27:19 -05:00
tildearrow
bcb8fdbf06
no longer crashes
2023-08-21 17:41:41 -05:00
tildearrow
617ee5e324
THIS CRASHES
2023-08-21 17:24:41 -05:00
tildearrow
18dc353392
GUI: why are there DPCM settings on FDS...
2023-08-21 16:16:50 -05:00
tildearrow
f3c438eee5
GUI: use less video memory
...
don't oversample icons, big font and header font
2023-08-21 16:03:16 -05:00
tildearrow
bb874d9415
move use math defines to top
2023-08-21 15:07:28 -05:00
tildearrow
2bf5392f7b
split sample loading functions
2023-08-21 14:56:10 -05:00
tildearrow
4776eaed68
split audio/command stream export functions
...
into two other source files
2023-08-21 14:49:31 -05:00
tildearrow
94d8076a58
fix hang
2023-08-21 14:25:22 -05:00
tildearrow
f5a881917f
fix
2023-08-21 14:18:04 -05:00
tildearrow
6ba8527cb6
fix some threading issues
2023-08-21 14:18:04 -05:00
tildearrow
33d932f548
PCM DAC: fix osc buf
...
issue #1393
2023-08-21 04:30:49 -05:00
tildearrow
d74172680f
GUI: prepare FM preview for the other OPs
2023-08-20 20:18:27 -05:00
tildearrow
91d7157b5d
GUI: Amiga rate limit
2023-08-20 19:07:38 -05:00
Electric Keet
9397f95499
Vertical label alignment for macros.
...
I don't know how I missed these. I use them constantly!
2023-08-20 14:39:03 -07:00
tildearrow
9814d7dd88
GUI: why isn't there a wave reverse option yet
2023-08-20 01:41:01 -05:00
tildearrow
5720e5670d
AAAAAAAAAAAA
2023-08-20 00:46:17 -05:00
tildearrow
7479296d54
UPDATE FMT TO 10.1.0 -> **PLEASE READ!** <-
...
after pulling this commit, type:
```
git submodule update extern/fmt
```
2023-08-20 00:25:01 -05:00
tildearrow
e3eea680d5
ExtCh: panning macro
...
issue #1382
2023-08-19 23:52:13 -05:00
tildearrow
f3167d2fc9
C140: fix possible overflow
2023-08-19 23:39:27 -05:00
tildearrow
993c5904e2
C140: fix possible crash
2023-08-19 23:30:35 -05:00
tildearrow
396f51c75f
ExtCh: fix 18xx being a post effect
2023-08-19 19:19:14 -05:00
tildearrow
6fe98f1502
damn it
2023-08-19 18:54:35 -05:00
tildearrow
1dd02dd389
fix samples going away during audio export
...
issue #1387
2023-08-19 18:52:08 -05:00
tildearrow
d68de019d6
Merge pull request #1385 from tildearrow/ui-pretty
...
Vertically centering labels.
2023-08-19 18:38:13 -05:00
Electric Keet
10ea584857
Vertically centering labels.
...
Oops, missed two!
2023-08-19 16:09:22 -07:00
tildearrow
dba96812aa
add more raw sample import options
2023-08-19 18:01:12 -05:00
tildearrow
c8222fd491
handle non-BMP characters
...
issue #1376
2023-08-19 16:50:21 -05:00
tildearrow
14d3baae56
GUI: invert cursor follows wheel
...
issue #1374
2023-08-19 16:25:08 -05:00
tildearrow
487065478d
GUI: mark modified in channel list
2023-08-19 15:54:49 -05:00
tildearrow
f352162151
GUI: make it clear
...
continuous vibrato
2023-08-19 15:47:49 -05:00
tildearrow
44781e9cac
release v0.6pre8
...
hopefully the final "pre-release" before the freeze
2023-08-19 04:48:27 -05:00
tildearrow
b384367aa8
Namco 163: fix compiler error
2023-08-19 04:38:13 -05:00
tildearrow
23dc1353ec
change default render cores
2023-08-19 04:34:42 -05:00
tildearrow
ffe8b5ed9c
ExtCh: fix forceIns after 1800
2023-08-19 02:54:19 -05:00
Eknous-P
f8a497e549
Merge branch 'multicore' of github.com:Eknous-P/furnace into multicore
2023-08-19 10:33:06 +04:00
Eknous-P
eab7978556
tablesetcolumnindex -> tablenextcolumn
2023-08-19 10:32:36 +04:00
Eknous
cbbf766ae5
Merge branch 'tildearrow:master' into multicore
2023-08-19 10:02:48 +04:00
tildearrow
c38b3ed399
GUI: play around with oversample setting
2023-08-18 23:39:09 -05:00
tildearrow
6d5b313973
now the other OPNs
2023-08-18 04:10:16 -05:00
Eknous-P
3926c4276e
oopsie
2023-08-18 12:44:50 +04:00
tildearrow
2f08407a73
GUI: custom sample editor icons, part 2
2023-08-18 03:39:08 -05:00
Eknous-P
eb820eb9af
make table
2023-08-18 11:34:08 +04:00
Eknous-P
74e803d4e9
redo core switching
2023-08-18 10:40:18 +04:00
Eknous-P
12d7911d1a
Merge branch 'master' into multicore
2023-08-18 08:59:06 +04:00
tildearrow
f2dd169e3d
Game Boy: fix soft env volume after note off
2023-08-17 18:28:48 -05:00
tildearrow
d32829b9e9
GUI: update credits
2023-08-17 17:38:18 -05:00
tildearrow
0aabfe52d8
YM2612: fix ExtCh muting
...
issue #1366
2023-08-17 16:37:27 -05:00
Eknous-P
36e2444b11
add logs
2023-08-17 22:48:46 +04:00
Eknous-P
8da1085809
separate cores + selection for playback and export
2023-08-17 22:28:17 +04:00
Electric Keet
4985a4b5d0
Various work on the icon font.
...
Cleaned up leftover guides, added actually useful ones in the guide character (E0F0), tweaked VRC6 saw.
2023-08-16 21:50:31 -05:00
tildearrow
22f92aafe4
new demo songs
...
by PichuMario and Weeppiko
2023-08-16 16:42:41 -05:00
tildearrow
5f5d1c2189
new demo song
...
by ifrit05
2023-08-16 16:14:28 -05:00
tildearrow
6c44614279
GUI: custom sample editor icons, part 1
2023-08-16 04:16:31 -05:00
tildearrow
a1bc1a66a3
fix macro pos indicator not appearing in freelance
2023-08-16 01:03:56 -05:00
tildearrow
c05efedee0
GUI: improve single macro view
2023-08-16 00:43:15 -05:00
tildearrow
4707ef6979
GUI: center it
2023-08-15 22:25:01 -05:00
tildearrow
d8a069c360
Merge branch 'master' into instr-editor-wrap
2023-08-15 22:16:57 -05:00
Electric Keet
cb5f59d02b
Select the correct amount of vertical space.
...
Tested in both occurring situations.
2023-08-15 16:55:53 -07:00
Electric Keet
02ef1549dd
Fixed vertical centering.
2023-08-15 14:58:50 -07:00
tildearrow
a008059b54
Merge branch 'letter-icons'
2023-08-15 16:24:59 -05:00
Electric Keet
520b772f35
Small changes to letter icons.
...
MultiPCM is now `MUL PCM`.
VRC 6 saw now has a little sawtooth icon.
2023-08-15 16:23:32 -05:00
tildearrow
823d64e68c
GUI: fix 0.5-pixel error in unified assets
2023-08-15 15:52:32 -05:00
tildearrow
363bc4be68
GUI: fix no ins icon
2023-08-15 14:50:54 -05:00
Electric Keet
f09ef69da1
Break "no instrument selected" lines.
...
In the instrument editor, when instruments are loaded but no instrument is selected, there's a dropdown to select a type and then "or Open or Create New"... but on one line, they're too long for the window's width. With this, they're on two lines.
2023-08-15 11:58:05 -07:00
tildearrow
09540a2d53
Merge pull request #1358 from mooinglemur/20230815-zsmopt
...
ZSM: optimize: skip PWM write on non-pulse, change delay flush logic
2023-08-15 03:01:39 -05:00
MooingLemur
1d882b0ca7
minor style fix
2023-08-15 00:58:56 -07:00
MooingLemur
5d63b253ce
potential flush needed here too
2023-08-15 00:47:08 -07:00
MooingLemur
fd2c17e4f9
ZSM: optimize: skip PWM write on non-pulse, change delay flush logic
2023-08-15 00:16:33 -07:00
tildearrow
ddb0add67e
GUI: fix insIconsStyle not saving
2023-08-15 01:57:43 -05:00
Electric Keet
2ef2416587
Adjusting height of letter icons.
...
They were too high before. Now they line up right!
2023-08-14 21:20:59 -07:00
tildearrow
b46dd7b7eb
GUI: update credits
2023-08-14 20:02:48 -05:00
tildearrow
6ae8f615d9
we got custom icons
2023-08-14 20:02:10 -05:00
tildearrow
1848484831
prepare for loading the icon font
2023-08-14 19:19:18 -05:00
tildearrow
741d350fe2
possible fix to #1356
2023-08-14 16:28:43 -05:00