Home
last modified time | relevance | path

Searched refs:paste_count (Results 1 – 14 of 14) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dautomation_region_view.cc230 unsigned paste_count, in paste() argument
250 len = DoubleBeatsSamplesConverter (view->session()->tempo_map(), pos).to (len * paste_count); in paste()
251 pos += view->editor ().get_paste_offset (pos, paste_count > 0 ? 1 : 0, len); in paste()
253 pos += view->editor ().get_paste_offset (pos, paste_count, len); in paste()
H A Dautomation_streamview.h72 unsigned paste_count,
H A Dautomation_region_view.h54 unsigned paste_count,
H A Dautomation_streamview.cc327 unsigned paste_count, in paste() argument
356 return arv ? arv->paste(pos, paste_count, times, alist) : false; in paste()
H A Dautomation_time_axis.cc834 AutomationTimeAxisView::paste_one (samplepos_t pos, unsigned paste_count, float times, const Select… in paste_one() argument
861 len = DoubleBeatsSamplesConverter (_session->tempo_map(), pos).to (len * paste_count); in paste_one()
862 pos += _editor.get_paste_offset (pos, paste_count > 0 ? 1 : 0, len); in paste_one()
864 pos += _editor.get_paste_offset (pos, paste_count, len); in paste_one()
H A Dmidi_region_view.h132 void paste_internal (samplepos_t pos, unsigned paste_count, float times, const MidiCutBuffer&);
H A Dpublic_editor.h355 …virtual samplecnt_t get_paste_offset (samplepos_t pos, unsigned paste_count, samplecnt_t duration)…
H A Deditor_ops.cc159 paste_count = 0; in undo()
184 paste_count = 0; in redo()
4375 paste_count = 0; in cut_copy()
4943 paste_count = 0; in paste_internal()
5017 PasteContext ctx(paste_count, times, ItemCounts(), true); in paste_internal()
5024 PasteContext ctx(paste_count, times, ItemCounts(), false); in paste_internal()
5030 ++paste_count; in paste_internal()
H A Deditor.h353 samplecnt_t get_paste_offset (samplepos_t pos, unsigned paste_count, samplecnt_t duration);
1240 unsigned paste_count; variable
H A Deditor.cc359 , paste_count (0) in Editor()
4055 Editor::get_paste_offset (samplepos_t pos, unsigned paste_count, samplecnt_t duration) in get_paste_offset() argument
4057 if (paste_count == 0) { in get_paste_offset()
4063 samplecnt_t offset = paste_count * duration; in get_paste_offset()
H A Deditor_selection.cc1182 paste_count = 0; in track_selection_changed()
H A Dmidi_region_view.cc3745 MidiRegionView::paste_internal (samplepos_t pos, unsigned paste_count, float times, const MidiCutBu… in paste_internal() argument
3758 const Temporal::Beats paste_offset = snap_duration * paste_count; in paste_internal()
/dports/www/Stikked/Stikked-0.13.0/htdocs/application/controllers/
H A DSpamadmin.php80 $paste_count = $this->db->affected_rows();
93 'spam_attempts' => $paste_count,
/dports/emulators/x48/x48-0.6.4_1/src/
H A Dx48_x11.c3828 int paste_count = 0; variable
3859 button_released (paste[paste_count - 1]); in GetEvent()
3863 else if (paste_count < paste_size) in GetEvent()
3865 button_pressed (paste[paste_count]); in GetEvent()
3867 paste_count++; in GetEvent()
3981 paste_count = 0; in GetEvent()