Commit Graph

3000 Commits

Author SHA1 Message Date
cam900 a647a2599f Fix typecasting 2022-06-26 09:06:13 +09:00
cam900 3119ed8cc5 Merge remote-tracking branch 'upstream/master' into es5506_alt 2022-06-26 00:47:34 +09:00
cam900 2b5bb91237 Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
* 'master' of https://github.com/tildearrow/furnace: (55 commits)
  GUI: get rid of these stupid icons
  update to-do list
  MSM6258: the final bits
  MSM6258: clock/rate selection
  MSM6258: prepare for rate changing
  Update n163.md
  YM2612: DualPCM per-channel osc
  YM2612: more DualPCM muting fixes
  YM2612: fix DualPCM muting
  GUI: finish the blank ins up
  GUI: add "blank new instrument" option
  GUI: add mono/poly note preview button
  PC speaker: don't use printf/perror
  YM2612: CSM arpeggio and slides
  YM2612: - C   S   M -
  YM2612: half-working CSM
  YM2612: earliest completely untested CSM work
  delay collapse/expand pattern/song feature :<
  GUI: much more stable osc view
  YM2612: fix DAC output not visible in per-chan osc
  ...

# Conflicts:
#	src/engine/platform/genesis.cpp
#	src/engine/platform/genesis.h
#	src/ta-utils.h
2022-06-26 00:36:36 +09:00
tildearrow 799c2e9947
Merge pull request #555 from host12prog/master
Add new demo song
2022-06-25 00:44:23 -05:00
tildearrow 6224da87bd
Merge pull request #556 from host12prog/patch-1
Fix grammar a bit
2022-06-25 00:43:20 -05:00
tildearrow ef53611606 ..... 2022-06-24 20:28:26 -05:00
Postbox2 50e4428fb3
Fix grammar a bit 2022-06-25 08:24:38 +07:00
Postbox2 0c84824cc6
Add new demo song 2022-06-25 08:12:39 +07:00
Postbox2 d032f47328
Delete traumatic.fur 2022-06-25 08:12:22 +07:00
Postbox2 fe2c0ba389
Add new demo song 2022-06-25 08:08:45 +07:00
tildearrow 3811d694db submit initial batch of contest instruments 2022-06-24 15:27:11 -05:00
tildearrow fa29c6c00a GUI: update credits 2022-06-24 14:23:57 -05:00
tildearrow 0c480a3ea7 go to hell
and your stupid mess of C++ with Smalltalk language
2022-06-24 13:39:50 -05:00
tildearrow 01d2971b40 oh wait 2022-06-24 13:29:01 -05:00
tildearrow 1ffca9bea2 can you do the inverse 2022-06-24 13:28:11 -05:00
tildearrow 3366099dbe can you call C++ methods from Smalltalk 2022-06-24 13:17:43 -05:00
tildearrow e39a923b23 C64: fix per-channel osc for 6581 2022-06-24 03:26:00 -05:00
tildearrow 522fecc635 GUI: gradient whoops 2022-06-24 03:17:40 -05:00
tildearrow deffd99503 pass filter to NFD - DOES NOT BUILD
I am so lazy to adapt the macOS part
2022-06-24 03:11:36 -05:00
tildearrow 1b21d618b6
Merge pull request #554 from host12prog/patch-1
Fix typo in the word "non-linear"
2022-06-24 01:57:57 -05:00
Postbox2 ecb6635c50
Fix typo 2022-06-24 13:51:05 +07:00
tildearrow 951db12e6a Namco WSG: fix C15/C30 high notes 2022-06-23 22:59:06 -05:00
tildearrow a717c67f3d change IDs of null/dummy audio backends
for eventual alternate audio backend support
2022-06-23 22:53:21 -05:00
tildearrow b66cc81fc6 fix loading 24-bit samples 2022-06-23 22:33:25 -05:00
tildearrow e34de2262b update demo songs 2022-06-23 22:21:41 -05:00
tildearrow 96b126fd42 GUI: fix gradient color byte order 2022-06-23 20:58:48 -05:00
tildearrow aa511d2718 GUI: implement Gradient2D::fromString()
WE ARE CLOSE
2022-06-23 18:18:33 -05:00
tildearrow 7586db9a1b fix Termux build again 2022-06-23 16:25:51 -05:00
tildearrow b90552dfb1 fix Termux build 2022-06-23 16:23:46 -05:00
tildearrow 1b5396e814 GUI: save per-chan osc state 2022-06-23 04:02:41 -05:00
tildearrow abbd6e7274 potentially fix #550 2022-06-23 02:48:28 -05:00
Natt Akuma 142b8b2bb0 safeReader: Copy a value instead of direct casting
This fix crashes on architectures with forced alignments such as ARM
2022-06-23 09:03:20 +07:00
tildearrow c7ea30dda1 Revert "Revert "Added "c" in "channel" typo and added a TI-99 bit (#551)""
This reverts commit 2ffec02e26.
2022-06-22 15:16:19 -05:00
tildearrow 10183cdfd5
Merge pull request #552 from tildearrow/revert-551-patch-1
Revert "Added "c" in "channel" typo and added a TI-99 bit"
2022-06-22 15:15:30 -05:00
tildearrow 2ffec02e26 Revert "Added "c" in "channel" typo and added a TI-99 bit (#551)"
This reverts commit a65b4ded00.
2022-06-22 15:15:24 -05:00
20Enderdude20 a65b4ded00
Added "c" in "channel" typo and added a TI-99 bit (#551) 2022-06-22 22:14:23 +02:00
tildearrow 4731dad917 GUI: colors 2022-06-22 15:10:53 -05:00
Natt Akuma 8dc143af7b PET: Support full 16-bit period range
Fix #500
2022-06-23 02:42:11 +07:00
Natt Akuma 4bf4be1ea2 Fix 16-bit samples in YMZ280B VGM export 2022-06-22 21:55:31 +07:00
Natt Akuma 22dd22ca33 Allow accessing all 256 waves in macros 2022-06-22 19:38:29 +07:00
tildearrow e0bccc8c14 GUI: prepare for colors in the per-chan osc 2022-06-21 18:01:53 -05:00
tildearrow 6372f279fa update to-do list 2022-06-20 22:35:34 -05:00
tildearrow e3686c2e34 fix song playing from begin if stopped on last row 2022-06-20 22:14:16 -05:00
tildearrow af4a359801 GUI: make spoiler actually visible 2022-06-20 21:11:40 -05:00
cam900 69ea1d0227 Fix AY8930 unmuting 2022-06-21 11:06:26 +09:00
tildearrow 4ca64cc66c GUI: hide hidden channels in per-chan osc 2022-06-20 18:56:20 -05:00
tildearrow 5a1a583ab0 AY: finally fix unmuting 2022-06-20 18:53:39 -05:00
tildearrow fd61e0e9f8 ZX beeper: per-"channel" osc
there's only one
2022-06-20 18:48:10 -05:00
tildearrow b697694c0d GUI: per-channel osc DC offset centering 2022-06-20 18:41:23 -05:00
tildearrow a4167a7dd8 Nothing 2022-06-20 18:36:05 -05:00