Skip to content

[BUG] Some methods and properties in WaveNet are wrongly declared as private #138

Description

@sdatkinson
  1. Public method DSP::process() is overridden as private in WaveNet

WaveNet:

void process(NAM_SAMPLE* input, NAM_SAMPLE* output, const int num_frames) override;

DSP:

virtual void process(NAM_SAMPLE* input, NAM_SAMPLE* output, const int num_frames);

Move it to public in WaveNet

  1. _condition and _set_condition_array() are private but should be protected

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions