Commit graph

6155 commits

Author SHA1 Message Date
tildearrow
f12d601234 C140: fix key off 2023-08-12 03:45:08 -05:00
tildearrow
320d965f78 fix µ-law encoding 2023-08-12 03:42:10 -05:00
tildearrow
06243c9d9d asdfasdf 2023-08-12 02:53:05 -05:00
tildearrow
94cb733c60 fix build error
hopefully
2023-08-12 02:52:50 -05:00
tildearrow
27e454e7aa C140: help µ-law ISN'T WORKING 2023-08-12 01:54:12 -05:00
cam900
0311d712b1 Fix audPos 2023-08-10 22:16:19 +09:00
cam900
e0ca653462 I forgot 2023-08-10 22:13:13 +09:00
cam900
139ef4be29 Remove unused variable 2023-08-10 20:42:57 +09:00
cam900
882b1c0aae Add C140 status debug window 2023-08-10 20:27:30 +09:00
cam900
4d7d610f8c C140 fixes and optimizations
Minor optimization
Move output shift function to dispatch
Fix loop
Fix pan scaling if using INS_AMIGA
correct about
2023-08-10 20:24:10 +09:00
tildearrow
21d1dfefa1 many changes 2023-08-09 22:00:03 -05:00
cam900
72d04777c0 Less silent output 2023-08-09 20:38:17 +09:00
cam900
46b83833e1 Less louder output 2023-08-09 20:36:59 +09:00
cam900
85aa3736ad oops 2023-08-09 20:34:57 +09:00
cam900
1e2cd8282a Change Mulaw algorithm 2023-08-09 20:33:42 +09:00
cam900
14c5d94499 C140 Part 2 2023-08-09 20:30:00 +09:00
cam900
54cd69aabf Merge branch 'master' of https://github.com/tildearrow/furnace into c140 2023-08-09 19:18:18 +09:00
tildearrow
3b42abcf26 move 2023-08-09 03:49:27 -05:00
tildearrow
bc3b98da99 let 2023-08-09 03:48:38 -05:00
tildearrow
e561a90615 add another demo song 2023-08-09 03:47:11 -05:00
freq-mod
d441356211
Merge pull request #1339 from freq-mod/demo53260
add N163 + konami pcm demo song
2023-08-09 10:36:34 +02:00
tildearrow
fb4bb3e2d4
Merge pull request #1329 from tildearrow/doc-settings
Settings doc updates.
2023-08-09 00:05:14 -05:00
freq-mod
de1dd96785
add N163 + konami pcm demo song 2023-08-08 20:10:59 +02:00
cam900
c34233cf4f Prepare for C140 2023-08-08 21:27:12 +09:00
tildearrow
cc8b5d28a8 GUI: add option to show ins type menu when adding 2023-08-08 00:03:56 -05:00
Electric Keet
8db16af621 Switching to non-imperative tone. 2023-08-07 18:04:01 -07:00
tildearrow
3af2f8d2a4 let's add more 2023-08-07 19:52:15 -05:00
tildearrow
0e5d11f9cd fix system file picker ins preview 2023-08-07 19:12:24 -05:00
tildearrow
9d410dfe9c add isVolGlobal to DivDispatch
do not key release on pendingNotes if so
issue #1325
2023-08-07 18:05:31 -05:00
Lunathir
10ecc71a60 Remove commas in flags 2023-08-07 14:03:15 -05:00
Lunathir
9ae28a67bf Update presets.cpp 2023-08-07 14:03:15 -05:00
tildearrow
9ba1eb2541 one more 2023-08-06 22:48:23 -05:00
tildearrow
8ba6c4cf42 GUI: finish some more TODOs 2023-08-06 17:35:45 -05:00
tildearrow
a6ad79f686
Merge pull request #1330 from tildearrow/gui-radiobuttons
Radio button group indents everywhere.
2023-08-06 04:26:34 -05:00
tildearrow
4c158f0cd6 fix auto patchbay setting not being loaded 2023-08-06 04:20:07 -05:00
tildearrow
515a657b91 GUI: don't show pan effects if can't pan
issue #1331
2023-08-06 04:15:02 -05:00
Electric Keet
5ba51df566 Radio button group indents everywhere.
This should be all of them.

Except, of course, the find/replace dialog. Those have a specific layout already.
2023-08-05 19:18:53 -07:00
tildearrow
10615b9b5b GUI: finish some TODOs 2023-08-05 18:29:46 -05:00
Eknous
aa39a041b5
new demo song and small updates to my previous ones (#1327)
* chanOsc note name

* chanOsc auto cols

* lowercase c for consistency

* fix chan note text

* change int to short

* simplify

* visible chan count for calculation

* cleanup

* cleanup 2 (not removing the comma yet)

* remove extra spaces

* add id

* rename and shrink physicsexam

* fix tiny error at the end

* ted demo

* add author
2023-08-05 15:25:32 -05:00
tildearrow
49e799d576 GUI: indent play on load setting 2023-08-05 15:12:14 -05:00
tildearrow
b7f7c362d2
Merge pull request #1328 from tildearrow/settings-ui
Settings and chip config UI: Indent radio buttons.
2023-08-05 15:11:28 -05:00
Electric Keet
7c53d330e6 ...the rest of the tiny edits. 2023-08-05 12:44:49 -07:00
tildearrow
86c1104529 GUI: add setting to play on load 2023-08-05 14:43:29 -05:00
Electric Keet
b7a751ccfa Slight edits. 2023-08-05 12:42:43 -07:00
Electric Keet
543d18b8d5 Chip config UI: Indent radio buttons.
Similarly, stuff is indented for clarity. This includes the chip clock rate selector.
2023-08-05 11:50:17 -07:00
Electric Keet
3f80231f24 Settings window: Indent radio button groups.
All radio button groups are indented for visual clarity. Also, font path and size selectors.
2023-08-05 11:18:50 -07:00
Electric Keet
9340358eac Add new settings to doc, other small edits. 2023-08-05 10:32:14 -07:00
tildearrow
03383cff80 discourage use of legacy sample mode 2023-08-05 03:45:00 -05:00
tildearrow
b0ce681875 GUI: drop a mention of legacy 2023-08-05 03:39:40 -05:00
tildearrow
2b78ea7abe GUI: add setting to remove ins/vol val on OFF/REL 2023-08-05 03:37:03 -05:00