After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 386862 - transposing not working in oscillator module
transposing not working in oscillator module
Status: RESOLVED FIXED
Product: beast
Classification: Other
Component: beast-gtk
v0.7.x
Other All
: Normal normal
: ---
Assigned To: Tim Janik
Beast Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-17 17:47 UTC by Hanno Behrens
Modified: 2006-12-17 20:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hanno Behrens 2006-12-17 17:47:03 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.
Comment 1 Hanno Behrens 2006-12-17 17:59:27 UTC
(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. 



Comment 2 Tim Janik 2006-12-17 20:00:43 UTC
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.