HomeSort by relevance Sort by last modified time
    Searched refs:EAS_U8 (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/sonivox/arm-fm-22k/lib_src/
eas_otadata.h 51 EAS_U8 patternLen; /* length of current pattern */
52 EAS_U8 dataByte; /* previous char from file */
53 EAS_U8 bitCount; /* bit count in char */
68 EAS_U8 flags; /* bit flags */
69 EAS_U8 numPatterns; /* number of patterns left in song */
70 EAS_U8 currentPattern; /* current pattern for loop */
71 EAS_U8 note; /* MIDI note number */
72 EAS_U8 octave; /* octave modifier */
73 EAS_U8 style; /* from STYLE */
74 EAS_U8 velocity; /* current volume *
    [all...]
eas_fmtables.c 36 const EAS_U8 fmScaleTable[16] =
89 const EAS_U8 fmDecayTable[16] =
94 const EAS_U8 fmReleaseTable[16] =
eas_imelodydata.h 61 EAS_U8 state; /* current state EAS_STATE_XXXX */
62 EAS_U8 style; /* from STYLE */
63 EAS_U8 index; /* index into buffer */
64 EAS_U8 octave; /* octave prefix */
65 EAS_U8 volume; /* current volume */
66 EAS_U8 note; /* MIDI note number */
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
61 EAS_U8 state; /* current state EAS_STATE_XXXX */
63 EAS_U8 note; /* MIDI note number */
64 EAS_U8 octave; /* decault octave prefix */
eas_vm_protos.h 131 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip);
182 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity);
208 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel);
234 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice)
    [all...]
eas_miditypes.h 49 EAS_U8 sysExState; /* maintains the SysEx state */
50 EAS_U8 runningStatus; /* last running status received */
51 EAS_U8 status; /* status byte */
52 EAS_U8 d1; /* first data byte */
53 EAS_U8 d2; /* second data byte */
54 EAS_U8 flags; /* flags - see below for definition */
111 EAS_U8 state; /* current state EAS_STATE_XXXX */
112 EAS_U8 flags; /* flags - see definitions below */
eas_synth.h 213 EAS_U8 programNum; /* play this instrument number */
214 EAS_U8 modWheel; /* CC1 */
215 EAS_U8 volume; /* CC7 */
216 EAS_U8 pan; /* CC10 */
218 EAS_U8 expression; /* CC11 */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
226 EAS_U8 channelFlags; /* bit field channelFlags for */
229 EAS_U8 pool; /* SPMIDI channel voice pool */
230 EAS_U8 mip; /* SPMIDI MIP setting */
233 EAS_U8 reverbSend; /* CC91 *
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_otadata.h 51 EAS_U8 patternLen; /* length of current pattern */
52 EAS_U8 dataByte; /* previous char from file */
53 EAS_U8 bitCount; /* bit count in char */
68 EAS_U8 flags; /* bit flags */
69 EAS_U8 numPatterns; /* number of patterns left in song */
70 EAS_U8 currentPattern; /* current pattern for loop */
71 EAS_U8 note; /* MIDI note number */
72 EAS_U8 octave; /* octave modifier */
73 EAS_U8 style; /* from STYLE */
74 EAS_U8 velocity; /* current volume *
    [all...]
eas_fmtables.c 36 const EAS_U8 fmScaleTable[16] =
89 const EAS_U8 fmDecayTable[16] =
94 const EAS_U8 fmReleaseTable[16] =
eas_imelodydata.h 61 EAS_U8 state; /* current state EAS_STATE_XXXX */
62 EAS_U8 style; /* from STYLE */
63 EAS_U8 index; /* index into buffer */
64 EAS_U8 octave; /* octave prefix */
65 EAS_U8 volume; /* current volume */
66 EAS_U8 note; /* MIDI note number */
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
61 EAS_U8 state; /* current state EAS_STATE_XXXX */
63 EAS_U8 note; /* MIDI note number */
64 EAS_U8 octave; /* decault octave prefix */
eas_vm_protos.h 131 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip);
182 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity);
208 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel);
234 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice)
    [all...]
