You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Unified Tool Selector, Miscellaneous Documentation Updates, Disclaimers and Notes of AI usage.
- Added a new Unified Tool Selector script package to provide consistent tool command access across different views.
- Revised command_reference.md to reorganize section commands.
- Updated debugging_utilities.md so all examples show writing output to a .txt file rather than using a modal dialog.
- Added disclaimers and notes throughout the repo documentation and example script source files indicating the use of agentic coding tools for transparency.
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Platform:** Fender Studio Pro / PreSonus Studio One
4
4
5
-
> ⚠️ **Disclaimer:** Fender/PreSonus does not provide official public documentation for this API. This reference is entirely community-derived and incomplete. The API is internal and undocumented.
5
+
> ⚠️ **Disclaimer:** Fender/PreSonus does not provide official public documentation for this API. This reference is entirely community-derived and incomplete. The API is internal and undocumented. The documentation and included example scripts were developed with the assistance of agentic coding agents. All included script examples have been tested within Studio Pro but should be reviewed for edge cases.
Copy file name to clipboardExpand all lines: docs/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,4 @@ This is not a complete reference. There is plenty of missing, improperly structu
22
22
|[API Index](api_index.md)| Map of all documentation pages |
23
23
24
24
<br/>
25
-
⚠️ **Disclaimer:** Fender/PreSonus does not provide official public documentation for this API. This reference is entirely community-derived and incomplete. The API is internal and undocumented.
25
+
⚠️ **Disclaimer:** Fender/PreSonus does not provide official public documentation for this API. This reference is entirely community-derived and incomplete. The API is internal and undocumented. The documentation and included example scripts were developed with the assistance of agentic coding agents. All included script examples have been tested within Studio Pro but should be reviewed for edge cases.
Copy file name to clipboardExpand all lines: docs/scripts/crossfade-tool.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,4 +154,8 @@ The command path accepts `Length`, `Type`, and `Bend` arguments. The `AudioFunct
154
154
155
155
## Tips
156
156
157
-
- If the dialog does not open, make sure at least one audio event is selected. The tool still requires at least two audio events before applying the crossfade.
157
+
- If the dialog does not open, make sure at least one audio event is selected. The tool still requires at least two audio events before applying the crossfade.
158
+
159
+
---
160
+
161
+
> **Development Note:** This script and its documentation were developed with the assistance of agentic coding tools.
- If the variations list is empty that indicates the active region does not have a Sound Variation Map to reference, select an Instrument Part containing variations.
154
-
- Typing names directly in the edit box allows you to target variations without scrolling through the list.
154
+
- Typing names directly in the edit box allows you to target variations without scrolling through the list.
155
+
156
+
---
157
+
158
+
> **Development Note:** This script and its documentation were developed with the assistance of agentic coding tools.
0 commit comments