Commit Graph

4880 Commits

Author SHA1 Message Date
tildearrow bf0f424cca ES5506: fix mute 2 2023-02-06 03:22:11 -05:00
tildearrow 82c53da498 ES5506: fix mute 2023-02-06 03:20:45 -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 4c39de927b code style
and the fix
2023-02-06 01:36:19 -05:00
System64 056c895c69
Some improvements to the FM Wavetable editor (More waveforms, full modulation matrix) (Take 495, I hope SDL is fine now) (#935)
* Added more waveforms to the FM wavetable editor (Finally Sine isn't the only option anymore!)

* fixed quarter waveforms

* Complete modulation matrix with cross modulation. Also, now X axis modulates Y axis (it was Y modulating X before)

* I really hope it will work this time bruh

* Update gui.cpp

Fixed a programming error that can potentially lead to a SEGFAULT (Core dumped) because I was writing out of bounds of an array

---------

Co-authored-by: System64MC <nicolas1811.jans@gmail.com>
2023-02-06 01:29:01 -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
tildearrow 8c2af08e5a fix the pull request
also what did that force push do? did I lose commits now?
2023-02-06 01:08:31 -05:00
tildearrow 4f33f9d815
Merge pull request #399 from cam900/es5506_alt
Add ES5506 support and Various enhancement for sample, etc
2023-02-06 01:01:07 -05:00
cam900 0029e7fe85 typecasting 2023-02-06 12:40:33 +09:00
cam900 a15f1755d0 Fix per-channel OSC (again) 2023-02-06 12:39:42 +09:00
cam900 8beb46d8f6 Fix per-channel OSC 2023-02-06 09:40:12 +09:00
cam900 2c5dc0875a Address comments 2023-02-06 09:16:28 +09:00
tildearrow 53c579064f GUI: add presets for VRC6 and MMC5 alone
and move PET to specialized. issue #724
2023-02-05 19:11:14 -05:00
tildearrow 8d13ec078c fix order edit buttons when follow pattern is off 2023-02-05 19:06:13 -05:00
cam900 03e0c8d8ee Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2023-02-06 08:56:14 +09:00
tildearrow 56d4950fad GUI: highlight cur display & play order separately
issue #932
2023-02-05 18:50:17 -05:00
tildearrow 26739bba11 YM2612: fix CSM on ymfm
finally
2023-02-05 17:42:48 -05:00
tildearrow c665326b2d GUI: add option to select render backend 2023-02-05 15:24:11 -05:00
tildearrow e32a8dda8f
Merge pull request #827 from tildearrow/opn_volbalance
Add SSG and FM/ADPCM volume mixer config for OPN/A/B
2023-02-05 05:13:05 -05:00
tildearrow b4df0b923b Merge branch 'master' into opn_volbalance 2023-02-05 04:58:03 -05:00
tildearrow fda333a76b default SSG vol is now 128
to eliminate one shift
2023-02-05 04:57:09 -05:00
tildearrow 1fa45ec57d YM2612: why 2023-02-05 04:09:47 -05:00
tildearrow 3cacbe4434 TIA: fix non-working arp macro 2023-02-05 03:54:30 -05:00
tildearrow 1a24fbe35f GUI: add ability to change sub-song comment 2023-02-05 03:50:32 -05:00
tildearrow 71e1f21a8f Merge branch 'master' of github.com:tildearrow/furnace 2023-02-05 02:57:19 -05:00
tildearrow ac5986e44f dev139 - groove patterns! 2023-02-05 02:56:39 -05:00
cam900 7e1acaf9d5 Add define value for number of chip defines 2023-02-05 12:46:23 +09:00
cam900 f8b9901e4b Fix command order 2023-02-05 10:04:31 +09:00
cam900 dd79ae401b Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2023-02-05 10:00:27 +09:00
tildearrow ace2142286 GUI: shorten title of song info window 2023-02-04 19:09:09 -05:00
tildearrow beed67aaa1 BubSys: optimize 2023-02-04 17:22:16 -05:00
tildearrow 9c673d6e71 GUI: move speed settings to a separate window 2023-02-04 17:01:32 -05:00
tildearrow 8a10b2ed6e TREMOLO MERGE 2023-02-04 16:08:38 -05:00
tildearrow 31ccb58a48 implement tremolo 2023-02-04 16:08:20 -05:00
nk 070c0559cb
Demo song. Cover of Tim_Follin.sid, originally created by Factor6 (#955)
* Add files via upload

* Delete Factor6 Tim Follin TSU.fur

* Add files via upload
2023-02-04 03:48:47 -05:00
tildearrow 43ba2ff8f2 OPZ: implement LFO2
issue #831

untested and I can't test now
2023-02-03 17:00:15 -05:00
tildearrow d546d135b9 GUI: issue #954 2023-02-03 15:31:02 -05:00
tildearrow d49850f67f YM2612: fix per-chan osc overflow on ymfm 2023-02-02 03:16:10 -05:00
tildearrow e6dfeebaee SoundUnit: emulator license
MIT license - I am the only one who wrote this specific piece of code
2023-02-01 14:39:35 -05:00
tildearrow 9bf38e02ca GUI: ins edit disable scroll if no scroll range 2023-02-01 14:33:41 -05:00
tildearrow 1dec8bff40 GUI: prevent user from sliding macros out of view 2023-02-01 14:16:20 -05:00
tildearrow 036bec2b56 Merge branch 'master' of github.com:tildearrow/furnace 2023-01-31 15:11:27 -05:00
tildearrow c31d143783 TIA: consistent pitch macro 2023-01-31 15:11:02 -05:00
tildearrow 1a3648eefd GUI: improve drag-and-drop, part 4 2023-01-31 03:25:27 -05:00
tildearrow d1d92ac018 GUI: improve drag-and-drop, part 3 2023-01-30 15:58:59 -05:00
tildearrow 311c66ff9f GUI: improve drag-and-drop, part 2 - BROKEN 2023-01-30 03:43:46 -05:00
tildearrow 72465cf09a GUI: improve drag-and-drop, part 1 - BROKEN 2023-01-29 19:34:47 -05:00
tildearrow f33564039a SCC: tiny fix 2023-01-29 17:34:50 -05:00
tildearrow a08c343f6d SCC: massive optimization 2023-01-29 17:17:15 -05:00