-
-
Notifications
You must be signed in to change notification settings - Fork 1
Build an improvisation
Christophe Lengelé edited this page Jun 26, 2024
·
28 revisions
When you have built and stored a sufficient number of preset sequences, you can organise your preset sequences in tracks and build your improvisation session, as you can see in the previous page.
In order to build your improvisation session, code examples are provided in the file _0C_Init_Presets.scd, so that you can :
- initialise some default values.
- load and store the organisation of preset sequences in tracks, as well as the selection of rangesliders of tracks in a ~presetsTracksFile. In the file Utility1_Tracks.scd, there is also an example of code to copy sequences from a track to another track.
- define random sections of preset sequences and a way to colorise them, in order to have a better visual feedback in the Global View.
- and finally load the Preset Associations window, which can recall a specific selection of sequences in multiple tracks. In the file Utility2_TracksAssociations.scd, there are examples of code to load and store a ~presetTracksVariationsFile, after defining a selection name of some ranges of tracks with the function
~savePresetTracksRanges
.
If you need to change some values in all sequence presets, e.g. the number of outputs, because you a different spatial configuration, check in the file Utility0_Presets.scd the example code.
Xon - ChristOn - Live 4 Life
ResearchGate | YouTube | Vimeo | FesseBook | Buy me a coffee | Patreon
- Home
- Photos
- Relationship with the tool
- Motivations behind Live 4 Life
- Global setup and usage
- GUI-views
- Code details
- Audiovisual extension