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
Shuvam Sanati
purr-data
Commits
c7d4ab1a
Commit
c7d4ab1a
authored
Oct 13, 2020
by
Albert Gräf
Browse files
Backport hexmunger magic.
parent
c31c4252
Changes
5
Hide whitespace changes
Inline
Side-by-side
externals/zexy/src/0x260x260x7e.c
View file @
c7d4ab1a
...
...
@@ -283,7 +283,7 @@ static void andand_tilde_help(t_object* UNUSED(x))
post
(
"
\n
"
HEARTSYMBOL
" &&~
\t\t
:: logical AND operation on 2 signals"
);
}
ZEXY_SETUP
void
setup_0x260x26
0x7
e
(
void
)
ZEXY_SETUP
void
setup_0x260x26
_tild
e
(
void
)
{
andand_tilde_class
=
zexy_new
(
"&&~"
,
andand_tilde_new
,
0
,
t_andand_tilde
,
0
,
"*"
);
...
...
@@ -309,6 +309,6 @@ ZEXY_SETUP void setup_0x260x260x7e(void)
#ifndef ZEXY_LIBRARY
void
setup
(
void
)
{
setup_0x260x26
0x7
e
();
setup_0x260x26
_tild
e
();
}
#endif
externals/zexy/src/0x3c0x7e.c
View file @
c7d4ab1a
...
...
@@ -239,7 +239,7 @@ static void lt_tilde_help(t_object* UNUSED(x))
post
(
"
\n
"
HEARTSYMBOL
" <~
\t\t
:: compare 2 signals"
);
}
ZEXY_SETUP
void
setup_0x3c
0x7
e
(
void
)
ZEXY_SETUP
void
setup_0x3c
_tild
e
(
void
)
{
lt_tilde_class
=
zexy_new
(
"<~"
,
lt_tilde_new
,
0
,
t_lt_tilde
,
0
,
"*"
);
...
...
@@ -261,6 +261,6 @@ ZEXY_SETUP void setup_0x3c0x7e(void)
#ifndef ZEXY_LIBRARY
void
setup
(
void
)
{
setup_0x3c
0x7
e
();
setup_0x3c
_tild
e
();
}
#endif
externals/zexy/src/0x3d0x3d0x7e.c
View file @
c7d4ab1a
...
...
@@ -238,7 +238,7 @@ static void eq_tilde_help(t_object* UNUSED(x))
{
post
(
"
\n
"
HEARTSYMBOL
" &&~
\t\t
:: test 2 signals for equality"
);
}
ZEXY_SETUP
void
setup_0x3d0x3d
0x7
e
(
void
)
ZEXY_SETUP
void
setup_0x3d0x3d
_tild
e
(
void
)
{
eq_tilde_class
=
zexy_new
(
"==~"
,
eq_tilde_new
,
0
,
t_eq_tilde
,
0
,
"*"
);
...
...
@@ -261,6 +261,6 @@ ZEXY_SETUP void setup_0x3d0x3d0x7e(void)
#ifndef ZEXY_LIBRARY
void
setup
(
void
)
{
setup_0x3d0x3d
0x7
e
();
setup_0x3d0x3d
_tild
e
();
}
#endif
externals/zexy/src/0x3e0x7e.c
View file @
c7d4ab1a
...
...
@@ -242,7 +242,7 @@ static void gt_tilde_help(t_object* UNUSED(x))
post
(
"
\n
"
HEARTSYMBOL
" >~
\t\t
:: compare 2 signals"
);
}
ZEXY_SETUP
void
setup_0x3e
0x7
e
(
void
)
ZEXY_SETUP
void
setup_0x3e
_tild
e
(
void
)
{
gt_tilde_class
=
zexy_new
(
">~"
,
gt_tilde_new
,
0
,
t_gt_tilde
,
0
,
"*"
);
...
...
@@ -265,6 +265,6 @@ ZEXY_SETUP void setup_0x3e0x7e(void)
#ifndef ZEXY_LIBRARY
void
setup
(
void
)
{
setup_0x3e
0x7
e
();
setup_0x3e
_tild
e
();
}
#endif
externals/zexy/src/0x7c0x7c0x7e.c
View file @
c7d4ab1a
...
...
@@ -257,7 +257,7 @@ static void oror_tilde_help(t_object* UNUSED(x))
post
(
"
\n
"
HEARTSYMBOL
" &&~
\t\t
:: logical OR operation on 2 signals"
);
}
ZEXY_SETUP
void
setup_0x7c0x7c
0x7
e
(
void
)
ZEXY_SETUP
void
setup_0x7c0x7c
_tild
e
(
void
)
{
oror_tilde_class
=
zexy_new
(
"||~"
,
oror_tilde_new
,
0
,
t_oror_tilde
,
0
,
"*"
);
...
...
@@ -281,6 +281,6 @@ ZEXY_SETUP void setup_0x7c0x7c0x7e(void)
#ifndef ZEXY_LIBRARY
void
setup
(
void
)
{
setup_0x7c0x7c
0x7
e
();
setup_0x7c0x7c
_tild
e
();
}
#endif
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