@@ -386,7 +386,7 @@ terminations(a,b,c) = (_,ro.crossnn(1),_,_ : +,+,_ : b) ~ (a,c : ro.crossnn(1));
386386// #### Usage
387387//
388388// ```
389- // lTerminations (a,b)
389+ // lTermination (a,b)
390390// with {
391391// a = *(-1); // left termination
392392// b = chain(D : E : F); // bidirectional chain of blocks (D, E, F, etc.)
@@ -415,7 +415,7 @@ lTermination(a,b) = (ro.crossnn(1),_,_ : _,+,_ : b) ~ a;
415415// #### Usage
416416//
417417// ```
418- // rTerminations (b,c)
418+ // rTermination (b,c)
419419// with {
420420// b = chain(D : E : F); // bidirectional chain of blocks (D, E, F, etc.)
421421// c = *(-1); // right termination
@@ -802,7 +802,7 @@ with {
802802// #### Usage
803803//
804804// ```
805- // chain(... : openStringPickUp(length,stiffness,pluckPosition,excitation) : ...)
805+ // chain(... : openStringPickUp(length,stiffness,pluckPosition,pickupPosition, excitation) : ...)
806806// ```
807807//
808808// Where:
@@ -843,7 +843,7 @@ with {
843843// #### Usage
844844//
845845// ```
846- // chain(... : openStringPickDown(length,stiffness,pluckPosition,excitation) : ...)
846+ // chain(... : openStringPickDown(length,stiffness,pluckPosition,pickupPosition, excitation) : ...)
847847// ```
848848//
849849// Where:
@@ -2060,7 +2060,7 @@ openTube = stringSegment;
20602060// #### Usage
20612061//
20622062// ```
2063- // excitation : reedTable(offeset ,slope) : _
2063+ // excitation : reedTable(offset ,slope) : _
20642064// ```
20652065//
20662066// Where:
@@ -2833,7 +2833,7 @@ with {
28332833//
28342834// ```
28352835// trigger = button('gate');
2836- // pluckString(stringLength,cutoff,maxFreq,sharpness,trigger)
2836+ // pluckString(stringLength,cutoff,maxFreq,sharpness,gain, trigger)
28372837// ```
28382838//
28392839// Where:
@@ -3158,7 +3158,7 @@ with {
31583158// * `strikeCutoff`: cutoff frequency of the strike generator (recommended: ~7000 Hz)
31593159// * `strikeSharpness`: sharpness of the strike (recommended: ~0.25)
31603160// * `gain`: gain of the strike (0-1)
3161- // * `trigger` signal (0: off, 1: on)
3161+ // * `trigger`: signal (0: off, 1: on)
31623162//
31633163// #### Test
31643164// ```
@@ -3277,7 +3277,7 @@ with {
32773277// * `strikeCutoff`: cutoff frequency of the strike generator (recommended: ~7000 Hz)
32783278// * `strikeSharpness`: sharpness of the strike (recommended: ~0.25)
32793279// * `gain`: gain of the strike (0-1)
3280- // * `trigger` signal (0: off, 1: on)
3280+ // * `trigger`: signal (0: off, 1: on)
32813281//
32823282// #### Test
32833283// ```
@@ -3392,7 +3392,7 @@ with {
33923392// * `strikeCutoff`: cutoff frequency of the strike generator (recommended: ~7000 Hz)
33933393// * `strikeSharpness`: sharpness of the strike (recommended: ~0.25)
33943394// * `gain`: gain of the strike (0-1)
3395- // * `trigger` signal (0: off, 1: on)
3395+ // * `trigger`: signal (0: off, 1: on)
33963396//
33973397// #### Test
33983398// ```
@@ -3504,7 +3504,7 @@ with {
35043504// * `strikeCutoff`: cutoff frequency of the strike generator (recommended: ~7000 Hz)
35053505// * `strikeSharpness`: sharpness of the strike (recommended: ~0.25)
35063506// * `gain`: gain of the strike (0-1)
3507- // * `trigger` signal (0: off, 1: on)
3507+ // * `trigger`: signal (0: off, 1: on)
35083508//
35093509// #### Test
35103510// ```
@@ -3616,7 +3616,7 @@ with {
36163616// * `strikeCutoff`: cutoff frequency of the strike generator (recommended: ~7000 Hz)
36173617// * `strikeSharpness`: sharpness of the strike (recommended: ~0.25)
36183618// * `gain`: gain of the strike (0-1)
3619- // * `trigger` signal (0: off, 1: on)
3619+ // * `trigger`: signal (0: off, 1: on)
36203620//
36213621// #### Test
36223622// ```
@@ -3728,7 +3728,7 @@ with {
37283728// * `strikeCutoff`: cutoff frequency of the strike generator (recommended: ~7000 Hz)
37293729// * `strikeSharpness`: sharpness of the strike (recommended: ~0.25)
37303730// * `gain`: gain of the strike (0-1)
3731- // * `trigger` signal (0: off, 1: on)
3731+ // * `trigger`: signal (0: off, 1: on)
37323732//
37333733// #### Test
37343734// ```
@@ -4108,7 +4108,7 @@ vocalEffort(freq,gender) = _ <: ba.if(gender == 0,*(3+1.1*(400-freq)/300),*(0.8+
41084108// #### Usage
41094109//
41104110// ```
4111- // _ : fof(fc,bw,a ,g) : _
4111+ // _ : fof(fc,bw,sw ,g) : _
41124112// ```
41134113//
41144114// Where:
0 commit comments