Format and remove link to open document

This commit is contained in:
yaxu 2026-01-11 12:21:05 +01:00
parent 20ea2980a2
commit 85fd567fb2

View file

@ -16,18 +16,18 @@ Yes - there is no charge, this is a collective open source project, and the musi
While there is no charge there are some caveats, e.g.: While there is no charge there are some caveats, e.g.:
* the source code must stay free, i.e. you cannot distribute strudel or tidal as part of projects with incompatible licenses - see the [license](https://www.gnu.org/licenses/agpl-3.0.en.html) for details. - the source code must stay free, i.e. you cannot distribute strudel or tidal as part of projects with incompatible licenses - see the [license](https://www.gnu.org/licenses/agpl-3.0.en.html) for details.
* the contributed examples and tracks are also separately licensed, and must not e.g. be used to train AI models without permission. - the contributed examples and tracks are also separately licensed, and must not e.g. be used to train AI models without permission.
## How to record or export audio? ## How to record or export audio?
Strudel is not a digital audio workstation and does not operate following the same principles shared by most traditional audio softwares. However, there are multiple ways to record the audio -- and video -- output of Strudel: Strudel is not a digital audio workstation and does not operate following the same principles shared by most traditional audio softwares. However, there are multiple ways to record the audio -- and video -- output of Strudel:
* Use the 'export' tab to render and download as an audio file. - Use the 'export' tab to render and download as an audio file.
* capture the raw stereo signal coming out of your web browser. You will need an external audio editor/DAW such as Reaper/Audacity/Ardour, etc. - capture the raw stereo signal coming out of your web browser. You will need an external audio editor/DAW such as Reaper/Audacity/Ardour, etc.
* use the alternative SuperDirt audio engine. Read [this page](/learn/input-output/#oscsuperdirtstrudeldirt) to know more about it. - use the alternative SuperDirt audio engine. Read [this page](/learn/input-output/#oscsuperdirtstrudeldirt) to know more about it.
* capture the audio/video stream using a capture tool such as [OBS](<https://obsproject.com/fr>), which is designed for live streaming, but also works very well for recording. - capture the audio/video stream using a capture tool such as [OBS](https://obsproject.com/fr), which is designed for live streaming, but also works very well for recording.
* don't record anything and code it again in front of your friends. - don't record anything and code it again in front of your friends.
## Can I use strudel with my IDE? ## Can I use strudel with my IDE?
@ -329,9 +329,3 @@ s increase by one semitone, i.e. sharp, works for steps of scales, note names
$: at the start of a line, defines a member of the stack. is the only stack name that should occur multiple names $: at the start of a line, defines a member of the stack. is the only stack name that should occur multiple names
_ before a stack name: mutes the stack, i.e. hush(), for example _$: s("bd"), see above for a different usage. _ before a stack name: mutes the stack, i.e. hush(), for example _$: s("bd"), see above for a different usage.
``` ```
## Are there more FAQ items?
These pages have been taken from [this pad](https://doc.patternclub.org/_CgofWouTciXXHexUP9AVg?both). Some of the items there have not been brushed up and brought here.
These include the following items: 9, 11, 12 and 19