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
Copy file name to clipboardExpand all lines: README.md
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,11 @@ The design principle of these tools is to be seamlessly integrated with the user
12
12
13
13
One main improvement area can be found at the bookmark toolbar. Upon installing additional icons will appear in the UI, giving you easy access to some of the main functions. However there are tools that work in the background and are accessible with simple shortcuts.
14
14
15
-
Everything is documented here, so be sure to refer to this document and in general to my [TD Tips & Tricks & Hacks]() (TBA) blog post. If something is still not clear write an issue here on GitHub or use the **Troubleshoot** channel on my [Discord](https://discord.gg/b4CaCP3g3K).
15
+
Everything is documented here, so be sure to refer to this document and in general to my [TD Tips & Tricks & Hacks]() (TBA) blog post.
16
16
17
-
Most of the tools are made by [Function Store](https://linktr.ee/function.str), with notable contributions from [AlphaMoonbase.berlin](https://alphamoonbase.de/), [Yea Chen](https://www.instagram.com/yeataro) and [Greg Hermanovic](https://derivative.ca).
17
+
Please help by reporting any [issues](https://github.com/function-store/FunctionStore_tools/issues) here on GitHub or use the **Troubleshoot** channel on my [Discord](https://discord.gg/b4CaCP3g3K).
18
+
19
+
Most of the tools are made by [Function Store](https://linktr.ee/function.str), with notable contributions from [AlphaMoonbase.berlin](https://alphamoonbase.de/), [Yea Chen](https://www.instagram.com/yeataro) and [Greg Hermanovic](https://derivative.ca), please support them!
18
20
19
21
While these tools are here for all the community to enjoy, I've spent countless hours on developing them so [Patreon](https://patreon.com/function_store) follows are appreciated!
20
22
@@ -25,9 +27,29 @@ While these tools are here for all the community to enjoy, I've spent countless
25
27
3. Open a new project file
26
28
4. Drag and drop the downloaded `.tox` to the root (`/`) level of your network
27
29
5. Drag and drop the `.tox` to an existing project file's root level
28
-
6. (Optinal) Save the project file and set it as default startup file in `Preferences->General->Startup File Mode/Custom Startup File`
30
+
6. (Strongly Suggested) Save the project file and set it as default startup file in `Preferences->General->Startup File Mode/Custom Startup File` so that it is used in every project from then on!
29
31
30
-
> **Note:** There might be errors shown initially but upon right clicking on the component and clicking `Clear (Children) Script Errors` they should be gone
32
+
> **Note:** There might be errors shown initially but upon right clicking on the component and clicking `Clear (Children) Script Errors` they should be gone.
33
+
34
+
## Syncing/Externalizing
35
+
36
+
There are a couple of components whose states/contents you'll probably want to synchronize between your projects, such as [OpTemplates](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates), [ExprHotStrings](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#exprhotstrings), or [Global ResetPLS](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#global-resetpls) exceptions. These are saved into a folder inside your **User Palette**, and can be toggled On or Off.
37
+
38
+
The state of some other components such as MIDI/OSC Maps get saved into your project folder for easy migration and future-proofing for updates.
39
+
40
+
These can be turned off in the Custom Parameters of the toolkit.
41
+
42
+
## Custom Parameters
43
+
44
+
At the base level of `FunctionStore_tools.tox` you can find some custom parameters that allow you to customize its functionalities on a broad scale. Should you want further customization, it is possible at the component level of each tool.
45
+
46
+
### Active tab
47
+
48
+
In this tab you can choose to disable some of the components, that you might find annoying or unwanted. I only added the ones I personally might want turned off occasionally. I also crammed in `ParPromoter Ref/Bind` which is explained here: [CustomPar Tools](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#custompar-tools)
49
+
50
+
### Syncing
51
+
52
+
Turn On or Off Syncing/Externalizing for individual modules **(On by default)**.
31
53
32
54
## Repo Structure
33
55
@@ -69,6 +91,7 @@ There is a `FNS_TDDefault.toe` project file for you to quickly test the tools, o
0 commit comments