Home
last modified time | relevance | path

Searched refs:new_tempo (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsync.cpp1067 int new_tempo = ((1000000.0 * 60.0) / (real_tempo)); in midiClockInput() local
1068 if(new_tempo != lastTempo) in midiClockInput()
1070 lastTempo = new_tempo; in midiClockInput()
1075 …, MusEGlobal::curExtMidiSyncTick, diff, real_tempo, new_tempo, (double)((1000000.0 * 60.0)/new_tem… in midiClockInput()
1123 int new_tempo = ((1000000.0 * 60.0) / (real_tempo)); in midiClockInput() local
1125 if(new_tempo != lastTempo) in midiClockInput()
1127 lastTempo = new_tempo; in midiClockInput()
1140 … real_tempo, real_tempo_diff, new_tempo, (double)((1000000.0 * 60.0)/new_tempo)); in midiClockInput()
1176 if(new_tempo != lastTempo) in midiClockInput()
1178 lastTempo = new_tempo; in midiClockInput()
[all …]
/dports/audio/denemo/denemo-2.0.6/libs/libsmf/
H A Dsmf_tempo.c50 new_tempo(smf_t *smf, int pulses) in new_tempo() function
97 smf_tempo_t *smf_tempo = new_tempo(smf, pulses); in add_tempo()
109 smf_tempo_t *smf_tempo = new_tempo(smf, pulses); in add_time_signature()
136 …int new_tempo = (event->midi_buffer[3] << 16) + (event->midi_buffer[4] << 8) + event->midi_buffer[… in maybe_add_to_tempo_map() local
137 if (new_tempo <= 0) { in maybe_add_to_tempo_map()
142 add_tempo(event->track->smf, event->time_pulses, new_tempo); in maybe_add_to_tempo_map()
373 tempo = new_tempo(smf, 0); in smf_init_tempo()
/dports/audio/libsmf/libsmf-1.3/src/
H A Dsmf_tempo.c50 new_tempo(smf_t *smf, int pulses) in new_tempo() function
97 smf_tempo_t *smf_tempo = new_tempo(smf, pulses); in add_tempo()
109 smf_tempo_t *smf_tempo = new_tempo(smf, pulses); in add_time_signature()
136 …int new_tempo = (event->midi_buffer[3] << 16) + (event->midi_buffer[4] << 8) + event->midi_buffer[… in maybe_add_to_tempo_map() local
137 if (new_tempo <= 0) { in maybe_add_to_tempo_map()
142 add_tempo(event->track->smf, event->time_pulses, new_tempo); in maybe_add_to_tempo_map()
373 tempo = new_tempo(smf, 0); in smf_init_tempo()
/dports/audio/jack-smf-utils/jack-smf-utils-1.0/libsmf/
H A Dsmf_tempo.c48 new_tempo(smf_t *smf, int pulses) in new_tempo() function
95 smf_tempo_t *smf_tempo = new_tempo(smf, pulses); in add_tempo()
107 smf_tempo_t *smf_tempo = new_tempo(smf, pulses); in add_time_signature()
131 …int new_tempo = (event->midi_buffer[3] << 16) + (event->midi_buffer[4] << 8) + event->midi_buffer[… in maybe_add_to_tempo_map() local
132 if (new_tempo <= 0) { in maybe_add_to_tempo_map()
137 add_tempo(event->track->smf, event->time_pulses, new_tempo); in maybe_add_to_tempo_map()
344 tempo = new_tempo(smf, 0); in smf_init_tempo()
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/libsmf/
H A Dsmf_tempo.c48 new_tempo(smf_t *smf, size_t pulses) in new_tempo() function
90 smf_tempo_t *smf_tempo = new_tempo(smf, pulses); in add_tempo()
102 smf_tempo_t *smf_tempo = new_tempo(smf, pulses); in add_time_signature()
315 tempo = new_tempo(smf, 0); in smf_init_tempo()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Dseqwrite.c33 private int new_tempo; variable
159 new_tempo = (2500L << 16) / event->u.clock.ticksize; in write_event()
163 fprintf(f, "!tempo %d\n", new_tempo); in write_event()
243 new_tempo, next_time - tempo_change_at); in write_time()
/dports/audio/zmusic/ZMusic-1.1.8/source/midisources/
H A Dmidisource.cpp53 void MIDISource::SetTempo(int new_tempo) in SetTempo() argument
55 InitialTempo = new_tempo; in SetTempo()
58 if (TempoCallback(new_tempo)) in SetTempo()
60 Tempo = new_tempo; in SetTempo()
H A Dmidisource.h41 void SetTempo(int new_tempo);
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/qsynth/
H A Dqsynth_reader.c190 uint32_t event_ticks, new_tempo = 0, end = 0, event_used; in qsynth_read_track() local
191 …if((status = qsynth_read_event(seg->data+used, &event_used, &last, &event_ticks, &new_tempo, &end)… in qsynth_read_track()
197 if(new_tempo != 0) in qsynth_read_track()
200 *us_perclock = new_tempo; in qsynth_read_track()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dmidi.c295 int new_tempo = (data[0]<<16) | (data[1]<<8) | (data[2]);
296 printf("set tempo: %d", new_tempo);
484 int new_tempo = (data[0]<<16) | (data[1]<<8) | (data[2]); in process_midi_event() local
485 new_tempo *= (1.0f + current_midi_tempo_modifier); // tempo adjustment for specific songs in process_midi_event()
486 us_per_beat = new_tempo; in process_midi_event()
/dports/audio/alsa-lib/alsa-lib-1.2.2/test/
H A Dmidifile.c289 unsigned long new_tempo = Mf_currtempo; in find_tempo() local
293 new_tempo = tempo_history[i]; in find_tempo()
305 printf("[revised_time %lu, new_tempo %lu]\n", revised_time, new_tempo); in find_tempo()
307 return(new_tempo); in find_tempo()
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_midistream.cpp1312 void MIDIStreamer::SetTempo(int new_tempo) in SetTempo() argument
1314 InitialTempo = new_tempo; in SetTempo()
1315 if (NULL != MIDI && 0 == MIDI->SetTempo(new_tempo)) in SetTempo()
1317 Tempo = new_tempo; in SetTempo()
H A Di_musicinterns.h465 void SetTempo(int new_tempo);
/dports/audio/drumstick/drumstick-2.5.0/library/file/
H A Dqsmf.cpp916 quint64 result, old_tempo, new_tempo; in findTempo() local
919 new_tempo = d->m_CurrTempo; in findTempo()
928 new_tempo = rec.tempo; in findTempo()
943 result = new_tempo; in findTempo()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Daudio_decoder_midi.cpp359 uint32_t new_tempo = (static_cast<uint32_t>(static_cast<unsigned char>(d[0])) << 16) in meta_event() local
362 tempo.emplace_back(this, new_tempo, &tempo.back()); in meta_event()
/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dsong.h184 void song_set_initial_tempo(int new_tempo);
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dmplink.c335 void song_set_initial_tempo(int new_tempo) in song_set_initial_tempo() argument
337 current_song->initial_tempo = CLAMP(new_tempo, 31, 255); in song_set_initial_tempo()
H A Daudio_playback.c701 void song_set_current_tempo(int new_tempo)
704 current_song->current_tempo = CLAMP(new_tempo, 31, 255);
/dports/print/py-python-ly/python-ly-0.9.6/ly/musicxml/
H A Dlymus2musxml.py340 self.mediator.new_tempo(duration.token, duration.tokens, *self.tempo)
361 self.mediator.new_tempo(0, (), tempo.tempo(), tempo.text())
H A Dly2xml_mediator.py842 def new_tempo(self, unit, dur_tokens, tempo, string): member in Mediator
/dports/audio/zmusic/ZMusic-1.1.8/source/musicformats/
H A Dmusic_midi.cpp105 void SetTempo(int new_tempo);
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_markers.cc1564 …Tempo new_tempo (prev->end_note_types_per_minute(), prev->note_type(), tsp->end_note_types_per_min… in toggle_tempo_clamped() local
1565 _session->tempo_map().gui_change_tempo (tsp, new_tempo); in toggle_tempo_clamped()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenborscript.c9579 LONG new_tempo; in openbor_setmusictempo() local
9586 if(FAILED(ScriptVariant_IntegerValue(varlist[0], &new_tempo))) in openbor_setmusictempo()
9589 sound_music_tempo(new_tempo); in openbor_setmusictempo()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenborscript.c10824 LONG new_tempo; in openbor_setmusictempo() local
10831 if(FAILED(ScriptVariant_IntegerValue(varlist[0], &new_tempo))) in openbor_setmusictempo()
10836 sound_music_tempo(new_tempo); in openbor_setmusictempo()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenborscript.c9146 LONG new_tempo; in openbor_setmusictempo()
9153 if(FAILED(ScriptVariant_IntegerValue(varlist[0], &new_tempo))) in openbor_setmusictempo()
9156 sound_music_tempo(new_tempo); in openbor_setmusictempo()

12