Defines | |
| #define | FLUID_OK (0) |
| Value that indicates success, used by most libfluidsynth functions. | |
| #define | FLUID_FAILED (-1) |
| Value that indicates failure, used by most libfluidsynth functions. | |
| #define FLUID_OK (0) |
Value that indicates success, used by most libfluidsynth functions.
#include <fluidsynth.h> #ifndef FLUID_OK #define FLUID_OK (0) #define FLUID_FAILED (-1) #endif
| #define FLUID_FAILED (-1) |
Value that indicates failure, used by most libfluidsynth functions.
1.5.9