@@ -27,12 +27,15 @@ been tuned and tweaked over many performances and practice sessions. See
2727the documentation and examples for ` sample ` as well as the new tutorial
2828section 3.7 for details.
2929
30- We also have a number of exciting new samples, synths and FX to play
31- with including some beautifully sounding chiptune sounds.
30+ We also have a number of exciting new sounds to play with including some
31+ beautifully sounding chiptune synths, fun retro FX and new drum samples
32+ including a full tabla set and a cowbell.
3233
3334Finally, even more boot issues on both OS X and Windows that have been
3435fixed making this the most polished and stable release to date.
3536
37+ Now go and get your live code on!
38+
3639
3740### Breaking Changes
3841
@@ -84,7 +87,6 @@ fixed making this the most polished and stable release to date.
8487 folders containing samples and filters over those folders to allow you
8588 to easily and quickly work with large sample sets. See Section 3.7 of
8689 the tutorial for more information.
87-
8890* Samplers now have ` hpf: ` and ` lpf: ` opts. Any ` cutoff: ` opts are
8991 automatically switched to ` lpf: ` and any errors will be reported with
9092 an ` lpf: ` prefix.
@@ -143,12 +145,13 @@ fixed making this the most polished and stable release to date.
143145
144146* New tutorial section 3.7 on Sample Pack Filters.
145147* New appendix sections.
146- * Completely rewrite examples for ` sample ` fn.
148+ * Examples for ` sample ` fn have been completely rewritten and extended .
147149
148150
149151### Improvements
150152
151- * ` scale ` and ` chord ` can now handle being passed no tonic such as: ` (chord :minor) ` which will return a ring of offsets from 0.
153+ * ` scale ` and ` chord ` can now handle being passed no tonic such as:
154+ ` (chord :minor) ` which will return a ring of offsets from 0.
152155* ` chord ` learned new variants: ` add2 ` , ` add4 ` , ` add9 ` , ` add11 ` ,
153156 ` add13 ` , ` madd2 ` , ` madd4 ` , ` madd9 ` , ` madd11 ` , ` madd13 `
154157* The ring's ` .take ` method can now take more elements than the original
0 commit comments