Next Previous Table of Contents
"stereo_beep.arts" is a small example which outputs a 440 Hz sine wave on one your left speaker, a 880 Hz sine wave on the right.
All others are midi synthesis examples, while the main_*.arts-structures contain the midi routers (these are the structures you must execute), and the instrument_*.arts structures contain the instruments (these are the structures you must publish).
You can use them in conjunction with midisend like that
artsshell -p -f <next_instrument>
from a shellThe midi_main_echo.arts has an additional echo effect. Another thing you may want to check is the number of maximum voices allowed at the midirouter in the main structure. Perhaps your computer can calculate even more instruments, perhaps even the eight that are configured in the example are too much.
If you change that value, you should adapt the DOWNLINK's clients setting as well, to prevent clipping. (See module reference / tutorial).
Next Previous Table of Contents