fluidsynth_Synth.h
上传用户:tjmskj2
上传日期:2020-08-17
资源大小:577k
文件大小:1k
源码类别:

midi

开发平台:

C/C++

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class fluidsynth_Synth */
  4. #ifndef _Included_fluidsynth_Synth
  5. #define _Included_fluidsynth_Synth
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*
  10.  * Class:     fluidsynth_Synth
  11.  * Method:    newSynth
  12.  * Signature: ()I
  13.  */
  14. JNIEXPORT jint JNICALL Java_fluidsynth_Synth_newSynth
  15.   (JNIEnv *, jobject);
  16. /*
  17.  * Class:     fluidsynth_Synth
  18.  * Method:    deleteSynth
  19.  * Signature: (I)V
  20.  */
  21. JNIEXPORT void JNICALL Java_fluidsynth_Synth_deleteSynth
  22.   (JNIEnv *, jobject, jint);
  23. /*
  24.  * Class:     fluidsynth_Synth
  25.  * Method:    add
  26.  * Signature: (IIIIII)I
  27.  */
  28. JNIEXPORT jint JNICALL Java_fluidsynth_Synth_add
  29.   (JNIEnv *, jobject, jint, jint, jint, jint, jint, jint);
  30. /*
  31.  * Class:     fluidsynth_Synth
  32.  * Method:    remove
  33.  * Signature: (IIII)I
  34.  */
  35. JNIEXPORT jint JNICALL Java_fluidsynth_Synth_remove
  36.   (JNIEnv *, jobject, jint, jint, jint, jint);
  37. JNIEXPORT jint JNICALL Java_fluidsynth_Synth_loadSoundFont
  38. (JNIEnv *env, jobject obj, jint synth, jstring filename);
  39. #ifdef __cplusplus
  40. }
  41. #endif
  42. #endif