View Issue Details

IDProjectCategoryView StatusLast Update
0002129ardourbugspublic2020-04-19 20:13
Reporterudovdh Assigned Tocth103  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Versionofficial SAE/Intel 
Summary0002129: erronous values for Harmonic Generator plugin saved
DescriptionFedora 8 on x86_64 w/ Ardour 2.3.1 from Fedora.
Harmonic Generator plugin inserted.
Change the Fundamental Harmonic to something near 0.
Add a preset (save it).
On my system on save the value for the Fundamental goes to a big number:
"9717099141987611957002240.000000"
Other harmonic parameters don't have the problem
The number in hex is 0x809AD0000000000000000
I.e.: 64 bits of zeroes and then some.

<sampo_v2> udovdh: take a look into libs/ardour/plugin.cc , around line 277
<sampo_v2> udovdh: and add the next line inside the if()
<udovdh> ok
<sampo_v2> cerr << "Param " << i << ", value: " << get_parameter(i) << endl;

The values logged by this patch show more or less the correct values (with more decimals after the comma) but the value is changed into the big number on save.
TagsNo tags attached.

Activities

udovdh

2008-03-16 18:35

reporter   ~0004784

The big number *is* saved to the .ladspa/rdf/something file.

udovdh

2008-03-16 18:59

reporter   ~0004785

This is the plugin:
http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html#tth_sEc2.54

cth103

2009-10-28 22:27

administrator   ~0006920

Hi; I can't reproduce this. Is it still a problem?

cth103

2009-11-29 17:17

administrator   ~0007192

Closing due to lack of feedback. Please re-open if it is still a problem. Thanks.

system

2020-04-19 20:13

developer   ~0021658

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2008-03-16 18:33 udovdh New Issue
2008-03-16 18:35 udovdh Note Added: 0004784
2008-03-16 18:59 udovdh Note Added: 0004785
2009-10-28 22:27 cth103 Note Added: 0006920
2009-10-28 22:27 cth103 Status new => feedback
2009-11-29 17:17 cth103 cost => 0.00
2009-11-29 17:17 cth103 Note Added: 0007192
2009-11-29 17:17 cth103 Status feedback => resolved
2009-11-29 17:17 cth103 Resolution open => fixed
2009-11-29 17:17 cth103 Assigned To => cth103
2020-04-19 20:13 system Note Added: 0021658
2020-04-19 20:13 system Status resolved => closed