Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
purr-data
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nerrons
purr-data
Commits
1e7fb0c1
Commit
1e7fb0c1
authored
Jul 24, 2019
by
Jonathan Wilkes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'aggraef/purr-data-mojave-fixes2'
parents
4578df0e
e9b9e57b
Changes
324
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
324 changed files
with
61119 additions
and
124 deletions
+61119
-124
.gitmodules
.gitmodules
+0
-6
Makefile
Makefile
+6
-0
abstractions/footils/list-abs/Makefile
abstractions/footils/list-abs/Makefile
+6
-2
abstractions/purepd/Makefile
abstractions/purepd/Makefile
+6
-2
externals/Makefile
externals/Makefile
+5
-1
externals/apple/Makefile
externals/apple/Makefile
+7
-3
externals/arraysize/Makefile
externals/arraysize/Makefile
+6
-2
externals/autotune/Makefile
externals/autotune/Makefile
+6
-2
externals/bassemu~/Makefile
externals/bassemu~/Makefile
+6
-2
externals/boids/Makefile
externals/boids/Makefile
+6
-2
externals/bsaylor/Makefile
externals/bsaylor/Makefile
+6
-2
externals/cxc/Makefile
externals/cxc/Makefile
+6
-2
externals/disis/Makefile.pdlibbuilder.revised
externals/disis/Makefile.pdlibbuilder.revised
+7
-4
externals/earplug~/Makefile
externals/earplug~/Makefile
+6
-2
externals/ekext/Makefile
externals/ekext/Makefile
+6
-2
externals/ext13/Makefile
externals/ext13/Makefile
+6
-2
externals/fftease
externals/fftease
+0
-1
externals/fftease/LICENSE.txt
externals/fftease/LICENSE.txt
+20
-0
externals/fftease/MSPd.h
externals/fftease/MSPd.h
+15
-0
externals/fftease/Makefile
externals/fftease/Makefile
+458
-0
externals/fftease/PenroseOscil.c
externals/fftease/PenroseOscil.c
+40
-0
externals/fftease/PenroseOscil.h
externals/fftease/PenroseOscil.h
+5
-0
externals/fftease/PenroseRand.c
externals/fftease/PenroseRand.c
+13
-0
externals/fftease/PenroseRand.h
externals/fftease/PenroseRand.h
+3
-0
externals/fftease/README.txt
externals/fftease/README.txt
+49
-0
externals/fftease/bloscbank.c
externals/fftease/bloscbank.c
+34
-0
externals/fftease/bthresher~.c
externals/fftease/bthresher~.c
+486
-0
externals/fftease/burrow~.c
externals/fftease/burrow~.c
+390
-0
externals/fftease/cavoc27~.c
externals/fftease/cavoc27~.c
+633
-0
externals/fftease/cavoc~.c
externals/fftease/cavoc~.c
+472
-0
externals/fftease/centerring~.c
externals/fftease/centerring~.c
+380
-0
externals/fftease/codepend~.c
externals/fftease/codepend~.c
+377
-0
externals/fftease/collect.pl
externals/fftease/collect.pl
+6
-0
externals/fftease/convert.c
externals/fftease/convert.c
+49
-0
externals/fftease/cross~.c
externals/fftease/cross~.c
+297
-0
externals/fftease/dentist~.c
externals/fftease/dentist~.c
+585
-0
externals/fftease/disarrain~.c
externals/fftease/disarrain~.c
+687
-0
externals/fftease/disarray~.c
externals/fftease/disarray~.c
+403
-0
externals/fftease/drown~.c
externals/fftease/drown~.c
+245
-0
externals/fftease/enrich~.c
externals/fftease/enrich~.c
+366
-0
externals/fftease/ether~.c
externals/fftease/ether~.c
+313
-0
externals/fftease/fft.c
externals/fftease/fft.c
+159
-0
externals/fftease/fft4.c
externals/fftease/fft4.c
+336
-0
externals/fftease/fftease-meta.pd
externals/fftease/fftease-meta.pd
+6
-0
externals/fftease/fftease.h
externals/fftease/fftease.h
+177
-0
externals/fftease/fftease32-helpfiles/bthresher~-help.pd
externals/fftease/fftease32-helpfiles/bthresher~-help.pd
+52
-0
externals/fftease/fftease32-helpfiles/burrow~-help.pd
externals/fftease/fftease32-helpfiles/burrow~-help.pd
+86
-0
externals/fftease/fftease32-helpfiles/cavoc27~-help.pd
externals/fftease/fftease32-helpfiles/cavoc27~-help.pd
+120
-0
externals/fftease/fftease32-helpfiles/cavoc~-help.pd
externals/fftease/fftease32-helpfiles/cavoc~-help.pd
+78
-0
externals/fftease/fftease32-helpfiles/centerring~-help.pd
externals/fftease/fftease32-helpfiles/centerring~-help.pd
+51
-0
externals/fftease/fftease32-helpfiles/codepend~-help.pd
externals/fftease/fftease32-helpfiles/codepend~-help.pd
+72
-0
externals/fftease/fftease32-helpfiles/cross~-help.pd
externals/fftease/fftease32-helpfiles/cross~-help.pd
+124
-0
externals/fftease/fftease32-helpfiles/dentist~-help.pd
externals/fftease/fftease32-helpfiles/dentist~-help.pd
+77
-0
externals/fftease/fftease32-helpfiles/disarrain~-help.pd
externals/fftease/fftease32-helpfiles/disarrain~-help.pd
+86
-0
externals/fftease/fftease32-helpfiles/disarray~-help.pd
externals/fftease/fftease32-helpfiles/disarray~-help.pd
+50
-0
externals/fftease/fftease32-helpfiles/drown~-help.pd
externals/fftease/fftease32-helpfiles/drown~-help.pd
+51
-0
externals/fftease/fftease32-helpfiles/enrich~-help.pd
externals/fftease/fftease32-helpfiles/enrich~-help.pd
+68
-0
externals/fftease/fftease32-helpfiles/ether~-help.pd
externals/fftease/fftease32-helpfiles/ether~-help.pd
+51
-0
externals/fftease/fftease32-helpfiles/leaker~-help.pd
externals/fftease/fftease32-helpfiles/leaker~-help.pd
+50
-0
externals/fftease/fftease32-helpfiles/mindwarp~-help.pd
externals/fftease/fftease32-helpfiles/mindwarp~-help.pd
+93
-0
externals/fftease/fftease32-helpfiles/morphine~-help.pd
externals/fftease/fftease32-helpfiles/morphine~-help.pd
+53
-0
externals/fftease/fftease32-helpfiles/multyq~-help.pd
externals/fftease/fftease32-helpfiles/multyq~-help.pd
+60
-0
externals/fftease/fftease32-helpfiles/pileup~-help.pd
externals/fftease/fftease32-helpfiles/pileup~-help.pd
+69
-0
externals/fftease/fftease32-helpfiles/pvcompand~-help.pd
externals/fftease/fftease32-helpfiles/pvcompand~-help.pd
+31
-0
externals/fftease/fftease32-helpfiles/pvgrain~-help.pd
externals/fftease/fftease32-helpfiles/pvgrain~-help.pd
+440
-0
externals/fftease/fftease32-helpfiles/pvharm~-help.pd
externals/fftease/fftease32-helpfiles/pvharm~-help.pd
+46
-0
externals/fftease/fftease32-helpfiles/pvoc~-help.pd
externals/fftease/fftease32-helpfiles/pvoc~-help.pd
+44
-0
externals/fftease/fftease32-helpfiles/pvtuner~-help.pd
externals/fftease/fftease32-helpfiles/pvtuner~-help.pd
+101
-0
externals/fftease/fftease32-helpfiles/pvwarpb~-help.pd
externals/fftease/fftease32-helpfiles/pvwarpb~-help.pd
+105
-0
externals/fftease/fftease32-helpfiles/pvwarp~-help.pd
externals/fftease/fftease32-helpfiles/pvwarp~-help.pd
+68
-0
externals/fftease/fftease32-helpfiles/reanimator~-help.pd
externals/fftease/fftease32-helpfiles/reanimator~-help.pd
+76
-0
externals/fftease/fftease32-helpfiles/resent~-help.pd
externals/fftease/fftease32-helpfiles/resent~-help.pd
+129
-0
externals/fftease/fftease32-helpfiles/residency_buffer~-help.pd
...als/fftease/fftease32-helpfiles/residency_buffer~-help.pd
+76
-0
externals/fftease/fftease32-helpfiles/residency~-help.pd
externals/fftease/fftease32-helpfiles/residency~-help.pd
+62
-0
externals/fftease/fftease32-helpfiles/schmear~-help.pd
externals/fftease/fftease32-helpfiles/schmear~-help.pd
+68
-0
externals/fftease/fftease32-helpfiles/scrape~-help.pd
externals/fftease/fftease32-helpfiles/scrape~-help.pd
+46
-0
externals/fftease/fftease32-helpfiles/shapee~-help.pd
externals/fftease/fftease32-helpfiles/shapee~-help.pd
+38
-0
externals/fftease/fftease32-helpfiles/smap-help.pd
externals/fftease/fftease32-helpfiles/smap-help.pd
+9
-0
externals/fftease/fftease32-helpfiles/sound/Piano.aif
externals/fftease/fftease32-helpfiles/sound/Piano.aif
+0
-0
externals/fftease/fftease32-helpfiles/swinger~-help.pd
externals/fftease/fftease32-helpfiles/swinger~-help.pd
+37
-0
externals/fftease/fftease32-helpfiles/taint~-help.pd
externals/fftease/fftease32-helpfiles/taint~-help.pd
+82
-0
externals/fftease/fftease32-helpfiles/thresher~-help.pd
externals/fftease/fftease32-helpfiles/thresher~-help.pd
+45
-0
externals/fftease/fftease32-helpfiles/vacancy~-help.pd
externals/fftease/fftease32-helpfiles/vacancy~-help.pd
+64
-0
externals/fftease/fftease32-helpfiles/xsyn~-help.pd
externals/fftease/fftease32-helpfiles/xsyn~-help.pd
+35
-0
externals/fftease/fftease_setup.c
externals/fftease/fftease_setup.c
+5
-0
externals/fftease/fftease_utilities.c
externals/fftease/fftease_utilities.c
+276
-0
externals/fftease/fold.c
externals/fftease/fold.c
+32
-0
externals/fftease/leaker~.c
externals/fftease/leaker~.c
+308
-0
externals/fftease/leanconvert.c
externals/fftease/leanconvert.c
+22
-0
externals/fftease/leanunconvert.c
externals/fftease/leanunconvert.c
+19
-0
externals/fftease/legacy.c
externals/fftease/legacy.c
+83
-0
externals/fftease/limit_fftsize.c
externals/fftease/limit_fftsize.c
+32
-0
externals/fftease/limited_oscbank.c
externals/fftease/limited_oscbank.c
+132
-0
externals/fftease/lyonpotpourri-meta.pd
externals/fftease/lyonpotpourri-meta.pd
+7
-0
externals/fftease/m_pd.h
externals/fftease/m_pd.h
+634
-0
externals/fftease/makewindows.c
externals/fftease/makewindows.c
+137
-0
externals/fftease/mindwarp~.c
externals/fftease/mindwarp~.c
+383
-0
externals/fftease/morphine~.c
externals/fftease/morphine~.c
+392
-0
externals/fftease/multyq~.c
externals/fftease/multyq~.c
+450
-0
externals/fftease/oscbank.c
externals/fftease/oscbank.c
+88
-0
externals/fftease/overlapadd.c
externals/fftease/overlapadd.c
+29
-0
externals/fftease/pileup~.c
externals/fftease/pileup~.c
+357
-0
externals/fftease/power_of_two.c
externals/fftease/power_of_two.c
+15
-0
externals/fftease/pvcompand~.c
externals/fftease/pvcompand~.c
+329
-0
externals/fftease/pvgrain~.c
externals/fftease/pvgrain~.c
+318
-0
externals/fftease/pvharm~.c
externals/fftease/pvharm~.c
+351
-0
externals/fftease/pvoc~.c
externals/fftease/pvoc~.c
+253
-0
externals/fftease/pvtuner~.c
externals/fftease/pvtuner~.c
+1014
-0
externals/fftease/pvwarpb~.c
externals/fftease/pvwarpb~.c
+515
-0
externals/fftease/pvwarp~.c
externals/fftease/pvwarp~.c
+439
-0
externals/fftease/qsortE.c
externals/fftease/qsortE.c
+241
-0
externals/fftease/reanimator~.c
externals/fftease/reanimator~.c
+548
-0
externals/fftease/resent~.c
externals/fftease/resent~.c
+669
-0
externals/fftease/residency_buffer~.c
externals/fftease/residency_buffer~.c
+471
-0
externals/fftease/residency~.c
externals/fftease/residency~.c
+491
-0
externals/fftease/schmear~.c
externals/fftease/schmear~.c
+309
-0
externals/fftease/scrape~.c
externals/fftease/scrape~.c
+288
-0
externals/fftease/shapee~.c
externals/fftease/shapee~.c
+366
-0
externals/fftease/smap.pd
externals/fftease/smap.pd
+28
-0
externals/fftease/swinger~.c
externals/fftease/swinger~.c
+294
-0
externals/fftease/taint~.c
externals/fftease/taint~.c
+378
-0
externals/fftease/thresher~.c
externals/fftease/thresher~.c
+272
-0
externals/fftease/unconvert.c
externals/fftease/unconvert.c
+39
-0
externals/fftease/vacancy~.c
externals/fftease/vacancy~.c
+382
-0
externals/fftease/xsyn~.c
externals/fftease/xsyn~.c
+233
-0
externals/fluid~/Makefile.pdlibbuilder.revised
externals/fluid~/Makefile.pdlibbuilder.revised
+7
-4
externals/footils/knob/Makefile.pdlibbuilder.revised
externals/footils/knob/Makefile.pdlibbuilder.revised
+7
-4
externals/freeverb~/Makefile
externals/freeverb~/Makefile
+6
-2
externals/ggee/Makefile
externals/ggee/Makefile
+6
-2
externals/hcs/Makefile
externals/hcs/Makefile
+6
-2
externals/hcs/usbhid/Makefile
externals/hcs/usbhid/Makefile
+5
-1
externals/iem/comport/comport/Makefile
externals/iem/comport/comport/Makefile
+6
-2
externals/iem/iemguts/Makefile
externals/iem/iemguts/Makefile
+6
-2
externals/iem/iemnet/Makefile
externals/iem/iemnet/Makefile
+5
-1
externals/iem/syslog/Makefile
externals/iem/syslog/Makefile
+6
-2
externals/loaders/libdir/Makefile
externals/loaders/libdir/Makefile
+6
-2
externals/lyonpotpourri
externals/lyonpotpourri
+0
-1
externals/lyonpotpourri/INSTALLATION.txt
externals/lyonpotpourri/INSTALLATION.txt
+1
-0
externals/lyonpotpourri/LICENSE.txt
externals/lyonpotpourri/LICENSE.txt
+23
-0
externals/lyonpotpourri/MSPd.h
externals/lyonpotpourri/MSPd.h
+42
-0
externals/lyonpotpourri/Makefile
externals/lyonpotpourri/Makefile
+452
-0
externals/lyonpotpourri/PenroseOscil.c
externals/lyonpotpourri/PenroseOscil.c
+40
-0
externals/lyonpotpourri/PenroseOscil.h
externals/lyonpotpourri/PenroseOscil.h
+8
-0
externals/lyonpotpourri/PenroseRand.c
externals/lyonpotpourri/PenroseRand.c
+13
-0
externals/lyonpotpourri/PenroseRand.h
externals/lyonpotpourri/PenroseRand.h
+3
-0
externals/lyonpotpourri/README.md
externals/lyonpotpourri/README.md
+72
-0
externals/lyonpotpourri/README.txt
externals/lyonpotpourri/README.txt
+71
-0
externals/lyonpotpourri/Updates.txt
externals/lyonpotpourri/Updates.txt
+4
-0
externals/lyonpotpourri/adsr~-help.pd
externals/lyonpotpourri/adsr~-help.pd
+73
-0
externals/lyonpotpourri/adsr~.c
externals/lyonpotpourri/adsr~.c
+334
-0
externals/lyonpotpourri/arrayfilt~-help.pd
externals/lyonpotpourri/arrayfilt~-help.pd
+145
-0
externals/lyonpotpourri/arrayfilt~.c
externals/lyonpotpourri/arrayfilt~.c
+90
-0
externals/lyonpotpourri/bashfest.h
externals/lyonpotpourri/bashfest.h
+185
-0
externals/lyonpotpourri/bashfest_dsp.c
externals/lyonpotpourri/bashfest_dsp.c
+1547
-0
externals/lyonpotpourri/bashfest_helper.c
externals/lyonpotpourri/bashfest_helper.c
+648
-0
externals/lyonpotpourri/bashfest~-help.pd
externals/lyonpotpourri/bashfest~-help.pd
+312
-0
externals/lyonpotpourri/bashfest~.c
externals/lyonpotpourri/bashfest~.c
+1357
-0
externals/lyonpotpourri/bloscbank.c
externals/lyonpotpourri/bloscbank.c
+1
-0
externals/lyonpotpourri/buffet~-help.pd
externals/lyonpotpourri/buffet~-help.pd
+201
-0
externals/lyonpotpourri/buffet~.c
externals/lyonpotpourri/buffet~.c
+2161
-0
externals/lyonpotpourri/bvplay~-help.pd
externals/lyonpotpourri/bvplay~-help.pd
+52
-0
externals/lyonpotpourri/bvplay~.c
externals/lyonpotpourri/bvplay~.c
+297
-0
externals/lyonpotpourri/cartopol~-help.pd
externals/lyonpotpourri/cartopol~-help.pd
+58
-0
externals/lyonpotpourri/cartopol~.c
externals/lyonpotpourri/cartopol~.c
+63
-0
externals/lyonpotpourri/channel~-help.pd
externals/lyonpotpourri/channel~-help.pd
+53
-0
externals/lyonpotpourri/channel~.c
externals/lyonpotpourri/channel~.c
+84
-0
externals/lyonpotpourri/chopper~-help.pd
externals/lyonpotpourri/chopper~-help.pd
+202
-0
externals/lyonpotpourri/chopper~.c
externals/lyonpotpourri/chopper~.c
+909
-0
externals/lyonpotpourri/clean_selector~-help.pd
externals/lyonpotpourri/clean_selector~-help.pd
+42
-0
externals/lyonpotpourri/clean_selector~.c
externals/lyonpotpourri/clean_selector~.c
+241
-0
externals/lyonpotpourri/click2bang~-help.pd
externals/lyonpotpourri/click2bang~-help.pd
+10
-0
externals/lyonpotpourri/click2bang~.c
externals/lyonpotpourri/click2bang~.c
+64
-0
externals/lyonpotpourri/click2float~-help.pd
externals/lyonpotpourri/click2float~-help.pd
+11
-0
externals/lyonpotpourri/click2float~.c
externals/lyonpotpourri/click2float~.c
+68
-0
externals/lyonpotpourri/clickhold~-help.pd
externals/lyonpotpourri/clickhold~-help.pd
+16
-0
externals/lyonpotpourri/clickhold~.c
externals/lyonpotpourri/clickhold~.c
+61
-0
externals/lyonpotpourri/click~-help.pd
externals/lyonpotpourri/click~-help.pd
+26
-0
externals/lyonpotpourri/click~.c
externals/lyonpotpourri/click~.c
+78
-0
externals/lyonpotpourri/collect.pl
externals/lyonpotpourri/collect.pl
+6
-0
externals/lyonpotpourri/convert.c
externals/lyonpotpourri/convert.c
+1
-0
externals/lyonpotpourri/convolver~-help.pd
externals/lyonpotpourri/convolver~-help.pd
+88
-0
externals/lyonpotpourri/convolver~.c
externals/lyonpotpourri/convolver~.c
+1009
-0
externals/lyonpotpourri/counter~-help.pd
externals/lyonpotpourri/counter~-help.pd
+32
-0
externals/lyonpotpourri/counter~.c
externals/lyonpotpourri/counter~.c
+127
-0
externals/lyonpotpourri/distortion~-help.pd
externals/lyonpotpourri/distortion~-help.pd
+41
-0
externals/lyonpotpourri/distortion~.c
externals/lyonpotpourri/distortion~.c
+226
-0
externals/lyonpotpourri/dmach~-help.pd
externals/lyonpotpourri/dmach~-help.pd
+1304
-0
externals/lyonpotpourri/dmach~.c
externals/lyonpotpourri/dmach~.c
+1225
-0
externals/lyonpotpourri/dynss~-help.pd
externals/lyonpotpourri/dynss~-help.pd
+54
-0
externals/lyonpotpourri/dynss~.c
externals/lyonpotpourri/dynss~.c
+324
-0
externals/lyonpotpourri/ellipse.c
externals/lyonpotpourri/ellipse.c
+250
-0
externals/lyonpotpourri/epluribus~-help.pd
externals/lyonpotpourri/epluribus~-help.pd
+32
-0
externals/lyonpotpourri/epluribus~.c
externals/lyonpotpourri/epluribus~.c
+149
-0
externals/lyonpotpourri/examples/BD0010.aif
externals/lyonpotpourri/examples/BD0010.aif
+0
-0
externals/lyonpotpourri/examples/BT0AADA.aiff
externals/lyonpotpourri/examples/BT0AADA.aiff
+0
-0
externals/lyonpotpourri/examples/CP.aif
externals/lyonpotpourri/examples/CP.aif
+0
-0
externals/lyonpotpourri/examples/KR55SNAR.aiff
externals/lyonpotpourri/examples/KR55SNAR.aiff
+0
-0
externals/lyonpotpourri/examples/bell.aiff
externals/lyonpotpourri/examples/bell.aiff
+0
-0
externals/lyonpotpourri/examples/hi_c_12b.aiff
externals/lyonpotpourri/examples/hi_c_12b.aiff
+0
-0
externals/lyonpotpourri/examples/hi_o_06e.aiff
externals/lyonpotpourri/examples/hi_o_06e.aiff
+0
-0
externals/lyonpotpourri/examples/hi_o_15g.aiff
externals/lyonpotpourri/examples/hi_o_15g.aiff
+0
-0
externals/lyonpotpourri/examples/kick_11d.aiff
externals/lyonpotpourri/examples/kick_11d.aiff
+0
-0
externals/lyonpotpourri/examples/mar2.aif
externals/lyonpotpourri/examples/mar2.aif
+0
-0
externals/lyonpotpourri/examples/prettypad.aif
externals/lyonpotpourri/examples/prettypad.aif
+0
-0
externals/lyonpotpourri/examples/soda-bd.aif
externals/lyonpotpourri/examples/soda-bd.aif
+0
-0
externals/lyonpotpourri/examples/trickhit.aif
externals/lyonpotpourri/examples/trickhit.aif
+0
-0
externals/lyonpotpourri/examples/voice.wav
externals/lyonpotpourri/examples/voice.wav
+0
-0
externals/lyonpotpourri/expflam~-help.pd
externals/lyonpotpourri/expflam~-help.pd
+136
-0
externals/lyonpotpourri/expflam~.c
externals/lyonpotpourri/expflam~.c
+1
-0
externals/lyonpotpourri/fft.c
externals/lyonpotpourri/fft.c
+1
-0
externals/lyonpotpourri/fft4.c
externals/lyonpotpourri/fft4.c
+1
-0
externals/lyonpotpourri/fftease.h
externals/lyonpotpourri/fftease.h
+61
-0
externals/lyonpotpourri/fftease_oldskool.h
externals/lyonpotpourri/fftease_oldskool.h
+58
-0
externals/lyonpotpourri/fftease_setup.c
externals/lyonpotpourri/fftease_setup.c
+5
-0
externals/lyonpotpourri/flanjah~-help.pd
externals/lyonpotpourri/flanjah~-help.pd
+62
-0
externals/lyonpotpourri/flanjah~.c
externals/lyonpotpourri/flanjah~.c
+333
-0
externals/lyonpotpourri/fold.c
externals/lyonpotpourri/fold.c
+1
-0
externals/lyonpotpourri/from_msp.c
externals/lyonpotpourri/from_msp.c
+1
-0
externals/lyonpotpourri/function~-help.pd
externals/lyonpotpourri/function~-help.pd
+1308
-0
externals/lyonpotpourri/function~.c
externals/lyonpotpourri/function~.c
+380
-0
externals/lyonpotpourri/granola~-help.pd
externals/lyonpotpourri/granola~-help.pd
+40
-0
externals/lyonpotpourri/granola~.c
externals/lyonpotpourri/granola~.c
+330
-0
externals/lyonpotpourri/granulesf~-help.pd
externals/lyonpotpourri/granulesf~-help.pd
+4519
-0
externals/lyonpotpourri/granulesf~.c
externals/lyonpotpourri/granulesf~.c
+1076
-0
externals/lyonpotpourri/granule~-help.pd
externals/lyonpotpourri/granule~-help.pd
+2387
-0
externals/lyonpotpourri/granule~.c
externals/lyonpotpourri/granule~.c
+1
-0
externals/lyonpotpourri/kbuffer~-help.pd
externals/lyonpotpourri/kbuffer~-help.pd
+69
-0
externals/lyonpotpourri/kbuffer~.c
externals/lyonpotpourri/kbuffer~.c
+310
-0
externals/lyonpotpourri/killdc~-help.pd
externals/lyonpotpourri/killdc~-help.pd
+27
-0
externals/lyonpotpourri/killdc~.c
externals/lyonpotpourri/killdc~.c
+119
-0
externals/lyonpotpourri/latch~-help.pd
externals/lyonpotpourri/latch~-help.pd
+28
-0
externals/lyonpotpourri/latch~.c
externals/lyonpotpourri/latch~.c
+111
-0
externals/lyonpotpourri/leanconvert.c
externals/lyonpotpourri/leanconvert.c
+1
-0
externals/lyonpotpourri/leanunconvert.c
externals/lyonpotpourri/leanunconvert.c
+1
-0
externals/lyonpotpourri/lpp.h
externals/lyonpotpourri/lpp.h
+45
-0
externals/lyonpotpourri/lyonpotpourri-meta.pd
externals/lyonpotpourri/lyonpotpourri-meta.pd
+7
-0
externals/lyonpotpourri/m_pd.h
externals/lyonpotpourri/m_pd.h
+735
-0
externals/lyonpotpourri/magfreq_analysis~-help.pd
externals/lyonpotpourri/magfreq_analysis~-help.pd
+48
-0
externals/lyonpotpourri/magfreq_analysis~.c
externals/lyonpotpourri/magfreq_analysis~.c
+438
-0
externals/lyonpotpourri/makewindows.c
externals/lyonpotpourri/makewindows.c
+1
-0
externals/lyonpotpourri/markov~-help.pd
externals/lyonpotpourri/markov~-help.pd
+114
-0
externals/lyonpotpourri/markov~.c
externals/lyonpotpourri/markov~.c
+290
-0
externals/lyonpotpourri/mask~-help.pd
externals/lyonpotpourri/mask~-help.pd
+34
-0
externals/lyonpotpourri/mask~.c
externals/lyonpotpourri/mask~.c
+363
-0
externals/lyonpotpourri/npan~-help.pd
externals/lyonpotpourri/npan~-help.pd
+113
-0
externals/lyonpotpourri/npan~.c
externals/lyonpotpourri/npan~.c
+130
-0
externals/lyonpotpourri/oscil~-help.pd
externals/lyonpotpourri/oscil~-help.pd
+84
-0
externals/lyonpotpourri/oscil~.c
externals/lyonpotpourri/oscil~.c
+789
-0
externals/lyonpotpourri/overlapadd.c
externals/lyonpotpourri/overlapadd.c
+1
-0
externals/lyonpotpourri/pd-template.spec
externals/lyonpotpourri/pd-template.spec
+29
-0
externals/lyonpotpourri/phasemod~-help.pd
externals/lyonpotpourri/phasemod~-help.pd
+105
-0
externals/lyonpotpourri/phasemod~.c
externals/lyonpotpourri/phasemod~.c
+167
-0
externals/lyonpotpourri/player~-help.pd
externals/lyonpotpourri/player~-help.pd
+129
-0
externals/lyonpotpourri/player~.c
externals/lyonpotpourri/player~.c
+522
-0
externals/lyonpotpourri/poltocar~-help.pd
externals/lyonpotpourri/poltocar~-help.pd
+56
-0
externals/lyonpotpourri/poltocar~.c
externals/lyonpotpourri/poltocar~.c
+67
-0
externals/lyonpotpourri/power_of_two.c
externals/lyonpotpourri/power_of_two.c
+17
-0
externals/lyonpotpourri/pulser~-help.pd
externals/lyonpotpourri/pulser~-help.pd
+54
-0
externals/lyonpotpourri/pulser~.c
externals/lyonpotpourri/pulser~.c
+214
-0
externals/lyonpotpourri/qsortE.c
externals/lyonpotpourri/qsortE.c
+1
-0
externals/lyonpotpourri/quadpan~-help.pd
externals/lyonpotpourri/quadpan~-help.pd
+120
-0
externals/lyonpotpourri/quadpan~.c
externals/lyonpotpourri/quadpan~.c
+1
-0
externals/lyonpotpourri/rotapan~-help.pd
externals/lyonpotpourri/rotapan~-help.pd
+37
-0
externals/lyonpotpourri/rotapan~.c
externals/lyonpotpourri/rotapan~.c
+147
-0
externals/lyonpotpourri/rtrig~-help.pd
externals/lyonpotpourri/rtrig~-help.pd
+1268
-0
externals/lyonpotpourri/rtrig~.c
externals/lyonpotpourri/rtrig~.c
+145
-0
externals/lyonpotpourri/samm~-help.pd
externals/lyonpotpourri/samm~-help.pd
+200
-0
externals/lyonpotpourri/samm~.c
externals/lyonpotpourri/samm~.c
+431
-0
externals/lyonpotpourri/sarec~-help.pd
externals/lyonpotpourri/sarec~-help.pd
+110
-0
externals/lyonpotpourri/sarec~.c
externals/lyonpotpourri/sarec~.c
+400
-0
externals/lyonpotpourri/sel~-help.pd
externals/lyonpotpourri/sel~-help.pd
+46
-0
externals/lyonpotpourri/sel~.c
externals/lyonpotpourri/sel~.c
+178
-0
externals/lyonpotpourri/shoehorn~-help.pd
externals/lyonpotpourri/shoehorn~-help.pd
+28
-0
externals/lyonpotpourri/shoehorn~.c
externals/lyonpotpourri/shoehorn~.c
+174
-0
externals/lyonpotpourri/sigseq~-help.pd
externals/lyonpotpourri/sigseq~-help.pd
+83
-0
externals/lyonpotpourri/sigseq~.c
externals/lyonpotpourri/sigseq~.c
+572
-0
externals/lyonpotpourri/smap-help.pd
externals/lyonpotpourri/smap-help.pd
+9
-0
externals/lyonpotpourri/smap.pd
externals/lyonpotpourri/smap.pd
+28
-0
externals/lyonpotpourri/splitbank~-help.pd
externals/lyonpotpourri/splitbank~-help.pd
+355
-0
externals/lyonpotpourri/splitbank~.c
externals/lyonpotpourri/splitbank~.c
+1
-0
externals/lyonpotpourri/splitspec~-help.pd
externals/lyonpotpourri/splitspec~-help.pd
+396
-0
externals/lyonpotpourri/splitspec~.c
externals/lyonpotpourri/splitspec~.c
+722
-0
externals/lyonpotpourri/squash~-help.pd
externals/lyonpotpourri/squash~-help.pd
+85
-0
externals/lyonpotpourri/squash~.c
externals/lyonpotpourri/squash~.c
+437
-0
externals/lyonpotpourri/stutter~-help.pd
externals/lyonpotpourri/stutter~-help.pd
+124
-0
externals/lyonpotpourri/stutter~.c
externals/lyonpotpourri/stutter~.c
+531
-0
externals/lyonpotpourri/ugens.h
externals/lyonpotpourri/ugens.h
+57
-0
externals/lyonpotpourri/unconvert.c
externals/lyonpotpourri/unconvert.c
+34
-0
externals/lyonpotpourri/vdb~-help.pd
externals/lyonpotpourri/vdb~-help.pd
+106
-0
externals/lyonpotpourri/vdb~.c
externals/lyonpotpourri/vdb~.c
+519
-0
externals/lyonpotpourri/vdp~-help.pd
externals/lyonpotpourri/vdp~-help.pd
+51
-0
externals/lyonpotpourri/vdp~.c
externals/lyonpotpourri/vdp~.c
+477
-0
externals/lyonpotpourri/vecdex~-help.pd
externals/lyonpotpourri/vecdex~-help.pd
+73
-0
externals/lyonpotpourri/vecdex~.c
externals/lyonpotpourri/vecdex~.c
+67
-0
externals/lyonpotpourri/waveshape~-help.pd
externals/lyonpotpourri/waveshape~-help.pd
+36
-0
externals/lyonpotpourri/waveshape~.c
externals/lyonpotpourri/waveshape~.c
+171
-0
externals/lyonpotpourri/windowvec~-help.pd
externals/lyonpotpourri/windowvec~-help.pd
+57
-0
externals/lyonpotpourri/windowvec~.c
externals/lyonpotpourri/windowvec~.c
+97
-0
externals/mapping/Makefile
externals/mapping/Makefile
+6
-2
externals/markex/Makefile
externals/markex/Makefile
+6
-2
externals/maxlib/Makefile
externals/maxlib/Makefile
+7
-3
externals/miXed/cyclone/Makefile.libdir
externals/miXed/cyclone/Makefile.libdir
+5
-2
externals/mjlib/Makefile
externals/mjlib/Makefile
+6
-2
externals/moonlib/Makefile
externals/moonlib/Makefile
+6
-2
externals/motex/Makefile
externals/motex/Makefile
+6
-2
externals/mrpeach/Makefile
externals/mrpeach/Makefile
+7
-3
externals/mrpeach/cmos/Makefile
externals/mrpeach/cmos/Makefile
+7
-3
externals/mrpeach/net/Makefile
externals/mrpeach/net/Makefile
+6
-2
externals/mrpeach/osc/Makefile
externals/mrpeach/osc/Makefile
+6
-2
externals/pan/Makefile
externals/pan/Makefile
+6
-2
externals/pd-lua
externals/pd-lua
+1
-1
externals/pddp/Makefile
externals/pddp/Makefile
+6
-2
externals/pdogg/Makefile
externals/pdogg/Makefile
+6
-2
externals/plugin~/Makefile
externals/plugin~/Makefile
+6
-2
externals/pmpd/Makefile
externals/pmpd/Makefile
+7
-3
externals/sigpack/Makefile
externals/sigpack/Makefile
+6
-2
externals/smlib/Makefile
externals/smlib/Makefile
+6
-2
externals/tof/src/Makefile
externals/tof/src/Makefile
+5
-1
externals/tof/test/Makefile(ext13)
externals/tof/test/Makefile(ext13)
+4
-1
externals/unauthorized/Makefile
externals/unauthorized/Makefile
+6
-2
externals/vbap/Makefile
externals/vbap/Makefile
+7
-3
externals/windowing/Makefile
externals/windowing/Makefile
+6
-2
packages/darwin_app/Makefile
packages/darwin_app/Makefile
+13
-11
pd/src/makefile.in
pd/src/makefile.in
+4
-1
No files found.
.gitmodules
View file @
1e7fb0c1
...
...
@@ -4,15 +4,9 @@
[submodule "l2ork_addons/cwiid"]
path = externals/disis/cwiid
url = https://github.com/pd-l2ork/cwiid
[submodule "externals/fftease"]
path = externals/fftease
url = https://git.purrdata.net/jwilkes/fftease.git
[submodule "Gem"]
path = Gem
url = https://git.purrdata.net/jwilkes/Gem.git
[submodule "externals/lyonpotpourri"]
path = externals/lyonpotpourri
url = https://git.purrdata.net/jwilkes/lyonpotpourri3.0.git
[submodule "l2ork_addons/raspberry_pi/disis_gpio/wiringPi"]
path = l2ork_addons/raspberry_pi/disis_gpio/wiringPi
url = https://git.purrdata.net/jwilkes/wiringPi.git
...
...
Makefile
View file @
1e7fb0c1
...
...
@@ -77,6 +77,12 @@
.PHONY
:
all incremental checkout clean realclean dist
# Target platform (OSX/macOS only): On Mojave (10.14 with Xcode 10) this needs
# to be at least 10.9, which is the default now. With older Xcode versions you
# can try earlier versions (>= 10.4) if you need to compile for legacy OSX
# versions.
export
macos_target
=
10.9
# Installation prefix under which Pd-l2ork is installed (Linux only). If this
# isn't set, a default location will be used (usually /usr/local). NOTE: We
# *always* assume that this variable is set properly in the install targets
...
...
abstractions/footils/list-abs/Makefile
View file @
1e7fb0c1
...
...
@@ -41,6 +41,10 @@ LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -92,9 +96,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
abstractions/purepd/Makefile
View file @
1e7fb0c1
...
...
@@ -41,6 +41,10 @@ LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -92,9 +96,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
externals/Makefile
View file @
1e7fb0c1
...
...
@@ -15,8 +15,12 @@ cvs_root_dir := $(shell cd $(CWD)/.. && pwd)
DESTDIR
=
$(CWD)
/build/
BUILDLAYOUT_DIR
=
$(cvs_root_dir)
/packages
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# turn on weak linking and dlopen support
export
MACOSX_DEPLOYMENT_TARGET
=
10.3
export
MACOSX_DEPLOYMENT_TARGET
=
$(macos_target)
# default target
default
:
all
...
...
externals/apple/Makefile
View file @
1e7fb0c1
...
...
@@ -53,6 +53,10 @@ ALL_LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# these can be set from outside without (usually) breaking the build
CFLAGS
=
-Wall
-W
-g
LDFLAGS
=
...
...
@@ -112,9 +116,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
ALL_CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
@@ -260,7 +264,7 @@ all: $(SOURCES:.c=.$(EXTENSION)) $(SHARED_LIB)
multitouch.$(EXTENSION)
:
multitouch.c
$(CC)
$(ALL_CFLAGS)
-o
multitouch.o
-c
multitouch.c
$(CC)
$(ALL_LDFLAGS)
-mmacosx-version-min
=
10.5
-F
/System/Library/PrivateFrameworks
\
$(CC)
$(ALL_LDFLAGS)
-mmacosx-version-min
=
$(macos_target)
-F
/System/Library/PrivateFrameworks
\
-o
multitouch.
$(EXTENSION)
multitouch.o
$(ALL_LIBS)
\
-framework
MultitouchSupport
chmod
a-x multitouch.
$(EXTENSION)
...
...
externals/arraysize/Makefile
View file @
1e7fb0c1
...
...
@@ -40,6 +40,10 @@ EXTRA_DIST =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -92,9 +96,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
\
...
...
externals/autotune/Makefile
View file @
1e7fb0c1
...
...
@@ -40,6 +40,10 @@ SOURCES_windows =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
#LIBRARY_VERSION = $(shell sed -n 's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' $(LIBRARY_NAME)-meta.pd)
LIBRARY_VERSION
=
0.9
...
...
@@ -91,9 +95,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
\
...
...
externals/bassemu~/Makefile
View file @
1e7fb0c1
...
...
@@ -41,6 +41,10 @@ LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -92,9 +96,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
externals/boids/Makefile
View file @
1e7fb0c1
...
...
@@ -42,6 +42,10 @@ LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -93,9 +97,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
externals/bsaylor/Makefile
View file @
1e7fb0c1
...
...
@@ -43,6 +43,10 @@ LIBS = -lm
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -94,9 +98,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
externals/cxc/Makefile
View file @
1e7fb0c1
...
...
@@ -45,6 +45,10 @@ LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -96,9 +100,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
externals/disis/Makefile.pdlibbuilder.revised
View file @
1e7fb0c1
...
...
@@ -408,6 +408,9 @@ endif
# OSX x86_64.
ifeq
($(system), Darwin)
ifeq
($(macos_target),)
macos_target
=
10.9
endif
pkglibdir
=
$(HOME)
/Library/Pd
pdincludepath
:=
$(
firstword
$(
wildcard
\
$(externalsdir)
/../pd/src
\
...
...
@@ -427,12 +430,12 @@ ifeq ($(system), Darwin)
stripflags
=
-x
ifeq
($(machine), i386)
cxx.flags
:=
-fcheck-new
arch.c.flags
:=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
arch.ld.flags
:=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
arch.c.flags
:=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
arch.ld.flags
:=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
endif
ifeq
($(machine), x86_64)
arch.c.flags
:=
-arch
x86_64
-mmacosx-version-min
=
10.5
arch.ld.flags
:=
-arch
x86_64
-mmacosx-version-min
=
10.5
arch.c.flags
:=
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
arch.ld.flags
:=
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
endif
endif
...
...
externals/earplug~/Makefile
View file @
1e7fb0c1
...
...
@@ -41,6 +41,10 @@ LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -92,9 +96,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
externals/ekext/Makefile
View file @
1e7fb0c1
...
...
@@ -41,6 +41,10 @@ LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -92,9 +96,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
externals/ext13/Makefile
View file @
1e7fb0c1
...
...
@@ -47,6 +47,10 @@ LIBS =
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
...
...
@@ -98,9 +102,9 @@ ifeq ($(UNAME),Darwin)
OPT_CFLAGS
=
-ftree-vectorize
-ftree-vectorizer-verbose
=
2
-fast
# build universal 32-bit on 10.4 and 32/64 on newer
ifeq
($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8)
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-mmacosx-version-min
=
$(macos_target)
else
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
FAT_FLAGS
=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
$(macos_target)
SOURCES
+=
$(SOURCES_iphoneos)
endif
CFLAGS
+=
$(FAT_FLAGS)
-fPIC
-I
/sw/include
...
...
fftease
@
ecd96093
Compare
ecd96093
...
ecd96093
Subproject commit ecd960938ed5517a765770fe181b094bddae040c
externals/fftease/LICENSE.txt
0 → 100644
View file @
1e7fb0c1
FFTease 3.0 is Copyright (c) 1999-2014 Eric Lyon and Christopher Penrose
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
externals/fftease/MSPd.h
0 → 100644
View file @
1e7fb0c1
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
/* for compiling under XP */
#ifndef PIOVERTWO
#define PIOVERTWO 1.5707963268
#endif
#ifndef TWOPI
#define TWOPI 6.2831853072
#endif
externals/fftease/Makefile
0 → 100644
View file @
1e7fb0c1
## Pd library template version 1.0.14
# For instructions on how to use this template, see:
# http://puredata.info/docs/developer/MakefileTemplate
# EL removed liberty link
LIBRARY_NAME
=
fftease
# add your .c source files, one object per file, to the SOURCES
# variable, help files will be included automatically, and for GUI
# objects, the matching .tcl file too
SOURCES
=
bthresher~.c burrow~.c cavoc~.c cavoc27~.c centerring~.c
\
codepend~.c cross~.c dentist~.c disarrain~.c disarray~.c drown~.c
\
enrich~.c ether~.c leaker~.c mindwarp~.c morphine~.c multyq~.c
\
pileup~.c pvcompand~.c pvgrain~.c pvharm~.c pvoc~.c pvtuner~.c pvwarp~.c pvwarpb~.c
\
reanimator~.c resent~.c residency~.c residency_buffer~.c schmear~.c scrape~.c
\
shapee~.c swinger~.c taint~.c thresher~.c vacancy~.c xsyn~.c
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically
PDOBJECTS
=
smap.pd
# example patches and related files, in the 'examples' subfolder
EXAMPLES
=
# manuals and related files, in the 'manual' subfolder
MANUAL
=
# if you want to include any other files in the source and binary tarballs,
# list them here. This can be anything from header files, test patches,
# documentation, etc. README.txt and LICENSE.txt are required and therefore
# automatically included
EXTRA_DIST
=
MSPd.h PenroseOscil.h PenroseRand.h bashfest.h fftease.h ugens.h
# unit tests and related files here, in the 'unittests' subfolder
UNITTESTS
=
SHARED_SOURCE
=
bloscbank.c convert.c fft.c fft4.c fftease_setup.c fftease_utilities.c fold.c leanconvert.c leanunconvert.c legacy.c limit_fftsize.c limited_oscbank.c makewindows.c oscbank.c overlapadd.c PenroseOscil.c PenroseRand.c power_of_two.c qsortE.c unconvert.c
SHARED_LIB
=
lib
$(LIBRARY_NAME)
.
$(SHARED_EXTENSION)
#------------------------------------------------------------------------------#
#
# things you might need to edit if you are using other C libraries
#
#------------------------------------------------------------------------------#
ALL_CFLAGS
=
-I
"
$(PD_INCLUDE)
"
ALL_LDFLAGS
=
SHARED_LDFLAGS
=
ALL_LIBS
=
#------------------------------------------------------------------------------#
#
# you shouldn't need to edit anything below here, if we did it right :)
#
#------------------------------------------------------------------------------#
ifeq
($(macos_target),)
macos_target
=
10.9
endif
# these can be set from outside without (usually) breaking the build
CFLAGS
=
-Wall
-W
-g
# Skip irritating warnings:
# CFLAGS = -w -g
LDFLAGS
=
LIBS
=
# get library version from meta file
LIBRARY_VERSION
=
$(
shell
sed
-n
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p'
$(LIBRARY_NAME)
-meta
.pd
)
ALL_CFLAGS
+=
-DPD
-DVERSION
=
'"
$(LIBRARY_VERSION)
"'
PD_INCLUDE
=
$(PD_PATH)
/include/pd
# where to install the library, overridden below depending on platform
prefix
=
/usr/local
libdir
=
$(prefix)
/lib
pkglibdir
=
$(libdir)
/pd-externals
objectsdir
=
$(pkglibdir)
INSTALL
=
install
INSTALL_PROGRAM
=
$(INSTALL)
-p
-m
644
INSTALL_DATA
=
$(INSTALL)
-p
-m
644
INSTALL_DIR
=
$(INSTALL)
-p
-m
755
-d
ALLSOURCES
:=
$(SOURCES)
$(SOURCES_android)
$(SOURCES_cygwin)
$(SOURCES_macosx)
\
$(SOURCES_iphoneos)
$(SOURCES_linux)
$(SOURCES_windows)
DISTDIR
=
$(LIBRARY_NAME)
-
$(LIBRARY_VERSION)
ORIGDIR
=
pd-
$
(
LIBRARY_NAME:~
=)
_
$(LIBRARY_VERSION)
UNAME
:=
$(
shell
uname
-s
)
ifeq
($(UNAME),Darwin)
CPU
:=
$(
shell
uname
-p
)
ifeq
($(CPU),arm)
# iPhone/iPod Touch
SOURCES
+=
$(SOURCES_iphoneos)
EXTENSION
=
pd_darwin
SHARED_EXTENSION
=
dylib
OS
=
iphoneos
PD_PATH
=
/Applications/Pd-extended.app/Contents/Resources
IPHONE_BASE
=
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
CC
=
$(IPHONE_BASE)
/gcc
CPP
=
$(IPHONE_BASE)
/cpp
CXX
=
$(IPHONE_BASE)
/g++
ISYSROOT
=
-isysroot
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk
IPHONE_CFLAGS
=
-miphoneos-version-min
=
3.0
$(ISYSROOT)
-arch
armv6
OPT_CFLAGS
=
-fast
-funroll-loops
-fomit-frame-pointer
ALL_CFLAGS
:=
$(IPHONE_CFLAGS)
$(ALL_CFLAGS)
ALL_LDFLAGS
+=
-arch
armv6
-bundle
-undefined
dynamic_lookup
$(ISYSROOT)
SHARED_LDFLAGS
+=
-arch
armv6
-dynamiclib
-undefined
dynamic_lookup
$(ISYSROOT)
ALL_LIBS
+=
-lc
$(LIBS_iphoneos)