Searched defs:note (Results 1 - 25 of 30) sorted by relevance

12

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon4865
65 EAS_I8 duration; /* default note duration */
H A Deas_imelodydata.h54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
66 EAS_U8 note; /* MIDI note number */ member in struct:__anon4852
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon4855
H A Deas_rtttl.c48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note
[all...]
H A Deas_imelody.c53 /* length of 32nd note in 1/256ths of a msec for 120 BPM tempo */
105 /* lookup table for note values */
133 static EAS_BOOL IMY_PlayNote (S_EAS_DATA *pEASData, S_IMELODY_DATA *pData, EAS_I8 note, EAS_INT parserMode);
354 /* check for end of note */
355 if (pData->note)
359 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Stopping note %d\n", pData->note); */ }
361 /* stop the note */
362 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, IMELODY_CHANNEL, pData->note, 0);
363 pData->note
873 IMY_PlayNote(S_EAS_DATA *pEASData, S_IMELODY_DATA *pData, EAS_I8 note, EAS_INT parserMode) argument
[all...]
H A Deas_synth.h279 EAS_U16 age; /* large value means old note */
284 EAS_U8 note; /* 12 <= key number <= 108 */ member in struct:s_synth_voice_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon4915
65 EAS_I8 duration; /* default note duration */
H A Deas_imelodydata.h54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
66 EAS_U8 note; /* MIDI note number */ member in struct:__anon4902
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon4905
H A Deas_rtttl.c48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note
[all...]
H A Deas_imelody.c53 /* length of 32nd note in 1/256ths of a msec for 120 BPM tempo */
105 /* lookup table for note values */
133 static EAS_BOOL IMY_PlayNote (S_EAS_DATA *pEASData, S_IMELODY_DATA *pData, EAS_I8 note, EAS_INT parserMode);
354 /* check for end of note */
355 if (pData->note)
359 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Stopping note %d\n", pData->note); */ }
361 /* stop the note */
362 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, IMELODY_CHANNEL, pData->note, 0);
363 pData->note
873 IMY_PlayNote(S_EAS_DATA *pEASData, S_IMELODY_DATA *pData, EAS_I8 note, EAS_INT parserMode) argument
[all...]
H A Deas_synth.h279 EAS_U16 age; /* large value means old note */
284 EAS_U8 note; /* 12 <= key number <= 108 */ member in struct:s_synth_voice_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon4967
65 EAS_I8 duration; /* default note duration */
H A Deas_tcdata.h51 EAS_I32 length; /* length of current note */
55 EAS_I8 note; /* current note */ member in struct:__anon4970
56 EAS_I8 repeatCount; /* note repeat counter */
H A Deas_imelodydata.h54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
67 EAS_U8 note; /* MIDI note number */ member in struct:__anon4950
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon4957
H A Deas_rtttl.c48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note
[all...]
H A Deas_tonecontrol.c75 static EAS_RESULT TC_StartNote (S_EAS_DATA *pEASData, S_TC_DATA* pData, EAS_INT parserMode, EAS_I8 note);
276 /* check for end of note */
277 if (pData->note >= 0)
279 /* stop the note */
280 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, TC_CHANNEL, (EAS_U8) pData->note, 0);
282 /* check for repeat note */
287 if ((pData->note >= 0) && (parserMode == eParserModePlay))
288 VMStartNote(pEASData->pVoiceMgr, pData->pSynth, TC_CHANNEL, (EAS_U8) pData->note, pData->volume);
292 pData->note = TC_FIELD_SILENCE;
295 /* parse stream until we get a note o
721 TC_StartNote(S_EAS_DATA *pEASData, S_TC_DATA* pData, EAS_INT parserMode, EAS_I8 note) argument
[all...]
H A Deas_imelody.c53 /* length of 32nd note in 1/256ths of a msec for 120 BPM tempo */
105 /* lookup table for note values */
133 static EAS_BOOL IMY_PlayNote (S_EAS_DATA *pEASData, S_IMELODY_DATA *pData, EAS_I8 note, EAS_INT parserMode);
358 /* check for end of note */
359 if (pData->note)
363 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Stopping note %d\n", pData->note); */ }
365 /* stop the note */
366 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, IMELODY_CHANNEL, pData->note, 0);
367 pData->note
882 IMY_PlayNote(S_EAS_DATA *pEASData, S_IMELODY_DATA *pData, EAS_I8 note, EAS_INT parserMode) argument
[all...]
/external/proguard/src/proguard/
H A DConfiguration.java294 public List note = null; field in class:Configuration
/external/proguard/src/proguard/ant/
H A DProGuardTask.java242 public void setNote(boolean note) argument
244 configuration.note = note ? null : new ArrayList();
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp415 UChar* note = NULL; local
424 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity);
428 uprv_free(note);
432 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
434 uprv_free(note);
439 print(note, noteLen,"<note>", "</note>", status);
442 uprv_free(note);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_types.h236 EAS_U8 note; member in struct:s_ext_audio_event_tag
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_types.h236 EAS_U8 note; member in struct:s_ext_audio_event_tag
/external/sonivox/arm-wt-22k/host_src/
H A Deas_types.h241 EAS_U8 note; member in struct:s_ext_audio_event_tag

Completed in 165 milliseconds

12