vht


Namevht JSON
Version 0.4.6 PyPI version JSON
download
home_pagehttps://github.com/rdybka/vht
Summaryvahatraker - a live MIDI sequencer for pipewire/JACK
upload_time2024-09-05 12:22:50
maintainerNone
docs_urlNone
authorRemigiusz Dybka
requires_pythonNone
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![vht header](/data/vht_header.png)
## about
vahatraker is a MIDI sequencing companion
for GNU/Linux audio setups. Adhering to Unix philosophy,
driving MIDI is the one thing it tries to do well,
adhering to other doctrines - enabling expression,
with added value of:

- live editing
- fast workflow
- intuitive midi-in
- unheard of time signatures
- scenes
- fractal turtles
- fits on a floppy
- doesn't make a sound

Frankly speaking, vht was envisaged as a re-creation
of seq24 in tracker form for author's "studio needs"
and offers similar functionality (and limitations).
It relies 100% on JACK audio connection kit for 
input/output/synch and uses jack_capture for rendering.
The GUI has similar dependencies as gnome-calculator
and tracker paradigm was chosen to allow for rhythmic
gymnastics otherwise hard to convey.

Low level stuff was done in C and wrapped in Python.
Human interfacing part of contraption employs
GTK through gobject introspection and was also contrived
in the language we shall no longer spam about.

## dependencies
```
pipewire-audio-client-libraries / libjack-jackd2-dev
[jack-capture]
```
## install
```
pipx install vht
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rdybka/vht",
    "name": "vht",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Remigiusz Dybka",
    "author_email": "remigiusz.dybka@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d6/e4/dcdb4ad8b52d43755177b9d346b81481ca9fd153c09ebb8d44f267f071ab/vht-0.4.6.tar.gz",
    "platform": null,
    "description": "![vht header](/data/vht_header.png)\n## about\nvahatraker is a MIDI sequencing companion\nfor GNU/Linux audio setups. Adhering to Unix philosophy,\ndriving MIDI is the one thing it tries to do well,\nadhering to other doctrines - enabling expression,\nwith added value of:\n\n- live editing\n- fast workflow\n- intuitive midi-in\n- unheard of time signatures\n- scenes\n- fractal turtles\n- fits on a floppy\n- doesn't make a sound\n\nFrankly speaking, vht was envisaged as a re-creation\nof seq24 in tracker form for author's \"studio needs\"\nand offers similar functionality (and limitations).\nIt relies 100% on JACK audio connection kit for \ninput/output/synch and uses jack_capture for rendering.\nThe GUI has similar dependencies as gnome-calculator\nand tracker paradigm was chosen to allow for rhythmic\ngymnastics otherwise hard to convey.\n\nLow level stuff was done in C and wrapped in Python.\nHuman interfacing part of contraption employs\nGTK through gobject introspection and was also contrived\nin the language we shall no longer spam about.\n\n## dependencies\n```\npipewire-audio-client-libraries / libjack-jackd2-dev\n[jack-capture]\n```\n## install\n```\npipx install vht\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "vahatraker - a live MIDI sequencer for pipewire/JACK",
    "version": "0.4.6",
    "project_urls": {
        "Homepage": "https://github.com/rdybka/vht"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6e4dcdb4ad8b52d43755177b9d346b81481ca9fd153c09ebb8d44f267f071ab",
                "md5": "7b6975fad55881dbb7840bf21f73f9e8",
                "sha256": "b99ba1f9220d1e3136faebbb9e72e781e5ccd4289b58063dd8cd9b813d94e708"
            },
            "downloads": -1,
            "filename": "vht-0.4.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7b6975fad55881dbb7840bf21f73f9e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 291167,
            "upload_time": "2024-09-05T12:22:50",
            "upload_time_iso_8601": "2024-09-05T12:22:50.694817Z",
            "url": "https://files.pythonhosted.org/packages/d6/e4/dcdb4ad8b52d43755177b9d346b81481ca9fd153c09ebb8d44f267f071ab/vht-0.4.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 12:22:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rdybka",
    "github_project": "vht",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "vht"
}
        
Elapsed time: 0.75789s