cabbage-react 1.0.29 → 1.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Synchronize a parameter with the backend. This hook:
|
|
|
23
23
|
- Identifies and sets the default value defined in .csd to a state.
|
|
24
24
|
- Handles initialization when opening an existing session, or reopening the plugin window.
|
|
25
25
|
- Listens for value updates from the host (DAW), or from Csound.
|
|
26
|
-
- Sends changes
|
|
26
|
+
- Sends changes to the backend using the provided value-setter.
|
|
27
27
|
|
|
28
28
|
### useCabbageProperties
|
|
29
29
|
|