Include processBlocking in doc

nix
Owen Green 5 years ago
parent c21c7d9345
commit b530935484

@ -16,7 +16,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the slicing to be calculated on a given source buffer.
ARGUMENT:: server

@ -16,7 +16,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the slicing to be calculated on a given source buffer.
ARGUMENT:: server

@ -11,7 +11,7 @@ Henderson and Solomonm (2019) AUDIO TRANSPORT: A GENERALIZED PORTAMENTO VIA OPTI
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
Process two audio link::Classes/Buffer::
ARGUMENT:: server

@ -12,7 +12,7 @@ The algorithm takes a srcBuf, and writes the information at the provided dstBuf.
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This method triggers the compositing.
ARGUMENT:: server

@ -24,7 +24,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the HPSS to be calculated on a given source buffer.
ARGUMENT:: server

@ -15,7 +15,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the loudness descriptor to be calculated on a given source buffer.
ARGUMENT:: server

@ -14,7 +14,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the spectral shape descriptors to be calculated on a given source buffer.
ARGUMENT:: server

@ -15,7 +15,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the spectral shape descriptors to be calculated on a given source buffer.
ARGUMENT:: server

@ -35,7 +35,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the factorisation to be calculated on a given source buffer.
ARGUMENT:: server

@ -10,7 +10,7 @@ See http://nimfa.biolab.si/nimfa.methods.seeding.nndsvd.html
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the decomposition to be calculated on a given source buffer.
ARGUMENT:: server

@ -14,7 +14,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the slicing to be calculated on a given source buffer.
ARGUMENT:: server

@ -14,7 +14,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the slicing to be calculated on a given source buffer.
ARGUMENT:: server

@ -15,7 +15,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the pitch descriptor to be calculated on a given source buffer.
ARGUMENT:: server

@ -13,7 +13,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the scaling to be calculated on a given source buffer.
ARGUMENT:: server

@ -19,7 +19,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the sinusoidal estimation to be calculated on a given source buffer and to be resynthesised.
ARGUMENT:: server

@ -31,7 +31,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the spectral shape descriptors to be calculated on a given source buffer.
ARGUMENT:: server

@ -15,7 +15,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the slicing to be calculated on a given source buffer.
ARGUMENT:: server

@ -12,7 +12,7 @@ The process will, after waiting for STRONG::time:: millisecond, return its delay
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the job to be done. In this case, simply waiting STRONG::time:: millisecond before writing a value in the destination buffer.
ARGUMENT:: server

@ -14,7 +14,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the thresholding to be calculated on a given source buffer.
ARGUMENT:: server

@ -14,7 +14,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the slicing to be calculated on a given source buffer.
ARGUMENT:: server

@ -18,7 +18,7 @@ By default, this UGen spawns a new thread to avoid blocking the server command q
CLASSMETHODS::
METHOD:: process
METHOD:: process, processBlocking
This is the method that calls for the transient extraction to be performed on a given source buffer.
ARGUMENT:: server

Loading…
Cancel
Save