furnace/src
tildearrow 9b80af3a4e dev136 - Merge branch 'newDispatch' (PLEASE READ!)
the following changes have been made:
- a different strategy for DivDispatch audio output.
  - if you're working on a new chip, be sure to replace isStereo()
    with getOutputCount(). if isStereo() was true, return 2; otherwise
    1.
    do not return 0 or you will melt the oven!
  - additionally, the acquire() function has changed. it's now:
    `acquire(short** buf, size_t len)`
    replace bufL with buf[0] and bufR with buf[1].
    `start` is gone. if you really needed to use it, take a look at
    pcspkr.
    if you write to buf[1] and getOutputCount is 1, the oven will
    melt as well!
- support for more-than-stereo audio, with up to 16 outputs.
- a brand-new patchbay routing feature. arbitrarily route chip outputs
  to system outputs.
2023-01-12 03:59:53 -05:00
..
asm/6502 introduce a benchmark mode 2022-07-19 17:01:19 -05:00
audio add SDL audio driver debug line 2022-12-04 16:12:30 -05:00
check Haiku support (#596) 2022-07-23 22:11:30 -05:00
cli why! 2022-07-26 03:11:46 -05:00
engine dev136 - Merge branch 'newDispatch' (PLEASE READ!) 2023-01-12 03:59:53 -05:00
gui GUI: patchbay right click menu 2023-01-12 03:56:18 -05:00
backtrace.cpp Revert "fudge and bread" 2022-05-29 00:44:21 -05:00
baseutils.cpp convert presets to new format, part 1 2022-11-13 16:25:50 -05:00
baseutils.h convert presets to new format, part 1 2022-11-13 16:25:50 -05:00
fileutils.cpp license clarification, part 3 2022-02-14 22:12:20 -05:00
fileutils.h license clarification, part 3 2022-02-14 22:12:20 -05:00
log.cpp go back to release mode 2022-12-23 14:35:56 -05:00
main.cpp release v0.6pre2 2022-12-24 23:39:44 -05:00
ta-log.h add log file writing 2022-12-18 01:55:21 -05:00
ta-utils.h prepare for impl of the final compat flag 2022-06-01 16:35:39 -05:00
utfutils.cpp GUI: add pattern label customization settings 2022-08-13 18:00:29 -05:00
utfutils.h GUI: add pattern label customization settings 2022-08-13 18:00:29 -05:00
winMain.cpp don't detach console on Windows 2023-01-04 20:04:40 -05:00