diff --git a/404.html b/404.html index c23cfcb0..0af4e8f7 100644 --- a/404.html +++ b/404.html @@ -40,6 +40,8 @@ + + @@ -1533,6 +1535,10 @@

404 - Not found

+ + + + \ No newline at end of file diff --git a/buffer/index.html b/buffer/index.html index 7a127737..326602f1 100644 --- a/buffer/index.html +++ b/buffer/index.html @@ -46,6 +46,8 @@ + + @@ -1506,6 +1508,21 @@

Buffer

  • The total Buffer memory usage can be queried
  • +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1616,6 +1633,10 @@

    Buffer

    + + + + \ No newline at end of file diff --git a/css/timeago.css b/css/timeago.css new file mode 100644 index 00000000..f7ab7d69 --- /dev/null +++ b/css/timeago.css @@ -0,0 +1,15 @@ +/* + timeago output is dynamic, which breaks when you print a page. + + This CSS is only included when type: timeago + and ensures fallback to type "iso_date" when printing. + + */ + +.git-revision-date-localized-plugin-iso_date { display: none } + +@media print { + .git-revision-date-localized-plugin-iso_date { display: inline } + .git-revision-date-localized-plugin-timeago { display: none } +} + diff --git a/examples/index.html b/examples/index.html index da84cfc6..9e289958 100644 --- a/examples/index.html +++ b/examples/index.html @@ -46,6 +46,8 @@ + + @@ -1499,6 +1501,21 @@

    Examples

    For various code examples using SignalFlow, see examples in GitHub:

    https://github.com/ideoforms/signalflow/tree/master/examples

    +
    +
    + + + Last update: + 2023-11-07 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1609,6 +1626,10 @@

    Examples

    + + + + \ No newline at end of file diff --git a/graph/config/index.html b/graph/config/index.html index 16579e0e..35730f2d 100644 --- a/graph/config/index.html +++ b/graph/config/index.html @@ -46,6 +46,8 @@ + + @@ -1680,6 +1682,21 @@

    Printing the current config


    → Next: Graph status and properties

    +
    +
    + + + Last update: + 2023-11-09 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1790,6 +1807,10 @@

    Printing the current config

    + + + + \ No newline at end of file diff --git a/graph/creating/index.html b/graph/creating/index.html index 2284a779..2502948c 100644 --- a/graph/creating/index.html +++ b/graph/creating/index.html @@ -46,6 +46,8 @@ + + @@ -1556,6 +1558,21 @@

    Creating the graph


    → Next: Graph configuration

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1666,6 +1683,10 @@

    Creating the graph

    + + + + \ No newline at end of file diff --git a/graph/index.html b/graph/index.html index 3541c134..e6f19ce0 100644 --- a/graph/index.html +++ b/graph/index.html @@ -46,6 +46,8 @@ + + @@ -1497,6 +1499,21 @@

    The AudioGraph


    → Next: Creating the graph

    +
    +
    + + + Last update: + 2023-12-01 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1607,6 +1624,10 @@

    The AudioGraph

    + + + + \ No newline at end of file diff --git a/graph/properties/index.html b/graph/properties/index.html index fd8f6f7e..65159cb3 100644 --- a/graph/properties/index.html +++ b/graph/properties/index.html @@ -46,6 +46,8 @@ + + @@ -1638,6 +1640,21 @@

    Other graph properties


    → Next: Recording graph output

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1748,6 +1765,10 @@

    Other graph properties

    + + + + \ No newline at end of file diff --git a/graph/recording/index.html b/graph/recording/index.html index 6547ba64..3d9e0e77 100644 --- a/graph/recording/index.html +++ b/graph/recording/index.html @@ -46,6 +46,8 @@ + + @@ -1596,6 +1598,21 @@

    Offline (non-real-time) rendering


    → Next: Clearing and stopping the graph

    +
    +
    + + + Last update: + 2023-11-09 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1706,6 +1723,10 @@

    Offline (non-real-time) rendering

    + + + + \ No newline at end of file diff --git a/graph/stopping/index.html b/graph/stopping/index.html index 03561eac..1f6931ff 100644 --- a/graph/stopping/index.html +++ b/graph/stopping/index.html @@ -46,6 +46,8 @@ + + @@ -1555,6 +1557,21 @@

    Clearing and stopping the graph

    >>> graph.destroy()
     
    +
    +
    + + + Last update: + 2022-04-01 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1665,6 +1682,10 @@

    Clearing and stopping the graph

    + + + + \ No newline at end of file diff --git a/howto/index.html b/howto/index.html index a047fdca..9312a7df 100644 --- a/howto/index.html +++ b/howto/index.html @@ -42,6 +42,8 @@ + + @@ -1484,6 +1486,21 @@

    Howto

    Tutorials on common tasks with SignalFlow.

    +
    +
    + + + Last update: + 2021-06-08 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1558,6 +1575,10 @@

    Howto

    + + + + \ No newline at end of file diff --git a/howto/midi/index.html b/howto/midi/index.html index fca86a1b..ab3d344c 100644 --- a/howto/midi/index.html +++ b/howto/midi/index.html @@ -42,6 +42,8 @@ + + @@ -1479,6 +1481,21 @@

    Howto: MIDI control

    +
    +
    + + + Last update: + 2021-06-08 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1553,6 +1570,10 @@

    Howto: MIDI control

    + + + + \ No newline at end of file diff --git a/howto/plotting/index.html b/howto/plotting/index.html index be785b6a..62b615c3 100644 --- a/howto/plotting/index.html +++ b/howto/plotting/index.html @@ -42,6 +42,8 @@ + + @@ -1521,6 +1523,21 @@

    Output

    Plot


    +
    +
    + + + Last update: + 2023-12-05 + +
    + Created: + 2023-12-05 + + +
    +
    + @@ -1595,6 +1612,10 @@

    Output

    + + + + \ No newline at end of file diff --git a/index.html b/index.html index cfc3131e..f3386285 100644 --- a/index.html +++ b/index.html @@ -44,6 +44,8 @@ + + @@ -1562,6 +1564,21 @@

    Next steps

  • Example code
  • +
    +
    + + + Last update: + 2023-11-09 + +
    + Created: + 2021-06-07 + + +
    +
    + @@ -1657,6 +1674,10 @@

    Next steps

    + + + + \ No newline at end of file diff --git a/installation/command-line-generic/index.html b/installation/command-line-generic/index.html index ed8c4b43..1e06a3c7 100644 --- a/installation/command-line-generic/index.html +++ b/installation/command-line-generic/index.html @@ -42,6 +42,8 @@ + + @@ -1561,6 +1563,21 @@

    5. (Optional) Interactive n
    jupyter notebook
     
    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2023-11-08 + + +
    +
    + @@ -1635,6 +1652,10 @@

    5. (Optional) Interactive n + + + + \ No newline at end of file diff --git a/installation/index.html b/installation/index.html index c2b72c6d..5cfb8240 100644 --- a/installation/index.html +++ b/installation/index.html @@ -46,6 +46,8 @@ + + @@ -1559,6 +1561,21 @@

    Linux

    Examples

    Several example scripts are included within the repo, covering simple control and modulation, FM synthesis, sample granulation, MIDI control, chaotic functions, etc.

    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2021-06-07 + + +
    +
    + @@ -1669,6 +1686,10 @@

    Examples

    + + + + \ No newline at end of file diff --git a/installation/linux/buttons/index.html b/installation/linux/buttons/index.html index bd1f0866..3609cf97 100644 --- a/installation/linux/buttons/index.html +++ b/installation/linux/buttons/index.html @@ -42,6 +42,8 @@ + + @@ -1474,6 +1476,21 @@

    Buttons

    Linux: Install from the command line

    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2023-11-08 + + +
    +
    + @@ -1548,6 +1565,10 @@

    Buttons

    + + + + \ No newline at end of file diff --git a/installation/linux/command-line/index.html b/installation/linux/command-line/index.html index f3c2ea9d..67d158b4 100644 --- a/installation/linux/command-line/index.html +++ b/installation/linux/command-line/index.html @@ -46,6 +46,8 @@ + + @@ -1674,6 +1676,21 @@

    Next steps


    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2023-11-08 + + +
    +
    + @@ -1784,6 +1801,10 @@

    Next steps

    + + + + \ No newline at end of file diff --git a/installation/linux/index.html b/installation/linux/index.html index 947fb9f8..2bddf173 100644 --- a/installation/linux/index.html +++ b/installation/linux/index.html @@ -46,6 +46,8 @@ + + @@ -1494,6 +1496,21 @@

    Installation on Linux

    Linux: Install from the command line

    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2023-11-08 + + +
    +
    + @@ -1604,6 +1621,10 @@

    Installation on Linux

    + + + + \ No newline at end of file diff --git a/installation/macos/buttons/index.html b/installation/macos/buttons/index.html index 4f6b4a50..c298f1b9 100644 --- a/installation/macos/buttons/index.html +++ b/installation/macos/buttons/index.html @@ -42,6 +42,8 @@ + + @@ -1477,6 +1479,21 @@

    Buttons

    If you are an existing Python user and confident with the command line:

    macOS: Install from the command line

    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2023-11-08 + + +
    +
    + @@ -1551,6 +1568,10 @@

    Buttons

    + + + + \ No newline at end of file diff --git a/installation/macos/command-line/index.html b/installation/macos/command-line/index.html index e1f5e479..acc023d9 100644 --- a/installation/macos/command-line/index.html +++ b/installation/macos/command-line/index.html @@ -46,6 +46,8 @@ + + @@ -1673,6 +1675,21 @@

    Next steps


    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2023-11-06 + + +
    +
    + @@ -1783,6 +1800,10 @@

    Next steps

    + + + + \ No newline at end of file diff --git a/installation/macos/easy/index.html b/installation/macos/easy/index.html index 04db6314..3bc34f53 100644 --- a/installation/macos/easy/index.html +++ b/installation/macos/easy/index.html @@ -46,6 +46,8 @@ + + @@ -1809,6 +1811,21 @@

    Next steps


    +
    +
    + + + Last update: + 2023-11-12 + +
    + Created: + 2023-11-06 + + +
    +
    + @@ -1919,6 +1936,10 @@

    Next steps

    + + + + \ No newline at end of file diff --git a/installation/macos/index.html b/installation/macos/index.html index ea17f0f8..5a8e0daa 100644 --- a/installation/macos/index.html +++ b/installation/macos/index.html @@ -46,6 +46,8 @@ + + @@ -1497,6 +1499,21 @@

    Installation on macOS

    macOS: Install from the command line

    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2023-11-08 + + +
    +
    + @@ -1607,6 +1624,10 @@

    Installation on macOS

    + + + + \ No newline at end of file diff --git a/installation/next-steps/index.html b/installation/next-steps/index.html index d583ed45..876e40ff 100644 --- a/installation/next-steps/index.html +++ b/installation/next-steps/index.html @@ -42,6 +42,8 @@ + + @@ -1499,6 +1501,21 @@

    Next steps

  • Tutorials: Coming soon
  • +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2023-11-08 + + +
    +
    + @@ -1573,6 +1590,10 @@

    Next steps

    + + + + \ No newline at end of file diff --git a/js/timeago.min.js b/js/timeago.min.js new file mode 100644 index 00000000..a8530a5f --- /dev/null +++ b/js/timeago.min.js @@ -0,0 +1,2 @@ +/* Taken from https://cdnjs.cloudflare.com/ajax/libs/timeago.js/4.0.2/timeago.min.js */ +!function(s,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((s=s||self).timeago={})}(this,function(s){"use strict";var a=["second","minute","hour","day","week","month","year"];function n(s,n){if(0===n)return["just now","right now"];var e=a[Math.floor(n/2)];return 1=m[t]&&t=m[e]&&e 0) { + var locale = nodes[0].getAttribute('locale'); + timeago.render(nodes, locale); + } + }) +} else { + var nodes = document.querySelectorAll('.timeago'); + if (nodes.length > 0) { + var locale = nodes[0].getAttribute('locale'); + timeago.render(nodes, locale); + } +} diff --git a/library/analysis/crosscorrelate/index.html b/library/analysis/crosscorrelate/index.html index 6f95fd26..e1574d19 100644 --- a/library/analysis/crosscorrelate/index.html +++ b/library/analysis/crosscorrelate/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    CrossCorrelate

    Outputs the cross-correlation of the input signal with the given buffer. If hop_size is zero, calculates the cross-correlation every sample.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    CrossCorrelate

    + + + + \ No newline at end of file diff --git a/library/analysis/index.html b/library/analysis/index.html index 79d53b2c..8fe25f0f 100644 --- a/library/analysis/index.html +++ b/library/analysis/index.html @@ -46,6 +46,8 @@ + + @@ -1503,6 +1505,21 @@

    Analysis

  • VampAnalysis: Feature extraction using the Vamp plugin toolkit.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1613,6 +1630,10 @@

    Analysis

    + + + + \ No newline at end of file diff --git a/library/analysis/onsetdetector/index.html b/library/analysis/onsetdetector/index.html index 9474a5e4..1968c4e0 100644 --- a/library/analysis/onsetdetector/index.html +++ b/library/analysis/onsetdetector/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    OnsetDetector

    Simple time-domain onset detector. Outputs an impulse when an onset is detected in the input. Maintains short-time and long-time averages. An onset is registered when the short-time average is threshold x the long-time average. min_interval is the minimum interval between onsets, in seconds.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    OnsetDetector

    + + + + \ No newline at end of file diff --git a/library/analysis/vampanalysis/index.html b/library/analysis/vampanalysis/index.html index d72cff1b..4c8b4d7f 100644 --- a/library/analysis/vampanalysis/index.html +++ b/library/analysis/vampanalysis/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    VampAnalysis

    Feature extraction using the Vamp plugin toolkit.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    VampAnalysis

    + + + + \ No newline at end of file diff --git a/library/buffer/beatcutter/index.html b/library/buffer/beatcutter/index.html index e217d703..d0fc0814 100644 --- a/library/buffer/beatcutter/index.html +++ b/library/buffer/beatcutter/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    BeatCutter

    Cuts a buffer into segment_count segments, and stutters/jumps with the given probabilities.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1557,6 +1574,10 @@

    BeatCutter

    + + + + \ No newline at end of file diff --git a/library/buffer/bufferlooper/index.html b/library/buffer/bufferlooper/index.html index 85afb1f7..80bd50b6 100644 --- a/library/buffer/bufferlooper/index.html +++ b/library/buffer/bufferlooper/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    BufferLooper

    Read and write from a buffer concurrently, with controllable overdub.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    BufferLooper

    + + + + \ No newline at end of file diff --git a/library/buffer/bufferplayer/index.html b/library/buffer/bufferplayer/index.html index 0c65981c..0e77b700 100644 --- a/library/buffer/bufferplayer/index.html +++ b/library/buffer/bufferplayer/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    BufferPlayer

    Plays the contents of the given buffer. start_time/end_time are in seconds. When a clock signal is receives, rewinds to the start_time.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    BufferPlayer

    + + + + \ No newline at end of file diff --git a/library/buffer/bufferrecorder/index.html b/library/buffer/bufferrecorder/index.html index 7f51456c..4018718b 100644 --- a/library/buffer/bufferrecorder/index.html +++ b/library/buffer/bufferrecorder/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    BufferRecorder

    Records the input to a buffer. feedback controls overdub.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    BufferRecorder

    + + + + \ No newline at end of file diff --git a/library/buffer/feedbackbufferreader/index.html b/library/buffer/feedbackbufferreader/index.html index b67fe2fb..d35642e1 100644 --- a/library/buffer/feedbackbufferreader/index.html +++ b/library/buffer/feedbackbufferreader/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FeedbackBufferReader

    Counterpart to FeedbackBufferWriter.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FeedbackBufferReader

    + + + + \ No newline at end of file diff --git a/library/buffer/feedbackbufferwriter/index.html b/library/buffer/feedbackbufferwriter/index.html index 9be0f179..6791acd3 100644 --- a/library/buffer/feedbackbufferwriter/index.html +++ b/library/buffer/feedbackbufferwriter/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FeedbackBufferWriter

    Counterpart to FeedbackBufferReader.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FeedbackBufferWriter

    + + + + \ No newline at end of file diff --git a/library/buffer/grainsegments/index.html b/library/buffer/grainsegments/index.html index b89ecc9f..631077a8 100644 --- a/library/buffer/grainsegments/index.html +++ b/library/buffer/grainsegments/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    GrainSegments

    GrainSegments

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    GrainSegments

    + + + + \ No newline at end of file diff --git a/library/buffer/granulator/index.html b/library/buffer/granulator/index.html index 6bc62445..ba592180 100644 --- a/library/buffer/granulator/index.html +++ b/library/buffer/granulator/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Granulator

    Granulator. Generates a grain from the given buffer each time a clock signal is received, with the given duration/rate/pan parameters. The input buffer can be mono or stereo.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Granulator

    + + + + \ No newline at end of file diff --git a/library/buffer/index.html b/library/buffer/index.html index 186ea64e..8fb8580b 100644 --- a/library/buffer/index.html +++ b/library/buffer/index.html @@ -46,6 +46,8 @@ + + @@ -1509,6 +1511,21 @@

    Buffer

  • SegmentPlayer: Trigger segments of a buffer at the given onset positions.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1619,6 +1636,10 @@

    Buffer

    + + + + \ No newline at end of file diff --git a/library/buffer/segmentplayer/index.html b/library/buffer/segmentplayer/index.html index 3e0d8120..1104ebd2 100644 --- a/library/buffer/segmentplayer/index.html +++ b/library/buffer/segmentplayer/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SegmentPlayer

    Trigger segments of a buffer at the given onset positions.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SegmentPlayer

    + + + + \ No newline at end of file diff --git a/library/control/index.html b/library/control/index.html index 477640fb..19cd40d4 100644 --- a/library/control/index.html +++ b/library/control/index.html @@ -46,6 +46,8 @@ + + @@ -1503,6 +1505,21 @@

    Control

  • MouseDown: Outputs 1 if the left mouse button is down, 0 otherwise. Currently only supported on macOS.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1613,6 +1630,10 @@

    Control

    + + + + \ No newline at end of file diff --git a/library/control/mousedown/index.html b/library/control/mousedown/index.html index f4c2781f..85e7d524 100644 --- a/library/control/mousedown/index.html +++ b/library/control/mousedown/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    MouseDown

    Outputs 1 if the left mouse button is down, 0 otherwise. Currently only supported on macOS.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    MouseDown

    + + + + \ No newline at end of file diff --git a/library/control/mousex/index.html b/library/control/mousex/index.html index 420ee9b1..966f1e20 100644 --- a/library/control/mousex/index.html +++ b/library/control/mousex/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    MouseX

    Outputs the normalised cursor X position, from 0 to 1. Currently only supported on macOS.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    MouseX

    + + + + \ No newline at end of file diff --git a/library/control/mousey/index.html b/library/control/mousey/index.html index f6f68c6e..ac28e7ca 100644 --- a/library/control/mousey/index.html +++ b/library/control/mousey/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    MouseY

    Outputs the normalised cursor Y position, from 0 to 1. Currently only supported on macOS.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    MouseY

    + + + + \ No newline at end of file diff --git a/library/envelope/adsrenvelope/index.html b/library/envelope/adsrenvelope/index.html index f6115859..af27c9a0 100644 --- a/library/envelope/adsrenvelope/index.html +++ b/library/envelope/adsrenvelope/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ADSREnvelope

    Attack-decay-sustain-release envelope. Sustain portion is held until gate is zero.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ADSREnvelope

    + + + + \ No newline at end of file diff --git a/library/envelope/asrenvelope/index.html b/library/envelope/asrenvelope/index.html index c1dba5d1..604dd693 100644 --- a/library/envelope/asrenvelope/index.html +++ b/library/envelope/asrenvelope/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ASREnvelope

    Attack-sustain-release envelope.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ASREnvelope

    + + + + \ No newline at end of file diff --git a/library/envelope/detectsilence/index.html b/library/envelope/detectsilence/index.html index f74c86af..81e96356 100644 --- a/library/envelope/detectsilence/index.html +++ b/library/envelope/detectsilence/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    DetectSilence

    Detects blocks of silence below the threshold value. Used as an auto-free node to terminate a Patch after processing is complete.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    DetectSilence

    + + + + \ No newline at end of file diff --git a/library/envelope/envelope/index.html b/library/envelope/envelope/index.html index 11145f51..b7e25c3a 100644 --- a/library/envelope/envelope/index.html +++ b/library/envelope/envelope/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Envelope

    Generic envelope constructor, given an array of levels, times and curves.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Envelope

    + + + + \ No newline at end of file diff --git a/library/envelope/index.html b/library/envelope/index.html index 03c31efa..f91ef5b3 100644 --- a/library/envelope/index.html +++ b/library/envelope/index.html @@ -46,6 +46,8 @@ + + @@ -1506,6 +1508,21 @@

    Envelope

  • RectangularEnvelope: Rectangular envelope with the given sustain duration.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1616,6 +1633,10 @@

    Envelope

    + + + + \ No newline at end of file diff --git a/library/envelope/line/index.html b/library/envelope/line/index.html index 23020bde..daff8ccf 100644 --- a/library/envelope/line/index.html +++ b/library/envelope/line/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Line

    Line segment with the given start/end values and duration. If loop is true, repeats indefinitely. Retriggers on a clock signal.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Line

    + + + + \ No newline at end of file diff --git a/library/envelope/rectangularenvelope/index.html b/library/envelope/rectangularenvelope/index.html index a181f441..da8797a1 100644 --- a/library/envelope/rectangularenvelope/index.html +++ b/library/envelope/rectangularenvelope/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RectangularEnvelope

    Rectangular envelope with the given sustain duration.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RectangularEnvelope

    + + + + \ No newline at end of file diff --git a/library/fft/fft/index.html b/library/fft/fft/index.html index 2168b8e0..0604b9ba 100644 --- a/library/fft/fft/index.html +++ b/library/fft/fft/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFT

    Fast Fourier Transform. Takes a time-domain input, and generates a frequency-domain (FFT) output.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFT

    + + + + \ No newline at end of file diff --git a/library/fft/fftcontinuousphasevocoder/index.html b/library/fft/fftcontinuousphasevocoder/index.html index f3a36f6a..5031d97f 100644 --- a/library/fft/fftcontinuousphasevocoder/index.html +++ b/library/fft/fftcontinuousphasevocoder/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFTContinuousPhaseVocoder

    Continuous phase vocoder. Requires an FFT* input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFTContinuousPhaseVocoder

    + + + + \ No newline at end of file diff --git a/library/fft/fftconvolve/index.html b/library/fft/fftconvolve/index.html index a9b4a599..fbedd42d 100644 --- a/library/fft/fftconvolve/index.html +++ b/library/fft/fftconvolve/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFTConvolve

    Frequency-domain convolution, using overlap-add. Useful for convolution reverb, with the input buffer containing an impulse response. Requires an FFT* input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFTConvolve

    + + + + \ No newline at end of file diff --git a/library/fft/fftfindpeaks/index.html b/library/fft/fftfindpeaks/index.html index c6eade5f..83088e28 100644 --- a/library/fft/fftfindpeaks/index.html +++ b/library/fft/fftfindpeaks/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFTFindPeaks

    Find peaks in the FFT magnitude spectrum. Requires an FFT* input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFTFindPeaks

    + + + + \ No newline at end of file diff --git a/library/fft/fftlpf/index.html b/library/fft/fftlpf/index.html index 3068566d..68d6755f 100644 --- a/library/fft/fftlpf/index.html +++ b/library/fft/fftlpf/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFTLPF

    FFT-based brick wall low pass filter. Requires an FFT* input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFTLPF

    + + + + \ No newline at end of file diff --git a/library/fft/fftnoisegate/index.html b/library/fft/fftnoisegate/index.html index fdb60fa4..c0ba5fcd 100644 --- a/library/fft/fftnoisegate/index.html +++ b/library/fft/fftnoisegate/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFTNoiseGate

    FFT-based noise gate. Requires an FFT* input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFTNoiseGate

    + + + + \ No newline at end of file diff --git a/library/fft/fftphasevocoder/index.html b/library/fft/fftphasevocoder/index.html index 45406234..39f5d95f 100644 --- a/library/fft/fftphasevocoder/index.html +++ b/library/fft/fftphasevocoder/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFTPhaseVocoder

    Phase vocoder. Requires an FFT* input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFTPhaseVocoder

    + + + + \ No newline at end of file diff --git a/library/fft/ffttonality/index.html b/library/fft/ffttonality/index.html index 49a12738..f7b3b6a4 100644 --- a/library/fft/ffttonality/index.html +++ b/library/fft/ffttonality/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFTTonality

    Tonality filter. Requires an FFT* input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFTTonality

    + + + + \ No newline at end of file diff --git a/library/fft/fftzerophase/index.html b/library/fft/fftzerophase/index.html index 5923f0c7..1c066717 100644 --- a/library/fft/fftzerophase/index.html +++ b/library/fft/fftzerophase/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FFTZeroPhase

    Remove phase information from a frequency-domain input. Requires an FFT* input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FFTZeroPhase

    + + + + \ No newline at end of file diff --git a/library/fft/ifft/index.html b/library/fft/ifft/index.html index 8187fbf3..ddb7df22 100644 --- a/library/fft/ifft/index.html +++ b/library/fft/ifft/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    IFFT

    Inverse Fast Fourier Transform. Requires an FFT* input, generates a time-domain output.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    IFFT

    + + + + \ No newline at end of file diff --git a/library/fft/index.html b/library/fft/index.html index ed8b3e5d..16f31541 100644 --- a/library/fft/index.html +++ b/library/fft/index.html @@ -46,6 +46,8 @@ + + @@ -1510,6 +1512,21 @@

    FFT

  • FFTZeroPhase: Remove phase information from a frequency-domain input. Requires an FFT* input.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1620,6 +1637,10 @@

    FFT

    + + + + \ No newline at end of file diff --git a/library/index.html b/library/index.html index ada0c167..29a754c3 100644 --- a/library/index.html +++ b/library/index.html @@ -46,6 +46,8 @@ + + @@ -1784,6 +1786,21 @@

    Stochastic


    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1894,6 +1911,10 @@

    Stochastic

    + + + + \ No newline at end of file diff --git a/library/operators/abs/index.html b/library/operators/abs/index.html index 59f3ae6a..724ed76b 100644 --- a/library/operators/abs/index.html +++ b/library/operators/abs/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Abs

    Outputs the absolute value of a, per sample. Can also be written as abs(a)

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Abs

    + + + + \ No newline at end of file diff --git a/library/operators/add/index.html b/library/operators/add/index.html index 1d422f6a..88428fa5 100644 --- a/library/operators/add/index.html +++ b/library/operators/add/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Add

    Add each sample of a to each sample of b. Can also be written as a + b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Add

    + + + + \ No newline at end of file diff --git a/library/operators/amplitudetodecibels/index.html b/library/operators/amplitudetodecibels/index.html index 41c5c61b..48cfb30e 100644 --- a/library/operators/amplitudetodecibels/index.html +++ b/library/operators/amplitudetodecibels/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    AmplitudeToDecibels

    Map a linear amplitude value to decibels.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    AmplitudeToDecibels

    + + + + \ No newline at end of file diff --git a/library/operators/channelarray/index.html b/library/operators/channelarray/index.html index f782c3e9..0f5aa06e 100644 --- a/library/operators/channelarray/index.html +++ b/library/operators/channelarray/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ChannelArray

    Takes an array of inputs and spreads them across multiple channels of output.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ChannelArray

    + + + + \ No newline at end of file diff --git a/library/operators/channelcrossfade/index.html b/library/operators/channelcrossfade/index.html index 5f72d496..fdfe9338 100644 --- a/library/operators/channelcrossfade/index.html +++ b/library/operators/channelcrossfade/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ChannelCrossfade

    Given a multichannel input, crossfades between channels based on the given position within the virtual array, producing a single-channel output.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ChannelCrossfade

    + + + + \ No newline at end of file diff --git a/library/operators/channelmixer/index.html b/library/operators/channelmixer/index.html index 91f9419d..79b0e2e8 100644 --- a/library/operators/channelmixer/index.html +++ b/library/operators/channelmixer/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ChannelMixer

    Downmix a multichannel input to a lower-channel output. If num_channels is greater than one, spreads the input channels across the field. If amplitude_compensation is enabled, scale down the amplitude based on the ratio of input to output channels.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ChannelMixer

    + + + + \ No newline at end of file diff --git a/library/operators/channelselect/index.html b/library/operators/channelselect/index.html index 7c9a19e6..7bd75395 100644 --- a/library/operators/channelselect/index.html +++ b/library/operators/channelselect/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ChannelSelect

    Select a subset of channels from a multichannel input, starting at offset, up to a maximum of maximum, with the given step.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ChannelSelect

    + + + + \ No newline at end of file diff --git a/library/operators/cos/index.html b/library/operators/cos/index.html index bc7c69d9..907686b6 100644 --- a/library/operators/cos/index.html +++ b/library/operators/cos/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Cos

    Outputs cos(a), per sample.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Cos

    + + + + \ No newline at end of file diff --git a/library/operators/decibelstoamplitude/index.html b/library/operators/decibelstoamplitude/index.html index a4817e1c..955e942b 100644 --- a/library/operators/decibelstoamplitude/index.html +++ b/library/operators/decibelstoamplitude/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    DecibelsToAmplitude

    DecibelsToAmplitude

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    DecibelsToAmplitude

    + + + + \ No newline at end of file diff --git a/library/operators/divide/index.html b/library/operators/divide/index.html index e8e711e2..47a675bd 100644 --- a/library/operators/divide/index.html +++ b/library/operators/divide/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Divide

    Divide each sample of a by each sample of b. Can also be written as a / b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Divide

    + + + + \ No newline at end of file diff --git a/library/operators/equal/index.html b/library/operators/equal/index.html index 5eeb6ec4..8c56d3b8 100644 --- a/library/operators/equal/index.html +++ b/library/operators/equal/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Equal

    Compares the output of a to the output of b. Outputs 1 when equal, 0 otherwise. Can also be written as a == b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Equal

    + + + + \ No newline at end of file diff --git a/library/operators/frequencytomidinote/index.html b/library/operators/frequencytomidinote/index.html index 746c1f64..c9af8051 100644 --- a/library/operators/frequencytomidinote/index.html +++ b/library/operators/frequencytomidinote/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FrequencyToMidiNote

    Map a frequency to a MIDI note (where 440Hz = A4 = 69), with floating-point output.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FrequencyToMidiNote

    + + + + \ No newline at end of file diff --git a/library/operators/greaterthan/index.html b/library/operators/greaterthan/index.html index 23b228e6..86337d0a 100644 --- a/library/operators/greaterthan/index.html +++ b/library/operators/greaterthan/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    GreaterThan

    Compares the output of a to the output of b. Outputs 1 when a > b, 0 otherwise. Can also be written as a > b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    GreaterThan

    + + + + \ No newline at end of file diff --git a/library/operators/greaterthanorequal/index.html b/library/operators/greaterthanorequal/index.html index 860757fe..2ca9fa12 100644 --- a/library/operators/greaterthanorequal/index.html +++ b/library/operators/greaterthanorequal/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    GreaterThanOrEqual

    Compares the output of a to the output of b. Outputs 1 when a >= b, 0 otherwise. Can also be written as a >= b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    GreaterThanOrEqual

    + + + + \ No newline at end of file diff --git a/library/operators/if/index.html b/library/operators/if/index.html index 11ad8d59..3fb6b260 100644 --- a/library/operators/if/index.html +++ b/library/operators/if/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    If

    Outputs value_if_true for each non-zero value of a, value_if_false for all other values.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    If

    + + + + \ No newline at end of file diff --git a/library/operators/index.html b/library/operators/index.html index 04915e38..4aca7a17 100644 --- a/library/operators/index.html +++ b/library/operators/index.html @@ -46,6 +46,8 @@ + + @@ -1531,6 +1533,21 @@

    Operators

  • Tanh: Outputs tanh(a), per sample. Can be used as a soft clipper.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1641,6 +1658,10 @@

    Operators

    + + + + \ No newline at end of file diff --git a/library/operators/lessthan/index.html b/library/operators/lessthan/index.html index 5a79a44b..92c9d151 100644 --- a/library/operators/lessthan/index.html +++ b/library/operators/lessthan/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    LessThan

    Compares the output of a to the output of b. Outputs 1 when a < b, 0 otherwise. Can also be written as a < b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    LessThan

    + + + + \ No newline at end of file diff --git a/library/operators/lessthanorequal/index.html b/library/operators/lessthanorequal/index.html index e7321ea5..e170f296 100644 --- a/library/operators/lessthanorequal/index.html +++ b/library/operators/lessthanorequal/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    LessThanOrEqual

    Compares the output of a to the output of b. Outputs 1 when a <= b, 0 otherwise. Can also be written as a <= b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    LessThanOrEqual

    + + + + \ No newline at end of file diff --git a/library/operators/midinotetofrequency/index.html b/library/operators/midinotetofrequency/index.html index b23a3b2e..c12dc735 100644 --- a/library/operators/midinotetofrequency/index.html +++ b/library/operators/midinotetofrequency/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    MidiNoteToFrequency

    Map a MIDI note to a frequency (where 440Hz = A4 = 69), supporting floating-point input.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    MidiNoteToFrequency

    + + + + \ No newline at end of file diff --git a/library/operators/modulo/index.html b/library/operators/modulo/index.html index 8aaa7441..05661824 100644 --- a/library/operators/modulo/index.html +++ b/library/operators/modulo/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Modulo

    Outputs the value of a modulo b, per sample. Supports fractional values. Can also be written as a % b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Modulo

    + + + + \ No newline at end of file diff --git a/library/operators/multiply/index.html b/library/operators/multiply/index.html index a03ee126..39d747cb 100644 --- a/library/operators/multiply/index.html +++ b/library/operators/multiply/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Multiply

    Multiply each sample of a by each sample of b. Can also be written as a * b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Multiply

    + + + + \ No newline at end of file diff --git a/library/operators/notequal/index.html b/library/operators/notequal/index.html index 063b2910..a657b6b9 100644 --- a/library/operators/notequal/index.html +++ b/library/operators/notequal/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    NotEqual

    Compares the output of a to the output of b. Outputs 0 when equal, 1 otherwise. Can also be written as a != b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    NotEqual

    + + + + \ No newline at end of file diff --git a/library/operators/pow/index.html b/library/operators/pow/index.html index 9f813be8..e0ef12eb 100644 --- a/library/operators/pow/index.html +++ b/library/operators/pow/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Pow

    Outputs a to the power of b, per sample. Can also be written as a ** b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Pow

    + + + + \ No newline at end of file diff --git a/library/operators/round/index.html b/library/operators/round/index.html index f6411639..fed7f4c5 100644 --- a/library/operators/round/index.html +++ b/library/operators/round/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Round

    Round the input to the nearest integer value.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Round

    + + + + \ No newline at end of file diff --git a/library/operators/roundtoscale/index.html b/library/operators/roundtoscale/index.html index 4aacfdae..87c5f93f 100644 --- a/library/operators/roundtoscale/index.html +++ b/library/operators/roundtoscale/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RoundToScale

    Given a frequency input, generates a frequency output that is rounded to the nearest MIDI note. (TODO: Not very well named)

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RoundToScale

    + + + + \ No newline at end of file diff --git a/library/operators/scalelinexp/index.html b/library/operators/scalelinexp/index.html index 38b32085..74adb2da 100644 --- a/library/operators/scalelinexp/index.html +++ b/library/operators/scalelinexp/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ScaleLinExp

    Scales the input from a linear range (between a and b) to an exponential range (between c and d).

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ScaleLinExp

    + + + + \ No newline at end of file diff --git a/library/operators/scalelinlin/index.html b/library/operators/scalelinlin/index.html index ea9ee58a..18ce95ea 100644 --- a/library/operators/scalelinlin/index.html +++ b/library/operators/scalelinlin/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ScaleLinLin

    Scales the input from a linear range (between a and b) to a linear range (between c and d).

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ScaleLinLin

    + + + + \ No newline at end of file diff --git a/library/operators/sin/index.html b/library/operators/sin/index.html index 5e57ea2b..9da74de1 100644 --- a/library/operators/sin/index.html +++ b/library/operators/sin/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Sin

    Outputs sin(a), per sample.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Sin

    + + + + \ No newline at end of file diff --git a/library/operators/subtract/index.html b/library/operators/subtract/index.html index aa4c1df7..a7b79903 100644 --- a/library/operators/subtract/index.html +++ b/library/operators/subtract/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Subtract

    Subtract each sample of b from each sample of a. Can also be written as a - b

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Subtract

    + + + + \ No newline at end of file diff --git a/library/operators/sum/index.html b/library/operators/sum/index.html index 6e5d6781..9d279d03 100644 --- a/library/operators/sum/index.html +++ b/library/operators/sum/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Sum

    Sums the output of all of the input nodes, by sample.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Sum

    + + + + \ No newline at end of file diff --git a/library/operators/tan/index.html b/library/operators/tan/index.html index 510fc377..bb9ca453 100644 --- a/library/operators/tan/index.html +++ b/library/operators/tan/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Tan

    Outputs tan(a), per sample.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Tan

    + + + + \ No newline at end of file diff --git a/library/operators/tanh/index.html b/library/operators/tanh/index.html index 1095f3d4..1e37e8c2 100644 --- a/library/operators/tanh/index.html +++ b/library/operators/tanh/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Tanh

    Outputs tanh(a), per sample. Can be used as a soft clipper.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Tanh

    + + + + \ No newline at end of file diff --git a/library/oscillators/constant/index.html b/library/oscillators/constant/index.html index 2365ce09..4de8cdc0 100644 --- a/library/oscillators/constant/index.html +++ b/library/oscillators/constant/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Constant

    Produces a constant value.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Constant

    + + + + \ No newline at end of file diff --git a/library/oscillators/impulse/index.html b/library/oscillators/impulse/index.html index 7b213595..a6a7acd3 100644 --- a/library/oscillators/impulse/index.html +++ b/library/oscillators/impulse/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Impulse

    Produces a value of 1 at the given frequency, with output of 0 at all other times. If frequency is 0, produces a single impulse.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Impulse

    + + + + \ No newline at end of file diff --git a/library/oscillators/index.html b/library/oscillators/index.html index f3aa9f89..a84cb442 100644 --- a/library/oscillators/index.html +++ b/library/oscillators/index.html @@ -46,6 +46,8 @@ + + @@ -1512,6 +1514,21 @@

    Oscillators

  • Wavetable2D: Wavetable2D
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1622,6 +1639,10 @@

    Oscillators

    + + + + \ No newline at end of file diff --git a/library/oscillators/sawlfo/index.html b/library/oscillators/sawlfo/index.html index 493c416c..3cf3d462 100644 --- a/library/oscillators/sawlfo/index.html +++ b/library/oscillators/sawlfo/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SawLFO

    Produces a sawtooth LFO, with output ranging from min to max.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SawLFO

    + + + + \ No newline at end of file diff --git a/library/oscillators/sawoscillator/index.html b/library/oscillators/sawoscillator/index.html index b3dabb41..ec5d66ab 100644 --- a/library/oscillators/sawoscillator/index.html +++ b/library/oscillators/sawoscillator/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SawOscillator

    Produces a (non-band-limited) sawtooth wave, with the given frequency and phase offset. When a reset or trigger is received, resets the phase to zero.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SawOscillator

    + + + + \ No newline at end of file diff --git a/library/oscillators/sinelfo/index.html b/library/oscillators/sinelfo/index.html index 226fb8c7..d0b418d1 100644 --- a/library/oscillators/sinelfo/index.html +++ b/library/oscillators/sinelfo/index.html @@ -42,6 +42,8 @@ + + @@ -1504,6 +1506,21 @@

    Examples

    saw.play() +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1578,6 +1595,10 @@

    Examples

    + + + + \ No newline at end of file diff --git a/library/oscillators/sineoscillator/index.html b/library/oscillators/sineoscillator/index.html index f96220fb..366f1171 100644 --- a/library/oscillators/sineoscillator/index.html +++ b/library/oscillators/sineoscillator/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SineOscillator

    Produces a sine wave at the given frequency.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SineOscillator

    + + + + \ No newline at end of file diff --git a/library/oscillators/squarelfo/index.html b/library/oscillators/squarelfo/index.html index 1f61d558..aa3e5222 100644 --- a/library/oscillators/squarelfo/index.html +++ b/library/oscillators/squarelfo/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SquareLFO

    Produces a pulse wave LFO with the given frequency and pulsewidth of width, ranging from min to max, where width of 0.5 is a square wave.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SquareLFO

    + + + + \ No newline at end of file diff --git a/library/oscillators/squareoscillator/index.html b/library/oscillators/squareoscillator/index.html index ac1c668a..d035bd68 100644 --- a/library/oscillators/squareoscillator/index.html +++ b/library/oscillators/squareoscillator/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SquareOscillator

    Produces a pulse wave with the given frequency and pulse width, where width of 0.5 is a square wave and other width values produce a rectangular wave.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SquareOscillator

    + + + + \ No newline at end of file diff --git a/library/oscillators/trianglelfo/index.html b/library/oscillators/trianglelfo/index.html index 7d922c34..a932c340 100644 --- a/library/oscillators/trianglelfo/index.html +++ b/library/oscillators/trianglelfo/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    TriangleLFO

    Produces a triangle LFO with the given frequency and phase offset, ranging from min to max.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    TriangleLFO

    + + + + \ No newline at end of file diff --git a/library/oscillators/triangleoscillator/index.html b/library/oscillators/triangleoscillator/index.html index e4083303..d97526b3 100644 --- a/library/oscillators/triangleoscillator/index.html +++ b/library/oscillators/triangleoscillator/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    TriangleOscillator

    Produces a triangle wave with the given frequency.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    TriangleOscillator

    + + + + \ No newline at end of file diff --git a/library/oscillators/wavetable/index.html b/library/oscillators/wavetable/index.html index ed00fb2e..d434e2d7 100644 --- a/library/oscillators/wavetable/index.html +++ b/library/oscillators/wavetable/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Wavetable

    Plays the wavetable stored in buffer at the given frequency and phase offset. sync can be used to provide a hard sync input, which resets the wavetable's phase at each zero-crossing.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Wavetable

    + + + + \ No newline at end of file diff --git a/library/oscillators/wavetable2d/index.html b/library/oscillators/wavetable2d/index.html index 7fd16cc6..b9b00e60 100644 --- a/library/oscillators/wavetable2d/index.html +++ b/library/oscillators/wavetable2d/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Wavetable2D

    Wavetable2D

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Wavetable2D

    + + + + \ No newline at end of file diff --git a/library/processors/clip/index.html b/library/processors/clip/index.html index 808d4c4e..37ef854e 100644 --- a/library/processors/clip/index.html +++ b/library/processors/clip/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Clip

    Clip the input to min/max.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Clip

    + + + + \ No newline at end of file diff --git a/library/processors/delays/allpassdelay/index.html b/library/processors/delays/allpassdelay/index.html index edab3ff0..6b6a812f 100644 --- a/library/processors/delays/allpassdelay/index.html +++ b/library/processors/delays/allpassdelay/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    AllpassDelay

    All-pass delay, with feedback between 0 and 1. delay_time must be less than or equal to max_delay_time.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    AllpassDelay

    + + + + \ No newline at end of file diff --git a/library/processors/delays/combdelay/index.html b/library/processors/delays/combdelay/index.html index ee82ed94..3ff88fe6 100644 --- a/library/processors/delays/combdelay/index.html +++ b/library/processors/delays/combdelay/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    CombDelay

    Comb delay, with feedback between 0 and 1. delay_time must be less than or equal to max_delay_time.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    CombDelay

    + + + + \ No newline at end of file diff --git a/library/processors/delays/index.html b/library/processors/delays/index.html index 12adc8a3..5cddb717 100644 --- a/library/processors/delays/index.html +++ b/library/processors/delays/index.html @@ -46,6 +46,8 @@ + + @@ -1504,6 +1506,21 @@

    Processors: Delays

  • Stutter: Stutters the input whenever a trigger is received on clock. Generates stutter_count repeats, with duration of stutter_time.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1614,6 +1631,10 @@

    Processors: Delays

    + + + + \ No newline at end of file diff --git a/library/processors/delays/onetapdelay/index.html b/library/processors/delays/onetapdelay/index.html index 02438797..f288c50f 100644 --- a/library/processors/delays/onetapdelay/index.html +++ b/library/processors/delays/onetapdelay/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    OneTapDelay

    Single-tap delay line. delay_time must be less than or equal to max_delay_time.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    OneTapDelay

    + + + + \ No newline at end of file diff --git a/library/processors/delays/stutter/index.html b/library/processors/delays/stutter/index.html index e4754b8e..2b2f2b3a 100644 --- a/library/processors/delays/stutter/index.html +++ b/library/processors/delays/stutter/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Stutter

    Stutters the input whenever a trigger is received on clock. Generates stutter_count repeats, with duration of stutter_time.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Stutter

    + + + + \ No newline at end of file diff --git a/library/processors/distortion/index.html b/library/processors/distortion/index.html index e4f2cb77..6378602b 100644 --- a/library/processors/distortion/index.html +++ b/library/processors/distortion/index.html @@ -46,6 +46,8 @@ + + @@ -1504,6 +1506,21 @@

    Processors: Distortion

  • WaveShaper: Applies wave-shaping as described in buffer.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1614,6 +1631,10 @@

    Processors: Distortion

    + + + + \ No newline at end of file diff --git a/library/processors/distortion/resample/index.html b/library/processors/distortion/resample/index.html index 32c0240d..feb09c05 100644 --- a/library/processors/distortion/resample/index.html +++ b/library/processors/distortion/resample/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Resample

    Resampler and bit crusher. sample_rate is in Hz, bit_rate is an integer between 0 and 16.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Resample

    + + + + \ No newline at end of file diff --git a/library/processors/distortion/sampleandhold/index.html b/library/processors/distortion/sampleandhold/index.html index 501be509..e270bd82 100644 --- a/library/processors/distortion/sampleandhold/index.html +++ b/library/processors/distortion/sampleandhold/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SampleAndHold

    Samples and holds the input each time a trigger is received on clock.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SampleAndHold

    + + + + \ No newline at end of file diff --git a/library/processors/distortion/squiz/index.html b/library/processors/distortion/squiz/index.html index 6f74a5e5..12483bfc 100644 --- a/library/processors/distortion/squiz/index.html +++ b/library/processors/distortion/squiz/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Squiz

    Implementation of Dan Stowell's Squiz algorithm, a kind of downsampler.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Squiz

    + + + + \ No newline at end of file diff --git a/library/processors/distortion/waveshaper/index.html b/library/processors/distortion/waveshaper/index.html index 0533f830..b3759382 100644 --- a/library/processors/distortion/waveshaper/index.html +++ b/library/processors/distortion/waveshaper/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    WaveShaper

    Applies wave-shaping as described in buffer.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    WaveShaper

    + + + + \ No newline at end of file diff --git a/library/processors/dynamics/compressor/index.html b/library/processors/dynamics/compressor/index.html index 04d82c38..2976f667 100644 --- a/library/processors/dynamics/compressor/index.html +++ b/library/processors/dynamics/compressor/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Compressor

    Dynamic range compression, with optional sidechain input. When the input amplitude is above threshold, compresses the amplitude with the given ratio, following the given attack_time and release_time in seconds.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Compressor

    + + + + \ No newline at end of file diff --git a/library/processors/dynamics/gate/index.html b/library/processors/dynamics/gate/index.html index 50cd79ae..bab558eb 100644 --- a/library/processors/dynamics/gate/index.html +++ b/library/processors/dynamics/gate/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Gate

    Outputs the input value when it is above the given threshold, otherwise zero.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Gate

    + + + + \ No newline at end of file diff --git a/library/processors/dynamics/index.html b/library/processors/dynamics/index.html index 3ce1bb93..424be4a4 100644 --- a/library/processors/dynamics/index.html +++ b/library/processors/dynamics/index.html @@ -46,6 +46,8 @@ + + @@ -1504,6 +1506,21 @@

    Processors: Dynamics

  • RMS: Outputs the root-mean-squared value of the input, in buffers equal to the graph's current buffer size.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1614,6 +1631,10 @@

    Processors: Dynamics

    + + + + \ No newline at end of file diff --git a/library/processors/dynamics/maximiser/index.html b/library/processors/dynamics/maximiser/index.html index 07f558f1..715c28ff 100644 --- a/library/processors/dynamics/maximiser/index.html +++ b/library/processors/dynamics/maximiser/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Maximiser

    Gain maximiser.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Maximiser

    + + + + \ No newline at end of file diff --git a/library/processors/dynamics/rms/index.html b/library/processors/dynamics/rms/index.html index 1fcd0a7c..db2a3d16 100644 --- a/library/processors/dynamics/rms/index.html +++ b/library/processors/dynamics/rms/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RMS

    Outputs the root-mean-squared value of the input, in buffers equal to the graph's current buffer size.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RMS

    + + + + \ No newline at end of file diff --git a/library/processors/filters/biquadfilter/index.html b/library/processors/filters/biquadfilter/index.html index e492b7c8..278476eb 100644 --- a/library/processors/filters/biquadfilter/index.html +++ b/library/processors/filters/biquadfilter/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    BiquadFilter

    Biquad filter. filter_type can be 'low_pass', 'band_pass', 'high_pass', 'notch', 'peak', 'low_shelf', 'high_shelf'. Not recommended for real-time modulation; for this, use SVFilter.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    BiquadFilter

    + + + + \ No newline at end of file diff --git a/library/processors/filters/dcfilter/index.html b/library/processors/filters/dcfilter/index.html index 03fd61c4..a8f75172 100644 --- a/library/processors/filters/dcfilter/index.html +++ b/library/processors/filters/dcfilter/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    DCFilter

    Remove low-frequency and DC content from a signal.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    DCFilter

    + + + + \ No newline at end of file diff --git a/library/processors/filters/eq/index.html b/library/processors/filters/eq/index.html index 666a8191..264e1781 100644 --- a/library/processors/filters/eq/index.html +++ b/library/processors/filters/eq/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    EQ

    Three-band EQ.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    EQ

    + + + + \ No newline at end of file diff --git a/library/processors/filters/index.html b/library/processors/filters/index.html index 2e5c3761..e16b2a8c 100644 --- a/library/processors/filters/index.html +++ b/library/processors/filters/index.html @@ -46,6 +46,8 @@ + + @@ -1505,6 +1507,21 @@

    Processors: Filters

  • SVFilter: State variable filter. filter_type can be 'low_pass', 'band_pass', 'high_pass', 'notch', 'peak', 'low_shelf', 'high_shelf'. resonance should be between [0..1].
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1615,6 +1632,10 @@

    Processors: Filters

    + + + + \ No newline at end of file diff --git a/library/processors/filters/moogvcf/index.html b/library/processors/filters/moogvcf/index.html index a28b4be9..30e3dfd2 100644 --- a/library/processors/filters/moogvcf/index.html +++ b/library/processors/filters/moogvcf/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    MoogVCF

    Moog ladder low-pass filter.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    MoogVCF

    + + + + \ No newline at end of file diff --git a/library/processors/filters/svfilter/index.html b/library/processors/filters/svfilter/index.html index a3b3d693..1a8be793 100644 --- a/library/processors/filters/svfilter/index.html +++ b/library/processors/filters/svfilter/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SVFilter

    State variable filter. filter_type can be 'low_pass', 'band_pass', 'high_pass', 'notch', 'peak', 'low_shelf', 'high_shelf'. resonance should be between [0..1].

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SVFilter

    + + + + \ No newline at end of file diff --git a/library/processors/fold/index.html b/library/processors/fold/index.html index cd0b76e2..082c5525 100644 --- a/library/processors/fold/index.html +++ b/library/processors/fold/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Fold

    Fold the input beyond min/max, reflecting the excess back.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Fold

    + + + + \ No newline at end of file diff --git a/library/processors/index.html b/library/processors/index.html index d7908f68..6a211952 100644 --- a/library/processors/index.html +++ b/library/processors/index.html @@ -46,6 +46,8 @@ + + @@ -1505,6 +1507,21 @@

    Processors

  • Wrap: Wrap the input beyond min/max.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1615,6 +1632,10 @@

    Processors

    + + + + \ No newline at end of file diff --git a/library/processors/panning/azimuthpanner/index.html b/library/processors/panning/azimuthpanner/index.html index 371a22ba..2b470f95 100644 --- a/library/processors/panning/azimuthpanner/index.html +++ b/library/processors/panning/azimuthpanner/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    AzimuthPanner

    Pan input around an equally-spaced ring of num_channels speakers. pan is the pan position from -1..+1, where 0 = centre front. width is the source's width, where 1.0 spans exactly between an adjacent pair of channels.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    AzimuthPanner

    + + + + \ No newline at end of file diff --git a/library/processors/panning/channelpanner/index.html b/library/processors/panning/channelpanner/index.html index 913ba4f8..c173e1a5 100644 --- a/library/processors/panning/channelpanner/index.html +++ b/library/processors/panning/channelpanner/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ChannelPanner

    Pan the input between a linear series of channels, where pan 0 = channel 0, 1 = channel 1, etc. No wrapping is applied.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ChannelPanner

    + + + + \ No newline at end of file diff --git a/library/processors/panning/index.html b/library/processors/panning/index.html index 91e803c4..02c8a9ca 100644 --- a/library/processors/panning/index.html +++ b/library/processors/panning/index.html @@ -46,6 +46,8 @@ + + @@ -1506,6 +1508,21 @@

    Processors: Panning

  • StereoWidth: Reduces the width of a stereo signal. When width = 1, input is unchanged. When width = 0, outputs a pair of identical channels both containing L+R.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1616,6 +1633,10 @@

    Processors: Panning

    + + + + \ No newline at end of file diff --git a/library/processors/panning/spatialpanner/index.html b/library/processors/panning/spatialpanner/index.html index 170abf3f..05ceb306 100644 --- a/library/processors/panning/spatialpanner/index.html +++ b/library/processors/panning/spatialpanner/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    SpatialPanner

    Implements a spatial panning algorithm, applied to a given SpatialEnvironment. Currently, only DBAP is supported.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    SpatialPanner

    + + + + \ No newline at end of file diff --git a/library/processors/panning/stereobalance/index.html b/library/processors/panning/stereobalance/index.html index 7ff81e15..48a3ee3f 100644 --- a/library/processors/panning/stereobalance/index.html +++ b/library/processors/panning/stereobalance/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    StereoBalance

    Takes a stereo input and rebalances it, where balance of 0 is unchanged, -1 is hard left, and 1 is hard right.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    StereoBalance

    + + + + \ No newline at end of file diff --git a/library/processors/panning/stereopanner/index.html b/library/processors/panning/stereopanner/index.html index ddcfa48d..3a830e7a 100644 --- a/library/processors/panning/stereopanner/index.html +++ b/library/processors/panning/stereopanner/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    StereoPanner

    Pans a mono input to a stereo output. pan should be between -1 (hard left) to +1 (hard right), with 0 = centre.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    StereoPanner

    + + + + \ No newline at end of file diff --git a/library/processors/panning/stereowidth/index.html b/library/processors/panning/stereowidth/index.html index c085db68..452df16c 100644 --- a/library/processors/panning/stereowidth/index.html +++ b/library/processors/panning/stereowidth/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    StereoWidth

    Reduces the width of a stereo signal. When width = 1, input is unchanged. When width = 0, outputs a pair of identical channels both containing L+R.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    StereoWidth

    + + + + \ No newline at end of file diff --git a/library/processors/smooth/index.html b/library/processors/smooth/index.html index 2703fa36..416b7455 100644 --- a/library/processors/smooth/index.html +++ b/library/processors/smooth/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Smooth

    Smooth the input with a given smoothing coefficient. When smooth = 0, applies no smoothing.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Smooth

    + + + + \ No newline at end of file diff --git a/library/processors/wetdry/index.html b/library/processors/wetdry/index.html index 23eef05b..a7aa01eb 100644 --- a/library/processors/wetdry/index.html +++ b/library/processors/wetdry/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    WetDry

    Takes wet and dry inputs, and outputs a mix determined by wetness.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    WetDry

    + + + + \ No newline at end of file diff --git a/library/processors/wrap/index.html b/library/processors/wrap/index.html index 2a47e26d..08614065 100644 --- a/library/processors/wrap/index.html +++ b/library/processors/wrap/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Wrap

    Wrap the input beyond min/max.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Wrap

    + + + + \ No newline at end of file diff --git a/library/sequencing/clockdivider/index.html b/library/sequencing/clockdivider/index.html index c7ef62fc..7684c286 100644 --- a/library/sequencing/clockdivider/index.html +++ b/library/sequencing/clockdivider/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ClockDivider

    When given a clock input (e.g., an Impulse), divides the clock by the given factor. factor must be an integer greater than or equal to 1.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ClockDivider

    + + + + \ No newline at end of file diff --git a/library/sequencing/counter/index.html b/library/sequencing/counter/index.html index e4f3f47f..5feaca68 100644 --- a/library/sequencing/counter/index.html +++ b/library/sequencing/counter/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Counter

    Count upwards from min to max, driven by clock.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Counter

    + + + + \ No newline at end of file diff --git a/library/sequencing/euclidean/index.html b/library/sequencing/euclidean/index.html index 76faba90..73485711 100644 --- a/library/sequencing/euclidean/index.html +++ b/library/sequencing/euclidean/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Euclidean

    Euclidean rhythm as described by Toussaint, with sequence_length (n) and num_events (k), driven by clock.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Euclidean

    + + + + \ No newline at end of file diff --git a/library/sequencing/flipflop/index.html b/library/sequencing/flipflop/index.html index 9f5c67b1..79fbb570 100644 --- a/library/sequencing/flipflop/index.html +++ b/library/sequencing/flipflop/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    FlipFlop

    Flips from 0/1 on each clock.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    FlipFlop

    + + + + \ No newline at end of file diff --git a/library/sequencing/impulsesequence/index.html b/library/sequencing/impulsesequence/index.html index e58ae300..92e43c15 100644 --- a/library/sequencing/impulsesequence/index.html +++ b/library/sequencing/impulsesequence/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    ImpulseSequence

    Each time a clock or trigger is received, outputs the next value in sequence. At all other times, outputs zero.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    ImpulseSequence

    + + + + \ No newline at end of file diff --git a/library/sequencing/index.html b/library/sequencing/index.html index c7b41452..349a966e 100644 --- a/library/sequencing/index.html +++ b/library/sequencing/index.html @@ -46,6 +46,8 @@ + + @@ -1508,6 +1510,21 @@

    Sequencing

  • Sequence: Outputs the elements in sequence, incrementing position on each clock.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1618,6 +1635,10 @@

    Sequencing

    + + + + \ No newline at end of file diff --git a/library/sequencing/index/index.html b/library/sequencing/index/index.html index a136e22c..34597343 100644 --- a/library/sequencing/index/index.html +++ b/library/sequencing/index/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Index

    Outputs the value in list corresponding to index.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Index

    + + + + \ No newline at end of file diff --git a/library/sequencing/latch/index.html b/library/sequencing/latch/index.html index 9946f51e..c18d55c4 100644 --- a/library/sequencing/latch/index.html +++ b/library/sequencing/latch/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Latch

    Initially outputs 0. When a trigger is received at set, outputs 1. When a trigger is subsequently received at reset, outputs 0, until the next set.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Latch

    + + + + \ No newline at end of file diff --git a/library/sequencing/sequence/index.html b/library/sequencing/sequence/index.html index d6abf440..411630ef 100644 --- a/library/sequencing/sequence/index.html +++ b/library/sequencing/sequence/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Sequence

    Outputs the elements in sequence, incrementing position on each clock.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Sequence

    + + + + \ No newline at end of file diff --git a/library/stochastic/index.html b/library/stochastic/index.html index 9a60935f..82b02f07 100644 --- a/library/stochastic/index.html +++ b/library/stochastic/index.html @@ -44,6 +44,8 @@ + + @@ -1510,6 +1512,21 @@

    Stochastic

  • WhiteNoise: Generates whitenoise between min/max. If frequency is zero, generates at audio rate. For frequencies lower than audio rate, interpolate applies linear interpolation between values, and random_interval specifies whether new random values should be equally-spaced or randomly-spaced.
  • +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-11-09 + + +
    +
    + @@ -1605,6 +1622,10 @@

    Stochastic

    + + + + \ No newline at end of file diff --git a/library/stochastic/logistic/index.html b/library/stochastic/logistic/index.html index 90e4eceb..430beae1 100644 --- a/library/stochastic/logistic/index.html +++ b/library/stochastic/logistic/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    Logistic

    Logistic noise.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    Logistic

    + + + + \ No newline at end of file diff --git a/library/stochastic/pinknoise/index.html b/library/stochastic/pinknoise/index.html index ec6a5dc9..11afcfc3 100644 --- a/library/stochastic/pinknoise/index.html +++ b/library/stochastic/pinknoise/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    PinkNoise

    Pink noise, with specified low/high cutoffs.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    PinkNoise

    + + + + \ No newline at end of file diff --git a/library/stochastic/randombrownian/index.html b/library/stochastic/randombrownian/index.html index b6e761d7..dba5c3cd 100644 --- a/library/stochastic/randombrownian/index.html +++ b/library/stochastic/randombrownian/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomBrownian

    Outputs Brownian noise between min/max, with a mean change of delta between samples. If a clock is passed, only generates a new value on a clock tick.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomBrownian

    + + + + \ No newline at end of file diff --git a/library/stochastic/randomchoice/index.html b/library/stochastic/randomchoice/index.html index 3f3efb74..d1deaf2b 100644 --- a/library/stochastic/randomchoice/index.html +++ b/library/stochastic/randomchoice/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomChoice

    Pick a random value from the given array. If a clock is passed, only picks a new value on a clock tick.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomChoice

    + + + + \ No newline at end of file diff --git a/library/stochastic/randomcoin/index.html b/library/stochastic/randomcoin/index.html index 6bb2376a..2264c33b 100644 --- a/library/stochastic/randomcoin/index.html +++ b/library/stochastic/randomcoin/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomCoin

    Flip a coin with the given probability. If a clock is passed, only picks a new value on a clock tick.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomCoin

    + + + + \ No newline at end of file diff --git a/library/stochastic/randomexponential/index.html b/library/stochastic/randomexponential/index.html index 8a3e0745..a7015fc9 100644 --- a/library/stochastic/randomexponential/index.html +++ b/library/stochastic/randomexponential/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomExponential

    Generate an random exponential value between min/max. If a clock is passed, only picks a new value on a clock tick.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomExponential

    + + + + \ No newline at end of file diff --git a/library/stochastic/randomexponentialdist/index.html b/library/stochastic/randomexponentialdist/index.html index 099d630d..545eecbd 100644 --- a/library/stochastic/randomexponentialdist/index.html +++ b/library/stochastic/randomexponentialdist/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomExponentialDist

    Generate an random value following the exponential distribution. If a clock is passed, only picks a new value on a clock tick.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomExponentialDist

    + + + + \ No newline at end of file diff --git a/library/stochastic/randomgaussian/index.html b/library/stochastic/randomgaussian/index.html index 6b0f4493..4a00a0d8 100644 --- a/library/stochastic/randomgaussian/index.html +++ b/library/stochastic/randomgaussian/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomGaussian

    Generate an random Gaussian value, with given mean and sigma. If a clock is passed, only picks a new value on a clock tick.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomGaussian

    + + + + \ No newline at end of file diff --git a/library/stochastic/randomimpulse/index.html b/library/stochastic/randomimpulse/index.html index d0bfa69f..f0f87752 100644 --- a/library/stochastic/randomimpulse/index.html +++ b/library/stochastic/randomimpulse/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomImpulse

    Generate random impulses at the given frequency, with either uniform or poisson distribution.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomImpulse

    + + + + \ No newline at end of file diff --git a/library/stochastic/randomimpulsesequence/index.html b/library/stochastic/randomimpulsesequence/index.html index 875859fb..bd2d3afd 100644 --- a/library/stochastic/randomimpulsesequence/index.html +++ b/library/stochastic/randomimpulsesequence/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomImpulseSequence

    Generates a random sequence of 0/1 bits with the given length, and the given probability each each bit = 1. The position of the sequence is incremented on each clock signal. explore and generate are trigger inputs which cause the sequence to mutate and re-generate respectively.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomImpulseSequence

    + + + + \ No newline at end of file diff --git a/library/stochastic/randomuniform/index.html b/library/stochastic/randomuniform/index.html index 594db7f8..c54d9435 100644 --- a/library/stochastic/randomuniform/index.html +++ b/library/stochastic/randomuniform/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    RandomUniform

    Generates a uniformly random value between min/max. If a clock is passed, only picks a new value on a clock tick.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    RandomUniform

    + + + + \ No newline at end of file diff --git a/library/stochastic/whitenoise/index.html b/library/stochastic/whitenoise/index.html index 0b535440..0e4d73ce 100644 --- a/library/stochastic/whitenoise/index.html +++ b/library/stochastic/whitenoise/index.html @@ -42,6 +42,8 @@ + + @@ -1483,6 +1485,21 @@

    WhiteNoise

    Generates whitenoise between min/max. If frequency is zero, generates at audio rate. For frequencies lower than audio rate, interpolate applies linear interpolation between values, and random_interval specifies whether new random values should be equally-spaced or randomly-spaced.

    +
    +
    + + + Last update: + 2023-12-03 + +
    + Created: + 2023-12-03 + + +
    +
    + @@ -1557,6 +1574,10 @@

    WhiteNoise

    + + + + \ No newline at end of file diff --git a/license/index.html b/license/index.html index 1e1f55bf..73e32ed6 100644 --- a/license/index.html +++ b/license/index.html @@ -46,6 +46,8 @@ + + @@ -1500,6 +1502,21 @@

    License

    This means that you are welcome to use it for any purpose, including commercial usage, but must include the copyright notice above in any copies or derivative works.

    Please do let me know what you use it for!

    +
    +
    + + + Last update: + 2021-06-07 + +
    + Created: + 2021-06-07 + + +
    +
    + @@ -1610,6 +1627,10 @@

    License

    + + + + \ No newline at end of file diff --git a/node/developing/index.html b/node/developing/index.html index 4bfeef5a..ccdfa227 100644 --- a/node/developing/index.html +++ b/node/developing/index.html @@ -46,6 +46,8 @@ + + @@ -1547,6 +1549,21 @@

    Nodes

    Developing new Node classes

    See CONTRIBUTING.md

    +
    +
    + + + Last update: + 2022-04-01 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1657,6 +1674,10 @@

    Developing new Node classes

    + + + + \ No newline at end of file diff --git a/node/index.html b/node/index.html index 7743d86f..235ea265 100644 --- a/node/index.html +++ b/node/index.html @@ -46,6 +46,8 @@ + + @@ -1504,6 +1506,21 @@

    Nodes


    → Next: Node playback

    +
    +
    + + + Last update: + 2023-11-09 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1614,6 +1631,10 @@

    Nodes

    + + + + \ No newline at end of file diff --git a/node/inputs/index.html b/node/inputs/index.html index 11e5ec08..508ba111 100644 --- a/node/inputs/index.html +++ b/node/inputs/index.html @@ -46,6 +46,8 @@ + + @@ -1752,6 +1754,21 @@

    Buffer inputs


    → Next: Operators

    +
    +
    + + + Last update: + 2023-11-09 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1862,6 +1879,10 @@

    Buffer inputs

    + + + + \ No newline at end of file diff --git a/node/multichannel/index.html b/node/multichannel/index.html index fcdb88c5..3b6eef44 100644 --- a/node/multichannel/index.html +++ b/node/multichannel/index.html @@ -46,6 +46,8 @@ + + @@ -1664,6 +1666,21 @@

    Querying channel subse

    → Next: Status and properties

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1774,6 +1791,10 @@

    Querying channel subse + + + + \ No newline at end of file diff --git a/node/operators/index.html b/node/operators/index.html index 6925b9ab..f10f3407 100644 --- a/node/operators/index.html +++ b/node/operators/index.html @@ -46,6 +46,8 @@ + + @@ -1744,6 +1746,21 @@

    Comparison operators


    → Next: Multichannel

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1854,6 +1871,10 @@

    Comparison operators

    + + + + \ No newline at end of file diff --git a/node/playback/index.html b/node/playback/index.html index f6aae753..d9da07d0 100644 --- a/node/playback/index.html +++ b/node/playback/index.html @@ -46,6 +46,8 @@ + + @@ -1627,6 +1629,21 @@

    Stopping playback


    → Next: Inputs

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1737,6 +1754,10 @@

    Stopping playback

    + + + + \ No newline at end of file diff --git a/node/properties/index.html b/node/properties/index.html index aa46808c..77b3b0c9 100644 --- a/node/properties/index.html +++ b/node/properties/index.html @@ -46,6 +46,8 @@ + + @@ -1665,6 +1667,21 @@

    Node-specific properties


    → Next: Stochastic nodes

    +
    +
    + + + Last update: + 2023-07-28 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1775,6 +1792,10 @@

    Node-specific properties

    + + + + \ No newline at end of file diff --git a/node/stochastic/index.html b/node/stochastic/index.html index 32b4b1bf..9aa29dbe 100644 --- a/node/stochastic/index.html +++ b/node/stochastic/index.html @@ -46,6 +46,8 @@ + + @@ -1568,6 +1570,21 @@

    Chance and stochastic nodes


    → Next: Node reference library

    +
    +
    + + + Last update: + 2023-11-08 + +
    + Created: + 2022-04-01 + + +
    +
    + @@ -1678,6 +1695,10 @@

    Chance and stochastic nodes

    + + + + \ No newline at end of file diff --git a/patch/auto-free/index.html b/patch/auto-free/index.html index 7d0df6d4..4730ce3f 100644 --- a/patch/auto-free/index.html +++ b/patch/auto-free/index.html @@ -46,6 +46,8 @@ + + @@ -1548,6 +1550,21 @@

    Auto-free and memory management

    Auto-free.


    +
    +
    + + + Last update: + 2022-04-02 + +
    + Created: + 2022-04-02 + + +
    +
    + @@ -1658,6 +1675,10 @@

    Auto-free and memory management

    + + + + \ No newline at end of file diff --git a/patch/defining/index.html b/patch/defining/index.html index 08ad9fd7..77135334 100644 --- a/patch/defining/index.html +++ b/patch/defining/index.html @@ -46,6 +46,8 @@ + + @@ -1622,6 +1624,21 @@

    Creating a PatchSpec from JSON


    → Next: Playing and stopping a Patch

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-02 + + +
    +
    + @@ -1732,6 +1749,10 @@

    Creating a PatchSpec from JSON

    + + + + \ No newline at end of file diff --git a/patch/exporting/index.html b/patch/exporting/index.html index 87c103cd..07b8dda9 100644 --- a/patch/exporting/index.html +++ b/patch/exporting/index.html @@ -46,6 +46,8 @@ + + @@ -1549,6 +1551,21 @@

    Exporting and importing patches


    → Next: Auto-free and memory management

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-02 + + +
    +
    + @@ -1659,6 +1676,10 @@

    Exporting and importing patches

    + + + + \ No newline at end of file diff --git a/patch/index.html b/patch/index.html index ebc2722b..0f7705f4 100644 --- a/patch/index.html +++ b/patch/index.html @@ -46,6 +46,8 @@ + + @@ -1506,6 +1508,21 @@

    Patch


    → Next: Defining a Patch

    +
    +
    + + + Last update: + 2023-11-06 + +
    + Created: + 2021-06-08 + + +
    +
    + @@ -1616,6 +1633,10 @@

    Patch

    + + + + \ No newline at end of file diff --git a/patch/inputs/index.html b/patch/inputs/index.html index 6a211e53..82ffedff 100644 --- a/patch/inputs/index.html +++ b/patch/inputs/index.html @@ -46,6 +46,8 @@ + + @@ -1672,6 +1674,21 @@

    Buffer inputs


    → Next: Operators

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-02 + + +
    +
    + @@ -1782,6 +1799,10 @@

    Buffer inputs

    + + + + \ No newline at end of file diff --git a/patch/operators/index.html b/patch/operators/index.html index bddb36dc..cab571ba 100644 --- a/patch/operators/index.html +++ b/patch/operators/index.html @@ -46,6 +46,8 @@ + + @@ -1553,6 +1555,21 @@

    Operators


    → Next: Patch properties

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-02 + + +
    +
    + @@ -1663,6 +1680,10 @@

    Operators

    + + + + \ No newline at end of file diff --git a/patch/playback/index.html b/patch/playback/index.html index 00618519..e5292347 100644 --- a/patch/playback/index.html +++ b/patch/playback/index.html @@ -46,6 +46,8 @@ + + @@ -1652,6 +1654,21 @@

    Stopping a Patch


    → Next: Patch inputs

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-02 + + +
    +
    + @@ -1762,6 +1779,10 @@

    Stopping a Patch

    + + + + \ No newline at end of file diff --git a/patch/properties/index.html b/patch/properties/index.html index 66d057b1..48af5fa3 100644 --- a/patch/properties/index.html +++ b/patch/properties/index.html @@ -46,6 +46,8 @@ + + @@ -1579,6 +1581,21 @@

    Patch properties


    → Next: Exporting and importing patches

    +
    +
    + + + Last update: + 2023-01-03 + +
    + Created: + 2022-04-02 + + +
    +
    + @@ -1689,6 +1706,10 @@

    Patch properties

    + + + + \ No newline at end of file diff --git a/planning/NAMING/index.html b/planning/NAMING/index.html index fb35bd2e..5560afb5 100644 --- a/planning/NAMING/index.html +++ b/planning/NAMING/index.html @@ -42,6 +42,8 @@ + + @@ -1545,6 +1547,21 @@

    NODES

    - Patch - PatchDef

    +
    +
    + + + Last update: + 2023-12-05 + +
    + Created: + 2023-12-05 + + +
    +
    + @@ -1619,6 +1636,10 @@

    NODES

    + + + + \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 89035e71..1529894a 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