summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_audio_import.cc
AgeCommit message (Expand)Author
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
2014-02-22resolve gtk + VST threading issuesRobin Gareus
2014-01-19remove cruftRobin Gareus
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-07-23fix #5609 (import with 1 track per channel mis-associates tracks + channels)Paul Davis
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2012-12-23remove stay-on-top behavior from import dialog, and set its WM classPaul Davis
2012-12-23make import dialog non-modalPaul Davis
2012-12-23fix duplicate import of previously selected files when using apply.Robin Gareus
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-09Commit one reversible command for the whole of an import, rather than one per...Carl Hetherington
2012-06-09Fix up hack to cope with zero-length imported MIDI regions so that it actuall...Carl Hetherington
2012-06-09Rename import_audiofiles -> import_files.Carl Hetherington
2012-06-09Make sure that regions created during AsTrack and AsTapeTrack importsCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2011-07-26allow import to selected MIDI tracks (note that this gets confused if the MID...Paul Davis
2011-06-16Fixed bug where embedded sources did not correctly obey the BWF time stamp an...Todd Naugle
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-17Re-fix problems when zero-length MIDI regions are created by an import. Set ...Carl Hetherington
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-04-21Stop MIDI import generating zero-length regions. May fix #4000.Carl Hetherington
2011-04-05remove unused arguments to keep gcc quietPaul Davis
2011-01-21Make all types of import at least partially undo-able so that the session ran...Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2010-12-07fix crash when importing MIDI with "at timestamp" chosenPaul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard