From ba3b5abefe8e228b9de49d3f5096e1e2bb5a68d4 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Wed, 9 Oct 2019 19:16:22 -0500 Subject: [PATCH] Update JoeyLib Concepts --- JoeyLib-Concepts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/JoeyLib-Concepts.md b/JoeyLib-Concepts.md index 9fefac9..98cbd40 100644 --- a/JoeyLib-Concepts.md +++ b/JoeyLib-Concepts.md @@ -20,4 +20,8 @@ The fastest way to get content onto the display is using "tiles". A tile is an # Audio +**JoeyLib** supports a limited format of MOD tracked music. One limitation is that you can only use up to four channels at a time. The biggest limitation, however, is that the sample data cannot be larger than 64k. + # Input + +**JoeyLib** provides analog controller input on targets that support it. Platforms using digital joysticks such as the Amiga and ST return "full throw" values. Two buttons per controller are supported. On targets with more buttons, the rest are ignored. On targets with a single button, a long-press will trigger the secondary button. \ No newline at end of file