Skip to content
Snippets Groups Projects
Commit 42962388 authored by Florent Berthaut's avatar Florent Berthaut
Browse files

Updated readme

parent 27b11bf6
No related branches found
No related tags found
No related merge requests found
# gdpd
gdpd is a Godot add-on for loading and processing Pure Data patches.
The audio is played using Jack on GNU/Linux and CoreAudio on OSX.
The *master* branch is for Godot 4.X.
Use the Godot3 branch for previous versions.
# Using gdpd
Install the gdpd folder in the addons folder of your Godot project.
In a script,
1. Initialize gdpd
```python
@onready var _gdpd = load("res://addons/gdpd/bin/gdpd.gdns").new()
@onready var _gdpd = GdPd.new()
```
2. Initialize the audio inputs and outputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment