Skip to content

Multipoint Envelope #53

@pingdynasty

Description

@pingdynasty

Multipoint envelope with rate and level per point, same as the DX7 5-point envelopes.
The constructor should ideally take an array to hold the state and the size e.g.
MultipointEnvelope(float* points, int size) where points is 2 x size.
Define a static MultipointEnvelope::create(int points) which allocates the array.
Define functions that set the points with a point index, e.g. setRate(int point, float value).

Metadata

Metadata

Assignees

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