Home
last modified time | relevance | path

Searched refs:currentVoice (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dfevoices.cc77 Voice *p=currentVoice; in VoiceBackTrack()
104 p->prev=currentVoice; in Next()
105 currentVoice=p; in Next()
129 currentVoice->Next(); in newFile()
184 currentVoice->filename = omStrDup(currentVoice->prev->filename); in newBuffer()
185 currentVoice->pi = currentVoice->prev->pi; in newBuffer()
375 currentVoice->prev=feInitStdin(currentVoice); in exitVoice()
399 currentVoice=p; in exitVoice()
506 && (currentVoice->buffer[currentVoice->fptr]!='\0')) in feReadLine()
597 fseek(currentVoice->files,currentVoice->ftellptr,SEEK_SET); in feReadLine()
[all …]
H A Dsdb.cc200 void sdb(Voice * currentVoice, const char * currLine, int len) in sdb() argument
204 && ((currentVoice->pi->trace_flag & 1) in sdb()
205 || (bp=sdb_checkline(currentVoice->pi->trace_flag))) in sdb()
218 currentVoice->pi->trace_flag&= ~1; // delete flag for "all lines" in sdb()
219 Print("(%s,%d) >>",currentVoice->filename,yylineno); in sdb()
259 currentVoice->pi->trace_flag &= (~Sy_bit(bp)); in sdb()
278 currentVoice->pi->trace_flag|= 1; in sdb()
282 sdb_edit(currentVoice->pi); in sdb()
H A Dgrammar.y161 if ((currentVoice!=NULL) in yyerror()
162 && (currentVoice->prev!=NULL) in yyerror()
339 while((currentVoice!=NULL) && (currentVoice->prev!=NULL)) exitVoice();
340 if (currentVoice!=NULL) currentVoice->ifsw=0;
356 {currentVoice->ifsw=0;}
365 currentVoice->ifsw=0;
369 {currentVoice->ifsw=0;}
376 currentVoice->ifsw=0;
429 {if (currentVoice!=NULL) currentVoice->ifsw=0;}
1473 currentVoice->ifsw=0;
[all …]
H A Dgrammar.cc225 if ((currentVoice!=NULL) in yyerror()
226 && (currentVoice->prev!=NULL) in yyerror()
2389 while((currentVoice!=NULL) && (currentVoice->prev!=NULL)) exitVoice();
2390 if (currentVoice!=NULL) currentVoice->ifsw=0;
2407 {currentVoice->ifsw=0;;}
2431 currentVoice->ifsw=0;
2440 {currentVoice->ifsw=0;;}
2452 currentVoice->ifsw=0;
2501 {if (currentVoice!=NULL) currentVoice->ifsw=0;;}
4020 currentVoice->ifsw=0;
[all …]
H A Dsdb.h22 void sdb(Voice * currentVoice, const char * currLine, int len);
H A Dfevoices.h91 EXTERN_VAR Voice *currentVoice; variable
H A Dtest.cc266 currentVoice=feInitStdin(NULL); in main()
H A Dtesths.cc190 currentVoice=feInitStdin(NULL); in main()
H A Dcntrlc.cc325 currentVoice=feInitStdin(NULL); in sigint_handler()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-gtp/src/org/herac/tuxguitar/io/gtp/
H A DGTPVoiceJoiner.java36 TGVoice currentVoice = beat.getVoice(v); in joinBeats() local
37 if(!currentVoice.isEmpty()){ in joinBeats()
38 for(int n = 0 ; n < currentVoice.countNotes() ; n++ ){ in joinBeats()
39 TGNote note = currentVoice.getNote( n ); in joinBeats()
82 TGVoice currentVoice = beat.getVoice(v); in joinBeats() local
83 if(!currentVoice.isEmpty()){ in joinBeats()
84 long length = currentVoice.getDuration().getTime(); in joinBeats()
87 beatBestDuration = currentVoice.getDuration(); in joinBeats()
/dports/audio/stk/stk-4.6.2/projects/demo/
H A Ddemo.cpp46 int currentVoice; member
57 nWvOuts(0), nVoices(1), currentVoice(0), channels(2), counter(0), in TickData()
131 if ( data->currentVoice == (int) value1 ) break; in processMessage()
140 data->currentVoice = voiceByNumber( (int)value1, &data->instrument[i] ); in processMessage()
141 if ( data->currentVoice < 0 ) in processMessage()
142 data->currentVoice = voiceByNumber( 0, &data->instrument[i] ); in processMessage()
231 data.currentVoice = voiceByName( argv[1], &data.instrument[0] ); in main()
232 if ( data.currentVoice < 0 ) { in main()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Tools/speech/
H A DGSSpeechSynthesizer.m57 [self setVoice: currentVoice];
68 return currentVoice;
96 ASSIGN(currentVoice, aVoice);
101 [server setVoice: currentVoice];
129 [currentVoice release];
H A DGSSpeechSynthesizer.h6 NSString *currentVoice; variable
/dports/audio/faust/faust-2.37.3/architecture/
H A Dvst.cpp701 int currentVoice; in synthProcessReplacing() local
703 currentVoice = m_freeVoices.front(); in synthProcessReplacing()
707 n->voice = currentVoice; in synthProcessReplacing()
712 currentVoice = front->voice; in synthProcessReplacing()
714 m_voices[currentVoice]->setPrevFreq(freq); in synthProcessReplacing()
728 … m_voices[currentVoice]->setFreq(freq); // Hz - requires Faust control-signal "freq" in synthProcessReplacing()
730 … m_voices[currentVoice]->setGain(gain); // 0-1 - requires Faust control-signal "gain" in synthProcessReplacing()
735 int currentVoice; in synthProcessReplacing() local
740 currentVoice = (*voice_iter)->voice; in synthProcessReplacing()
743 m_releasedVoices.push_back(currentVoice); in synthProcessReplacing()
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-musicxml/src/org/herac/tuxguitar/io/musicxml/
H A DMusicXMLWriter.java384 TGVoice currentVoice = beat.getVoice(v); in joinBeats() local
385 if(!currentVoice.isEmpty()){ in joinBeats()
386 for(int n = 0 ; n < currentVoice.countNotes() ; n++ ){ in joinBeats()
387 TGNote note = currentVoice.getNote( n ); in joinBeats()
430 TGVoice currentVoice = beat.getVoice(v); in joinBeats() local
431 if(!currentVoice.isEmpty()){ in joinBeats()
432 long length = currentVoice.getDuration().getTime(); in joinBeats()
435 beatBestDuration = currentVoice.getDuration(); in joinBeats()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v10/
H A DTGOutputStream.java687 TGVoice currentVoice = beat.getVoice(v); in joinBeats() local
688 if(!currentVoice.isEmpty()){ in joinBeats()
689 for(int n = 0 ; n < currentVoice.countNotes() ; n++ ){ in joinBeats()
690 TGNote note = currentVoice.getNote( n ); in joinBeats()
733 TGVoice currentVoice = beat.getVoice(v); in joinBeats() local
734 if(!currentVoice.isEmpty()){ in joinBeats()
735 long length = currentVoice.getDuration().getTime(); in joinBeats()
738 beatBestDuration = currentVoice.getDuration(); in joinBeats()
/dports/math/polymake/polymake-4.5/bundled/singular/apps/ideal/src/
H A DsingularUtils.cc91 if (currentVoice == nullptr)
92 currentVoice=feInitStdin(nullptr);
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DmxmlTree2MsrTranslator.cpp6020 currentVoice = in visitEnd() local
15039 currentVoice = in createTupletWithItsFirstNoteAndPushItToTupletsStack() local
15049 currentVoice); in createTupletWithItsFirstNoteAndPushItToTupletsStack()
15145 currentVoice = in finalizeTupletAndPopItFromTupletsStack() local
15231 currentVoice-> in finalizeTupletAndPopItFromTupletsStack()
18279 currentVoice = in handleStandaloneOrDoubleTremoloNoteOrGraceNoteOrRest() local
18530 currentVoice-> in handleStandaloneOrDoubleTremoloNoteOrGraceNoteOrRest()
18862 currentVoice = in handleNoteBelongingToAChord() local
19699 currentVoice = in handleNoteBelongingToAChordInATuplet() local
19889 currentVoice = in handleNoteBelongingToAChordInAGraceNotesGroup() local
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtspeech/examples/speech/hello_speak/
H A Dmainwindow.cpp174 QVoice currentVoice = m_speech->voice(); in localeChanged() local
179 if (voice.name() == currentVoice.name()) in localeChanged()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/managers/
H A DTGMeasureManager.java1861 TGVoice currentVoice = null; in validateDuration() local
1863 currentVoice = currentBeat.getVoice(voice); in validateDuration()
1864 if(!currentVoice.isEmpty() && beatLength <= currentVoice.getDuration().getTime()){ in validateDuration()
1871 if(currentVoice == null || currentVoice.isEmpty()){ in validateDuration()
1937 if(setCurrentDuration && currentVoice != null && !currentVoice.isEmpty()){ in validateDuration()
1938 currentVoice.getDuration().copy( duration ); in validateDuration()
2147 TGVoice currentVoice = beat.getVoice( v ); in isUniqueVoice() local
2148 if( !currentVoice.isEmpty() && (!ignoreRests || !currentVoice.isRestVoice())){ in isUniqueVoice()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/text-to-speech/macosx/
H A Dmacosx-text-to-speech.mm234 Common::String currentVoice;
236 currentVoice = _ttsState->_availableVoices[_ttsState->_activeVoice].getDescription();
269 if (name == currentVoice)
/dports/games/scummvm/scummvm-2.5.1/backends/text-to-speech/macosx/
H A Dmacosx-text-to-speech.mm256 Common::String currentVoice;
258 currentVoice = _ttsState->_availableVoices[_ttsState->_activeVoice].getDescription();
291 if (name == currentVoice)
/dports/audio/rhvoice/RHVoice-1.2.4/src/android/RHVoice-core/src/main/java/com/github/olga_yakovleva/rhvoice/android/
H A DRHVoiceService.java234 private volatile AndroidVoiceInfo currentVoice; field in RHVoiceService
514 AndroidVoiceInfo voice=currentVoice; in onGetLanguage()
650 currentVoice=bestMatch.voice; in onSynthesizeText()
/dports/audio/musescore/MuseScore-3.6.1/importexport/musicxml/
H A Dimportmxmlpass2.h271 …raction& missingPrev, Fraction& dura, Fraction& missingCurr, QString& currentVoice, GraceChordList…
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp-gp6.cpp1934 for (const auto &currentVoice : qAsConst(voices)) { in readBars() local
1936 if (currentVoice.compare("-1")) in readBars()
1937 voice = getNode(currentVoice, partInfo->voices); in readBars()
1939 if (currentVoice.toInt() == -1) { in readBars()

12