fix audio
This commit is contained in:
parent
6a6d6c1270
commit
5651af2ac5
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ impl Context {
|
|||
length
|
||||
} > *self.get("t")? - curr_t + (1f64 / SAMPLE_RATE as f64)
|
||||
{
|
||||
result.push(Self::eval_with(&self.instrument, &mut self.variables)? * f64::MAX);
|
||||
result.push(Self::eval_with(&self.instrument, &mut self.variables)?);
|
||||
self = self.tick()?;
|
||||
}
|
||||
Ok((self, result))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue