Metadata-Version: 2.1
Name: vht
Version: 0.2.3
Summary: Valhalla Tracker - a live MIDI sequencer for JACK
Home-page: https://github.com/rdybka/vht
Author: Remigiusz Dybka
Author-email: remigiusz.dybka@gmail.com
License: GPLv3+
Description: ![vht header](/data/vht_header.png)
        ## about
        Valhalla Tracker aims to be a MIDI sequencing companion
        for GNU/Linux audio setups. Adhering to Unix philosophy,
        it tries to do one thing well
        
        - by itself produces no sound and won't run on Windows™
        - timing/input/output relies 100% on JACK
        - seems to work with fluidsynth, Carla, ZynAddSubFX and a MIDI controller
        - probably most suitable for loop based music
        - minimalistic by design
        - minimalistic by necessity
        - can save and load files
        - sparsely documented for hacking pleasure
        
        ## in zip
        - C library which talks to JACK and runs gameloop
        - it's Python counterpart, lazily wrapped with SWIG
        - GTK human interface also written in snake language
        
        ## deps
        ```
        fedora - python3-devel jack-audio-connection-kit-devel jack_capture
        ubuntu - build-essential python3-dev python3-setuptools libjack-jackd2-dev jack-capture
        
        and the usual jack/GNOME stuff
        ```
        
        ## install
        ```
        ./setup.py install --user
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Topic :: Multimedia :: Sound/Audio :: MIDI
Description-Content-Type: text/markdown
