Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
purr-data
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pranay Gupta
purr-data
Compare Revisions
3e367a452a025ad6a2673d2a964551bf5eb87718...a4bf90bc2df327d9e249aa3e7f2239ef9b837499
Source
a4bf90bc2df327d9e249aa3e7f2239ef9b837499
Select Git revision
...
Target
3e367a452a025ad6a2673d2a964551bf5eb87718
Select Git revision
Compare
Commits (3)
Merge branch 'double-precision-interface'
· 6d366852
Jonathan Wilkes
authored
Jul 31, 2018
6d366852
Merge branch 'pranay_36/purr-data-pd-l2ork_double_externals'
· 4d534562
Jonathan Wilkes
authored
Aug 04, 2018
4d534562
documentation for future developers for adding double precision to the external libraries
· a4bf90bc
Pranay Gupta
authored
Aug 05, 2018
a4bf90bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+12
-0
No files found.
README.md
View file @
a4bf90bc
...
...
@@ -339,6 +339,18 @@ 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/
*
adding support for double precision to the external libraries that ship with purr-data
*
skills needed: knowledge about data types in C language(specially float and double)
*
status: the 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.
As per the current resources we have the merge requests that have been used to add double
precision support to the core libraries:
https://git.purrdata.net/jwilkes/purr-data/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&author_username=pranay_36
And Katja Vetter's double precision patches to the pd-double project which were
actually used for adding double precision support to the core libraries of purr-data.
https://github.com/pd-projects/pd-double/commit/982ad1aa1a82b9bcd29c5b6a6e6b597675d5f300
### Human Interface Guidelines
...
...