summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_pt_import.cc
AgeCommit message (Collapse)Author
2018-09-28PT import: Refactor away from Editor into Sessionptimport-saveDamien Zammit
2018-04-08pt import: Add commented out code for inserting silent missing sourcesDamien Zammit
- Disabled due to ptformat not knowing the length of sources - Added MIDI region/track summary information to dialog
2018-03-18Fix midi track mapping on pt importDamien Zammit
2018-03-17Remove another C++11 construct (local struct) from UI codeRobin Gareus
2018-03-17Fix wrong "_nth_" replacement in ba202cc09Robin Gareus
2018-03-17Don't alter, use and rely on selection for PT importRobin Gareus
2018-03-17NO-OP: C++ify codeRobin Gareus
* remove typdef for struct * Remove {} struct initializer, use a dedicated c'tor * scope variables
2018-03-17NO-OP: whitespaceRobin Gareus
* distinguish comments and commented-out-code * add space after function, before bracket
2018-03-17PT import: Use multitrack MIDI import support based on ptformat updateDamien Zammit
2017-11-18Revert "editor_pt_import: Process wav indexes once only"Damien Zammit
This reverts commit 7422ffe6920deba396debb670c713849a64be43b.
2017-10-15editor_pt_import: Process wav indexes once onlyDamien Zammit
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-02-17PT import: Add MIDI import functionalityDamien Zammit
This change adds support for importing all MIDI regions from a PT session onto a single track. Unfortunately, currently we don't know how to set the start offset of MIDI regions reliably, therefore all midi regions get dumped at the beginning of the Ardour session. Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
remote control ID and "order keys" have been removed.
2016-05-23possible fix or workaround[?] for pt track-name encodingRobin Gareus
2016-04-16ptformat: Make PT import more resilient to bad user choices and display messagesDamien Zammit
Previously, libptformat would attempt to parse all kinds of files, now the library stops parsing when the version number and session rate is outside valid ranges, returning an error code to the caller. If there is a valid PT file detected, but some audio files are missing, Ardour now pops up an error message to inform the user that some files may be missing from the import. A success message is displayed otherwise. Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-08-09Fix more warningspt-5-7-xDamien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-08-09Added pt5 pt7 ptx initial format supportDamien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-08-06Fixed pt import start offsets and samplerate mismatch offsetsDamien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-08-06Added PT .ptf session audio import functionalityDamien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>