rename org to strudel.cycles
This commit is contained in:
parent
ff4beaeb2c
commit
75097594b2
42 changed files with 140 additions and 140 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Tone } from '@strudel/tone';
|
||||
import { State, TimeSpan } from '@strudel/core';
|
||||
import { getPlayableNoteValue } from '@strudel/core/util.mjs';
|
||||
import { evaluate } from '@strudel/eval';
|
||||
import { defaultSynth } from '@strudel/tone';
|
||||
import { Tone } from '@strudel.cycles/tone';
|
||||
import { State, TimeSpan } from '@strudel.cycles/core';
|
||||
import { getPlayableNoteValue } from '@strudel.cycles/core/util.mjs';
|
||||
import { evaluate } from '@strudel.cycles/eval';
|
||||
import { defaultSynth } from '@strudel.cycles/tone';
|
||||
|
||||
// this is a test to play back events with as less runtime code as possible..
|
||||
// the code asks for the number of seconds to prequery
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue