Skip to content

Commit 5b6806b

Browse files
added Slicer_GetLastMultiplier to Slicer
Initialize Epiano with sample rate Minor update of sampler Minor organ update Include midi file stream player
1 parent 61dcf44 commit 5b6806b

File tree

8 files changed

+1
-0
lines changed

8 files changed

+1
-0
lines changed
6.57 KB
Binary file not shown.
1.25 KB
Binary file not shown.
682 Bytes
Binary file not shown.

src/esp32/libML_SynthTools.a

5.41 KB
Binary file not shown.

src/esp32c3/libML_SynthTools.a

-26 KB
Binary file not shown.

src/esp32s2/libML_SynthTools.a

3.55 KB
Binary file not shown.

src/esp32s3/libML_SynthTools.a

3.06 KB
Binary file not shown.

src/ml_slicer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848

4949
void Slicer_Process(Q1_14 *ch_l, Q1_14 *ch_r, uint32_t sample_count);
50+
uint32_t Slicer_GetLastMultiplier(void);
5051
void Slicer_SetSpeed(uint8_t unused __attribute__((unused)), uint8_t value);
5152
void Slicer_SetDepth(uint8_t unused __attribute__((unused)), uint8_t value);
5253
void Slicer_SetType(uint8_t unused __attribute__((unused)), uint8_t value);

0 commit comments

Comments
 (0)