mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Fix broken whitespace via merciless application of the emacs hammer.
git-svn-id: svn://localhost/ardour2/branches/3.0@10782 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2929cd1c36
commit
efe14fbd52
16 changed files with 733 additions and 735 deletions
|
|
@ -72,7 +72,7 @@ typedef boost::fast_pool_allocator<
|
|||
boost::default_user_allocator_new_delete,
|
||||
boost::details::pool::null_mutex,
|
||||
8192>
|
||||
ControlEventAllocator;
|
||||
ControlEventAllocator;
|
||||
|
||||
|
||||
/** A list (sequence) of time-stamped values for a control
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* This file is part of Evoral.
|
||||
* Copyright (C) 2008 David Robillard <http://drobilla.net>
|
||||
* Copyright (C) 2000-2008 Paul Davis
|
||||
|
|
|
|||
|
|
@ -67,10 +67,10 @@ public:
|
|||
|
||||
double round_to_file_precision (double val) const;
|
||||
|
||||
protected:
|
||||
protected:
|
||||
void set_path (const std::string& p);
|
||||
|
||||
private:
|
||||
private:
|
||||
std::string _file_path;
|
||||
smf_t* _smf;
|
||||
smf_track_t* _smf_track;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ namespace Evoral {
|
|||
/** ID of an event (note or other). This must be operable on by glib
|
||||
atomic ops
|
||||
*/
|
||||
|
||||
typedef int32_t event_id_t;
|
||||
|
||||
/** Musical time: beats relative to some defined origin */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue