Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
24f56deb
Commit
24f56deb
authored
Aug 14, 2017
by
Jonathan Wilkes
Browse files
change setup symbols to match the hexmunge format
parent
397571d0
Changes
4
Hide whitespace changes
Inline
Side-by-side
externals/zexy/src/0x260x26_tilde.c
View file @
24f56deb
...
...
@@ -283,7 +283,7 @@ static void andand_tilde_help(t_object*x)
post
(
"
\n
"
HEARTSYMBOL
" &&~
\t\t
:: logical AND operation on 2 signals"
);
}
void
setup_0x260x26
0x7
e
(
void
)
void
setup_0x260x26
_tild
e
(
void
)
{
andand_tilde_class
=
class_new
(
gensym
(
"&&~"
),
(
t_newmethod
)
andand_tilde_new
,
0
,
...
...
externals/zexy/src/0x3c_tilde.c
View file @
24f56deb
...
...
@@ -239,7 +239,7 @@ static void lt_tilde_help(t_object*x)
post
(
"
\n
"
HEARTSYMBOL
" <~
\t\t
:: compare 2 signals"
);
}
void
setup_0x3c
0x7
e
(
void
)
void
setup_0x3c
_tild
e
(
void
)
{
lt_tilde_class
=
class_new
(
gensym
(
"<~"
),
(
t_newmethod
)
lt_tilde_new
,
0
,
sizeof
(
t_lt_tilde
),
0
,
A_GIMME
,
0
);
...
...
externals/zexy/src/0x3d0x3d_tilde.c
View file @
24f56deb
...
...
@@ -238,7 +238,7 @@ static void eq_tilde_help(t_object*x)
{
post
(
"
\n
"
HEARTSYMBOL
" &&~
\t\t
:: test 2 signals for equality"
);
}
void
setup_0x3d0x3d
0x7
e
(
void
)
void
setup_0x3d0x3d
_tild
e
(
void
)
{
eq_tilde_class
=
class_new
(
gensym
(
"==~"
),
(
t_newmethod
)
eq_tilde_new
,
0
,
sizeof
(
t_eq_tilde
),
0
,
A_GIMME
,
0
);
...
...
externals/zexy/src/0x3e_tilde.c
View file @
24f56deb
...
...
@@ -242,7 +242,7 @@ static void gt_tilde_help(t_object*x)
post
(
"
\n
"
HEARTSYMBOL
" >~
\t\t
:: compare 2 signals"
);
}
void
setup_0x3e
0x7
e
(
void
)
void
setup_0x3e
_tild
e
(
void
)
{
gt_tilde_class
=
class_new
(
gensym
(
">~"
),
(
t_newmethod
)
gt_tilde_new
,
0
,
sizeof
(
t_gt_tilde
),
0
,
A_GIMME
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment