shithub: ft²

ref: f1e95f5e3992504c7c0c5c5be53863c971d22c7a
dir: /src/ft2_sample_loader.h/

View raw version
#pragma once

#include <stdint.h>
#include <stdbool.h>
#include "ft2_unicode.h"

bool loadSample(UNICHAR *filenameU, uint8_t sampleSlot, bool loadAsInstrFlag);
bool fileIsInstrument(char *fullPath);
bool fileIsSample(char *fullPath);
void removeSampleIsLoadingFlag(void);