rename org to strudel.cycles
This commit is contained in:
parent
ff4beaeb2c
commit
75097594b2
42 changed files with 140 additions and 140 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# @strudel/xen
|
||||
# @strudel.cycles/xen
|
||||
|
||||
This package adds xenharmonic / microtonal functions to strudel Patterns.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@strudel/xen",
|
||||
"name": "@strudel.cycles/xen",
|
||||
"version": "0.0.1",
|
||||
"description": "Xenharmonic API for strudel",
|
||||
"main": "xen.mjs",
|
||||
|
|
@ -24,6 +24,6 @@
|
|||
},
|
||||
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
||||
"dependencies": {
|
||||
"@strudel/core": "*"
|
||||
"@strudel.cycles/core": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import Tune from './tunejs.js';
|
||||
import { Pattern } from '@strudel/core/strudel.mjs';
|
||||
import { Pattern } from '@strudel.cycles/core/strudel.mjs';
|
||||
|
||||
Pattern.prototype._tune = function (scale, tonic = 220) {
|
||||
const tune = new Tune();
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { Pattern } from '@strudel/core/strudel.mjs';
|
||||
import { mod } from '@strudel/core/util.mjs';
|
||||
import { Pattern } from '@strudel.cycles/core/strudel.mjs';
|
||||
import { mod } from '@strudel.cycles/core/util.mjs';
|
||||
|
||||
export function edo(name) {
|
||||
if (!/^[1-9]+[0-9]*edo$/.test(name)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue