summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_audio_import.cc
AgeCommit message (Expand)Author
2020-04-17do not reset import status to cancel for every path imported before starting;...Paul Davis
2020-03-25remove a few cerr outputs and change a couple to use cout, since they are not...Paul Davis
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-02-25Clear import-status shared-ptr<> after useRobin Gareus
2020-02-24Always set the natural position timestamp when importing audio files.Todd Naugle
2019-12-14First batch of MessageDialog replacementsRobin Gareus
2019-12-06UI limitations for mp3 importRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-08NO-OP: whitespace, indentRobin Gareus
2017-10-30Fix importing tempo-maps for non-integer pulsed time-signaturesRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-22Remove redundant beat arg from TempoMap::add_meternick_m
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-02-27probable fix for importing tempo maps that use non-quarter note pulse.nick_m
2017-02-27complete changes to tempo type.nick_m
2017-02-08use centralized SMF tempo method in both places where we show itPaul Davis
2017-01-20GUI follow up for new-MIDI-track API changeRobin Gareus
2017-01-06allow importing tempo maps at selected position.nick_m
2017-01-05allow import of Beethoven's fifth.nick_m
2017-01-05fix import of multiple time signatures.nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-16initial attempt at importing SMF tempo maps during MIDI import.Paul Davis
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-14GUI changes to allow user to specify how/if to use SMF track/instrument names...Paul Davis
2016-12-14temporary default value for ImportStatus.midi_track_name_sourcePaul Davis
2016-10-05GUI support for type-0/1 SMF import (display channel/track count)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-21fix import-thread SNAFURobin Gareus
2016-03-28use strict i/o preference during importRobin Gareus
2015-10-09Fix wrong 'Import to Region List' default on first call. -fixes #6631André Nusser
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-08-06Added PT .ptf session audio import functionalityDamien Zammit
2015-03-15Session import dialog is no longer a transient for the editor.nick_m
2014-12-24Add instrument selector to import dialog.David Robillard
2014-12-20Fix various cursor problems.David Robillard
2014-12-10tracked down another remaining SessionHandleRefRobin Gareus
2014-11-14add abort() to non-reached codeRobin Gareus
2014-09-13*t*racks not *c*hannels (amend 009ced9640)Robin Gareus
2014-09-13fix crash when importing midi files with >1 midi-channel -- fixes #5965Robin Gareus
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01merge with master.Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-19use new canvas cursor API to manage cursors while embedding audioPaul Davis
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2014-05-29back port 6576105 from cairocanvas as fix for data loss/file deletionPaul Davis
2014-05-29fix data loss/file deletion caused by mistaken used of Session::source_by_pat...Paul Davis
2014-05-07Ripple mode: basic implementationColin Fletcher