Skip to content

Commit 493951f

Browse files
committed
Changelog - further minor tweaks
1 parent 0894e87 commit 493951f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fixed making this the most polished and stable release to date.
5656
* `doubles` - create a ring of successive doubles.
5757
* `pick` - similar to shuffle but allows duplicates. You may also
5858
specify how many items to pick.
59-
* `fx_names` - create a ring of all available FX o
59+
* `fx_names` - create a ring of all available FX.
6060

6161
### Synths & FX
6262

@@ -84,9 +84,7 @@ fixed making this the most polished and stable release to date.
8484
folders containing samples and filters over those folders to allow you
8585
to easily and quickly work with large sample sets. See Section 3.7 of
8686
the tutorial for more information.
87-
* Sampler now has a high pass filter envelope which can be accessed via
88-
new opts which mirror the standard envelope opts but with a `hpf_`
89-
prefix (such as `hpf_attack`, `hpf_decay_level` and friends).
87+
9088
* Samplers now have `hpf:` and `lpf:` opts. Any `cutoff:` opts are
9189
automatically switched to `lpf:` and any errors will be reported with
9290
an `lpf:` prefix.
@@ -98,7 +96,9 @@ fixed making this the most polished and stable release to date.
9896
the new compressor.
9997
* Samplers now have both high pass and low pass filter envelopes which
10098
behave similarly to the amplitude envelope but control internal hpf
101-
and lpf FX.
99+
and lpf FX. These are available via new opts which mirror the standard
100+
envelope opts but with a `hpf_` and `lpf_` prefix (such as
101+
`hpf_attack`, `lpf_decay_level` and friends).
102102
* Passing a directory path to `load_samples` will now load all the
103103
samples within that directory.
104104
* Passing a directory path to `free_samples` will now free all the

0 commit comments

Comments
 (0)