Information about upcoming workshops
The TAMISONIC working group organizes open bi-weekly (every 2 weeks) music coding and DIY hardware oriented workshops (in other words, playing music using a computer and electronic instruments instead of, or in an addition to, a traditional musical instrument)
Next meeting
Introduction to Bespoke Synth with domj
Bespoke Synth is a beautiful and fun live editable modular DAW (digital audio workstation) with focus on experimentation and delightful user experience.
Get to grips with this program to produce your next digital masterpiece.
18.5. 20:00 TAMI Shoken 19
Bring computer+headphones
Learn more: bespokesynth.com
beginner friendly
We may dip a little into squrs too:
https://domjancik.github.io/squrs/
You can put the following into the browser Dev Tools for scale changes and a handy functional interface.
si = setInterval
ci = clearInterval
r = (max) => Math.round(Math.random()*max)
ls = []
// randomscales
rs = () => sqursSetScale(r(6))
// addloop
al = (f, t) => ls.push(si(f, t))
// clearloops
cl = () => ls.forEach((l) => ci(l))
sqursListScales()
al(rs, 1000)
Last meeting
✰✰✰ 18 May — 19:00 til late ✰✰✰
- Beginner-friendly
- Free entry (Donations to T.A.M.I., a non-profit organisation) welcome
Topics / Timeline
Step into the electrifying world of our cutting-edge electronic music workshop, where you'll have the chance to connect with like-minded musicians, elevate your skills and explore uncharted sonic territories! Dive into the scintillating world of experimental music and jam with your creative instincts, as our expert mentors guide you through the captivating intricacies of iconic synthesizers. But, that's not all; tapping into the ineffable transcendental aesthetics, you'll learn to harness the magic of feline inspiration, as our in-house cats serenade you with their soothing purrs. Don't miss this once-in-a-lifetime opportunity to join the vanguard of innovative artists and unleash the limitless potential of your musical prowess. Sign up now and sway to the mesmerizing pulse of the electronic music revolution!
Music theory and computer code
dedicated theory page → Here!
see also the Resources page for more sample code