GithubHelp home page GithubHelp logo

pstiasny / vitabs Goto Github PK

View Code? Open in Web Editor NEW
41.0 3.0 2.0 157 KB

Guitar tablature editor inspired by vi

Home Page: http://pstiasny.github.io/VITABS/

License: GNU General Public License v3.0

Python 100.00%
python guitar-tablature guitar-tabs guitar editor

vitabs's Introduction

VITABS
======

Project website (with screenshots): <http://pstiasny.github.io/VITABS/>


Introduction
------------
VITABS is a guitar tab editor inspired by the legendary Vi text editor.  It is
created with convenient editing and fast keyboard entry in mind.  Keyboard
mappings are modeled after Vi and Vim.

A more detailed documentation is available in the doc directory in Markdown
format.


Requirements
------------
Python 3 and curses library are required to run VITABS.
python-rtmidi is required for MIDI playback.


Installation
------------
It's easiest to get VITABS via the pip package manager::

    pip install vitabs[midi]


Features
--------
* Vi-like editing commands
* MIDI playback

Planned features include multiple tracks and plugin support.


License and Disclaimer
----------------------
Copyright (C) 2011  Paweł Stiasny

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


Contact
-------
pawelstiasny [at] gmail . com


vitabs's People

Contributors

pstiasny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gsi billiam

vitabs's Issues

python package

Interesting project!

Would you mind making a package so that the software may be installed with pip ?

Crash

Hello! Great project ;)
I've just installed it on arch.
:midiouts command shows nothing, so :midiout fails, but when I press 'E', i got this:

$ vitabs
Something terrible happened
Traceback (most recent call last):
File "/usr/bin/vitabs", line 52, in
ed.normal_mode()
File "/usr/lib/python2.7/site-packages/vitabs/editor.py", line 551, in normal_mode
cmd(self, num_arg)
File "/usr/lib/python2.7/site-packages/vitabs/commands.py", line 350, in play_all
ed.play_range((1,1), ed.tab.last_position())
File "/usr/lib/python2.7/site-packages/vitabs/editor.py", line 353, in play_range
p.set_instrument(getattr(self.tab, 'instrument', 24))
File "/usr/lib/python2.7/site-packages/vitabs/player.py", line 87, in set_instrument
self.port.WriteShort(0xC0, num)
AttributeError: Player instance has no attribute 'port'

Add dead notes

There should be a way to denote a note as a dead note, so that it appears as such:

  4/4
 │─5──────────────────│
 │─5──────────────────│
 │─2─────x──2──2──2───│
 │─2──2──x──2──2──2───│
 │─2──0─────0──0──0───│
 │─0──────────────────│

(Original tab)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.