Skip to content

Commit 4f38d99

Browse files
Update README.md
1 parent 78068e3 commit 4f38d99

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

README.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
**Important: This toolkit has been developed under TD2022, while there is a 2023 variant available in the releases it may have bugs. Please report if you see any, thanks! See [TD2023 Migration guide](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates#td2023-migration) for OpTemplates.**
77

88
---
9+
![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/main.png)
910

1011
This is a collection of [**TouchDesigner**](https://derivative.ca) hacks and tools that can help you improve workflow as well as manipulate the default behavior of TD.
1112
For example, with these tools you will be able to place operators with your preferred default parameters, operator chains, or even full render networks with one click; as well as swap operators, and more.
@@ -14,7 +15,7 @@ The design principle of these tools is to be seamlessly integrated with the user
1415

1516
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.
1617

17-
Everything is documented here, so be sure to refer to this document and in general to my [TD Tips & Tricks & Hacks]() (TBA) blog post.
18+
Everything is documented here, so be sure to refer to the [Wiki](https://github.com/function-store/FunctionStore_tools/wiki) and in general to my [TD Tips & Tricks & Hacks]() (TBA) blog post.
1819

1920
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).
2021

@@ -39,13 +40,13 @@ There are a couple of components whose states/contents you'll probably want to s
3940

4041
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.
4142

42-
These can be turned on or off in the Custom Parameters of the toolkit, which you can also access by right-clicking the `fx` button in the toolbar.
43+
These can be turned on or off in the Custom Parameters of the toolkit, which you can also access by right-clicking the (![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/Fx.png) button in the toolbar.
4344

4445
## Custom Parameters
4546

4647
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.
4748

48-
> You can easily access these settings by right-clicking the `fx` button in the toolbar.
49+
> You can easily access these settings by right-clicking the ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/Fx.png) button in the toolbar.
4950
5051

5152
### Active tab
@@ -70,37 +71,33 @@ There is a `FNS_TDDefault.toe` project file for you to quickly test the tools, o
7071

7172
## [Read the Wiki](https://github.com/function-store/FunctionStore_tools/wiki)
7273

73-
- [OpTemplates](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates)
74+
- [OpTemplates](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/OpTemplates.png)
7475
- [Template Definiton](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates#template-definiton)
7576
- [Template Snippets](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates#template-snippets)
7677
- [Templates Usage](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates#templates-usage)
7778
- [Maintaining OpTemplates](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates#maintaining-optemplates)
7879
- [Known issues](https://github.com/function-store/FunctionStore_tools/wiki/01.-OpTemplates#known-issues)
7980

80-
- [FNS_Toolbar](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar)
81-
- [tools_ui](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#tools_ui)
82-
- [op_store](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#op_store)
83-
- [GlobalOutSelect](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#globaloutselect)
84-
- [Known Issues](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#known-issues)
85-
- [ExprHotStrings](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#exprhotstrings)
86-
- [midiMapper](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#midimapper)
87-
- [oscMapper](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#oscmapper)
88-
- [Olib Browser](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#olib-browser)
89-
- [Open Templates](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#open-templates)
90-
- [Perform Window Tools](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#perform-window-tools)
91-
- [Global Mouse CHOP](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#global-mouse-chop)
92-
- [Global ResetPLS](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#global-resetpls)
93-
- [Conf](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#conf)
94-
- [TOP, CHOP, SOP, COMP](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#top-chop-sop-comp)
95-
- [Misc](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#misc)
96-
- [Swap OPs](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#swap-ops)
97-
- [Show/Hide Backdrops](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#showhide-backdrops)
98-
- [Show/Hide Network Editor Grid](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#showhide-network-editor-grid)
99-
- [Set Input/Viewer Smoothness](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#set-inputviewer-smoothness)
100-
- [Global Hog CHOP](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#global-hog-chop)
101-
- [QickTime](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#custompar-tools)
102-
- [Mute and Volume](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#mute-and-volume)
103-
- [CustomPar Tools](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#custompar-tools)
81+
- [FNS_Toolbar](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/main.png)
82+
- [tools_ui](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#tools_ui) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/Fx.png)
83+
- [op_store](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#op_store)
84+
- [GlobalOutSelect](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#globaloutselect)
85+
- [ExprHotStrings](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#exprhotstrings)
86+
- [midiMapper](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#midimapper)
87+
- [oscMapper](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#oscmapper)
88+
- [Olib Browser](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#olib-browser) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/Olib.png)
89+
- [OpTemplates](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#open-templates) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/OpTemplates.png)
90+
- [Perform Window Tools](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#perform-window-tools) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/PerformTools.png)
91+
- [Global Mouse CHOP](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#global-mouse-chop) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/QuickMouse.png)
92+
- [Global ResetPLS](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#global-resetpls) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/ResetPLS.png)
93+
- [Swap OPs](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#swap-ops) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/SwapOPs.png)
94+
- [Toggle Backdrops](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#showhide-backdrops) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/ToggleBackdrop.png)
95+
- [Toggle Network Editor Grid](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#showhide-network-editor-grid) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/Toggle%20Grid.png)
96+
- [Set Input/Viewer Smoothness](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#set-inputviewer-smoothness) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/Set%20Smoothness.png)
97+
- [Global Hog CHOP](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#global-hog-chop) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/HogCHOP.png)
98+
- [QuickTime](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#custompar-tools) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/QuickTime.png)
99+
- [Mute and Volume](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#mute-and-volume) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/GlobalVol.png)
100+
- [CustomPar Tools](https://github.com/function-store/FunctionStore_tools/wiki/02.-FNS_Toolbar#custompar-tools) ![](https://github.com/function-store/FunctionStore_tools/blob/main/icons/CustomParTools.png)
104101

105102
- [Miscellaneous](https://github.com/function-store/FunctionStore_tools/wiki/03.-Miscellaneous)
106103
- [Greg's OP Create IO Filter Mod](https://github.com/function-store/FunctionStore_tools/wiki/03.-Miscellaneous#gregs-op-create-io-filter-mod)

0 commit comments

Comments
 (0)