debian/0000755000000000000000000000000012224253304007163 5ustar debian/compat0000644000000000000000000000000212224252044010361 0ustar 7 debian/patches/0000755000000000000000000000000012224252044010612 5ustar debian/patches/series0000644000000000000000000000013612224252044012027 0ustar 01-desktop_file.patch 02-gcc45_binutils_gold.patch 03-remove_midi_when_replacing_plugin.patch debian/patches/02-gcc45_binutils_gold.patch0000644000000000000000000000124512224252044015677 0ustar Description: Fix FTBFS with newest GCC4.5 and linker. Updated 2013-04-09 by Robie Basak : * Added -lm; this is already in the upstream bug. Author: Alessio Treglia Forwarded: https://sourceforge.net/apps/trac/jack-rack/ticket/1 Also forwarded to torbenh@gmx.de, leslie.polzer@gmx.net, adamsampson@users.sourceforge.net Last-Update: 2013-04-09 --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/src/Makefile.am +++ b/src/Makefile.am @@ -61,7 +61,9 @@ -DGNOME_DISABLE_DEPRECATED=1 -jack_rack_LDFLAGS = \ +LIBS = \ + -ldl \ + -lm \ $(JACK_LIBS) \ $(GTK_LIBS) \ $(GNOMEUI_LIBS) \ debian/patches/03-remove_midi_when_replacing_plugin.patch0000644000000000000000000000104612224252044020776 0ustar Description: Remove MIDI controls when replacing a plugin. Origin: upstream, commit:798294e5a907fdccc9844494ac1be9750d09a146 --- src/plugin_slot.c | 4 ++++ 1 file changed, 4 insertions(+) --- jack-rack.orig/src/plugin_slot.c +++ jack-rack/src/plugin_slot.c @@ -557,6 +557,10 @@ plugin_slot_change_plugin (plugin_slot_t plugin_slot->lock_all = NULL; } +#ifdef HAVE_ALSA + /* remove controls for this plugin */ + plugin_slot_remove_midi_controls (plugin_slot); +#endif #ifdef HAVE_ALSA /* remove controls for this plugin */ debian/patches/01-desktop_file.patch0000644000000000000000000000073612224252044014527 0ustar Author: Alessio Treglia Description: Fix desktop file as Freedesktop.org's per spec. Forwarded: torbenh@gmx.de, leslie.polzer@gmx.net, adamsampson@users.sourceforge.net --- jack-rack.desktop | 1 - 1 file changed, 1 deletion(-) --- jack-rack.orig/jack-rack.desktop +++ jack-rack/jack-rack.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=JACK Rack Comment=Stereo LADSPA effects rack Comment[ru]=Стойка эффектов LADSPA debian/rules0000755000000000000000000000011212224252044010235 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed %: dh $@ --with autoreconf debian/control0000644000000000000000000000177312224252340010575 0ustar Source: jack-rack Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Jaromír Mikeš Build-Depends: autopoint, debhelper (>= 7.0.8~), dh-autoreconf, ladspa-sdk (>= 1.1), libasound2-dev, libgtk2.0-dev, libjack-dev, liblrdf0-dev, libxml2-dev Standards-Version: 3.9.4 Homepage: http://jack-rack.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/jack-rack.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/jack-rack.git Package: jack-rack Architecture: any Depends: jackd, python, ${misc:Depends}, ${shlibs:Depends} Recommends: blop, cmt, swh-plugins Description: LADSPA effects "rack" for JACK JACK Rack is an effects "rack" for the JACK low latency audio API. The rack can be filled with LADSPA effects plugins and can be controlled using the ALSA sequencer. It's phat; it turns your computer into an effects box. debian/changelog0000644000000000000000000001316312224252613011043 0ustar jack-rack (1.4.8~rc1-2) unstable; urgency=low [ Alessio Treglia ] * Add jack-rack-patches by Marcos Guglielmetti. * Install jack-rack patches (Closes: #605782). * Update debian/copyright. * Use canonical form for VCS urls. * Bump Standards. * Refresh debian/copyright, meet copyrigh 1.0 format. [ Jaromír Mikeš ] * Added myself as uploader [ Sebastian Ramacher ] * Link against -lm since symbols are used from there. Thanks to Robie Basak for the patch (Closes: #713468) -- Alessio Treglia Sun, 06 Oct 2013 13:20:07 +0100 jack-rack (1.4.8~rc1-1) unstable; urgency=low * Imported upstream version 1.4.8~rc1: - Add support for JACK session. - Fix bugs in MIDI controls. - Add Czech, update Russian translations. * Refresh patches. * Replace DH's autotools_dev add-on with autoreconf. * Relax build-dep on debhelper to 7.0.8~. * Build-depend on autopoint. -- Alessio Treglia Sun, 29 May 2011 11:22:44 +0200 jack-rack (1.4.7-5) unstable; urgency=low * 03-remove_midi_when_replacing_plugin.patch. - Remove MIDI controls when replacing a plugin. * Drop LASH support. * Remove LDFLAGS+=-Wl,-ldl, no longer needed. * Link with --as-needed. -- Alessio Treglia Thu, 19 May 2011 14:24:54 +0200 jack-rack (1.4.7-4) unstable; urgency=low * Remove libgnomeui2-dev from Build-Depends. (Closes: #622028) * Use 'dh $@ --with foo' form for compatibility with DH 8. * Bump Standards. * Correct gbp's config file. -- Alessio Treglia Sun, 10 Apr 2011 09:06:27 +0200 jack-rack (1.4.7-3) unstable; urgency=low * Drop build-dependency on ladcca-dev, it will be removed. * Add patch to prevent FTBFS with newest GCC 4.5. -- Alessio Treglia Fri, 03 Dec 2010 13:27:17 +0100 jack-rack (1.4.7-2) unstable; urgency=low * Change my mail address. * Switch to dpkg 3.0 (quilt) source format. * Add .gitignore file. * Add debian/gbp.conf file. * Use autotools_dev debhelper add-on to update config.{guess,sub} files. * Add -Wl,-ldl to LDFLAGS to fix FTBFS with binutils-gold (Closes: #554925). -- Alessio Treglia Mon, 21 Jun 2010 20:40:09 +0200 jack-rack (1.4.7-1) unstable; urgency=low * New maintainer (Closes: #546959): - Set Debian Multimedia Maintainers as Maintainer. - Add myself to the Uploaders list. * New upstream release (Closes: #475893). * Move from cdbs to debhelper 7. * Drop old patches, now unnecessary. * Add quilt support. * Add patch to adjust desktop file according to Freedesktop.org's spec. * debian/control: - Add Vcs-* tags. - Set DMUA to yes. - Bump Standards. - Add missing ${misc:Depends} macro to Depends field. - Remove libjack0.100.0-dev from Build-Depends (Closes: #527415). - Don't build-depend on bzip2, no longer needed. - Build-Depends on autotools-dev,libasound2-dev,liblash-dev. - Demote blop,cmt,swh-plugins to Recommends (see LP: #231131, LP: #260435 for more information). - Depends on python (needed by ecarack). - Add Homepage field. * Add ALSA support (Closes: #475894). * Add LASH support. * Add GNOME support. * Fix outdated-autotools-helper-file config.* lintian warnings by replacing config.{guess,sub} before configuring the package. * Fix menu as per spec. * Remove debian/TODO, unnecessary. * Update debian/copyright. * Add watch file. -- Alessio Treglia Mon, 08 Feb 2010 21:43:28 +0100 jack-rack (1.4.4-4) unstable; urgency=low * Remove GTK_DISABLE_DEPRECATED because of compilation problem (closes: #444502) * Added optional libjack-dev build dep for backporting -- Guenter Geiger (Debian/GNU) Wed, 2 Nov 2005 17:47:47 +0100 jack-rack (1.4.4-3) unstable; urgency=low * I was still sleeping, this time bzip2 is there for real -- Guenter Geiger (Debian/GNU) Sat, 9 Jul 2005 12:46:05 +0200 jack-rack (1.4.4-2) unstable; urgency=low * Added missing build depends on bzip2 (closes: #317508) -- Guenter Geiger (Debian/GNU) Sat, 9 Jul 2005 12:17:58 +0200 jack-rack (1.4.4-1) unstable; urgency=low * New upstream release * Recompile against new JACk (closes: ��#317232) 232) -- Guenter Geiger (Debian/GNU) Fri, 8 Jul 2005 10:37:42 +0200 jack-rack (1.4.3-2) unstable; urgency=low * Added 32x32 icon (closes: #212684) * updated standards version -- Guenter Geiger (Debian/GNU) Tue, 19 Apr 2005 11:55:14 +0200 jack-rack (1.4.3-1) unstable; urgency=low * New upstream -- Guenter Geiger (Debian/GNU) Tue, 25 Nov 2003 10:22:05 +0100 jack-rack (1.4.2-4) unstable; urgency=low * added LADSPA plugins dependency -- Guenter Geiger (Debian/GNU) Tue, 5 Aug 2003 00:33:38 +0200 jack-rack (1.4.2-3) unstable; urgency=low * added jackd dependency (closes: #203153) -- Guenter Geiger (Debian/GNU) Mon, 28 Jul 2003 10:09:27 +0200 jack-rack (1.4.2-2) unstable; urgency=low * added liblrdf build dependency -- Guenter Geiger (Debian/GNU) Thu, 17 Jul 2003 16:27:17 +0200 jack-rack (1.4.2-1) unstable; urgency=low * new upstream version -- Guenter Geiger (Debian/GNU) Fri, 11 Jul 2003 13:23:30 +0200 jack-rack (1.4.1-1) unstable; urgency=low * New upstream version -- Guenter Geiger (Debian/GNU) Tue, 06 May 2003 17:49:49 +0200 jack-rack (1.0-1) unstable; urgency=low * Initial Release. -- Guenter Geiger (Debian/GNU) Tue, 12 Nov 2002 15:07:22 +0100 debian/install0000644000000000000000000000014312224252203010547 0ustar debian/jack-rack-fx/*.rack usr/share/jack-rack/patches debian/jack-rack-icon.xpm usr/share/pixmaps debian/dirs0000644000000000000000000000003412224252044010044 0ustar usr/share/jack-rack/patches debian/gbp.conf0000644000000000000000000000003612224252044010601 0ustar [DEFAULT] pristine-tar = True debian/jack-rack.dirs0000644000000000000000000000002212224252044011666 0ustar usr/share/pixmaps debian/jack-rack.manpages0000644000000000000000000000002312224252044012521 0ustar debian/jack-rack.1 debian/copyright0000644000000000000000000000357412224252506011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jack_mixer Upstream-Contact: Bob Ham Leslie P. Polzer Source: https://sourceforge.net/projects/jack-rack/files/ Comment: The files under debian/jack-rack-fx/ are taken from http://marcospcmusica.wordpress.com/2011/06/10/jack-rack-patches/ Files: * Copyright: 2002, 2003 Robert Ham License: GPL-2+ Files: debian/* Copyright: 2010-2013 Alessio Treglia 2002-2005 Guenter Geiger License: GPL-2+ Files: debian/jack-rack-fx/* Copyright: 2005-2011 by Marcos Guglielmetti License: GFDL-NIV License: GPL-2+ This package 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 2 of the License, or (at your option) any later version. . 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 program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: GFDL-NIV Copyright © 2005-2011 by Marcos Guglielmetti. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". debian/jack-rack-icon.xpm0000644000000000000000000000733512224252044012475 0ustar /* XPM */ static char * jack_rack_icon_xpm[] = { "32 32 98 2", " c None", ". c #888888", "+ c #A9A9A9", "@ c #868686", "# c #858585", "$ c #8B8B8B", "% c #8C8C8C", "& c #8E8E8E", "* c #8A8A8A", "= c #898989", "- c #878787", "; c #AAAAAA", "> c #828282", ", c #808080", "' c #838383", ") c #686868", "! c #666666", "~ c #727272", "{ c #6A6A6A", "] c #696969", "^ c #6B6B6B", "/ c #6D6D6D", "( c #6F6F6F", "_ c #717171", ": c #767676", "< c #979797", "[ c #989898", "} c #929292", "| c #ACACAC", "1 c #949494", "2 c #9A9A9A", "3 c #959595", "4 c #ADADAD", "5 c #939393", "6 c #969696", "7 c #999999", "8 c #656565", "9 c #797979", "0 c #676767", "a c #626262", "b c #616161", "c c #606060", "d c #5E5E5E", "e c #5D5D5D", "f c #5B5B5B", "g c #5A5A5A", "h c #757575", "i c #A6A6A6", "j c #A3A3A3", "k c #B1B1B1", "l c #9E9E9E", "m c #9D9D9D", "n c #9F9F9F", "o c #9B9B9B", "p c #A0A0A0", "q c #6C6C6C", "r c #7F7F7F", "s c #A4A4A4", "t c #6E6E6E", "u c #9C9C9C", "v c #B0B0B0", "w c #B3B3B3", "x c #A5A5A5", "y c #A1A1A1", "z c #A2A2A2", "A c #8D8D8D", "B c #B5B5B5", "C c #B7B7B7", "D c #ABABAB", "E c #777777", "F c #B8B8B8", "G c #B4B4B4", "H c #AFAFAF", "I c #707070", "J c #A7A7A7", "K c #BEBEBE", "L c #BCBCBC", "M c #BABABA", "N c #B6B6B6", "O c #AEAEAE", "P c #747474", "Q c #737373", "R c #A8A8A8", "S c #7D7D7D", "T c #C0C0C0", "U c #BBBBBB", "V c #909090", "W c #848484", "X c #7C7C7C", "Y c #B9B9B9", "Z c #919191", "` c #B2B2B2", " . c #787878", ".. c #818181", "+. c #7A7A7A", "@. c #7B7B7B", "#. c #7E7E7E", "$. c #8F8F8F", " ", " ", " ", " ", " ", " ", " ", " ", " . + . . @ @ # . . $ % & % * . = . - - # @ * * * * * - = ; # ", "& % + # > , , , , , ' ' ) ! ~ @ { ] ^ / ( ( ( _ : . < [ } | 1 2 ", "< 3 4 } 1 5 6 [ 7 2 2 2 8 ! 9 2 0 a b c d d e d f g h % } 4 < < ", "i j k l m m m l n o l p / q r s t { ^ q { { { { ) ) ( } u v 2 2 ", "< < w s i i x i s j y z / t ' ; ; | ; ; ; ; x x - q { % y k A % ", "B B C k 4 | | ; D D | 4 h E A C F B G w k H 4 ; % I I 3 J G J J ", "K L M F F N B w v 4 | O P Q @ D R 2 S : P h P P P P 9 m R G j z ", "T T U U F N B k k k 4 4 P h = | 2 E _ _ ~ _ I _ ~ _ V x i w j j ", "L F C k v v v v v v w v E : 3 w W P I I _ ~ X W $ l 4 4 H N 4 D ", "L Y C k v 4 + + J ; D u _ I Z + h I ( _ ~ Q X = j v ` k ` C G G ", "w G F G w N F C M Y G % . .y O : ~ Q Q ~ Q h : E ..7 4 C Y C C ", "[ [ B ; + ; D D 4 J % : P +.O k +. .+.@.+.+.+. . . .: o H N u u ", "4 H C * : P P P P P Q ~ Q 5 + 4 : Q W y 3 * W S .9 E l N Y C C ", "z y ` #./ / { q { { { ^ * o n j _ I ' + D + x p [ . 9 < | N v k ", "s J w = +.+. .: : .r A < 6 < 7 X 9 , 1 [ 7 7 2 m l p x ; B ; w ", " J ` j p n l o o 7 [ [ 7 [ 1 5 V } Z $.A % A $.5 1 3 5 Z 4 7 ", " ", " ", " ", " ", " ", " ", " ", " "}; debian/source/0000755000000000000000000000000012224252744010472 5ustar debian/source/include-binaries0000644000000000000000000000113612224253051013623 0ustar debian/jack-rack-fx/BAJO-faim.rack debian/jack-rack-fx/bateria.rack debian/jack-rack-fx/camara-enrique.rack debian/jack-rack-fx/Distorsion-valvular-guitar1.rack debian/jack-rack-fx/Distorsion-valvular-guitar2.rack debian/jack-rack-fx/guitar-ac.rack debian/jack-rack-fx/guitarra-bajo.rack debian/jack-rack-fx/lennon.rack debian/jack-rack-fx/license.txt debian/jack-rack-fx/Limitador-9db+3.rack debian/jack-rack-fx/Limitador+EQmb+gVerb.rack debian/jack-rack-fx/Limitador+EQmb.rack debian/jack-rack-fx/maximizer+limiter.rack debian/jack-rack-fx/vocal+limiter+reverb.rack debian/jack-rack-fx/Vocal-Reverb.rack debian/source/format0000644000000000000000000000001412224252044011671 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007712224252044010220 0ustar version=3 http://sf.net/jack-rack/jack-rack-([0-9.]*)\.tar\.gz debian/menu0000644000000000000000000000025212224252044010051 0ustar ?package(jack-rack):\ needs="X11"\ section="Applications/Sound"\ title="JACK Rack"\ command="/usr/bin/jack-rack" \ icon="/usr/share/pixmaps/jack-rack-icon.xpm" debian/README.source0000644000000000000000000000066212224252044011346 0ustar jack-rack for Debian --------------- This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To read how to properly use quilt, please refer to the official documentation available at: /usr/share/doc/quilt/README.source -- Alessio Treglia Mon, 08 Feb 2010 19:22:22 +0100 debian/jack-rack-fx/0000755000000000000000000000000012224252044011424 5ustar debian/jack-rack-fx/Distorsion-valvular-guitar1.rack0000644000000000000000000000154512224252044017634 0ustar Mo@짷rɡͱjr i@uRBf\#qHH}y;mչ+t ==>}YG1s~qs;^,fte1w]f;n4}ɇb2)y_u#̋YUŢLJk=̀Y4q=CⱧU9/e֣v_.`qftxdoȻZ샐<}lo>c-dQOzzaD i]ن cx 6g߽v&0{'̀` 9UuMDypB@9=kTc.H N99::1JdJZq[Ev{ƒ oW$/oPA\NeZTgAKa3"2aGDy,H8YƉp@DÖ[΂Fhe,h[gDUNUy:Vyw?.s^Hk"ߠ* =!3Lh W u5k0΁N2㩓\@[a HK7Tj,cT2Ddly&",p'LT2<S!8GUlQ HX6>lpZ*6Q+@pq e U\hZ7Q) kڢ!Rʀ}"~eJw_l2w|1y{Vy>D gZLC>$debian/jack-rack-fx/Limitador-9db+3.rack0000644000000000000000000000044312224252044015025 0ustar O +Z.5Ov&e1.]m%11{0KtTz hD9j@z!q8ӄ{!>{m%$& $$=<_>oBwdebian/jack-rack-fx/BAJO-faim.rack0000644000000000000000000000113212224252044013710 0ustar o0+X'`_Ȏ\WMٴEa#>8Ώw|<;z}/&WFg'xj.EF,؛Fb4h(ɬjs^heU6EWpγx,1`!bw)*y׬,޴mٍMw߶ZLw[ժlםwWP]dQw͢j='i)%螓=`2R9wiط=^E UVTYF,I6-r~m, `Z[0LhE)'SpBIB.L4! fJaY&hG՗%=9o(]NqF<.f"BKAʄHv6!6=.s&PQC`݀ZQg *ӆAM4*MKN4D@IM 9XN%Tߦdh!r5"q:j,(&\D RX_-YE*W+q.(Y}d_>A hH;|tr_C6debian/jack-rack-fx/license.txt0000644000000000000000000000016412224252044013610 0ustar Copyleft 2005-2011 by Marcos Guglielmetti GNU FDL with no invariant sections http://www.gnu.org/licenses/fdl.htmldebian/jack-rack-fx/guitar-ac.rack0000644000000000000000000000106012224252044014137 0ustar o0+X ɣiKOՅH]τfIsMzE>{:vov~71g͇Oﯮ?_D_uc4~5VWxp] ˙ 8"t]L_AښV!DశU=t`U4\a-7֔m;n8_ڷ3fyxtљÂ"m {aDlml_Ȏ\WMٴEa F|pe>}xv$^LNON>GY-r\Y)f7{۱hMQeYQe^heU6EWR γx,1Š$ͺ]*xZke76?6}j1zdz߹oyST]wf.x~z&kU9LK7UoO;Lp ;qg6tb}`UvEU?ɦEί7رT$ăBt*S`JNY%0p'hHb1rPԄz4@fFX&hG՗%=aIM]AsP2r PCfrВrbK!YjMM!I?CX7 R+LA `F`_IcɉFכhW(r0gV˩A))9ir#H\[\mR/+@Hp^b4K ͜Xh={PJdyzH[t?sU0debian/jack-rack-fx/Limitador+EQmb+gVerb.rack0000644000000000000000000000106312224252044016073 0ustar o0+2䥇iKO(%QÚ&( v>J̺& d{y~6hES gݧ/^$߲]>dT=U{[Lnt%f%3;6|mOϒˬKm~YmF|Z.jtERCŮ)*oWކ=,ocU3; }<|ȪUmRD/7Нf?7u6U<pD\ ) 3aŻ;^EjޙU7{CAa_I&V1 -]nX Z6 8Z!;h MHJ^G j4PgKLM{戬K8RA?`$VTV1c(uGđ(LP bJQ ?&kۿJS>H[\8AkmqvK44VSZЎx@R*Xp1%Hqfh Qc/&Vdebian/jack-rack-fx/Distorsion-valvular-guitar2.rack0000644000000000000000000000157412224252044017637 0ustar MO@:ޭph9VD/"bh/]C !qI:R$R${<*zp[5ˋݡx/eӓ/m_4\ΆY)gyuˡNWd`0(&r>Hu+,˫jU52|p]ߜ_ts1(uj^tjn"j56?]ײ^N;׋壽=oZ>4ۑp)Oud1_5Ym6l dN<ȝ-!m5POӍF«pc,H;r~k}7Z '9U;'d|89$ԨʁA A; m9m&tt&ଡ~Qd'<>m9╢A[c4Q ¦fFe0cuÙyVXk2*k : Zց }[}gdei>X^E `UP`%ET2D~EUlaQPR&J0z?2EYl * :atXs΁/zɢ::KFu8U9:QSnL]z{Hd # ~kP5P6In9F8齦?1+@U,Ò^S6:MRʁ͔JzIo2XJHE3*sAU$U9ViU9Q;TBenD)fU9)(=PyZG*jdc-vv~gX?n5zy+{щ.\'$.PO"%$debian/jack-rack-fx/maximizer+limiter.rack0000644000000000000000000000051212224252044015732 0ustar TMo0+gG[ĠKWeKTYE~Z"v |}7[{&d6r=#|q{\=̭'n~jYvT~@^ sTƎ10xN"[7Γe0iʸ$.umIw9g*F<AA1$5ID'dXJלEDaPR;0D%Gʥ6uS3mݯC:L!<>jM&&*0Kȸu1^U'B2n4J|/g Ѡ" c>debian/jack-rack-fx/guitarra-bajo.rack0000644000000000000000000000110112224252044015006 0ustar o0+Xn=y8mR{).D@}$3"OZHؿg~'/׃]է Ezf>|e37]\]_~&e-?b\5w6ki[?MV>tM. m֧gQdeVUmSfyai&4Vwf]- yJN v'LQeӮYoF{*Yz~܏|hI7=B/:zRhpEt/'e4(v~ |a*M7%|3:1I\Š+??"1)eU)Dϵ8VbX\/.`VDnʨJiUY(J{V0]O?#|zUK/<\{vE1Ͻ" l+ q2+ QBy~7:EeJ?dyk [>~R6tsj,]m7֩"@geKS{5tsr 0<<}v!E3mC F'-[; 1qDo5dC:X2;@٩v rN wYN debian/jack-rack-fx/lennon.rack0000644000000000000000000000124312224252044013557 0ustar Mo0 ^J,ɒ% {z6duv>i>KKʢA/ǢDqv붊ʦO=1$gbtot~y~q5Mn1\dN?M10@ݸ/}~EhRuYyv^MѕR,޲y\\g?YZʺq52Wv_vq{(;wf}=]Q-via.8x9uپbEU=jFkfU3_Ö3!Ri|[jr h** sagS,:ߧ*aM=99wXL"YB*:1 |_I΍)J3!e )BK& 8SY4RYFW/z™#n!j^x"oL4 2 Xy2 3Lkr@̙%R`RFcP& f, 4(S}[Εuhv]V0,9s:P& yHStk2ya9 +XK-Ѷ) )ve%&}2~`R;U ,Az 9fۗ `a-|?- xkԿ-w"debian/jack-rack-fx/Vocal-Reverb.rack0000644000000000000000000000055012224252044014555 0ustar ;o0 LrXRdBX!Ș]ۋCȃBJ !{α?ÕL[a,Yh"S:"wϯO^c^ 3Q* /KV$voΆvbڨYOGA)jml .u\(:rNuY5"<VxʖTɒt*WxiYE_ѣx1Q+Rh4v}s#L&$MW{Q* OȶzV}YHGc uXhc7w,]{Q`9;=AWwm4Cd+rdebian/jack-rack.10000644000000000000000000000374512224252044011104 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH JACK-RACK 1 "June 6, 2003" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME jack-rack \- a LADSPA effects rack .SH SYNOPSIS .B jack-rack .RI [ options ] " files" ... .SH DESCRIPTION This manual page documents briefly the .B jack-rack command. This manual page was written for the Debian distribution because the original program does not have a manual page. The jack-rack program allows you to load several LADSPA plugins and stack them together in order to build a virtual effects box. .PP .SH OPTIONS This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP .B \-h, \-\-help Display this help info .TP .B \-p, \-\-pid-name Use the pid in the JACK client name (default) .TP .B \-s, \-\-string-name Use in the JACK client name .TP .B \-n, \-\-name Use just jack_rack as the client name .TP .B \-i, \-\-input Connected inputs to the first two physical capture ports .TP .B \-o, \-\-output Connected outputs to the first two physical playback ports .TP .B \-c, \-\-channels How many input and output channels the rack should use (default: 2) .TP .B \-D, \-\-tmpdir Tell JACK to use for its temporary files .SH SEE ALSO .BR jackd (1), .br .SH AUTHOR This manual page was written by Guenter Geiger , for the Debian GNU/Linux system (but may be used by others).