ai:patching_basics
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ai:patching_basics [2018/10/13 15:14] – icke_siegen | ai:patching_basics [2018/10/15 13:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
In the beginning - when it was just the Salvation engine - almost everything needed to be patched: the engine offered a collection of modules, each specialising in a very small task, and the operator/ | In the beginning - when it was just the Salvation engine - almost everything needed to be patched: the engine offered a collection of modules, each specialising in a very small task, and the operator/ | ||
+ | Also, you can change how Ai works by changing the Stage Patch - this includes making Ai completely unresposive, | ||
===== Where to start ===== | ===== Where to start ===== | ||
Line 19: | Line 20: | ||
===== Patches, Ports and Modules ===== | ===== Patches, Ports and Modules ===== | ||
- | In the very end, the stage patch you consist | + | In the very end, the stage patch consists |
==== Modules ==== | ==== Modules ==== | ||
Line 56: | Line 57: | ||
You're still with me? Let's do it. Here is your first patch: | You're still with me? Let's do it. Here is your first patch: | ||
- open a new patch file as decribed above (preferably select File/New from the top menubar) | - open a new patch file as decribed above (preferably select File/New from the top menubar) | ||
- | - in the blank patch window, right-click somewhere, select ' | + | - in the blank patch window, right-click somewhere, select ' |
- | - Next, we want make the background other than black. Insert a ' | + | - Next, we want to make the background other than black. Insert a ' |
+ | - Okay, let's bring in some colour. Insert an ' | ||
+ | - Now we want to show some text. We want to generate something for the output, hence let's look in the Generator section. We'll find a ' | ||
+ | - But as soon as we connect the yellow port, the output window turns black - because each input can take only one output (thus the connection to the coloured rectangle went lost), and because the Text module has no text input to display. Let's proceed with this. From the ' | ||
+ | - However, it looks like the text always starts in the center of the window. If we resize the window, the text resizes and repositions accordingly. In order to fix this, we obviously need to reposition the rendered text output. The module ' | ||
+ | - In order to finally combine the generated text with our colourful background we need to somehow combine both video streams. The module ' | ||
+ | |||
+ | Congratulations! You created your first own Ai patch. Was it really that complicated? | ||
ai/patching_basics.1539443683.txt.gz · Last modified: 2018/10/13 15:14 (external edit)