Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help: clarify startup file and how to hack superdirt #260

Merged
merged 4 commits into from
Jan 27, 2022

Conversation

telephon
Copy link
Contributor

This fixes #259, please comment if you think this is still not clear …

hacks/README.scd Outdated

The examples in the current hacks / folder can be used while you play already, and most of it can be live coded.
If you want to include any code of it into your setup, it is recommendable to copy it
and add it to your supercollider startup file. These files are not incoude files. How to do this is explained below.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo (incoude -> include)

hacks/README.scd Outdated

~dirt.soundLibrary.addSynth(\test, (play: { "////////////// do whatever \\\\\\\\\\\\\\\\".postln }));

// if there are mor than one of those, they should be separated by semicolons.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: are mor -> are more

@telephon telephon merged commit ab4a7dc into develop Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

how do I "add (something from dirt-hacks) to supercollider startup file"?
2 participants