code: conform traverser buffer creation
Helps ensure parity between traverser and render processor
This commit is contained in:
@@ -54,6 +54,10 @@ public:
|
||||
|
||||
const int &sample_count() const;
|
||||
void set_sample_count(const int &sample_count);
|
||||
void set_sample_count(const rational &length)
|
||||
{
|
||||
set_sample_count(audio_params_.time_to_samples(length));
|
||||
}
|
||||
|
||||
float* data(int channel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user