eas_miditypes.h 49 EAS_U8 sysExState; /* maintains the SysEx state */
50 EAS_U8 runningStatus; /* last running status received */
51 EAS_U8 status; /* status byte */
52 EAS_U8 d1; /* first data byte */
53 EAS_U8 d2; /* second data byte */
54 EAS_U8 flags; /* flags - see below for definition */
111 EAS_U8 state; /* current state EAS_STATE_XXXX */
112 EAS_U8 flags; /* flags - see definitions below */
eas_synth.h 213 EAS_U8 programNum; /* play this instrument number */
214 EAS_U8 modWheel; /* CC1 */
215 EAS_U8 volume; /* CC7 */
216 EAS_U8 pan; /* CC10 */
218 EAS_U8 expression; /* CC11 */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
226 EAS_U8 channelFlags; /* bit field channelFlags for */
229 EAS_U8 pool; /* SPMIDI channel voice pool */
230 EAS_U8 mip; /* SPMIDI MIP setting */
233 EAS_U8 reverbSend; /* CC91 *
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_otadata.h 51 EAS_U8 patternLen; /* length of current pattern */
52 EAS_U8 dataByte; /* previous char from file */
53 EAS_U8 bitCount; /* bit count in char */
68 EAS_U8 flags; /* bit flags */
69 EAS_U8 numPatterns; /* number of patterns left in song */
70 EAS_U8 currentPattern; /* current pattern for loop */
71 EAS_U8 note; /* MIDI note number */
72 EAS_U8 octave; /* octave modifier */
73 EAS_U8 style; /* from STYLE */
74 EAS_U8 velocity; /* current volume *
    [all...]
eas_imelodydata.h 62 EAS_U8 state; /* current state EAS_STATE_XXXX */
63 EAS_U8 style; /* from STYLE */
64 EAS_U8 index; /* index into buffer */
65 EAS_U8 octave; /* octave prefix */
66 EAS_U8 volume; /* current volume */
67 EAS_U8 note; /* MIDI note number */
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
61 EAS_U8 state; /* current state EAS_STATE_XXXX */
63 EAS_U8 note; /* MIDI note number */
64 EAS_U8 octave; /* decault octave prefix */
jet_data.h 110 EAS_U8 userID;
113 EAS_U8 state;
114 EAS_U8 flags;
150 EAS_U8 muteQueue[JET_MUTE_QUEUE_SIZE];
151 EAS_U8 numSegments;
152 EAS_U8 numLibraries;
153 EAS_U8 flags;
154 EAS_U8 playSegment;
155 EAS_U8 queueSegment;
156 EAS_U8 numQueuedSegments
    [all...]
eas_vm_protos.h 131 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip);
182 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity);
208 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel);
234 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice)
    [all...]
eas_miditypes.h 49 EAS_U8 sysExState; /* maintains the SysEx state */
50 EAS_U8 runningStatus; /* last running status received */
51 EAS_U8 status; /* status byte */
52 EAS_U8 d1; /* first data byte */
53 EAS_U8 d2; /* second data byte */
54 EAS_U8 flags; /* flags - see below for definition */
111 EAS_U8 state; /* current state EAS_STATE_XXXX */
112 EAS_U8 flags; /* flags - see definitions below */
eas_synth.h 213 EAS_U8 programNum; /* play this instrument number */
214 EAS_U8 modWheel; /* CC1 */
215 EAS_U8 volume; /* CC7 */
216 EAS_U8 pan; /* CC10 */
218 EAS_U8 expression; /* CC11 */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
226 EAS_U8 channelFlags; /* bit field channelFlags for */
229 EAS_U8 pool; /* SPMIDI channel voice pool */
230 EAS_U8 mip; /* SPMIDI MIP setting */
233 EAS_U8 reverbSend; /* CC91 *
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
jet.h 45 EAS_U8 appEventRangeLow;
46 EAS_U8 appEventRangeHigh;
56 EAS_U8 currentPlayingSegment;
57 EAS_U8 currentQueuedSegment;
62 EAS_U8 segment;
63 EAS_U8 channel;
64 EAS_U8 track;
65 EAS_U8 controller;
66 EAS_U8 value;
143 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID)
    [all...]
eas_types.h 118 typedef unsigned char EAS_U8;
233 EAS_U8 program;
234 EAS_U8 channel;
240 EAS_U8 channel;
241 EAS_U8 note;
242 EAS_U8 velocity;
248 EAS_U8 modWheel; /* CC1 */
249 EAS_U8 volume; /* CC7 */
250 EAS_U8 pan; /* CC10 */
251 EAS_U8 expression; /* CC11 *
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 118 typedef unsigned char EAS_U8;
228 EAS_U8 program;
229 EAS_U8 channel;
235 EAS_U8 channel;
236 EAS_U8 note;
237 EAS_U8 velocity;
243 EAS_U8 modWheel; /* CC1 */
244 EAS_U8 volume; /* CC7 */
245 EAS_U8 pan; /* CC10 */
246 EAS_U8 expression; /* CC11 *
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 118 typedef unsigned char EAS_U8;
228 EAS_U8 program;
229 EAS_U8 channel;
235 EAS_U8 channel;
236 EAS_U8 note;
237 EAS_U8 velocity;
243 EAS_U8 modWheel; /* CC1 */
244 EAS_U8 volume; /* CC7 */
245 EAS_U8 pan; /* CC10 */
246 EAS_U8 expression; /* CC11 *
    [all...]

Completed in 432 milliseconds

1 2 3 4 5