Skip to content

rafamj/elecmidi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elecmidi is a C program to help write electribe 2 patterns. It connects with the electribe 2 and modifies the current pattern.

compilation:

In the text of elecmidi.c, at the beginning are defined:

device: the midi device to connect.

channel: the midi channel.

To compile, type make

usage:

echo "command" | ./elecmidi

or

cat script | ./elecmidi

example1.txt, example2.txt are script examples.

if a command ends in ! then it is an immediate command. For example:

echo "name Pattern1 !" | ./elecmidi

is equivalent to the following 3 lines.

read

name Pattern1

write

to see all parameters:

echo "print !" | ./elecmidi

Command line arguments:

-d device

-c channel (1-16)

-s (For the Electribe 2 sampler)

About

C program to help write electribe 2 patterns.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published