fix send-id "0" when loading session
authorRobin Gareus <robin@gareus.org>
Fri, 22 Apr 2016 21:36:41 +0000 (23:36 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 22 Apr 2016 21:36:41 +0000 (23:36 +0200)
commitf719dcbd4311fa7e57b3905d4ecd61ce48c572f0
tree0225e52be20c87dcc751a23983f759a53124f0ac
parent5c41043a2d2578984746fa0082f8df6b8c3eecfd
fix send-id "0" when loading session

Send::set_state() unsets the current send-id before setting
the new one, but by default _bitset defaults to zero.
This may lead to unset an existing send "0"
libs/ardour/session.cc