fix default instrument
This commit is contained in:
parent
5651af2ac5
commit
f7d5b57b66
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ use nom_locate::{LocatedSpan, position};
|
|||
use strum::{EnumDiscriminants, EnumString, IntoDiscriminant, IntoStaticStr};
|
||||
use thiserror::Error;
|
||||
|
||||
const DEFAULT_INSTRUMENT: &str = "sin(2*pi()*(442+442*((n+1)/N))*t)";
|
||||
const DEFAULT_INSTRUMENT: &str = "sin(2*pi()*(442*2^((n+1)/N))*t)";
|
||||
const DEFAULT_LENGTH: &str = "2^(2-log(2, l))*(60/T)";
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue