~ubuntu-branches/ubuntu/lucid/tuxguitar/lucid-security

« back to all changes in this revision

Viewing changes to TuxGuitar-fluidsynth/jni/org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth.h

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Coval
  • Date: 2008-06-19 00:30:30 UTC
  • mfrom: (1.1.1 upstream) (2.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080619003030-agens2gvd5m4dacu
New upstream release (Closes: #481728) also (LP: #176979, #212207)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* DO NOT EDIT THIS FILE - it is machine generated */
 
2
#include <jni.h>
 
3
/* Header for class org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth */
 
4
 
 
5
#ifndef _Included_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
6
#define _Included_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
7
#ifdef __cplusplus
 
8
extern "C" {
 
9
#endif
 
10
/*
 
11
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
12
 * Method:    malloc
 
13
 * Signature: ()J
 
14
 */
 
15
JNIEXPORT jlong JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_malloc
 
16
  (JNIEnv *, jobject);
 
17
 
 
18
/*
 
19
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
20
 * Method:    free
 
21
 * Signature: (J)V
 
22
 */
 
23
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_free
 
24
  (JNIEnv *, jobject, jlong);
 
25
 
 
26
/*
 
27
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
28
 * Method:    loadFont
 
29
 * Signature: (JLjava/lang/String;)V
 
30
 */
 
31
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_loadFont
 
32
  (JNIEnv *, jobject, jlong, jstring);
 
33
 
 
34
/*
 
35
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
36
 * Method:    unloadFont
 
37
 * Signature: (J)V
 
38
 */
 
39
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_unloadFont
 
40
  (JNIEnv *, jobject, jlong);
 
41
 
 
42
/*
 
43
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
44
 * Method:    systemReset
 
45
 * Signature: (J)V
 
46
 */
 
47
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_systemReset
 
48
  (JNIEnv *, jobject, jlong);
 
49
 
 
50
/*
 
51
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
52
 * Method:    noteOn
 
53
 * Signature: (JIII)V
 
54
 */
 
55
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_noteOn
 
56
  (JNIEnv *, jobject, jlong, jint, jint, jint);
 
57
 
 
58
/*
 
59
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
60
 * Method:    noteOff
 
61
 * Signature: (JIII)V
 
62
 */
 
63
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_noteOff
 
64
  (JNIEnv *, jobject, jlong, jint, jint, jint);
 
65
 
 
66
/*
 
67
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
68
 * Method:    controlChange
 
69
 * Signature: (JIII)V
 
70
 */
 
71
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_controlChange
 
72
  (JNIEnv *, jobject, jlong, jint, jint, jint);
 
73
 
 
74
/*
 
75
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
76
 * Method:    programChange
 
77
 * Signature: (JII)V
 
78
 */
 
79
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_programChange
 
80
  (JNIEnv *, jobject, jlong, jint, jint);
 
81
 
 
82
/*
 
83
 * Class:     org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth
 
84
 * Method:    pitchBend
 
85
 * Signature: (JII)V
 
86
 */
 
87
JNIEXPORT void JNICALL Java_org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth_pitchBend
 
88
  (JNIEnv *, jobject, jlong, jint, jint);
 
89
 
 
90
#ifdef __cplusplus
 
91
}
 
92
#endif
 
93
#endif