Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saharan/graphsynth
A node-based graphical synthesizer
https://github.com/saharan/graphsynth
Last synced: 11 days ago
JSON representation
A node-based graphical synthesizer
- Host: GitHub
- URL: https://github.com/saharan/graphsynth
- Owner: saharan
- License: mit
- Created: 2020-03-23T13:55:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T12:55:16.000Z (about 4 years ago)
- Last Synced: 2024-11-06T08:13:01.647Z (2 months ago)
- Language: Haxe
- Size: 7.09 MB
- Stars: 235
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[GraphSynth](https://saharan.github.io/GraphSynth/)
--A node-based graphical synthesizer.
## How to use
1. Move a node by dragging.
ドラッグでノードを動かします。
![](./tutorial/move.gif)1. Connect nodes by dragging a node to another node.
ドラッグでノードを他のノードに接続します。
![](./tutorial/connect.gif)1. Cut cables and remove nodes by slashing.
スラッシュでケーブルを切断またはノードを除去します。
![](./tutorial/slash.gif)1. Select multiple nodes and move them.
複数ノードを選択して同時に動かします。
![](./tutorial/select.gif)1. Tap a node twice to open the edit menu.
ノードを2回タップして編集画面を開きます。
![](./tutorial/edit.gif)1. Modularize a part of the graph.
グラフの一部をモジュール化します。
![](./tutorial/modularize.gif)1. Go inside and outside a module.
モジュールを出入りします。
![](./tutorial/inout.gif)1. Copy and paste a part of the graph.
グラフの一部をコピペで増やします。
![](./tutorial/copy.gif)1. Save and load graphs.
グラフの保存・読み込みを行います。
![](./tutorial/save.gif)1. Open examples and have fun!
サンプルを開いて遊んでみましょう!
![](./tutorial/examples.gif)## Tips
* On mobile devices, use two fingers to translate and scale the view.
モバイル端末では、二本指でビューの移動と拡大縮小ができます。
* Some usual keyboard shortcuts are available on PCs.
PCでは、よくあるショートカットキーをいくつか使うことができます。## License
The MIT License