cppTK
cppTK is a computer program and a programming language to compose and produce several kinds of electronic art music.
It runs on Apple's OSX 10.10 and up. cppTK stands for C ++ ToolKit.
cppTK is programmed in C++, it is an operating system holding up to 800 modules, running and scheduling these modules from a script thus enabling a composition language which describes time, musical structures, parameters, abstractions etc.
It is my own toolkit to work on my compositions, I have been working on it ever since 1990.
{=================================================================================================
/Volumes/workSpace/SlowMusic/W2CZ_AS/SLOW.W2CZ_AS.Take.02.SAH.v6GC.T720.dens8
script generated by cppTK version: NRT 11-06-2017 for OS 10.11 and higher on: Tue Aug 8 10:36:56 2017
=================================================================================================}
{
srand(1502181398);
}
SAMPLERATE(44100);
NCH = 2;
DIRECTORY("/Volumes/workSpace/SlowMusic/W2CZ_AS");
fn = LOAD("Daiko.48BPM.R_8T.ed.aif");
rev = DIRECTLOAD("ZILVER.reverb.02_8T.aiff");
FILENAME("Daiko.48BPM.R.ed2");
NCH = 2;
DETUNE(4);
seed = 6;
srand(seed);
NUMTRACKS(8);
pos = NEWSERIES(8,
1, 2, 3, 4, 5, 6, 7, 8);
prev = NEWSERIES(8,
1146, 2257, 3368, 4471, 5582, 6613, 7724, 8835);
MTCONVX(fn, 60, 120, rev, 60, 116, 0, 1,
pos, prev,
-1, -1);
renderall(0);