Re: [Rosegarden-devel] PATCH: Controller rotary widgets not updated correctly.

2006-06-06 Thread Chris Cannam
On Monday 05 Jun 2006 23:03, Martin Shepherd wrote: > The patch includes one line to assign new controller numbers to > the existing rotary widgets, plus a few comments. Thanks -- committed to the Subversion trunk. Please update and test at your leisure. Chris ___

[Rosegarden-devel] PATCH: Controller rotary widgets not updated correctly

2006-06-05 Thread Martin Shepherd
When the list of controllers is changed, the setupControllers() function is supposed to update the definitions of any existing controller rotary widgets, as well as add new controller rotary widgets whenever the number of controllers increases. The attached patch fixes a bug in the updating of any

[Rosegarden-devel] PATCH: Controller rotary widgets not updated correctly.

2006-06-05 Thread Martin Shepherd
In Rosegarden, when the list of MIDI controllers is changed, the setupControllers() function is supposed to update the definitions of any existing controller rotary widgets, as well as add new controller rotary widgets whenever the number of controllers increases. The attached patch fixes a bug in