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
David MacDonald
purr-data
Commits
177e7cd6
Commit
177e7cd6
authored
Aug 14, 2017
by
Jonathan Wilkes
Browse files
update markex to use the simplified hexmunger
parent
6f3d7bbb
Changes
5
Hide whitespace changes
Inline
Side-by-side
externals/markex/Makefile
View file @
177e7cd6
...
...
@@ -5,7 +5,7 @@ LIBRARY_NAME = markex
# add your .c source files, one object per file, to the SOURCES
# variable, help files will be included automatically
SOURCES
=
abs~.c alternate.c average.c counter.c hsv2rgb.c invert.c multiselect.c oneshot.c randomF.c reson~.c rgb2hsv.c strcat.c tripleLine.c tripleRand.c vector+.c vector-.c vector0x2a.c v
ector
0x2f.c vectorabs.c vectorpack.c
SOURCES
=
abs~.c alternate.c average.c counter.c hsv2rgb.c invert.c multiselect.c oneshot.c randomF.c reson~.c rgb2hsv.c strcat.c tripleLine.c tripleRand.c vector+.c vector-.c vector0x2a.c v
0x2a.c vector0x2f.c v
0x2f.c vectorabs.c vectorpack.c
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically
...
...
externals/markex/v0x2a.c
0 → 100644
View file @
177e7cd6
#include "vector0x2a.c"
void
setup_v0x2a
(
void
){
vectorMult_setup
();
}
externals/markex/v0x2f.c
0 → 100644
View file @
177e7cd6
#include "vector0x2f.c"
void
setup_v0x2f
(
void
){
vectorDiv_setup
();
}
externals/markex/vector0x2a.c
View file @
177e7cd6
...
...
@@ -62,12 +62,3 @@ static void vectorMult_setup(void)
void
setup_vector0x2a
(
void
){
vectorMult_setup
();
}
void
vector0x2a_setup
(
void
){
vectorMult_setup
();
}
void
setup_v0x2a
(
void
){
vectorMult_setup
();
}
void
v0x2a_setup
(
void
){
vectorMult_setup
();
}
externals/markex/vector0x2f.c
View file @
177e7cd6
...
...
@@ -61,5 +61,4 @@ static void vectorDiv_setup(void)
void
setup_vector0x2f
(
void
)
{
vectorDiv_setup
();
}
void
vector0x2f_setup
(
void
)
{
vectorDiv_setup
();
}
void
setup_v0x2f
(
void
)
{
vectorDiv_setup
();
}
void
v0x2f_setup
(
void
)
{
vectorDiv_setup
();
}
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