mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Move format_position to utils
This will allow other places to reuse this method.
This commit is contained in:
parent
32ef2d5a0f
commit
09e82c1607
4 changed files with 79 additions and 68 deletions
|
|
@ -59,6 +59,7 @@ namespace ArdourCanvas {
|
|||
|
||||
namespace ARDOUR {
|
||||
class Auditioner;
|
||||
class Session;
|
||||
class Trigger;
|
||||
}
|
||||
|
||||
|
|
@ -117,5 +118,7 @@ void copy_patch_changes (std::shared_ptr<ARDOUR::Auditioner>, std::shared_ptr<AR
|
|||
|
||||
bool convert_drop_to_paths (std::vector<std::string>&, const Gtk::SelectionData&);
|
||||
|
||||
void format_position (ARDOUR::Session*, Temporal::timepos_t const& pos, char* buf, size_t bufsize, bool onoff = true);
|
||||
|
||||
} // namespace
|
||||
#endif /* __ardour_gtk_utils_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue