GNOME Bugzilla – Bug 386862
transposing not working in oscillator module
Last modified: 2006-12-17 20:00:43 UTC
Please describe the problem: If you try to transpose the oscillator module nothing happens. You still can tune it some cents up and down but cant change it up or down trough transposing. If you try nothing changes. Steps to reproduce: 1. create instrument with normal oscillator 2. play sound 3. change transpose slider Actual results: Expected results: transposing should change the frequency Does this happen every time? yes Other information: Does not work since tuning-tables are active I think.
(In reply to comment #0) I just found out a workaround for this: The behavior of that module changed. You have to stop beast, with the next start the change is taking place. I think this should be handled without the need to stop the engine.
thanks for the report, fixed: Sun Dec 17 20:58:40 2006 Tim Janik <timj@gtk.org> * bsestandardosc.c (bse_standard_osc_update_modules): added missing update of the transpose factor to update_modules(), fixes #386862.