Commit graph

7271 commits

Author SHA1 Message Date
tildearrow
0a5c0da078 just a bit more 2023-12-23 04:39:55 -05:00
tildearrow
e0108e5635 GUI: now let's put these config options into group
s
2023-12-22 20:22:53 -05:00
tildearrow
27f4f6830e GUI: improve the buttons 2023-12-22 19:18:23 -05:00
tildearrow
c65debad68 GUI: implement separate export options 2023-12-22 18:56:02 -05:00
tildearrow
f7d325d4d7 fix crash when making the export window too small 2023-12-22 18:39:00 -05:00
LTVA1
3f92cc8013 correct bug in OpenMPT paste 2023-12-22 18:27:38 -05:00
tildearrow
15f0f50def part 2 of more work 2023-12-22 18:23:11 -05:00
tildearrow
f80340ebcc more work 2023-12-22 15:43:41 -05:00
tildearrow
a642cb4d4b
Merge pull request #1623 from Eknous-P/exportwin
Export Window
2023-12-22 14:29:32 -05:00
tildearrow
c56db97295 Merge branch 'master' into exportwin 2023-12-22 00:15:05 -05:00
tildearrow
f8b0c556ca Namco WSG: fix vol macro scaling 2023-12-22 00:14:52 -05:00
tildearrow
5697330c04 i won't call it classic 2023-12-21 20:08:15 -05:00
tildearrow
df3e3e8aec bunch of code de-duplication 2023-12-21 19:57:26 -05:00
tildearrow
e2940ca385 Merge branch 'master' into exportwin 2023-12-21 19:08:09 -05:00
tildearrow
a7d6728b44 asdf 2023-12-21 18:53:47 -05:00
Electric Keet
33c26266f3 Document "Guru mode". 2023-12-21 18:52:34 -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
37195e5759 GUI: fix macros tab being visible in unknown ins 2023-12-19 04:56:11 -05:00
Electric Keet
14f29ca6a5
Revise MIDI "Value input style" docs. (#1653)
* Fix MIDI "Value input style" docs.

The individual backtick-quoted lines didn't work great, as they ignored the first space in each line. Triple-backticks do the trick. Or perhaps I should replace these with graphics?

* Revert "Fix MIDI "Value input style" docs."

This reverts commit 76b731c424.

* Replacing text with images.

* Removing labels.
2023-12-19 04:50:59 -05:00
tildearrow
6fbf64c753 Revert "fix pc-9801-86 preset"
This reverts commit 0fd9131088.
2023-12-18 15:27:56 -05:00
tildearrow
1fb3b95a78 document new MIDI options 2023-12-18 15:25:44 -05:00
freq-mod
0fd9131088
fix pc-9801-86 preset 2023-12-18 17:23:01 +01:00
tildearrow
b7d525b4bd GUI: walk song on load
issue #1541
2023-12-18 11:06:45 -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
tildearrow
56f020e77b fix the N163 doc 2023-12-18 10:39:51 -05:00
tildearrow
8ded0eb673 GUI: possibly fix crash when loading ESFM ins 2023-12-18 10:32:44 -05:00
freq-mod
e5f1900019
Merge pull request #1644 from tildearrow/doc-chipopt-n163
Docs for N163 chip options.
2023-12-18 15:07:51 +01: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
0208883fa1 OPL and OPLL vol map 2023-12-17 14:54:38 -05:00
tildearrow
8d30ac4d3b OPN: proper vol map for SSG/ADPCM/CSM/DAC parts 2023-12-17 14:41:25 -05:00
freq-mod
3742a8e2ea
Update opll.md
formatting
2023-12-17 17:05:33 +01:00
tildearrow
87fc987800 remove debug message 2023-12-17 03:47: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
99dd85bcb4 MIDI velocity mapping, part 1 2023-12-16 19:37:14 -05:00
tildearrow
d37669a8f0 remove su_memory.fur 2023-12-15 16:46:34 -05:00
Electric Keet
00c4a44eff Docs for N163 chip options. 2023-12-14 11:17:37 -08:00
tildearrow
69998e2c7e prepare for MIDI velocity mapping 2023-12-13 20:44:32 -05:00
tildearrow
bdef72666b macOS fails TOO MUCH 2023-12-13 20:20:48 -05:00
Daniel Konar
45fb9378eb
Matches preview playback with midi volume input when enabled (#1636)
* Uncomment line which enables midi input preview playback
Tested with various chip and logged, the results match what goes to the column

* Revert operator spacing

* Move midi input processing from playback to gui to allow correct input volume playback

* Revert "Move midi input processing from playback to gui to allow correct input volume playback"

This reverts commit 6f8f6ccde3.
2023-12-13 20:07:55 -05:00
khavik
8c5cc950b8
macOS: added/modified default keyboard shortcuts (#1630)
* macOS: added/modified default keyboard shortcuts for Settings and Redo to match recommended defaults for Mac apps

* fixed indentation on preprocessor directives
2023-12-13 15:01:33 -05:00
Electric Keet
2247bae4e1 Updated image for inst. editor wavetable tab.
The previous one is no longer possible!
2023-12-13 14:35:57 -05:00
Electric Keet
ef5ab90be5
Docs: Macro right-click menu. (#1641)
* Fixing typos in docs.

* Small doc updates.

* Minor doc changes as requested.

* Docs: Macro right-click menu.

I only just discovered that this exists!

* Recommended wording.

* One more little edit.
2023-12-13 14:34:56 -05:00
Electric Keet
ae8a185145 Reverting some tweaks. 2023-12-12 18:52:41 -05: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
Electric Keet
ffcd4a89c9 Moving TI-99/4A demos to SN7. 2023-12-10 22:26:49 -05:00
tildearrow
0274698426 call walkSong on edit
issue #1541
2023-12-10 18:32:40 -05:00
tildearrow
342a2174d5 fix silent song after playing past loop point
issue #1537
2023-12-10 17:52:32 -05:00