diff --git a/release-packaging/HelpSource/Classes/FluidBufAmpGate.schelp b/release-packaging/HelpSource/Classes/FluidBufAmpGate.schelp index 8cb273f..f9acdc3 100644 --- a/release-packaging/HelpSource/Classes/FluidBufAmpGate.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufAmpGate.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp b/release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp index 26ced89..b01fccd 100644 --- a/release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufAudioTransport.schelp b/release-packaging/HelpSource/Classes/FluidBufAudioTransport.schelp index e2c1e0c..2955970 100644 --- a/release-packaging/HelpSource/Classes/FluidBufAudioTransport.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufAudioTransport.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufCompose.schelp b/release-packaging/HelpSource/Classes/FluidBufCompose.schelp index cd2a56a..626b58f 100644 --- a/release-packaging/HelpSource/Classes/FluidBufCompose.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufCompose.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufHPSS.schelp b/release-packaging/HelpSource/Classes/FluidBufHPSS.schelp index 2cbf746..11fe72f 100644 --- a/release-packaging/HelpSource/Classes/FluidBufHPSS.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufHPSS.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufLoudness.schelp b/release-packaging/HelpSource/Classes/FluidBufLoudness.schelp index 3b08209..74e0cae 100644 --- a/release-packaging/HelpSource/Classes/FluidBufLoudness.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufLoudness.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufMFCC.schelp b/release-packaging/HelpSource/Classes/FluidBufMFCC.schelp index c6f8e2a..8ad8c8a 100644 --- a/release-packaging/HelpSource/Classes/FluidBufMFCC.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufMFCC.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufMelBands.schelp b/release-packaging/HelpSource/Classes/FluidBufMelBands.schelp index c9370d8..8b76900 100644 --- a/release-packaging/HelpSource/Classes/FluidBufMelBands.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufMelBands.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufNMF.schelp b/release-packaging/HelpSource/Classes/FluidBufNMF.schelp index 5a24b89..9f43e75 100644 --- a/release-packaging/HelpSource/Classes/FluidBufNMF.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufNMF.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufNNDSVD.schelp b/release-packaging/HelpSource/Classes/FluidBufNNDSVD.schelp index 3e14b35..822e4a2 100644 --- a/release-packaging/HelpSource/Classes/FluidBufNNDSVD.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufNNDSVD.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufNoveltySlice.schelp b/release-packaging/HelpSource/Classes/FluidBufNoveltySlice.schelp index 2f2d6c6..dbbf115 100644 --- a/release-packaging/HelpSource/Classes/FluidBufNoveltySlice.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufNoveltySlice.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp b/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp index d5b9bde..9533d90 100644 --- a/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufPitch.schelp b/release-packaging/HelpSource/Classes/FluidBufPitch.schelp index 79bd4ad..99cb9d8 100644 --- a/release-packaging/HelpSource/Classes/FluidBufPitch.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufPitch.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufScale.schelp b/release-packaging/HelpSource/Classes/FluidBufScale.schelp index c5781c1..a57c4a3 100644 --- a/release-packaging/HelpSource/Classes/FluidBufScale.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufScale.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufSines.schelp b/release-packaging/HelpSource/Classes/FluidBufSines.schelp index fcf4778..35d07f1 100644 --- a/release-packaging/HelpSource/Classes/FluidBufSines.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufSines.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufSpectralShape.schelp b/release-packaging/HelpSource/Classes/FluidBufSpectralShape.schelp index 0c6158b..4f49ccd 100644 --- a/release-packaging/HelpSource/Classes/FluidBufSpectralShape.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufSpectralShape.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufStats.schelp b/release-packaging/HelpSource/Classes/FluidBufStats.schelp index 5b6083a..74ac2e6 100644 --- a/release-packaging/HelpSource/Classes/FluidBufStats.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufStats.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufThreadDemo.schelp b/release-packaging/HelpSource/Classes/FluidBufThreadDemo.schelp index 2b8af61..d8e6f22 100644 --- a/release-packaging/HelpSource/Classes/FluidBufThreadDemo.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufThreadDemo.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufThresh.schelp b/release-packaging/HelpSource/Classes/FluidBufThresh.schelp index 94bf6fd..172f641 100644 --- a/release-packaging/HelpSource/Classes/FluidBufThresh.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufThresh.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufTransientSlice.schelp b/release-packaging/HelpSource/Classes/FluidBufTransientSlice.schelp index 06b6cc3..7bbc53f 100644 --- a/release-packaging/HelpSource/Classes/FluidBufTransientSlice.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufTransientSlice.schelp @@ -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 diff --git a/release-packaging/HelpSource/Classes/FluidBufTransients.schelp b/release-packaging/HelpSource/Classes/FluidBufTransients.schelp index 1c3bf1d..fc427a0 100644 --- a/release-packaging/HelpSource/Classes/FluidBufTransients.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufTransients.schelp @@ -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