Skip to content

Commit c23c1df

Browse files
Merge branch 'main' into dev
2 parents 3c5b936 + 7890597 commit c23c1df

File tree

9 files changed

+28
-4
lines changed

9 files changed

+28
-4
lines changed

FNS_TDDefault.toe

33.1 KB
Binary file not shown.

README.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ The design principle of these tools is to be seamlessly integrated with the user
1212

1313
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.
1414

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.
1616

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!
1820

1921
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!
2022

@@ -25,9 +27,29 @@ While these tools are here for all the community to enjoy, I've spent countless
2527
3. Open a new project file
2628
4. Drag and drop the downloaded `.tox` to the root (`/`) level of your network
2729
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!
2931

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)**.
3153

3254
## Repo Structure
3355

@@ -69,6 +91,7 @@ There is a `FNS_TDDefault.toe` project file for you to quickly test the tools, o
6991
- [Show/Hide Network Editor Grid](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#showhide-network-editor-grid)
7092
- [Set Input/Viewer Smoothness](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#set-inputviewer-smoothness)
7193
- [Global Hog CHOP](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#global-hog-chop)
94+
- [QickTime](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#custompar-tools)
7295
- [Mute and Volume](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#mute-and-volume)
7396
- [CustomPar Tools](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#custompar-tools)
7497

@@ -80,6 +103,7 @@ There is a `FNS_TDDefault.toe` project file for you to quickly test the tools, o
80103
- [AltSelect](https://github.com/function-store/FunctionStore_tools/wiki/03.-Miscellaneous#altselect)
81104
- [AutoCombine](https://github.com/function-store/FunctionStore_tools/wiki/03.-Miscellaneous#autocombine)
82105
- [AutoRes](https://github.com/function-store/FunctionStore_tools/wiki/03.-Miscellaneous#autores)
106+
- [QuickOp](https://github.com/function-store/FunctionStore_tools/wiki/03.-Miscellaneous#quickop)
83107

84108
---
85109

960 Bytes
Binary file not shown.
336 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
-976 Bytes
Binary file not shown.
-384 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-80 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)