Skip to content

Commit 3c8122d

Browse files
committed
add limitation of lop~
1 parent c43c6b9 commit 3c8122d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/02.getting_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ This list will be continuously epanded to document differences in object behavio
122122
* `[snapshot~]` does not respond within the same control flow as it executes in signal context. Its output happens on the next audio cycle, so additional care for this control flow needs to be taken into account if you depend on synchronous execution. It also doesn't accept `[set(` messages.
123123
* Certain filters are sensitive to ‘blowing up’ at very low or very high cutoff frequencies and/or resonances, due to the filter coefficients not being perfectly represented with a finite number of bits. While Pure data natively uses 64 bits, platforms like `OWL` and `Daisy` that use 32 bit float are more sensitive to this. For example, the Pure data `[bp~]` filter is implemented with a biquad which is prone to fail or distort with cutoff frequencies less than around 200 Hz (at 48kHz sample rate).
124124
* Right inlet for table onset of `[tabread4~]` does not do anything.
125+
* Right inlet for `[lop~]` does not support signal input.
125126
* Heavy does not support multichannel connections.

docs/09.supported_vanilla_objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Here is a list of [unsupported Pd objects](10.unsupported_vanilla_objects.md).
154154
| hip~ | |
155155
| inlet~ | |
156156
| line~ | |
157-
| lop~ | |
157+
| lop~ | right inlet does not support signals |
158158
| max~ | |
159159
| min~ | |
160160
| mtof~ | |

0 commit comments

Comments
 (0)