Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Nov 24, 2024
1 parent 02cf141 commit 7afab53
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish
name: Release
on:
workflow_dispatch:
push:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/patch/problems/compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
If you have problems to compile, the easiear way to solve is to report what is the problem using the GitHub issues.

!!! bug "How to report?"
<p style="font-size: 18px">Create a new issue on [Github](https://github.com/charlesneimog/pd4web/issues) or use [Google Forms](https://forms.gle/qS7YX4QzrUKNXGkU7).</p>
<p style="font-size: 18px">Create a new issue on [Github](https://github.com/charlesneimog/pd4web/issues){target="_blank}" or use [Google Forms](https://forms.gle/qS7YX4QzrUKNXGkU7){target="_blank"}.</p>

---
<div class="grid cards" markdown>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/patch/problems/flutex.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h2 align="center"><code>flutex.c</code> problems</h2>

!!! bug "How to report?"
<p style="font-size: 18px">Create a new issue on [Github](https://github.com/charlesneimog/pd4web/issues) or use [Google Forms](https://forms.gle/qS7YX4QzrUKNXGkU7).</p>
<p style="font-size: 18px">Create a new issue on [Github](https://github.com/charlesneimog/pd4web/issues){target="_blank}" or use [Google Forms](https://forms.gle/qS7YX4QzrUKNXGkU7){target="_blank"}.</p>

If this happens, probably is because you are using some object that I don't use in my patches. So, you need to report this problem to me and I will try to solve this.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/patch/problems/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Errors and how to solve them

!!! bug "How to report?"
<p style="font-size: 18px">Create a new issue on [Github](https://github.com/charlesneimog/pd4web/issues) or use [Google Forms](https://forms.gle/qS7YX4QzrUKNXGkU7).</p>
<p style="font-size: 18px">Create a new issue on [Github](https://github.com/charlesneimog/pd4web/issues){target="_blank}" or use [Google Forms](https://forms.gle/qS7YX4QzrUKNXGkU7){target="_blank"}.</p>

In this section, I will explain some problems related with configuration of `pd4web` and how to solve then.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/patch/problems/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h2 align="center">Memory problems</h2>

!!! bug "How to report?"
<p style="font-size: 18px">Create a new issue on [Github](https://github.com/charlesneimog/pd4web/issues) or use [Google Forms](https://forms.gle/qS7YX4QzrUKNXGkU7).</p>
<p style="font-size: 18px">Create a new issue on [Github](https://github.com/charlesneimog/pd4web/issues){target="_blank}" or use [Google Forms](https://forms.gle/qS7YX4QzrUKNXGkU7){target="_blank"}.</p>


You need to define the size of memory of your patch, this is pretty simple. Big patches needs more memory, small patches needs less memory.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</p>

<p align="center">
<a href="https://github.com/charlesneimog/pd4web/actions/workflows/Publish.yml"><img src="https://github.com/charlesneimog/pd4web/actions/workflows/Publish.yml/badge.svg" alt="Tests"></a>
<a href="https://github.com/charlesneimog/pd4web/actions/workflows/Release.yml"><img src="https://github.com/charlesneimog/pd4web/actions/workflows/Release.yml/badge.svg" alt="Tests"></a>
</p>

`pd4web` lets you run PureData patches directly in web browsers. It stands out from alternatives like [hvcc](https://github.com/Wasted-Audio/hvcc) and [WebPd](https://github.com/sebpiq/WebPd) by compiling the source code of [libpd](https://github.com/libpd/libpd), thanks to the work of [claudeha](https://github.com/claudeha). With `pd4web`, you can compile any PureData Vanilla patch, along with a list of more than 800 externals and abstractions.
Expand Down

0 comments on commit 7afab53

Please sign in to comment.