mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 13:38:40 +00:00
rangex
This commit is contained in:
parent
f41d89515c
commit
939bc643be
@ -311,6 +311,11 @@ export class Pattern {
|
|||||||
return this.mul(max - min).add(min);
|
return this.mul(max - min).add(min);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rangex(min, max) {
|
||||||
|
return this.range(Math.log(min), Math.log(max)).fmap(Math.exp);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Assumes source pattern of numbers in range -1..1
|
// Assumes source pattern of numbers in range -1..1
|
||||||
range2(min, max) {
|
range2(min, max) {
|
||||||
return this._fromBipolar().range(min, max);
|
return this._fromBipolar().range(min, max);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user