more adaptations to the latest changes in SG API

git-svn-id: svn://localhost/ardour2/branches/3.0-SG@13198 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-09-26 18:40:44 +00:00
parent 989830fb7e
commit 00d891e347
10 changed files with 348 additions and 230 deletions

View file

@ -711,7 +711,7 @@ EngineControl::enumerate_devices (const string& driver)
/* XXX hard code 16 track estimate... takes no account of stereo, sends, busses, etc.
*/
soundgrid_init (16, 16, inputs_adjustment.get_value(), outputs_adjustment.get_value());
soundgrid_init (inputs_adjustment.get_value(), outputs_adjustment.get_value(), 16);
devices[driver] = SoundGrid::lan_port_names();
#else