Larry
On Sat, 2004-03-20 at 08:29, Chris Cannam wrote:
On Saturday 20 Mar 2004 7:55 am, Guillaume Laurent wrote: > On Saturday 20 March 2004 08:48, Guillaume Laurent wrote: > > try to save the value of a non-existing spinbox (m_jackInputs). > > Chris didn't remove all the occurrences of the widget it seems. Ah pig, I'm so stupid. Sorry. I'd have really moaned at anyone else who did that. > It's fixed, but Chris could you review > rosegardenconfiguredialog.cpp:1495 ? We were sending a MappedEvent > with the value of m_jackInputs and m_submasters in to the > sequencer. How is this info sent now ? Two loops with calls to StudioControl::createStudioObject in RosegardenGUIDoc::initialiseStudio(). The call you've commented out is indeed totally obsolete. In fact we don't actually need the MappedEvent::SystemAudioPortCounts mapped event type at all any more. Chris
