mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
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:
parent
989830fb7e
commit
00d891e347
10 changed files with 348 additions and 230 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue