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
Model registry
Operate
Environments
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
Jonathan Wilkes
purr-data
Commits
68c0fbeb
Commit
68c0fbeb
authored
7 years ago
by
Rishabh Gupta
Browse files
Options
Downloads
Patches
Plain Diff
Update README Issue #426
parent
ddf714ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!189
WIP: About legacy fix
,
!188
Update README Issue #426
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-14
16 additions, 14 deletions
README.md
with
16 additions
and
14 deletions
README.md
+
16
−
14
View file @
68c0fbeb
...
@@ -11,9 +11,9 @@ maintainers:
...
@@ -11,9 +11,9 @@ maintainers:
[
Mailing List
](
http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
)
[
Mailing List
](
http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev
)
*
[
One Paragraph Overview
](
#one-paragraph-overview
)
*
[
One Paragraph Overview
](
#one-paragraph-overview
)
*
[
Flavors of Pure Data
](
#flavors-of-pure-data
)
*
[
Three Paragraph Overview
](
#three-paragraph-overview
)
*
[
Three Paragraph Overview
](
#three-paragraph-overview
)
*
[
Goals
](
#goals
)
*
[
Goals
](
#goals
)
*
[
Relationship of Purr Data to Pure Data
](
#relationship-of-purr-data-to-pure-data
)
*
[
Downloads
](
#downloads
)
*
[
Downloads
](
#downloads
)
*
[
Build Guide
](
#build-guide
)
*
[
Build Guide
](
#build-guide
)
*
[
Gnu/Linux
](
#linux
)
*
[
Gnu/Linux
](
#linux
)
...
@@ -32,19 +32,7 @@ create software graphically by drawing diagrams instead of writing lines of
...
@@ -32,19 +32,7 @@ create software graphically by drawing diagrams instead of writing lines of
code. These diagrams show how data flows through the software, displaying on
code. These diagrams show how data flows through the software, displaying on
the screen what text-based languages require you to piece together in your mind.
the screen what text-based languages require you to piece together in your mind.
### Flavors of Pure Data
There are three maintained distributions of Pure Data:
1.
Purr Data. This is the 2.0 version of Pd-l2ork. It ships with lots of
external libraries and uses a modern GUI written using HTML5.
2.
Pd-L2Ork 1.0, the version used by Ivica Bukvic for his laptop orchestra.
Pd-l2ork 1.0 uses tcl/tk (and tkpath) for the GUI. You can find it
[
here
](
http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/
)
3.
Pure Data "Vanilla". Miller Puckette's personal version which he hosts on
his website and maintains. It doesn't come with external libraries
pre-installed, but it does include an interface you can use to search
and install external libraries maintained and packaged by other developers.
### Three Paragraph Overview
### Three Paragraph Overview
...
@@ -78,6 +66,20 @@ Pd-L2ork has the following goals:
...
@@ -78,6 +66,20 @@ Pd-L2ork has the following goals:
documentation. We like documentation, so it follows that we like consistent
documentation. We like documentation, so it follows that we like consistent
interfaces.
interfaces.
### Relationship of Purr Data to Pure Data
There are three maintained distributions of Pure Data:
1.
Purr Data. This is the 2.0 version of Pd-l2ork. It ships with lots of
external libraries and uses a modern GUI written using HTML5.
2.
Pd-L2Ork 1.0, the version used by Ivica Bukvic for his laptop orchestra.
Pd-l2ork 1.0 uses tcl/tk (and tkpath) for the GUI. You can find it
[
here
](
http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/
)
3.
Pure Data "Vanilla". Miller Puckette's personal version which he hosts on
his website and maintains. It doesn't come with external libraries
pre-installed, but it does include an interface you can use to search
and install external libraries maintained and packaged by other developers.
### Downloads
### Downloads
You can download a precompiled installer for Gnu/Linux, Windows, or OSX
You can download a precompiled installer for Gnu/Linux, Windows, or OSX
...
@@ -601,4 +603,4 @@ primitives (numbers, strings, and arrays). For the arrays, Javascript's array
...
@@ -601,4 +603,4 @@ primitives (numbers, strings, and arrays). For the arrays, Javascript's array
notation is used. This is a highly idiosyncratic, quick-and-dirty approach.
notation is used. This is a highly idiosyncratic, quick-and-dirty approach.
But the point is that the idiosyncracy exists in a single file of the source
But the point is that the idiosyncracy exists in a single file of the source
code, and can be easily made more modular (or replaced entirely by something
code, and can be easily made more modular (or replaced entirely by something
else) without affecting _any_ of the rest of the C code.
else) without affecting _any_ of the rest of the C code.
\ No newline at end of file
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