View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002129 | ardour | bugs | public | 2008-03-16 18:33 | 2020-04-19 20:13 |
| Reporter | udovdh | Assigned To | cth103 | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | official SAE/Intel | ||||
| Summary | 0002129: erronous values for Harmonic Generator plugin saved | ||||
| Description | Fedora 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. | ||||
| Tags | No tags attached. | ||||
|
|
The big number *is* saved to the .ladspa/rdf/something file. |
|
|
This is the plugin: http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html#tth_sEc2.54 |
|
|
Hi; I can't reproduce this. Is it still a problem? |
|
|
Closing due to lack of feedback. Please re-open if it is still a problem. Thanks. |
|
|
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. |
| 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 |