mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
Merged with trunk
git-svn-id: svn://localhost/ardour2/branches/midi@580 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
27e00ec4e7
commit
edc7a146f5
8 changed files with 45 additions and 25 deletions
|
|
@ -116,8 +116,8 @@ class RingBuffer
|
|||
protected:
|
||||
T *buf;
|
||||
size_t size;
|
||||
atomic_t write_ptr;
|
||||
atomic_t read_ptr;
|
||||
mutable gint write_ptr;
|
||||
mutable gint read_ptr;
|
||||
size_t size_mask;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue