A Mellotron sample library for Strudel
It's Looptober again and I got off to a pretty good start using Strudel for most of my loops, both out of convenience and as a learning exercise.
It wasn't long before I got interested in Strudel's ability to import samples from anywhere on the web1, and it seemed like a no-brainer to make a library using the leisureland Mellotron samples.
It works! You can use load it in your Strudel pieces by adding this to the top of your REPL:
samples('https://sound.intercrap.com/strudel/mellotron/strudel.json')
This will make a bunch of Mellotron instruments available to the sound()
function:
- 8Choir
- 8 Choir
- Bassoon
- Bassoon
- Cello
- Cello
- CombinedChoir
- Combined Choir
- GC3Brass
- GC3 Brass
- ItalianAccordion
- Italian Accordion
- M300A
- Two Violins
- M300B
- Solo Violin
- MixedBrassB
- Mixed Brass B
- MkIIChurchOrgan
- Lowrey Organ
- MkIICombinedBrass
- MkII Combined Brass
- MkIIFlute
- MkII Flute
- MkIIViolins
- MkII Violins
- Orchestra
- Orchestra
- StJohnsOrgan
- St John’s Wood Church Organ
- StringSection
- String Section
- TenorAltoSax
- Tenor & Alto Sax
- TenorSax
- Tenor Sax
- Trombone
- Trombone
- TromboneTrumpet
- Trombone & Trumpet
- Trumpet
- Trumpet
- Vibes
- Vibes
- Woodwind2
- Woodwind 2
Hear it in Action
Thanks to froos for this one!
1 When hosting your own Strudel sample library, your web server will need to be configured to allow CORS for the strudel.json and audio sample files. This site is pretty helpful.
Tue Oct 15 2024 20:00:00 GMT-0400 (Eastern Daylight Time)