nonameentername / godot-csound

Godot gdextension csound library to allow playing music using csound.
https://nonameentername.github.io/godot-csound/csoundgodot.html
GNU Lesser General Public License v2.1
6 stars 0 forks source link

A minimal usage example? #2

Open flaviotordini opened 2 days ago

flaviotordini commented 2 days ago

Very interesting project, thank you! I already built it. Could you provide a usage example to get me started quickly?

nonameentername commented 4 hours ago

Hello, and thank you for taking the time to explore godot-csound!

Please note that this project relies on the development branch of Csound, so breaking changes may occur in the future as it's still a work in progress.

To help you get started, I've created a simple example Godot project that uses godot-csound, which you can find here.

For a more advanced example, check out this project.