Menu

Tree [b9775a] master /
 History

HTTPS access


File Date Author Commit
 cmake 2010-12-22 lieven moors lieven moors [adeab7] added cmake build support
 CMakeLists.txt 2011-03-26 lieven moors lieven moors [2ab96e] added custom target to generate tarball with gi...
 COPYING 2010-10-04 lieven moors lieven moors [5cf0a0] added license
 INSTALL 2011-01-22 lieven moors lieven moors [1ff5e3] added CMAKE_INSTALL_PREFIX instruction
 Makefile 2011-02-12 lieven moors lieven moors [ec0e3d] first working version with kernel lists
 README 2011-01-16 lieven moors lieven moors [13c448] update of README
 arp.cpp 2010-11-21 lieven moors lieven moors [f4ed23] Merge branch 'rewrite'
 arp.h 2011-02-12 lieven moors lieven moors [11f752] removed inclusion of allocator.h
 common.h 2011-02-10 lieven moors lieven moors [33ae8d] first succesful tests with kernel lists
 file.cpp 2011-02-14 lieven moors lieven moors [d44b4a] BUG_FIX: fixed a nasty bug with sort by replaci...
 file.h 2010-12-17 lieven moors lieven moors [3b5d69] first try at syncing the pointer swap
 flarps.1 2011-02-02 lieven moors lieven moors [6e929a] update of manual
 jack.cpp 2011-05-25 lieven moors lieven moors [b9775a] no need to update period_current anymore
 jack.h 2011-02-12 lieven moors lieven moors [7498f0] define global variable port_buf, have one for e...
 list.h 2011-02-10 lieven moors lieven moors [09ebf9] compileable with both g++ and gcc
 list_sort.cpp 2011-02-12 lieven moors lieven moors [ec0e3d] first working version with kernel lists
 list_sort.h 2011-02-10 lieven moors lieven moors [09ebf9] compileable with both g++ and gcc
 main.cpp 2011-02-12 lieven moors lieven moors [7498f0] define global variable port_buf, have one for e...
 main.h 2011-02-12 lieven moors lieven moors [ec0e3d] first working version with kernel lists
 midi.cpp 2011-02-14 lieven moors lieven moors [f9f4f4] added function event_to_event_list, and mideven...
 midi.h 2011-02-14 lieven moors lieven moors [f9f4f4] added function event_to_event_list, and mideven...
 rhythm.cpp 2010-11-21 lieven moors lieven moors [f4ed23] Merge branch 'rewrite'
 rhythm.h 2010-11-21 lieven moors lieven moors [f4ed23] Merge branch 'rewrite'
 scale.cpp 2010-11-21 lieven moors lieven moors [f4ed23] Merge branch 'rewrite'
 scale.h 2010-11-21 lieven moors lieven moors [f4ed23] Merge branch 'rewrite'
 step.cpp 2010-11-21 lieven moors lieven moors [f4ed23] Merge branch 'rewrite'
 step.h 2010-11-21 lieven moors lieven moors [f4ed23] Merge branch 'rewrite'
 steps.txt 2011-02-16 lieven moors lieven moors [27e3ab] nice steps
 watch_file.cpp 2011-01-12 lieven moors lieven moors [7e7d35] handle syntax_error exceptions more gracefully
 watch_file.h 2010-11-21 lieven moors lieven moors [f4ed23] Merge branch 'rewrite'

Read Me

FLARPS

Flarps is a MIDI arpeggiator for linux based systems.                                   
Its operation is controlled by a text file, that can be edited while flarps is running. 
Flarps outputs MIDI events with JACK MIDI, and uses JACK transport for synchronization. 

For more information about the program, run:

  man flarps.1

Or you can install the program first (see the INSTALL file), and run:

  man flarps

To try out flarps without installing the program, build it first with:

  cmake .
  make

and run:

  ./flarps steps.txt

Then connect the midi output ports of flarps to your softsynth of choice,
start JACK transport, and edit the steps.txt file in a text editor.