Opened 15 months ago
Closed 12 months ago
#824 closed Bug Report (fixed)
Preset ports not valid (not float)
| Reported by: | falkTX | Owned by: | dave |
|---|---|---|---|
| Priority: | major | Component: | Jalv |
| Keywords: | presets | Cc: |
Description
When changing presets in jalv.gtk, it prints this message:
error: Preset port `frequency' value is not a float
Full preset RDF data below:
<http://arcticanaudio.com/plugins/thepilgrim#preset2> a pset:Preset ;
rdfs:label "Bass Cut" ;
lv2:port [
lv2:symbol "frequency" ;
pset:value 0.600000024 ;
] ;
lv2:port [
lv2:symbol "mix" ;
pset:value 1 ;
] .
Change History (2)
comment:1 Changed 15 months ago by dave
comment:2 Changed 12 months ago by dave
- Resolution set to fixed
- Status changed from new to closed
Fixed in r4499.
Note: See
TracTickets for help on using
tickets.

I don't know, implementing this is a slippery slope that leads to requiring all hosts to implement type coercion...