README (722B)


     1 jack
     2 ====
     3 
     4 sine.c:
     5   generate 440Hz sine wave
     6 tbl.c:
     7   frequency modulation and wavetable
     8 auto_connect.c:
     9   auto-connect to existing and newly added ports
    10 midi.c:
    11   control voltage midi gate
    12 
    13 Notes
    14 -----
    15 
    16 Except for auto_connect, all other programs do not connect to existing ports
    17 automatically. Make sure you connect the ports manually using jack_connect or
    18 cadence/qjackctl's patchbay feature after starting the programs.
    19 
    20 See auto_connect if you want to implement a auto-connect feature.
    21 
    22 Build
    23 -----
    24 
    25 First run
    26 
    27     $ ./configure
    28 
    29 to generate `config.mk`, then use
    30 
    31     $ make
    32 
    33 to build the binary.
    34 
    35 Dependencies
    36 ------------
    37 
    38 On Arch Linux
    39 
    40     $ pacman -S jack2
    41 
    42 On Debian
    43 
    44     $ apt-get install libjack-jackd2-dev