_______________________________________________________________________________________________________


 

 

 

 

 

 

 

 

 

 

 

 

 




























___
_______________________________________________________________________________________________________


MMopp ENOIAN Beginnings
T A
T B
T C
T D
T E
T F
T G
T H
T I
T J
T K

















ARS NOVA
QUICK GUI GUIDE















MMint Pseudo SPONTANEOUS Appearancez
T A
T B
T C
T D
T E
T F
T G
T H
T I
T J
T K
NO PM


R E C O R D E R
INDEPENDENT

















MMocc KUT IT
T P
T Q
T R
T S
T T
T U
T V
T W
T X
T Y
T Z








































_______________________________________________________________________________________________________


 
SYNC MIDI CLOCK
_____________________________________________________________

XIO



MIDIOX
YOKE














WAVELAB
TRANS & POST PLAYBACK OF INTRA/INNER
RECORDING, PROCESSING & EDITING (TAPPOII RPE)
OF VERY LARGE SEGMENTAL LIVE CAPTURES (VL Seg Live Cap)




















_______________________________________________________________________________________________________







QMZ









__________________VSTACK RTSD


SEPTENTRIONAL RTSD

InfiniteThoughthistiveSchteimer
SA WAAVA Travelizer XUDD
[+PMzf && ] GPEFCT
SA WAAVA SpaceDrone
[+PMzp && or ^^] GPEFCT


TriNEUTRINALS
xlutop SANDRIA [+PMzq]
GPEFCT
xlutop LOWER [+PMzr]
GPEFCT
xlutop MEOLA [+PMl ^^ ]
GPEFCT
XANAAN [+PMm && ]
GPEFCT
xlutop SANTANA [+PMn && ]
GPEFCT
xlutop VECTORY [+PMo && or ^^ ]
GPEFCT
STEIN INPUT IN VIERRING STANDALONE 22222 [+PMp && ]
GPEFCT
MESCALITOWYNGZ INPUT IN VIERRING STANDALONE [+PMq ^^ ]
GPEFCT





WAAVA NODES
NODES Carbon 2 [+PMzg]
RIG2
NODES SubHarmonic [+PMzh]
RIG2
NODES Kaleidon [+PMzi]
RIG2

IF TWO OR ALL OF THESE ARE REQUIRED CONCURRENTLY:
1.OPEN r5/FAM/Rhino
2.OPEN CS80

:: IMPORT ::
E:\WAAVAnodesCS80.ays

NODES WAAVVA CS80 [+PMzo]
:: MULTIPLE ::
E:\GOTOs\CS80MultipleSA\CS-80V1.ayc to CS-80V5.ayc
or, simply:
CS80 > File\ 1and/or2and/or3and/or4

XLUTOP CHAINER
SET BPM
LOAD RACK












MFA+r5 +PM
_______________________________
Manual SYNC




















_______________________________________________________________________________________________________











FL Studio TRANCE
[+PM1a] THOR
[+PM1b] MJÖLLNIR
[+PM1c] SIFJAR
[+PM1d] VÖLUSPÁ
[+PM1e] POETIC EDDA

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

LIVE8 LIVING HighLands
LIVE8 HYPERLINEAR Islands

 

 

 

 

 

 

RTBBC

 

 

 

 

 

RTLAC

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 







renoise languages
IF [+PM1f]
REXX [+PM1g]
GOTO [+PM1h]
ADA [+PM1i]
C [+PM1j]
APL [+PM1k]
ELSE [+PM1l]
PARSE [+PM1m]





THOR

Nordic god of thunder,
son of Odin and the giantess Jörd




MJÖLLNIR

Thor owns a short-handled hammer,
Mjöllnir,
which,
when thrown at a target,
returns magically to the owner.
His Mjöllnir also has the power to throw lightning bolts.
To wield Mjöllnir,
Thor wears the belt Megingjord,
which boosts the wearer's strength
and a pair of special iron gloves,
Járngreipr,
to lift the hammer.
Mjöllnir is also his main weapon when fighting giants.




SIFJAR

Sif was the most beautiful woman,
is the goddess-wife of the god Thor,
known for her golden hair
and mother of the god Ullr




VÖLUSPÁ

Prophecy of the Völva




PoeticEDDA

Is the most important extant source
on Norse mythology
and Germanic heroic legends




IF
___________
The if-then construct (sometimes called if-then-else)
is common across many programming languages.
Although the syntax varies quite a bit
from language to language,
the basic structure (in pseudocode form) looks like this:

If (condition) Then
(statements)
Else
(statements)
End If
http://en.wikipedia.org/wiki/If-then-else




REXX
___________
REXX (REstructured eXtended eXecutor)
is an interpreted programming language
which was developed at IBM.
It is a structured high-level programming language
which was designed
to be both easy to learn and easy to read.
Both proprietary and open source interpreters for REXX
are available on a wide range of computing platforms,
and compilers are available for IBM mainframes.
http://en.wikipedia.org/wiki/REXX




