Commit Graph

6610 Commits

Author SHA1 Message Date
tildearrow 6dcc3416ee arcade: a bit of extra work 2021-12-08 17:54:14 -05:00
tildearrow aff0afa7d1 prepare for arcade platform! 2021-12-08 17:40:35 -05:00
tildearrow f5a22c9d42 macroInt: reset will vars 2021-12-08 03:17:17 -05:00
tildearrow 9362cfa481 add clock drift for exact tempo 2021-12-08 02:57:41 -05:00
tildearrow db2bfb8aa3 don't eat the last row in audio file out 2021-12-08 02:22:19 -05:00
tildearrow 6a02754996 add PAL flag to dispatch
now platforms run at their correct clock speed when in PAL mode

also fix clipping in Genesis
2021-12-08 01:56:40 -05:00
tildearrow fe5f8afa05 uninitialized variables? oh my! 2021-12-08 01:31:35 -05:00
tildearrow 4eec990ec1 when the fix breaks something 2021-12-08 01:16:29 -05:00
tildearrow db46dd79d2 honor arpeggio macro during legato 2021-12-08 00:56:46 -05:00
tildearrow 0ca761d7fd aaaaagain 2021-12-08 00:37:23 -05:00
tildearrow 65ab3a2b5d keyOffAffectsArp is now per-channel 2021-12-08 00:33:00 -05:00
tildearrow 5fbaf71105 one thing is fixing bugs
another is bugging fixes
2021-12-08 00:27:20 -05:00
tildearrow 50f6bb536f treat ED00 correctly 2021-12-07 16:58:23 -05:00
tildearrow 1d390b705b fix rael again
only count the first pattern jump command
2021-12-07 16:32:20 -05:00
tildearrow 3f5b0019dc C64: fix rael 2021-12-07 16:25:42 -05:00
tildearrow 7775ecebc8 Merge branch 'master' of github.com:tildearrow/furnace 2021-12-07 16:09:30 -05:00
tildearrow 7e4370a880 i can't get it working 2021-12-07 16:09:00 -05:00
tildearrow 655ad5139d PCE: remove clip clicks 2021-12-07 14:29:48 -05:00
tildearrow 77bab16ffd update gitignore 2021-12-07 13:48:54 -05:00
tildearrow 9fb02b5318 it compiles with MinGW 2021-12-07 13:48:21 -05:00
tildearrow 137258c269 update SDL to prepare for MinGW 2021-12-07 13:31:02 -05:00
tildearrow 630d968975 update readme 2021-12-07 13:08:48 -05:00
tildearrow d0ce05c8d4 acknowledgements 2021-12-07 13:01:59 -05:00
tildearrow b689d51ec9 audio file output stereo support 2021-12-07 12:33:55 -05:00
tildearrow f71ee6b45d preliminary audio file output 2021-12-07 12:21:23 -05:00
tildearrow 7649b845aa prepare for file output 2021-12-07 04:39:52 -05:00
tildearrow 4cba677c04 i know a better way 2021-12-07 04:32:42 -05:00
tildearrow 7490ed89a1 Revert "Revert "prepare to add file out - does not compile!""
This reverts commit ada8e71884.
2021-12-07 04:22:36 -05:00
tildearrow ada8e71884 Revert "prepare to add file out - does not compile!"
This reverts commit 45b202b85b.
2021-12-07 04:20:11 -05:00
tildearrow 45b202b85b prepare to add file out - does not compile! 2021-12-07 03:52:41 -05:00
tildearrow 7d24b10da4 dev8 2021-12-07 01:26:50 -05:00
tildearrow 3ee761fc87 C64: finish it all
all modules play correctly, bar:
- motherfunksignal (almost)
- filters are a bit weird
2021-12-07 01:23:57 -05:00
tildearrow c26bb511d7 dispatch: fix small mistake 2021-12-06 21:12:16 -05:00
tildearrow 26fac3862b add nuked OPM for eventual arcade platform... 2021-12-06 16:57:39 -05:00
tildearrow 145403e7dd Merge branch 'master' of github.com:tildearrow/furnace 2021-12-06 16:52:03 -05:00
tildearrow d6fb6b0bb3 more optimization
as of now non-stereo sound chips are only processed once
2021-12-06 16:51:18 -05:00
tildearrow 6efcfc2e8a prepare for possible major optimization
by just forwarding an output buffer to the dispatch and begin/length,
the number of calls may be reduced which improves performance.
2021-12-06 05:21:42 -05:00
tildearrow 18fb2a4b9f C64: more work! 2021-12-06 03:26:39 -05:00
tildearrow ce4b6c7044 genesis: comment out two debug messages 2021-12-06 03:26:33 -05:00
tildearrow 055b4f9c26 genesis: fix delay bug 2021-12-06 03:07:29 -05:00
tildearrow 8478481466 hmmm 2021-12-06 02:59:12 -05:00
tildearrow 1ac45e27a2 delete several unneeded files 2021-12-05 17:16:30 -05:00
tildearrow 480b26c95c more C64 work 2021-12-05 16:45:29 -05:00
tildearrow 24956e8177 Merge branch 'master' of github.com:tildearrow/furnace 2021-12-05 16:21:28 -05:00
tildearrow 0f3f173b6e rework some of the playback logic
paving the way for C64
2021-12-05 16:11:12 -05:00
tildearrow e52f5c9147 wow 2021-12-05 01:30:33 -05:00
tildearrow ff07a19405 kind of C64 2021-12-04 23:55:28 -05:00
tildearrow 2f7001681c prepare for C64 platform! 2021-12-04 02:42:22 -05:00
tildearrow 760fa43a4f fill in a blank line 2021-12-04 02:34:13 -05:00
tildearrow 796f9b0cf5 one more fix! 2021-12-04 02:28:15 -05:00