Snazzy FX ARDCORE User Manual
Page 7

With
its
built
in
USB
port,
CV
ins,
Gate
outs,
DAC
outs
and
CLOCK
in,
you
have
everything
you
need
to
begin
experimenting
with
programming,
or
simply
browsing
the
library
of
over
55
included
programs,
each
of
which
turns
the
ARDCORE
into
a
completely
different
module!
For programmers AND non-programmers alike:
All the code is freely available.
With an open source software foundation, you can be guaranteed that other
people
in
the
community
will
be
contributing
their
own
programs
as
well.
And
since
it
can
be
programmed
from
within
the
FREE
Arduino
IDE
program,
(OSX,
LINUX,
OR
PC)
its
compatible
with
whatever
computer
you
have.
And
for
people
who
have
never
programmed
but
think
they
might
like
to
try,
ARDCORE
gives
you
a
whole
lot
of
material
to
mess
around
with.
You
can
change
a
value
or
delete
some
lines,
save
it
as
a
new
program
and
Upload
it
to
the
ARDCORE
in
no
time
at
all.
Who
knows,
maybe
you’ll
even
teach
yourself
how
to
write
an
amazing
new
module.
Many
of
the
sketches
include
clear
commenting
as
well
as
reusable
functions,
so
in
many
cases
all
you
have
to
do
to
write
a
new
sketch
is
copy
a
few
functions,
add
a
few
values
and
debug
a
little
bit.
Each
program
uses
the
same
familiar
hardware.
So
no
matter
what
you
are
working
on,
you
always
have
the
same
knobs
and
jacks
being
used
in
the
code.
This makes it easy to USE the programs too. And if you decide you need the
pitch
control
to
be
on
the
top
left
knob
instead
of
the
bottom
right,
all
you
have
to
do
is
open
up
the
program
and
change
two
values.
SIMPLE.