GOTO
___________
GOTO is a statement found
in many computer programming languages.
It is a combination of the English words go and to.
It performs a one-way jump to another line of code.
The jumped-to locations are usually identified using labels,
though some languages use line numbers.
At the machine code level,
a goto is a form of branch or jump statement.
http://en.wikipedia.org/wiki/GOTO




ADA
___________
Ada is a structured, statically typed,
imperative, wide-spectrum,
and object-oriented high-level computer programming language, extended from Pascal and other languages. It was originally designed by a team led by Jean Ichbiah of CII Honeywell Bull under contract to the United States Department of Defense (DoD) from 1977 to 1983 to supersede the hundreds of programming languages then used by the DoD. Ada is strongly typed and compilers are validated for reliability in mission-critical applications,
such as avionics software.
Ada is an international standard;
the current version (known as Ada 2005)
is defined by joint ISO/ANSI standard (ISO-8652:1995),
combined with major Amendment ISO/IEC 8652:1995/Amd 1:2007.

Ada was named after Ada Lovelace (1815–1852),
who is often credited
as being the first computer programmer.
http://en.wikipedia.org/wiki/Ada_(programming_language)




C
___________
C is a general-purpose computer programming language
developed in 1972
by Dennis Ritchie at the Bell Telephone Laboratories
for use with the Unix operating system.

Although C was designed
for implementing system software,
it is also widely used for developing
portable application software.

C is one of the most popular programming languages.
It is widely used on many different software platforms,
and there are few computer architectures
for which a C compiler does not exist.
C has greatly influenced
many other popular programming languages,
most notably C++, which originally began
as an extension to C.
http://en.wikipedia.org/wiki/C_(programming_language)




APL
___________
APL (named after the book A Programming Language)
is an interactive array-oriented language
and integrated development environment
which is available from a number of commercial
and non-commercial vendors
and for most computer platforms.
It is based on a mathematical notation
developed by the late Kenneth E. Iverson.
http://en.wikipedia.org/wiki/APL_(programming_language)




ELSE
___________
In computer science, conditional statements,
conditional expressions and conditional constructs
are features of a programming language
which perform different computations or actions
depending on whether
a programmer-specified condition evaluates
to true or false (see boolean datatype).
Apart from the case of branch predication,
this is always achieved by selectively
altering the control flow based on some condition.
http://en.wikipedia.org/wiki/Else_(programming)




PARSE
___________
In computer science and linguistics,
parsing, or, more formally, syntactic analysis,
is the process of analyzing a text,
made of a sequence of tokens (for example, words),
to determine its grammatical structure
with respect to a given (more or less) formal grammar.

Parsing is also an earlier term
for the diagramming of sentences of natural languages,
and is still used for the diagramming of inflected languages,
such as the Romance languages or Latin.
The term parsing comes from Latin pars (orationis),
meaning part (of speech).
http://en.wikipedia.org/wiki/Parse












Woodz Hav Kalled The Magyk Stryng

WO
[+PMzj] SHEYS SSs XZAA ORIGIN
[+PMzj] SHEYS dryer SSs XZAA ORIGIN

[+PMzk] Hygh Baas XIOsynth XZAA ORIGIN
[+PMzl] VIRGIN SSs XZAA ORIGIN
[+PMzm] ESSE XIOsynth XZAA ORIGIN
[+PMzn] JAA SSs XZAA ORIGIN












SHEYS
HB
VIRGIN
ESSE
JAA












GUITAAL















 
FREESKYLINE HORIZONS
______________________________________________________________________________________________________________
[RIG2] GPEFCT Solitary SUPERSEKANSS Absolutes [+PMi && ]
[RIG2] GPEFCT Solitary Sevenfold Vivaldian Syekll [+PMj ^^ ]
[RIG2] GPEFCT Solitary ANGELZ [+PMk && ]












_______________________________________________________________________________________________________





XLUTOP CHAINER
SET BPM
LOAD RACK
ABSYNTH 2
_______________________________________________________________________________________________________


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

_______________________________________________________________________________________________________


EaICR XE
IN TOTO
EaICR DIGI
DIGI
EaICR XE
OSASSO
EaICR DIGI
OSASSO




EaICR XE
Genre Orientation:
HM




EaICR DIGI
Genre Orientation:
mmmGenreAmmm




EaICR XE
SONGLIST:
mmmFirstShowTitlemmm
EaICR XE
SONGLIST:
mmmSecondShowTitlemmm





EaICR DIGI
SONGLIST:
mmmFirstShowTitlemmm
EaICR DIGI
SONGLIST:
mmmSecondShowTitlemmm



















GAMZ CTF






EaICR GAMZ

ESNSEalfa
Interface Configuration Remapping
OSK FORCE




GAMZ (GAMZ):
integrated Kfriendz specific remapping.



11 Spiritual Signature Elements symbolically represent the eleven plan of execution variants of the mid size performances called GAMZ, originally inspired by John Zorn. Each one of the GAMZ calls for, and explore, a particular Kfriendz setup, a differentiated sonic geometricality, a further individualized aspect/perspective of the XZNNesprits conglomerative unity.