mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
fixes for libsndfile conversion issues, tape track waveform display and overloaded virtual functions
git-svn-id: svn://localhost/ardour2/trunk@624 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c03dbd7568
commit
be362ae53c
34 changed files with 117 additions and 137 deletions
|
|
@ -127,7 +127,7 @@ Panner2d::reset (uint32_t n_inputs)
|
|||
}
|
||||
|
||||
void
|
||||
Panner2d::on_size_allocate (Gtk::Allocation alloc)
|
||||
Panner2d::on_size_allocate (Gtk::Allocation& alloc)
|
||||
{
|
||||
width = alloc.get_width();
|
||||
height = alloc.get_height();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue