Akademy/2022/Workshop: Making Zynthbox Playground Modules: Difference between revisions

From KDE Community Wiki
< Akademy‎ | 2022
(Created page with "'''First things first:''' Zynthbox is a free software music noodling platform, or workshop if you will, for easily experimenting with and capturing musical ideas. One of the t...")
 
No edit summary
Line 1: Line 1:
== When, Where, and What? ==
Room 3 – 4th October 17:00
'''First things first:''' Zynthbox is a free software music noodling platform, or workshop if you will, for easily experimenting with and capturing musical ideas. One of the things the platform has is a kind of free-form part-logic, part-visual plugin system called Playground Modules. These modules can provide anything from, say, a couple of buttons that throw some midi notes into the ether to make the synths make a noise, through visually dense keyboard systems (like the included notes grid), chord generation tools, to full blown sequencer editors (like the included step sequencer), to automatic note generators which interact with Zynthbox' playback system in real-time while playing.
'''First things first:''' Zynthbox is a free software music noodling platform, or workshop if you will, for easily experimenting with and capturing musical ideas. One of the things the platform has is a kind of free-form part-logic, part-visual plugin system called Playground Modules. These modules can provide anything from, say, a couple of buttons that throw some midi notes into the ether to make the synths make a noise, through visually dense keyboard systems (like the included notes grid), chord generation tools, to full blown sequencer editors (like the included step sequencer), to automatic note generators which interact with Zynthbox' playback system in real-time while playing.



Revision as of 09:08, 28 September 2022

When, Where, and What?

Room 3 – 4th October 17:00

First things first: Zynthbox is a free software music noodling platform, or workshop if you will, for easily experimenting with and capturing musical ideas. One of the things the platform has is a kind of free-form part-logic, part-visual plugin system called Playground Modules. These modules can provide anything from, say, a couple of buttons that throw some midi notes into the ether to make the synths make a noise, through visually dense keyboard systems (like the included notes grid), chord generation tools, to full blown sequencer editors (like the included step sequencer), to automatic note generators which interact with Zynthbox' playback system in real-time while playing.

Plan of Approach

At this workshop, we will first do a quick introduction to Zynthbox itself, so you can more easily see where the playground modules fit in, followed by a short introduction to how to actually build the things, and distribute them to people via Zynthbox' sharing site (which lives alongside the KDE Store).

What should you know before we start?

I'm not going to be teaching anybody QML here, so you'll need to come prepared for that (sorry, we don't have time, but i'm told it's easy enough if you have a working understanding of react and similar web frameworks). Outside of that, i am going to try and show you what you need to do, but if you want to prepare ahead of time, and of course i would certainly recommend that you at least skim through it, you can take a look at the Playground Modules wiki page here: https://wiki.zynthbox.io/index.php?title=Playground_Modules

PS: "Why is this at a KDE Conference, when it's not a KDE project?" you ask very sensibly. Zynthbox' UI stack is based heavily on a pile of KDE technologies, primarily but not limited to Kirigami, KWin, and KNewStuff, and i am just really keen to show it to people :)

Notes for the wrapup

TBW, obviously ;)