rename org to strudel.cycles

This commit is contained in:
Felix Roos 2022-03-27 21:42:54 +02:00
parent ff4beaeb2c
commit 75097594b2
42 changed files with 140 additions and 140 deletions

View file

@ -1,3 +1,3 @@
# @strudel/midi
# @strudel.cycles/midi
This package adds midi functionality to strudel Patterns.

View file

@ -1,7 +1,7 @@
import { isNote } from 'tone';
import _WebMidi from 'webmidi';
import { Pattern, isPattern } from '@strudel/core/strudel.mjs';
import { Tone } from '@strudel/tone';
import { Pattern, isPattern } from '@strudel.cycles/core/strudel.mjs';
import { Tone } from '@strudel.cycles/tone';
// if you use WebMidi from outside of this package, make sure to import that instance:
export const WebMidi = _WebMidi;

View file

@ -1,11 +1,11 @@
{
"name": "@strudel/midi",
"name": "@strudel.cycles/midi",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@strudel/midi",
"name": "@strudel.cycles/midi",
"version": "0.0.1",
"license": "GPL-3.0-or-later",
"dependencies": {

View file

@ -1,5 +1,5 @@
{
"name": "@strudel/midi",
"name": "@strudel.cycles/midi",
"version": "0.0.1",
"description": "Midi API for strudel",
"main": "midi.mjs",
@ -21,7 +21,7 @@
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel/tone": "*",
"@strudel.cycles/tone": "*",
"tone": "^14.7.77",
"webmidi": "^2.5.2"
}