mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 01:26:31 +01:00
PlaybackBuffer: extend API to include write_ptr()
It's just useful
This commit is contained in:
parent
169e7033b6
commit
a660077c97
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
guint read_ptr() const { return read_idx; }
|
guint read_ptr() const { return read_idx; }
|
||||||
|
guint write_ptr() const { return write_idx; }
|
||||||
guint reserved_size() const { return reserved; }
|
guint reserved_size() const { return reserved; }
|
||||||
guint reservation_size() const { return reservation; }
|
guint reservation_size() const { return reservation; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue