Commit graph

6683 commits

Author SHA1 Message Date
tildearrow
711580b791 fix typo 2023-09-09 00:27:59 -05:00
tildearrow
c3769c0ebd update compat flags doc 2023-09-08 20:19:50 -05:00
tildearrow
fa6430bd7f doc finalization: interface 2023-09-08 20:16:43 -05:00
tildearrow
c5c3861ee1 update glossary again 2023-09-08 20:16:30 -05:00
tildearrow
ce9af94920 update glossary 2023-09-08 19:04:32 -05:00
tildearrow
3c798de67e doc finalization: intro 2023-09-08 19:03:10 -05:00
tildearrow
9f6d1d871f doc finalization: index 2023-09-08 19:01:24 -05:00
tildearrow
de22098f42
Merge pull request #1463 from tildearrow/doc-general
Minor documentation updates and fixes.
2023-09-08 15:26:03 -05:00
Electric Keet
fc18bcb0ed And now... optimized images!
Accidentally committed the unoptimized PNGs....
2023-09-08 12:28:31 -07:00
Electric Keet
a9e9bd195d Fixing FM instrument doc links.
Once we have a `4-instrument/fmopz.md` that can be linked appropriately.
2023-09-08 12:21:42 -07:00
Electric Keet
d0a1222655 Documentation updates. 2023-09-08 12:18:35 -07:00
tildearrow
1091c7f64c GUI: disable TX81Z send option
it is not implemented
2023-09-08 05:31:27 -05:00
tildearrow
5209074c97 GUI: improve "clear..." menu 2023-09-08 02:52:15 -05:00
tildearrow
ff06ad67bd GUI: display loop length in checkbox 2023-09-08 01:47:49 -05:00
tildearrow
f0306ca660 GUI: sample editor usability fixes 2023-09-08 01:38:23 -05:00
tildearrow
624e45afa8 optimize renderSamples
only render sample which has changed
2023-09-08 01:19:48 -05:00
tildearrow
6b6a8518ce GUI: optimize readOsc again 2023-09-08 00:46:09 -05:00
tildearrow
a71e1bc6e9 GUI: optimize readOsc 2023-09-08 00:41:47 -05:00
tildearrow
d81a181ba5 hmm? 2023-09-07 23:37:17 -05:00
tildearrow
a4698dc911 GUI: optimize calcChanOsc() 2023-09-07 23:27:17 -05:00
tildearrow
e06fc9c480 update readme 2023-09-07 23:04:20 -05:00
tildearrow
8028e95faf ugh 2023-09-07 22:38:37 -05:00
tildearrow
bbc524c07a release v0.6pre11 2023-09-07 19:09:53 -05:00
tildearrow
a1beb35ed3
Merge pull request #1462 from tildearrow/doc-general
Adding a BPM table to the grooves doc.
2023-09-07 19:06:51 -05:00
tildearrow
89b17e67a2 get rid of to-do list 2023-09-07 19:05:19 -05:00
tildearrow
a11e390d7e fix sample center rate loading 2023-09-07 19:00:31 -05:00
Electric Keet
831fde4707 The tiniest docs fix. 2023-09-07 16:52:17 -07:00
Electric Keet
9804a65659 Adding BPM table to grooves doc. 2023-09-07 16:50:33 -07:00
tildearrow
2781f1d2c1 GUI: no. for REAL this time. 2023-09-07 18:16:06 -05:00
tildearrow
3cc066ed26 GUI: for real this time 2023-09-07 15:41:02 -05:00
tildearrow
7691626952 GUI: fix oscilloscope oversight 2023-09-07 14:58:32 -05:00
tildearrow
b253acf64b GUI: make chip manager visible in basic mode
fixes a problem in where "manage chips" would do nothing
2023-09-07 14:26:26 -05:00
tildearrow
38ae572621 possible fix to playback crash 2023-09-07 14:21:00 -05:00
tildearrow
5e82db804f GUI: add MSM6295 loop warning 2023-09-07 04:57:18 -05:00
tildearrow
c48d9a45b3
Merge pull request #1460 from tranzystorek-io/fix-cmake-portaudio
Fix cmake system portaudio check
2023-09-07 04:53:23 -05:00
Marcin Puc
e0f34f82e7 Fix cmake system portaudio check 2023-09-07 11:38:16 +02:00
tildearrow
6dafc48e06 release v0.6pre10 - THE F R E E Z E
from now on it's just bug fixes.
once a pre-release survives a week without issues, 0.6 comes out.
2023-09-07 02:33:17 -05:00
tildearrow
43a1156349 update Linux release script
Ubuntu 16.04 no like PortAudio...
no specifie linky linkity for target "JACK::jacky"

extern/portaudio/cmake/modules/FindJACK.cmake:65
2023-09-07 02:20:44 -05:00
tildearrow
a070988b78 GUI: I am drunk! 2023-09-07 02:19:31 -05:00
tildearrow
a3cd0fa6ba limit number of render pool threads to chip count 2023-09-07 01:16:27 -05:00
tildearrow
157f3be253 workPool: handle thread init failures 2023-09-07 01:16:12 -05:00
tildearrow
1a520dbf3e more multi-thread fixes
don't use static on acquire()
don't yield at all
run fillBuf() on thread
fix option tooltip as it introduces some overhead
2023-09-07 00:48:26 -05:00
tildearrow
64669e4d9b workPool: do not notify empty threads 2023-09-07 00:21:26 -05:00
tildearrow
9b276e80f8 workPool: don't use std::function
it's kinda slow
2023-09-07 00:16:47 -05:00
tildearrow
084cbcb168 fix some typos 2023-09-06 22:34:56 -05:00
tildearrow
e0172bb851 GUI: fix cheat codes activation 2023-09-06 22:21:58 -05:00
tildearrow
70c96beed4
Merge pull request #1456 from tildearrow/doc-glossary
Brand new glossary page.
2023-09-06 21:55:48 -05:00
Electric Keet
37656a98f7 Yet more glossary tweaks. 2023-09-06 19:31:37 -07:00
Electric Keet
4661845547 A few more corrections and adjustments.
Pulse width really does deserve its own entry.
2023-09-06 19:00:57 -07:00
Electric Keet
9bc5c4b81d Glossary refinement. 2023-09-06 18:26:01 -07:00