Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brittney allen
purr-data
Commits
b6be55fe
Commit
b6be55fe
authored
4 years ago
by
Akash Negi
Committed by
Jonathan Wilkes
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix - Punctuations
parent
6ceeb809
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-27
27 additions, 27 deletions
README.md
with
27 additions
and
27 deletions
README.md
+
27
−
27
View file @
b6be55fe
## Pd-L2Ork
m
aintainers:
M
aintainers:
*
Ivica Ico Bukvic
<ico@vt.edu>
*
Albert Graef
<aggraef@gmail.com>
...
...
@@ -278,28 +278,28 @@ The instructions are exactly the same as for the 32 bit build (see above), but t
### Code of Conduct
1.
No sarcasm, please
2.
Don't appear to lack empathy
1.
No sarcasm, please
.
2.
Don't appear to lack empathy
.
3.
You can't live here. If you're spending hours a day writing Purr Data
code or-- worse-- spending hours a day
*writing emails about*
code that
has yet to be written, you're doing it wrong
4.
If working on something for the first time, ask to be mentored
5.
If no one asked you to mentor them, don't teach
has yet to be written, you're doing it wrong
.
4.
If working on something for the first time, ask to be mentored
.
5.
If no one asked you to mentor them, don't teach
.
6.
It is better to let small things go then to risk taking time away from
solving bigger problems
solving bigger problems
.
It is a bad idea to break this Code of Conduct
*even if*
no one complains
about your behavior.
about your behavio
u
r.
### Project Governance
*
t
he three maintainers listed at the top of this document are the ones in
charge of this project
*
u
nanimous decisions are preferred
*
2 out of 3 can break a disagreement
*
t
here will only ever be three maintainers of this project at any given time.
*
T
he three maintainers listed at the top of this document are the ones in
charge of this project
.
*
U
nanimous decisions are preferred
.
*
2 out of 3 can break a disagreement
.
*
T
here will only ever be three maintainers of this project at any given time.
If you'd like to temporarily step in as one of the three,
send an inquiry to the list and we can
y
discuss it
send an inquiry to the list and we can discuss it
.
### Contributor Guide
...
...
@@ -342,22 +342,22 @@ A few guidelines:
Here are some of the current tasks:
*
w
riting small audio/visual Pd games or demos to include in the next release
*
s
kills needed:
a
bility to write Pd programs
*
s
tatus: I wrote a little sprite-based game that will ship with the next
*
W
riting small audio/visual Pd games or demos to include in the next release
*
S
kills needed:
A
bility to write Pd programs
*
S
tatus: I wrote a little sprite-based game that will ship with the next
version of Pd-L2Ork. In it, the character walks around in an actual
Pd diagram shoots at the objects to progress, and to make realtime
changes to the music.
What I'd like is to include a new, smallish game with each release
that has a link in the Pd console. It can be a little demo or game,
just something fun that shows off what can be done using Pure Data.
*
d
esigning/
i
mplementing regression test template
*
s
kills needed:
k
nowledge about... regression tests. :) But also some
*
D
esigning/
I
mplementing regression test template
*
S
kills needed:
K
nowledge about... regression tests. :) But also some
expertise in using Pd so that the tests themselves can
be written in Pure Data. At the same time, they should
be able to be run as part of the automated packaging
process (i.e., in -nogui mode).
*
s
tatus:
s
ome externals have their own testing environments, but they are
*
S
tatus:
S
ome externals have their own testing environments, but they are
limited as they require manual intervention to run and read the
results inside a graphical window.
We currently have a crude test system that at least ensures that each
...
...
@@ -368,9 +368,9 @@ Here are some of the current tasks:
And Mathieu Bouchard's "pure unity" (not sure if this is the most
recent link...):
http://sourceforge.net/p/pure-data/svn/HEAD/tree/tags/externals/pureunity/pureunity-0.0/
*
a
dding support for double precision to the external libraries that ship with purr-data
*
s
kills needed:
k
nowledge about data types in C language(specially float and double)
*
s
tatus:
t
he core classes of purr data and the freeverb~ external library
*
A
dding support for double precision to the external libraries that ship with purr-data
*
S
kills needed:
K
nowledge about data types in C language(specially float and double)
*
S
tatus:
T
he core classes of purr data and the freeverb~ external library
have been changed to support both float and double but still the remaining
external libraries only have support for single precision.
The task ahead is to add double precision support to these external libraries.
...
...
@@ -585,10 +585,10 @@ PD-GUI:
gui GUI front end
#### 6. Javascript style
1.
Brackets on the same line as declaration or expression:
`if (a) {`
2.
Single line comments only:
`//`
3.
Use double-quotes for strings
4.
Use underscores to separate words of function names and variables
1.
Brackets on the same line as declaration or expression:
`if (a) {`
.
2.
Single line comments only:
`//`
.
3.
Use double-quotes for strings
.
4.
Use underscores to separate words of function names and variables
.
### GUI Messaging Specification
#### Public GUI interface
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment