Merge branch 'main' into documentation
This commit is contained in:
commit
8e792e1bfd
2 changed files with 2 additions and 2 deletions
|
|
@ -877,7 +877,7 @@ export const { coarse } = registerControl('coarse');
|
||||||
* note("d d d# d".fast(4)).s("supersaw").tremolo("<3 2 100> ").tremoloskew("<.5>")
|
* note("d d d# d".fast(4)).s("supersaw").tremolo("<3 2 100> ").tremoloskew("<.5>")
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export const { tremolo } = registerControl(['tremolo', 'tremolodepth', 'tremoloskew', 'tremolophase'], 'trem');
|
export const { tremolo, trem } = registerControl(['tremolo', 'tremolodepth', 'tremoloskew', 'tremolophase'], 'trem');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Modulate the amplitude of a sound with a continuous waveform
|
* Modulate the amplitude of a sound with a continuous waveform
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ export default function ExportTab(Props) {
|
||||||
<div className="flex flex-row gap-4 w-full">
|
<div className="flex flex-row gap-4 w-full">
|
||||||
<FormItem label="Start cycle" disabled={exporting}>
|
<FormItem label="Start cycle" disabled={exporting}>
|
||||||
<Textbox
|
<Textbox
|
||||||
min={1}
|
min={0}
|
||||||
max={Infinity}
|
max={Infinity}
|
||||||
onBlur={(e) => {
|
onBlur={(e) => {
|
||||||
let v = parseInt(e.target.value);
|
let v = parseInt(e.target.value);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue