Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
8d32b7ef
Commit
8d32b7ef
authored
Aug 07, 2017
by
pokergaming
Browse files
Pulled update to lyonpotpourri
parent
91a9c061
Changes
8
Hide whitespace changes
Inline
Side-by-side
externals/OSCx/config.h
View file @
8d32b7ef
/* config.h. Generated by configure. */
/* config.h. Generated
from config.h.in
by configure. */
externals/OSCx/libOSC/Makefile
View file @
8d32b7ef
...
...
@@ -4,7 +4,7 @@ ARFLAGS=srv
# DEFS= -Dunix
LIB
=
libOSC.a
CFLAGS
=
-g
-O2
-DUNIX
-Wall
-Wimplicit
-Wunused
-Wmissing-prototypes
-O
2
-fPIC
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
CFLAGS
=
-g
-O2
-DUNIX
-Wall
-Wimplicit
-Wunused
-Wmissing-prototypes
-O
1
-fPIC
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
INCLUDES
=
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
LIBOBJS
=
${LIB}
(
OSC-client.o
)
${LIB}
(
OSC-timetag.o
)
...
...
externals/OSCx/send+dump/Makefile
View file @
8d32b7ef
LIBS
=
-lc
-lm
LIBS
=
-L
../../../pd/bin
-lc
-lm
LIBOSCDIR
=
../libOSC
LIBOSC
=
${LIBOSCDIR}
/libOSC.a
# strange bug requires this...
CFLAGS
=
-g
-O2
-DUNIX
-Wall
-Wimplicit
-Wunused
-Wmissing-prototypes
-O
2
-fPIC
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
CFLAGS
=
-g
-O2
-DUNIX
-Wall
-Wimplicit
-Wunused
-Wmissing-prototypes
-O
1
-fPIC
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
# INCLUDES= -I../libOSC -I../../pd/src -I../../../pd/src -I../src
DUMPOBJS
=
dumpOSC.o
...
...
externals/OSCx/src/Makefile
View file @
8d32b7ef
...
...
@@ -17,10 +17,10 @@
EXT
=
o
LIBS
=
-lc
-lm
LIBS
=
-L
../../../pd/bin
-lc
-lm
LIBOSC
=
../libOSC/libOSC.a
CFLAGS
=
-g
-O2
-DUNIX
-Wall
-Wimplicit
-Wunused
-Wmissing-prototypes
-O
2
-fPIC
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
CFLAGS
=
-g
-O2
-DUNIX
-Wall
-Wimplicit
-Wunused
-Wmissing-prototypes
-O
1
-fPIC
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
INCLUDES
=
-I
../libOSC
-I
../../pd/src
-I
../../../pd/src
-I
../src
LDFLAGS
=
-Wl
,--export-dynamic
-shared
...
...
externals/build/include/g_all_guis.h
View file @
8d32b7ef
...
...
@@ -97,6 +97,10 @@ typedef struct _iemgui
unsigned
int
x_locked
:
1
;
// 7 matches ([bng] only)
unsigned
int
x_reverse
:
1
;
// 4 matches (sliders only)
unsigned
int
dummy
:
20
;
int
legacy_x
;
// legacy x offset
int
legacy_y
;
// legacy y offset
//int click_x; // click getrect x offset
//int click_y; // click getrect y offset
}
t_iemgui
;
typedef
struct
_bng
...
...
@@ -180,7 +184,7 @@ typedef struct _my_numbox
double
x_k
;
int
x_lin0_log1
;
// bool
char
x_buf
[
IEMGUI_MAX_NUM_LEN
];
int
x_numwidth
;
// unsigned
int
x_numwidth
;
// unsigned
(width in pixels)
int
x_scalewidth
;
/* temporary value for scalehandle */
int
x_scaleheight
;
/* temporary value for scalehandle */
int
x_tmpfontsize
;
/* temporary value for scalehandle */
...
...
@@ -280,3 +284,4 @@ EXTERN void iemgui_out_bang(t_iemgui *x, int o, int chk_putin);
EXTERN
void
iemgui_out_float
(
t_iemgui
*
x
,
int
o
,
int
chk_putin
,
t_float
f
);
EXTERN
void
iemgui_out_list
(
t_iemgui
*
x
,
int
o
,
int
chk_putin
,
t_symbol
*
s
,
int
argc
,
t_atom
*
argv
);
EXTERN
int
sys_legacy
;
// found in s_main.c, used for legacy iemgui positioning
lyonpotpourri
@
c9906dbf
Compare
9e77f069
...
c9906dbf
Subproject commit
9e77f069796d278ecf26780555b3ce2bf1549fff
Subproject commit
c9906dbf784f170892afc751da352ebd8f7f7d42
externals/pdp/bin/pdp-config
View file @
8d32b7ef
#!/bin/sh
prefix
=
/
usr/local
prefix
=
/
Users/mbarb/build/purr-data/pd
version
=
0.12.7
usage
=
"
\
...
...
externals/pdp/include/pdp_config.h
View file @
8d32b7ef
...
...
@@ -35,7 +35,7 @@
#define HAVE_PDP_QT 1
/* build pdp_sdl */
#define
HAVE_PDP_SDL
1
/* #undef
HAVE_PDP_SDL
*/
/* build pdp_v4l */
#define HAVE_PDP_V4L 1
...
...
@@ -44,7 +44,7 @@
#define HAVE_PDP_X 1
/* build pdp_xv */
#define
HAVE_PDP_XV
1
/* #undef
HAVE_PDP_XV
*/
/* enable forced pwc v4l support */
/* #undef HAVE_PWCV4L */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment