SkillAgentSearch skills...

Elecmidi

C program to help write electribe 2 patterns.

Install / Use

/learn @rafamj/Elecmidi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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)

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks1

Languages

C

Security Score

75/100

Audited on Dec 2, 2023

No findings