delint
This commit is contained in:
parent
99e4999e6a
commit
a53385aa11
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import Fraction from 'fraction.js';
|
|||
import { describe, it, expect, vi } from 'vitest';
|
||||
|
||||
import { saw, saw2, isaw, isaw2, tight, tightx, loose } from '../signal.mjs';
|
||||
import { fastcat, sequence } from '../pattern.mjs';
|
||||
import { fastcat, sequence, State, TimeSpan, Hap } from '../index.mjs';
|
||||
|
||||
const st = (begin, end) => new State(ts(begin, end));
|
||||
const ts = (begin, end) => new TimeSpan(Fraction(begin), Fraction(end));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue