debian/0000775000000000000000000000000011666321465007202 5ustar debian/patches/0000775000000000000000000000000011500226531010612 5ustar debian/patches/series0000664000000000000000000000003011500226531012020 0ustar 01_correct_version.diff debian/patches/01_correct_version.diff0000664000000000000000000000103211500226531015146 0ustar # Description: Have rumor display the proper version # Author: Ryan Kavanagh Index: rumor/configure.ac =================================================================== --- rumor.orig/configure.ac 2010-12-09 11:05:55.757615701 -0500 +++ rumor/configure.ac 2010-12-09 11:06:00.145613818 -0500 @@ -1,5 +1,5 @@ -AC_INIT(Rumor,1.0.4,[Václav Šmilauer ],rumor) +AC_INIT(Rumor,1.0.5,[Václav Šmilauer ],rumor) AM_INIT_AUTOMAKE([dist-bzip2 no-texinfo.tex]) AM_CONFIG_HEADER([config.h]) debian/rumor.10000664000000000000000000001611011500226531010410 0ustar .TH rumor 1 "April 3, 2009" "" "Really Unintelligent music transcriptOR" .SH NAME rumor \- program for transcripting simple music played on (MIDI) keyboard to Lilypond text notation. .SH SYNOPSIS .B rumor .RI [-lDfsv?V] [-g N] [-m P[/]Q] [-t BPM] [-w[BEAT]] [-a NUM] [\-k NOTE] [\-\-flat] [\-\-grain=N] [\-\-legato] [\-\-meter=P[/]Q] [\-\-no-chords] [\-\-tempo=BPM] [\-\-wait[=BEAT]] [\-\-accidentals=NUM] [\-\-absolute-pitches] [\-\-no-dots] [\-\-explicit-durations] [\-\-full] [\-\-key=NOTE] [\-\-lang={ne,en,en-short,de,no,sv,it,ca,es}] [\-\-strip] [\-\-sample-sheet] [\-\-verbose] [\-\-alsa[=[IC:IP,]OC:OP]] [\-\-kbd] [\-\-oss[=DEV]] [\-\-script=FILE] [\-\-help] [\-\-usage] [\-\-version] .br .SH DESCRIPTION This manual page explains the .B rumor program. It is a realtime monophonic (with chords) MIDI keyboard to Lilypond converter. It receives MIDI events, quantizes them according to its metronome on the fly and outputs handwritten-like corresponding Lilypond notation. Tempo, meter, key and other parameters can be set via command-line options .PP .SH OPTIONS Default start-up values are \-\-alsa=64:0,65:0 \-\-tempo=100 \-\-meter=44 \-\-grain=16 \-\-key=c. .B .IP -g,--grain=NUM Set minimum time resolution to the NUMth note. Only powers of two are valid, from 1 up to 128. .B .IP -l,--legato Ignore any rests between notes. Every note terminates upon the start of the next one. .B .IP -D,--no-dots Do not use dotted notes (dotted rests are always disallowed). .B .IP -m,--meter=P[/]Q Set time signature. Bar will have P beats of duration of the Qth note. Metronome will sound every beat. (thus e.g. 4/4 and 8/8 will give the same output, only metronome behavior will change). Q must be a power of two. Slash may be omited if P and Q are both smaller than 10. .B .IP -t,--tempo=BPM Metronome speed will be BPM beats per minute. Note that what is considered a beat is determined by \-\-meter. .B .IP -w,--wait=BEAT Start metronome upon arrival of the first MIDI note, at the beginning of bar (BEAT=1) unless overridden. .B .IP --flat Output only pitches as you play, no lengths. Metronome will not be started. .B .IP --no-chords Disables chords (groups of notes pressed and released "simultaneously", with regard to quantization). Enabled by default. .B .IP --explicit-durations Output duration indication after every note, even if it remains the same as preceedingly. .B .IP --absolute-pitches Do not use Lilypond relative notation. Instead, all pitches have their octave indicated by (possibly zero) tics or commas. .B .IP --lang=LANG LANG can be one of ne (default: ces, c, cis, ...), en, en-short, de, no, sv, it, ca, es. Languages match those used by Lilypond (not necessarily the version you have installed, though). Note that pitch names can be always overridden by rumor-pitches (see section 5. Scripting). .B .IP -k,--key=KEY Set base note of current scale, used to resolve enharmonic ambiguities (i.e. fis vs. ges). Valid value for KEY is any pitch having less than two accidentals, in current language (\-\-lang; this option must precede \-\-key in order to have effect). Run \-\-sample-sheet Produce complete Lilypond file showing all possible rhythm notations and chromatic scale in all possible keys (see \-\-key). It is influenced by \-\-meter, \-\-grain and also user-defined notations (see \-\-script). .B .IP -s,--strip Strip leading and trailing rests from output. First and last bars may thus be incomplete. .B .IP -f,--full Output can be fed directly into Lilypond. It will be one--line staff in violin clef and key signature as determined by \-\-accidentals. .B .IP -a,--accidentals=NUM Set number of sharps or flats (if NUM is positive or negative, respectively) for full Lilypond output. No effect without \-\-full. .B .IP --script=FILE Run guile script FILE before beginning. See section 5. Scripting. .B .IP --alsa=[[IC:IP,]OC:OP] Use ALSA interface. If argument is specified, connect input to client IC on port IP and output to OC:OP. By default, Rumor will try to use 64:0,65:0. If connection fails, you can use aconnect to do this manually. If you specify only one pair C:P, it will be the output port. This is useful with \-\-kbd. .B .IP --oss[=DEV] Use OSS interface. Device number 0 on /dev/sequencer will be used, unless overridden by DEV. .B .IP --kbd Emulate MIDI keyboard using ordinary keyboard. An ordinary MIDI interface (ALSA or OSS) is still needed for metronome and echoing. Standard input must be a terminal. There is a usable keyboard layout builtin; however, key bindings are configurable via (rumor-kbd ...) (see section 5. Scripting). .B .IP -v,--verbose Be verbose. This option may be used more times and every time will increase verbosity level by 1. If it is greater than 3 and Rumor was compiled with debuggins support, debugging and tracing messages will be printed. If verbosity is zero (default), Rumor will only report errors. .B .IP -?,--help .B .IP --usage .B .IP -V,--version .SH NOTES Rumor's only purpose is to help out with music transcriptions (even of polyphonic music with separated voices); typical usage is to write Lilypond file skeleton by hand and then paste Rumor output into it. It does not want to be a full-blown quantization program; fancy features like tuplets, polyphony and tempo tracking were ommited deliberately. .PP Rumor mimics handwritten Lilypond source: .PP (1) it uses relative notation and omits note length if it has not changed (both can be switched off though). .PP (2) it writes rhythms intelligently, in relation to bar position (tied single notes, over barlines if necessary) .PP (3) it resolves enharmonic ambiguities (e.g. gis/as) given the \-\-key=NOTE option (see section 4. Invocation) .PP (4) It is scriptable, with support for user-defined rhythm notations, keyboard layout and pitch names (dutch and italian being built-in). See section 5. Scripting. .PP (5) It supports chords (simlutaneous notes), using the 8 syntax. .PP (6) It can talk to MIDI I/O via ALSA or OSS. .PP (7) It can emulate MIDI keyboard using ordinary (computer) keyboard, key layout being scriptable. .SH BUGS Should be rewritten in python. Otherwise no known bugs. .SH EXAMPLE A minimalistic rumor session follows (play keyboard, then press ^-C). .nf vaclav@frigo:~/ujf/quant/rumor$ ./rumor \-m68 \-kb \-g32 b'8 ~ b32 a g fis g16 e cis8 ~ cis16 g' fis8 | e d b4 ais8 r | ais b32 a g fis g16 e' g, fis32 e fis16 cis' e, cis' | e, d32 cis d16 b' ~ b ais ~ ais32 cis b ais b16 d ~ d cis ~| cis32 e d cis d16 fis ~ fis e ~ e32 g fis e fis16 b ~ b ais | b32 a gis fis gis16 b eis, fis ~ fis32 fis eis dis eis16 gis ais, b ~| b32 b ais gis ais16 cis eis, fis d'8 cis vaclav@frigo:~/ujf/quant/rumor$ .fi \-m68 (or equivalently, \-\-meter=6/8) sets six-eights bar, \-kb (\-\-key=b) indicates b-based scale, \-g32 (\-\-grain=32) sets resolution to 32nd notes. .SH AUTHOR Vaclav Smilauer thanks to: Graham Percival for many bug reports and suggestions Nicolas Sceaux for several suggestions .SH "SEE ALSO" The full documentation of rumor is maintained as info page. It is also accessbile online at http://www.volny.cz/smilauer/rumor/rumor.html. debian/rumor.info0000664000000000000000000000001711500226531011202 0ustar doc/rumor.info debian/copyright0000664000000000000000000000267211500226531011125 0ustar This package was debianized by: rosea grammostola on Sat, 14 Mar 2009 21:06:04 +0100 It was downloaded from: http://www.volny.cz/smilauer/rumor/rumor.html (versions up to and including 1.0.3~beta1-2) https://launchpad.net/rumor/ (versions 1.0.4 onwards) Upstream Author: Václav Šmilauer Copyright: Copyright © 2003–2010 Václav Šmilauer License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is: Copyright (C) 2009 rosea grammostola Copyright (C) 2009-2010 Ryan Kavanagh and is licensed under the GPLv2, see above. debian/rumor.manpages0000664000000000000000000000002011500226531012034 0ustar debian/rumor.1 debian/compat0000664000000000000000000000000211500226531010361 0ustar 8 debian/control0000664000000000000000000000220411500226747010575 0ustar Source: rumor Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: rosea grammostola , Ryan Kavanagh Build-Depends: debhelper (>= 8), libasound2-dev, guile-1.8-dev, texinfo, automake, texi2html Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-multimedia/rumor.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/rumor.git;a=summary Homepage: https://launchpad.net/rumor/ DM-Upload-Allowed: yes Package: rumor Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: lilypond Suggests: qjackctl, aconnectgui, doc-base Enhances: frescobaldi Description: Realtime MIDI keyboard to Lilypond converter Program for transcripting simple music played on (MIDI) keyboard to Lilypond text notation. It receives MIDI events, quantizes them according to its metronome on the fly and outputs handwritten-like corresponding Lilypond notation. Tempo, meter, key and other parameters can be set via command-line options. debian/watch0000664000000000000000000000016411500226531010215 0ustar # Compulsory line, this is a version 3 file version=3 https://launchpad.net/rumor/+download .*/rumor-(.+)\.tar\.bz2 debian/changelog0000664000000000000000000000725611666321465011066 0ustar rumor (1.0.5-1build1) precise; urgency=low * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. -- Adam Conrad Fri, 02 Dec 2011 21:19:01 -0700 rumor (1.0.5-1) unstable; urgency=low * New upstream release * Launchpad wants to use HTTPS, update watch file accordingly * Update copyright with new years and emails * Rewrite rules file using short-form debhelper v8 (was CDBS) * Debian source format 3.0 (quilt) - Drop quilt-howto README.source, now unneeded - Unapply patches after build (debian/source/local-options) * Bumped standards to 3.9.1 * Turned on DM-Upload-Allowed with permission from Reinhard Tartler * Upstream changelog should be treated as such, not as documentation * Drop debian/dirs, unneeded * Have rumor display the correct version (01_correct_version.diff) -- Ryan Kavanagh Thu, 09 Dec 2010 16:55:22 -0500 rumor (1.0.4-1) unstable; urgency=low * New upstream release that fixes deprecated conversion from string constant to 'char*', (Closes: #551857) * Added myself to the packaging copyright * Updated debian/docs with authors list * Dropped end of line spaces in the long description * Updated watch file for new site * Added automake to B-D so that we can run autogen.sh * Added autoconf to B-D so that we can run autogen.sh * Call autogen.sh from debian/rules * Added texi2html to the Build-Depends so that we can generate the HTML docs * Build HTML documentation * Added the doc-base file for the HTML documentation * Added doc-base as a suggests * Never ship usr/share/info/dir.gz * Remove files that upstream's clean target forgets * Revert "Imported Upstream version 1.0.4" - We'll reimport it * Imported Upstream version 1.0.4 * Now that upstream ran ./autogen.sh, we can't remove the autogenerated files on clean * Revert "Call autogen.sh from debian/rules" * Revert "Added autoconf to B-D so that we can run autogen.sh" * Remove doc/rumor.info on clean so that we can pass the double build test -- Ryan Kavanagh Sun, 08 Nov 2009 13:05:44 -0500 rumor (1.0.3~beta1-2) unstable; urgency=low * Don't ship a /usr/share/info/dir.gz (Closes: #547307). -- Ryan Kavanagh Mon, 19 Oct 2009 11:47:19 -0400 rumor (1.0.3~beta1-1) unstable; urgency=low [ rosea grammostola ] * Initial release (Closes: #511794) [ Ryan Kavanagh ] * Patched rumor.texi to have a dircategory and an info-dir-description. * Changed version to 1.0.3~beta1 since 1.0.3b-1 > 1.0.3-1, however 1.0.3-1 > 1.0.3~beta1-1. This change will allow users to upgrade when 1.0.3 is released. * Added a README.source, as per Debian Policy Manual 4.14 * Added a missing parenthesis to the copyright file. I also dropped superfluous whitespace / empty lines. * Dropped the install-info blurbs in postinst/prerm since they aren't needed anymore * Reformatted the Depends and Build-Depends lines to make them more readeable * Added texinfo as a B-D so that we can generate our fixed info document * Added quilt as a B-D so that we can patch rumor.texi and then generate our fixed info document * Added Ryan Kavanagh to the Uploaders field * Added debian/rumor.info * Added an 'Enhances: frescobaldi' * Bumped Standards version to 3.8.3 [ Reinhard Tartler ] * add debian/gbp.conf * prefer multiline fields in debian/control * update Maintainer field for pkg-multimedia * add Vcs-Git and Vcs-Browser fields * remove dependency on autotools-dev * remove redundant dependencies on libpthread-stubs0 and libpthread- stubs0-dev -- Ryan Kavanagh Mon, 31 Aug 2009 08:34:28 -0400 debian/gbp.conf0000664000000000000000000000025011500226600010574 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True compression = bzip2 debian/rules0000775000000000000000000000104111500226531010237 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: ./autogen.sh dh_auto_configure override_dh_auto_build: make html dh_auto_build override_dh_auto_install: dh_auto_install # Never ship usr/share/info/dir.gz . This file hasn't been compressed # yet, let's remove it before it is. rm -f debian/rumor/usr/share/info/dir override_dh_auto_clean: # Remove the generated file doc/rumor.info so that we can pass the # double build test rm -f doc/rumor.info dh_auto_clean override_dh_installchangelogs: dh_installchangelogs NEWS debian/source/0000775000000000000000000000000011500226531010463 5ustar debian/source/format0000664000000000000000000000001411500226531011671 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000004311500226531010033 0ustar AUTHORS README TODO doc/rumor.html debian/rumor.doc-base0000664000000000000000000000042711500226531011731 0ustar Document: rumor Title: Rumor — Really Unintelligent Music transcriptOR Manual Author: Václav Šmilauer Abstract: This manual is the HTML version of the rumor info page. Section: Sound Format: HTML Index: /usr/share/doc/rumor/rumor.html Files: /usr/share/doc/rumor/rumor.html