Skip to content

Missing minBlockLength and maxBlockLength in ttl #17

@hmollercl

Description

@hmollercl

Hi, according to lv2 when using fixedBlockLength, minBlockLength and maxBlockLength must be provided.
https://lv2plug.in/ns/ext/buf-size#fixedBlockLength

since buffer

"These effects are supposed to work well with the following values of Frames/Period: 64, 128, 256, 512"

my sugestion is to put in the ttl:

lv2:requiredFeature bsize:fixedBlockLength, bsize:powerOf2BlockLength,
       bsize:boundedBlockLength ;
bsize:minBlockLength 64 ;
bsize:maxBlockLength 8192 ;

There are hosts that use buffer assembly according to this values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions