Closed
Description
In the examples/08.Samples/Samples_Tables_Arrays/Samples_Tables_Arrays.ino
example, 11 tables of the same length are being used. This is a very specific scenario and, when dealing with drums for example, it's almost impossible to have kicks, hats, ... all of the same length. Is there a way of having that NUM_TABLE_CELLS
changeable on-the-fly so that the same Sample object can be reused with samples of different length? I guess that it has been made like this so that many operations can be done directly in compilation but, MCU like the RP2040 can easily handle performing those calculations on the fly IMO.
Metadata
Metadata
Assignees
Labels
No labels