diff options
Diffstat (limited to 'muse2/share')
126 files changed, 78870 insertions, 0 deletions
diff --git a/muse2/share/Makefile.am b/muse2/share/Makefile.am new file mode 100644 index 00000000..f9ec31d5 --- /dev/null +++ b/muse2/share/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = drummaps html locale wallpapers instruments \ + plugins templates pybridge scripts + +EXTRA_DIST = $(wildcard *.png) + +firstpkgdata_DATA = $(EXTRA_DIST) +firstpkgdatadir = $(pkgdatadir) + diff --git a/muse2/share/Makefile.in b/muse2/share/Makefile.in new file mode 100644 index 00000000..6e76f785 --- /dev/null +++ b/muse2/share/Makefile.in @@ -0,0 +1,670 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(firstpkgdatadir)" +DATA = $(firstpkgdata_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = drummaps html locale wallpapers instruments \ + plugins templates pybridge scripts + +EXTRA_DIST = $(wildcard *.png) +firstpkgdata_DATA = $(EXTRA_DIST) +firstpkgdatadir = $(pkgdatadir) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-firstpkgdataDATA: $(firstpkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(firstpkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(firstpkgdatadir)" + @list='$(firstpkgdata_DATA)'; test -n "$(firstpkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(firstpkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(firstpkgdatadir)" || exit $$?; \ + done + +uninstall-firstpkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(firstpkgdata_DATA)'; test -n "$(firstpkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(firstpkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(firstpkgdatadir)" && rm -f $$files + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(firstpkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-firstpkgdataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-firstpkgdataDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + ctags ctags-recursive distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-firstpkgdataDATA install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-recursive uninstall uninstall-am \ + uninstall-firstpkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/drummaps/AKAI_SG01v_Bank_dr1.map b/muse2/share/drummaps/AKAI_SG01v_Bank_dr1.map new file mode 100644 index 00000000..adf9b5c0 --- /dev/null +++ b/muse2/share/drummaps/AKAI_SG01v_Bank_dr1.map @@ -0,0 +1,977 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <drummap> + <comment> + # Drum Set List for AKAI SG01v Bank dr1 + # generated by babarosa + # please report changes and errors + # to muse mailing list + </comment> + <entry> + <name>BLIP#1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>27</enote> + <anote>27</anote> + </entry> + <entry> + <name>PLATE-</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>28</enote> + <anote>28</anote> + </entry> + <entry> + <name>BLIP#2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>29</enote> + <anote>29</anote> + </entry> + <entry> + <name>SCRATCH-</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>30</enote> + <anote>30</anote> + </entry> + <entry> + <name>SYN. RIM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>31</enote> + <anote>31</anote> + </entry> + <entry> + <name>MM CLIC C2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>32</enote> + <anote>32</anote> + </entry> + <entry> + <name>MM CLIK C5</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>33</enote> + <anote>33</anote> + </entry> + <entry> + <name>BLIP#2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>34</enote> + <anote>34</anote> + </entry> + <entry> + <name>SYN. KICK</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>35</enote> + <anote>35</anote> + </entry> + <entry> + <name>SDS5 KICK3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>36</enote> + <anote>36</anote> + </entry> + <entry> + <name>SIDE STICK</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>37</enote> + <anote>37</anote> + </entry> + <entry> + <name>SYN. SNRE 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>38</enote> + <anote>38</anote> + </entry> + <entry> + <name>SYN. CLAPS</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>39</enote> + <anote>39</anote> + </entry> + <entry> + <name>SIM. SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>40</enote> + <anote>40</anote> + </entry> + <entry> + <name>MID AC TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>41</enote> + <anote>41</anote> + </entry> + <entry> + <name>SYN. CL-HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>42</enote> + <anote>42</anote> + </entry> + <entry> + <name>MID AC TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>43</enote> + <anote>43</anote> + </entry> + <entry> + <name>SYN. HLF-HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>44</enote> + <anote>44</anote> + </entry> + <entry> + <name>MID AC TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>45</enote> + <anote>45</anote> + </entry> + <entry> + <name>SYN. OP-HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>46</enote> + <anote>46</anote> + </entry> + <entry> + <name>MID AC TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>47</enote> + <anote>47</anote> + </entry> + <entry> + <name>MID AC TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>48</enote> + <anote>48</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>49</enote> + <anote>49</anote> + </entry> + <entry> + <name>MID AC TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>50</enote> + <anote>50</anote> + </entry> + <entry> + <name>RIDE SYMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>51</enote> + <anote>51</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>52</enote> + <anote>52</anote> + </entry> + <entry> + <name>RIDE SYMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>53</enote> + <anote>53</anote> + </entry> + <entry> + <name>TAMBOURINE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>54</enote> + <anote>54</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>55</enote> + <anote>55</anote> + </entry> + <entry> + <name>COWBELL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>56</enote> + <anote>56</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>57</enote> + <anote>57</anote> + </entry> + <entry> + <name>FINGER SNAPS</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>58</enote> + <anote>58</anote> + </entry> + <entry> + <name>RIDE SYMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>59</enote> + <anote>59</anote> + </entry> + <entry> + <name>HI CONGA SL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>60</enote> + <anote>60</anote> + </entry> + <entry> + <name>HI CONGA SL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>61</enote> + <anote>61</anote> + </entry> + <entry> + <name>LO CONGA SL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>62</enote> + <anote>62</anote> + </entry> + <entry> + <name>HI CONGA OP</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>63</enote> + <anote>63</anote> + </entry> + <entry> + <name>LOW CONGA OP</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>64</enote> + <anote>64</anote> + </entry> + <entry> + <name>TIMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>65</enote> + <anote>65</anote> + </entry> + <entry> + <name>TIMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>66</enote> + <anote>66</anote> + </entry> + <entry> + <name>AGOGO 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>67</enote> + <anote>67</anote> + </entry> + <entry> + <name>AGOGO 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>68</enote> + <anote>68</anote> + </entry> + <entry> + <name>SYN. MARACAS</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>69</enote> + <anote>69</anote> + </entry> + <entry> + <name>MARACAS</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>70</enote> + <anote>70</anote> + </entry> + <entry> + <name> </name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>71</enote> + <anote>71</anote> + </entry> + <entry> + <name>POWER KICK</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>72</enote> + <anote>72</anote> + </entry> + <entry> + <name>SYN. RIM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>73</enote> + <anote>73</anote> + </entry> + <entry> + <name>POWER SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>74</enote> + <anote>74</anote> + </entry> + <entry> + <name>BIG CLAP</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>75</enote> + <anote>75</anote> + </entry> + <entry> + <name>SDS5 SNARE9</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>76</enote> + <anote>76</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>77</enote> + <anote>77</anote> + </entry> + <entry> + <name>CL HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>78</enote> + <anote>78</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>79</enote> + <anote>79</anote> + </entry> + <entry> + <name>HLF HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>80</enote> + <anote>80</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>81</enote> + <anote>81</anote> + </entry> + <entry> + <name>OP HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>82</enote> + <anote>82</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>83</enote> + <anote>83</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>84</enote> + <anote>84</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>85</enote> + <anote>85</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>86</enote> + <anote>86</anote> + </entry> + <entry> + <name>RIDE SYMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>87</enote> + <anote>87</anote> + </entry> + <entry> + <name>WHITE NOISE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>88</enote> + <anote>88</anote> + </entry> + <entry> + <name> </name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>89</enote> + <anote>89</anote> + </entry> + <entry> + <name>BLIP#2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>90</enote> + <anote>90</anote> + </entry> + <entry> + <name>SYN. LO-CONGA</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>91</enote> + <anote>91</anote> + </entry> + <entry> + <name>SYN. COWBELL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>92</enote> + <anote>92</anote> + </entry> + <entry> + <name>SYN. LO-CONGA</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>93</enote> + <anote>93</anote> + </entry> + <entry> + <name>SYN. CLAVES</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>94</enote> + <anote>94</anote> + </entry> + <entry> + <name>SYN. LO-CONGA</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>95</enote> + <anote>95</anote> + </entry> + </drummap> + </muse> diff --git a/muse2/share/drummaps/AKAI_SG01v_Bank_dr2.map b/muse2/share/drummaps/AKAI_SG01v_Bank_dr2.map new file mode 100644 index 00000000..46db39a0 --- /dev/null +++ b/muse2/share/drummaps/AKAI_SG01v_Bank_dr2.map @@ -0,0 +1,977 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <drummap> + <comment> + # Drum Set List for AKAI SG01v Bank dr2 + # generated by babarosa + # please report changes and errors + # to muse mailing list + </comment> + <entry> + <name>BLIP#1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>27</enote> + <anote>27</anote> + </entry> + <entry> + <name>PLATE-</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>28</enote> + <anote>28</anote> + </entry> + <entry> + <name>BLIP#2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>29</enote> + <anote>29</anote> + </entry> + <entry> + <name>SCRATCH-</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>30</enote> + <anote>30</anote> + </entry> + <entry> + <name>SYN. RIM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>31</enote> + <anote>31</anote> + </entry> + <entry> + <name>MM CLIC C2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>32</enote> + <anote>32</anote> + </entry> + <entry> + <name>MM CLIK C5</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>33</enote> + <anote>33</anote> + </entry> + <entry> + <name>BLIP#2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>34</enote> + <anote>34</anote> + </entry> + <entry> + <name>SYN. KICK</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>35</enote> + <anote>35</anote> + </entry> + <entry> + <name>SDS5 KICK3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>36</enote> + <anote>36</anote> + </entry> + <entry> + <name>SIDE STICK</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>37</enote> + <anote>37</anote> + </entry> + <entry> + <name>SYN. SNRE 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>38</enote> + <anote>38</anote> + </entry> + <entry> + <name>SYN. CLAPS</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>39</enote> + <anote>39</anote> + </entry> + <entry> + <name>SDS5 SNARE9</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>40</enote> + <anote>40</anote> + </entry> + <entry> + <name>SIM. SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>41</enote> + <anote>41</anote> + </entry> + <entry> + <name>SYN. CL-HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>42</enote> + <anote>42</anote> + </entry> + <entry> + <name>SIM. SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>43</enote> + <anote>43</anote> + </entry> + <entry> + <name>SYN. HLF-HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>44</enote> + <anote>44</anote> + </entry> + <entry> + <name>SIM. SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>45</enote> + <anote>45</anote> + </entry> + <entry> + <name>SYN. OP-HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>46</enote> + <anote>46</anote> + </entry> + <entry> + <name>SIM. SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>47</enote> + <anote>47</anote> + </entry> + <entry> + <name>SIM. SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>48</enote> + <anote>48</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>49</enote> + <anote>49</anote> + </entry> + <entry> + <name>SIM. SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>50</enote> + <anote>50</anote> + </entry> + <entry> + <name>RIDE SYMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>51</enote> + <anote>51</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>52</enote> + <anote>52</anote> + </entry> + <entry> + <name>RIDE SYMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>53</enote> + <anote>53</anote> + </entry> + <entry> + <name>TAMBOURINE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>54</enote> + <anote>54</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>55</enote> + <anote>55</anote> + </entry> + <entry> + <name>COWBELL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>56</enote> + <anote>56</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>57</enote> + <anote>57</anote> + </entry> + <entry> + <name>FINGER SNAPS</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>58</enote> + <anote>58</anote> + </entry> + <entry> + <name>RIDE SYMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>59</enote> + <anote>59</anote> + </entry> + <entry> + <name>HI CONGA SL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>60</enote> + <anote>60</anote> + </entry> + <entry> + <name>HI CONGA SL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>61</enote> + <anote>61</anote> + </entry> + <entry> + <name>LO CONGA SL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>62</enote> + <anote>62</anote> + </entry> + <entry> + <name>HI CONGA OP</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>63</enote> + <anote>63</anote> + </entry> + <entry> + <name>LOW CONGA OP</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>64</enote> + <anote>64</anote> + </entry> + <entry> + <name>TIMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>65</enote> + <anote>65</anote> + </entry> + <entry> + <name>TIMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>66</enote> + <anote>66</anote> + </entry> + <entry> + <name>AGOGO 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>67</enote> + <anote>67</anote> + </entry> + <entry> + <name>AGOGO 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>68</enote> + <anote>68</anote> + </entry> + <entry> + <name>SYN. MARACAS</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>69</enote> + <anote>69</anote> + </entry> + <entry> + <name>MARACAS</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>70</enote> + <anote>70</anote> + </entry> + <entry> + <name> </name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>71</enote> + <anote>71</anote> + </entry> + <entry> + <name>POWER KICK</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>72</enote> + <anote>72</anote> + </entry> + <entry> + <name>SYN. RIM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>73</enote> + <anote>73</anote> + </entry> + <entry> + <name>POWER SNRE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>74</enote> + <anote>74</anote> + </entry> + <entry> + <name>BIG CLAP</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>75</enote> + <anote>75</anote> + </entry> + <entry> + <name>SDS5 SNARE9</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>76</enote> + <anote>76</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>77</enote> + <anote>77</anote> + </entry> + <entry> + <name>CL HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>78</enote> + <anote>78</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>79</enote> + <anote>79</anote> + </entry> + <entry> + <name>HLF HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>80</enote> + <anote>80</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>81</enote> + <anote>81</anote> + </entry> + <entry> + <name>OP HAT</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>82</enote> + <anote>82</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>83</enote> + <anote>83</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>84</enote> + <anote>84</anote> + </entry> + <entry> + <name>CRASH</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>85</enote> + <anote>85</anote> + </entry> + <entry> + <name>MID E.TOM</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>86</enote> + <anote>86</anote> + </entry> + <entry> + <name>RIDE SYMBAL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>87</enote> + <anote>87</anote> + </entry> + <entry> + <name>WHITE NOISE</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>88</enote> + <anote>88</anote> + </entry> + <entry> + <name> </name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>89</enote> + <anote>89</anote> + </entry> + <entry> + <name>BLIP#2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>90</enote> + <anote>90</anote> + </entry> + <entry> + <name>SYN. LO-CONGA</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>91</enote> + <anote>91</anote> + </entry> + <entry> + <name>SYN. COWBELL</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>92</enote> + <anote>92</anote> + </entry> + <entry> + <name>SYN. LO-CONGA</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>93</enote> + <anote>93</anote> + </entry> + <entry> + <name>SYN. CLAVES</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>94</enote> + <anote>94</anote> + </entry> + <entry> + <name>SYN. LO-CONGA</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>95</enote> + <anote>95</anote> + </entry> + </drummap> + </muse> diff --git a/muse2/share/drummaps/KURZWEIL_SP2X_Drum_Map_GM_ReMap.map b/muse2/share/drummaps/KURZWEIL_SP2X_Drum_Map_GM_ReMap.map new file mode 100644 index 00000000..1106bda1 --- /dev/null +++ b/muse2/share/drummaps/KURZWEIL_SP2X_Drum_Map_GM_ReMap.map @@ -0,0 +1,1425 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <drummap> + <comment> + # Drum Set List for KURZWEIL SP2X Drum Map GM ReMap + # generated by babarosa + # please report changes and errors + # to muse mailing list + </comment> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>27</enote> + <anote>27</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>28</enote> + <anote>28</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>29</enote> + <anote>29</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>30</enote> + <anote>30</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>31</enote> + <anote>31</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>32</enote> + <anote>32</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>33</enote> + <anote>33</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>34</enote> + <anote>34</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>35</enote> + <anote>35</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>36</enote> + <anote>36</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>37</enote> + <anote>37</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>38</enote> + <anote>38</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>39</enote> + <anote>39</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>40</enote> + <anote>40</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>41</enote> + <anote>41</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>42</enote> + <anote>42</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>43</enote> + <anote>43</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>44</enote> + <anote>44</anote> + </entry> + <entry> + <name>Metronome Click</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>45</enote> + <anote>45</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>46</enote> + <anote>46</anote> + </entry> + <entry> + <name>Kick Drum 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>47</enote> + <anote>47</anote> + </entry> + <entry> + <name>Kick Drum 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>48</enote> + <anote>48</anote> + </entry> + <entry> + <name>Side Stick</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>49</enote> + <anote>49</anote> + </entry> + <entry> + <name>Snare Drum 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>50</enote> + <anote>50</anote> + </entry> + <entry> + <name>Hand Clap</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>51</enote> + <anote>51</anote> + </entry> + <entry> + <name>Snare Drum 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>52</enote> + <anote>52</anote> + </entry> + <entry> + <name>Lo Tom 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>53</enote> + <anote>53</anote> + </entry> + <entry> + <name>Closed Hi Hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>54</enote> + <anote>54</anote> + </entry> + <entry> + <name>Lo Tom 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>55</enote> + <anote>55</anote> + </entry> + <entry> + <name>Pedal Hi Hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>56</enote> + <anote>56</anote> + </entry> + <entry> + <name>Mid Tom 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>57</enote> + <anote>57</anote> + </entry> + <entry> + <name>Open Hi Hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>58</enote> + <anote>58</anote> + </entry> + <entry> + <name>Mid Tom 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>59</enote> + <anote>59</anote> + </entry> + <entry> + <name>Hi Tom 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>60</enote> + <anote>60</anote> + </entry> + <entry> + <name>Crash Cymbal 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>61</enote> + <anote>61</anote> + </entry> + <entry> + <name>Hi Tom 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>62</enote> + <anote>62</anote> + </entry> + <entry> + <name>Ride Cymbal 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>63</enote> + <anote>63</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>64</enote> + <anote>64</anote> + </entry> + <entry> + <name>Ride Bell</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>65</enote> + <anote>65</anote> + </entry> + <entry> + <name>Tambourine</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>66</enote> + <anote>66</anote> + </entry> + <entry> + <name>Splash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>67</enote> + <anote>67</anote> + </entry> + <entry> + <name>Cowbell</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>68</enote> + <anote>68</anote> + </entry> + <entry> + <name>Crash Cymbal 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>69</enote> + <anote>69</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>70</enote> + <anote>70</anote> + </entry> + <entry> + <name>Ride Cymbal 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>71</enote> + <anote>71</anote> + </entry> + <entry> + <name>Hi Bongo</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>72</enote> + <anote>72</anote> + </entry> + <entry> + <name>Lo Bongo</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>73</enote> + <anote>73</anote> + </entry> + <entry> + <name>Mute Conga</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>74</enote> + <anote>74</anote> + </entry> + <entry> + <name>Hi Conga</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>75</enote> + <anote>75</anote> + </entry> + <entry> + <name>Lo Conga</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>76</enote> + <anote>76</anote> + </entry> + <entry> + <name>Hi Timbale</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>77</enote> + <anote>77</anote> + </entry> + <entry> + <name>Lo Timbale</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>78</enote> + <anote>78</anote> + </entry> + <entry> + <name>Hi Agogo</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>79</enote> + <anote>79</anote> + </entry> + <entry> + <name>Lo Agogo</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>80</enote> + <anote>80</anote> + </entry> + <entry> + <name>Cabasa</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>81</enote> + <anote>81</anote> + </entry> + <entry> + <name>Maracas</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>82</enote> + <anote>82</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>83</enote> + <anote>83</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>84</enote> + <anote>84</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>85</enote> + <anote>85</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>86</enote> + <anote>86</anote> + </entry> + <entry> + <name>Clave</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>87</enote> + <anote>87</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>88</enote> + <anote>88</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>89</enote> + <anote>89</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>90</enote> + <anote>90</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>91</enote> + <anote>91</anote> + </entry> + <entry> + <name>Triangle Mute</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>92</enote> + <anote>92</anote> + </entry> + <entry> + <name>Triangle Open</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>93</enote> + <anote>93</anote> + </entry> + <entry> + <name>Shaker</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>94</enote> + <anote>94</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>95</enote> + <anote>95</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>96</enote> + <anote>96</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>97</enote> + <anote>97</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>98</enote> + <anote>98</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>99</enote> + <anote>99</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>100</enote> + <anote>100</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>101</enote> + <anote>101</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>102</enote> + <anote>102</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>103</enote> + <anote>103</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>104</enote> + <anote>104</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>105</enote> + <anote>105</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>106</enote> + <anote>106</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>107</enote> + <anote>107</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>108</enote> + <anote>108</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>109</enote> + <anote>109</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>110</enote> + <anote>110</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>111</enote> + <anote>111</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>112</enote> + <anote>112</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>113</enote> + <anote>113</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>114</enote> + <anote>114</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>115</enote> + <anote>115</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>116</enote> + <anote>116</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>117</enote> + <anote>117</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>118</enote> + <anote>118</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>119</enote> + <anote>119</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>120</enote> + <anote>120</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>121</enote> + <anote>121</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>122</enote> + <anote>122</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>123</enote> + <anote>123</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>124</enote> + <anote>124</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>125</enote> + <anote>125</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>126</enote> + <anote>126</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>127</enote> + <anote>127</anote> + </entry> + </drummap> + </muse> diff --git a/muse2/share/drummaps/KURZWEIL_SP2X_Drum_Map_Normal.map b/muse2/share/drummaps/KURZWEIL_SP2X_Drum_Map_Normal.map new file mode 100644 index 00000000..a7d9632e --- /dev/null +++ b/muse2/share/drummaps/KURZWEIL_SP2X_Drum_Map_Normal.map @@ -0,0 +1,1419 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <drummap> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>27</enote> + <anote>27</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>28</enote> + <anote>28</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>29</enote> + <anote>29</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>30</enote> + <anote>30</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>31</enote> + <anote>31</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>32</enote> + <anote>32</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>33</enote> + <anote>33</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>34</enote> + <anote>34</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>35</enote> + <anote>35</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>36</enote> + <anote>36</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>37</enote> + <anote>37</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>38</enote> + <anote>38</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>39</enote> + <anote>39</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>40</enote> + <anote>40</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>41</enote> + <anote>41</anote> + </entry> + <entry> + <name>Hard Snare 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>42</enote> + <anote>42</anote> + </entry> + <entry> + <name>Kick 3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>43</enote> + <anote>43</anote> + </entry> + <entry> + <name>Kick 3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>44</enote> + <anote>44</anote> + </entry> + <entry> + <name>Snare 4</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>45</enote> + <anote>45</anote> + </entry> + <entry> + <name>Snare 4</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>46</enote> + <anote>46</anote> + </entry> + <entry> + <name>Crash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>47</enote> + <anote>47</anote> + </entry> + <entry> + <name>Floor Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>48</enote> + <anote>48</anote> + </entry> + <entry> + <name>Floor Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>49</enote> + <anote>49</anote> + </entry> + <entry> + <name>Lo Mid Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>50</enote> + <anote>50</anote> + </entry> + <entry> + <name>Lo Mid Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>51</enote> + <anote>51</anote> + </entry> + <entry> + <name>Mid Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>52</enote> + <anote>52</anote> + </entry> + <entry> + <name>Mid Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>53</enote> + <anote>53</anote> + </entry> + <entry> + <name>Mid Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>54</enote> + <anote>54</anote> + </entry> + <entry> + <name>Hi Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>55</enote> + <anote>55</anote> + </entry> + <entry> + <name>Hi Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>56</enote> + <anote>56</anote> + </entry> + <entry> + <name>Hi Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>57</enote> + <anote>57</anote> + </entry> + <entry> + <name>Hi Tom</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>58</enote> + <anote>58</anote> + </entry> + <entry> + <name>Kick 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>59</enote> + <anote>59</anote> + </entry> + <entry> + <name>Kick 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>60</enote> + <anote>60</anote> + </entry> + <entry> + <name>Kick 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>61</enote> + <anote>61</anote> + </entry> + <entry> + <name>Kick 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>62</enote> + <anote>62</anote> + </entry> + <entry> + <name>Kick 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>63</enote> + <anote>63</anote> + </entry> + <entry> + <name>Cross Stick Ambient</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>64</enote> + <anote>64</anote> + </entry> + <entry> + <name>Cross Stick Ambient</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>65</enote> + <anote>65</anote> + </entry> + <entry> + <name>Cross Stick</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>66</enote> + <anote>66</anote> + </entry> + <entry> + <name>Snare 3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>67</enote> + <anote>67</anote> + </entry> + <entry> + <name>Snare 3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>68</enote> + <anote>68</anote> + </entry> + <entry> + <name>Snare 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>69</enote> + <anote>69</anote> + </entry> + <entry> + <name>Snare 2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>70</enote> + <anote>70</anote> + </entry> + <entry> + <name>Soft Snare 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>71</enote> + <anote>71</anote> + </entry> + <entry> + <name>Dual Snare 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>72</enote> + <anote>72</anote> + </entry> + <entry> + <name>Dual Snare 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>73</enote> + <anote>73</anote> + </entry> + <entry> + <name>Closed Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>74</enote> + <anote>74</anote> + </entry> + <entry> + <name>Closed Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>75</enote> + <anote>75</anote> + </entry> + <entry> + <name>Closed Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>76</enote> + <anote>76</anote> + </entry> + <entry> + <name>Slightly Open Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>77</enote> + <anote>77</anote> + </entry> + <entry> + <name>Slightly Open Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>78</enote> + <anote>78</anote> + </entry> + <entry> + <name>Slightly Open Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>79</enote> + <anote>79</anote> + </entry> + <entry> + <name>Open Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>80</enote> + <anote>80</anote> + </entry> + <entry> + <name>Open Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>81</enote> + <anote>81</anote> + </entry> + <entry> + <name>Open\Closed Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>82</enote> + <anote>82</anote> + </entry> + <entry> + <name>Open\Closed Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>83</enote> + <anote>83</anote> + </entry> + <entry> + <name>Foot Hi-hat</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>84</enote> + <anote>84</anote> + </entry> + <entry> + <name>Crash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>85</enote> + <anote>85</anote> + </entry> + <entry> + <name>Crash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>86</enote> + <anote>86</anote> + </entry> + <entry> + <name>Crash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>87</enote> + <anote>87</anote> + </entry> + <entry> + <name>Crash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>88</enote> + <anote>88</anote> + </entry> + <entry> + <name>Crash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>89</enote> + <anote>89</anote> + </entry> + <entry> + <name>Crash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>90</enote> + <anote>90</anote> + </entry> + <entry> + <name>Splash Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>91</enote> + <anote>91</anote> + </entry> + <entry> + <name>Ride Cymbal</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>92</enote> + <anote>92</anote> + </entry> + <entry> + <name>Ride Cymbal Rim</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>93</enote> + <anote>93</anote> + </entry> + <entry> + <name>Ride Cymbal Rim\Bell</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>94</enote> + <anote>94</anote> + </entry> + <entry> + <name>Ride Cymbal Bell</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>95</enote> + <anote>95</anote> + </entry> + <entry> + <name>Ride Cymbal Bell</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>96</enote> + <anote>96</anote> + </entry> + <entry> + <name>Cowbell</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>97</enote> + <anote>97</anote> + </entry> + <entry> + <name>Hand Clap</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>98</enote> + <anote>98</anote> + </entry> + <entry> + <name>Lo Timbale\Hi Timbale</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>99</enote> + <anote>99</anote> + </entry> + <entry> + <name>Timbale Shell</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>100</enote> + <anote>100</anote> + </entry> + <entry> + <name>Conga</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>101</enote> + <anote>101</anote> + </entry> + <entry> + <name>Hi Tumba</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>102</enote> + <anote>102</anote> + </entry> + <entry> + <name>Conga</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>103</enote> + <anote>103</anote> + </entry> + <entry> + <name>Lo Tumba</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>104</enote> + <anote>104</anote> + </entry> + <entry> + <name>Clave</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>105</enote> + <anote>105</anote> + </entry> + <entry> + <name>Shakers</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>106</enote> + <anote>106</anote> + </entry> + <entry> + <name>Tambourine</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>107</enote> + <anote>107</anote> + </entry> + <entry> + <name>Tambourine</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>108</enote> + <anote>108</anote> + </entry> + <entry> + <name>Shakers</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>109</enote> + <anote>109</anote> + </entry> + <entry> + <name>Tambourine</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>110</enote> + <anote>110</anote> + </entry> + <entry> + <name>Maracas</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>111</enote> + <anote>111</anote> + </entry> + <entry> + <name>Maracas</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>112</enote> + <anote>112</anote> + </entry> + <entry> + <name>Lo Agogo</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>113</enote> + <anote>113</anote> + </entry> + <entry> + <name>Hi Agogo</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>114</enote> + <anote>114</anote> + </entry> + <entry> + <name>Lo Bongo</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>115</enote> + <anote>115</anote> + </entry> + <entry> + <name>Bongo Slap</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>116</enote> + <anote>116</anote> + </entry> + <entry> + <name>Hi Bongo</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>117</enote> + <anote>117</anote> + </entry> + <entry> + <name>Finger Snap</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>118</enote> + <anote>118</anote> + </entry> + <entry> + <name>Muted Triangle</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>119</enote> + <anote>119</anote> + </entry> + <entry> + <name>Open Triangle</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>120</enote> + <anote>120</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>121</enote> + <anote>121</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>122</enote> + <anote>122</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>123</enote> + <anote>123</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>124</enote> + <anote>124</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>125</enote> + <anote>125</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>126</enote> + <anote>126</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>9</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>127</lv3> + <lv4>110</lv4> + <enote>127</enote> + <anote>127</anote> + </entry> + </drummap> + </muse> diff --git a/muse2/share/drummaps/Makefile.am b/muse2/share/drummaps/Makefile.am new file mode 100644 index 00000000..6050b1f1 --- /dev/null +++ b/muse2/share/drummaps/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = $(wildcard *.map) + +drumpkgdata_DATA = $(EXTRA_DIST) + +drumpkgdatadir = $(pkgdatadir)/drummaps diff --git a/muse2/share/drummaps/Makefile.in b/muse2/share/drummaps/Makefile.in new file mode 100644 index 00000000..62216c30 --- /dev/null +++ b/muse2/share/drummaps/Makefile.in @@ -0,0 +1,465 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/drummaps +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(drumpkgdatadir)" +DATA = $(drumpkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = $(wildcard *.map) +drumpkgdata_DATA = $(EXTRA_DIST) +drumpkgdatadir = $(pkgdatadir)/drummaps +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/drummaps/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/drummaps/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-drumpkgdataDATA: $(drumpkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(drumpkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(drumpkgdatadir)" + @list='$(drumpkgdata_DATA)'; test -n "$(drumpkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drumpkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(drumpkgdatadir)" || exit $$?; \ + done + +uninstall-drumpkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(drumpkgdata_DATA)'; test -n "$(drumpkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(drumpkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(drumpkgdatadir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(drumpkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-drumpkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-drumpkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-drumpkgdataDATA \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am uninstall-drumpkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/drummaps/addictive_drums.map b/muse2/share/drummaps/addictive_drums.map new file mode 100644 index 00000000..a513f67f --- /dev/null +++ b/muse2/share/drummaps/addictive_drums.map @@ -0,0 +1,1797 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <drummap> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>35</enote> + <anote>35</anote> + </entry> + <entry> + <name>Bass Drum 1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>36</enote> + <anote>36</anote> + </entry> + <entry> + <name>Snare1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>37</enote> + <anote>37</anote> + </entry> + <entry> + <name>Snare2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>38</enote> + <anote>38</anote> + </entry> + <entry> + <name>Snare3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>39</enote> + <anote>39</anote> + </entry> + <entry> + <name>Snare4</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>40</enote> + <anote>40</anote> + </entry> + <entry> + <name>Snare5H</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>41</enote> + <anote>41</anote> + </entry> + <entry> + <name>Snare6</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>43</enote> + <anote>43</anote> + </entry> + <entry> + <name>SideStick</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>42</enote> + <anote>42</anote> + </entry> + <entry> + <name>SideStick2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>44</enote> + <anote>44</anote> + </entry> + <entry> + <name>Cymbal1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>46</enote> + <anote>46</anote> + </entry> + <entry> + <name>Xtra</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>47</enote> + <anote>47</anote> + </entry> + <entry> + <name>HighHatStomp</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>48</enote> + <anote>48</anote> + </entry> + <entry> + <name>HighHat1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>49</enote> + <anote>49</anote> + </entry> + <entry> + <name>HighHat2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>50</enote> + <anote>50</anote> + </entry> + <entry> + <name>HighHat3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>51</enote> + <anote>51</anote> + </entry> + <entry> + <name>HighHat4</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>52</enote> + <anote>52</anote> + </entry> + <entry> + <name>HighHatBell</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>53</enote> + <anote>53</anote> + </entry> + <entry> + <name>HighHatOpen1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>54</enote> + <anote>54</anote> + </entry> + <entry> + <name>HighHatOpen2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>55</enote> + <anote>55</anote> + </entry> + <entry> + <name>HighHatOpen3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>56</enote> + <anote>56</anote> + </entry> + <entry> + <name>HighHatOpen4</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>57</enote> + <anote>57</anote> + </entry> + <entry> + <name>HighHatOpen5</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>58</enote> + <anote>58</anote> + </entry> + <entry> + <name>HighHatOpenStomp</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>59</enote> + <anote>59</anote> + </entry> + <entry> + <name>Ride</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>45</enote> + <anote>45</anote> + </entry> + <entry> + <name>Ride2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>60</enote> + <anote>60</anote> + </entry> + <entry> + <name>Ride3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>61</enote> + <anote>61</anote> + </entry> + <entry> + <name>Ride4</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>62</enote> + <anote>62</anote> + </entry> + <entry> + <name>RideHold</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>63</enote> + <anote>63</anote> + </entry> + <entry> + <name>Tom4_1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>65</enote> + <anote>65</anote> + </entry> + <entry> + <name>Tom4_2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>66</enote> + <anote>66</anote> + </entry> + <entry> + <name>Tom3_1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>67</enote> + <anote>67</anote> + </entry> + <entry> + <name>Tom3_2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>68</enote> + <anote>68</anote> + </entry> + <entry> + <name>Tom2_1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>69</enote> + <anote>69</anote> + </entry> + <entry> + <name>Tom2_2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>70</enote> + <anote>70</anote> + </entry> + <entry> + <name>Tom1_1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>71</enote> + <anote>71</anote> + </entry> + <entry> + <name>Tom1_2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>72</enote> + <anote>72</anote> + </entry> + <entry> + <name>Sticks</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>75</enote> + <anote>75</anote> + </entry> + <entry> + <name>Cymbal1</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>77</enote> + <anote>77</anote> + </entry> + <entry> + <name>Cymbal1Grab</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>78</enote> + <anote>78</anote> + </entry> + <entry> + <name>Cymbal2</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>79</enote> + <anote>79</anote> + </entry> + <entry> + <name>Cymbal2Grab</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>80</enote> + <anote>80</anote> + </entry> + <entry> + <name>Cymbal3</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>81</enote> + <anote>81</anote> + </entry> + <entry> + <name>Cymbal3Grab</name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>82</enote> + <anote>82</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>76</enote> + <anote>76</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>74</enote> + <anote>74</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>64</enote> + <anote>64</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>73</enote> + <anote>73</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>83</enote> + <anote>83</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>84</enote> + <anote>84</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>85</enote> + <anote>85</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>86</enote> + <anote>86</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>87</enote> + <anote>87</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>88</enote> + <anote>88</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>89</enote> + <anote>89</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>90</enote> + <anote>90</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>91</enote> + <anote>91</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>92</enote> + <anote>92</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>93</enote> + <anote>93</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>94</enote> + <anote>94</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>95</enote> + <anote>95</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>96</enote> + <anote>96</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>97</enote> + <anote>97</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>98</enote> + <anote>98</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>99</enote> + <anote>99</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>100</enote> + <anote>100</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>101</enote> + <anote>101</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>102</enote> + <anote>102</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>103</enote> + <anote>103</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>104</enote> + <anote>104</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>105</enote> + <anote>105</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>106</enote> + <anote>106</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>107</enote> + <anote>107</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>108</enote> + <anote>108</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>109</enote> + <anote>109</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>110</enote> + <anote>110</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>111</enote> + <anote>111</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>112</enote> + <anote>112</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>113</enote> + <anote>113</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>114</enote> + <anote>114</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>115</enote> + <anote>115</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>116</enote> + <anote>116</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>117</enote> + <anote>117</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>118</enote> + <anote>118</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>119</enote> + <anote>119</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>120</enote> + <anote>120</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>121</enote> + <anote>121</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>122</enote> + <anote>122</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>123</enote> + <anote>123</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>124</enote> + <anote>124</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>125</enote> + <anote>125</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>126</enote> + <anote>126</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>127</enote> + <anote>127</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>0</enote> + <anote>0</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>1</enote> + <anote>1</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>2</enote> + <anote>2</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>3</enote> + <anote>3</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>4</enote> + <anote>4</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>5</enote> + <anote>5</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>6</enote> + <anote>6</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>7</enote> + <anote>7</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>8</enote> + <anote>8</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>9</enote> + <anote>9</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>10</enote> + <anote>10</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>11</enote> + <anote>11</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>12</enote> + <anote>12</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>13</enote> + <anote>13</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>14</enote> + <anote>14</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>15</enote> + <anote>15</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>16</enote> + <anote>16</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>17</enote> + <anote>17</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>18</enote> + <anote>18</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>19</enote> + <anote>19</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>20</enote> + <anote>20</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>21</enote> + <anote>21</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>22</enote> + <anote>22</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>23</enote> + <anote>23</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>24</enote> + <anote>24</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>25</enote> + <anote>25</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>26</enote> + <anote>26</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>27</enote> + <anote>27</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>28</enote> + <anote>28</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>29</enote> + <anote>29</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>30</enote> + <anote>30</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>31</enote> + <anote>31</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>32</enote> + <anote>32</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>33</enote> + <anote>33</anote> + </entry> + <entry> + <name></name> + <vol>100</vol> + <quant>16</quant> + <len>32</len> + <channel>0</channel> + <port>0</port> + <lv1>70</lv1> + <lv2>90</lv2> + <lv3>110</lv3> + <lv4>127</lv4> + <enote>34</enote> + <anote>34</anote> + </entry> + </drummap> + </muse> diff --git a/muse2/share/drummaps/dx200_drum.map b/muse2/share/drummaps/dx200_drum.map new file mode 100644 index 00000000..25011979 --- /dev/null +++ b/muse2/share/drummaps/dx200_drum.map @@ -0,0 +1,131 @@ +<?xml version="1.0"?> +<muse version="1.0"> +<drummap> +<entry><name>PulseBass C</name><channel>1</channel><enote>0</enote><anote>0</anote></entry> +<entry><name>PulseBass C#</name><channel>1</channel><enote>1</enote><anote>1</anote></entry> +<entry><name>PulseBass D</name><channel>1</channel><enote>2</enote><anote>2</anote></entry> +<entry><name>PulseBass D#</name><channel>1</channel><enote>3</enote><anote>3</anote></entry> +<entry><name>PulseBass E</name><channel>1</channel><enote>4</enote><anote>4</anote></entry> +<entry><name>PulseBass F</name><channel>1</channel><enote>5</enote><anote>5</anote></entry> +<entry><name>PulseBass F#</name><channel>1</channel><enote>6</enote><anote>6</anote></entry> +<entry><name>PulseBass G</name><channel>1</channel><enote>7</enote><anote>7</anote></entry> +<entry><name>PulseBass G#</name><channel>1</channel><enote>8</enote><anote>8</anote></entry> +<entry><name>PulseBass A</name><channel>1</channel><enote>9</enote><anote>9</anote></entry> +<entry><name>PulseBass A#</name><channel>1</channel><enote>10</enote><anote>10</anote></entry> +<entry><name>PulseBass B</name><channel>1</channel><enote>11</enote><anote>11</anote></entry> +<entry><name>SineBass C</name><channel>1</channel><enote>12</enote><anote>12</anote></entry> +<entry><name>SineBass C#</name><channel>1</channel><enote>13</enote><anote>13</anote></entry> +<entry><name>SineBass D</name><channel>1</channel><enote>14</enote><anote>14</anote></entry> +<entry><name>SineBass D#</name><channel>1</channel><enote>15</enote><anote>15</anote></entry> +<entry><name>SineBass E</name><channel>1</channel><enote>16</enote><anote>16</anote></entry> +<entry><name>SineBass F</name><channel>1</channel><enote>17</enote><anote>17</anote></entry> +<entry><name>SineBass F#</name><channel>1</channel><enote>18</enote><anote>18</anote></entry> +<entry><name>SineBass G</name><channel>1</channel><enote>19</enote><anote>19</anote></entry> +<entry><name>SineBass G#</name><channel>1</channel><enote>20</enote><anote>20</anote></entry> +<entry><name>SineBass A</name><channel>1</channel><enote>21</enote><anote>21</anote></entry> +<entry><name>SineBass A#</name><channel>1</channel><enote>22</enote><anote>22</anote></entry> +<entry><name>SineBass B</name><channel>1</channel><enote>23</enote><anote>23</anote></entry> +<entry><name>PickBass C</name><channel>1</channel><enote>24</enote><anote>24</anote></entry> +<entry><name>PickBass C#</name><channel>1</channel><enote>25</enote><anote>25</anote></entry> +<entry><name>PickBass D</name><channel>1</channel><enote>26</enote><anote>26</anote></entry> +<entry><name>PickBass D#</name><channel>1</channel><enote>27</enote><anote>27</anote></entry> +<entry><name>PickBass E</name><channel>1</channel><enote>28</enote><anote>28</anote></entry> +<entry><name>PickBass F</name><channel>1</channel><enote>29</enote><anote>29</anote></entry> +<entry><name>PickBass F#</name><channel>1</channel><enote>30</enote><anote>30</anote></entry> +<entry><name>PickBass G</name><channel>1</channel><enote>31</enote><anote>31</anote></entry> +<entry><name>PickBass G#</name><channel>1</channel><enote>32</enote><anote>32</anote></entry> +<entry><name>PickBass A</name><channel>1</channel><enote>33</enote><anote>33</anote></entry> +<entry><name>PickBass A#</name><channel>1</channel><enote>34</enote><anote>34</anote></entry> +<entry><name>PickBass B</name><channel>1</channel><enote>35</enote><anote>35</anote></entry> +<entry><name>BD Analog 808</name><channel>1</channel><enote>36</enote><anote>36</anote></entry> +<entry><name>BD R&B 1</name><channel>1</channel><enote>37</enote><anote>37</anote></entry> +<entry><name>BD R&B 2</name><channel>1</channel><enote>38</enote><anote>38</anote></entry> +<entry><name>BD Lo-Fi</name><channel>1</channel><enote>39</enote><anote>39</anote></entry> +<entry><name>BD Jungle</name><channel>1</channel><enote>40</enote><anote>40</anote></entry> +<entry><name>BD Hip 1</name><channel>1</channel><enote>41</enote><anote>41</anote></entry> +<entry><name>BD Hip 2</name><channel>1</channel><enote>42</enote><anote>42</anote></entry> +<entry><name>BD Tech</name><channel>1</channel><enote>43</enote><anote>43</anote></entry> +<entry><name>BD Dist 1</name><channel>1</channel><enote>44</enote><anote>44</anote></entry> +<entry><name>BD Dist 2</name><channel>1</channel><enote>45</enote><anote>45</anote></entry> +<entry><name>BD Human 1</name><channel>1</channel><enote>46</enote><anote>46</anote></entry> +<entry><name>BD Human 2</name><channel>1</channel><enote>47</enote><anote>47</anote></entry> +<entry><name>BD Elec 1</name><channel>1</channel><enote>48</enote><anote>48</anote></entry> +<entry><name>BD Elec 2 909</name><channel>1</channel><enote>49</enote><anote>49</anote></entry> +<entry><name>BD Elec 3 909</name><channel>1</channel><enote>50</enote><anote>50</anote></entry> +<entry><name>SD Live</name><channel>1</channel><enote>51</enote><anote>51</anote></entry> +<entry><name>SD R&B 1</name><channel>1</channel><enote>52</enote><anote>52</anote></entry> +<entry><name>SD R&B 2</name><channel>1</channel><enote>53</enote><anote>53</anote></entry> +<entry><name>SD Analog 808</name><channel>1</channel><enote>54</enote><anote>54</anote></entry> +<entry><name>SD Hip 1</name><channel>1</channel><enote>55</enote><anote>55</anote></entry> +<entry><name>SD Hip 2 Lo-Fi</name><channel>1</channel><enote>56</enote><anote>56</anote></entry> +<entry><name>SD Hip 3</name><channel>1</channel><enote>57</enote><anote>57</anote></entry> +<entry><name>SD Cut Jungle</name><channel>1</channel><enote>58</enote><anote>58</anote></entry> +<entry><name>SD Dodge</name><channel>1</channel><enote>59</enote><anote>59</anote></entry> +<entry><name>SD Timbra</name><channel>1</channel><enote>60</enote><anote>60</anote></entry> +<entry><name>SD D&B</name><channel>1</channel><enote>61</enote><anote>61</anote></entry> +<entry><name>SD Dist 909</name><channel>1</channel><enote>62</enote><anote>62</anote></entry> +<entry><name>SD Elec 1 909</name><channel>1</channel><enote>63</enote><anote>63</anote></entry> +<entry><name>SD Elec 2 909</name><channel>1</channel><enote>64</enote><anote>64</anote></entry> +<entry><name>SD Rim 1</name><channel>1</channel><enote>65</enote><anote>65</anote></entry> +<entry><name>SD Rim 2</name><channel>1</channel><enote>66</enote><anote>66</anote></entry> +<entry><name>HH D&B Cls</name><channel>1</channel><enote>67</enote><anote>67</anote></entry> +<entry><name>HH D&B Opn</name><channel>1</channel><enote>68</enote><anote>68</anote></entry> +<entry><name>HH Ana Cls 1 909</name><channel>1</channel><enote>69</enote><anote>69</anote></entry> +<entry><name>HH Ana Opn 1 808</name><channel>1</channel><enote>70</enote><anote>70</anote></entry> +<entry><name>HH Syn Cls</name><channel>1</channel><enote>71</enote><anote>71</anote></entry> +<entry><name>HH Syn Opn</name><channel>1</channel><enote>72</enote><anote>72</anote></entry> +<entry><name>HH Ana Cls 2 909</name><channel>1</channel><enote>73</enote><anote>73</anote></entry> +<entry><name>HH Ana Opn 2 909</name><channel>1</channel><enote>74</enote><anote>74</anote></entry> +<entry><name>Tom Dist 909</name><channel>1</channel><enote>75</enote><anote>75</anote></entry> +<entry><name>Tom Ana 1</name><channel>1</channel><enote>76</enote><anote>76</anote></entry> +<entry><name>Tom Ana 2 909</name><channel>1</channel><enote>77</enote><anote>77</anote></entry> +<entry><name>Tom Synth</name><channel>1</channel><enote>78</enote><anote>78</anote></entry> +<entry><name>Tom Sine</name><channel>1</channel><enote>79</enote><anote>79</anote></entry> +<entry><name>Crush Sym</name><channel>1</channel><enote>80</enote><anote>80</anote></entry> +<entry><name>Ride Sym</name><channel>1</channel><enote>81</enote><anote>81</anote></entry> +<entry><name>Ride Bell</name><channel>1</channel><enote>82</enote><anote>82</anote></entry> +<entry><name>Tambourine</name><channel>1</channel><enote>83</enote><anote>83</anote></entry> +<entry><name>Tabla Open</name><channel>1</channel><enote>84</enote><anote>84</anote></entry> +<entry><name>Taba Mute</name><channel>1</channel><enote>85</enote><anote>85</anote></entry> +<entry><name>Tabla Nah</name><channel>1</channel><enote>86</enote><anote>86</anote></entry> +<entry><name>Udu Low</name><channel>1</channel><enote>87</enote><anote>87</anote></entry> +<entry><name>Udu High</name><channel>1</channel><enote>88</enote><anote>88</anote></entry> +<entry><name>Udu Finger</name><channel>1</channel><enote>89</enote><anote>89</anote></entry> +<entry><name>Clave 808</name><channel>1</channel><enote>90</enote><anote>90</anote></entry> +<entry><name>Maracas</name><channel>1</channel><enote>91</enote><anote>91</anote></entry> +<entry><name>Shaker</name><channel>1</channel><enote>92</enote><anote>92</anote></entry> +<entry><name>Clap 909</name><channel>1</channel><enote>93</enote><anote>93</anote></entry> +<entry><name>Scratch 1</name><channel>1</channel><enote>94</enote><anote>94</anote></entry> +<entry><name>Scratch 2</name><channel>1</channel><enote>95</enote><anote>95</anote></entry> +<entry><name>Scratch 3</name><channel>1</channel><enote>96</enote><anote>96</anote></entry> +<entry><name>Scratch 4</name><channel>1</channel><enote>97</enote><anote>97</anote></entry> +<entry><name>Ripper</name><channel>1</channel><enote>98</enote><anote>98</anote></entry> +<entry><name>Zap 1</name><channel>1</channel><enote>99</enote><anote>99</anote></entry> +<entry><name>Zap 2</name><channel>1</channel><enote>100</enote><anote>100</anote></entry> +<entry><name>Rev Low</name><channel>1</channel><enote>101</enote><anote>101</anote></entry> +<entry><name>Synth Vibra</name><channel>1</channel><enote>102</enote><anote>102</anote></entry> +<entry><name>Metal</name><channel>1</channel><enote>103</enote><anote>103</anote></entry> +<entry><name>Click</name><channel>1</channel><enote>104</enote><anote>104</anote></entry> +<entry><name>Gt Attack</name><channel>1</channel><enote>105</enote><anote>105</anote></entry> +<entry><name>Gt Power</name><channel>1</channel><enote>106</enote><anote>106</anote></entry> +<entry><name>Stab Organ</name><channel>1</channel><enote>107</enote><anote>107</anote></entry> +<entry><name>SlowBass</name><channel>1</channel><enote>108</enote><anote>108</anote></entry> +<entry><name>FingerBass</name><channel>1</channel><enote>109</enote><anote>109</anote></entry> +<entry><name>SynthBass 1</name><channel>1</channel><enote>110</enote><anote>110</anote></entry> +<entry><name>SynthBass 2</name><channel>1</channel><enote>111</enote><anote>111</anote></entry> +<entry><name>SynthBass 3</name><channel>1</channel><enote>112</enote><anote>112</anote></entry> +<entry><name>SynthBass 4</name><channel>1</channel><enote>113</enote><anote>113</anote></entry> +<entry><name>Digi Wave 1</name><channel>1</channel><enote>114</enote><anote>114</anote></entry> +<entry><name>Digi Wave 2</name><channel>1</channel><enote>115</enote><anote>115</anote></entry> +<entry><name>Digi Wave 3</name><channel>1</channel><enote>116</enote><anote>116</anote></entry> +<entry><name>Digi Wave 4</name><channel>1</channel><enote>117</enote><anote>117</anote></entry> +<entry><name>Digi Wave 5</name><channel>1</channel><enote>118</enote><anote>118</anote></entry> +<entry><name>Digi Wave 6</name><channel>1</channel><enote>119</enote><anote>119</anote></entry> +<entry><name>Digi Wave 7</name><channel>1</channel><enote>120</enote><anote>120</anote></entry> + + + +</drummap> +</muse> + + diff --git a/muse2/share/drummaps/sc88-pc1.map b/muse2/share/drummaps/sc88-pc1.map new file mode 100644 index 00000000..57275589 --- /dev/null +++ b/muse2/share/drummaps/sc88-pc1.map @@ -0,0 +1,329 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <drummap> + <comment> + # Drum Set List SC-88 Drum Set 1 + # + # "Program Change 1" + # "Standard Set 1" + # + </comment> + + <entry> + <name>Snare Roll</name> + <enote>25</enote> + <anote>25</anote> + </entry> + <entry> + <name>Finger Snare</name> + <enote>26</enote> + <anote>26</anote> + </entry> + <entry> + <name>High Q</name> + <enote>27</enote> + <anote>27</anote> + </entry> + <entry> + <name>Slap</name> + <enote>28</enote> + <anote>28</anote> + </entry> + <entry> + <name>Scratch Push</name> + <enote>29</enote> + <anote>29</anote> + </entry> + <entry> + <name>Scratch Pull</name> + <enote>30</enote> + <anote>30</anote> + </entry> + <entry> + <name>Sticks</name> + <enote>31</enote> + <anote>31</anote> + </entry> + <entry> + <name>Square Click</name> + <enote>32</enote> + <anote>32</anote> + </entry> + <entry> + <name>Metronome Click</name> + <enote>33</enote> + <anote>33</anote> + </entry> + <entry> + <name>Metronome Bell</name> + <enote>34</enote> + <anote>34</anote> + </entry> + <entry> + <name>Standard 1 Kick 2</name> + <enote>35</enote> + <anote>35</anote> + </entry> + <entry> + <name>Standard 1 Kick 1</name> + <enote>36</enote> + <anote>36</anote> + </entry> + <entry> + <name>Side Stick</name> + <enote>37</enote> + <anote>37</anote> + </entry> + <entry> + <name>Standard 1 Snare 1</name> + <enote>38</enote> + <anote>38</anote> + </entry> + <entry> + <name>Hand Clap</name> + <enote>39</enote> + <anote>39</anote> + </entry> + <entry> + <name>Standard 1 Snare 2</name> + <enote>40</enote> + <anote>40</anote> + </entry> + <entry> + <name>Low Tom 2</name> + <enote>41</enote> + <anote>41</anote> + </entry> + <entry> + <name>Closed Hi-hat 1</name> + <enote>42</enote> + <anote>42</anote> + </entry> + <entry> + <name>Low Tom 1</name> + <enote>43</enote> + <anote>43</anote> + </entry> + <entry> + <name>Pedal Hi-hat</name> + <enote>44</enote> + <anote>44</anote> + </entry> + <entry> + <name>Mid Tom 2</name> + <enote>45</enote> + <anote>45</anote> + </entry> + <entry> + <name>Open Hi-hat 2</name> + <enote>46</enote> + <anote>46</anote> + </entry> + <entry> + <name>Mid Tom 1</name> + <enote>47</enote> + <anote>47</anote> + </entry> + <entry> + <name>High Tom 2</name> + <enote>48</enote> + <anote>48</anote> + </entry> + <entry> + <name>Crash Cymbal 1</name> + <enote>49</enote> + <anote>49</anote> + </entry> + <entry> + <name>High Tom 1</name> + <enote>50</enote> + <anote>50</anote> + </entry> + <entry> + <name>Ride Cymbal 1</name> + <enote>51</enote> + <anote>51</anote> + </entry> + <entry> + <name>Chinese Cymbal</name> + <enote>52</enote> + <anote>52</anote> + </entry> + <entry> + <name>Ride Bell</name> + <enote>53</enote> + <anote>53</anote> + </entry> + <entry> + <name>Tambourine</name> + <enote>54</enote> + <anote>54</anote> + </entry> + <entry> + <name>Splash Cymbal</name> + <enote>55</enote> + <anote>55</anote> + </entry> + <entry> + <name>Cowbell</name> + <enote>56</enote> + <anote>56</anote> + </entry> + <entry> + <name>Crash Cymbal 2</name> + <enote>57</enote> + <anote>57</anote> + </entry> + <entry> + <name>Vibra Slap</name> + <enote>58</enote> + <anote>58</anote> + </entry> + <entry> + <name>Ride Cymbal 2</name> + <enote>59</enote> + <anote>59</anote> + </entry> + <entry> + <name>High Bongo</name> + <enote>60</enote> + <anote>60</anote> + </entry> + <entry> + <name>Low Bongo</name> + <enote>61</enote> + <anote>61</anote> + </entry> + <entry> + <name>Mute High Conga</name> + <enote>62</enote> + <anote>62</anote> + </entry> + <entry> + <name>Open High Conga</name> + <enote>63</enote> + <anote>63</anote> + </entry> + <entry> + <name>Low Conga</name> + <enote>64</enote> + <anote>64</anote> + </entry> + <entry> + <name>High Timbale</name> + <enote>65</enote> + <anote>65</anote> + </entry> + <entry> + <name>Low Timbale</name> + <enote>66</enote> + <anote>66</anote> + </entry> + <entry> + <name>High Agogo</name> + <enote>67</enote> + <anote>67</anote> + </entry> + <entry> + <name>Low Agogo</name> + <enote>68</enote> + <anote>68</anote> + </entry> + <entry> + <name>Cabasa</name> + <enote>69</enote> + <anote>69</anote> + </entry> + <entry> + <name>Maracas</name> + <enote>70</enote> + <anote>70</anote> + </entry> + <entry> + <name>Short Hi Whistle</name> + <enote>71</enote> + <anote>71</anote> + </entry> + <entry> + <name>Long Low Whistle</name> + <enote>72</enote> + <anote>72</anote> + </entry> + <entry> + <name>Short Guiro</name> + <enote>73</enote> + <anote>73</anote> + </entry> + <entry> + <name>Long Guiro</name> + <enote>74</enote> + <anote>74</anote> + </entry> + <entry> + <name>Claves</name> + <enote>75</enote> + <anote>75</anote> + </entry> + <entry> + <name>High Wood Block</name> + <enote>76</enote> + <anote>76</anote> + </entry> + <entry> + <name>Low Wood Block</name> + <enote>77</enote> + <anote>77</anote> + </entry> + <entry> + <name>Mute Cuica</name> + <enote>78</enote> + <anote>78</anote> + </entry> + <entry> + <name>Open Cuica</name> + <enote>79</enote> + <anote>79</anote> + </entry> + <entry> + <name>Mute Triangle</name> + <enote>80</enote> + <anote>80</anote> + </entry> + <entry> + <name>Open Triangle</name> + <enote>81</enote> + <anote>81</anote> + </entry> + <entry> + <name>Shaker</name> + <enote>82</enote> + <anote>82</anote> + </entry> + <entry> + <name>Jingle Bell</name> + <enote>83</enote> + <anote>83</anote> + </entry> + <entry> + <name>Bell Tree</name> + <enote>84</enote> + <anote>84</anote> + </entry> + <entry> + <name>Castanets</name> + <enote>85</enote> + <anote>85</anote> + </entry> + <entry> + <name>Mute Surdo</name> + <enote>86</enote> + <anote>86</anote> + </entry> + <entry> + <name>Open Surdo</name> + <enote>87</enote> + <anote>87</anote> + </entry> + </drummap> + </muse> + diff --git a/muse2/share/html/COPYING.html b/muse2/share/html/COPYING.html new file mode 100644 index 00000000..86b6fa8e --- /dev/null +++ b/muse2/share/html/COPYING.html @@ -0,0 +1,353 @@ +<qt> +<pre> + Note that the GPL below is copyrighted by the Free Software + Foundation, but the instance of code that it refers to (the + MusE music editor) is copyrighted by me and others who + actually wrote it. + + Werner Schweer + +---------------------------------------- + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) 19yy <name of author> + + 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 2 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, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. +</pre> +</qt> diff --git a/muse2/share/html/Makefile.am b/muse2/share/html/Makefile.am new file mode 100644 index 00000000..8e37c8e3 --- /dev/null +++ b/muse2/share/html/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = $(wildcard *.html) $(wildcard *.txt) $(wildcard *.jpg) + +htmlpkgdata_DATA = $(EXTRA_DIST) + +htmlpkgdatadir = $(pkgdatadir)/html diff --git a/muse2/share/html/Makefile.in b/muse2/share/html/Makefile.in new file mode 100644 index 00000000..23fa57c1 --- /dev/null +++ b/muse2/share/html/Makefile.in @@ -0,0 +1,465 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/html +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(htmlpkgdatadir)" +DATA = $(htmlpkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = $(wildcard *.html) $(wildcard *.txt) $(wildcard *.jpg) +htmlpkgdata_DATA = $(EXTRA_DIST) +htmlpkgdatadir = $(pkgdatadir)/html +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/html/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/html/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-htmlpkgdataDATA: $(htmlpkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(htmlpkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(htmlpkgdatadir)" + @list='$(htmlpkgdata_DATA)'; test -n "$(htmlpkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmlpkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(htmlpkgdatadir)" || exit $$?; \ + done + +uninstall-htmlpkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(htmlpkgdata_DATA)'; test -n "$(htmlpkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(htmlpkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(htmlpkgdatadir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(htmlpkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-htmlpkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-htmlpkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-htmlpkgdataDATA install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am uninstall-htmlpkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/html/button_bar.jpg b/muse2/share/html/button_bar.jpg Binary files differnew file mode 100644 index 00000000..204328c8 --- /dev/null +++ b/muse2/share/html/button_bar.jpg diff --git a/muse2/share/html/getting_started.html b/muse2/share/html/getting_started.html new file mode 100644 index 00000000..0d6c4344 --- /dev/null +++ b/muse2/share/html/getting_started.html @@ -0,0 +1,89 @@ +<qt bgcolor="#f4f4c8" title="MusE - The Linux (Midi) Music Editor"> +<center><h1>MusE - The Linux (Midi) Music Editor</h1></center> + +<h2>5. Getting Started</h2> +<p> +<h2>5.1 Creating A New Song</h2> +<p> +Here's a very short tutorial on how to create a new song from scratch. + +<p> + +<ol> + <li> Start MusE with the name of a new song (ie. a filename that doesn't +already exist): +<pre> + muse blues1.med +</pre> +Alternatively, start MusE and select <tt>File->New</tt>. The default song +name is <tt>default</tt> and the first time you select <tt>File->Save</tt>, +MusE asks you for a real name. + + <li> Select a song type from the <tt>Type</tt> pulldown menu in the +Toolbar. This selects the capabilities of your MIDI hardware (either +NO, GM, GS, or XG). + + <li> Doubleclick on the first empty track to create a new track. + <li> Select the MIDI channel for the new track; click with the right mouse +button on Ch column in the track list to increment channel nummber, click +with middle mouse button to decrement. + <li> If the TrackInfo window is not visible, press TrackInfo. + <li> Select a MIDI instrument for the MIDI channel of your new track. + <li> Click with the middle mouse button on ruler to set left locator mark. + <li> Click with the right mouse button on the ruler to set right locator mark. +<b>Note:</b> The right mark must be set to the right of the left mark. + <li> Double click between the left and right locators on first track to +create a new part, <b>or</b> select the Pencil tool and draw with the left +mouse button pressed to create a new part. +</ol> + +<p> +<h2>5.2 Recording Events</h2> +<p> +<b>Entering Notes Manually</b> + +<ol> + <li> Select Pointer tool from toolbar + <li> Double click on part in part canvas to start the pianoroll editor + <li> Select Pencil tool from toolbar in the pianoroll editor + <li> Now you can draw events into the event canvas +</ol> + +<p> +<b>Play The Notes</b> + +<ol> + <li> Click with middle mouse button on ruler to set left locator mark + <li> Click with right mouse button on ruler to set right locator mark + <li> Note: right mark must be set right to left mark + <li> Click with left mouse button on ruler to set current position between left and right locator + <li> Select "loop" in the transport toolbar + <li> Press play to start sequencer + <li> You can enter new notes while the sequencer is playing +</ol> + +<p> +<b>Some Hints</b> + +<ol> + <li> You can "play" in realtime on the piano keyboard on the left side of the pianoroll editor + <li> You can change Channel Info and Track Info values during play +</ol> + +<p> +<h2>5.3 Step Recording</h2> +<p> +<ol> + <li> Start the pianoroll editor + <li> Click with left mouse button on ruler to set current position to the start position of your recording + <li> Set the Snap value to the step distance + <li> Set the Quantize value to the length of the notes to record + <li> Enter step record mode by pressing the "S" toolbar button + <li> Every click on the piano keyboard records a note with "Quantize" len and advances the current record position to + <li> The next "Snap" position + <li> Shift+click records a note without advancing the current record position + <li> Change the current position with the cursor keys + <li> Shift+space inserts a gap; all notes to the right of the current position move to the next snap position +</ol> + +</qt> diff --git a/muse2/share/html/index.html b/muse2/share/html/index.html new file mode 100644 index 00000000..c2e5b6a7 --- /dev/null +++ b/muse2/share/html/index.html @@ -0,0 +1,66 @@ +<html> +<center><h1>MusE - The Linux Music Editor</h1></center> +<p> +<h2>About MusE</h2> + +MusE is a multitrack virtual studio for Linux that has support +for sequencing of both midi and audio and has, among other things, +support for LADSPA, Jack and ALSA. <br> +MusE is written by Werner Schweer and others and is published under the +<a href="COPYING.html"> GNU General Public License</a>. +The latest release of MusE and the <b>up2date documentation</b> can be found at the MusE hompage: +<a href="http://www.muse-sequencer.org/">http://www.muse-sequencer.org/</a>. +<br> +<br> +This is the old manual of the 0.6.3 release but there is already a new one in development, try this: +<a href="http://www.muse-sequencer.org/wiki/index.php/Manual">http://www.muse-sequencer.org/wiki/index.php/Manual</a> + +<p> +<h2>1. Introduction (still to be written)</h2> + +<p> +<h2>2. <a href="installation.html">Installation</a></h2> +<ul> + <li>2.1 How to Obtain MusE + <li>2.2 System Requirements + <li>2.3 Compiliation and Installation +</ul> + +<p> +<h2>3. <a href="invocation.html">Invoking MusE</a></h2> +<ul> + <li>3.1 Invoking MusE + <li>3.2 Command Line Options + <li>3.3 File Types Recognized by MusE +</ul> + +<p> +<h2>4. <a href="window_ref.html">Window Reference Guide</a></h2> +<ul> + <li>4.1 The Main Window + <li>4.2 The Arranger + <li>4.2.1 The Left Pane + <li>4.2.1.1 Track Info + <li>4.2.2 The Right Pane + + <li>4.3 The Button Bar & Menus +</ul> + +<p> +<h2>5. <a href="getting_started.html">Getting Started</a></h2> +<ul> + <li>5.1 Creating A New Song + <li>5.2 Recording Events + <li>5.3 Step Recording +</ul> + +<p> +<h2>6. Mixer Automation (still to be written)</h2> +<ul> + <li>6.1 Record Automation Events (still to be written) +</ul> + + +<p> +<h2>Glossary (still to be written)</h2> +</html> diff --git a/muse2/share/html/installation.html b/muse2/share/html/installation.html new file mode 100644 index 00000000..19527333 --- /dev/null +++ b/muse2/share/html/installation.html @@ -0,0 +1,64 @@ +<qt bgcolor="#f4f4c8" title="MusE - The Linux (Midi) Music Editor"> +<center><h1>MusE - The Linux (Midi) Music Editor</h1></center> + +<h2>2. Installation</h2> +<p> +<h2>2.1 How to Obtain MusE</h2> +MusE is available at the MusE Homepage, located at +<a href="http://www.muse-sequencer.org/">http://www.muse-sequencer.org/</a>. +Download the latest non-beta release and follow the +installation instructions below. + +<h2>2.2 System Requirements</h2> +To run MusE on your workstation, the following conditions must be met: +<ul> + <li>A GNU/Linux distribution (Red Hat, Debian, etc.) + <li>A working windowing system (most likely X Windows) + <li>qt 2.2 (<a href="http://www.trolltech.com/products/qt">http://www.trolltech.com/products/qt</a>) + <li>gcc 2.95.2 (<a href="http://www.gnu.org/software/gcc/gcc.html">http://www.gnu.org/software/gcc/gcc.html</a>) + <li>glibc 2.1 (<a href="http://ftp.gnu.org/gnu/glibc">http://ftp.gnu.org/gnu/glibc</a>) + <li>Linux kernel configured with RealTimeClock support (<tt>/dev/rtc</tt>) + <li>ALSA (Advanced Linux Sound Architecture) 0.5.9c (it should work with standard OSS drivers as well) + <li>an external midi device +</ul> + +<h2>2.3 Compiliation and Installation</h2> +Unpack the newly-downloaded tarball into a directory and edit +the file <tt>make.inc</tt>. +<p> +The most important variables to set in this file are: +<ul> + <li>QTDIR + <li>ALSA + <li>OSS +</ul> + +Point <tt>QTDIR</tt> to where your QT libraries are installed. +<tt>ALSA</tt> and <tt>OSS</tt> are boolean values (ie. <tt>yes</tt> +or <tt>no</tt>) that tell MusE how to handle Midi and Audio on your +system. It is safe to say <tt>yes</tt> to both. +<p> +A sample config: +<p> +<pre> + QTDIR = /usr/local/qt + ALSA = no + OSS = yes +</pre> + +<p> +When done, save <tt>make.inc</tt> and run the following commands: +<pre> + make depend + make + make install +</pre> + +<p> +Note that <tt>make install</tt> will ask for the <tt>root</tt> password, +as MusE is installed as a setuid-root binary. Setuid-root is needed to allow +MusE to get proper timing functions from the Linux kernel. +<p> +<b>Hint:</b> To get even better timing than that, run MusE with the -R option. + +</qt> diff --git a/muse2/share/html/invocation.html b/muse2/share/html/invocation.html new file mode 100644 index 00000000..778422c2 --- /dev/null +++ b/muse2/share/html/invocation.html @@ -0,0 +1,54 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>MusE: Linux Music Editor</title> + <link rel="stylesheet" type="text/css" href="styles.css"> +</head> + +<body> +<center><h1>MusE - The Linux (Midi) Music Editor</h1></center> + +<h2>3. Invoking MusE</h2> +<p> +<h2>3.1 Invoking MusE</h2> +MusE is invoked from the command line by typing in: +<pre> + <tt>muse</tt> +</pre> + +Optionally, you can use command line options of the form: + +<pre> + muse <options> <midifile> +</pre> + +<options> : see section 3.2 below for details on options. +<midifile> can be either a standard MIDI file or a MusE +file (*.med, *.med.gz or *.med.bz2). + +<h2>3.2 Command Line Options</h2> +<p> +MusE accepts some options as listed below: +<pre> + -v print version + -d debug mode: no threads + -D debug mode: enable some debug messages + -m debug mode: trace midi Input + -M debug mode: trace midi Output + -s debug mode: trace sync + -R enable real time scheduling +</pre> + +<h2>3.3 File Types Recognized by MusE</h2> +<p> +<table border=1 cellpadding=5> +<tr><td><tt>~/.MusE<td>MusE Configuration File ("~" refers to your home directory) +<tr><td><tt>.musePrj<td>Hidden Project File; stores list of last projects +<tr><td><tt>*.med<td>MusE song file; internal MusE format +<tr><td><tt>*.mid<td>midi file; can be imported +<tr><td><tt>*.kar<td>karaoke: midi file with additional information; some types can be imported +</table> +<p> +With adding the additional extensions <tt>.gz</tt> or <tt>.bz2</tt> +you can read or write compressed files. + +</qt> diff --git a/muse2/share/html/left_pane.jpg b/muse2/share/html/left_pane.jpg Binary files differnew file mode 100644 index 00000000..a659e1ee --- /dev/null +++ b/muse2/share/html/left_pane.jpg diff --git a/muse2/share/html/main_window.jpg b/muse2/share/html/main_window.jpg Binary files differnew file mode 100644 index 00000000..eee1e43f --- /dev/null +++ b/muse2/share/html/main_window.jpg diff --git a/muse2/share/html/main_window_track_info.jpg b/muse2/share/html/main_window_track_info.jpg Binary files differnew file mode 100644 index 00000000..d4dc207c --- /dev/null +++ b/muse2/share/html/main_window_track_info.jpg diff --git a/muse2/share/html/right_pane.jpg b/muse2/share/html/right_pane.jpg Binary files differnew file mode 100644 index 00000000..a770a4e8 --- /dev/null +++ b/muse2/share/html/right_pane.jpg diff --git a/muse2/share/html/styles.css b/muse2/share/html/styles.css new file mode 100644 index 00000000..53026fa1 --- /dev/null +++ b/muse2/share/html/styles.css @@ -0,0 +1,85 @@ +:link { color: #091cef; } +:visited { color: #091cef; } + +body { + background: #eeeeee; + color: #00; + font-family: Arial, Geneva; + font-size: 10pt; + } +h1.head { + margin: 0.05em 0.3em; + font-family: Arial, helvetica, sans-serif; + color: #091cef; + } +td.head { + background: #aeb3e8; + color: #091cef; + } +td.nav { + background: #aeb3e8; + color: #000; + } +td.ld { + background: #aeb3e8; + valign: top; + width: 60; + font-weight: bold; + } +td.lh { + background: #aeb3e8; + } +td.lb { + background: #ced1e2; + } + +h3.navhead { + margin-top: 0.2em; + margin-bottom: 0em; + font-size: small; + font-family: Verdana, Geneva, Arial, sans-serif; + } + +.navlink { + font-size: small; + font-family: Verdana, Geneva, Arial, sans-serif; + } + +p, input { + font-family: Arial, Geneva; + font-size: 10pt; +} + +b { + font-family: Arial, Geneva; + font-size: 10pt; + font-weight: bold; +} + +h1 { + font-family: Arial, Geneva; + font-size: 24pt; + font-weight: bold; +} +h2 { + font-family: Arial, Geneva; + font-size: 18pt; + font-weight: bold; +} + +a { + font-family: Arial, Geneva; + font-size: 12pt; +} + +th { + font-family: Arial, Geneva; + font-size: 10pt; + +} + +td { + font-family: Arial, Geneva; + font-size: 12pt; + color: #000000; + } diff --git a/muse2/share/html/toc_.txt b/muse2/share/html/toc_.txt new file mode 100644 index 00000000..d8503ff4 --- /dev/null +++ b/muse2/share/html/toc_.txt @@ -0,0 +1,13 @@ +"Glossary" "glossary.html" +"Getting Started" "getting_started.html" ++"Window Reference Guide" "window_ref.html" + +"The Arranger" "window_ref.html" + "The Button Bar & Menus" "window_ref.html" + "The Right Pane" "window_ref.html" + +"The Left Pane" "window_ref.html" + "Track Info" "window_ref.html" + "The Main Window" "window_ref.html" +"Invoking MusE" "invocation.html" +"Installation" "installation.html" +"Introduction" "introduction.html" +"Index" "index.html" diff --git a/muse2/share/html/track_info.jpg b/muse2/share/html/track_info.jpg Binary files differnew file mode 100644 index 00000000..89834d71 --- /dev/null +++ b/muse2/share/html/track_info.jpg diff --git a/muse2/share/html/window_ref.html b/muse2/share/html/window_ref.html new file mode 100644 index 00000000..549e88d3 --- /dev/null +++ b/muse2/share/html/window_ref.html @@ -0,0 +1,180 @@ +<qt bgcolor="#f4f4c8" title="MusE - The Linux (Midi) Music Editor"> +<center><h1>MusE - The Linux (Midi) Music Editor</h1></center> + +<h2>4. Window Reference Guide</h2> +<p> +<h2>4.1 The Main Window</h2> +Here's a screenshot of the main window, with a standard MIDI file already +loaded: +<p> +<img src="main_window.jpg"</img> + +<p> +The main window is basically divided up into two panes separated by a +veritcal bar that is movable horizontally. These two panes together +are called the Arranger. + +<h2>4.2 The Arranger</h2> +<p> +The left pane of the Arranger describes each track in detail, +while the right pane describes each track graphically. + +<h3>4.2.1 The Left Pane</h3> +<img src="left_pane.jpg"</img> +<p> +The left pane details the following information for each track: +<ul> + <li>A -?? + <li>M - Mute the track + <li>C - Defines whether the track is one of MIDI, Drum or Wave. + <li>Track - A freely-editable track name. + <li>Ch - Defines which MIDI Channel this track plays on. + <li>Port - Defines which MIDI port this track plays on. + <li>T -?? +</ul> + +You can select which track is currently "active" by simply clicking +on the track. +<p> +When a track's M column is clicked, that track is marked as Muted with +a red circle and upon playback that track will not be heard. To hear +the track, click on the M column for that track again. +<p> +Right click on the C column for a track to declare the track to be of +type MIDI, Drum or Wave. +<p> +The Track column is free-form, meaning that a double-click on a track's +Track column will allow you to enter a descriptive name for the track, +for example "Hot Lead Guitar". +<p> +The Ch column for a track is changed by right-clicking to increment the +number or middle-clicking to decrement the number. It's generally a +good idea to keep differing instruments on different MIDI channels and it's +considered common to have the drum kit on channel 10. +<p> +<h4>4.2.1.1 Track Info</h4> +<p> +At the bottom of the left pane, you'll see a little button labelled +"TrackInfo". When clicked, the standard information plus more about +the currently selected track is presented: +<p> +<img src="track_info.jpg"</img> +<ul> + <li>Track Name + <li>Channel + <li>Transpose + <li>Delay + <li>Length + <li>Velocity + <li>Compr +</ul> +The bottom half of the TrackInfo display describes MIDI channel information: +<ul> + <li>MIDI Instrument + <li>H-Bank + <li>L-Bank + <li>Progr + <li>Volume + <li>Pan +</ul> + +<p> +Operations that can be performed on the left pane: +<table border=1> +<th> <strong>Track Functions </strong></th> <th> </th> +<tr><td>Select Track<td> + <ul> + <li>Left Mouse Button + </ul> +<tr><td>Select multiple Tracks<td> + <ul> + <li>Shift + Left Mouse Button + </ul> +<tr><td>Change Selected Track<td> + <ul> + <li>Key Up: previous Track + <li>Key Down: next Track + <li>click with left mouse button in name field + </ul> +<tr><td>Move Track<td> + <ul> + <li>Drag with left Mouse Button + </ul> +<tr><td>Create New Track<td> + <ul> + <li>Pulldown Edit<br> + <li>Ctrl T + <li>double click in empty track + </ul> +<tr><td>Delete selected Track(s)<td> + <ul> + <li>Pulldown Edit + <li>Del + </ul> +<tr><td>Rename Track<td> + <ul> + <li>doubleClick with left mouse button + on track name + </ul> +<tr><td>Change Midi Channel<td> + <ul> + <li> left mouse button increments midi channel + <li> middle mouse button decrements midi channel + </ul> +<tr><td>Select Midi Port<td> + <ul> + <li> click with right mouse button on portname; + select from pulldown menu + </ul> +<tr><td>Mute Track<td> + <ul> + <li> click with left mouse button on "M" field in + Tracklist + </ul> +<tr><td>Solo Track<td> + <ul> + <li> click "Solo" button + </ul> +</table> + + +<h2>4.2.2 The Right Pane</h2> +<img src="right_pane.jpg"</img> +<p> +The right pane desribes each track graphically. Time moves from left +to right and is measured in beats that are referenced at the top of +the right pane. Tracks are displayed vertically in boxes, called +"Parts", that depict where MIDI and audio data are played. +<p> +The small sliders that are adjacent to the bottom right corner affect +the view of the right pane in terms of "zooming". The vertical slider +affects the height of the tracks, while the horizontal slider affects +the width. +<p> +Operations that can be performed on the right pane: +<p> +<table border=1> +<tr><td><b>To do this...</b><td><b>...Do this</b> +<tr><td>Select Part<td>Left Click +<tr><td>Select multiple parts<td>Shift + left click +<tr><td>Change selected track<td>Key left: previous part, Key right: next part +<tr><td>Move part<td>Drag with left mouse button +<tr><td>Create new part<td>select Pencil tool; draw with left mouse button pressed, OR set left and right mark; double click on track +<tr><td>Delete selected part(s)<td>select rubber tool; click part to delete +<tr><td>Rename part<td>double click with left mouse button on part +<tr><td>Copy part<td>drag with shift + left mouse button +<tr><td>Cut part<td>select Cut Tool; click on part to cut +<tr><td>Glue part<td>select Glue Tool; click on part to glue with next part +</table> +<p> + +<h2>4.2.3 The Button Bar & Menus</h2> +<img src="button_bar.jpg"</img> +<p> +Across the top, above the Arranger, are a menu system, icons and other +widgets that you use to manipulate your project. Most of these are +self-explanatory, while others are described later in this document. + + + +</qt> diff --git a/muse2/share/instruments/Access_Virus.idf b/muse2/share/instruments/Access_Virus.idf new file mode 100644 index 00000000..8772cde9 --- /dev/null +++ b/muse2/share/instruments/Access_Virus.idf @@ -0,0 +1,1046 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Access Virus"> + <PatchGroup name="Bank A"> + <Patch name="A 000" hbank="0" lbank="0" prog="0" /> + <Patch name="A 001" hbank="0" lbank="0" prog="1" /> + <Patch name="A 002" hbank="0" lbank="0" prog="2" /> + <Patch name="A 003" hbank="0" lbank="0" prog="3" /> + <Patch name="A 004" hbank="0" lbank="0" prog="4" /> + <Patch name="A 005" hbank="0" lbank="0" prog="5" /> + <Patch name="A 006" hbank="0" lbank="0" prog="6" /> + <Patch name="A 007" hbank="0" lbank="0" prog="7" /> + <Patch name="A 008" hbank="0" lbank="0" prog="8" /> + <Patch name="A 009" hbank="0" lbank="0" prog="9" /> + <Patch name="A 010" hbank="0" lbank="0" prog="10" /> + <Patch name="A 011" hbank="0" lbank="0" prog="11" /> + <Patch name="A 012" hbank="0" lbank="0" prog="12" /> + <Patch name="A 013" hbank="0" lbank="0" prog="13" /> + <Patch name="A 014" hbank="0" lbank="0" prog="14" /> + <Patch name="A 015" hbank="0" lbank="0" prog="15" /> + <Patch name="A 016" hbank="0" lbank="0" prog="16" /> + <Patch name="A 017" hbank="0" lbank="0" prog="17" /> + <Patch name="A 018" hbank="0" lbank="0" prog="18" /> + <Patch name="A 019" hbank="0" lbank="0" prog="19" /> + <Patch name="A 020" hbank="0" lbank="0" prog="20" /> + <Patch name="A 021" hbank="0" lbank="0" prog="21" /> + <Patch name="A 022" hbank="0" lbank="0" prog="22" /> + <Patch name="A 023" hbank="0" lbank="0" prog="23" /> + <Patch name="A 024" hbank="0" lbank="0" prog="24" /> + <Patch name="A 025" hbank="0" lbank="0" prog="25" /> + <Patch name="A 026" hbank="0" lbank="0" prog="26" /> + <Patch name="A 027" hbank="0" lbank="0" prog="27" /> + <Patch name="A 028" hbank="0" lbank="0" prog="28" /> + <Patch name="A 029" hbank="0" lbank="0" prog="29" /> + <Patch name="A 030" hbank="0" lbank="0" prog="30" /> + <Patch name="A 031" hbank="0" lbank="0" prog="31" /> + <Patch name="A 032" hbank="0" lbank="0" prog="32" /> + <Patch name="A 033" hbank="0" lbank="0" prog="33" /> + <Patch name="A 034" hbank="0" lbank="0" prog="34" /> + <Patch name="A 035" hbank="0" lbank="0" prog="35" /> + <Patch name="A 036" hbank="0" lbank="0" prog="36" /> + <Patch name="A 037" hbank="0" lbank="0" prog="37" /> + <Patch name="A 038" hbank="0" lbank="0" prog="38" /> + <Patch name="A 039" hbank="0" lbank="0" prog="39" /> + <Patch name="A 040" hbank="0" lbank="0" prog="40" /> + <Patch name="A 041" hbank="0" lbank="0" prog="41" /> + <Patch name="A 042" hbank="0" lbank="0" prog="42" /> + <Patch name="A 043" hbank="0" lbank="0" prog="43" /> + <Patch name="A 044" hbank="0" lbank="0" prog="44" /> + <Patch name="A 045" hbank="0" lbank="0" prog="45" /> + <Patch name="A 046" hbank="0" lbank="0" prog="46" /> + <Patch name="A 047" hbank="0" lbank="0" prog="47" /> + <Patch name="A 048" hbank="0" lbank="0" prog="48" /> + <Patch name="A 049" hbank="0" lbank="0" prog="49" /> + <Patch name="A 050" hbank="0" lbank="0" prog="50" /> + <Patch name="A 051" hbank="0" lbank="0" prog="51" /> + <Patch name="A 052" hbank="0" lbank="0" prog="52" /> + <Patch name="A 053" hbank="0" lbank="0" prog="53" /> + <Patch name="A 054" hbank="0" lbank="0" prog="54" /> + <Patch name="A 055" hbank="0" lbank="0" prog="55" /> + <Patch name="A 056" hbank="0" lbank="0" prog="56" /> + <Patch name="A 057" hbank="0" lbank="0" prog="57" /> + <Patch name="A 058" hbank="0" lbank="0" prog="58" /> + <Patch name="A 059" hbank="0" lbank="0" prog="59" /> + <Patch name="A 060" hbank="0" lbank="0" prog="60" /> + <Patch name="A 061" hbank="0" lbank="0" prog="61" /> + <Patch name="A 062" hbank="0" lbank="0" prog="62" /> + <Patch name="A 063" hbank="0" lbank="0" prog="63" /> + <Patch name="A 064" hbank="0" lbank="0" prog="64" /> + <Patch name="A 065" hbank="0" lbank="0" prog="65" /> + <Patch name="A 066" hbank="0" lbank="0" prog="66" /> + <Patch name="A 067" hbank="0" lbank="0" prog="67" /> + <Patch name="A 068" hbank="0" lbank="0" prog="68" /> + <Patch name="A 069" hbank="0" lbank="0" prog="69" /> + <Patch name="A 070" hbank="0" lbank="0" prog="70" /> + <Patch name="A 071" hbank="0" lbank="0" prog="71" /> + <Patch name="A 072" hbank="0" lbank="0" prog="72" /> + <Patch name="A 073" hbank="0" lbank="0" prog="73" /> + <Patch name="A 074" hbank="0" lbank="0" prog="74" /> + <Patch name="A 075" hbank="0" lbank="0" prog="75" /> + <Patch name="A 076" hbank="0" lbank="0" prog="76" /> + <Patch name="A 077" hbank="0" lbank="0" prog="77" /> + <Patch name="A 078" hbank="0" lbank="0" prog="78" /> + <Patch name="A 079" hbank="0" lbank="0" prog="79" /> + <Patch name="A 080" hbank="0" lbank="0" prog="80" /> + <Patch name="A 081" hbank="0" lbank="0" prog="81" /> + <Patch name="A 082" hbank="0" lbank="0" prog="82" /> + <Patch name="A 083" hbank="0" lbank="0" prog="83" /> + <Patch name="A 084" hbank="0" lbank="0" prog="84" /> + <Patch name="A 085" hbank="0" lbank="0" prog="85" /> + <Patch name="A 086" hbank="0" lbank="0" prog="86" /> + <Patch name="A 087" hbank="0" lbank="0" prog="87" /> + <Patch name="A 088" hbank="0" lbank="0" prog="88" /> + <Patch name="A 089" hbank="0" lbank="0" prog="89" /> + <Patch name="A 090" hbank="0" lbank="0" prog="90" /> + <Patch name="A 091" hbank="0" lbank="0" prog="91" /> + <Patch name="A 092" hbank="0" lbank="0" prog="92" /> + <Patch name="A 093" hbank="0" lbank="0" prog="93" /> + <Patch name="A 094" hbank="0" lbank="0" prog="94" /> + <Patch name="A 095" hbank="0" lbank="0" prog="95" /> + <Patch name="A 096" hbank="0" lbank="0" prog="96" /> + <Patch name="A 097" hbank="0" lbank="0" prog="97" /> + <Patch name="A 098" hbank="0" lbank="0" prog="98" /> + <Patch name="A 099" hbank="0" lbank="0" prog="99" /> + <Patch name="A 100" hbank="0" lbank="0" prog="100" /> + <Patch name="A 101" hbank="0" lbank="0" prog="101" /> + <Patch name="A 102" hbank="0" lbank="0" prog="102" /> + <Patch name="A 103" hbank="0" lbank="0" prog="103" /> + <Patch name="A 104" hbank="0" lbank="0" prog="104" /> + <Patch name="A 105" hbank="0" lbank="0" prog="105" /> + <Patch name="A 106" hbank="0" lbank="0" prog="106" /> + <Patch name="A 107" hbank="0" lbank="0" prog="107" /> + <Patch name="A 108" hbank="0" lbank="0" prog="108" /> + <Patch name="A 109" hbank="0" lbank="0" prog="109" /> + <Patch name="A 110" hbank="0" lbank="0" prog="110" /> + <Patch name="A 111" hbank="0" lbank="0" prog="111" /> + <Patch name="A 112" hbank="0" lbank="0" prog="112" /> + <Patch name="A 113" hbank="0" lbank="0" prog="113" /> + <Patch name="A 114" hbank="0" lbank="0" prog="114" /> + <Patch name="A 115" hbank="0" lbank="0" prog="115" /> + <Patch name="A 116" hbank="0" lbank="0" prog="116" /> + <Patch name="A 117" hbank="0" lbank="0" prog="117" /> + <Patch name="A 118" hbank="0" lbank="0" prog="118" /> + <Patch name="A 119" hbank="0" lbank="0" prog="119" /> + <Patch name="A 120" hbank="0" lbank="0" prog="120" /> + <Patch name="A 121" hbank="0" lbank="0" prog="121" /> + <Patch name="A 122" hbank="0" lbank="0" prog="122" /> + <Patch name="A 123" hbank="0" lbank="0" prog="123" /> + <Patch name="A 124" hbank="0" lbank="0" prog="124" /> + <Patch name="A 125" hbank="0" lbank="0" prog="125" /> + <Patch name="A 126" hbank="0" lbank="0" prog="126" /> + <Patch name="A 127" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank B"> + <Patch name="B 000" hbank="0" lbank="1" prog="0" /> + <Patch name="B 001" hbank="0" lbank="1" prog="1" /> + <Patch name="B 002" hbank="0" lbank="1" prog="2" /> + <Patch name="B 003" hbank="0" lbank="1" prog="3" /> + <Patch name="B 004" hbank="0" lbank="1" prog="4" /> + <Patch name="B 005" hbank="0" lbank="1" prog="5" /> + <Patch name="B 006" hbank="0" lbank="1" prog="6" /> + <Patch name="B 007" hbank="0" lbank="1" prog="7" /> + <Patch name="B 008" hbank="0" lbank="1" prog="8" /> + <Patch name="B 009" hbank="0" lbank="1" prog="9" /> + <Patch name="B 010" hbank="0" lbank="1" prog="10" /> + <Patch name="B 011" hbank="0" lbank="1" prog="11" /> + <Patch name="B 012" hbank="0" lbank="1" prog="12" /> + <Patch name="B 013" hbank="0" lbank="1" prog="13" /> + <Patch name="B 014" hbank="0" lbank="1" prog="14" /> + <Patch name="B 015" hbank="0" lbank="1" prog="15" /> + <Patch name="B 016" hbank="0" lbank="1" prog="16" /> + <Patch name="B 017" hbank="0" lbank="1" prog="17" /> + <Patch name="B 018" hbank="0" lbank="1" prog="18" /> + <Patch name="B 019" hbank="0" lbank="1" prog="19" /> + <Patch name="B 020" hbank="0" lbank="1" prog="20" /> + <Patch name="B 021" hbank="0" lbank="1" prog="21" /> + <Patch name="B 022" hbank="0" lbank="1" prog="22" /> + <Patch name="B 023" hbank="0" lbank="1" prog="23" /> + <Patch name="B 024" hbank="0" lbank="1" prog="24" /> + <Patch name="B 025" hbank="0" lbank="1" prog="25" /> + <Patch name="B 026" hbank="0" lbank="1" prog="26" /> + <Patch name="B 027" hbank="0" lbank="1" prog="27" /> + <Patch name="B 028" hbank="0" lbank="1" prog="28" /> + <Patch name="B 029" hbank="0" lbank="1" prog="29" /> + <Patch name="B 030" hbank="0" lbank="1" prog="30" /> + <Patch name="B 031" hbank="0" lbank="1" prog="31" /> + <Patch name="B 032" hbank="0" lbank="1" prog="32" /> + <Patch name="B 033" hbank="0" lbank="1" prog="33" /> + <Patch name="B 034" hbank="0" lbank="1" prog="34" /> + <Patch name="B 035" hbank="0" lbank="1" prog="35" /> + <Patch name="B 036" hbank="0" lbank="1" prog="36" /> + <Patch name="B 037" hbank="0" lbank="1" prog="37" /> + <Patch name="B 038" hbank="0" lbank="1" prog="38" /> + <Patch name="B 039" hbank="0" lbank="1" prog="39" /> + <Patch name="B 040" hbank="0" lbank="1" prog="40" /> + <Patch name="B 041" hbank="0" lbank="1" prog="41" /> + <Patch name="B 042" hbank="0" lbank="1" prog="42" /> + <Patch name="B 043" hbank="0" lbank="1" prog="43" /> + <Patch name="B 044" hbank="0" lbank="1" prog="44" /> + <Patch name="B 045" hbank="0" lbank="1" prog="45" /> + <Patch name="B 046" hbank="0" lbank="1" prog="46" /> + <Patch name="B 047" hbank="0" lbank="1" prog="47" /> + <Patch name="B 048" hbank="0" lbank="1" prog="48" /> + <Patch name="B 049" hbank="0" lbank="1" prog="49" /> + <Patch name="B 050" hbank="0" lbank="1" prog="50" /> + <Patch name="B 051" hbank="0" lbank="1" prog="51" /> + <Patch name="B 052" hbank="0" lbank="1" prog="52" /> + <Patch name="B 053" hbank="0" lbank="1" prog="53" /> + <Patch name="B 054" hbank="0" lbank="1" prog="54" /> + <Patch name="B 055" hbank="0" lbank="1" prog="55" /> + <Patch name="B 056" hbank="0" lbank="1" prog="56" /> + <Patch name="B 057" hbank="0" lbank="1" prog="57" /> + <Patch name="B 058" hbank="0" lbank="1" prog="58" /> + <Patch name="B 059" hbank="0" lbank="1" prog="59" /> + <Patch name="B 060" hbank="0" lbank="1" prog="60" /> + <Patch name="B 061" hbank="0" lbank="1" prog="61" /> + <Patch name="B 062" hbank="0" lbank="1" prog="62" /> + <Patch name="B 063" hbank="0" lbank="1" prog="63" /> + <Patch name="B 064" hbank="0" lbank="1" prog="64" /> + <Patch name="B 065" hbank="0" lbank="1" prog="65" /> + <Patch name="B 066" hbank="0" lbank="1" prog="66" /> + <Patch name="B 067" hbank="0" lbank="1" prog="67" /> + <Patch name="B 068" hbank="0" lbank="1" prog="68" /> + <Patch name="B 069" hbank="0" lbank="1" prog="69" /> + <Patch name="B 070" hbank="0" lbank="1" prog="70" /> + <Patch name="B 071" hbank="0" lbank="1" prog="71" /> + <Patch name="B 072" hbank="0" lbank="1" prog="72" /> + <Patch name="B 073" hbank="0" lbank="1" prog="73" /> + <Patch name="B 074" hbank="0" lbank="1" prog="74" /> + <Patch name="B 075" hbank="0" lbank="1" prog="75" /> + <Patch name="B 076" hbank="0" lbank="1" prog="76" /> + <Patch name="B 077" hbank="0" lbank="1" prog="77" /> + <Patch name="B 078" hbank="0" lbank="1" prog="78" /> + <Patch name="B 079" hbank="0" lbank="1" prog="79" /> + <Patch name="B 080" hbank="0" lbank="1" prog="80" /> + <Patch name="B 081" hbank="0" lbank="1" prog="81" /> + <Patch name="B 082" hbank="0" lbank="1" prog="82" /> + <Patch name="B 083" hbank="0" lbank="1" prog="83" /> + <Patch name="B 084" hbank="0" lbank="1" prog="84" /> + <Patch name="B 085" hbank="0" lbank="1" prog="85" /> + <Patch name="B 086" hbank="0" lbank="1" prog="86" /> + <Patch name="B 087" hbank="0" lbank="1" prog="87" /> + <Patch name="B 088" hbank="0" lbank="1" prog="88" /> + <Patch name="B 089" hbank="0" lbank="1" prog="89" /> + <Patch name="B 090" hbank="0" lbank="1" prog="90" /> + <Patch name="B 091" hbank="0" lbank="1" prog="91" /> + <Patch name="B 092" hbank="0" lbank="1" prog="92" /> + <Patch name="B 093" hbank="0" lbank="1" prog="93" /> + <Patch name="B 094" hbank="0" lbank="1" prog="94" /> + <Patch name="B 095" hbank="0" lbank="1" prog="95" /> + <Patch name="B 096" hbank="0" lbank="1" prog="96" /> + <Patch name="B 097" hbank="0" lbank="1" prog="97" /> + <Patch name="B 098" hbank="0" lbank="1" prog="98" /> + <Patch name="B 099" hbank="0" lbank="1" prog="99" /> + <Patch name="B 100" hbank="0" lbank="1" prog="100" /> + <Patch name="B 101" hbank="0" lbank="1" prog="101" /> + <Patch name="B 102" hbank="0" lbank="1" prog="102" /> + <Patch name="B 103" hbank="0" lbank="1" prog="103" /> + <Patch name="B 104" hbank="0" lbank="1" prog="104" /> + <Patch name="B 105" hbank="0" lbank="1" prog="105" /> + <Patch name="B 106" hbank="0" lbank="1" prog="106" /> + <Patch name="B 107" hbank="0" lbank="1" prog="107" /> + <Patch name="B 108" hbank="0" lbank="1" prog="108" /> + <Patch name="B 109" hbank="0" lbank="1" prog="109" /> + <Patch name="B 110" hbank="0" lbank="1" prog="110" /> + <Patch name="B 111" hbank="0" lbank="1" prog="111" /> + <Patch name="B 112" hbank="0" lbank="1" prog="112" /> + <Patch name="B 113" hbank="0" lbank="1" prog="113" /> + <Patch name="B 114" hbank="0" lbank="1" prog="114" /> + <Patch name="B 115" hbank="0" lbank="1" prog="115" /> + <Patch name="B 116" hbank="0" lbank="1" prog="116" /> + <Patch name="B 117" hbank="0" lbank="1" prog="117" /> + <Patch name="B 118" hbank="0" lbank="1" prog="118" /> + <Patch name="B 119" hbank="0" lbank="1" prog="119" /> + <Patch name="B 120" hbank="0" lbank="1" prog="120" /> + <Patch name="B 121" hbank="0" lbank="1" prog="121" /> + <Patch name="B 122" hbank="0" lbank="1" prog="122" /> + <Patch name="B 123" hbank="0" lbank="1" prog="123" /> + <Patch name="B 124" hbank="0" lbank="1" prog="124" /> + <Patch name="B 125" hbank="0" lbank="1" prog="125" /> + <Patch name="B 126" hbank="0" lbank="1" prog="126" /> + <Patch name="B 127" hbank="0" lbank="1" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank C"> + <Patch name="C 000" hbank="0" lbank="2" prog="0" /> + <Patch name="C 001" hbank="0" lbank="2" prog="1" /> + <Patch name="C 002" hbank="0" lbank="2" prog="2" /> + <Patch name="C 003" hbank="0" lbank="2" prog="3" /> + <Patch name="C 004" hbank="0" lbank="2" prog="4" /> + <Patch name="C 005" hbank="0" lbank="2" prog="5" /> + <Patch name="C 006" hbank="0" lbank="2" prog="6" /> + <Patch name="C 007" hbank="0" lbank="2" prog="7" /> + <Patch name="C 008" hbank="0" lbank="2" prog="8" /> + <Patch name="C 009" hbank="0" lbank="2" prog="9" /> + <Patch name="C 010" hbank="0" lbank="2" prog="10" /> + <Patch name="C 011" hbank="0" lbank="2" prog="11" /> + <Patch name="C 012" hbank="0" lbank="2" prog="12" /> + <Patch name="C 013" hbank="0" lbank="2" prog="13" /> + <Patch name="C 014" hbank="0" lbank="2" prog="14" /> + <Patch name="C 015" hbank="0" lbank="2" prog="15" /> + <Patch name="C 016" hbank="0" lbank="2" prog="16" /> + <Patch name="C 017" hbank="0" lbank="2" prog="17" /> + <Patch name="C 018" hbank="0" lbank="2" prog="18" /> + <Patch name="C 019" hbank="0" lbank="2" prog="19" /> + <Patch name="C 020" hbank="0" lbank="2" prog="20" /> + <Patch name="C 021" hbank="0" lbank="2" prog="21" /> + <Patch name="C 022" hbank="0" lbank="2" prog="22" /> + <Patch name="C 023" hbank="0" lbank="2" prog="23" /> + <Patch name="C 024" hbank="0" lbank="2" prog="24" /> + <Patch name="C 025" hbank="0" lbank="2" prog="25" /> + <Patch name="C 026" hbank="0" lbank="2" prog="26" /> + <Patch name="C 027" hbank="0" lbank="2" prog="27" /> + <Patch name="C 028" hbank="0" lbank="2" prog="28" /> + <Patch name="C 029" hbank="0" lbank="2" prog="29" /> + <Patch name="C 030" hbank="0" lbank="2" prog="30" /> + <Patch name="C 031" hbank="0" lbank="2" prog="31" /> + <Patch name="C 032" hbank="0" lbank="2" prog="32" /> + <Patch name="C 033" hbank="0" lbank="2" prog="33" /> + <Patch name="C 034" hbank="0" lbank="2" prog="34" /> + <Patch name="C 035" hbank="0" lbank="2" prog="35" /> + <Patch name="C 036" hbank="0" lbank="2" prog="36" /> + <Patch name="C 037" hbank="0" lbank="2" prog="37" /> + <Patch name="C 038" hbank="0" lbank="2" prog="38" /> + <Patch name="C 039" hbank="0" lbank="2" prog="39" /> + <Patch name="C 040" hbank="0" lbank="2" prog="40" /> + <Patch name="C 041" hbank="0" lbank="2" prog="41" /> + <Patch name="C 042" hbank="0" lbank="2" prog="42" /> + <Patch name="C 043" hbank="0" lbank="2" prog="43" /> + <Patch name="C 044" hbank="0" lbank="2" prog="44" /> + <Patch name="C 045" hbank="0" lbank="2" prog="45" /> + <Patch name="C 046" hbank="0" lbank="2" prog="46" /> + <Patch name="C 047" hbank="0" lbank="2" prog="47" /> + <Patch name="C 048" hbank="0" lbank="2" prog="48" /> + <Patch name="C 049" hbank="0" lbank="2" prog="49" /> + <Patch name="C 050" hbank="0" lbank="2" prog="50" /> + <Patch name="C 051" hbank="0" lbank="2" prog="51" /> + <Patch name="C 052" hbank="0" lbank="2" prog="52" /> + <Patch name="C 053" hbank="0" lbank="2" prog="53" /> + <Patch name="C 054" hbank="0" lbank="2" prog="54" /> + <Patch name="C 055" hbank="0" lbank="2" prog="55" /> + <Patch name="C 056" hbank="0" lbank="2" prog="56" /> + <Patch name="C 057" hbank="0" lbank="2" prog="57" /> + <Patch name="C 058" hbank="0" lbank="2" prog="58" /> + <Patch name="C 059" hbank="0" lbank="2" prog="59" /> + <Patch name="C 060" hbank="0" lbank="2" prog="60" /> + <Patch name="C 061" hbank="0" lbank="2" prog="61" /> + <Patch name="C 062" hbank="0" lbank="2" prog="62" /> + <Patch name="C 063" hbank="0" lbank="2" prog="63" /> + <Patch name="C 064" hbank="0" lbank="2" prog="64" /> + <Patch name="C 065" hbank="0" lbank="2" prog="65" /> + <Patch name="C 066" hbank="0" lbank="2" prog="66" /> + <Patch name="C 067" hbank="0" lbank="2" prog="67" /> + <Patch name="C 068" hbank="0" lbank="2" prog="68" /> + <Patch name="C 069" hbank="0" lbank="2" prog="69" /> + <Patch name="C 070" hbank="0" lbank="2" prog="70" /> + <Patch name="C 071" hbank="0" lbank="2" prog="71" /> + <Patch name="C 072" hbank="0" lbank="2" prog="72" /> + <Patch name="C 073" hbank="0" lbank="2" prog="73" /> + <Patch name="C 074" hbank="0" lbank="2" prog="74" /> + <Patch name="C 075" hbank="0" lbank="2" prog="75" /> + <Patch name="C 076" hbank="0" lbank="2" prog="76" /> + <Patch name="C 077" hbank="0" lbank="2" prog="77" /> + <Patch name="C 078" hbank="0" lbank="2" prog="78" /> + <Patch name="C 079" hbank="0" lbank="2" prog="79" /> + <Patch name="C 080" hbank="0" lbank="2" prog="80" /> + <Patch name="C 081" hbank="0" lbank="2" prog="81" /> + <Patch name="C 082" hbank="0" lbank="2" prog="82" /> + <Patch name="C 083" hbank="0" lbank="2" prog="83" /> + <Patch name="C 084" hbank="0" lbank="2" prog="84" /> + <Patch name="C 085" hbank="0" lbank="2" prog="85" /> + <Patch name="C 086" hbank="0" lbank="2" prog="86" /> + <Patch name="C 087" hbank="0" lbank="2" prog="87" /> + <Patch name="C 088" hbank="0" lbank="2" prog="88" /> + <Patch name="C 089" hbank="0" lbank="2" prog="89" /> + <Patch name="C 090" hbank="0" lbank="2" prog="90" /> + <Patch name="C 091" hbank="0" lbank="2" prog="91" /> + <Patch name="C 092" hbank="0" lbank="2" prog="92" /> + <Patch name="C 093" hbank="0" lbank="2" prog="93" /> + <Patch name="C 094" hbank="0" lbank="2" prog="94" /> + <Patch name="C 095" hbank="0" lbank="2" prog="95" /> + <Patch name="C 096" hbank="0" lbank="2" prog="96" /> + <Patch name="C 097" hbank="0" lbank="2" prog="97" /> + <Patch name="C 098" hbank="0" lbank="2" prog="98" /> + <Patch name="C 099" hbank="0" lbank="2" prog="99" /> + <Patch name="C 100" hbank="0" lbank="2" prog="100" /> + <Patch name="C 101" hbank="0" lbank="2" prog="101" /> + <Patch name="C 102" hbank="0" lbank="2" prog="102" /> + <Patch name="C 103" hbank="0" lbank="2" prog="103" /> + <Patch name="C 104" hbank="0" lbank="2" prog="104" /> + <Patch name="C 105" hbank="0" lbank="2" prog="105" /> + <Patch name="C 106" hbank="0" lbank="2" prog="106" /> + <Patch name="C 107" hbank="0" lbank="2" prog="107" /> + <Patch name="C 108" hbank="0" lbank="2" prog="108" /> + <Patch name="C 109" hbank="0" lbank="2" prog="109" /> + <Patch name="C 110" hbank="0" lbank="2" prog="110" /> + <Patch name="C 111" hbank="0" lbank="2" prog="111" /> + <Patch name="C 112" hbank="0" lbank="2" prog="112" /> + <Patch name="C 113" hbank="0" lbank="2" prog="113" /> + <Patch name="C 114" hbank="0" lbank="2" prog="114" /> + <Patch name="C 115" hbank="0" lbank="2" prog="115" /> + <Patch name="C 116" hbank="0" lbank="2" prog="116" /> + <Patch name="C 117" hbank="0" lbank="2" prog="117" /> + <Patch name="C 118" hbank="0" lbank="2" prog="118" /> + <Patch name="C 119" hbank="0" lbank="2" prog="119" /> + <Patch name="C 120" hbank="0" lbank="2" prog="120" /> + <Patch name="C 121" hbank="0" lbank="2" prog="121" /> + <Patch name="C 122" hbank="0" lbank="2" prog="122" /> + <Patch name="C 123" hbank="0" lbank="2" prog="123" /> + <Patch name="C 124" hbank="0" lbank="2" prog="124" /> + <Patch name="C 125" hbank="0" lbank="2" prog="125" /> + <Patch name="C 126" hbank="0" lbank="2" prog="126" /> + <Patch name="C 127" hbank="0" lbank="2" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank D"> + <Patch name="D 000" hbank="0" lbank="3" prog="0" /> + <Patch name="D 001" hbank="0" lbank="3" prog="1" /> + <Patch name="D 002" hbank="0" lbank="3" prog="2" /> + <Patch name="D 003" hbank="0" lbank="3" prog="3" /> + <Patch name="D 004" hbank="0" lbank="3" prog="4" /> + <Patch name="D 005" hbank="0" lbank="3" prog="5" /> + <Patch name="D 006" hbank="0" lbank="3" prog="6" /> + <Patch name="D 007" hbank="0" lbank="3" prog="7" /> + <Patch name="D 008" hbank="0" lbank="3" prog="8" /> + <Patch name="D 009" hbank="0" lbank="3" prog="9" /> + <Patch name="D 010" hbank="0" lbank="3" prog="10" /> + <Patch name="D 011" hbank="0" lbank="3" prog="11" /> + <Patch name="D 012" hbank="0" lbank="3" prog="12" /> + <Patch name="D 013" hbank="0" lbank="3" prog="13" /> + <Patch name="D 014" hbank="0" lbank="3" prog="14" /> + <Patch name="D 015" hbank="0" lbank="3" prog="15" /> + <Patch name="D 016" hbank="0" lbank="3" prog="16" /> + <Patch name="D 017" hbank="0" lbank="3" prog="17" /> + <Patch name="D 018" hbank="0" lbank="3" prog="18" /> + <Patch name="D 019" hbank="0" lbank="3" prog="19" /> + <Patch name="D 020" hbank="0" lbank="3" prog="20" /> + <Patch name="D 021" hbank="0" lbank="3" prog="21" /> + <Patch name="D 022" hbank="0" lbank="3" prog="22" /> + <Patch name="D 023" hbank="0" lbank="3" prog="23" /> + <Patch name="D 024" hbank="0" lbank="3" prog="24" /> + <Patch name="D 025" hbank="0" lbank="3" prog="25" /> + <Patch name="D 026" hbank="0" lbank="3" prog="26" /> + <Patch name="D 027" hbank="0" lbank="3" prog="27" /> + <Patch name="D 028" hbank="0" lbank="3" prog="28" /> + <Patch name="D 029" hbank="0" lbank="3" prog="29" /> + <Patch name="D 030" hbank="0" lbank="3" prog="30" /> + <Patch name="D 031" hbank="0" lbank="3" prog="31" /> + <Patch name="D 032" hbank="0" lbank="3" prog="32" /> + <Patch name="D 033" hbank="0" lbank="3" prog="33" /> + <Patch name="D 034" hbank="0" lbank="3" prog="34" /> + <Patch name="D 035" hbank="0" lbank="3" prog="35" /> + <Patch name="D 036" hbank="0" lbank="3" prog="36" /> + <Patch name="D 037" hbank="0" lbank="3" prog="37" /> + <Patch name="D 038" hbank="0" lbank="3" prog="38" /> + <Patch name="D 039" hbank="0" lbank="3" prog="39" /> + <Patch name="D 040" hbank="0" lbank="3" prog="40" /> + <Patch name="D 041" hbank="0" lbank="3" prog="41" /> + <Patch name="D 042" hbank="0" lbank="3" prog="42" /> + <Patch name="D 043" hbank="0" lbank="3" prog="43" /> + <Patch name="D 044" hbank="0" lbank="3" prog="44" /> + <Patch name="D 045" hbank="0" lbank="3" prog="45" /> + <Patch name="D 046" hbank="0" lbank="3" prog="46" /> + <Patch name="D 047" hbank="0" lbank="3" prog="47" /> + <Patch name="D 048" hbank="0" lbank="3" prog="48" /> + <Patch name="D 049" hbank="0" lbank="3" prog="49" /> + <Patch name="D 050" hbank="0" lbank="3" prog="50" /> + <Patch name="D 051" hbank="0" lbank="3" prog="51" /> + <Patch name="D 052" hbank="0" lbank="3" prog="52" /> + <Patch name="D 053" hbank="0" lbank="3" prog="53" /> + <Patch name="D 054" hbank="0" lbank="3" prog="54" /> + <Patch name="D 055" hbank="0" lbank="3" prog="55" /> + <Patch name="D 056" hbank="0" lbank="3" prog="56" /> + <Patch name="D 057" hbank="0" lbank="3" prog="57" /> + <Patch name="D 058" hbank="0" lbank="3" prog="58" /> + <Patch name="D 059" hbank="0" lbank="3" prog="59" /> + <Patch name="D 060" hbank="0" lbank="3" prog="60" /> + <Patch name="D 061" hbank="0" lbank="3" prog="61" /> + <Patch name="D 062" hbank="0" lbank="3" prog="62" /> + <Patch name="D 063" hbank="0" lbank="3" prog="63" /> + <Patch name="D 064" hbank="0" lbank="3" prog="64" /> + <Patch name="D 065" hbank="0" lbank="3" prog="65" /> + <Patch name="D 066" hbank="0" lbank="3" prog="66" /> + <Patch name="D 067" hbank="0" lbank="3" prog="67" /> + <Patch name="D 068" hbank="0" lbank="3" prog="68" /> + <Patch name="D 069" hbank="0" lbank="3" prog="69" /> + <Patch name="D 070" hbank="0" lbank="3" prog="70" /> + <Patch name="D 071" hbank="0" lbank="3" prog="71" /> + <Patch name="D 072" hbank="0" lbank="3" prog="72" /> + <Patch name="D 073" hbank="0" lbank="3" prog="73" /> + <Patch name="D 074" hbank="0" lbank="3" prog="74" /> + <Patch name="D 075" hbank="0" lbank="3" prog="75" /> + <Patch name="D 076" hbank="0" lbank="3" prog="76" /> + <Patch name="D 077" hbank="0" lbank="3" prog="77" /> + <Patch name="D 078" hbank="0" lbank="3" prog="78" /> + <Patch name="D 079" hbank="0" lbank="3" prog="79" /> + <Patch name="D 080" hbank="0" lbank="3" prog="80" /> + <Patch name="D 081" hbank="0" lbank="3" prog="81" /> + <Patch name="D 082" hbank="0" lbank="3" prog="82" /> + <Patch name="D 083" hbank="0" lbank="3" prog="83" /> + <Patch name="D 084" hbank="0" lbank="3" prog="84" /> + <Patch name="D 085" hbank="0" lbank="3" prog="85" /> + <Patch name="D 086" hbank="0" lbank="3" prog="86" /> + <Patch name="D 087" hbank="0" lbank="3" prog="87" /> + <Patch name="D 088" hbank="0" lbank="3" prog="88" /> + <Patch name="D 089" hbank="0" lbank="3" prog="89" /> + <Patch name="D 090" hbank="0" lbank="3" prog="90" /> + <Patch name="D 091" hbank="0" lbank="3" prog="91" /> + <Patch name="D 092" hbank="0" lbank="3" prog="92" /> + <Patch name="D 093" hbank="0" lbank="3" prog="93" /> + <Patch name="D 094" hbank="0" lbank="3" prog="94" /> + <Patch name="D 095" hbank="0" lbank="3" prog="95" /> + <Patch name="D 096" hbank="0" lbank="3" prog="96" /> + <Patch name="D 097" hbank="0" lbank="3" prog="97" /> + <Patch name="D 098" hbank="0" lbank="3" prog="98" /> + <Patch name="D 099" hbank="0" lbank="3" prog="99" /> + <Patch name="D 100" hbank="0" lbank="3" prog="100" /> + <Patch name="D 101" hbank="0" lbank="3" prog="101" /> + <Patch name="D 102" hbank="0" lbank="3" prog="102" /> + <Patch name="D 103" hbank="0" lbank="3" prog="103" /> + <Patch name="D 104" hbank="0" lbank="3" prog="104" /> + <Patch name="D 105" hbank="0" lbank="3" prog="105" /> + <Patch name="D 106" hbank="0" lbank="3" prog="106" /> + <Patch name="D 107" hbank="0" lbank="3" prog="107" /> + <Patch name="D 108" hbank="0" lbank="3" prog="108" /> + <Patch name="D 109" hbank="0" lbank="3" prog="109" /> + <Patch name="D 110" hbank="0" lbank="3" prog="110" /> + <Patch name="D 111" hbank="0" lbank="3" prog="111" /> + <Patch name="D 112" hbank="0" lbank="3" prog="112" /> + <Patch name="D 113" hbank="0" lbank="3" prog="113" /> + <Patch name="D 114" hbank="0" lbank="3" prog="114" /> + <Patch name="D 115" hbank="0" lbank="3" prog="115" /> + <Patch name="D 116" hbank="0" lbank="3" prog="116" /> + <Patch name="D 117" hbank="0" lbank="3" prog="117" /> + <Patch name="D 118" hbank="0" lbank="3" prog="118" /> + <Patch name="D 119" hbank="0" lbank="3" prog="119" /> + <Patch name="D 120" hbank="0" lbank="3" prog="120" /> + <Patch name="D 121" hbank="0" lbank="3" prog="121" /> + <Patch name="D 122" hbank="0" lbank="3" prog="122" /> + <Patch name="D 123" hbank="0" lbank="3" prog="123" /> + <Patch name="D 124" hbank="0" lbank="3" prog="124" /> + <Patch name="D 125" hbank="0" lbank="3" prog="125" /> + <Patch name="D 126" hbank="0" lbank="3" prog="126" /> + <Patch name="D 127" hbank="0" lbank="3" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank E"> + <Patch name="E 000" hbank="0" lbank="4" prog="0" /> + <Patch name="E 001" hbank="0" lbank="4" prog="1" /> + <Patch name="E 002" hbank="0" lbank="4" prog="2" /> + <Patch name="E 003" hbank="0" lbank="4" prog="3" /> + <Patch name="E 004" hbank="0" lbank="4" prog="4" /> + <Patch name="E 005" hbank="0" lbank="4" prog="5" /> + <Patch name="E 006" hbank="0" lbank="4" prog="6" /> + <Patch name="E 007" hbank="0" lbank="4" prog="7" /> + <Patch name="E 008" hbank="0" lbank="4" prog="8" /> + <Patch name="E 009" hbank="0" lbank="4" prog="9" /> + <Patch name="E 010" hbank="0" lbank="4" prog="10" /> + <Patch name="E 011" hbank="0" lbank="4" prog="11" /> + <Patch name="E 012" hbank="0" lbank="4" prog="12" /> + <Patch name="E 013" hbank="0" lbank="4" prog="13" /> + <Patch name="E 014" hbank="0" lbank="4" prog="14" /> + <Patch name="E 015" hbank="0" lbank="4" prog="15" /> + <Patch name="E 016" hbank="0" lbank="4" prog="16" /> + <Patch name="E 017" hbank="0" lbank="4" prog="17" /> + <Patch name="E 018" hbank="0" lbank="4" prog="18" /> + <Patch name="E 019" hbank="0" lbank="4" prog="19" /> + <Patch name="E 020" hbank="0" lbank="4" prog="20" /> + <Patch name="E 021" hbank="0" lbank="4" prog="21" /> + <Patch name="E 022" hbank="0" lbank="4" prog="22" /> + <Patch name="E 023" hbank="0" lbank="4" prog="23" /> + <Patch name="E 024" hbank="0" lbank="4" prog="24" /> + <Patch name="E 025" hbank="0" lbank="4" prog="25" /> + <Patch name="E 026" hbank="0" lbank="4" prog="26" /> + <Patch name="E 027" hbank="0" lbank="4" prog="27" /> + <Patch name="E 028" hbank="0" lbank="4" prog="28" /> + <Patch name="E 029" hbank="0" lbank="4" prog="29" /> + <Patch name="E 030" hbank="0" lbank="4" prog="30" /> + <Patch name="E 031" hbank="0" lbank="4" prog="31" /> + <Patch name="E 032" hbank="0" lbank="4" prog="32" /> + <Patch name="E 033" hbank="0" lbank="4" prog="33" /> + <Patch name="E 034" hbank="0" lbank="4" prog="34" /> + <Patch name="E 035" hbank="0" lbank="4" prog="35" /> + <Patch name="E 036" hbank="0" lbank="4" prog="36" /> + <Patch name="E 037" hbank="0" lbank="4" prog="37" /> + <Patch name="E 038" hbank="0" lbank="4" prog="38" /> + <Patch name="E 039" hbank="0" lbank="4" prog="39" /> + <Patch name="E 040" hbank="0" lbank="4" prog="40" /> + <Patch name="E 041" hbank="0" lbank="4" prog="41" /> + <Patch name="E 042" hbank="0" lbank="4" prog="42" /> + <Patch name="E 043" hbank="0" lbank="4" prog="43" /> + <Patch name="E 044" hbank="0" lbank="4" prog="44" /> + <Patch name="E 045" hbank="0" lbank="4" prog="45" /> + <Patch name="E 046" hbank="0" lbank="4" prog="46" /> + <Patch name="E 047" hbank="0" lbank="4" prog="47" /> + <Patch name="E 048" hbank="0" lbank="4" prog="48" /> + <Patch name="E 049" hbank="0" lbank="4" prog="49" /> + <Patch name="E 050" hbank="0" lbank="4" prog="50" /> + <Patch name="E 051" hbank="0" lbank="4" prog="51" /> + <Patch name="E 052" hbank="0" lbank="4" prog="52" /> + <Patch name="E 053" hbank="0" lbank="4" prog="53" /> + <Patch name="E 054" hbank="0" lbank="4" prog="54" /> + <Patch name="E 055" hbank="0" lbank="4" prog="55" /> + <Patch name="E 056" hbank="0" lbank="4" prog="56" /> + <Patch name="E 057" hbank="0" lbank="4" prog="57" /> + <Patch name="E 058" hbank="0" lbank="4" prog="58" /> + <Patch name="E 059" hbank="0" lbank="4" prog="59" /> + <Patch name="E 060" hbank="0" lbank="4" prog="60" /> + <Patch name="E 061" hbank="0" lbank="4" prog="61" /> + <Patch name="E 062" hbank="0" lbank="4" prog="62" /> + <Patch name="E 063" hbank="0" lbank="4" prog="63" /> + <Patch name="E 064" hbank="0" lbank="4" prog="64" /> + <Patch name="E 065" hbank="0" lbank="4" prog="65" /> + <Patch name="E 066" hbank="0" lbank="4" prog="66" /> + <Patch name="E 067" hbank="0" lbank="4" prog="67" /> + <Patch name="E 068" hbank="0" lbank="4" prog="68" /> + <Patch name="E 069" hbank="0" lbank="4" prog="69" /> + <Patch name="E 070" hbank="0" lbank="4" prog="70" /> + <Patch name="E 071" hbank="0" lbank="4" prog="71" /> + <Patch name="E 072" hbank="0" lbank="4" prog="72" /> + <Patch name="E 073" hbank="0" lbank="4" prog="73" /> + <Patch name="E 074" hbank="0" lbank="4" prog="74" /> + <Patch name="E 075" hbank="0" lbank="4" prog="75" /> + <Patch name="E 076" hbank="0" lbank="4" prog="76" /> + <Patch name="E 077" hbank="0" lbank="4" prog="77" /> + <Patch name="E 078" hbank="0" lbank="4" prog="78" /> + <Patch name="E 079" hbank="0" lbank="4" prog="79" /> + <Patch name="E 080" hbank="0" lbank="4" prog="80" /> + <Patch name="E 081" hbank="0" lbank="4" prog="81" /> + <Patch name="E 082" hbank="0" lbank="4" prog="82" /> + <Patch name="E 083" hbank="0" lbank="4" prog="83" /> + <Patch name="E 084" hbank="0" lbank="4" prog="84" /> + <Patch name="E 085" hbank="0" lbank="4" prog="85" /> + <Patch name="E 086" hbank="0" lbank="4" prog="86" /> + <Patch name="E 087" hbank="0" lbank="4" prog="87" /> + <Patch name="E 088" hbank="0" lbank="4" prog="88" /> + <Patch name="E 089" hbank="0" lbank="4" prog="89" /> + <Patch name="E 090" hbank="0" lbank="4" prog="90" /> + <Patch name="E 091" hbank="0" lbank="4" prog="91" /> + <Patch name="E 092" hbank="0" lbank="4" prog="92" /> + <Patch name="E 093" hbank="0" lbank="4" prog="93" /> + <Patch name="E 094" hbank="0" lbank="4" prog="94" /> + <Patch name="E 095" hbank="0" lbank="4" prog="95" /> + <Patch name="E 096" hbank="0" lbank="4" prog="96" /> + <Patch name="E 097" hbank="0" lbank="4" prog="97" /> + <Patch name="E 098" hbank="0" lbank="4" prog="98" /> + <Patch name="E 099" hbank="0" lbank="4" prog="99" /> + <Patch name="E 100" hbank="0" lbank="4" prog="100" /> + <Patch name="E 101" hbank="0" lbank="4" prog="101" /> + <Patch name="E 102" hbank="0" lbank="4" prog="102" /> + <Patch name="E 103" hbank="0" lbank="4" prog="103" /> + <Patch name="E 104" hbank="0" lbank="4" prog="104" /> + <Patch name="E 105" hbank="0" lbank="4" prog="105" /> + <Patch name="E 106" hbank="0" lbank="4" prog="106" /> + <Patch name="E 107" hbank="0" lbank="4" prog="107" /> + <Patch name="E 108" hbank="0" lbank="4" prog="108" /> + <Patch name="E 109" hbank="0" lbank="4" prog="109" /> + <Patch name="E 110" hbank="0" lbank="4" prog="110" /> + <Patch name="E 111" hbank="0" lbank="4" prog="111" /> + <Patch name="E 112" hbank="0" lbank="4" prog="112" /> + <Patch name="E 113" hbank="0" lbank="4" prog="113" /> + <Patch name="E 114" hbank="0" lbank="4" prog="114" /> + <Patch name="E 115" hbank="0" lbank="4" prog="115" /> + <Patch name="E 116" hbank="0" lbank="4" prog="116" /> + <Patch name="E 117" hbank="0" lbank="4" prog="117" /> + <Patch name="E 118" hbank="0" lbank="4" prog="118" /> + <Patch name="E 119" hbank="0" lbank="4" prog="119" /> + <Patch name="E 120" hbank="0" lbank="4" prog="120" /> + <Patch name="E 121" hbank="0" lbank="4" prog="121" /> + <Patch name="E 122" hbank="0" lbank="4" prog="122" /> + <Patch name="E 123" hbank="0" lbank="4" prog="123" /> + <Patch name="E 124" hbank="0" lbank="4" prog="124" /> + <Patch name="E 125" hbank="0" lbank="4" prog="125" /> + <Patch name="E 126" hbank="0" lbank="4" prog="126" /> + <Patch name="E 127" hbank="0" lbank="4" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank F"> + <Patch name="F 000" hbank="0" lbank="5" prog="0" /> + <Patch name="F 001" hbank="0" lbank="5" prog="1" /> + <Patch name="F 002" hbank="0" lbank="5" prog="2" /> + <Patch name="F 003" hbank="0" lbank="5" prog="3" /> + <Patch name="F 004" hbank="0" lbank="5" prog="4" /> + <Patch name="F 005" hbank="0" lbank="5" prog="5" /> + <Patch name="F 006" hbank="0" lbank="5" prog="6" /> + <Patch name="F 007" hbank="0" lbank="5" prog="7" /> + <Patch name="F 008" hbank="0" lbank="5" prog="8" /> + <Patch name="F 009" hbank="0" lbank="5" prog="9" /> + <Patch name="F 010" hbank="0" lbank="5" prog="10" /> + <Patch name="F 011" hbank="0" lbank="5" prog="11" /> + <Patch name="F 012" hbank="0" lbank="5" prog="12" /> + <Patch name="F 013" hbank="0" lbank="5" prog="13" /> + <Patch name="F 014" hbank="0" lbank="5" prog="14" /> + <Patch name="F 015" hbank="0" lbank="5" prog="15" /> + <Patch name="F 016" hbank="0" lbank="5" prog="16" /> + <Patch name="F 017" hbank="0" lbank="5" prog="17" /> + <Patch name="F 018" hbank="0" lbank="5" prog="18" /> + <Patch name="F 019" hbank="0" lbank="5" prog="19" /> + <Patch name="F 020" hbank="0" lbank="5" prog="20" /> + <Patch name="F 021" hbank="0" lbank="5" prog="21" /> + <Patch name="F 022" hbank="0" lbank="5" prog="22" /> + <Patch name="F 023" hbank="0" lbank="5" prog="23" /> + <Patch name="F 024" hbank="0" lbank="5" prog="24" /> + <Patch name="F 025" hbank="0" lbank="5" prog="25" /> + <Patch name="F 026" hbank="0" lbank="5" prog="26" /> + <Patch name="F 027" hbank="0" lbank="5" prog="27" /> + <Patch name="F 028" hbank="0" lbank="5" prog="28" /> + <Patch name="F 029" hbank="0" lbank="5" prog="29" /> + <Patch name="F 030" hbank="0" lbank="5" prog="30" /> + <Patch name="F 031" hbank="0" lbank="5" prog="31" /> + <Patch name="F 032" hbank="0" lbank="5" prog="32" /> + <Patch name="F 033" hbank="0" lbank="5" prog="33" /> + <Patch name="F 034" hbank="0" lbank="5" prog="34" /> + <Patch name="F 035" hbank="0" lbank="5" prog="35" /> + <Patch name="F 036" hbank="0" lbank="5" prog="36" /> + <Patch name="F 037" hbank="0" lbank="5" prog="37" /> + <Patch name="F 038" hbank="0" lbank="5" prog="38" /> + <Patch name="F 039" hbank="0" lbank="5" prog="39" /> + <Patch name="F 040" hbank="0" lbank="5" prog="40" /> + <Patch name="F 041" hbank="0" lbank="5" prog="41" /> + <Patch name="F 042" hbank="0" lbank="5" prog="42" /> + <Patch name="F 043" hbank="0" lbank="5" prog="43" /> + <Patch name="F 044" hbank="0" lbank="5" prog="44" /> + <Patch name="F 045" hbank="0" lbank="5" prog="45" /> + <Patch name="F 046" hbank="0" lbank="5" prog="46" /> + <Patch name="F 047" hbank="0" lbank="5" prog="47" /> + <Patch name="F 048" hbank="0" lbank="5" prog="48" /> + <Patch name="F 049" hbank="0" lbank="5" prog="49" /> + <Patch name="F 050" hbank="0" lbank="5" prog="50" /> + <Patch name="F 051" hbank="0" lbank="5" prog="51" /> + <Patch name="F 052" hbank="0" lbank="5" prog="52" /> + <Patch name="F 053" hbank="0" lbank="5" prog="53" /> + <Patch name="F 054" hbank="0" lbank="5" prog="54" /> + <Patch name="F 055" hbank="0" lbank="5" prog="55" /> + <Patch name="F 056" hbank="0" lbank="5" prog="56" /> + <Patch name="F 057" hbank="0" lbank="5" prog="57" /> + <Patch name="F 058" hbank="0" lbank="5" prog="58" /> + <Patch name="F 059" hbank="0" lbank="5" prog="59" /> + <Patch name="F 060" hbank="0" lbank="5" prog="60" /> + <Patch name="F 061" hbank="0" lbank="5" prog="61" /> + <Patch name="F 062" hbank="0" lbank="5" prog="62" /> + <Patch name="F 063" hbank="0" lbank="5" prog="63" /> + <Patch name="F 064" hbank="0" lbank="5" prog="64" /> + <Patch name="F 065" hbank="0" lbank="5" prog="65" /> + <Patch name="F 066" hbank="0" lbank="5" prog="66" /> + <Patch name="F 067" hbank="0" lbank="5" prog="67" /> + <Patch name="F 068" hbank="0" lbank="5" prog="68" /> + <Patch name="F 069" hbank="0" lbank="5" prog="69" /> + <Patch name="F 070" hbank="0" lbank="5" prog="70" /> + <Patch name="F 071" hbank="0" lbank="5" prog="71" /> + <Patch name="F 072" hbank="0" lbank="5" prog="72" /> + <Patch name="F 073" hbank="0" lbank="5" prog="73" /> + <Patch name="F 074" hbank="0" lbank="5" prog="74" /> + <Patch name="F 075" hbank="0" lbank="5" prog="75" /> + <Patch name="F 076" hbank="0" lbank="5" prog="76" /> + <Patch name="F 077" hbank="0" lbank="5" prog="77" /> + <Patch name="F 078" hbank="0" lbank="5" prog="78" /> + <Patch name="F 079" hbank="0" lbank="5" prog="79" /> + <Patch name="F 080" hbank="0" lbank="5" prog="80" /> + <Patch name="F 081" hbank="0" lbank="5" prog="81" /> + <Patch name="F 082" hbank="0" lbank="5" prog="82" /> + <Patch name="F 083" hbank="0" lbank="5" prog="83" /> + <Patch name="F 084" hbank="0" lbank="5" prog="84" /> + <Patch name="F 085" hbank="0" lbank="5" prog="85" /> + <Patch name="F 086" hbank="0" lbank="5" prog="86" /> + <Patch name="F 087" hbank="0" lbank="5" prog="87" /> + <Patch name="F 088" hbank="0" lbank="5" prog="88" /> + <Patch name="F 089" hbank="0" lbank="5" prog="89" /> + <Patch name="F 090" hbank="0" lbank="5" prog="90" /> + <Patch name="F 091" hbank="0" lbank="5" prog="91" /> + <Patch name="F 092" hbank="0" lbank="5" prog="92" /> + <Patch name="F 093" hbank="0" lbank="5" prog="93" /> + <Patch name="F 094" hbank="0" lbank="5" prog="94" /> + <Patch name="F 095" hbank="0" lbank="5" prog="95" /> + <Patch name="F 096" hbank="0" lbank="5" prog="96" /> + <Patch name="F 097" hbank="0" lbank="5" prog="97" /> + <Patch name="F 098" hbank="0" lbank="5" prog="98" /> + <Patch name="F 099" hbank="0" lbank="5" prog="99" /> + <Patch name="F 100" hbank="0" lbank="5" prog="100" /> + <Patch name="F 101" hbank="0" lbank="5" prog="101" /> + <Patch name="F 102" hbank="0" lbank="5" prog="102" /> + <Patch name="F 103" hbank="0" lbank="5" prog="103" /> + <Patch name="F 104" hbank="0" lbank="5" prog="104" /> + <Patch name="F 105" hbank="0" lbank="5" prog="105" /> + <Patch name="F 106" hbank="0" lbank="5" prog="106" /> + <Patch name="F 107" hbank="0" lbank="5" prog="107" /> + <Patch name="F 108" hbank="0" lbank="5" prog="108" /> + <Patch name="F 109" hbank="0" lbank="5" prog="109" /> + <Patch name="F 110" hbank="0" lbank="5" prog="110" /> + <Patch name="F 111" hbank="0" lbank="5" prog="111" /> + <Patch name="F 112" hbank="0" lbank="5" prog="112" /> + <Patch name="F 113" hbank="0" lbank="5" prog="113" /> + <Patch name="F 114" hbank="0" lbank="5" prog="114" /> + <Patch name="F 115" hbank="0" lbank="5" prog="115" /> + <Patch name="F 116" hbank="0" lbank="5" prog="116" /> + <Patch name="F 117" hbank="0" lbank="5" prog="117" /> + <Patch name="F 118" hbank="0" lbank="5" prog="118" /> + <Patch name="F 119" hbank="0" lbank="5" prog="119" /> + <Patch name="F 120" hbank="0" lbank="5" prog="120" /> + <Patch name="F 121" hbank="0" lbank="5" prog="121" /> + <Patch name="F 122" hbank="0" lbank="5" prog="122" /> + <Patch name="F 123" hbank="0" lbank="5" prog="123" /> + <Patch name="F 124" hbank="0" lbank="5" prog="124" /> + <Patch name="F 125" hbank="0" lbank="5" prog="125" /> + <Patch name="F 126" hbank="0" lbank="5" prog="126" /> + <Patch name="F 127" hbank="0" lbank="5" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank G"> + <Patch name="G 000" hbank="0" lbank="6" prog="0" /> + <Patch name="G 001" hbank="0" lbank="6" prog="1" /> + <Patch name="G 002" hbank="0" lbank="6" prog="2" /> + <Patch name="G 003" hbank="0" lbank="6" prog="3" /> + <Patch name="G 004" hbank="0" lbank="6" prog="4" /> + <Patch name="G 005" hbank="0" lbank="6" prog="5" /> + <Patch name="G 006" hbank="0" lbank="6" prog="6" /> + <Patch name="G 007" hbank="0" lbank="6" prog="7" /> + <Patch name="G 008" hbank="0" lbank="6" prog="8" /> + <Patch name="G 009" hbank="0" lbank="6" prog="9" /> + <Patch name="G 010" hbank="0" lbank="6" prog="10" /> + <Patch name="G 011" hbank="0" lbank="6" prog="11" /> + <Patch name="G 012" hbank="0" lbank="6" prog="12" /> + <Patch name="G 013" hbank="0" lbank="6" prog="13" /> + <Patch name="G 014" hbank="0" lbank="6" prog="14" /> + <Patch name="G 015" hbank="0" lbank="6" prog="15" /> + <Patch name="G 016" hbank="0" lbank="6" prog="16" /> + <Patch name="G 017" hbank="0" lbank="6" prog="17" /> + <Patch name="G 018" hbank="0" lbank="6" prog="18" /> + <Patch name="G 019" hbank="0" lbank="6" prog="19" /> + <Patch name="G 020" hbank="0" lbank="6" prog="20" /> + <Patch name="G 021" hbank="0" lbank="6" prog="21" /> + <Patch name="G 022" hbank="0" lbank="6" prog="22" /> + <Patch name="G 023" hbank="0" lbank="6" prog="23" /> + <Patch name="G 024" hbank="0" lbank="6" prog="24" /> + <Patch name="G 025" hbank="0" lbank="6" prog="25" /> + <Patch name="G 026" hbank="0" lbank="6" prog="26" /> + <Patch name="G 027" hbank="0" lbank="6" prog="27" /> + <Patch name="G 028" hbank="0" lbank="6" prog="28" /> + <Patch name="G 029" hbank="0" lbank="6" prog="29" /> + <Patch name="G 030" hbank="0" lbank="6" prog="30" /> + <Patch name="G 031" hbank="0" lbank="6" prog="31" /> + <Patch name="G 032" hbank="0" lbank="6" prog="32" /> + <Patch name="G 033" hbank="0" lbank="6" prog="33" /> + <Patch name="G 034" hbank="0" lbank="6" prog="34" /> + <Patch name="G 035" hbank="0" lbank="6" prog="35" /> + <Patch name="G 036" hbank="0" lbank="6" prog="36" /> + <Patch name="G 037" hbank="0" lbank="6" prog="37" /> + <Patch name="G 038" hbank="0" lbank="6" prog="38" /> + <Patch name="G 039" hbank="0" lbank="6" prog="39" /> + <Patch name="G 040" hbank="0" lbank="6" prog="40" /> + <Patch name="G 041" hbank="0" lbank="6" prog="41" /> + <Patch name="G 042" hbank="0" lbank="6" prog="42" /> + <Patch name="G 043" hbank="0" lbank="6" prog="43" /> + <Patch name="G 044" hbank="0" lbank="6" prog="44" /> + <Patch name="G 045" hbank="0" lbank="6" prog="45" /> + <Patch name="G 046" hbank="0" lbank="6" prog="46" /> + <Patch name="G 047" hbank="0" lbank="6" prog="47" /> + <Patch name="G 048" hbank="0" lbank="6" prog="48" /> + <Patch name="G 049" hbank="0" lbank="6" prog="49" /> + <Patch name="G 050" hbank="0" lbank="6" prog="50" /> + <Patch name="G 051" hbank="0" lbank="6" prog="51" /> + <Patch name="G 052" hbank="0" lbank="6" prog="52" /> + <Patch name="G 053" hbank="0" lbank="6" prog="53" /> + <Patch name="G 054" hbank="0" lbank="6" prog="54" /> + <Patch name="G 055" hbank="0" lbank="6" prog="55" /> + <Patch name="G 056" hbank="0" lbank="6" prog="56" /> + <Patch name="G 057" hbank="0" lbank="6" prog="57" /> + <Patch name="G 058" hbank="0" lbank="6" prog="58" /> + <Patch name="G 059" hbank="0" lbank="6" prog="59" /> + <Patch name="G 060" hbank="0" lbank="6" prog="60" /> + <Patch name="G 061" hbank="0" lbank="6" prog="61" /> + <Patch name="G 062" hbank="0" lbank="6" prog="62" /> + <Patch name="G 063" hbank="0" lbank="6" prog="63" /> + <Patch name="G 064" hbank="0" lbank="6" prog="64" /> + <Patch name="G 065" hbank="0" lbank="6" prog="65" /> + <Patch name="G 066" hbank="0" lbank="6" prog="66" /> + <Patch name="G 067" hbank="0" lbank="6" prog="67" /> + <Patch name="G 068" hbank="0" lbank="6" prog="68" /> + <Patch name="G 069" hbank="0" lbank="6" prog="69" /> + <Patch name="G 070" hbank="0" lbank="6" prog="70" /> + <Patch name="G 071" hbank="0" lbank="6" prog="71" /> + <Patch name="G 072" hbank="0" lbank="6" prog="72" /> + <Patch name="G 073" hbank="0" lbank="6" prog="73" /> + <Patch name="G 074" hbank="0" lbank="6" prog="74" /> + <Patch name="G 075" hbank="0" lbank="6" prog="75" /> + <Patch name="G 076" hbank="0" lbank="6" prog="76" /> + <Patch name="G 077" hbank="0" lbank="6" prog="77" /> + <Patch name="G 078" hbank="0" lbank="6" prog="78" /> + <Patch name="G 079" hbank="0" lbank="6" prog="79" /> + <Patch name="G 080" hbank="0" lbank="6" prog="80" /> + <Patch name="G 081" hbank="0" lbank="6" prog="81" /> + <Patch name="G 082" hbank="0" lbank="6" prog="82" /> + <Patch name="G 083" hbank="0" lbank="6" prog="83" /> + <Patch name="G 084" hbank="0" lbank="6" prog="84" /> + <Patch name="G 085" hbank="0" lbank="6" prog="85" /> + <Patch name="G 086" hbank="0" lbank="6" prog="86" /> + <Patch name="G 087" hbank="0" lbank="6" prog="87" /> + <Patch name="G 088" hbank="0" lbank="6" prog="88" /> + <Patch name="G 089" hbank="0" lbank="6" prog="89" /> + <Patch name="G 090" hbank="0" lbank="6" prog="90" /> + <Patch name="G 091" hbank="0" lbank="6" prog="91" /> + <Patch name="G 092" hbank="0" lbank="6" prog="92" /> + <Patch name="G 093" hbank="0" lbank="6" prog="93" /> + <Patch name="G 094" hbank="0" lbank="6" prog="94" /> + <Patch name="G 095" hbank="0" lbank="6" prog="95" /> + <Patch name="G 096" hbank="0" lbank="6" prog="96" /> + <Patch name="G 097" hbank="0" lbank="6" prog="97" /> + <Patch name="G 098" hbank="0" lbank="6" prog="98" /> + <Patch name="G 099" hbank="0" lbank="6" prog="99" /> + <Patch name="G 100" hbank="0" lbank="6" prog="100" /> + <Patch name="G 101" hbank="0" lbank="6" prog="101" /> + <Patch name="G 102" hbank="0" lbank="6" prog="102" /> + <Patch name="G 103" hbank="0" lbank="6" prog="103" /> + <Patch name="G 104" hbank="0" lbank="6" prog="104" /> + <Patch name="G 105" hbank="0" lbank="6" prog="105" /> + <Patch name="G 106" hbank="0" lbank="6" prog="106" /> + <Patch name="G 107" hbank="0" lbank="6" prog="107" /> + <Patch name="G 108" hbank="0" lbank="6" prog="108" /> + <Patch name="G 109" hbank="0" lbank="6" prog="109" /> + <Patch name="G 110" hbank="0" lbank="6" prog="110" /> + <Patch name="G 111" hbank="0" lbank="6" prog="111" /> + <Patch name="G 112" hbank="0" lbank="6" prog="112" /> + <Patch name="G 113" hbank="0" lbank="6" prog="113" /> + <Patch name="G 114" hbank="0" lbank="6" prog="114" /> + <Patch name="G 115" hbank="0" lbank="6" prog="115" /> + <Patch name="G 116" hbank="0" lbank="6" prog="116" /> + <Patch name="G 117" hbank="0" lbank="6" prog="117" /> + <Patch name="G 118" hbank="0" lbank="6" prog="118" /> + <Patch name="G 119" hbank="0" lbank="6" prog="119" /> + <Patch name="G 120" hbank="0" lbank="6" prog="120" /> + <Patch name="G 121" hbank="0" lbank="6" prog="121" /> + <Patch name="G 122" hbank="0" lbank="6" prog="122" /> + <Patch name="G 123" hbank="0" lbank="6" prog="123" /> + <Patch name="G 124" hbank="0" lbank="6" prog="124" /> + <Patch name="G 125" hbank="0" lbank="6" prog="125" /> + <Patch name="G 126" hbank="0" lbank="6" prog="126" /> + <Patch name="G 127" hbank="0" lbank="6" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank H"> + <Patch name="H 000" hbank="0" lbank="7" prog="0" /> + <Patch name="H 001" hbank="0" lbank="7" prog="1" /> + <Patch name="H 002" hbank="0" lbank="7" prog="2" /> + <Patch name="H 003" hbank="0" lbank="7" prog="3" /> + <Patch name="H 004" hbank="0" lbank="7" prog="4" /> + <Patch name="H 005" hbank="0" lbank="7" prog="5" /> + <Patch name="H 006" hbank="0" lbank="7" prog="6" /> + <Patch name="H 007" hbank="0" lbank="7" prog="7" /> + <Patch name="H 008" hbank="0" lbank="7" prog="8" /> + <Patch name="H 009" hbank="0" lbank="7" prog="9" /> + <Patch name="H 010" hbank="0" lbank="7" prog="10" /> + <Patch name="H 011" hbank="0" lbank="7" prog="11" /> + <Patch name="H 012" hbank="0" lbank="7" prog="12" /> + <Patch name="H 013" hbank="0" lbank="7" prog="13" /> + <Patch name="H 014" hbank="0" lbank="7" prog="14" /> + <Patch name="H 015" hbank="0" lbank="7" prog="15" /> + <Patch name="H 016" hbank="0" lbank="7" prog="16" /> + <Patch name="H 017" hbank="0" lbank="7" prog="17" /> + <Patch name="H 018" hbank="0" lbank="7" prog="18" /> + <Patch name="H 019" hbank="0" lbank="7" prog="19" /> + <Patch name="H 020" hbank="0" lbank="7" prog="20" /> + <Patch name="H 021" hbank="0" lbank="7" prog="21" /> + <Patch name="H 022" hbank="0" lbank="7" prog="22" /> + <Patch name="H 023" hbank="0" lbank="7" prog="23" /> + <Patch name="H 024" hbank="0" lbank="7" prog="24" /> + <Patch name="H 025" hbank="0" lbank="7" prog="25" /> + <Patch name="H 026" hbank="0" lbank="7" prog="26" /> + <Patch name="H 027" hbank="0" lbank="7" prog="27" /> + <Patch name="H 028" hbank="0" lbank="7" prog="28" /> + <Patch name="H 029" hbank="0" lbank="7" prog="29" /> + <Patch name="H 030" hbank="0" lbank="7" prog="30" /> + <Patch name="H 031" hbank="0" lbank="7" prog="31" /> + <Patch name="H 032" hbank="0" lbank="7" prog="32" /> + <Patch name="H 033" hbank="0" lbank="7" prog="33" /> + <Patch name="H 034" hbank="0" lbank="7" prog="34" /> + <Patch name="H 035" hbank="0" lbank="7" prog="35" /> + <Patch name="H 036" hbank="0" lbank="7" prog="36" /> + <Patch name="H 037" hbank="0" lbank="7" prog="37" /> + <Patch name="H 038" hbank="0" lbank="7" prog="38" /> + <Patch name="H 039" hbank="0" lbank="7" prog="39" /> + <Patch name="H 040" hbank="0" lbank="7" prog="40" /> + <Patch name="H 041" hbank="0" lbank="7" prog="41" /> + <Patch name="H 042" hbank="0" lbank="7" prog="42" /> + <Patch name="H 043" hbank="0" lbank="7" prog="43" /> + <Patch name="H 044" hbank="0" lbank="7" prog="44" /> + <Patch name="H 045" hbank="0" lbank="7" prog="45" /> + <Patch name="H 046" hbank="0" lbank="7" prog="46" /> + <Patch name="H 047" hbank="0" lbank="7" prog="47" /> + <Patch name="H 048" hbank="0" lbank="7" prog="48" /> + <Patch name="H 049" hbank="0" lbank="7" prog="49" /> + <Patch name="H 050" hbank="0" lbank="7" prog="50" /> + <Patch name="H 051" hbank="0" lbank="7" prog="51" /> + <Patch name="H 052" hbank="0" lbank="7" prog="52" /> + <Patch name="H 053" hbank="0" lbank="7" prog="53" /> + <Patch name="H 054" hbank="0" lbank="7" prog="54" /> + <Patch name="H 055" hbank="0" lbank="7" prog="55" /> + <Patch name="H 056" hbank="0" lbank="7" prog="56" /> + <Patch name="H 057" hbank="0" lbank="7" prog="57" /> + <Patch name="H 058" hbank="0" lbank="7" prog="58" /> + <Patch name="H 059" hbank="0" lbank="7" prog="59" /> + <Patch name="H 060" hbank="0" lbank="7" prog="60" /> + <Patch name="H 061" hbank="0" lbank="7" prog="61" /> + <Patch name="H 062" hbank="0" lbank="7" prog="62" /> + <Patch name="H 063" hbank="0" lbank="7" prog="63" /> + <Patch name="H 064" hbank="0" lbank="7" prog="64" /> + <Patch name="H 065" hbank="0" lbank="7" prog="65" /> + <Patch name="H 066" hbank="0" lbank="7" prog="66" /> + <Patch name="H 067" hbank="0" lbank="7" prog="67" /> + <Patch name="H 068" hbank="0" lbank="7" prog="68" /> + <Patch name="H 069" hbank="0" lbank="7" prog="69" /> + <Patch name="H 070" hbank="0" lbank="7" prog="70" /> + <Patch name="H 071" hbank="0" lbank="7" prog="71" /> + <Patch name="H 072" hbank="0" lbank="7" prog="72" /> + <Patch name="H 073" hbank="0" lbank="7" prog="73" /> + <Patch name="H 074" hbank="0" lbank="7" prog="74" /> + <Patch name="H 075" hbank="0" lbank="7" prog="75" /> + <Patch name="H 076" hbank="0" lbank="7" prog="76" /> + <Patch name="H 077" hbank="0" lbank="7" prog="77" /> + <Patch name="H 078" hbank="0" lbank="7" prog="78" /> + <Patch name="H 079" hbank="0" lbank="7" prog="79" /> + <Patch name="H 080" hbank="0" lbank="7" prog="80" /> + <Patch name="H 081" hbank="0" lbank="7" prog="81" /> + <Patch name="H 082" hbank="0" lbank="7" prog="82" /> + <Patch name="H 083" hbank="0" lbank="7" prog="83" /> + <Patch name="H 084" hbank="0" lbank="7" prog="84" /> + <Patch name="H 085" hbank="0" lbank="7" prog="85" /> + <Patch name="H 086" hbank="0" lbank="7" prog="86" /> + <Patch name="H 087" hbank="0" lbank="7" prog="87" /> + <Patch name="H 088" hbank="0" lbank="7" prog="88" /> + <Patch name="H 089" hbank="0" lbank="7" prog="89" /> + <Patch name="H 090" hbank="0" lbank="7" prog="90" /> + <Patch name="H 091" hbank="0" lbank="7" prog="91" /> + <Patch name="H 092" hbank="0" lbank="7" prog="92" /> + <Patch name="H 093" hbank="0" lbank="7" prog="93" /> + <Patch name="H 094" hbank="0" lbank="7" prog="94" /> + <Patch name="H 095" hbank="0" lbank="7" prog="95" /> + <Patch name="H 096" hbank="0" lbank="7" prog="96" /> + <Patch name="H 097" hbank="0" lbank="7" prog="97" /> + <Patch name="H 098" hbank="0" lbank="7" prog="98" /> + <Patch name="H 099" hbank="0" lbank="7" prog="99" /> + <Patch name="H 100" hbank="0" lbank="7" prog="100" /> + <Patch name="H 101" hbank="0" lbank="7" prog="101" /> + <Patch name="H 102" hbank="0" lbank="7" prog="102" /> + <Patch name="H 103" hbank="0" lbank="7" prog="103" /> + <Patch name="H 104" hbank="0" lbank="7" prog="104" /> + <Patch name="H 105" hbank="0" lbank="7" prog="105" /> + <Patch name="H 106" hbank="0" lbank="7" prog="106" /> + <Patch name="H 107" hbank="0" lbank="7" prog="107" /> + <Patch name="H 108" hbank="0" lbank="7" prog="108" /> + <Patch name="H 109" hbank="0" lbank="7" prog="109" /> + <Patch name="H 110" hbank="0" lbank="7" prog="110" /> + <Patch name="H 111" hbank="0" lbank="7" prog="111" /> + <Patch name="H 112" hbank="0" lbank="7" prog="112" /> + <Patch name="H 113" hbank="0" lbank="7" prog="113" /> + <Patch name="H 114" hbank="0" lbank="7" prog="114" /> + <Patch name="H 115" hbank="0" lbank="7" prog="115" /> + <Patch name="H 116" hbank="0" lbank="7" prog="116" /> + <Patch name="H 117" hbank="0" lbank="7" prog="117" /> + <Patch name="H 118" hbank="0" lbank="7" prog="118" /> + <Patch name="H 119" hbank="0" lbank="7" prog="119" /> + <Patch name="H 120" hbank="0" lbank="7" prog="120" /> + <Patch name="H 121" hbank="0" lbank="7" prog="121" /> + <Patch name="H 122" hbank="0" lbank="7" prog="122" /> + <Patch name="H 123" hbank="0" lbank="7" prog="123" /> + <Patch name="H 124" hbank="0" lbank="7" prog="124" /> + <Patch name="H 125" hbank="0" lbank="7" prog="125" /> + <Patch name="H 126" hbank="0" lbank="7" prog="126" /> + <Patch name="H 127" hbank="0" lbank="7" prog="127" /> + </PatchGroup> + <Controller name="Program" type="Program" init="0x0" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Akai-SG01v.idf b/muse2/share/instruments/Akai-SG01v.idf new file mode 100644 index 00000000..7c41b429 --- /dev/null +++ b/muse2/share/instruments/Akai-SG01v.idf @@ -0,0 +1,282 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Akai SG01v"> + <PatchGroup name="Bank 00"> + <Patch name="MEGA BRASS" hbank="0" lbank="0" prog="0" /> + <Patch name="SWEEP #1" hbank="0" lbank="0" prog="1" /> + <Patch name="KILLER STR" hbank="0" lbank="0" prog="2" /> + <Patch name="HP SWEEP" hbank="0" lbank="0" prog="3" /> + <Patch name="SILKY STRING" hbank="0" lbank="0" prog="4" /> + <Patch name="BIG PAD SWP" hbank="0" lbank="0" prog="5" /> + <Patch name="MILD BRASS" hbank="0" lbank="0" prog="6" /> + <Patch name="BAND PASSING" hbank="0" lbank="0" prog="7" /> + <Patch name="OUTER LIMITS" hbank="0" lbank="0" prog="8" /> + <Patch name="DRAMA" hbank="0" lbank="0" prog="9" /> + <Patch name="FEED BACK" hbank="0" lbank="0" prog="10" /> + <Patch name="P-EVIL-666 MW" hbank="0" lbank="0" prog="11" /> + <Patch name="BIG FIFTH" hbank="0" lbank="0" prog="12" /> + <Patch name="REZOSWEEP#1" hbank="0" lbank="0" prog="13" /> + <Patch name="BIGSYNTH#1" hbank="0" lbank="0" prog="14" /> + <Patch name="LFO FLTSWP#1" hbank="0" lbank="0" prog="15" /> + <Patch name="REZON 8 SWP" hbank="0" lbank="0" prog="16" /> + <Patch name="SEQ BUZZ" hbank="0" lbank="0" prog="17" /> + <Patch name="TRILL-PAD#1" hbank="0" lbank="0" prog="18" /> + <Patch name="JX3P-POLARIS" hbank="0" lbank="0" prog="19" /> + <Patch name="SNAP BASS" hbank="0" lbank="0" prog="20" /> + <Patch name="3 OCTV BASS" hbank="0" lbank="0" prog="21" /> + <Patch name="KUBOTA BASS" hbank="0" lbank="0" prog="22" /> + <Patch name="SQUIDGY BASS" hbank="0" lbank="0" prog="23" /> + <Patch name="OCTAVE BASS" hbank="0" lbank="0" prog="24" /> + <Patch name="SYNC BASS#1" hbank="0" lbank="0" prog="25" /> + <Patch name="STEREO BASS" hbank="0" lbank="0" prog="26" /> + <Patch name="REZ BASS" hbank="0" lbank="0" prog="27" /> + <Patch name="BUBBLEBASS" hbank="0" lbank="0" prog="28" /> + <Patch name="JUNORGBASS" hbank="0" lbank="0" prog="29" /> + <Patch name="AN BIGBASS#1" hbank="0" lbank="0" prog="30" /> + <Patch name="MM BASS#1" hbank="0" lbank="0" prog="31" /> + <Patch name="MM BASS#2" hbank="0" lbank="0" prog="32" /> + <Patch name="MM BASS#3" hbank="0" lbank="0" prog="33" /> + <Patch name="MM BASS#4" hbank="0" lbank="0" prog="34" /> + <Patch name="BASS #1" hbank="0" lbank="0" prog="35" /> + <Patch name="BASS #2" hbank="0" lbank="0" prog="36" /> + <Patch name="BASS #3" hbank="0" lbank="0" prog="37" /> + <Patch name="BASS #4" hbank="0" lbank="0" prog="38" /> + <Patch name="BASS #5" hbank="0" lbank="0" prog="39" /> + <Patch name="STACK EPF#1" hbank="0" lbank="0" prog="40" /> + <Patch name="DX EPF#1" hbank="0" lbank="0" prog="41" /> + <Patch name="DX EPF#2" hbank="0" lbank="0" prog="42" /> + <Patch name="LA E.PNO#1" hbank="0" lbank="0" prog="43" /> + <Patch name="WIRE E.PNO" hbank="0" lbank="0" prog="44" /> + <Patch name="D6 CLAV" hbank="0" lbank="0" prog="45" /> + <Patch name="MUTED CLAV" hbank="0" lbank="0" prog="46" /> + <Patch name="HYPER CLAV" hbank="0" lbank="0" prog="47" /> + <Patch name="MXR100 CLAV" hbank="0" lbank="0" prog="48" /> + <Patch name="CLAV #1" hbank="0" lbank="0" prog="49" /> + <Patch name="P5 + SOLENA" hbank="0" lbank="0" prog="50" /> + <Patch name="PADDING" hbank="0" lbank="0" prog="51" /> + <Patch name="DELICATE PAD" hbank="0" lbank="0" prog="52" /> + <Patch name="HI STR SYN#1" hbank="0" lbank="0" prog="53" /> + <Patch name="PEEPEEGEE PAD" hbank="0" lbank="0" prog="54" /> + <Patch name="WARM PAD" hbank="0" lbank="0" prog="55" /> + <Patch name="SQUARE PAD" hbank="0" lbank="0" prog="56" /> + <Patch name="SAWTOOTH PAD" hbank="0" lbank="0" prog="57" /> + <Patch name="WARM FILTPAD" hbank="0" lbank="0" prog="58" /> + <Patch name="JUNO PAD" hbank="0" lbank="0" prog="59" /> + <Patch name="OBIE X PAD" hbank="0" lbank="0" prog="60" /> + <Patch name="STACK PAD" hbank="0" lbank="0" prog="61" /> + <Patch name="WIDE SAWPAD" hbank="0" lbank="0" prog="62" /> + <Patch name="MATRIX PAD" hbank="0" lbank="0" prog="63" /> + <Patch name="GLISTEN PAD" hbank="0" lbank="0" prog="64" /> + <Patch name="MOOGY PAD" hbank="0" lbank="0" prog="65" /> + <Patch name="PULSE PAD" hbank="0" lbank="0" prog="66" /> + <Patch name="PROFIT PAD" hbank="0" lbank="0" prog="67" /> + <Patch name="PPG ANALOGUE" hbank="0" lbank="0" prog="68" /> + <Patch name="BELL PAD" hbank="0" lbank="0" prog="69" /> + <Patch name="PPG CHIMES" hbank="0" lbank="0" prog="70" /> + <Patch name="PPG STING" hbank="0" lbank="0" prog="71" /> + <Patch name="CLASSIC PPG 1" hbank="0" lbank="0" prog="72" /> + <Patch name="CLASSIC PPG 2" hbank="0" lbank="0" prog="73" /> + <Patch name="CLASSIC PPG 4" hbank="0" lbank="0" prog="74" /> + <Patch name="PPG TINGLE" hbank="0" lbank="0" prog="75" /> + <Patch name="PPG PERC VOX" hbank="0" lbank="0" prog="76" /> + <Patch name="PPG VOCALISE" hbank="0" lbank="0" prog="77" /> + <Patch name="PPG CELESTE" hbank="0" lbank="0" prog="78" /> + <Patch name="PPG BRITTLE" hbank="0" lbank="0" prog="79" /> + <Patch name="SYNBRASS#1" hbank="0" lbank="0" prog="80" /> + <Patch name="ANA BRASS2" hbank="0" lbank="0" prog="81" /> + <Patch name="SFT BRASS2" hbank="0" lbank="0" prog="82" /> + <Patch name="SOFT BRASS3" hbank="0" lbank="0" prog="83" /> + <Patch name="OPEN SAWS" hbank="0" lbank="0" prog="84" /> + <Patch name="TRANCER BRS" hbank="0" lbank="0" prog="85" /> + <Patch name="ANA BRASS1" hbank="0" lbank="0" prog="86" /> + <Patch name="EG BRASS #1" hbank="0" lbank="0" prog="87" /> + <Patch name="AFT BRASS" hbank="0" lbank="0" prog="88" /> + <Patch name="SOFT BRASS" hbank="0" lbank="0" prog="89" /> + <Patch name="STACK ORGAN" hbank="0" lbank="0" prog="90" /> + <Patch name="ORGAN#1" hbank="0" lbank="0" prog="91" /> + <Patch name="ORGAN JVT" hbank="0" lbank="0" prog="92" /> + <Patch name="FULL PIPES" hbank="0" lbank="0" prog="93" /> + <Patch name="MWHL LESLIE1" hbank="0" lbank="0" prog="94" /> + <Patch name="MWHL LESLIE2" hbank="0" lbank="0" prog="95" /> + <Patch name="5TH ORGAN" hbank="0" lbank="0" prog="96" /> + <Patch name="CHURCH ORGAN" hbank="0" lbank="0" prog="97" /> + <Patch name="CLICKY ORGAN" hbank="0" lbank="0" prog="98" /> + <Patch name="PHASEY ORGAN" hbank="0" lbank="0" prog="99" /> + <Patch name="VP330+SELINA" hbank="0" lbank="0" prog="100" /> + <Patch name="REAL ARP ENS" hbank="0" lbank="0" prog="101" /> + <Patch name="HARD STR SYN" hbank="0" lbank="0" prog="102" /> + <Patch name="PHASE STRSYN" hbank="0" lbank="0" prog="103" /> + <Patch name="RHAPSODY STR" hbank="0" lbank="0" prog="104" /> + <Patch name="SOFT SERINA" hbank="0" lbank="0" prog="105" /> + <Patch name="OCTV SERINA" hbank="0" lbank="0" prog="106" /> + <Patch name="STEREO ENSMB" hbank="0" lbank="0" prog="107" /> + <Patch name="P5+STR SYNTH" hbank="0" lbank="0" prog="108" /> + <Patch name="OMNI STRINGS" hbank="0" lbank="0" prog="109" /> + <Patch name="FUNK LEAD1" hbank="0" lbank="0" prog="110" /> + <Patch name="LEAD LINE#1" hbank="0" lbank="0" prog="111" /> + <Patch name="LEAD LINE#2" hbank="0" lbank="0" prog="112" /> + <Patch name="LEAD LINE#3" hbank="0" lbank="0" prog="113" /> + <Patch name="FLUTEY" hbank="0" lbank="0" prog="114" /> + <Patch name="PULSE LEAD" hbank="0" lbank="0" prog="115" /> + <Patch name="PORTASYNC" hbank="0" lbank="0" prog="116" /> + <Patch name="FIFTH SYNC#1" hbank="0" lbank="0" prog="117" /> + <Patch name="VELO GLIDE#1" hbank="0" lbank="0" prog="118" /> + <Patch name="THICK LEAD" hbank="0" lbank="0" prog="119" /> + <Patch name="HOWELLING" hbank="0" lbank="0" prog="120" /> + <Patch name="NOISE BURST" hbank="0" lbank="0" prog="121" /> + <Patch name="TUNED NOISE" hbank="0" lbank="0" prog="122" /> + <Patch name="COMPUTER SH1" hbank="0" lbank="0" prog="123" /> + <Patch name="COMPUBLEEP" hbank="0" lbank="0" prog="124" /> + <Patch name="SPACE BELL" hbank="0" lbank="0" prog="125" /> + <Patch name="TOTALLY RANDM" hbank="0" lbank="0" prog="126" /> + <Patch name="SFX PAN" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank 01"> + <Patch name="SWEEP#2" hbank="1" lbank="0" prog="0" /> + <Patch name="MYSTIX PAD 1" hbank="1" lbank="0" prog="1" /> + <Patch name="MYSTIX PAD 2" hbank="1" lbank="0" prog="2" /> + <Patch name="SQUARE WOW" hbank="1" lbank="0" prog="3" /> + <Patch name="EASTERN MOON" hbank="1" lbank="0" prog="4" /> + <Patch name="SQUARE SWELL" hbank="1" lbank="0" prog="5" /> + <Patch name="HARPISH#1" hbank="1" lbank="0" prog="6" /> + <Patch name="INVERT FILT1" hbank="1" lbank="0" prog="7" /> + <Patch name="JUNOTRANCER1" hbank="1" lbank="0" prog="8" /> + <Patch name="EPIC SYNTH#1" hbank="1" lbank="0" prog="9" /> + <Patch name="JUNOTRANCER2" hbank="1" lbank="0" prog="10" /> + <Patch name="TOUCH SYN#1" hbank="1" lbank="0" prog="11" /> + <Patch name="KILLER STING" hbank="1" lbank="0" prog="12" /> + <Patch name="JUNOTRANCER3" hbank="1" lbank="0" prog="13" /> + <Patch name="DET SYNTH" hbank="1" lbank="0" prog="14" /> + <Patch name="JMJ POLYSYN" hbank="1" lbank="0" prog="15" /> + <Patch name="M500SYNTH1MW" hbank="1" lbank="0" prog="16" /> + <Patch name="FLATMAN+REZ" hbank="1" lbank="0" prog="17" /> + <Patch name="PERC SYNTH" hbank="1" lbank="0" prog="18" /> + <Patch name="ATTACK SYNTH" hbank="1" lbank="0" prog="19" /> + <Patch name="FUNK BASS" hbank="1" lbank="0" prog="20" /> + <Patch name="RUBBER BASS" hbank="1" lbank="0" prog="21" /> + <Patch name="BASSOMATIX" hbank="1" lbank="0" prog="22" /> + <Patch name="STACK BASS" hbank="1" lbank="0" prog="23" /> + <Patch name="BASSOLOGY" hbank="1" lbank="0" prog="24" /> + <Patch name="SWEEP BASS" hbank="1" lbank="0" prog="25" /> + <Patch name="KNOCK BASS" hbank="1" lbank="0" prog="26" /> + <Patch name="TB303 #1" hbank="1" lbank="0" prog="27" /> + <Patch name="TB303 #2" hbank="1" lbank="0" prog="28" /> + <Patch name="BASS#6" hbank="1" lbank="0" prog="29" /> + <Patch name="BASS#7" hbank="1" lbank="0" prog="30" /> + <Patch name="BASS#9" hbank="1" lbank="0" prog="31" /> + <Patch name="BASS#10" hbank="1" lbank="0" prog="32" /> + <Patch name="MM BASS#6" hbank="1" lbank="0" prog="33" /> + <Patch name="MM BASS#7" hbank="1" lbank="0" prog="34" /> + <Patch name="MM BASS#9" hbank="1" lbank="0" prog="35" /> + <Patch name="MM BASS#10" hbank="1" lbank="0" prog="36" /> + <Patch name="MM BASS#11" hbank="1" lbank="0" prog="37" /> + <Patch name="MM BASS#12" hbank="1" lbank="0" prog="38" /> + <Patch name="KIMINIAITAI" hbank="1" lbank="0" prog="39" /> + <Patch name="FM E.PF" hbank="1" lbank="0" prog="40" /> + <Patch name="SIMPLE DX EP" hbank="1" lbank="0" prog="41" /> + <Patch name="STACK EPF#2" hbank="1" lbank="0" prog="42" /> + <Patch name="STACK EPF#3" hbank="1" lbank="0" prog="43" /> + <Patch name="E.PIANORGAN" hbank="1" lbank="0" prog="44" /> + <Patch name="SFT CLAV" hbank="1" lbank="0" prog="45" /> + <Patch name="ANA CLAV 3" hbank="1" lbank="0" prog="46" /> + <Patch name="CLAVISYNTH1" hbank="1" lbank="0" prog="47" /> + <Patch name="THINCLAVIER" hbank="1" lbank="0" prog="48" /> + <Patch name="HARPSICHORD" hbank="1" lbank="0" prog="49" /> + <Patch name="EPF STRPAD" hbank="1" lbank="0" prog="50" /> + <Patch name="THICK PWM" hbank="1" lbank="0" prog="51" /> + <Patch name="BUBBLEPAD" hbank="1" lbank="0" prog="52" /> + <Patch name="KILLER PAD" hbank="1" lbank="0" prog="53" /> + <Patch name="BELL STRINGS" hbank="1" lbank="0" prog="54" /> + <Patch name="DETUNE PAD" hbank="1" lbank="0" prog="55" /> + <Patch name="SMORKY PAD" hbank="1" lbank="0" prog="56" /> + <Patch name="CRYSTAL-PAD" hbank="1" lbank="0" prog="57" /> + <Patch name="THICK PAD#1" hbank="1" lbank="0" prog="58" /> + <Patch name="TOMITA STR" hbank="1" lbank="0" prog="59" /> + <Patch name="PWM PAD#1" hbank="1" lbank="0" prog="60" /> + <Patch name="SMOOTH PAD#1" hbank="1" lbank="0" prog="61" /> + <Patch name="DARK PAD#1" hbank="1" lbank="0" prog="62" /> + <Patch name="MELLOWNESS" hbank="1" lbank="0" prog="63" /> + <Patch name="CHIFF PAD" hbank="1" lbank="0" prog="64" /> + <Patch name="SMOOOOTH" hbank="1" lbank="0" prog="65" /> + <Patch name="PORY MOGUE" hbank="1" lbank="0" prog="66" /> + <Patch name="ALMOST VOCAL" hbank="1" lbank="0" prog="67" /> + <Patch name="ROUND PAD" hbank="1" lbank="0" prog="68" /> + <Patch name="SO MELLOW" hbank="1" lbank="0" prog="69" /> + <Patch name="SPIKE BASS" hbank="1" lbank="0" prog="70" /> + <Patch name="PPG+ANLGBASS" hbank="1" lbank="0" prog="71" /> + <Patch name="PPG TINGBASS" hbank="1" lbank="0" prog="72" /> + <Patch name="PPG BASS#1" hbank="1" lbank="0" prog="73" /> + <Patch name="METAL BASS" hbank="1" lbank="0" prog="74" /> + <Patch name="PPG BASS#2" hbank="1" lbank="0" prog="75" /> + <Patch name="FM BASS #1" hbank="1" lbank="0" prog="76" /> + <Patch name="FM BASS #2" hbank="1" lbank="0" prog="77" /> + <Patch name="FM BASS #3" hbank="1" lbank="0" prog="78" /> + <Patch name="FM BASS #4" hbank="1" lbank="0" prog="79" /> + <Patch name="ANA BRASS1" hbank="1" lbank="0" prog="80" /> + <Patch name="FUZZ BRASS" hbank="1" lbank="0" prog="81" /> + <Patch name="SYNBRASS#2" hbank="1" lbank="0" prog="82" /> + <Patch name="BRASSY PAD" hbank="1" lbank="0" prog="83" /> + <Patch name="SQUARE BRASS" hbank="1" lbank="0" prog="84" /> + <Patch name="WOW BRASS" hbank="1" lbank="0" prog="85" /> + <Patch name="SWELL BRASS" hbank="1" lbank="0" prog="86" /> + <Patch name="DUCK BRASS" hbank="1" lbank="0" prog="87" /> + <Patch name="SOFT BRASS#2" hbank="1" lbank="0" prog="88" /> + <Patch name="MONSTER BRAS" hbank="1" lbank="0" prog="89" /> + <Patch name="BELLS #1" hbank="1" lbank="0" prog="90" /> + <Patch name="BELL#2" hbank="1" lbank="0" prog="91" /> + <Patch name="BELL#1" hbank="1" lbank="0" prog="92" /> + <Patch name="MAGIC BELLS" hbank="1" lbank="0" prog="93" /> + <Patch name="NIHON BELL" hbank="1" lbank="0" prog="94" /> + <Patch name="ORIENTL BELL" hbank="1" lbank="0" prog="95" /> + <Patch name="SLOWBELL PAN" hbank="1" lbank="0" prog="96" /> + <Patch name="SMALL BELL" hbank="1" lbank="0" prog="97" /> + <Patch name="BIG BELL" hbank="1" lbank="0" prog="98" /> + <Patch name="HOLD THE KEY" hbank="1" lbank="0" prog="99" /> + <Patch name="TOMITA VOX1" hbank="1" lbank="0" prog="100" /> + <Patch name="VOX HUMANA" hbank="1" lbank="0" prog="101" /> + <Patch name="VOXY#1" hbank="1" lbank="0" prog="102" /> + <Patch name="CELEST VOX1" hbank="1" lbank="0" prog="103" /> + <Patch name="VOICES #1" hbank="1" lbank="0" prog="104" /> + <Patch name="SOLO SOPRANO" hbank="1" lbank="0" prog="105" /> + <Patch name="ANALOGUE VOX" hbank="1" lbank="0" prog="106" /> + <Patch name="EERY VOX PAD" hbank="1" lbank="0" prog="107" /> + <Patch name="VOXY PPG" hbank="1" lbank="0" prog="108" /> + <Patch name="VOICE STACK" hbank="1" lbank="0" prog="109" /> + <Patch name="THICK LEAD #2" hbank="1" lbank="0" prog="110" /> + <Patch name="ANA WHISTLE" hbank="1" lbank="0" prog="111" /> + <Patch name="POWER LEAD" hbank="1" lbank="0" prog="112" /> + <Patch name="ONDES MARTIN" hbank="1" lbank="0" prog="113" /> + <Patch name="HAMMER LEAD" hbank="1" lbank="0" prog="114" /> + <Patch name="SOFT MOGUE" hbank="1" lbank="0" prog="115" /> + <Patch name="PLAIN LEAD" hbank="1" lbank="0" prog="116" /> + <Patch name="AWAKE MAN" hbank="1" lbank="0" prog="117" /> + <Patch name="PORTALEAD" hbank="1" lbank="0" prog="118" /> + <Patch name="SEXY LEAD" hbank="1" lbank="0" prog="119" /> + <Patch name="SAMPLE+HOLD" hbank="1" lbank="0" prog="120" /> + <Patch name="SWEEP STORM" hbank="1" lbank="0" prog="121" /> + <Patch name="MISTY STORM" hbank="1" lbank="0" prog="122" /> + <Patch name="ALLEATORIC" hbank="1" lbank="0" prog="123" /> + <Patch name="FLANGED NOIZ" hbank="1" lbank="0" prog="124" /> + <Patch name="VCS SWEEP #1" hbank="1" lbank="0" prog="125" /> + <Patch name="S+H DRONE MW" hbank="1" lbank="0" prog="126" /> + <Patch name="EXPLOSION" hbank="1" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank D (Ch 10)"> + <Patch name="Drum Set 1" hbank="0" lbank="0" prog="0" /> + <Patch name="Drum Set 2" hbank="0" lbank="0" prog="1" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="Volume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="GenericControl1" l="16" init="64" /> + <Controller name="GenericControl2" l="17" init="64" /> + <Controller name="GenericControl3" l="18" init="64" /> + <Controller name="SustainPedal" l="64" /> + <Controller name="PortamentPedal" l="65" /> + <Controller name="SostenutoPedal" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Alesis-QS-78R.idf b/muse2/share/instruments/Alesis-QS-78R.idf new file mode 100644 index 00000000..303d99d5 --- /dev/null +++ b/muse2/share/instruments/Alesis-QS-78R.idf @@ -0,0 +1,674 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Alesis QS7, QS8 & QSR"> + <PatchGroup name="General Midi"> + <Patch name="Acoustic Grand Piano" hbank="4" lbank="32" prog="0" /> + <Patch name="Bright Acoustic Piano" hbank="4" lbank="32" prog="1" /> + <Patch name="Electric Grand Piano" hbank="4" lbank="32" prog="2" /> + <Patch name="Honky-tonk Piano" hbank="4" lbank="32" prog="3" /> + <Patch name="Electric Piano 1" hbank="4" lbank="32" prog="4" /> + <Patch name="Electric Piano 2" hbank="4" lbank="32" prog="5" /> + <Patch name="Harpsichord" hbank="4" lbank="32" prog="6" /> + <Patch name="Clavi" hbank="4" lbank="32" prog="7" /> + <Patch name="Celesta" hbank="4" lbank="32" prog="8" /> + <Patch name="Glockenspiel" hbank="4" lbank="32" prog="9" /> + <Patch name="Music Box" hbank="4" lbank="32" prog="10" /> + <Patch name="Vibraphone" hbank="4" lbank="32" prog="11" /> + <Patch name="Marimba" hbank="4" lbank="32" prog="12" /> + <Patch name="Xylophone" hbank="4" lbank="32" prog="13" /> + <Patch name="Tubular Bells" hbank="4" lbank="32" prog="14" /> + <Patch name="Dulcimer" hbank="4" lbank="32" prog="15" /> + <Patch name="Drawbar Organ" hbank="4" lbank="32" prog="16" /> + <Patch name="Percussive Organ" hbank="4" lbank="32" prog="17" /> + <Patch name="Rock Organ" hbank="4" lbank="32" prog="18" /> + <Patch name="Church Organ" hbank="4" lbank="32" prog="19" /> + <Patch name="Reed Organ" hbank="4" lbank="32" prog="20" /> + <Patch name="Accordion" hbank="4" lbank="32" prog="21" /> + <Patch name="Harmonica" hbank="4" lbank="32" prog="22" /> + <Patch name="Tango Accordion" hbank="4" lbank="32" prog="23" /> + <Patch name="Acoustic Guitar (nylon)" hbank="4" lbank="32" prog="24" /> + <Patch name="Acoustic Guitar (steel)" hbank="4" lbank="32" prog="25" /> + <Patch name="Electric Guitar (jazz)" hbank="4" lbank="32" prog="26" /> + <Patch name="Electric Guitar (clean)" hbank="4" lbank="32" prog="27" /> + <Patch name="Electric Guitar (muted)" hbank="4" lbank="32" prog="28" /> + <Patch name="Overdriven Guitar" hbank="4" lbank="32" prog="29" /> + <Patch name="Distortion Guitar" hbank="4" lbank="32" prog="30" /> + <Patch name="Guitar harmonics" hbank="4" lbank="32" prog="31" /> + <Patch name="Acoustic Bass" hbank="4" lbank="32" prog="32" /> + <Patch name="Fingered Bass" hbank="4" lbank="32" prog="33" /> + <Patch name="Picked Bass" hbank="4" lbank="32" prog="34" /> + <Patch name="Fretless Bass" hbank="4" lbank="32" prog="35" /> + <Patch name="Slap Bass 1" hbank="4" lbank="32" prog="36" /> + <Patch name="Slap Bass 2" hbank="4" lbank="32" prog="37" /> + <Patch name="Synth Bass 1" hbank="4" lbank="32" prog="38" /> + <Patch name="Synth Bass 2" hbank="4" lbank="32" prog="39" /> + <Patch name="Violin" hbank="4" lbank="32" prog="40" /> + <Patch name="Viola" hbank="4" lbank="32" prog="41" /> + <Patch name="Cello" hbank="4" lbank="32" prog="42" /> + <Patch name="Contrabass" hbank="4" lbank="32" prog="43" /> + <Patch name="Tremolo Strings" hbank="4" lbank="32" prog="44" /> + <Patch name="Pizzicato Strings" hbank="4" lbank="32" prog="45" /> + <Patch name="Orchestral Harp" hbank="4" lbank="32" prog="46" /> + <Patch name="Timpani" hbank="4" lbank="32" prog="47" /> + <Patch name="String Ensemble 1" hbank="4" lbank="32" prog="48" /> + <Patch name="String Ensemble 2" hbank="4" lbank="32" prog="49" /> + <Patch name="SynthStrings 1" hbank="4" lbank="32" prog="50" /> + <Patch name="SynthStrings 2" hbank="4" lbank="32" prog="51" /> + <Patch name="Choir Aahs" hbank="4" lbank="32" prog="52" /> + <Patch name="Voice Oohs" hbank="4" lbank="32" prog="53" /> + <Patch name="Synth Voice" hbank="4" lbank="32" prog="54" /> + <Patch name="Orchestra Hit" hbank="4" lbank="32" prog="55" /> + <Patch name="Trumpet" hbank="4" lbank="32" prog="56" /> + <Patch name="Trombone" hbank="4" lbank="32" prog="57" /> + <Patch name="Tuba" hbank="4" lbank="32" prog="58" /> + <Patch name="Muted Trumpet" hbank="4" lbank="32" prog="59" /> + <Patch name="French Horn" hbank="4" lbank="32" prog="60" /> + <Patch name="Brass Section" hbank="4" lbank="32" prog="61" /> + <Patch name="SynthBrass 1" hbank="4" lbank="32" prog="62" /> + <Patch name="SynthBrass 2" hbank="4" lbank="32" prog="63" /> + <Patch name="Soprano Sax" hbank="4" lbank="32" prog="64" /> + <Patch name="Alto Sax" hbank="4" lbank="32" prog="65" /> + <Patch name="Tenor Sax" hbank="4" lbank="32" prog="66" /> + <Patch name="Baritone Sax" hbank="4" lbank="32" prog="67" /> + <Patch name="Oboe" hbank="4" lbank="32" prog="68" /> + <Patch name="English Horn" hbank="4" lbank="32" prog="69" /> + <Patch name="Bassoon" hbank="4" lbank="32" prog="70" /> + <Patch name="Clarinet" hbank="4" lbank="32" prog="71" /> + <Patch name="Piccolo" hbank="4" lbank="32" prog="72" /> + <Patch name="Flute" hbank="4" lbank="32" prog="73" /> + <Patch name="Recorder" hbank="4" lbank="32" prog="74" /> + <Patch name="Pan Flute" hbank="4" lbank="32" prog="75" /> + <Patch name="Blown Bottle" hbank="4" lbank="32" prog="76" /> + <Patch name="Shakuhachi" hbank="4" lbank="32" prog="77" /> + <Patch name="Whistle" hbank="4" lbank="32" prog="78" /> + <Patch name="Ocarina" hbank="4" lbank="32" prog="79" /> + <Patch name="Lead 1 (square)" hbank="4" lbank="32" prog="80" /> + <Patch name="Lead 2 (sawtooth)" hbank="4" lbank="32" prog="81" /> + <Patch name="Lead 3 (calliope)" hbank="4" lbank="32" prog="82" /> + <Patch name="Lead 4 (chiff)" hbank="4" lbank="32" prog="83" /> + <Patch name="Lead 5 (charang)" hbank="4" lbank="32" prog="84" /> + <Patch name="Lead 6 (voice)" hbank="4" lbank="32" prog="85" /> + <Patch name="Lead 7 (fifths)" hbank="4" lbank="32" prog="86" /> + <Patch name="Lead 8 (bass + lead)" hbank="4" lbank="32" prog="87" /> + <Patch name="Pad 1 (new age)" hbank="4" lbank="32" prog="88" /> + <Patch name="Pad 2 (warm)" hbank="4" lbank="32" prog="89" /> + <Patch name="Pad 3 (polysynth)" hbank="4" lbank="32" prog="90" /> + <Patch name="Pad 4 (choir)" hbank="4" lbank="32" prog="91" /> + <Patch name="Pad 5 (bowed)" hbank="4" lbank="32" prog="92" /> + <Patch name="Pad 6 (metallic)" hbank="4" lbank="32" prog="93" /> + <Patch name="Pad 7 (halo)" hbank="4" lbank="32" prog="94" /> + <Patch name="Pad 8 (sweep)" hbank="4" lbank="32" prog="95" /> + <Patch name="FX 1 (rain)" hbank="4" lbank="32" prog="96" /> + <Patch name="FX 2 (soundtrack)" hbank="4" lbank="32" prog="97" /> + <Patch name="FX 3 (crystal)" hbank="4" lbank="32" prog="98" /> + <Patch name="FX 4 (atmosphere)" hbank="4" lbank="32" prog="99" /> + <Patch name="FX 5 (brightness)" hbank="4" lbank="32" prog="100" /> + <Patch name="FX 6 (goblins)" hbank="4" lbank="32" prog="101" /> + <Patch name="FX 7 (echoes)" hbank="4" lbank="32" prog="102" /> + <Patch name="FX 8 (sci-fi)" hbank="4" lbank="32" prog="103" /> + <Patch name="Sitar" hbank="4" lbank="32" prog="104" /> + <Patch name="Banjo" hbank="4" lbank="32" prog="105" /> + <Patch name="Shamisen" hbank="4" lbank="32" prog="106" /> + <Patch name="Koto" hbank="4" lbank="32" prog="107" /> + <Patch name="Kalimba" hbank="4" lbank="32" prog="108" /> + <Patch name="Bag pipe" hbank="4" lbank="32" prog="109" /> + <Patch name="Fiddle" hbank="4" lbank="32" prog="110" /> + <Patch name="Shanai" hbank="4" lbank="32" prog="111" /> + <Patch name="Tinkle Bell" hbank="4" lbank="32" prog="112" /> + <Patch name="Agogo" hbank="4" lbank="32" prog="113" /> + <Patch name="Steel Drums" hbank="4" lbank="32" prog="114" /> + <Patch name="Woodblock" hbank="4" lbank="32" prog="115" /> + <Patch name="Taiko Drum" hbank="4" lbank="32" prog="116" /> + <Patch name="Melodic Tom" hbank="4" lbank="32" prog="117" /> + <Patch name="Synth Drum" hbank="4" lbank="32" prog="118" /> + <Patch name="Reverse Cymbal" hbank="4" lbank="32" prog="119" /> + <Patch name="Guitar Fret Noise" hbank="4" lbank="32" prog="120" /> + <Patch name="Breath Noise" hbank="4" lbank="32" prog="121" /> + <Patch name="Seashore" hbank="4" lbank="32" prog="122" /> + <Patch name="Bird Tweet" hbank="4" lbank="32" prog="123" /> + <Patch name="Telephone Ring" hbank="4" lbank="32" prog="124" /> + <Patch name="Helicopter" hbank="4" lbank="32" prog="125" /> + <Patch name="Applause" hbank="4" lbank="32" prog="126" /> + <Patch name="Gunshot" hbank="4" lbank="32" prog="127" /> + </PatchGroup> + <PatchGroup name="Pianos"> + <Patch name="True Stereo" hbank="1" lbank="32" prog="0" /> + <Patch name="DarkClascl" hbank="2" lbank="32" prog="0" /> + <Patch name="64 Grand" hbank="3" lbank="32" prog="0" /> + <Patch name="PureStereo" hbank="0" lbank="32" prog="0" /> + <Patch name="Titanium88" hbank="1" lbank="32" prog="1" /> + <Patch name="InThePiano" hbank="2" lbank="32" prog="1" /> + <Patch name="HyperPiano" hbank="3" lbank="32" prog="1" /> + <Patch name="Rave Knave" hbank="0" lbank="32" prog="1" /> + <Patch name="OctavPiano" hbank="1" lbank="32" prog="2" /> + <Patch name="Player Pno" hbank="2" lbank="32" prog="2" /> + <Patch name="HousePiano" hbank="3" lbank="32" prog="2" /> + <Patch name="AntiquePno" hbank="0" lbank="32" prog="2" /> + <Patch name="PianoMorph" hbank="1" lbank="32" prog="3" /> + <Patch name="PianoStrng" hbank="2" lbank="32" prog="3" /> + <Patch name="Piano Pad" hbank="3" lbank="32" prog="3" /> + <Patch name="Pianooohs" hbank="0" lbank="32" prog="3" /> + <Patch name="BellPianah" hbank="1" lbank="32" prog="4" /> + <Patch name="EP & String" hbank="2" lbank="32" prog="4" /> + <Patch name="EP & Oohs" hbank="3" lbank="32" prog="4" /> + <Patch name="LA Studio" hbank="0" lbank="32" prog="4" /> + <Patch name="Rayz Roadz" hbank="1" lbank="32" prog="5" /> + <Patch name="Hard Roads" hbank="2" lbank="32" prog="5" /> + <Patch name="SuperRoadz" hbank="3" lbank="32" prog="5" /> + <Patch name="No Quarter" hbank="0" lbank="32" prog="5" /> + <Patch name="QS Tines" hbank="1" lbank="32" prog="6" /> + <Patch name="Suitcase" hbank="2" lbank="32" prog="6" /> + <Patch name="SoftSuitcs" hbank="3" lbank="32" prog="6" /> + <Patch name="Fat Roadz" hbank="0" lbank="32" prog="6" /> + <Patch name="ClascWurly" hbank="1" lbank="32" prog="7" /> + <Patch name="DirtyWurly" hbank="2" lbank="32" prog="7" /> + <Patch name="TrampWurly" hbank="3" lbank="32" prog="7" /> + <Patch name="Whirl Lee" hbank="0" lbank="32" prog="7" /> + <Patch name="FM E Piano" hbank="1" lbank="32" prog="8" /> + <Patch name="Soft FM EP" hbank="2" lbank="32" prog="8" /> + <Patch name="Crysalis" hbank="3" lbank="32" prog="8" /> + <Patch name="Mars E Pno" hbank="0" lbank="32" prog="8" /> + <Patch name="Wave Piano" hbank="1" lbank="32" prog="9" /> + <Patch name="Toy Grand" hbank="2" lbank="32" prog="9" /> + <Patch name="PnoStrVox" hbank="3" lbank="32" prog="9" /> + <Patch name="TineString" hbank="0" lbank="32" prog="9" /> + </PatchGroup> + <PatchGroup name="Chromatic"> + <Patch name="Clavitube" hbank="1" lbank="32" prog="10" /> + <Patch name="Quack Clav" hbank="2" lbank="32" prog="10" /> + <Patch name="LiquidClav" hbank="3" lbank="32" prog="10" /> + <Patch name="Clavislap" hbank="0" lbank="32" prog="10" /> + <Patch name="Real Clav" hbank="1" lbank="32" prog="11" /> + <Patch name="Clavatar" hbank="2" lbank="32" prog="11" /> + <Patch name="ProfitClav" hbank="3" lbank="32" prog="11" /> + <Patch name="Digi Clav" hbank="0" lbank="32" prog="11" /> + <Patch name="TrueHarpsi" hbank="1" lbank="32" prog="12" /> + <Patch name="Harpsifunk" hbank="2" lbank="32" prog="12" /> + <Patch name="8;4;Harpsi" hbank="3" lbank="32" prog="12" /> + <Patch name="Ana Harpsi" hbank="0" lbank="32" prog="12" /> + <Patch name="Cool Vibes" hbank="1" lbank="32" prog="13" /> + <Patch name="Mad Vibes" hbank="2" lbank="32" prog="13" /> + <Patch name="Rezophone" hbank="3" lbank="32" prog="13" /> + <Patch name="Toy Hammer" hbank="0" lbank="32" prog="13" /> + <Patch name="BriteMarim" hbank="1" lbank="32" prog="14" /> + <Patch name="Woody Xylo" hbank="2" lbank="32" prog="14" /> + <Patch name="Yanklungs" hbank="3" lbank="32" prog="14" /> + <Patch name="Chasers" hbank="0" lbank="32" prog="14" /> + <Patch name="Kalimba MW" hbank="1" lbank="32" prog="15" /> + <Patch name="Potsticker" hbank="2" lbank="32" prog="15" /> + <Patch name="Roundup" hbank="3" lbank="32" prog="15" /> + <Patch name="Sebastian" hbank="0" lbank="32" prog="15" /> + <Patch name="Brake Drum" hbank="1" lbank="32" prog="16" /> + <Patch name="Watercan" hbank="2" lbank="32" prog="16" /> + <Patch name="AlloyGlock" hbank="3" lbank="32" prog="16" /> + <Patch name="Met Talls" hbank="0" lbank="32" prog="16" /> + <Patch name="St. Thomas" hbank="1" lbank="32" prog="17" /> + <Patch name="AttakOfice" hbank="2" lbank="32" prog="17" /> + <Patch name="FairyBellz" hbank="3" lbank="32" prog="17" /> + <Patch name="GlassBells" hbank="0" lbank="32" prog="17" /> + <Patch name="Basic Bell" hbank="1" lbank="32" prog="18" /> + <Patch name="BlkBoxBell" hbank="2" lbank="32" prog="18" /> + <Patch name="Ice Bell" hbank="3" lbank="32" prog="18" /> + <Patch name="MorphBells" hbank="0" lbank="32" prog="18" /> + <Patch name="ClockTower" hbank="1" lbank="32" prog="19" /> + <Patch name="Tacko Bell" hbank="2" lbank="32" prog="19" /> + <Patch name="Waterphone" hbank="3" lbank="32" prog="19" /> + <Patch name="MW RvrsBel" hbank="0" lbank="32" prog="19" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Real Prc B" hbank="1" lbank="32" prog="20" /> + <Patch name="AmericaOrg" hbank="2" lbank="32" prog="20" /> + <Patch name="3Draw Rock" hbank="3" lbank="32" prog="20" /> + <Patch name="4Draw Rock" hbank="0" lbank="32" prog="20" /> + <Patch name="High Life" hbank="1" lbank="32" prog="21" /> + <Patch name="BluesOrgan" hbank="2" lbank="32" prog="21" /> + <Patch name="KeyClikOrg" hbank="3" lbank="32" prog="21" /> + <Patch name="DrawbarCtl" hbank="0" lbank="32" prog="21" /> + <Patch name="Grit Organ" hbank="1" lbank="32" prog="22" /> + <Patch name="Purple B" hbank="2" lbank="32" prog="22" /> + <Patch name="Rockin; B3" hbank="3" lbank="32" prog="22" /> + <Patch name="Keith;s C3" hbank="0" lbank="32" prog="22" /> + <Patch name="ABCDrawbar" hbank="1" lbank="32" prog="23" /> + <Patch name="Jazz Prc B" hbank="2" lbank="32" prog="23" /> + <Patch name="GospelOrgn" hbank="3" lbank="32" prog="23" /> + <Patch name="Ballad B" hbank="0" lbank="32" prog="23" /> + <Patch name="WhitrShade" hbank="1" lbank="32" prog="24" /> + <Patch name="Survival" hbank="2" lbank="32" prog="24" /> + <Patch name="MetalOrgan" hbank="3" lbank="32" prog="24" /> + <Patch name="LFO Lezly" hbank="0" lbank="32" prog="24" /> + <Patch name="Toccata&Fg" hbank="1" lbank="32" prog="25" /> + <Patch name="High Mass" hbank="2" lbank="32" prog="25" /> + <Patch name="Full Ranks" hbank="3" lbank="32" prog="25" /> + <Patch name="PhantomOrg" hbank="0" lbank="32" prog="25" /> + <Patch name="KingsCourt" hbank="1" lbank="32" prog="26" /> + <Patch name="SftPipeOrg" hbank="2" lbank="32" prog="26" /> + <Patch name="Communion" hbank="3" lbank="32" prog="26" /> + <Patch name="PositivPuff" hbank="0" lbank="32" prog="26" /> + <Patch name="3rdHarmPerc" hbank="1" lbank="32" prog="27" /> + <Patch name="2 Drawbars" hbank="2" lbank="32" prog="27" /> + <Patch name="KiknPedals" hbank="3" lbank="32" prog="27" /> + <Patch name="Eng Organ" hbank="0" lbank="32" prog="27" /> + <Patch name="FrAccrdion" hbank="1" lbank="32" prog="28" /> + <Patch name="WrmAcrdion" hbank="2" lbank="32" prog="28" /> + <Patch name="Surf Organ" hbank="3" lbank="32" prog="28" /> + <Patch name="Gypsies" hbank="0" lbank="32" prog="28" /> + <Patch name="WhammerJmr" hbank="1" lbank="32" prog="29" /> + <Patch name="JazzHrmnca" hbank="2" lbank="32" prog="29" /> + <Patch name="Synthonica" hbank="3" lbank="32" prog="29" /> + <Patch name="JamHarmnca" hbank="0" lbank="32" prog="29" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Steel Ride" hbank="1" lbank="32" prog="30" /> + <Patch name="LegatoAGtr" hbank="2" lbank="32" prog="30" /> + <Patch name="SteelHorse" hbank="3" lbank="32" prog="30" /> + <Patch name="Quiet Time" hbank="0" lbank="32" prog="30" /> + <Patch name="GuildedAge" hbank="1" lbank="32" prog="31" /> + <Patch name="Big Body12" hbank="2" lbank="32" prog="31" /> + <Patch name="TuesdayAft" hbank="3" lbank="32" prog="31" /> + <Patch name="FolkBarGtr" hbank="0" lbank="32" prog="31" /> + <Patch name="Gitarala" hbank="1" lbank="32" prog="32" /> + <Patch name="GuitarsOoh" hbank="2" lbank="32" prog="32" /> + <Patch name="Dulcioto" hbank="3" lbank="32" prog="32" /> + <Patch name="GuitarPoem" hbank="0" lbank="32" prog="32" /> + <Patch name="ThickNylon" hbank="1" lbank="32" prog="33" /> + <Patch name="AcHarmonic" hbank="2" lbank="32" prog="33" /> + <Patch name="ElHarmonic" hbank="3" lbank="32" prog="33" /> + <Patch name="SteelNylon" hbank="0" lbank="32" prog="33" /> + <Patch name="Fat Strat" hbank="1" lbank="32" prog="34" /> + <Patch name="818 Guitar" hbank="2" lbank="32" prog="34" /> + <Patch name="PassGuitar" hbank="3" lbank="32" prog="34" /> + <Patch name="InstntEdge" hbank="0" lbank="32" prog="34" /> + <Patch name="TreMellow" hbank="1" lbank="32" prog="35" /> + <Patch name="Silvertone" hbank="2" lbank="32" prog="35" /> + <Patch name="PedalSteel" hbank="3" lbank="32" prog="35" /> + <Patch name="PulpGuuitar" hbank="0" lbank="32" prog="35" /> + <Patch name="Total Chug" hbank="1" lbank="32" prog="36" /> + <Patch name="Chunky" hbank="2" lbank="32" prog="36" /> + <Patch name="Hyperdrivr" hbank="3" lbank="32" prog="36" /> + <Patch name="Hard 5ths" hbank="0" lbank="32" prog="36" /> + <Patch name="FacePlantr" hbank="1" lbank="32" prog="37" /> + <Patch name="Fuzzhead" hbank="2" lbank="32" prog="37" /> + <Patch name="HeroHarmnx" hbank="3" lbank="32" prog="37" /> + <Patch name="Feedbacker" hbank="0" lbank="32" prog="37" /> + <Patch name="WorldSitar" hbank="1" lbank="32" prog="38" /> + <Patch name="CaralLezli" hbank="2" lbank="32" prog="38" /> + <Patch name="Dulcimer" hbank="3" lbank="32" prog="38" /> + <Patch name="Ethnoba" hbank="0" lbank="32" prog="38" /> + <Patch name="Koto Pluck" hbank="1" lbank="32" prog="39" /> + <Patch name="Spamisen" hbank="2" lbank="32" prog="39" /> + <Patch name="Mando Trem" hbank="3" lbank="32" prog="39" /> + <Patch name="kotobaba" hbank="0" lbank="32" prog="39" /> + </PatchGroup> + <PatchGroup name="Bass"> + <Patch name="BigUpright" hbank="1" lbank="32" prog="40" /> + <Patch name="FatUpright" hbank="2" lbank="32" prog="40" /> + <Patch name="SharpStick" hbank="3" lbank="32" prog="40" /> + <Patch name="Dance X" hbank="0" lbank="32" prog="40" /> + <Patch name="QS Bass" hbank="1" lbank="32" prog="41" /> + <Patch name="Face Bass" hbank="2" lbank="32" prog="41" /> + <Patch name="Deep Bass" hbank="3" lbank="32" prog="41" /> + <Patch name="PsychoBass" hbank="0" lbank="32" prog="41" /> + <Patch name="007 Bass" hbank="1" lbank="32" prog="42" /> + <Patch name="Heavy Bass" hbank="2" lbank="32" prog="42" /> + <Patch name="Roundwound" hbank="3" lbank="32" prog="42" /> + <Patch name="Space Bass" hbank="0" lbank="32" prog="42" /> + <Patch name="Slap It!" hbank="1" lbank="32" prog="43" /> + <Patch name="GothamBass" hbank="2" lbank="32" prog="43" /> + <Patch name="Pop;n Bass" hbank="3" lbank="32" prog="43" /> + <Patch name="House Bass" hbank="0" lbank="32" prog="43" /> + <Patch name="VolumeKnob" hbank="1" lbank="32" prog="44" /> + <Patch name="No Frets!" hbank="2" lbank="32" prog="44" /> + <Patch name="Octaver" hbank="3" lbank="32" prog="44" /> + <Patch name="Jazzy Bass" hbank="0" lbank="32" prog="44" /> + <Patch name="Fat Mini" hbank="1" lbank="32" prog="45" /> + <Patch name="FM Pluxx" hbank="2" lbank="32" prog="45" /> + <Patch name="FunkSnapBs" hbank="3" lbank="32" prog="45" /> + <Patch name="Lately Bass" hbank="0" lbank="32" prog="45" /> + <Patch name="Filter Wow" hbank="1" lbank="32" prog="46" /> + <Patch name="Touch Bass" hbank="2" lbank="32" prog="46" /> + <Patch name="Funky Acid" hbank="3" lbank="32" prog="46" /> + <Patch name="SynAtkBass" hbank="0" lbank="32" prog="46" /> + <Patch name="IndustryRez" hbank="1" lbank="32" prog="47" /> + <Patch name="Buzzz Base" hbank="2" lbank="32" prog="47" /> + <Patch name="MellowBass" hbank="3" lbank="32" prog="47" /> + <Patch name="Quack" hbank="0" lbank="32" prog="47" /> + <Patch name="DeutschBas" hbank="1" lbank="32" prog="48" /> + <Patch name="TranceBass" hbank="2" lbank="32" prog="48" /> + <Patch name="ArndsHouse" hbank="3" lbank="32" prog="48" /> + <Patch name="Trick Bass" hbank="0" lbank="32" prog="48" /> + <Patch name="CyberBass" hbank="1" lbank="32" prog="49" /> + <Patch name="Dist Bass" hbank="2" lbank="32" prog="49" /> + <Patch name="BassHarmnc" hbank="3" lbank="32" prog="49" /> + <Patch name="DanceGlide" hbank="0" lbank="32" prog="49" /> + </PatchGroup> + <PatchGroup name="Strings"> + <Patch name="Violinist" hbank="1" lbank="32" prog="50" /> + <Patch name="MI Viola" hbank="2" lbank="32" prog="50" /> + <Patch name="Solo Cello" hbank="3" lbank="32" prog="50" /> + <Patch name="ContraBass" hbank="0" lbank="32" prog="50" /> + <Patch name="MedSection" hbank="1" lbank="32" prog="51" /> + <Patch name="SmlSection" hbank="2" lbank="32" prog="51" /> + <Patch name="Solodious" hbank="3" lbank="32" prog="51" /> + <Patch name="DSP Violin" hbank="0" lbank="32" prog="51" /> + <Patch name="StringVox" hbank="1" lbank="32" prog="52" /> + <Patch name="LushStrngs" hbank="2" lbank="32" prog="52" /> + <Patch name="RichString" hbank="3" lbank="32" prog="52" /> + <Patch name="DiamondStr" hbank="0" lbank="32" prog="52" /> + <Patch name="LA Phil" hbank="1" lbank="32" prog="53" /> + <Patch name="Violin Orc" hbank="2" lbank="32" prog="53" /> + <Patch name="Film Score" hbank="3" lbank="32" prog="53" /> + <Patch name="SynthEnsmb" hbank="0" lbank="32" prog="53" /> + <Patch name="Arco Ens" hbank="1" lbank="32" prog="54" /> + <Patch name="OctaString" hbank="2" lbank="32" prog="54" /> + <Patch name="HugeString" hbank="3" lbank="32" prog="54" /> + <Patch name="Syn Arcos" hbank="0" lbank="32" prog="54" /> + <Patch name="Bali Hai" hbank="1" lbank="32" prog="55" /> + <Patch name="Pit String" hbank="2" lbank="32" prog="55" /> + <Patch name="Strng&Perc" hbank="3" lbank="32" prog="55" /> + <Patch name="StarDustMW" hbank="0" lbank="32" prog="55" /> + <Patch name="Obersphere" hbank="1" lbank="32" prog="56" /> + <Patch name="Tron Mood" hbank="2" lbank="32" prog="56" /> + <Patch name="True Tron" hbank="3" lbank="32" prog="56" /> + <Patch name="DreamStrgs" hbank="0" lbank="32" prog="56" /> + <Patch name="J Strings" hbank="1" lbank="32" prog="57" /> + <Patch name="SE Flange" hbank="2" lbank="32" prog="57" /> + <Patch name="StrgMachin" hbank="3" lbank="32" prog="57" /> + <Patch name="Ana String" hbank="0" lbank="32" prog="57" /> + <Patch name="Pizz Pluck" hbank="1" lbank="32" prog="58" /> + <Patch name="Pitzi" hbank="2" lbank="32" prog="58" /> + <Patch name="PizzViolin" hbank="3" lbank="32" prog="58" /> + <Patch name="SpacePluck" hbank="0" lbank="32" prog="58" /> + <Patch name="Harp Pluck" hbank="1" lbank="32" prog="59" /> + <Patch name="HeavenHarp" hbank="2" lbank="32" prog="59" /> + <Patch name="Harp Gliss" hbank="3" lbank="32" prog="59" /> + <Patch name="Waterfalls" hbank="0" lbank="32" prog="59" /> + </PatchGroup> + <PatchGroup name="Brass"> + <Patch name="FlugelSolo" hbank="1" lbank="32" prog="60" /> + <Patch name="Bone-afied" hbank="2" lbank="32" prog="60" /> + <Patch name="Francaise" hbank="3" lbank="32" prog="60" /> + <Patch name="SmokeyRoom" hbank="0" lbank="32" prog="60" /> + <Patch name="ClsclTrmpt" hbank="1" lbank="32" prog="61" /> + <Patch name="Jazz Mute" hbank="2" lbank="32" prog="61" /> + <Patch name="Orch Mutes" hbank="3" lbank="32" prog="61" /> + <Patch name="MW Mute TP" hbank="0" lbank="32" prog="61" /> + <Patch name="Solo Tromb" hbank="1" lbank="32" prog="62" /> + <Patch name="RegalBones" hbank="2" lbank="32" prog="62" /> + <Patch name="Tromb Ens" hbank="3" lbank="32" prog="62" /> + <Patch name="Hard Tuba" hbank="0" lbank="32" prog="62" /> + <Patch name="Dual Horns" hbank="1" lbank="32" prog="63" /> + <Patch name="Ooh Horns" hbank="2" lbank="32" prog="63" /> + <Patch name="3rdImpTrpt" hbank="3" lbank="32" prog="63" /> + <Patch name="FusionHorn" hbank="0" lbank="32" prog="63" /> + <Patch name="Real Brass" hbank="1" lbank="32" prog="64" /> + <Patch name="ClsclHorns" hbank="2" lbank="32" prog="64" /> + <Patch name="TrumpetEns" hbank="3" lbank="32" prog="64" /> + <Patch name="Vivaldian" hbank="0" lbank="32" prog="64" /> + <Patch name="Pop Brass" hbank="1" lbank="32" prog="65" /> + <Patch name="Gold Brass" hbank="2" lbank="32" prog="65" /> + <Patch name="Four Horns" hbank="3" lbank="32" prog="65" /> + <Patch name="BigBrsSect" hbank="0" lbank="32" prog="65" /> + <Patch name="Bigg Brass" hbank="1" lbank="32" prog="66" /> + <Patch name="BeBopHorns" hbank="2" lbank="32" prog="66" /> + <Patch name="Dixi Brass" hbank="3" lbank="32" prog="66" /> + <Patch name="ButtahHrns" hbank="0" lbank="32" prog="66" /> + <Patch name="Brass Pump" hbank="1" lbank="32" prog="67" /> + <Patch name="Sfz Brass" hbank="2" lbank="32" prog="67" /> + <Patch name="HornExpans" hbank="3" lbank="32" prog="67" /> + <Patch name="TrumpletMW" hbank="0" lbank="32" prog="67" /> + <Patch name="ClassBrass" hbank="1" lbank="32" prog="68" /> + <Patch name="Orchestral" hbank="2" lbank="32" prog="68" /> + <Patch name="GhostHorns" hbank="3" lbank="32" prog="68" /> + <Patch name="SkyWatcher" hbank="0" lbank="32" prog="68" /> + <Patch name="Ohbe Brass" hbank="1" lbank="32" prog="69" /> + <Patch name="ClscSynBrs" hbank="2" lbank="32" prog="69" /> + <Patch name="OB Horns" hbank="3" lbank="32" prog="69" /> + <Patch name="Mighty5th" hbank="0" lbank="32" prog="69" /> + </PatchGroup> + <PatchGroup name="Winds"> + <Patch name="Lyric Flute" hbank="1" lbank="32" prog="70" /> + <Patch name="SingleFlut" hbank="2" lbank="32" prog="70" /> + <Patch name="Hard Flute" hbank="3" lbank="32" prog="70" /> + <Patch name="ChiffFlute" hbank="0" lbank="32" prog="70" /> + <Patch name="TronFlutes" hbank="1" lbank="32" prog="71" /> + <Patch name="SpaceFlute" hbank="2" lbank="32" prog="71" /> + <Patch name="Mutablow" hbank="3" lbank="32" prog="71" /> + <Patch name="TalkinPipe" hbank="0" lbank="32" prog="71" /> + <Patch name="PanPeople" hbank="1" lbank="32" prog="72" /> + <Patch name="Hard Pipes" hbank="2" lbank="32" prog="72" /> + <Patch name="PetersPipe" hbank="3" lbank="32" prog="72" /> + <Patch name="PanBristle" hbank="0" lbank="32" prog="72" /> + <Patch name="Bottle Pad" hbank="1" lbank="32" prog="73" /> + <Patch name="Tripan" hbank="2" lbank="32" prog="73" /> + <Patch name="Minotaur" hbank="3" lbank="32" prog="73" /> + <Patch name="BlowDeTune" hbank="0" lbank="32" prog="73" /> + <Patch name="Wind Ensmb" hbank="1" lbank="32" prog="74" /> + <Patch name="Wind Orch" hbank="2" lbank="32" prog="74" /> + <Patch name="Dark Winds" hbank="3" lbank="32" prog="74" /> + <Patch name="Wind Woods" hbank="0" lbank="32" prog="74" /> + <Patch name="SoloBasoon" hbank="1" lbank="32" prog="75" /> + <Patch name="Oboe Blow" hbank="2" lbank="32" prog="75" /> + <Patch name="G. Soprano" hbank="3" lbank="32" prog="75" /> + <Patch name="Croccodile" hbank="0" lbank="32" prog="75" /> + <Patch name="Tenor Solo" hbank="1" lbank="32" prog="76" /> + <Patch name="Brite Alto" hbank="2" lbank="32" prog="76" /> + <Patch name="Sax Touch" hbank="3" lbank="32" prog="76" /> + <Patch name="BreathySax" hbank="0" lbank="32" prog="76" /> + <Patch name="ThoseSaxes" hbank="1" lbank="32" prog="77" /> + <Patch name="Big Band" hbank="2" lbank="32" prog="77" /> + <Patch name="Sax Mass" hbank="3" lbank="32" prog="77" /> + <Patch name="SprnoRcrdr" hbank="0" lbank="32" prog="77" /> + <Patch name="Nautical" hbank="1" lbank="32" prog="78" /> + <Patch name="Wistelaan" hbank="2" lbank="32" prog="78" /> + <Patch name="Transformr" hbank="3" lbank="32" prog="78" /> + <Patch name="HybridBlow" hbank="0" lbank="32" prog="78" /> + <Patch name="FantaFlute" hbank="1" lbank="32" prog="79" /> + <Patch name="Shamanixst" hbank="2" lbank="32" prog="79" /> + <Patch name="1001Nights" hbank="3" lbank="32" prog="79" /> + <Patch name="Cartoonin;" hbank="0" lbank="32" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth 1"> + <Patch name="Ooh Choir" hbank="1" lbank="32" prog="80" /> + <Patch name="Oohzee" hbank="2" lbank="32" prog="80" /> + <Patch name="VelOooz&Aaz" hbank="3" lbank="32" prog="80" /> + <Patch name="PavlovsDog" hbank="0" lbank="32" prog="80" /> + <Patch name="Ahh Choir" hbank="1" lbank="32" prog="81" /> + <Patch name="Glory Ahhs" hbank="2" lbank="32" prog="81" /> + <Patch name="Voxalon" hbank="3" lbank="32" prog="81" /> + <Patch name="MorphChoir" hbank="0" lbank="32" prog="81" /> + <Patch name="Sunsrizer" hbank="1" lbank="32" prog="82" /> + <Patch name="Dead Sea" hbank="2" lbank="32" prog="82" /> + <Patch name="Final Dawn" hbank="3" lbank="32" prog="82" /> + <Patch name="Air Pad MW" hbank="0" lbank="32" prog="82" /> + <Patch name="Afterglow" hbank="1" lbank="32" prog="83" /> + <Patch name="Anasthesia" hbank="2" lbank="32" prog="83" /> + <Patch name="1stContact" hbank="3" lbank="32" prog="83" /> + <Patch name="GlideVoxMW" hbank="0" lbank="32" prog="83" /> + <Patch name="TyrellCorp" hbank="1" lbank="32" prog="84" /> + <Patch name="Sparks" hbank="2" lbank="32" prog="84" /> + <Patch name="Applewine" hbank="3" lbank="32" prog="84" /> + <Patch name="JoshuaTree" hbank="0" lbank="32" prog="84" /> + <Patch name="MindSweep" hbank="1" lbank="32" prog="85" /> + <Patch name="Hol&Sampl" hbank="2" lbank="32" prog="85" /> + <Patch name="Shiftaling" hbank="3" lbank="32" prog="85" /> + <Patch name="Metal Wash" hbank="0" lbank="32" prog="85" /> + <Patch name="GenesisWav" hbank="1" lbank="32" prog="86" /> + <Patch name="Dew Drops" hbank="2" lbank="32" prog="86" /> + <Patch name="Comet Rain" hbank="3" lbank="32" prog="86" /> + <Patch name="HeavenCent" hbank="0" lbank="32" prog="86" /> + <Patch name="Rainforest" hbank="1" lbank="32" prog="87" /> + <Patch name="Outland" hbank="2" lbank="32" prog="87" /> + <Patch name="7th Wave" hbank="3" lbank="32" prog="87" /> + <Patch name="Ocean Mood" hbank="0" lbank="32" prog="87" /> + <Patch name="Sahara Sun" hbank="1" lbank="32" prog="88" /> + <Patch name="Emperor" hbank="2" lbank="32" prog="88" /> + <Patch name="Eno Pad" hbank="3" lbank="32" prog="88" /> + <Patch name="MoonRise" hbank="0" lbank="32" prog="88" /> + <Patch name="Water!!!" hbank="1" lbank="32" prog="89" /> + <Patch name="Ascent" hbank="2" lbank="32" prog="89" /> + <Patch name="Tsynami" hbank="3" lbank="32" prog="89" /> + <Patch name="InnerPhase" hbank="0" lbank="32" prog="89" /> + </PatchGroup> + <PatchGroup name="Synth 2"> + <Patch name="Quadatix" hbank="1" lbank="32" prog="90" /> + <Patch name="Fanfare GX" hbank="2" lbank="32" prog="90" /> + <Patch name="Touch & Go" hbank="3" lbank="32" prog="90" /> + <Patch name="TicSawlead" hbank="0" lbank="32" prog="90" /> + <Patch name="VoltagePad" hbank="1" lbank="32" prog="91" /> + <Patch name="PowerChirp" hbank="2" lbank="32" prog="91" /> + <Patch name="EmersonSaw" hbank="3" lbank="32" prog="91" /> + <Patch name="Spaceport" hbank="0" lbank="32" prog="91" /> + <Patch name="Xpando Pad" hbank="1" lbank="32" prog="92" /> + <Patch name="BladeRunnr" hbank="2" lbank="32" prog="92" /> + <Patch name="Fluid Pad" hbank="3" lbank="32" prog="92" /> + <Patch name="FlashBack" hbank="0" lbank="32" prog="92" /> + <Patch name="Scarlamare" hbank="1" lbank="32" prog="93" /> + <Patch name="Distance" hbank="2" lbank="32" prog="93" /> + <Patch name="Vector Pad" hbank="3" lbank="32" prog="93" /> + <Patch name="VintageRez" hbank="0" lbank="32" prog="93" /> + <Patch name="A/V Pad" hbank="1" lbank="32" prog="94" /> + <Patch name="Angelsynth" hbank="2" lbank="32" prog="94" /> + <Patch name="Fuzz Choir" hbank="3" lbank="32" prog="94" /> + <Patch name="Mink Pad" hbank="0" lbank="32" prog="94" /> + <Patch name="AirLAYER" hbank="1" lbank="32" prog="95" /> + <Patch name="HighGlissz" hbank="2" lbank="32" prog="95" /> + <Patch name="Hihowareya" hbank="3" lbank="32" prog="95" /> + <Patch name="Cromaphon" hbank="0" lbank="32" prog="95" /> + <Patch name="Kalimpanad" hbank="1" lbank="32" prog="96" /> + <Patch name="Delectea" hbank="2" lbank="32" prog="96" /> + <Patch name="Scientific" hbank="3" lbank="32" prog="96" /> + <Patch name="Amakudari" hbank="0" lbank="32" prog="96" /> + <Patch name="Blacksmith" hbank="1" lbank="32" prog="97" /> + <Patch name="PatchCords" hbank="2" lbank="32" prog="97" /> + <Patch name="Pop Out" hbank="3" lbank="32" prog="97" /> + <Patch name="RubberMetl" hbank="0" lbank="32" prog="97" /> + <Patch name="Digidee" hbank="1" lbank="32" prog="98" /> + <Patch name="Silk&Satin" hbank="2" lbank="32" prog="98" /> + <Patch name="Voice Bell" hbank="3" lbank="32" prog="98" /> + <Patch name="TinSynLead" hbank="0" lbank="32" prog="98" /> + <Patch name="Marburg" hbank="1" lbank="32" prog="99" /> + <Patch name="FuzzyGlass" hbank="2" lbank="32" prog="99" /> + <Patch name="PebbleBell" hbank="3" lbank="32" prog="99" /> + <Patch name="Marimpanad" hbank="0" lbank="32" prog="99" /> + </PatchGroup> + <PatchGroup name="Synth 3"> + <Patch name="Porta Lead" hbank="1" lbank="32" prog="100" /> + <Patch name="FmDBgining" hbank="2" lbank="32" prog="100" /> + <Patch name="Fast Sync" hbank="3" lbank="32" prog="100" /> + <Patch name="Zoo Lead" hbank="0" lbank="32" prog="100" /> + <Patch name="ClassicSqr" hbank="1" lbank="32" prog="101" /> + <Patch name="EPROM Boy" hbank="2" lbank="32" prog="101" /> + <Patch name="Spork Boy" hbank="3" lbank="32" prog="101" /> + <Patch name="Spring Boy" hbank="0" lbank="32" prog="101" /> + <Patch name="Triangular" hbank="1" lbank="32" prog="102" /> + <Patch name="EmoL7 Lead" hbank="2" lbank="32" prog="102" /> + <Patch name="Tri Lead" hbank="3" lbank="32" prog="102" /> + <Patch name="3oh3 SawMW" hbank="0" lbank="32" prog="102" /> + <Patch name="Maze Lead" hbank="1" lbank="32" prog="103" /> + <Patch name="DiodeDoodl" hbank="2" lbank="32" prog="103" /> + <Patch name="Beta Lead" hbank="3" lbank="32" prog="103" /> + <Patch name="3oh3 SqrMW" hbank="0" lbank="32" prog="103" /> + <Patch name="BPF Lead" hbank="1" lbank="32" prog="104" /> + <Patch name="MellowGold" hbank="2" lbank="32" prog="104" /> + <Patch name="WhstleLead" hbank="3" lbank="32" prog="104" /> + <Patch name="HiPassCtrl" hbank="0" lbank="32" prog="104" /> + <Patch name="Screamer!" hbank="1" lbank="32" prog="105" /> + <Patch name="PortaWheel" hbank="2" lbank="32" prog="105" /> + <Patch name="Alpha Lead" hbank="3" lbank="32" prog="105" /> + <Patch name=";74 Square" hbank="0" lbank="32" prog="105" /> + <Patch name="ShineOn..." hbank="1" lbank="32" prog="106" /> + <Patch name="Sweet Lead" hbank="2" lbank="32" prog="106" /> + <Patch name="Rezzathing" hbank="3" lbank="32" prog="106" /> + <Patch name="RaveSaw QS" hbank="0" lbank="32" prog="106" /> + <Patch name="Touchsaw" hbank="1" lbank="32" prog="107" /> + <Patch name="Brassy 5th" hbank="2" lbank="32" prog="107" /> + <Patch name="Trilogy Ld" hbank="3" lbank="32" prog="107" /> + <Patch name="RaveSqr QS" hbank="0" lbank="32" prog="107" /> + <Patch name="Fuzz Box" hbank="1" lbank="32" prog="108" /> + <Patch name="SuperNova" hbank="2" lbank="32" prog="108" /> + <Patch name="Hazy Lead" hbank="3" lbank="32" prog="108" /> + <Patch name="Buzz Clip" hbank="0" lbank="32" prog="108" /> + <Patch name="AquaTarkus" hbank="1" lbank="32" prog="109" /> + <Patch name="AbdnsTriad" hbank="2" lbank="32" prog="109" /> + <Patch name="The Sage" hbank="3" lbank="32" prog="109" /> + <Patch name="SyncNSaws!" hbank="0" lbank="32" prog="109" /> + </PatchGroup> + <PatchGroup name="Rhythm/FX"> + <Patch name="Synergy MW" hbank="1" lbank="32" prog="110" /> + <Patch name="Transcope" hbank="2" lbank="32" prog="110" /> + <Patch name="Pitch-Bot" hbank="3" lbank="32" prog="110" /> + <Patch name="Wormholes" hbank="0" lbank="32" prog="110" /> + <Patch name="Discotron" hbank="1" lbank="32" prog="111" /> + <Patch name="Groovy-bot" hbank="2" lbank="32" prog="111" /> + <Patch name="Disco Boy" hbank="3" lbank="32" prog="111" /> + <Patch name="Bonk" hbank="0" lbank="32" prog="111" /> + <Patch name="Bhangra" hbank="1" lbank="32" prog="112" /> + <Patch name="Yonderland" hbank="2" lbank="32" prog="112" /> + <Patch name="Braveheart" hbank="3" lbank="32" prog="112" /> + <Patch name="No Age" hbank="0" lbank="32" prog="112" /> + <Patch name="Randomania" hbank="1" lbank="32" prog="113" /> + <Patch name="Robotechno" hbank="2" lbank="32" prog="113" /> + <Patch name="NineIncher" hbank="3" lbank="32" prog="113" /> + <Patch name="Funkngruvn" hbank="0" lbank="32" prog="113" /> + <Patch name="Pop Thing" hbank="1" lbank="32" prog="114" /> + <Patch name="JungleGruv" hbank="2" lbank="32" prog="114" /> + <Patch name="TheSandMan" hbank="3" lbank="32" prog="114" /> + <Patch name="New Waves" hbank="0" lbank="32" prog="114" /> + <Patch name="Loop-O-Mat" hbank="1" lbank="32" prog="115" /> + <Patch name="WhereDrums" hbank="2" lbank="32" prog="115" /> + <Patch name="ConsumRism" hbank="3" lbank="32" prog="115" /> + <Patch name="Pss Roll" hbank="0" lbank="32" prog="115" /> + <Patch name="Clockwork" hbank="1" lbank="32" prog="116" /> + <Patch name="Sardauker" hbank="2" lbank="32" prog="116" /> + <Patch name="Fanfare" hbank="3" lbank="32" prog="116" /> + <Patch name="TseTse Fly" hbank="0" lbank="32" prog="116" /> + <Patch name="Heartbeat" hbank="1" lbank="32" prog="117" /> + <Patch name="Circles" hbank="2" lbank="32" prog="117" /> + <Patch name="Big Sur" hbank="3" lbank="32" prog="117" /> + <Patch name="DogsInSpac" hbank="0" lbank="32" prog="117" /> + <Patch name="Nanites" hbank="1" lbank="32" prog="118" /> + <Patch name="T-Minus 1" hbank="2" lbank="32" prog="118" /> + <Patch name="BubbleHead" hbank="3" lbank="32" prog="118" /> + <Patch name="Insectagon" hbank="0" lbank="32" prog="118" /> + <Patch name="MonstrMash" hbank="1" lbank="32" prog="119" /> + <Patch name="Creeps" hbank="2" lbank="32" prog="119" /> + <Patch name="Hyperspace" hbank="3" lbank="32" prog="119" /> + <Patch name="Laboratory" hbank="0" lbank="32" prog="119" /> + </PatchGroup> + <PatchGroup name="Drums/Percussion"> + <Patch name="DM5 Drums" hbank="1" lbank="32" prog="120" drum="1" /> + <Patch name="Pop Up Kit" hbank="2" lbank="32" prog="120" drum="1" /> + <Patch name="CountryKit" hbank="3" lbank="32" prog="120" drum="1" /> + <Patch name="Real Rock" hbank="0" lbank="32" prog="120" drum="1" /> + <Patch name="Straight 8" hbank="1" lbank="32" prog="121" drum="1" /> + <Patch name="9 Time" hbank="2" lbank="32" prog="121" drum="1" /> + <Patch name="See our 78" hbank="3" lbank="32" prog="121" drum="1" /> + <Patch name="Asylum Kit" hbank="0" lbank="32" prog="121" drum="1" /> + <Patch name="Industro" hbank="1" lbank="32" prog="122" drum="1" /> + <Patch name="HardcoreKit" hbank="2" lbank="32" prog="122" drum="1" /> + <Patch name="Groovy Lube" hbank="3" lbank="32" prog="122" drum="1" /> + <Patch name="Harlem Tek" hbank="0" lbank="32" prog="122" drum="1" /> + <Patch name="StreetBeat" hbank="1" lbank="32" prog="123" drum="1" /> + <Patch name="UrbanBliss" hbank="2" lbank="32" prog="123" drum="1" /> + <Patch name="Disco Kit" hbank="3" lbank="32" prog="123" drum="1" /> + <Patch name="15ips Kit" hbank="0" lbank="32" prog="123" drum="1" /> + <Patch name="Outer Kit" hbank="1" lbank="32" prog="124" drum="1" /> + <Patch name="GuessTrips" hbank="2" lbank="32" prog="124" drum="1" /> + <Patch name="UFO Drums" hbank="3" lbank="32" prog="124" drum="1" /> + <Patch name="GuessDrums" hbank="0" lbank="32" prog="124" drum="1" /> + <Patch name="AfricaPerc" hbank="1" lbank="32" prog="125" drum="1" /> + <Patch name="India Perc" hbank="2" lbank="32" prog="125" drum="1" /> + <Patch name="Asia Perc" hbank="3" lbank="32" prog="125" drum="1" /> + <Patch name="VocoderKit" hbank="0" lbank="32" prog="125" drum="1" /> + <Patch name="Marktree" hbank="1" lbank="32" prog="126" drum="1" /> + <Patch name="TimpaniHit" hbank="2" lbank="32" prog="126" drum="1" /> + <Patch name="Doom Toms" hbank="3" lbank="32" prog="126" drum="1" /> + <Patch name="Rainstick" hbank="0" lbank="32" prog="126" drum="1" /> + <Patch name="Orch Hits" hbank="1" lbank="32" prog="127" drum="1" /> + <Patch name="Danz Hitz" hbank="2" lbank="32" prog="127" drum="1" /> + <Patch name="Film Hit" hbank="3" lbank="32" prog="127" drum="1" /> + <Patch name="Deja Hitz" hbank="0" lbank="32" prog="127" drum="1" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/AlesisQS6.idf b/muse2/share/instruments/AlesisQS6.idf new file mode 100644 index 00000000..cb4de5b1 --- /dev/null +++ b/muse2/share/instruments/AlesisQS6.idf @@ -0,0 +1,655 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="AlesisQS6"> + <PatchGroup name="General Midi"> + <Patch name="Acoustic Grand Piano" hbank="4" lbank="32" prog="0" /> + <Patch name="Bright Acoustic Piano" hbank="4" lbank="32" prog="1" /> + <Patch name="Electric Grand Piano" hbank="4" lbank="32" prog="2" /> + <Patch name="Honky-tonk Piano" hbank="4" lbank="32" prog="3" /> + <Patch name="Electric Piano 1" hbank="4" lbank="32" prog="4" /> + <Patch name="Electric Piano 2" hbank="4" lbank="32" prog="5" /> + <Patch name="Harpsichord" hbank="4" lbank="32" prog="6" /> + <Patch name="Clavi" hbank="4" lbank="32" prog="7" /> + <Patch name="Celesta" hbank="4" lbank="32" prog="8" /> + <Patch name="Glockenspiel" hbank="4" lbank="32" prog="9" /> + <Patch name="Music Box" hbank="4" lbank="32" prog="10" /> + <Patch name="Vibraphone" hbank="4" lbank="32" prog="11" /> + <Patch name="Marimba" hbank="4" lbank="32" prog="12" /> + <Patch name="Xylophone" hbank="4" lbank="32" prog="13" /> + <Patch name="Tubular Bells" hbank="4" lbank="32" prog="14" /> + <Patch name="Dulcimer" hbank="4" lbank="32" prog="15" /> + <Patch name="Drawbar Organ" hbank="4" lbank="32" prog="16" /> + <Patch name="Percussive Organ" hbank="4" lbank="32" prog="17" /> + <Patch name="Rock Organ" hbank="4" lbank="32" prog="18" /> + <Patch name="Church Organ" hbank="4" lbank="32" prog="19" /> + <Patch name="Reed Organ" hbank="4" lbank="32" prog="20" /> + <Patch name="Accordion" hbank="4" lbank="32" prog="21" /> + <Patch name="Harmonica" hbank="4" lbank="32" prog="22" /> + <Patch name="Tango Accordion" hbank="4" lbank="32" prog="23" /> + <Patch name="Acoustic Guitar (nylon)" hbank="4" lbank="32" prog="24" /> + <Patch name="Acoustic Guitar (steel)" hbank="4" lbank="32" prog="25" /> + <Patch name="Electric Guitar (jazz)" hbank="4" lbank="32" prog="26" /> + <Patch name="Electric Guitar (clean)" hbank="4" lbank="32" prog="27" /> + <Patch name="Electric Guitar (muted)" hbank="4" lbank="32" prog="28" /> + <Patch name="Overdriven Guitar" hbank="4" lbank="32" prog="29" /> + <Patch name="Distortion Guitar" hbank="4" lbank="32" prog="30" /> + <Patch name="Guitar harmonics" hbank="4" lbank="32" prog="31" /> + <Patch name="Acoustic Bass" hbank="4" lbank="32" prog="32" /> + <Patch name="Fingered Bass" hbank="4" lbank="32" prog="33" /> + <Patch name="Picked Bass" hbank="4" lbank="32" prog="34" /> + <Patch name="Fretless Bass" hbank="4" lbank="32" prog="35" /> + <Patch name="Slap Bass 1" hbank="4" lbank="32" prog="36" /> + <Patch name="Slap Bass 2" hbank="4" lbank="32" prog="37" /> + <Patch name="Synth Bass 1" hbank="4" lbank="32" prog="38" /> + <Patch name="Synth Bass 2" hbank="4" lbank="32" prog="39" /> + <Patch name="Violin" hbank="4" lbank="32" prog="40" /> + <Patch name="Viola" hbank="4" lbank="32" prog="41" /> + <Patch name="Cello" hbank="4" lbank="32" prog="42" /> + <Patch name="Contrabass" hbank="4" lbank="32" prog="43" /> + <Patch name="Tremolo Strings" hbank="4" lbank="32" prog="44" /> + <Patch name="Pizzicato Strings" hbank="4" lbank="32" prog="45" /> + <Patch name="Orchestral Harp" hbank="4" lbank="32" prog="46" /> + <Patch name="Timpani" hbank="4" lbank="32" prog="47" /> + <Patch name="String Ensemble 1" hbank="4" lbank="32" prog="48" /> + <Patch name="String Ensemble 2" hbank="4" lbank="32" prog="49" /> + <Patch name="SynthStrings 1" hbank="4" lbank="32" prog="50" /> + <Patch name="SynthStrings 2" hbank="4" lbank="32" prog="51" /> + <Patch name="Choir Aahs" hbank="4" lbank="32" prog="52" /> + <Patch name="Voice Oohs" hbank="4" lbank="32" prog="53" /> + <Patch name="Synth Voice" hbank="4" lbank="32" prog="54" /> + <Patch name="Orchestra Hit" hbank="4" lbank="32" prog="55" /> + <Patch name="Trumpet" hbank="4" lbank="32" prog="56" /> + <Patch name="Trombone" hbank="4" lbank="32" prog="57" /> + <Patch name="Tuba" hbank="4" lbank="32" prog="58" /> + <Patch name="Muted Trumpet" hbank="4" lbank="32" prog="59" /> + <Patch name="French Horn" hbank="4" lbank="32" prog="60" /> + <Patch name="Brass Section" hbank="4" lbank="32" prog="61" /> + <Patch name="SynthBrass 1" hbank="4" lbank="32" prog="62" /> + <Patch name="SynthBrass 2" hbank="4" lbank="32" prog="63" /> + <Patch name="Soprano Sax" hbank="4" lbank="32" prog="64" /> + <Patch name="Alto Sax" hbank="4" lbank="32" prog="65" /> + <Patch name="Tenor Sax" hbank="4" lbank="32" prog="66" /> + <Patch name="Baritone Sax" hbank="4" lbank="32" prog="67" /> + <Patch name="Oboe" hbank="4" lbank="32" prog="68" /> + <Patch name="English Horn" hbank="4" lbank="32" prog="69" /> + <Patch name="Bassoon" hbank="4" lbank="32" prog="70" /> + <Patch name="Clarinet" hbank="4" lbank="32" prog="71" /> + <Patch name="Piccolo" hbank="4" lbank="32" prog="72" /> + <Patch name="Flute" hbank="4" lbank="32" prog="73" /> + <Patch name="Recorder" hbank="4" lbank="32" prog="74" /> + <Patch name="Pan Flute" hbank="4" lbank="32" prog="75" /> + <Patch name="Blown Bottle" hbank="4" lbank="32" prog="76" /> + <Patch name="Shakuhachi" hbank="4" lbank="32" prog="77" /> + <Patch name="Whistle" hbank="4" lbank="32" prog="78" /> + <Patch name="Ocarina" hbank="4" lbank="32" prog="79" /> + <Patch name="Lead 1 (square)" hbank="4" lbank="32" prog="80" /> + <Patch name="Lead 2 (sawtooth)" hbank="4" lbank="32" prog="81" /> + <Patch name="Lead 3 (calliope)" hbank="4" lbank="32" prog="82" /> + <Patch name="Lead 4 (chiff)" hbank="4" lbank="32" prog="83" /> + <Patch name="Lead 5 (charang)" hbank="4" lbank="32" prog="84" /> + <Patch name="Lead 6 (voice)" hbank="4" lbank="32" prog="85" /> + <Patch name="Lead 7 (fifths)" hbank="4" lbank="32" prog="86" /> + <Patch name="Lead 8 (bass + lead)" hbank="4" lbank="32" prog="87" /> + <Patch name="Pad 1 (new age)" hbank="4" lbank="32" prog="88" /> + <Patch name="Pad 2 (warm)" hbank="4" lbank="32" prog="89" /> + <Patch name="Pad 3 (polysynth)" hbank="4" lbank="32" prog="90" /> + <Patch name="Pad 4 (choir)" hbank="4" lbank="32" prog="91" /> + <Patch name="Pad 5 (bowed)" hbank="4" lbank="32" prog="92" /> + <Patch name="Pad 6 (metallic)" hbank="4" lbank="32" prog="93" /> + <Patch name="Pad 7 (halo)" hbank="4" lbank="32" prog="94" /> + <Patch name="Pad 8 (sweep)" hbank="4" lbank="32" prog="95" /> + <Patch name="FX 1 (rain)" hbank="4" lbank="32" prog="96" /> + <Patch name="FX 2 (soundtrack)" hbank="4" lbank="32" prog="97" /> + <Patch name="FX 3 (crystal)" hbank="4" lbank="32" prog="98" /> + <Patch name="FX 4 (atmosphere)" hbank="4" lbank="32" prog="99" /> + <Patch name="FX 5 (brightness)" hbank="4" lbank="32" prog="100" /> + <Patch name="FX 6 (goblins)" hbank="4" lbank="32" prog="101" /> + <Patch name="FX 7 (echoes)" hbank="4" lbank="32" prog="102" /> + <Patch name="FX 8 (sci-fi)" hbank="4" lbank="32" prog="103" /> + <Patch name="Sitar" hbank="4" lbank="32" prog="104" /> + <Patch name="Banjo" hbank="4" lbank="32" prog="105" /> + <Patch name="Shamisen" hbank="4" lbank="32" prog="106" /> + <Patch name="Koto" hbank="4" lbank="32" prog="107" /> + <Patch name="Kalimba" hbank="4" lbank="32" prog="108" /> + <Patch name="Bag pipe" hbank="4" lbank="32" prog="109" /> + <Patch name="Fiddle" hbank="4" lbank="32" prog="110" /> + <Patch name="Shanai" hbank="4" lbank="32" prog="111" /> + <Patch name="Tinkle Bell" hbank="4" lbank="32" prog="112" /> + <Patch name="Agogo" hbank="4" lbank="32" prog="113" /> + <Patch name="Steel Drums" hbank="4" lbank="32" prog="114" /> + <Patch name="Woodblock" hbank="4" lbank="32" prog="115" /> + <Patch name="Taiko Drum" hbank="4" lbank="32" prog="116" /> + <Patch name="Melodic Tom" hbank="4" lbank="32" prog="117" /> + <Patch name="Synth Drum" hbank="4" lbank="32" prog="118" /> + <Patch name="Reverse Cymbal" hbank="4" lbank="32" prog="119" /> + <Patch name="Guitar Fret Noise" hbank="4" lbank="32" prog="120" /> + <Patch name="Breath Noise" hbank="4" lbank="32" prog="121" /> + <Patch name="Seashore" hbank="4" lbank="32" prog="122" /> + <Patch name="Bird Tweet" hbank="4" lbank="32" prog="123" /> + <Patch name="Telephone Ring" hbank="4" lbank="32" prog="124" /> + <Patch name="Helicopter" hbank="4" lbank="32" prog="125" /> + <Patch name="Applause" hbank="4" lbank="32" prog="126" /> + <Patch name="Gunshot" hbank="4" lbank="32" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset1 Programs"> + <Patch name="GrandPiano" hbank="1" lbank="32" prog="0" /> + <Patch name="PianoMorph" hbank="1" lbank="32" prog="1" /> + <Patch name="HyperPiano" hbank="1" lbank="32" prog="2" /> + <Patch name="Rayz Rhodz" hbank="1" lbank="32" prog="3" /> + <Patch name="61 Tines" hbank="1" lbank="32" prog="4" /> + <Patch name="FM E Piano" hbank="1" lbank="32" prog="5" /> + <Patch name="EP & Oohs" hbank="1" lbank="32" prog="6" /> + <Patch name="Wave Piano" hbank="1" lbank="32" prog="7" /> + <Patch name="ClascWurly" hbank="1" lbank="32" prog="8" /> + <Patch name="Jazz Duo" hbank="1" lbank="32" prog="9" /> + <Patch name="Clavitube" hbank="1" lbank="32" prog="10" /> + <Patch name="Real Clav" hbank="1" lbank="32" prog="11" /> + <Patch name="TrueHarpsi" hbank="1" lbank="32" prog="12" /> + <Patch name="Cool Vibes" hbank="1" lbank="32" prog="13" /> + <Patch name="BriteMarim" hbank="1" lbank="32" prog="14" /> + <Patch name="Kalimba MW" hbank="1" lbank="32" prog="15" /> + <Patch name="Brake Drum" hbank="1" lbank="32" prog="16" /> + <Patch name="St. Thomas" hbank="1" lbank="32" prog="17" /> + <Patch name="Basic Bell" hbank="1" lbank="32" prog="18" /> + <Patch name="ClockTower" hbank="1" lbank="32" prog="19" /> + <Patch name="Real Prc B" hbank="1" lbank="32" prog="20" /> + <Patch name="High Life" hbank="1" lbank="32" prog="21" /> + <Patch name="Grit Organ" hbank="1" lbank="32" prog="22" /> + <Patch name="HoedownOrg" hbank="1" lbank="32" prog="23" /> + <Patch name="Purple B" hbank="1" lbank="32" prog="24" /> + <Patch name="Toccata&Fg" hbank="1" lbank="32" prog="25" /> + <Patch name="High Mass" hbank="1" lbank="32" prog="26" /> + <Patch name="Communion" hbank="1" lbank="32" prog="27" /> + <Patch name="FrAccrdion" hbank="1" lbank="32" prog="28" /> + <Patch name="WhammerJmr" hbank="1" lbank="32" prog="29" /> + <Patch name="SteelHorse" hbank="1" lbank="32" prog="30" /> + <Patch name="GuildedAge" hbank="1" lbank="32" prog="31" /> + <Patch name="Gitarala" hbank="1" lbank="32" prog="32" /> + <Patch name="Nylon&Oohs" hbank="1" lbank="32" prog="33" /> + <Patch name="TreMellow" hbank="1" lbank="32" prog="34" /> + <Patch name="TurboSlidr" hbank="1" lbank="32" prog="35" /> + <Patch name="Total Chug" hbank="1" lbank="32" prog="36" /> + <Patch name="Feebacker" hbank="1" lbank="32" prog="37" /> + <Patch name="WorldSitar" hbank="1" lbank="32" prog="38" /> + <Patch name="Koto Pluck" hbank="1" lbank="32" prog="39" /> + <Patch name="BigUpright" hbank="1" lbank="32" prog="40" /> + <Patch name="QS Bass" hbank="1" lbank="32" prog="41" /> + <Patch name="007 Bass" hbank="1" lbank="32" prog="42" /> + <Patch name="Slap It!" hbank="1" lbank="32" prog="43" /> + <Patch name="VolumeKnob" hbank="1" lbank="32" prog="44" /> + <Patch name="Fat Mini" hbank="1" lbank="32" prog="45" /> + <Patch name="Filter Wow" hbank="1" lbank="32" prog="46" /> + <Patch name="IndustryRez" hbank="1" lbank="32" prog="47" /> + <Patch name="DeutschBas" hbank="1" lbank="32" prog="48" /> + <Patch name="CyberBass" hbank="1" lbank="32" prog="49" /> + <Patch name="Stradivari" hbank="1" lbank="32" prog="50" /> + <Patch name="SmlSection" hbank="1" lbank="32" prog="51" /> + <Patch name="MedSection" hbank="1" lbank="32" prog="52" /> + <Patch name="FireStrngs" hbank="1" lbank="32" prog="53" /> + <Patch name="ArcoStrngs" hbank="1" lbank="32" prog="54" /> + <Patch name="Pit String" hbank="1" lbank="32" prog="55" /> + <Patch name="Obersphere" hbank="1" lbank="32" prog="56" /> + <Patch name="J Strings" hbank="1" lbank="32" prog="57" /> + <Patch name="PizzViolin" hbank="1" lbank="32" prog="58" /> + <Patch name="Harp Pluck" hbank="1" lbank="32" prog="59" /> + <Patch name="FlugelSolo" hbank="1" lbank="32" prog="60" /> + <Patch name="Jazz Mute" hbank="1" lbank="32" prog="61" /> + <Patch name="Solor Tromb" hbank="1" lbank="32" prog="62" /> + <Patch name="FHrn Ens" hbank="1" lbank="32" prog="63" /> + <Patch name="BriteBass" hbank="1" lbank="32" prog="64" /> + <Patch name="Ohbe Brass" hbank="1" lbank="32" prog="65" /> + <Patch name="Stab Brass" hbank="1" lbank="32" prog="66" /> + <Patch name="Brass Pump" hbank="1" lbank="32" prog="67" /> + <Patch name="Big Brass" hbank="1" lbank="32" prog="68" /> + <Patch name="Orchestral" hbank="1" lbank="32" prog="69" /> + <Patch name="Lyric Flute" hbank="1" lbank="32" prog="70" /> + <Patch name="TronFlutes" hbank="1" lbank="32" prog="71" /> + <Patch name="PanPeople" hbank="1" lbank="32" prog="72" /> + <Patch name="Velo Shaku" hbank="1" lbank="32" prog="73" /> + <Patch name="Wind Ensmb" hbank="1" lbank="32" prog="74" /> + <Patch name="SoloBasoon" hbank="1" lbank="32" prog="75" /> + <Patch name="Tenor Solo" hbank="1" lbank="32" prog="76" /> + <Patch name="ThoseSaxes" hbank="1" lbank="32" prog="77" /> + <Patch name="Nautical" hbank="1" lbank="32" prog="78" /> + <Patch name="MagicFlute" hbank="1" lbank="32" prog="79" /> + <Patch name="Air Choir" hbank="1" lbank="32" prog="80" /> + <Patch name="Ooh LaLa" hbank="1" lbank="32" prog="81" /> + <Patch name="Sunsrizer" hbank="1" lbank="32" prog="82" /> + <Patch name="Afterglow" hbank="1" lbank="32" prog="83" /> + <Patch name="Meditation" hbank="1" lbank="32" prog="84" /> + <Patch name="Marburg" hbank="1" lbank="32" prog="85" /> + <Patch name="Kalimpanad" hbank="1" lbank="32" prog="86" /> + <Patch name="Ocean Mood" hbank="1" lbank="32" prog="87" /> + <Patch name="Bali Hai" hbank="1" lbank="32" prog="88" /> + <Patch name="StaticMing" hbank="1" lbank="32" prog="89" /> + <Patch name="Scientific" hbank="1" lbank="32" prog="90" /> + <Patch name="Digidee" hbank="1" lbank="32" prog="91" /> + <Patch name="Technoids" hbank="1" lbank="32" prog="92" /> + <Patch name="C Quenced" hbank="1" lbank="32" prog="93" /> + <Patch name="Dew Drops" hbank="1" lbank="32" prog="94" /> + <Patch name="GldnFleece" hbank="1" lbank="32" prog="95" /> + <Patch name="Dreamscape" hbank="1" lbank="32" prog="96" /> + <Patch name="HighGlissz" hbank="1" lbank="32" prog="97" /> + <Patch name="Shiftaling" hbank="1" lbank="32" prog="98" /> + <Patch name="GenesisWav" hbank="1" lbank="32" prog="99" /> + <Patch name="Quadratix" hbank="1" lbank="32" prog="100" /> + <Patch name="Analogist" hbank="1" lbank="32" prog="101" /> + <Patch name="Scarlamare" hbank="1" lbank="32" prog="102" /> + <Patch name="ShineOn..." hbank="1" lbank="32" prog="103" /> + <Patch name="ClassicSqr" hbank="1" lbank="32" prog="104" /> + <Patch name="Porta Lead" hbank="1" lbank="32" prog="105" /> + <Patch name="FatAnaLead" hbank="1" lbank="32" prog="106" /> + <Patch name="Screamer!" hbank="1" lbank="32" prog="107" /> + <Patch name="Fuzz Box" hbank="1" lbank="32" prog="108" /> + <Patch name="Transformr" hbank="1" lbank="32" prog="109" /> + <Patch name="AutoBahn" hbank="1" lbank="32" prog="110" /> + <Patch name="ThrobPants" hbank="1" lbank="32" prog="111" /> + <Patch name="EkectriKyv" hbank="1" lbank="32" prog="112" /> + <Patch name="TheBeatnik" hbank="1" lbank="32" prog="113" /> + <Patch name="ShakYerLup" hbank="1" lbank="32" prog="114" /> + <Patch name="Raga No.1" hbank="1" lbank="32" prog="115" /> + <Patch name="T I M E !" hbank="1" lbank="32" prog="116" /> + <Patch name="Heartbeat" hbank="1" lbank="32" prog="117" /> + <Patch name="Amazonia" hbank="1" lbank="32" prog="118" /> + <Patch name="Nanites" hbank="1" lbank="32" prog="119" /> + <Patch name="Basic Kit" hbank="1" lbank="32" prog="120" /> + <Patch name="Straight 8" hbank="1" lbank="32" prog="121" /> + <Patch name="Club Kit" hbank="1" lbank="32" prog="123" /> + <Patch name="T Funk Era" hbank="1" lbank="32" prog="124" /> + <Patch name="IsmellFUNK" hbank="1" lbank="32" prog="125" /> + <Patch name="Chimes" hbank="1" lbank="32" prog="126" /> + <Patch name="Orch Hits" hbank="1" lbank="32" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset2 Programs"> + <Patch name="Solo Piano" hbank="2" lbank="32" prog="0" /> + <Patch name="Pno&Strngs" hbank="2" lbank="32" prog="1" /> + <Patch name="Pno&Roadz" hbank="2" lbank="32" prog="2" /> + <Patch name="Hard Roads" hbank="2" lbank="32" prog="3" /> + <Patch name="Suitcase" hbank="2" lbank="32" prog="4" /> + <Patch name="Soft FM EP" hbank="2" lbank="32" prog="5" /> + <Patch name="EP & String" hbank="2" lbank="32" prog="6" /> + <Patch name="Glassworks" hbank="2" lbank="32" prog="7" /> + <Patch name="DirtyWurly" hbank="2" lbank="32" prog="8" /> + <Patch name="Stik&Tines" hbank="2" lbank="32" prog="9" /> + <Patch name="Clavicomp" hbank="2" lbank="32" prog="10" /> + <Patch name="Clavatar" hbank="2" lbank="32" prog="11" /> + <Patch name="Harpsifunk" hbank="2" lbank="32" prog="12" /> + <Patch name="Mad Vibes" hbank="2" lbank="32" prog="13" /> + <Patch name="Woody Xylo" hbank="2" lbank="32" prog="14" /> + <Patch name="Potsticker" hbank="2" lbank="32" prog="15" /> + <Patch name="Watercan" hbank="2" lbank="32" prog="16" /> + <Patch name="Chiff Bell" hbank="2" lbank="32" prog="17" /> + <Patch name="Toy Bell" hbank="2" lbank="32" prog="18" /> + <Patch name="Tacko Bell" hbank="2" lbank="32" prog="19" /> + <Patch name="WhitrShade" hbank="2" lbank="32" prog="20" /> + <Patch name="BluesOrgan" hbank="2" lbank="32" prog="21" /> + <Patch name="GreasyOrgan" hbank="2" lbank="32" prog="22" /> + <Patch name="Organ 66" hbank="2" lbank="32" prog="23" /> + <Patch name="MetalOrgan" hbank="2" lbank="32" prog="24" /> + <Patch name="Full Ranks" hbank="2" lbank="32" prog="25" /> + <Patch name="SftPipeOrg" hbank="2" lbank="32" prog="26" /> + <Patch name="2 Drawbars" hbank="2" lbank="32" prog="27" /> + <Patch name="WrmAcrdion" hbank="2" lbank="32" prog="28" /> + <Patch name="JazzHrmnca" hbank="2" lbank="32" prog="29" /> + <Patch name="Acous6strg" hbank="2" lbank="32" prog="30" /> + <Patch name="Big Body12" hbank="2" lbank="32" prog="31" /> + <Patch name="Guitar Poem" hbank="2" lbank="32" prog="32" /> + <Patch name="ThickNylon" hbank="2" lbank="32" prog="33" /> + <Patch name="Silvertone" hbank="2" lbank="32" prog="34" /> + <Patch name="818 Guitar" hbank="2" lbank="32" prog="35" /> + <Patch name="Chunky" hbank="2" lbank="32" prog="36" /> + <Patch name="Rock Lead" hbank="2" lbank="32" prog="37" /> + <Patch name="CaralLezli" hbank="2" lbank="32" prog="38" /> + <Patch name="Ethnoplukk" hbank="2" lbank="32" prog="39" /> + <Patch name="FatUpright" hbank="2" lbank="32" prog="40" /> + <Patch name="Face Bass" hbank="2" lbank="32" prog="41" /> + <Patch name="Heavy Bass" hbank="2" lbank="32" prog="42" /> + <Patch name="GothamBass" hbank="2" lbank="32" prog="43" /> + <Patch name="No Frets!" hbank="2" lbank="32" prog="44" /> + <Patch name="House Bass" hbank="2" lbank="32" prog="45" /> + <Patch name="Rezzo Baze" hbank="2" lbank="32" prog="46" /> + <Patch name="StreetBass" hbank="2" lbank="32" prog="47" /> + <Patch name="TranceBass" hbank="2" lbank="32" prog="48" /> + <Patch name="Dist Bass" hbank="2" lbank="32" prog="49" /> + <Patch name="2 Violins" hbank="2" lbank="32" prog="50" /> + <Patch name="Violin Orc" hbank="2" lbank="32" prog="51" /> + <Patch name="Concerto" hbank="2" lbank="32" prog="52" /> + <Patch name="StringAura" hbank="2" lbank="32" prog="53" /> + <Patch name="OctaString" hbank="2" lbank="32" prog="54" /> + <Patch name="Strng&Timp" hbank="2" lbank="32" prog="55" /> + <Patch name="SE Flange" hbank="2" lbank="32" prog="56" /> + <Patch name="SynStrings" hbank="2" lbank="32" prog="57" /> + <Patch name="Cello/Pizz" hbank="2" lbank="32" prog="58" /> + <Patch name="HeavenHarp" hbank="2" lbank="32" prog="59" /> + <Patch name="UseMWandAT" hbank="2" lbank="32" prog="60" /> + <Patch name="Mute&Flute" hbank="2" lbank="32" prog="61" /> + <Patch name="RegalBones" hbank="2" lbank="32" prog="62" /> + <Patch name="Fhorn&Bssn" hbank="2" lbank="32" prog="63" /> + <Patch name="ClsclHorns" hbank="2" lbank="32" prog="64" /> + <Patch name="ClscSynBrs" hbank="2" lbank="32" prog="65" /> + <Patch name="BrassTouch" hbank="2" lbank="32" prog="66" /> + <Patch name="Sfz Brass" hbank="2" lbank="32" prog="67" /> + <Patch name="BeBopHorns" hbank="2" lbank="32" prog="68" /> + <Patch name="Orchestra2" hbank="2" lbank="32" prog="69" /> + <Patch name="SingleFlut" hbank="2" lbank="32" prog="70" /> + <Patch name="Bottle Pad" hbank="2" lbank="32" prog="71" /> + <Patch name="PetersPipe" hbank="2" lbank="32" prog="72" /> + <Patch name="Hard Pipes" hbank="2" lbank="32" prog="73" /> + <Patch name="Wind Orch" hbank="2" lbank="32" prog="74" /> + <Patch name="VeryEnglsh" hbank="2" lbank="32" prog="75" /> + <Patch name="Brite Alto" hbank="2" lbank="32" prog="76" /> + <Patch name="Sax ouch" hbank="2" lbank="32" prog="77" /> + <Patch name="Wistelaan" hbank="2" lbank="32" prog="78" /> + <Patch name="Shamanixst" hbank="2" lbank="32" prog="79" /> + <Patch name="Nice Voice" hbank="2" lbank="32" prog="80" /> + <Patch name="Glory Ahhs" hbank="2" lbank="32" prog="81" /> + <Patch name="Dead Sea" hbank="2" lbank="32" prog="82" /> + <Patch name="Anasthesia" hbank="2" lbank="32" prog="83" /> + <Patch name="Sparks" hbank="2" lbank="32" prog="84" /> + <Patch name="Rain Pad" hbank="2" lbank="32" prog="85" /> + <Patch name="Pluck Pad" hbank="2" lbank="32" prog="86" /> + <Patch name="Outland" hbank="2" lbank="32" prog="87" /> + <Patch name="Swell Pad" hbank="2" lbank="32" prog="88" /> + <Patch name="Mirage" hbank="2" lbank="32" prog="89" /> + <Patch name="Blacksmith" hbank="2" lbank="32" prog="90" /> + <Patch name="Silk&Satin" hbank="2" lbank="32" prog="91" /> + <Patch name="Synctax" hbank="2" lbank="32" prog="92" /> + <Patch name="Delecea" hbank="2" lbank="32" prog="93" /> + <Patch name="Comet Rain" hbank="2" lbank="32" prog="94" /> + <Patch name="Nitrous" hbank="2" lbank="32" prog="95" /> + <Patch name="Rez Blastz" hbank="2" lbank="32" prog="96" /> + <Patch name="Intertwine" hbank="2" lbank="32" prog="97" /> + <Patch name="Hold&Sampl" hbank="2" lbank="32" prog="98" /> + <Patch name="Serengeti" hbank="2" lbank="32" prog="99" /> + <Patch name="VoltagePad" hbank="2" lbank="32" prog="100" /> + <Patch name="Taurus III" hbank="2" lbank="32" prog="101" /> + <Patch name="BladeRunnr" hbank="2" lbank="32" prog="102" /> + <Patch name="SynTrumpet" hbank="2" lbank="32" prog="103" /> + <Patch name="Triangular" hbank="2" lbank="32" prog="104" /> + <Patch name="PortaWheel" hbank="2" lbank="32" prog="105" /> + <Patch name="DiodeDoodl" hbank="2" lbank="32" prog="106" /> + <Patch name="SuperNova" hbank="2" lbank="32" prog="107" /> + <Patch name="Buzz Clip" hbank="2" lbank="32" prog="108" /> + <Patch name="Angelsynth" hbank="2" lbank="32" prog="109" /> + <Patch name="NineIncher" hbank="2" lbank="32" prog="110" /> + <Patch name="Wonderland" hbank="2" lbank="32" prog="111" /> + <Patch name="SyncoPress" hbank="2" lbank="32" prog="112" /> + <Patch name="Disco Boy" hbank="2" lbank="32" prog="113" /> + <Patch name="CrazyHorse" hbank="2" lbank="32" prog="114" /> + <Patch name="TheSandMan" hbank="2" lbank="32" prog="115" /> + <Patch name="OnionClock" hbank="2" lbank="32" prog="116" /> + <Patch name="RoboShop" hbank="2" lbank="32" prog="117" /> + <Patch name="TseTse Fly" hbank="2" lbank="32" prog="118" /> + <Patch name="Bat Cave" hbank="2" lbank="32" prog="119" /> + <Patch name="Pop Up Kit" hbank="2" lbank="32" prog="120" /> + <Patch name="UrbanBliss" hbank="2" lbank="32" prog="121" /> + <Patch name="Harlem Tek" hbank="2" lbank="32" prog="122" /> + <Patch name="Techno Kit" hbank="2" lbank="32" prog="123" /> + <Patch name="Dry70;sKit" hbank="2" lbank="32" prog="124" /> + <Patch name="Gruvy Lube" hbank="2" lbank="32" prog="125" /> + <Patch name="Marktree" hbank="2" lbank="32" prog="126" /> + <Patch name="Danz Hitz" hbank="2" lbank="32" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset3 Programs"> + <Patch name="Stoneway" hbank="3" lbank="32" prog="0" /> + <Patch name="Piano&Pad" hbank="3" lbank="32" prog="1" /> + <Patch name="Player Ori" hbank="3" lbank="32" prog="2" /> + <Patch name="SuperRoadz" hbank="3" lbank="32" prog="3" /> + <Patch name="SoftSuitcs" hbank="3" lbank="32" prog="4" /> + <Patch name="FM Tines" hbank="3" lbank="32" prog="5" /> + <Patch name="Balladeer" hbank="3" lbank="32" prog="6" /> + <Patch name="Electratak" hbank="3" lbank="32" prog="7" /> + <Patch name="TrampWurly" hbank="3" lbank="32" prog="8" /> + <Patch name="Bass&Roadz" hbank="3" lbank="32" prog="9" /> + <Patch name="LiquidClav" hbank="3" lbank="32" prog="10" /> + <Patch name="ProfitClav" hbank="3" lbank="32" prog="11" /> + <Patch name="8;4;Harpsi" hbank="3" lbank="32" prog="12" /> + <Patch name="Elf Hammer" hbank="3" lbank="32" prog="13" /> + <Patch name="Strukit" hbank="3" lbank="32" prog="14" /> + <Patch name="Roundup" hbank="3" lbank="32" prog="15" /> + <Patch name="AlloyGlock" hbank="3" lbank="32" prog="16" /> + <Patch name="FairyBellz" hbank="3" lbank="32" prog="17" /> + <Patch name="Ice Bell" hbank="3" lbank="32" prog="18" /> + <Patch name="Waterphone" hbank="3" lbank="32" prog="19" /> + <Patch name="BigBadPerc" hbank="3" lbank="32" prog="20" /> + <Patch name="KeyClikOrg" hbank="3" lbank="32" prog="21" /> + <Patch name="Dist Organ" hbank="3" lbank="32" prog="22" /> + <Patch name="Survival" hbank="3" lbank="32" prog="23" /> + <Patch name="LFO Lezly" hbank="3" lbank="32" prog="24" /> + <Patch name="BritePipes" hbank="3" lbank="32" prog="25" /> + <Patch name="Gothic Org" hbank="3" lbank="32" prog="26" /> + <Patch name="KingsCourt" hbank="3" lbank="32" prog="27" /> + <Patch name="ClrAcrdion" hbank="3" lbank="32" prog="28" /> + <Patch name="PocketHarp" hbank="3" lbank="32" prog="29" /> + <Patch name="AcHarmonic" hbank="3" lbank="32" prog="30" /> + <Patch name="Gut Strung" hbank="3" lbank="32" prog="31" /> + <Patch name="Dulcioto" hbank="3" lbank="32" prog="32" /> + <Patch name="Steel Ride" hbank="3" lbank="32" prog="33" /> + <Patch name="PedalSteel" hbank="3" lbank="32" prog="34" /> + <Patch name="PassGuitar" hbank="3" lbank="32" prog="35" /> + <Patch name="PowerSplit" hbank="3" lbank="32" prog="36" /> + <Patch name="HeroHarmnx" hbank="3" lbank="32" prog="37" /> + <Patch name="Ethnoba" hbank="3" lbank="32" prog="38" /> + <Patch name="Ethnotal" hbank="3" lbank="32" prog="39" /> + <Patch name="SharpStick" hbank="3" lbank="32" prog="40" /> + <Patch name="Deep Bass" hbank="3" lbank="32" prog="41" /> + <Patch name="Roundwound" hbank="3" lbank="32" prog="42" /> + <Patch name="NuStudioBs" hbank="3" lbank="32" prog="43" /> + <Patch name="Octaver" hbank="3" lbank="32" prog="44" /> + <Patch name="SynAtkBass" hbank="3" lbank="32" prog="45" /> + <Patch name="Funky Acid" hbank="3" lbank="32" prog="46" /> + <Patch name="Dunce Biss" hbank="3" lbank="32" prog="47" /> + <Patch name="ArndsHouse" hbank="3" lbank="32" prog="48" /> + <Patch name="BassHarmnc" hbank="3" lbank="32" prog="49" /> + <Patch name="Dark Cello" hbank="3" lbank="32" prog="50" /> + <Patch name="Celli" hbank="3" lbank="32" prog="51" /> + <Patch name="RichString" hbank="3" lbank="32" prog="52" /> + <Patch name="SynthEnsmb" hbank="3" lbank="32" prog="53" /> + <Patch name="HugeString" hbank="3" lbank="32" prog="54" /> + <Patch name="Strng&Perc" hbank="3" lbank="32" prog="55" /> + <Patch name="LushStrings" hbank="3" lbank="32" prog="56" /> + <Patch name="Ana String" hbank="3" lbank="32" prog="57" /> + <Patch name="Pizz Pluck" hbank="3" lbank="32" prog="58" /> + <Patch name="Harp Gliss" hbank="3" lbank="32" prog="59" /> + <Patch name="TrumpetEns" hbank="3" lbank="32" prog="60" /> + <Patch name="Orch Mutes" hbank="3" lbank="32" prog="61" /> + <Patch name="Tromb Ens" hbank="3" lbank="32" prog="62" /> + <Patch name="Ooh Horns" hbank="3" lbank="32" prog="63" /> + <Patch name="Hard Tuba" hbank="3" lbank="32" prog="64" /> + <Patch name="Matrix Brs" hbank="3" lbank="32" prog="65" /> + <Patch name="EssexBrass" hbank="3" lbank="32" prog="66" /> + <Patch name="HornExpans" hbank="3" lbank="32" prog="67" /> + <Patch name="Sax&Brass" hbank="3" lbank="32" prog="68" /> + <Patch name="Fanfare" hbank="3" lbank="32" prog="69" /> + <Patch name="Hard Flute" hbank="3" lbank="32" prog="70" /> + <Patch name="Mutablow" hbank="3" lbank="32" prog="71" /> + <Patch name="PanBristle" hbank="3" lbank="32" prog="72" /> + <Patch name="Pastorale" hbank="3" lbank="32" prog="73" /> + <Patch name="Dark Winds" hbank="3" lbank="32" prog="74" /> + <Patch name="SprnoRcrdr" hbank="3" lbank="32" prog="75" /> + <Patch name="G. Soprano" hbank="3" lbank="32" prog="76" /> + <Patch name="BreathySax" hbank="3" lbank="32" prog="77" /> + <Patch name="Maze Lead" hbank="3" lbank="32" prog="78" /> + <Patch name="1001Nights" hbank="3" lbank="32" prog="79" /> + <Patch name="VelOooz&Aaz" hbank="3" lbank="32" prog="80" /> + <Patch name="Atlantis" hbank="3" lbank="32" prog="81" /> + <Patch name="Hen-Ya" hbank="3" lbank="32" prog="82" /> + <Patch name="1stContact" hbank="3" lbank="32" prog="83" /> + <Patch name="Applewine" hbank="3" lbank="32" prog="84" /> + <Patch name="Amakudari" hbank="3" lbank="32" prog="85" /> + <Patch name="ChirpPluck" hbank="3" lbank="32" prog="86" /> + <Patch name="7th Wave" hbank="3" lbank="32" prog="87" /> + <Patch name="Tidal Wave" hbank="3" lbank="32" prog="88" /> + <Patch name="Nostromo" hbank="3" lbank="32" prog="89" /> + <Patch name="Chromaphon" hbank="3" lbank="32" prog="90" /> + <Patch name="Voice Bell" hbank="3" lbank="32" prog="91" /> + <Patch name="TinSynLead" hbank="3" lbank="32" prog="92" /> + <Patch name="Xpando Pad" hbank="3" lbank="32" prog="93" /> + <Patch name="HeavenCent" hbank="3" lbank="32" prog="94" /> + <Patch name="ShimmerPad" hbank="3" lbank="32" prog="95" /> + <Patch name="Laboratory" hbank="3" lbank="32" prog="96" /> + <Patch name="Red Aurora" hbank="3" lbank="32" prog="97" /> + <Patch name="Helical" hbank="3" lbank="32" prog="98" /> + <Patch name="Ice Forest" hbank="3" lbank="32" prog="99" /> + <Patch name="Synth Bite" hbank="3" lbank="32" prog="100" /> + <Patch name="Quentex" hbank="3" lbank="32" prog="101" /> + <Patch name="Zalfous" hbank="3" lbank="32" prog="102" /> + <Patch name="Brassy 5th" hbank="3" lbank="32" prog="103" /> + <Patch name="Alpha Lead" hbank="3" lbank="32" prog="104" /> + <Patch name="HighFunkLd" hbank="3" lbank="32" prog="105" /> + <Patch name="BriteRezzo" hbank="3" lbank="32" prog="106" /> + <Patch name="Wicked Owl" hbank="3" lbank="32" prog="107" /> + <Patch name="Zip Lead" hbank="3" lbank="32" prog="108" /> + <Patch name="T-Minus 1" hbank="3" lbank="32" prog="109" /> + <Patch name="New Waves" hbank="3" lbank="32" prog="110" /> + <Patch name="Rhythm X" hbank="3" lbank="32" prog="111" /> + <Patch name="Insta-Gig" hbank="3" lbank="32" prog="112" /> + <Patch name="Lung Gravy" hbank="3" lbank="32" prog="113" /> + <Patch name="Spec Perc" hbank="3" lbank="32" prog="114" /> + <Patch name="The Rat" hbank="3" lbank="32" prog="115" /> + <Patch name="Teknologiz" hbank="3" lbank="32" prog="116" /> + <Patch name="Gutteral" hbank="3" lbank="32" prog="117" /> + <Patch name="VoodooBeat" hbank="3" lbank="32" prog="118" /> + <Patch name="Final Dawn" hbank="3" lbank="32" prog="119" /> + <Patch name="Ambi Rock" hbank="3" lbank="32" prog="120" /> + <Patch name="Trash Canz" hbank="3" lbank="32" prog="121" /> + <Patch name="Destructo!" hbank="3" lbank="32" prog="122" /> + <Patch name="VocoderKit" hbank="3" lbank="32" prog="123" /> + <Patch name="15ips Kit" hbank="3" lbank="32" prog="124" /> + <Patch name="Trashy Kit" hbank="3" lbank="32" prog="125" /> + <Patch name="Rainstick" hbank="3" lbank="32" prog="126" /> + <Patch name="Hitz Peak" hbank="3" lbank="32" prog="127" /> + </PatchGroup> + <PatchGroup name="User Programs"> + <Patch name="1" hbank="0" lbank="32" prog="0" /> + <Patch name="2" hbank="0" lbank="32" prog="1" /> + <Patch name="3" hbank="0" lbank="32" prog="2" /> + <Patch name="4" hbank="0" lbank="32" prog="3" /> + <Patch name="5" hbank="0" lbank="32" prog="4" /> + <Patch name="6" hbank="0" lbank="32" prog="5" /> + <Patch name="7" hbank="0" lbank="32" prog="6" /> + <Patch name="8" hbank="0" lbank="32" prog="7" /> + <Patch name="9" hbank="0" lbank="32" prog="8" /> + <Patch name="10" hbank="0" lbank="32" prog="9" /> + <Patch name="11" hbank="0" lbank="32" prog="10" /> + <Patch name="12" hbank="0" lbank="32" prog="11" /> + <Patch name="13" hbank="0" lbank="32" prog="12" /> + <Patch name="14" hbank="0" lbank="32" prog="13" /> + <Patch name="15" hbank="0" lbank="32" prog="14" /> + <Patch name="16" hbank="0" lbank="32" prog="15" /> + <Patch name="17" hbank="0" lbank="32" prog="16" /> + <Patch name="18" hbank="0" lbank="32" prog="17" /> + <Patch name="19" hbank="0" lbank="32" prog="18" /> + <Patch name="20" hbank="0" lbank="32" prog="19" /> + <Patch name="21" hbank="0" lbank="32" prog="20" /> + <Patch name="22" hbank="0" lbank="32" prog="21" /> + <Patch name="23" hbank="0" lbank="32" prog="22" /> + <Patch name="24" hbank="0" lbank="32" prog="23" /> + <Patch name="25" hbank="0" lbank="32" prog="24" /> + <Patch name="26" hbank="0" lbank="32" prog="25" /> + <Patch name="27" hbank="0" lbank="32" prog="26" /> + <Patch name="28" hbank="0" lbank="32" prog="27" /> + <Patch name="29" hbank="0" lbank="32" prog="28" /> + <Patch name="30" hbank="0" lbank="32" prog="29" /> + <Patch name="31" hbank="0" lbank="32" prog="30" /> + <Patch name="32" hbank="0" lbank="32" prog="31" /> + <Patch name="33" hbank="0" lbank="32" prog="32" /> + <Patch name="34" hbank="0" lbank="32" prog="33" /> + <Patch name="35" hbank="0" lbank="32" prog="34" /> + <Patch name="36" hbank="0" lbank="32" prog="35" /> + <Patch name="37" hbank="0" lbank="32" prog="36" /> + <Patch name="38" hbank="0" lbank="32" prog="37" /> + <Patch name="39" hbank="0" lbank="32" prog="38" /> + <Patch name="40" hbank="0" lbank="32" prog="39" /> + <Patch name="41" hbank="0" lbank="32" prog="40" /> + <Patch name="42" hbank="0" lbank="32" prog="41" /> + <Patch name="43" hbank="0" lbank="32" prog="42" /> + <Patch name="44" hbank="0" lbank="32" prog="43" /> + <Patch name="45" hbank="0" lbank="32" prog="44" /> + <Patch name="46" hbank="0" lbank="32" prog="45" /> + <Patch name="47" hbank="0" lbank="32" prog="46" /> + <Patch name="48" hbank="0" lbank="32" prog="47" /> + <Patch name="49" hbank="0" lbank="32" prog="48" /> + <Patch name="50" hbank="0" lbank="32" prog="49" /> + <Patch name="51" hbank="0" lbank="32" prog="50" /> + <Patch name="52" hbank="0" lbank="32" prog="51" /> + <Patch name="53" hbank="0" lbank="32" prog="52" /> + <Patch name="54" hbank="0" lbank="32" prog="53" /> + <Patch name="55" hbank="0" lbank="32" prog="54" /> + <Patch name="56" hbank="0" lbank="32" prog="55" /> + <Patch name="57" hbank="0" lbank="32" prog="56" /> + <Patch name="58" hbank="0" lbank="32" prog="57" /> + <Patch name="59" hbank="0" lbank="32" prog="58" /> + <Patch name="60" hbank="0" lbank="32" prog="59" /> + <Patch name="61" hbank="0" lbank="32" prog="60" /> + <Patch name="62" hbank="0" lbank="32" prog="61" /> + <Patch name="63" hbank="0" lbank="32" prog="62" /> + <Patch name="64" hbank="0" lbank="32" prog="63" /> + <Patch name="65" hbank="0" lbank="32" prog="64" /> + <Patch name="66" hbank="0" lbank="32" prog="65" /> + <Patch name="67" hbank="0" lbank="32" prog="66" /> + <Patch name="68" hbank="0" lbank="32" prog="67" /> + <Patch name="69" hbank="0" lbank="32" prog="68" /> + <Patch name="70" hbank="0" lbank="32" prog="69" /> + <Patch name="71" hbank="0" lbank="32" prog="70" /> + <Patch name="72" hbank="0" lbank="32" prog="71" /> + <Patch name="73" hbank="0" lbank="32" prog="72" /> + <Patch name="74" hbank="0" lbank="32" prog="73" /> + <Patch name="75" hbank="0" lbank="32" prog="74" /> + <Patch name="76" hbank="0" lbank="32" prog="75" /> + <Patch name="77" hbank="0" lbank="32" prog="76" /> + <Patch name="78" hbank="0" lbank="32" prog="77" /> + <Patch name="79" hbank="0" lbank="32" prog="78" /> + <Patch name="80" hbank="0" lbank="32" prog="79" /> + <Patch name="81" hbank="0" lbank="32" prog="80" /> + <Patch name="82" hbank="0" lbank="32" prog="81" /> + <Patch name="83" hbank="0" lbank="32" prog="82" /> + <Patch name="84" hbank="0" lbank="32" prog="83" /> + <Patch name="85" hbank="0" lbank="32" prog="84" /> + <Patch name="86" hbank="0" lbank="32" prog="85" /> + <Patch name="87" hbank="0" lbank="32" prog="86" /> + <Patch name="88" hbank="0" lbank="32" prog="87" /> + <Patch name="89" hbank="0" lbank="32" prog="88" /> + <Patch name="90" hbank="0" lbank="32" prog="89" /> + <Patch name="91" hbank="0" lbank="32" prog="90" /> + <Patch name="92" hbank="0" lbank="32" prog="91" /> + <Patch name="93" hbank="0" lbank="32" prog="92" /> + <Patch name="94" hbank="0" lbank="32" prog="93" /> + <Patch name="95" hbank="0" lbank="32" prog="94" /> + <Patch name="96" hbank="0" lbank="32" prog="95" /> + <Patch name="97" hbank="0" lbank="32" prog="96" /> + <Patch name="98" hbank="0" lbank="32" prog="97" /> + <Patch name="99" hbank="0" lbank="32" prog="98" /> + <Patch name="100" hbank="0" lbank="32" prog="99" /> + <Patch name="101" hbank="0" lbank="32" prog="100" /> + <Patch name="102" hbank="0" lbank="32" prog="101" /> + <Patch name="103" hbank="0" lbank="32" prog="102" /> + <Patch name="104" hbank="0" lbank="32" prog="103" /> + <Patch name="105" hbank="0" lbank="32" prog="104" /> + <Patch name="106" hbank="0" lbank="32" prog="105" /> + <Patch name="107" hbank="0" lbank="32" prog="106" /> + <Patch name="108" hbank="0" lbank="32" prog="107" /> + <Patch name="109" hbank="0" lbank="32" prog="108" /> + <Patch name="110" hbank="0" lbank="32" prog="109" /> + <Patch name="111" hbank="0" lbank="32" prog="110" /> + <Patch name="112" hbank="0" lbank="32" prog="111" /> + <Patch name="113" hbank="0" lbank="32" prog="112" /> + <Patch name="114" hbank="0" lbank="32" prog="113" /> + <Patch name="115" hbank="0" lbank="32" prog="114" /> + <Patch name="116" hbank="0" lbank="32" prog="115" /> + <Patch name="117" hbank="0" lbank="32" prog="116" /> + <Patch name="118" hbank="0" lbank="32" prog="117" /> + <Patch name="119" hbank="0" lbank="32" prog="118" /> + <Patch name="120" hbank="0" lbank="32" prog="119" /> + <Patch name="121" hbank="0" lbank="32" prog="120" /> + <Patch name="122" hbank="0" lbank="32" prog="121" /> + <Patch name="123" hbank="0" lbank="32" prog="122" /> + <Patch name="124" hbank="0" lbank="32" prog="123" /> + <Patch name="125" hbank="0" lbank="32" prog="124" /> + <Patch name="126" hbank="0" lbank="32" prog="125" /> + <Patch name="127" hbank="0" lbank="32" prog="126" /> + <Patch name="128" hbank="0" lbank="32" prog="127" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Emu-4mbgsgmmt-sf.idf b/muse2/share/instruments/Emu-4mbgsgmmt-sf.idf new file mode 100644 index 00000000..b8b312c9 --- /dev/null +++ b/muse2/share/instruments/Emu-4mbgsgmmt-sf.idf @@ -0,0 +1,440 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Emu 4mbgsgmmt sound font" nullparam="32639"> + <PatchGroup name="Bass"> + <Patch name="Acoustic Bass" hbank="0" lbank="0" prog="32" /> + <Patch name="Fingered Bass" hbank="0" lbank="0" prog="33" /> + <Patch name="Picked Bass" hbank="0" lbank="0" prog="34" /> + <Patch name="Fretless Bass" hbank="0" lbank="0" prog="35" /> + <Patch name="Slap Bass 1" hbank="0" lbank="0" prog="36" /> + <Patch name="Slap Bass 2" hbank="0" lbank="0" prog="37" /> + <Patch name="Synth Bass 1" hbank="0" lbank="0" prog="38" /> + <Patch name="Synth Bass 3" hbank="8" lbank="0" prog="38" /> + <Patch name="Synth Bass 2" hbank="0" lbank="0" prog="39" /> + <Patch name="Synth Bass 4" hbank="8" lbank="0" prog="39" /> + </PatchGroup> + <PatchGroup name="Bass MT"> + <Patch name="Synth Bass 1 MT" hbank="127" lbank="0" prog="28" /> + <Patch name="Synth Bass 2 MT" hbank="127" lbank="0" prog="29" /> + <Patch name="Synth Bass 3 MT" hbank="127" lbank="0" prog="30" /> + <Patch name="Synth Bass 4 MT" hbank="127" lbank="0" prog="31" /> + <Patch name="Acou Bass 1" hbank="127" lbank="0" prog="64" /> + <Patch name="Acou Bass 2" hbank="127" lbank="0" prog="65" /> + <Patch name="Elec Bass 1" hbank="127" lbank="0" prog="66" /> + <Patch name="Elec Bass 2" hbank="127" lbank="0" prog="67" /> + <Patch name="Slap Bass 1 MT" hbank="127" lbank="0" prog="68" /> + <Patch name="Slap Bass 2 MT" hbank="127" lbank="0" prog="69" /> + <Patch name="Fretless 1" hbank="127" lbank="0" prog="70" /> + <Patch name="Fretless 2" hbank="127" lbank="0" prog="71" /> + </PatchGroup> + <PatchGroup name="Brass"> + <Patch name="Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="Trombone" hbank="0" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="Muted Trumpet" hbank="0" lbank="0" prog="59" /> + <Patch name="French Horns" hbank="0" lbank="0" prog="60" /> + <Patch name="Brass" hbank="0" lbank="0" prog="61" /> + <Patch name="Brass 2" hbank="8" lbank="0" prog="61" /> + <Patch name="Synth Brass 1" hbank="0" lbank="0" prog="62" /> + <Patch name="Synth Brass 3" hbank="8" lbank="0" prog="62" /> + <Patch name="Synth Brass 2" hbank="0" lbank="0" prog="63" /> + <Patch name="Synth Brass 4" hbank="8" lbank="0" prog="63" /> + </PatchGroup> + <PatchGroup name="Brass MT"> + <Patch name="Synth Brass 1 MT" hbank="127" lbank="0" prog="24" /> + <Patch name="Synth Brass 2 MT" hbank="127" lbank="0" prog="25" /> + <Patch name="Synth Brass 3 MT" hbank="127" lbank="0" prog="26" /> + <Patch name="Synth Brass 4 MT" hbank="127" lbank="0" prog="27" /> + <Patch name="Trumpet 1" hbank="127" lbank="0" prog="88" /> + <Patch name="Trumpet 2" hbank="127" lbank="0" prog="89" /> + <Patch name="Trombone 1" hbank="127" lbank="0" prog="90" /> + <Patch name="Trombone 2" hbank="127" lbank="0" prog="91" /> + <Patch name="French Horn 1" hbank="127" lbank="0" prog="92" /> + <Patch name="French Horn 2" hbank="127" lbank="0" prog="93" /> + <Patch name="Tuba MT" hbank="127" lbank="0" prog="94" /> + <Patch name="Brass Section 1" hbank="127" lbank="0" prog="95" /> + <Patch name="Brass Section 2" hbank="127" lbank="0" prog="96" /> + </PatchGroup> + <PatchGroup name="Chromatic Perc"> + <Patch name="Celesta" hbank="0" lbank="0" prog="8" /> + <Patch name="Glockenspiel" hbank="0" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="0" lbank="0" prog="10" /> + <Patch name="Vibraphone" hbank="0" lbank="0" prog="11" /> + <Patch name="Marimba" hbank="0" lbank="0" prog="12" /> + <Patch name="Xylophone" hbank="0" lbank="0" prog="13" /> + <Patch name="Tubular Bells" hbank="0" lbank="0" prog="14" /> + <Patch name="Church Bell" hbank="8" lbank="0" prog="14" /> + <Patch name="Dulcimer" hbank="0" lbank="0" prog="15" /> + </PatchGroup> + <PatchGroup name="Chromatic Perc MT"> + <Patch name="Celesta 1" hbank="127" lbank="0" prog="22" /> + <Patch name="Celesta 2" hbank="127" lbank="0" prog="23" /> + <Patch name="Vibes 1" hbank="127" lbank="0" prog="97" /> + <Patch name="Vibes 2" hbank="127" lbank="0" prog="98" /> + <Patch name="Syn Mallet" hbank="127" lbank="0" prog="99" /> + <Patch name="Windbell" hbank="127" lbank="0" prog="100" /> + <Patch name="Glock" hbank="127" lbank="0" prog="101" /> + <Patch name="Tube Bell" hbank="127" lbank="0" prog="102" /> + <Patch name="Xylophone MT" hbank="127" lbank="0" prog="103" /> + <Patch name="Marimba MT" hbank="127" lbank="0" prog="104" /> + </PatchGroup> + <PatchGroup name="Drums"> + <Patch name="Standard" hbank="127" prog="0" drum="1" /> + <Patch name="Room" hbank="127" prog="8" drum="1" /> + <Patch name="Power" hbank="127" prog="16" drum="1" /> + <Patch name="Electronic" hbank="127" prog="24" drum="1" /> + <Patch name="TR 808" hbank="127" prog="25" drum="1" /> + <Patch name="Jazz" hbank="127" prog="32" drum="1" /> + <Patch name="Brush" hbank="127" prog="40" drum="1" /> + <Patch name="Orchestra" hbank="127" prog="48" drum="1" /> + <Patch name="SFX" hbank="127" prog="56" drum="1" /> + <Patch name="CM-64/32 Set" hbank="127" prog="127" drum="1" /> + </PatchGroup> + <PatchGroup name="Ensemble"> + <Patch name="Strings" hbank="0" lbank="0" prog="48" /> + <Patch name="Orchestral Pad" hbank="8" lbank="0" prog="48" /> + <Patch name="Slow Strings" hbank="0" lbank="0" prog="49" /> + <Patch name="Synth Strings 1" hbank="0" lbank="0" prog="50" /> + <Patch name="Synth Strings 3" hbank="8" lbank="0" prog="50" /> + <Patch name="Synth Strings 2" hbank="0" lbank="0" prog="51" /> + <Patch name="Choir Aahs" hbank="0" lbank="0" prog="52" /> + <Patch name="Voice Oohs" hbank="0" lbank="0" prog="53" /> + <Patch name="Synth Vox" hbank="0" lbank="0" prog="54" /> + <Patch name="Orchestra Hit" hbank="0" lbank="0" prog="55" /> + </PatchGroup> + <PatchGroup name="Ensemble MT"> + <Patch name="String Section 1" hbank="127" lbank="0" prog="48" /> + <Patch name="String Section 2" hbank="127" lbank="0" prog="49" /> + <Patch name="String Section 3" hbank="127" lbank="0" prog="50" /> + <Patch name="Orchestral Hit MT" hbank="127" lbank="0" prog="122" /> + </PatchGroup> + <PatchGroup name="Ethnic"> + <Patch name="Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="Taisho Koto" hbank="8" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="Bagpipe" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="Shenai" hbank="0" lbank="0" prog="111" /> + </PatchGroup> + <PatchGroup name="Ethnic MT"> + <Patch name="Sitar MT" hbank="127" lbank="0" prog="63" /> + <Patch name="Koto MT" hbank="127" lbank="0" prog="105" /> + <Patch name="Sho" hbank="127" lbank="0" prog="106" /> + <Patch name="Shakuhachi MT" hbank="127" lbank="0" prog="107" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Nylon Guitar" hbank="0" lbank="0" prog="24" /> + <Patch name="Ukulele" hbank="8" lbank="0" prog="24" /> + <Patch name="Steel Guitar" hbank="0" lbank="0" prog="25" /> + <Patch name="12 String Guitar" hbank="8" lbank="0" prog="25" /> + <Patch name="Mandolin" hbank="9" lbank="0" prog="25" /> + <Patch name="Jazz Guitar" hbank="0" lbank="0" prog="26" /> + <Patch name="Hawaiian Guitar" hbank="8" lbank="0" prog="26" /> + <Patch name="Clean Guitar" hbank="0" lbank="0" prog="27" /> + <Patch name="Chorused Guitar" hbank="8" lbank="0" prog="27" /> + <Patch name="Muted Guitar" hbank="0" lbank="0" prog="28" /> + <Patch name="Funk Guitar" hbank="8" lbank="0" prog="28" /> + <Patch name="Overdrive Guitar" hbank="0" lbank="0" prog="29" /> + <Patch name="Distortion Guitar" hbank="0" lbank="0" prog="30" /> + <Patch name="Feedback Guitar" hbank="8" lbank="0" prog="30" /> + <Patch name="Guitar Harmonics" hbank="0" lbank="0" prog="31" /> + <Patch name="Guitar Feedback" hbank="8" lbank="0" prog="31" /> + </PatchGroup> + <PatchGroup name="Guitar MT"> + <Patch name="Guitar 1" hbank="127" lbank="0" prog="59" /> + <Patch name="Guitar 2" hbank="127" lbank="0" prog="60" /> + <Patch name="Elec Guitar 1" hbank="127" lbank="0" prog="61" /> + <Patch name="Elec Guitar 2" hbank="127" lbank="0" prog="62" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Drawbar Organ" hbank="0" lbank="0" prog="16" /> + <Patch name="Detuned Organ 1" hbank="8" lbank="0" prog="16" /> + <Patch name="Perc. Organ" hbank="0" lbank="0" prog="17" /> + <Patch name="Detuned Organ 2" hbank="8" lbank="0" prog="17" /> + <Patch name="Rock Organ" hbank="0" lbank="0" prog="18" /> + <Patch name="Church Organ" hbank="0" lbank="0" prog="19" /> + <Patch name="Church Organ 2" hbank="8" lbank="0" prog="19" /> + <Patch name="Reed Organ" hbank="0" lbank="0" prog="20" /> + <Patch name="Accordion" hbank="0" lbank="0" prog="21" /> + <Patch name="Italian Accordion" hbank="8" lbank="0" prog="21" /> + <Patch name="Harmonica" hbank="0" lbank="0" prog="22" /> + <Patch name="Bandoneon" hbank="0" lbank="0" prog="23" /> + </PatchGroup> + <PatchGroup name="Organ MT"> + <Patch name="Elec Organ 1" hbank="127" lbank="0" prog="8" /> + <Patch name="Elec Organ 2" hbank="127" lbank="0" prog="9" /> + <Patch name="Elec Organ 3" hbank="127" lbank="0" prog="10" /> + <Patch name="Elec Organ 4" hbank="127" lbank="0" prog="11" /> + <Patch name="Pipe Organ 1" hbank="127" lbank="0" prog="12" /> + <Patch name="Pipe Organ 2" hbank="127" lbank="0" prog="13" /> + <Patch name="Pipe Organ 3" hbank="127" lbank="0" prog="14" /> + <Patch name="Accordion MT" hbank="127" lbank="0" prog="15" /> + <Patch name="Harmonica MT" hbank="127" lbank="0" prog="87" /> + </PatchGroup> + <PatchGroup name="Percussive"> + <Patch name="Tinker Bell" hbank="0" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="Steel Drum" hbank="0" lbank="0" prog="114" /> + <Patch name="Wood Block" hbank="0" lbank="0" prog="115" /> + <Patch name="Castanets" hbank="8" lbank="0" prog="115" /> + <Patch name="Taiko Drum" hbank="0" lbank="0" prog="116" /> + <Patch name="Concert Bass Drum" hbank="8" lbank="0" prog="116" /> + <Patch name="Melodic Tom" hbank="0" lbank="0" prog="117" /> + <Patch name="Melo Tom 2" hbank="8" lbank="0" prog="117" /> + <Patch name="Synth Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="808 Tom" hbank="8" lbank="0" prog="118" /> + <Patch name="Reverse Cymbal" hbank="0" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="Percussive MT"> + <Patch name="Melodic Tom MT" hbank="127" lbank="0" prog="113" /> + <Patch name="Deep Snare" hbank="127" lbank="0" prog="114" /> + <Patch name="Elec Perc 1" hbank="127" lbank="0" prog="115" /> + <Patch name="Elec Perc 2" hbank="127" lbank="0" prog="116" /> + <Patch name="Taiko MT" hbank="127" lbank="0" prog="117" /> + <Patch name="Taiko Rim" hbank="127" lbank="0" prog="118" /> + <Patch name="Cymbal" hbank="127" lbank="0" prog="119" /> + <Patch name="Castanets MT" hbank="127" lbank="0" prog="120" /> + <Patch name="Triangle" hbank="127" lbank="0" prog="121" /> + </PatchGroup> + <PatchGroup name="Piano"> + <Patch name="Grand Piano" hbank="0" lbank="0" prog="0" /> + <Patch name="Bright Piano" hbank="0" lbank="0" prog="1" /> + <Patch name="E.Grand" hbank="0" lbank="0" prog="2" /> + <Patch name="Honky Tonk" hbank="0" lbank="0" prog="3" /> + <Patch name="E.Piano" hbank="0" lbank="0" prog="4" /> + <Patch name="Detuned EP 1" hbank="8" lbank="0" prog="4" /> + <Patch name="E.Piano 2" hbank="0" lbank="0" prog="5" /> + <Patch name="Detuned EP 2" hbank="8" lbank="0" prog="5" /> + <Patch name="Harpsichord" hbank="0" lbank="0" prog="6" /> + <Patch name="Coupled Harpsichord" hbank="8" lbank="0" prog="6" /> + <Patch name="Clavinet" hbank="0" lbank="0" prog="7" /> + </PatchGroup> + <PatchGroup name="Piano MT"> + <Patch name="Acou Piano 1" hbank="127" lbank="0" prog="0" /> + <Patch name="Acou Piano 2" hbank="127" lbank="0" prog="1" /> + <Patch name="Acou Piano 3" hbank="127" lbank="0" prog="2" /> + <Patch name="Elec Piano 1" hbank="127" lbank="0" prog="3" /> + <Patch name="Elec Piano 2" hbank="127" lbank="0" prog="4" /> + <Patch name="Elec Piano 3" hbank="127" lbank="0" prog="5" /> + <Patch name="Elec Piano 4" hbank="127" lbank="0" prog="6" /> + <Patch name="Honkytonk" hbank="127" lbank="0" prog="7" /> + <Patch name="Harpsichord 1" hbank="127" lbank="0" prog="16" /> + <Patch name="Harpsichord 2" hbank="127" lbank="0" prog="17" /> + <Patch name="Harpsichord 3" hbank="127" lbank="0" prog="18" /> + <Patch name="Clavinet 1" hbank="127" lbank="0" prog="19" /> + <Patch name="Clavinet 2" hbank="127" lbank="0" prog="20" /> + <Patch name="Clavinet 3" hbank="127" lbank="0" prog="21" /> + </PatchGroup> + <PatchGroup name="Pipe"> + <Patch name="Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="Pan Flute" hbank="0" lbank="0" prog="75" /> + <Patch name="Bottle Chiff" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="0" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="Pipe MT"> + <Patch name="Flute 1" hbank="127" lbank="0" prog="72" /> + <Patch name="Flute 2" hbank="127" lbank="0" prog="73" /> + <Patch name="Piccolo 1" hbank="127" lbank="0" prog="74" /> + <Patch name="Piccolo 2" hbank="127" lbank="0" prog="75" /> + <Patch name="Recorder MT" hbank="127" lbank="0" prog="76" /> + <Patch name="Pan Pipes" hbank="127" lbank="0" prog="77" /> + <Patch name="Whistle 1" hbank="127" lbank="0" prog="108" /> + <Patch name="Whistle 2" hbank="127" lbank="0" prog="109" /> + <Patch name="Bottleblow" hbank="127" lbank="0" prog="110" /> + <Patch name="Breathpipe" hbank="127" lbank="0" prog="111" /> + </PatchGroup> + <PatchGroup name="Reed"> + <Patch name="Soprano Sax" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="Tenor Sax" hbank="0" lbank="0" prog="66" /> + <Patch name="Baritone Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="English Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="0" prog="71" /> + </PatchGroup> + <PatchGroup name="Reed MT"> + <Patch name="Sax 1" hbank="127" lbank="0" prog="78" /> + <Patch name="Sax 2" hbank="127" lbank="0" prog="79" /> + <Patch name="Sax 3" hbank="127" lbank="0" prog="80" /> + <Patch name="Sax 4" hbank="127" lbank="0" prog="81" /> + <Patch name="Clarinet 1" hbank="127" lbank="0" prog="82" /> + <Patch name="Clarinet 2" hbank="127" lbank="0" prog="83" /> + <Patch name="Oboe MT" hbank="127" lbank="0" prog="84" /> + <Patch name="English Horn MT" hbank="127" lbank="0" prog="85" /> + <Patch name="Bassoon MT" hbank="127" lbank="0" prog="86" /> + </PatchGroup> + <PatchGroup name="Special FX"> + <Patch name="Fret Noise" hbank="0" lbank="0" prog="120" /> + <Patch name="Gtr. Cut Noise" hbank="1" lbank="0" prog="120" /> + <Patch name="String Slap" hbank="2" lbank="0" prog="120" /> + <Patch name="Breath Noise" hbank="0" lbank="0" prog="121" /> + <Patch name="Fl. Key Click" hbank="1" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="Rain" hbank="1" lbank="0" prog="122" /> + <Patch name="Thunder" hbank="2" lbank="0" prog="122" /> + <Patch name="Wind" hbank="3" lbank="0" prog="122" /> + <Patch name="Stream" hbank="4" lbank="0" prog="122" /> + <Patch name="Bubble" hbank="5" lbank="0" prog="122" /> + <Patch name="Bird" hbank="0" lbank="0" prog="123" /> + <Patch name="Dog" hbank="1" lbank="0" prog="123" /> + <Patch name="Horse Gallop" hbank="2" lbank="0" prog="123" /> + <Patch name="Bird 2" hbank="3" lbank="0" prog="123" /> + <Patch name="Telephone" hbank="0" lbank="0" prog="124" /> + <Patch name="Telephone 2" hbank="1" lbank="0" prog="124" /> + <Patch name="Door Creaking" hbank="2" lbank="0" prog="124" /> + <Patch name="Door Slam" hbank="3" lbank="0" prog="124" /> + <Patch name="Scratch" hbank="4" lbank="0" prog="124" /> + <Patch name="Wind Chimes" hbank="5" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="0" lbank="0" prog="125" /> + <Patch name="Car-Engine" hbank="1" lbank="0" prog="125" /> + <Patch name="Car-Stop" hbank="2" lbank="0" prog="125" /> + <Patch name="Car-Pass" hbank="3" lbank="0" prog="125" /> + <Patch name="Car-Crash" hbank="4" lbank="0" prog="125" /> + <Patch name="Siren" hbank="5" lbank="0" prog="125" /> + <Patch name="Train" hbank="6" lbank="0" prog="125" /> + <Patch name="Jet Plane" hbank="7" lbank="0" prog="125" /> + <Patch name="Starship" hbank="8" lbank="0" prog="125" /> + <Patch name="Burst Noise" hbank="9" lbank="0" prog="125" /> + <Patch name="Applause" hbank="0" lbank="0" prog="126" /> + <Patch name="Laughing" hbank="1" lbank="0" prog="126" /> + <Patch name="Screaming" hbank="2" lbank="0" prog="126" /> + <Patch name="Punch" hbank="3" lbank="0" prog="126" /> + <Patch name="Heart Beat" hbank="4" lbank="0" prog="126" /> + <Patch name="Footsteps" hbank="5" lbank="0" prog="126" /> + <Patch name="Gun Shot" hbank="0" lbank="0" prog="127" /> + <Patch name="Machine Gun" hbank="1" lbank="0" prog="127" /> + <Patch name="Lazergun" hbank="2" lbank="0" prog="127" /> + <Patch name="Explosion" hbank="3" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Special FX MT"> + <Patch name="Telephone" hbank="127" lbank="0" prog="123" /> + <Patch name="Bird Tweet" hbank="127" lbank="0" prog="124" /> + <Patch name="Jungle Tune" hbank="127" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Strings/Orch"> + <Patch name="Violin" hbank="0" lbank="0" prog="40" /> + <Patch name="Slow Violin" hbank="8" lbank="0" prog="40" /> + <Patch name="Viola" hbank="0" lbank="0" prog="41" /> + <Patch name="Cello" hbank="0" lbank="0" prog="42" /> + <Patch name="Contrabass" hbank="0" lbank="0" prog="43" /> + <Patch name="Tremolo Strings" hbank="0" lbank="0" prog="44" /> + <Patch name="Pizzicato" hbank="0" lbank="0" prog="45" /> + <Patch name="Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="Timpani" hbank="0" lbank="0" prog="47" /> + </PatchGroup> + <PatchGroup name="Strings/Orch MT"> + <Patch name="Pizzicato MT" hbank="127" lbank="0" prog="51" /> + <Patch name="Violin 1" hbank="127" lbank="0" prog="52" /> + <Patch name="Violin 2" hbank="127" lbank="0" prog="53" /> + <Patch name="Cello 1" hbank="127" lbank="0" prog="54" /> + <Patch name="Cello 2" hbank="127" lbank="0" prog="55" /> + <Patch name="Contrabass MT" hbank="127" lbank="0" prog="56" /> + <Patch name="Harp 1" hbank="127" lbank="0" prog="57" /> + <Patch name="Harp 2" hbank="127" lbank="0" prog="58" /> + <Patch name="Timpani MT" hbank="127" lbank="0" prog="112" /> + </PatchGroup> + <PatchGroup name="Synth FX"> + <Patch name="Ice Rain" hbank="0" lbank="0" prog="96" /> + <Patch name="Soundtrack" hbank="0" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="0" lbank="0" prog="98" /> + <Patch name="Atmosphere" hbank="0" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblin" hbank="0" lbank="0" prog="101" /> + <Patch name="Echo Drops" hbank="0" lbank="0" prog="102" /> + <Patch name="Star Theme" hbank="0" lbank="0" prog="103" /> + </PatchGroup> + <PatchGroup name="Synth FX MT"> + <Patch name="Fantasy" hbank="127" lbank="0" prog="32" /> + <Patch name="Harmo Pan" hbank="127" lbank="0" prog="33" /> + <Patch name="Chorale" hbank="127" lbank="0" prog="34" /> + <Patch name="Glasses" hbank="127" lbank="0" prog="35" /> + <Patch name="Soundtrack MT" hbank="127" lbank="0" prog="36" /> + <Patch name="Atmosphere MT" hbank="127" lbank="0" prog="37" /> + <Patch name="Warm Bell" hbank="127" lbank="0" prog="38" /> + <Patch name="Funny Vox" hbank="127" lbank="0" prog="39" /> + <Patch name="Echo Bell" hbank="127" lbank="0" prog="40" /> + <Patch name="Ice Rain MT" hbank="127" lbank="0" prog="41" /> + <Patch name="Oboe 2001" hbank="127" lbank="0" prog="42" /> + <Patch name="Echo Pan" hbank="127" lbank="0" prog="43" /> + <Patch name="Water Bell" hbank="127" lbank="0" prog="126" /> + </PatchGroup> + <PatchGroup name="Synth Lead"> + <Patch name="Square Wave" hbank="0" lbank="0" prog="80" /> + <Patch name="Sine Wave" hbank="8" lbank="0" prog="80" /> + <Patch name="Saw Wave" hbank="0" lbank="0" prog="81" /> + <Patch name="Synth Calliope" hbank="0" lbank="0" prog="82" /> + <Patch name="Chiffer Lead" hbank="0" lbank="0" prog="83" /> + <Patch name="Charang" hbank="0" lbank="0" prog="84" /> + <Patch name="Solo Vox" hbank="0" lbank="0" prog="85" /> + <Patch name="Fifth Saw Wave" hbank="0" lbank="0" prog="86" /> + <Patch name="Bass & Lead" hbank="0" lbank="0" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Lead MT"> + <Patch name="Doctor Solo" hbank="127" lbank="0" prog="44" /> + <Patch name="School Daze" hbank="127" lbank="0" prog="45" /> + <Patch name="Bell Singer" hbank="127" lbank="0" prog="46" /> + </PatchGroup> + <PatchGroup name="Synth Pad"> + <Patch name="Fantasia" hbank="0" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="0" lbank="0" prog="89" /> + <Patch name="Poly Synth" hbank="0" lbank="0" prog="90" /> + <Patch name="Space Voice" hbank="0" lbank="0" prog="91" /> + <Patch name="Bowed Glass" hbank="0" lbank="0" prog="92" /> + <Patch name="Metal Pad" hbank="0" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" hbank="0" lbank="0" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth Pad MT"> + <Patch name="Big Notes Pad" hbank="127" lbank="0" prog="125" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="GenPurpose1" l="16" /> + <Controller name="GenPurpose2" l="17" /> + <Controller name="GenPurpose3" l="18" /> + <Controller name="GenPurpose4" l="19" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="HarmonicContent" l="68" /> + <Controller name="ReleaseTime" l="72" /> + <Controller name="AttackTime" l="73" /> + <Controller name="Brightness" l="74" init="127" /> + <Controller name="PortamentoControl" l="75" /> + <Controller name="Effect1Depth" l="76" /> + <Controller name="Effect3Depth" l="93" /> + <Controller name="VariationSend" l="94" init="0" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="AllNotesOff" l="123" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="VibratoRate" type="NRPN" h="1" l="8" /> + <Controller name="VibratoDepth" type="NRPN" h="1" l="9" /> + <Controller name="VibratoDelay" type="NRPN" h="1" l="10" /> + <Controller name="FilterCutoffFreq" type="NRPN" h="1" l="32" /> + <Controller name="FilterResonance" type="NRPN" h="1" l="33" /> + <Controller name="AttackRate" type="NRPN" h="1" l="99" /> + <Controller name="DecayRate" type="NRPN" h="1" l="100" /> + <Controller name="ReleaseRate" type="NRPN" h="1" l="102" /> + <Controller name="DrumPitchCoarseTune" type="NRPN" h="24" l="pitch" min="-64" max="63" /> + <Controller name="DrumLevel" type="NRPN" h="26" l="pitch" /> + <Controller name="DrumPanpot" type="NRPN" h="28" l="pitch" min="-64" max="63" init="0" /> + <Controller name="DrumReverbSend" type="NRPN" h="29" l="pitch" /> + <Controller name="DrumChorusSend" type="NRPN" h="30" l="pitch" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Hammond_XB-1.idf b/muse2/share/instruments/Hammond_XB-1.idf new file mode 100644 index 00000000..06896383 --- /dev/null +++ b/muse2/share/instruments/Hammond_XB-1.idf @@ -0,0 +1,89 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Hammond XB-1"> + <PatchGroup name="Cancel"> + <Patch name="Cancel" hbank="0" lbank="0" prog="0" /> + </PatchGroup> + <PatchGroup name="Bank A"> + <Patch name="A-1" hbank="0" lbank="0" prog="1" /> + <Patch name="A-2" hbank="0" lbank="0" prog="2" /> + <Patch name="A-3" hbank="0" lbank="0" prog="3" /> + <Patch name="A-4" hbank="0" lbank="0" prog="4" /> + <Patch name="A-5" hbank="0" lbank="0" prog="5" /> + <Patch name="A-6" hbank="0" lbank="0" prog="6" /> + <Patch name="A-7" hbank="0" lbank="0" prog="7" /> + <Patch name="A-8" hbank="0" lbank="0" prog="8" /> + </PatchGroup> + <PatchGroup name="Bank B"> + <Patch name="B-1" hbank="0" lbank="0" prog="9" /> + <Patch name="B-2" hbank="0" lbank="0" prog="10" /> + <Patch name="B-3" hbank="0" lbank="0" prog="11" /> + <Patch name="B-4" hbank="0" lbank="0" prog="12" /> + <Patch name="B-5" hbank="0" lbank="0" prog="13" /> + <Patch name="B-6" hbank="0" lbank="0" prog="14" /> + <Patch name="B-7" hbank="0" lbank="0" prog="15" /> + <Patch name="B-8" hbank="0" lbank="0" prog="16" /> + </PatchGroup> + <PatchGroup name="Bank C"> + <Patch name="C-1" hbank="0" lbank="0" prog="17" /> + <Patch name="C-2" hbank="0" lbank="0" prog="18" /> + <Patch name="C-3" hbank="0" lbank="0" prog="19" /> + <Patch name="C-4" hbank="0" lbank="0" prog="20" /> + <Patch name="C-5" hbank="0" lbank="0" prog="21" /> + <Patch name="C-6" hbank="0" lbank="0" prog="22" /> + <Patch name="C-7" hbank="0" lbank="0" prog="23" /> + <Patch name="C-8" hbank="0" lbank="0" prog="24" /> + </PatchGroup> + <PatchGroup name="Bank D"> + <Patch name="D-1" hbank="0" lbank="0" prog="25" /> + <Patch name="D-2" hbank="0" lbank="0" prog="26" /> + <Patch name="D-3" hbank="0" lbank="0" prog="27" /> + <Patch name="D-4" hbank="0" lbank="0" prog="28" /> + <Patch name="D-5" hbank="0" lbank="0" prog="29" /> + <Patch name="D-6" hbank="0" lbank="0" prog="30" /> + <Patch name="D-7" hbank="0" lbank="0" prog="31" /> + <Patch name="D-8" hbank="0" lbank="0" prog="32" /> + </PatchGroup> + <PatchGroup name="Bank E"> + <Patch name="E-1" hbank="0" lbank="0" prog="33" /> + <Patch name="E-2" hbank="0" lbank="0" prog="34" /> + <Patch name="E-3" hbank="0" lbank="0" prog="35" /> + <Patch name="E-4" hbank="0" lbank="0" prog="36" /> + <Patch name="E-5" hbank="0" lbank="0" prog="37" /> + <Patch name="E-6" hbank="0" lbank="0" prog="38" /> + <Patch name="E-7" hbank="0" lbank="0" prog="39" /> + <Patch name="E-8" hbank="0" lbank="0" prog="40" /> + </PatchGroup> + <PatchGroup name="Bank F"> + <Patch name="F-1" hbank="0" lbank="0" prog="41" /> + <Patch name="F-2" hbank="0" lbank="0" prog="42" /> + <Patch name="F-3" hbank="0" lbank="0" prog="43" /> + <Patch name="F-4" hbank="0" lbank="0" prog="44" /> + <Patch name="F-5" hbank="0" lbank="0" prog="45" /> + <Patch name="F-6" hbank="0" lbank="0" prog="46" /> + <Patch name="F-7" hbank="0" lbank="0" prog="47" /> + <Patch name="F-8" hbank="0" lbank="0" prog="48" /> + </PatchGroup> + <PatchGroup name="Bank G"> + <Patch name="G-1" hbank="0" lbank="0" prog="49" /> + <Patch name="G-2" hbank="0" lbank="0" prog="50" /> + <Patch name="G-3" hbank="0" lbank="0" prog="51" /> + <Patch name="G-4" hbank="0" lbank="0" prog="52" /> + <Patch name="G-5" hbank="0" lbank="0" prog="53" /> + <Patch name="G-6" hbank="0" lbank="0" prog="54" /> + <Patch name="G-7" hbank="0" lbank="0" prog="55" /> + <Patch name="G-8" hbank="0" lbank="0" prog="56" /> + </PatchGroup> + <PatchGroup name="Bank H"> + <Patch name="H-1" hbank="0" lbank="0" prog="57" /> + <Patch name="H-2" hbank="0" lbank="0" prog="58" /> + <Patch name="H-3" hbank="0" lbank="0" prog="59" /> + <Patch name="H-4" hbank="0" lbank="0" prog="60" /> + <Patch name="H-5" hbank="0" lbank="0" prog="61" /> + <Patch name="H-6" hbank="0" lbank="0" prog="62" /> + <Patch name="H-7" hbank="0" lbank="0" prog="63" /> + <Patch name="H-8" hbank="0" lbank="0" prog="64" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Korg-MS2000R.idf b/muse2/share/instruments/Korg-MS2000R.idf new file mode 100644 index 00000000..b5ad41a7 --- /dev/null +++ b/muse2/share/instruments/Korg-MS2000R.idf @@ -0,0 +1,546 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Korg MS2000R"> + <PatchGroup name="Original Set"> + <Patch name="Stab Saw" hbank="0" lbank="0" prog="0" /> + <Patch name="Synth Lana" hbank="0" lbank="0" prog="1" /> + <Patch name="Evolution" hbank="0" lbank="0" prog="2" /> + <Patch name="Boost Bass" hbank="0" lbank="0" prog="3" /> + <Patch name="Dirty Sync" hbank="0" lbank="0" prog="4" /> + <Patch name="Zoop Mania" hbank="0" lbank="0" prog="5" /> + <Patch name="Ice Field" hbank="0" lbank="0" prog="6" /> + <Patch name="Lounge Organ" hbank="0" lbank="0" prog="7" /> + <Patch name="MG Bass" hbank="0" lbank="0" prog="8" /> + <Patch name="Gates Of Hell" hbank="0" lbank="0" prog="9" /> + <Patch name="PWM Strings" hbank="0" lbank="0" prog="10" /> + <Patch name="Turn Wheel" hbank="0" lbank="0" prog="11" /> + <Patch name="Synth Tp" hbank="0" lbank="0" prog="12" /> + <Patch name="DWGS Wave Seq" hbank="0" lbank="0" prog="13" /> + <Patch name="Drive Bass" hbank="0" lbank="0" prog="14" /> + <Patch name="Surrounded" hbank="0" lbank="0" prog="15" /> + <Patch name="Lazy Pitch" hbank="0" lbank="0" prog="16" /> + <Patch name="Stairs Pad" hbank="0" lbank="0" prog="17" /> + <Patch name="Silk Pad" hbank="0" lbank="0" prog="18" /> + <Patch name="Zap Bass" hbank="0" lbank="0" prog="19" /> + <Patch name="Uni Synth" hbank="0" lbank="0" prog="20" /> + <Patch name="Psyche Trance" hbank="0" lbank="0" prog="21" /> + <Patch name="Deep Bell" hbank="0" lbank="0" prog="22" /> + <Patch name="Synth Clav" hbank="0" lbank="0" prog="23" /> + <Patch name="Line Bass" hbank="0" lbank="0" prog="24" /> + <Patch name="Search Engine" hbank="0" lbank="0" prog="25" /> + <Patch name="Voice/A/" hbank="0" lbank="0" prog="26" /> + <Patch name="Far Horizon" hbank="0" lbank="0" prog="27" /> + <Patch name="Glass" hbank="0" lbank="0" prog="28" /> + <Patch name="Random" hbank="0" lbank="0" prog="29" /> + <Patch name="Jami Bass" hbank="0" lbank="0" prog="30" /> + <Patch name="Loomy" hbank="0" lbank="0" prog="31" /> + <Patch name="Poly Line" hbank="0" lbank="0" prog="32" /> + <Patch name="Krazy Arpy 1" hbank="0" lbank="0" prog="33" /> + <Patch name="Mod 3 + 4 Squad" hbank="0" lbank="0" prog="34" /> + <Patch name="What D\ Time" hbank="0" lbank="0" prog="35" /> + <Patch name="Healing" hbank="0" lbank="0" prog="36" /> + <Patch name="Auto Disco" hbank="0" lbank="0" prog="37" /> + <Patch name="Candy Box" hbank="0" lbank="0" prog="38" /> + <Patch name="Vintage EP" hbank="0" lbank="0" prog="39" /> + <Patch name="Mini Bass" hbank="0" lbank="0" prog="40" /> + <Patch name="Tap Lead" hbank="0" lbank="0" prog="41" /> + <Patch name="Royal Pad" hbank="0" lbank="0" prog="42" /> + <Patch name="Freq Lead" hbank="0" lbank="0" prog="43" /> + <Patch name="Solemn Brass" hbank="0" lbank="0" prog="44" /> + <Patch name="IZDISA-WS" hbank="0" lbank="0" prog="45" /> + <Patch name="House Bass" hbank="0" lbank="0" prog="46" /> + <Patch name="Invaders" hbank="0" lbank="0" prog="47" /> + <Patch name="Ana Fuzz" hbank="0" lbank="0" prog="48" /> + <Patch name="Water Edge" hbank="0" lbank="0" prog="49" /> + <Patch name="Reactor Pad" hbank="0" lbank="0" prog="50" /> + <Patch name="MS-101 Sqr" hbank="0" lbank="0" prog="51" /> + <Patch name="Edge Lead" hbank="0" lbank="0" prog="52" /> + <Patch name="Goa Trax" hbank="0" lbank="0" prog="53" /> + <Patch name="Retro BD/SD" hbank="0" lbank="0" prog="54" /> + <Patch name="Wet Reed" hbank="0" lbank="0" prog="55" /> + <Patch name="Fat Brass" hbank="0" lbank="0" prog="56" /> + <Patch name="Flashlight" hbank="0" lbank="0" prog="57" /> + <Patch name="Stream Pad" hbank="0" lbank="0" prog="58" /> + <Patch name="EP Fusion Ld" hbank="0" lbank="0" prog="59" /> + <Patch name="Tremolo Synth" hbank="0" lbank="0" prog="60" /> + <Patch name="Motion Pad" hbank="0" lbank="0" prog="61" /> + <Patch name="Banana Bass" hbank="0" lbank="0" prog="62" /> + <Patch name="Bad Dream" hbank="0" lbank="0" prog="63" /> + <Patch name="Century Stab" hbank="0" lbank="0" prog="64" /> + <Patch name="Simple Arpg" hbank="0" lbank="0" prog="65" /> + <Patch name="Tin Memoreez" hbank="0" lbank="0" prog="66" /> + <Patch name="Organ Bass" hbank="0" lbank="0" prog="67" /> + <Patch name="High Voltage" hbank="0" lbank="0" prog="68" /> + <Patch name="Trip Planet" hbank="0" lbank="0" prog="69" /> + <Patch name="Dry Plant" hbank="0" lbank="0" prog="70" /> + <Patch name="Reed Piano" hbank="0" lbank="0" prog="71" /> + <Patch name="Magnum Bass" hbank="0" lbank="0" prog="72" /> + <Patch name="Mad Lead" hbank="0" lbank="0" prog="73" /> + <Patch name="Belly" hbank="0" lbank="0" prog="74" /> + <Patch name="Back In The Day" hbank="0" lbank="0" prog="75" /> + <Patch name="Synth Brass" hbank="0" lbank="0" prog="76" /> + <Patch name="Electro Shock" hbank="0" lbank="0" prog="77" /> + <Patch name="Bakin\ Bass" hbank="0" lbank="0" prog="78" /> + <Patch name="Telephone" hbank="0" lbank="0" prog="79" /> + <Patch name="Golden Synth" hbank="0" lbank="0" prog="80" /> + <Patch name="Blue + White" hbank="0" lbank="0" prog="81" /> + <Patch name="Pan Tran" hbank="0" lbank="0" prog="82" /> + <Patch name="Warp Bass" hbank="0" lbank="0" prog="83" /> + <Patch name="Killa Lead" hbank="0" lbank="0" prog="84" /> + <Patch name="Tribe\n Beat" hbank="0" lbank="0" prog="85" /> + <Patch name="Bound Ball" hbank="0" lbank="0" prog="86" /> + <Patch name="Cutting Arpg" hbank="0" lbank="0" prog="87" /> + <Patch name="Bass Machine" hbank="0" lbank="0" prog="88" /> + <Patch name="Trip 2 Ibiza" hbank="0" lbank="0" prog="89" /> + <Patch name="Ana Strings" hbank="0" lbank="0" prog="90" /> + <Patch name="Past Mind" hbank="0" lbank="0" prog="91" /> + <Patch name="Future Vibe" hbank="0" lbank="0" prog="92" /> + <Patch name="Euro Synthe" hbank="0" lbank="0" prog="93" /> + <Patch name="Digy Bass" hbank="0" lbank="0" prog="94" /> + <Patch name="Thunder" hbank="0" lbank="0" prog="95" /> + <Patch name="Square Comp" hbank="0" lbank="0" prog="96" /> + <Patch name="Krazy Arpy 2" hbank="0" lbank="0" prog="97" /> + <Patch name="Sweep Pad" hbank="0" lbank="0" prog="98" /> + <Patch name="Sub Bass" hbank="0" lbank="0" prog="99" /> + <Patch name="Phenomenon" hbank="0" lbank="0" prog="100" /> + <Patch name="Ready 2 Air" hbank="0" lbank="0" prog="101" /> + <Patch name="X-Mod Perc" hbank="0" lbank="0" prog="102" /> + <Patch name="British Organ" hbank="0" lbank="0" prog="103" /> + <Patch name="80\s Bass" hbank="0" lbank="0" prog="104" /> + <Patch name="Min.Deal" hbank="0" lbank="0" prog="105" /> + <Patch name="Astral Vox" hbank="0" lbank="0" prog="106" /> + <Patch name="Rez Lead" hbank="0" lbank="0" prog="107" /> + <Patch name="Soft Brass" hbank="0" lbank="0" prog="108" /> + <Patch name="CPU Talk" hbank="0" lbank="0" prog="109" /> + <Patch name="Phunk Bass" hbank="0" lbank="0" prog="110" /> + <Patch name="Jet Set 2000" hbank="0" lbank="0" prog="111" /> + <Patch name="Poly 400" hbank="0" lbank="0" prog="112" /> + <Patch name="Diginator" hbank="0" lbank="0" prog="113" /> + <Patch name="Light Pad" hbank="0" lbank="0" prog="114" /> + <Patch name="Bass + 5th Lead" hbank="0" lbank="0" prog="115" /> + <Patch name="Woody\s Lead" hbank="0" lbank="0" prog="116" /> + <Patch name="Filter Muzik" hbank="0" lbank="0" prog="117" /> + <Patch name="Time Zone SFX" hbank="0" lbank="0" prog="118" /> + <Patch name="Pulse Comp" hbank="0" lbank="0" prog="119" /> + <Patch name="Vocoder Ens" hbank="0" lbank="0" prog="120" /> + <Patch name="Vocoder Cho" hbank="0" lbank="0" prog="121" /> + <Patch name="Vocoder Wah" hbank="0" lbank="0" prog="122" /> + <Patch name="Vocoder Pulse" hbank="0" lbank="0" prog="123" /> + <Patch name="Voice Changer" hbank="0" lbank="0" prog="124" /> + <Patch name="Vocodevil" hbank="0" lbank="0" prog="125" /> + <Patch name="Audio In INIT" hbank="0" lbank="0" prog="126" /> + <Patch name="Init Program" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Additional Set"> + <Patch name="Trance Solo" hbank="1" lbank="0" prog="0" /> + <Patch name="Pulsator" hbank="1" lbank="0" prog="1" /> + <Patch name="Full Blast" hbank="1" lbank="0" prog="2" /> + <Patch name="Like Guitar!" hbank="1" lbank="0" prog="3" /> + <Patch name="Massive Attack" hbank="1" lbank="0" prog="4" /> + <Patch name="Blast!!!" hbank="1" lbank="0" prog="5" /> + <Patch name="Sunshine" hbank="1" lbank="0" prog="6" /> + <Patch name="Prodigy" hbank="1" lbank="0" prog="7" /> + <Patch name="Soft + Jazzy" hbank="1" lbank="0" prog="8" /> + <Patch name="Gombath" hbank="1" lbank="0" prog="9" /> + <Patch name="Electro Koto" hbank="1" lbank="0" prog="10" /> + <Patch name="Dual Solo" hbank="1" lbank="0" prog="11" /> + <Patch name="70\s Solo" hbank="1" lbank="0" prog="12" /> + <Patch name="Percuter" hbank="1" lbank="0" prog="13" /> + <Patch name="Brain Chaser" hbank="1" lbank="0" prog="14" /> + <Patch name="Bombastix" hbank="1" lbank="0" prog="15" /> + <Patch name="Full Strings" hbank="1" lbank="0" prog="16" /> + <Patch name="Digi Pad 1" hbank="1" lbank="0" prog="17" /> + <Patch name="Sphere Voice" hbank="1" lbank="0" prog="18" /> + <Patch name="Lush Strings" hbank="1" lbank="0" prog="19" /> + <Patch name="Cod Pad" hbank="1" lbank="0" prog="20" /> + <Patch name="Organ Pad" hbank="1" lbank="0" prog="21" /> + <Patch name="Strange Pad" hbank="1" lbank="0" prog="22" /> + <Patch name="Digi Ensemble" hbank="1" lbank="0" prog="23" /> + <Patch name="Obi Nrass" hbank="1" lbank="0" prog="24" /> + <Patch name="New Age Piano" hbank="1" lbank="0" prog="25" /> + <Patch name="Fat Strings" hbank="1" lbank="0" prog="26" /> + <Patch name="Long Pad" hbank="1" lbank="0" prog="27" /> + <Patch name="Mystic Pad" hbank="1" lbank="0" prog="28" /> + <Patch name="Ghosty Pad" hbank="1" lbank="0" prog="29" /> + <Patch name="Old Ensemble" hbank="1" lbank="0" prog="30" /> + <Patch name="Ambient Vox" hbank="1" lbank="0" prog="31" /> + <Patch name="D + B Chords" hbank="1" lbank="0" prog="32" /> + <Patch name="Organ Chords" hbank="1" lbank="0" prog="33" /> + <Patch name="Octaves" hbank="1" lbank="0" prog="34" /> + <Patch name="Trance Chord" hbank="1" lbank="0" prog="35" /> + <Patch name="Ring Chord" hbank="1" lbank="0" prog="36" /> + <Patch name="Bell Synth" hbank="1" lbank="0" prog="37" /> + <Patch name="5ths Big" hbank="1" lbank="0" prog="38" /> + <Patch name="Metal Chord" hbank="1" lbank="0" prog="39" /> + <Patch name="Birdy" hbank="1" lbank="0" prog="40" /> + <Patch name="Organizer" hbank="1" lbank="0" prog="41" /> + <Patch name="Smooth Chord" hbank="1" lbank="0" prog="42" /> + <Patch name="Fat Boy" hbank="1" lbank="0" prog="43" /> + <Patch name="Ferrum Chord" hbank="1" lbank="0" prog="44" /> + <Patch name="Morpheus" hbank="1" lbank="0" prog="45" /> + <Patch name="Future Chord" hbank="1" lbank="0" prog="46" /> + <Patch name="Hellraiser" hbank="1" lbank="0" prog="47" /> + <Patch name="Swing Chord" hbank="1" lbank="0" prog="48" /> + <Patch name="Berlin School" hbank="1" lbank="0" prog="49" /> + <Patch name="Angst!" hbank="1" lbank="0" prog="50" /> + <Patch name="MS Wave 2000" hbank="1" lbank="0" prog="51" /> + <Patch name="Filter Groove" hbank="1" lbank="0" prog="52" /> + <Patch name="Dual Sequenz" hbank="1" lbank="0" prog="53" /> + <Patch name="Wave Trancfer" hbank="1" lbank="0" prog="54" /> + <Patch name="Human Touch" hbank="1" lbank="0" prog="55" /> + <Patch name="Chilly Filter" hbank="1" lbank="0" prog="56" /> + <Patch name="Dr. Atmo" hbank="1" lbank="0" prog="57" /> + <Patch name="Wave Station" hbank="1" lbank="0" prog="58" /> + <Patch name="Frogger" hbank="1" lbank="0" prog="59" /> + <Patch name="Uranus" hbank="1" lbank="0" prog="60" /> + <Patch name="Deep Ambient" hbank="1" lbank="0" prog="61" /> + <Patch name="Ambient Texture" hbank="1" lbank="0" prog="62" /> + <Patch name="Trance Gater" hbank="1" lbank="0" prog="63" /> + <Patch name="Sync Bass" hbank="1" lbank="0" prog="64" /> + <Patch name="Acid Bass" hbank="1" lbank="0" prog="65" /> + <Patch name="Distorted 303" hbank="1" lbank="0" prog="66" /> + <Patch name="Super Bass" hbank="1" lbank="0" prog="67" /> + <Patch name="Wet Bass MW" hbank="1" lbank="0" prog="68" /> + <Patch name="Mini Bass" hbank="1" lbank="0" prog="69" /> + <Patch name="Synth Bass MW" hbank="1" lbank="0" prog="70" /> + <Patch name="Sequence Bass" hbank="1" lbank="0" prog="71" /> + <Patch name="Short Bass MW" hbank="1" lbank="0" prog="72" /> + <Patch name="Organ Bass" hbank="1" lbank="0" prog="73" /> + <Patch name="D + B Bass" hbank="1" lbank="0" prog="74" /> + <Patch name="Dr. Alban" hbank="1" lbank="0" prog="75" /> + <Patch name="Moogy Bass" hbank="1" lbank="0" prog="76" /> + <Patch name="90\s Friend 1" hbank="1" lbank="0" prog="77" /> + <Patch name="Deep Bass" hbank="1" lbank="0" prog="78" /> + <Patch name="Fat Bass" hbank="1" lbank="0" prog="79" /> + <Patch name="Lucky Man MW16" hbank="1" lbank="0" prog="80" /> + <Patch name="Percussive 5ths" hbank="1" lbank="0" prog="81" /> + <Patch name="Rock Solo" hbank="1" lbank="0" prog="82" /> + <Patch name="Saw Solo" hbank="1" lbank="0" prog="83" /> + <Patch name="HP-Solo" hbank="1" lbank="0" prog="84" /> + <Patch name="Attack Solo" hbank="1" lbank="0" prog="85" /> + <Patch name="Ricochet" hbank="1" lbank="0" prog="86" /> + <Patch name="Pro Soloist" hbank="1" lbank="0" prog="87" /> + <Patch name="Distortion" hbank="1" lbank="0" prog="88" /> + <Patch name="Synth Fanfare" hbank="1" lbank="0" prog="89" /> + <Patch name="Percussive Triangle" hbank="1" lbank="0" prog="90" /> + <Patch name="Solo Split" hbank="1" lbank="0" prog="91" /> + <Patch name="Overdrive" hbank="1" lbank="0" prog="92" /> + <Patch name="Classic Solo" hbank="1" lbank="0" prog="93" /> + <Patch name="Syntraction" hbank="1" lbank="0" prog="94" /> + <Patch name="Dirty Solo" hbank="1" lbank="0" prog="95" /> + <Patch name="Trance Master" hbank="1" lbank="0" prog="96" /> + <Patch name="Expo 2000 Groove" hbank="1" lbank="0" prog="97" /> + <Patch name="Trancefer" hbank="1" lbank="0" prog="98" /> + <Patch name="Sequence This" hbank="1" lbank="0" prog="99" /> + <Patch name="Auto Accomp." hbank="1" lbank="0" prog="100" /> + <Patch name="Random Energy" hbank="1" lbank="0" prog="101" /> + <Patch name="Mercury" hbank="1" lbank="0" prog="102" /> + <Patch name="Tap Lead" hbank="1" lbank="0" prog="103" /> + <Patch name="Classic Arp" hbank="1" lbank="0" prog="104" /> + <Patch name="Goa Trax" hbank="1" lbank="0" prog="105" /> + <Patch name="Moog Sequenz" hbank="1" lbank="0" prog="106" /> + <Patch name="Self Solo" hbank="1" lbank="0" prog="107" /> + <Patch name="Psyche Trance" hbank="1" lbank="0" prog="108" /> + <Patch name="Sequence 2k" hbank="1" lbank="0" prog="109" /> + <Patch name="Sequenz + Solo" hbank="1" lbank="0" prog="110" /> + <Patch name="Filter Jam" hbank="1" lbank="0" prog="111" /> + <Patch name="Wharp" hbank="1" lbank="0" prog="112" /> + <Patch name="Scratchin\" hbank="1" lbank="0" prog="113" /> + <Patch name="Intro Pad" hbank="1" lbank="0" prog="114" /> + <Patch name="MS 20" hbank="1" lbank="0" prog="115" /> + <Patch name="EMS VCS 3" hbank="1" lbank="0" prog="116" /> + <Patch name="Psychosis" hbank="1" lbank="0" prog="117" /> + <Patch name="Far Explosion" hbank="1" lbank="0" prog="118" /> + <Patch name="KW-Drums" hbank="1" lbank="0" prog="119" /> + <Patch name="Vocoder Ens." hbank="1" lbank="0" prog="120" /> + <Patch name="Vocoder Cho." hbank="1" lbank="0" prog="121" /> + <Patch name="Vocoder Wah" hbank="1" lbank="0" prog="122" /> + <Patch name="Vocoder Pulse" hbank="1" lbank="0" prog="123" /> + <Patch name="Voice Changer" hbank="1" lbank="0" prog="124" /> + <Patch name="Vocodevil" hbank="1" lbank="0" prog="125" /> + <Patch name="Audio In INIT" hbank="1" lbank="0" prog="126" /> + <Patch name="Init Sound" hbank="1" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="MicroKorg Set"> + <Patch name="Trancey Arpeg" hbank="1" lbank="0" prog="0" /> + <Patch name="AcidSawBass" hbank="1" lbank="0" prog="1" /> + <Patch name="UnisonSawLD" hbank="1" lbank="0" prog="2" /> + <Patch name="UnisonHP+LP" hbank="1" lbank="0" prog="3" /> + <Patch name="WeepyLead" hbank="1" lbank="0" prog="4" /> + <Patch name="Slippy Pad" hbank="1" lbank="0" prog="5" /> + <Patch name="SweepPolyPad" hbank="1" lbank="0" prog="6" /> + <Patch name="FilterString" hbank="1" lbank="0" prog="7" /> + <Patch name="AutoHouse" hbank="1" lbank="0" prog="8" /> + <Patch name="Burnin\Rave" hbank="1" lbank="0" prog="9" /> + <Patch name="X-ModPerc" hbank="1" lbank="0" prog="10" /> + <Patch name="HouseBass" hbank="1" lbank="0" prog="11" /> + <Patch name="DistortedBas" hbank="1" lbank="0" prog="12" /> + <Patch name="AcidSquBass" hbank="1" lbank="0" prog="13" /> + <Patch name="SynvBass" hbank="1" lbank="0" prog="14" /> + <Patch name="HardHouseLD" hbank="1" lbank="0" prog="15" /> + <Patch name="SequencePad" hbank="1" lbank="0" prog="16" /> + <Patch name="BleepsPerc" hbank="1" lbank="0" prog="17" /> + <Patch name="GatedSyncBas" hbank="1" lbank="0" prog="18" /> + <Patch name="Flap+Sweep" hbank="1" lbank="0" prog="19" /> + <Patch name="ReverseLead" hbank="1" lbank="0" prog="20" /> + <Patch name="IDM Pad" hbank="1" lbank="0" prog="21" /> + <Patch name="Flange5thPad" hbank="1" lbank="0" prog="22" /> + <Patch name="Voice/A/" hbank="1" lbank="0" prog="23" /> + <Patch name="2StepBass" hbank="1" lbank="0" prog="24" /> + <Patch name="TechRingBass" hbank="1" lbank="0" prog="25" /> + <Patch name="ValveKickBas" hbank="1" lbank="0" prog="26" /> + <Patch name="DriveBass" hbank="1" lbank="0" prog="27" /> + <Patch name="BladeBass" hbank="1" lbank="0" prog="28" /> + <Patch name="SweepSyncLD" hbank="1" lbank="0" prog="29" /> + <Patch name="ScienceLead" hbank="1" lbank="0" prog="30" /> + <Patch name="GatedChord" hbank="1" lbank="0" prog="31" /> + <Patch name="DirtyBass" hbank="1" lbank="0" prog="32" /> + <Patch name="MG Bass 1" hbank="1" lbank="0" prog="33" /> + <Patch name="R+B Lead" hbank="1" lbank="0" prog="34" /> + <Patch name="PWM Strings" hbank="1" lbank="0" prog="35" /> + <Patch name="ReedPiano" hbank="1" lbank="0" prog="36" /> + <Patch name="BritishOrgan" hbank="1" lbank="0" prog="37" /> + <Patch name="SynthClav" hbank="1" lbank="0" prog="38" /> + <Patch name="TapeChoir" hbank="1" lbank="0" prog="39" /> + <Patch name="ElektricArpe" hbank="1" lbank="0" prog="40" /> + <Patch name="WaterEdge" hbank="1" lbank="0" prog="41" /> + <Patch name="80\sSynthBas" hbank="1" lbank="0" prog="42" /> + <Patch name="ReversSyncLD" hbank="1" lbank="0" prog="43" /> + <Patch name="BritePolySyn" hbank="1" lbank="0" prog="44" /> + <Patch name="PolySynth" hbank="1" lbank="0" prog="45" /> + <Patch name="Warm4thPad" hbank="1" lbank="0" prog="46" /> + <Patch name="OctaveString" hbank="1" lbank="0" prog="47" /> + <Patch name="KillaBeez" hbank="1" lbank="0" prog="48" /> + <Patch name="Diginator" hbank="1" lbank="0" prog="49" /> + <Patch name="Stutter" hbank="1" lbank="0" prog="50" /> + <Patch name="Invaders" hbank="1" lbank="0" prog="51" /> + <Patch name="RingChord" hbank="1" lbank="0" prog="52" /> + <Patch name="Sweep\min\" hbank="1" lbank="0" prog="53" /> + <Patch name="NoisyHit" hbank="1" lbank="0" prog="54" /> + <Patch name="4OSC\m7\" hbank="1" lbank="0" prog="55" /> + <Patch name="Male-Ahhh" hbank="1" lbank="0" prog="56" /> + <Patch name="Male-Eeee" hbank="1" lbank="0" prog="57" /> + <Patch name="Male-Ahhh5th" hbank="1" lbank="0" prog="58" /> + <Patch name="VocoderEns" hbank="1" lbank="0" prog="59" /> + <Patch name="VocoderCho" hbank="1" lbank="0" prog="60" /> + <Patch name="Vocoder5th" hbank="1" lbank="0" prog="61" /> + <Patch name="BassVocoder" hbank="1" lbank="0" prog="62" /> + <Patch name="VoiceChanger" hbank="1" lbank="0" prog="63" /> + <Patch name="SynthHarp" hbank="1" lbank="0" prog="64" /> + <Patch name="AcidRingBass" hbank="1" lbank="0" prog="65" /> + <Patch name="UnisonRingLD" hbank="1" lbank="0" prog="66" /> + <Patch name="PhaserLead" hbank="1" lbank="0" prog="67" /> + <Patch name="SynthPizz" hbank="1" lbank="0" prog="68" /> + <Patch name="EuphoricSyn" hbank="1" lbank="0" prog="69" /> + <Patch name="Flashin\Pad" hbank="1" lbank="0" prog="70" /> + <Patch name="StreamPad" hbank="1" lbank="0" prog="71" /> + <Patch name="S+H Signal" hbank="1" lbank="0" prog="72" /> + <Patch name="DirtyMotion" hbank="1" lbank="0" prog="73" /> + <Patch name="RingPerc" hbank="1" lbank="0" prog="74" /> + <Patch name="OrganBass" hbank="1" lbank="0" prog="75" /> + <Patch name="UnisonSquBas" hbank="1" lbank="0" prog="76" /> + <Patch name="DetuneBass" hbank="1" lbank="0" prog="77" /> + <Patch name="ShortSynBass" hbank="1" lbank="0" prog="78" /> + <Patch name="NRG Stab" hbank="1" lbank="0" prog="79" /> + <Patch name="NoizeBlasts" hbank="1" lbank="0" prog="80" /> + <Patch name="FuturePerc" hbank="1" lbank="0" prog="81" /> + <Patch name="RhythmicPad" hbank="1" lbank="0" prog="82" /> + <Patch name="PumpOrgan" hbank="1" lbank="0" prog="83" /> + <Patch name="LazyPitch" hbank="1" lbank="0" prog="84" /> + <Patch name="BPF4thPad" hbank="1" lbank="0" prog="85" /> + <Patch name="FuturePad" hbank="1" lbank="0" prog="86" /> + <Patch name="ShadowPad" hbank="1" lbank="0" prog="87" /> + <Patch name="X-ModBass" hbank="1" lbank="0" prog="88" /> + <Patch name="PipeBass" hbank="1" lbank="0" prog="89" /> + <Patch name="ReverseBass" hbank="1" lbank="0" prog="90" /> + <Patch name="RingSyncBass" hbank="1" lbank="0" prog="91" /> + <Patch name="HPFSweepBass" hbank="1" lbank="0" prog="92" /> + <Patch name="NuSkoolDrop" hbank="1" lbank="0" prog="93" /> + <Patch name="ModLead" hbank="1" lbank="0" prog="94" /> + <Patch name="GrimeyStorm" hbank="1" lbank="0" prog="95" /> + <Patch name="DarkBass" hbank="1" lbank="0" prog="96" /> + <Patch name="MG Bass 2" hbank="1" lbank="0" prog="97" /> + <Patch name="Sub Bass" hbank="1" lbank="0" prog="98" /> + <Patch name="70\sFunkLead" hbank="1" lbank="0" prog="99" /> + <Patch name="RockOrgan" hbank="1" lbank="0" prog="100" /> + <Patch name="PercOrgan" hbank="1" lbank="0" prog="101" /> + <Patch name="PhaserClav" hbank="1" lbank="0" prog="102" /> + <Patch name="StringMachin" hbank="1" lbank="0" prog="103" /> + <Patch name="AnalogBell" hbank="1" lbank="0" prog="104" /> + <Patch name="StairsPad" hbank="1" lbank="0" prog="105" /> + <Patch name="TriangleLead" hbank="1" lbank="0" prog="106" /> + <Patch name="RandomComp" hbank="1" lbank="0" prog="107" /> + <Patch name="StabSaw" hbank="1" lbank="0" prog="108" /> + <Patch name="SquareComp" hbank="1" lbank="0" prog="109" /> + <Patch name="DetunedComp" hbank="1" lbank="0" prog="110" /> + <Patch name="OldStrings" hbank="1" lbank="0" prog="111" /> + <Patch name="TimeZoneSFX" hbank="1" lbank="0" prog="112" /> + <Patch name="Domin8or" hbank="1" lbank="0" prog="113" /> + <Patch name="Thunder" hbank="1" lbank="0" prog="114" /> + <Patch name="Cry" hbank="1" lbank="0" prog="115" /> + <Patch name="HPF\m7\Chord" hbank="1" lbank="0" prog="116" /> + <Patch name="\M3rd\Chord" hbank="1" lbank="0" prog="117" /> + <Patch name="HardcoreHit" hbank="1" lbank="0" prog="118" /> + <Patch name="Artcore\M7\" hbank="1" lbank="0" prog="119" /> + <Patch name="Female-Ahhh" hbank="1" lbank="0" prog="120" /> + <Patch name="Kid-Eeey" hbank="1" lbank="0" prog="121" /> + <Patch name="Kid-Ahhh-Wow" hbank="1" lbank="0" prog="122" /> + <Patch name="VocoderPulse" hbank="1" lbank="0" prog="123" /> + <Patch name="VocoderSqu" hbank="1" lbank="0" prog="124" /> + <Patch name="VocoderWah" hbank="1" lbank="0" prog="125" /> + <Patch name="VocoderVoxWv" hbank="1" lbank="0" prog="126" /> + <Patch name="VocoderDWGS" hbank="1" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="MS2000B Set"> + <Patch name="UnisonRingLD" hbank="1" lbank="0" prog="0" /> + <Patch name="Flashin\Pad" hbank="1" lbank="0" prog="1" /> + <Patch name="X-ModBass" hbank="1" lbank="0" prog="2" /> + <Patch name="IDM Pad" hbank="1" lbank="0" prog="3" /> + <Patch name="HyperForce" hbank="1" lbank="0" prog="4" /> + <Patch name="Pan Tran" hbank="1" lbank="0" prog="5" /> + <Patch name="Razor Blade" hbank="1" lbank="0" prog="6" /> + <Patch name="DetuneBass" hbank="1" lbank="0" prog="7" /> + <Patch name="High Voltage" hbank="1" lbank="0" prog="8" /> + <Patch name="AnalogBell" hbank="1" lbank="0" prog="9" /> + <Patch name="FonkaDeli" hbank="1" lbank="0" prog="10" /> + <Patch name="AutoTrance" hbank="1" lbank="0" prog="11" /> + <Patch name="4OSC\m7\" hbank="1" lbank="0" prog="12" /> + <Patch name="Digy Bass" hbank="1" lbank="0" prog="13" /> + <Patch name="Domin8or" hbank="1" lbank="0" prog="14" /> + <Patch name="FilterString" hbank="1" lbank="0" prog="15" /> + <Patch name="70\sFunkLead" hbank="1" lbank="0" prog="16" /> + <Patch name="SawSaw" hbank="1" lbank="0" prog="17" /> + <Patch name="House Bass" hbank="1" lbank="0" prog="18" /> + <Patch name="Stairs Pad" hbank="1" lbank="0" prog="19" /> + <Patch name="Poly Line" hbank="1" lbank="0" prog="20" /> + <Patch name="Ice Field" hbank="1" lbank="0" prog="21" /> + <Patch name="Fairies" hbank="1" lbank="0" prog="22" /> + <Patch name="Line Bass" hbank="1" lbank="0" prog="23" /> + <Patch name="ModLead" hbank="1" lbank="0" prog="24" /> + <Patch name="RingPerc" hbank="1" lbank="0" prog="25" /> + <Patch name="Reed Piano" hbank="1" lbank="0" prog="26" /> + <Patch name="Filter Muzik" hbank="1" lbank="0" prog="27" /> + <Patch name="RingChord" hbank="1" lbank="0" prog="28" /> + <Patch name="Warp Bass" hbank="1" lbank="0" prog="29" /> + <Patch name="KillaBeez" hbank="1" lbank="0" prog="30" /> + <Patch name="Evolution" hbank="1" lbank="0" prog="31" /> + <Patch name="TriangleLead" hbank="1" lbank="0" prog="32" /> + <Patch name="GatedSyncBas" hbank="1" lbank="0" prog="33" /> + <Patch name="Bass Machine" hbank="1" lbank="0" prog="34" /> + <Patch name="Snowdance" hbank="1" lbank="0" prog="35" /> + <Patch name="Stab Saw" hbank="1" lbank="0" prog="36" /> + <Patch name="Wheeler Pad" hbank="1" lbank="0" prog="37" /> + <Patch name="SynthHarp" hbank="1" lbank="0" prog="38" /> + <Patch name="AcidRingBass" hbank="1" lbank="0" prog="39" /> + <Patch name="Dirty Sync" hbank="1" lbank="0" prog="40" /> + <Patch name="ElektricArpe" hbank="1" lbank="0" prog="41" /> + <Patch name="RockOrgan" hbank="1" lbank="0" prog="42" /> + <Patch name="Ready 2 Air" hbank="1" lbank="0" prog="43" /> + <Patch name="Sweep\min\" hbank="1" lbank="0" prog="44" /> + <Patch name="TechRingBass" hbank="1" lbank="0" prog="45" /> + <Patch name="Echo Park" hbank="1" lbank="0" prog="46" /> + <Patch name="PWM Strings" hbank="1" lbank="0" prog="47" /> + <Patch name="Uni Synth" hbank="1" lbank="0" prog="48" /> + <Patch name="Electrick" hbank="1" lbank="0" prog="49" /> + <Patch name="Zap Bass" hbank="1" lbank="0" prog="50" /> + <Patch name="Reactor Pad" hbank="1" lbank="0" prog="51" /> + <Patch name="TheMehT" hbank="1" lbank="0" prog="52" /> + <Patch name="Astral Vox" hbank="1" lbank="0" prog="53" /> + <Patch name="Water Edge" hbank="1" lbank="0" prog="54" /> + <Patch name="Phunk Bass" hbank="1" lbank="0" prog="55" /> + <Patch name="Ana Fuzz" hbank="1" lbank="0" prog="56" /> + <Patch name="Deep Bell" hbank="1" lbank="0" prog="57" /> + <Patch name="PhaserClav" hbank="1" lbank="0" prog="58" /> + <Patch name="Trip Planet" hbank="1" lbank="0" prog="59" /> + <Patch name="Glass" hbank="1" lbank="0" prog="60" /> + <Patch name="ReverseBass" hbank="1" lbank="0" prog="61" /> + <Patch name="Diginator" hbank="1" lbank="0" prog="62" /> + <Patch name="Ana Strings" hbank="1" lbank="0" prog="63" /> + <Patch name="Rez Lead" hbank="1" lbank="0" prog="64" /> + <Patch name="DWGS WaveSeq" hbank="1" lbank="0" prog="65" /> + <Patch name="AcidSawBass" hbank="1" lbank="0" prog="66" /> + <Patch name="TickerPad" hbank="1" lbank="0" prog="67" /> + <Patch name="Slippy Pad" hbank="1" lbank="0" prog="68" /> + <Patch name="Synth Brass" hbank="1" lbank="0" prog="69" /> + <Patch name="S+H Signal" hbank="1" lbank="0" prog="70" /> + <Patch name="Magnum Bass" hbank="1" lbank="0" prog="71" /> + <Patch name="Freq Lead" hbank="1" lbank="0" prog="72" /> + <Patch name="BleepsPerc" hbank="1" lbank="0" prog="73" /> + <Patch name="Brett Ped" hbank="1" lbank="0" prog="74" /> + <Patch name="Auto Disco" hbank="1" lbank="0" prog="75" /> + <Patch name="NoisyHit" hbank="1" lbank="0" prog="76" /> + <Patch name="RingSyncBass" hbank="1" lbank="0" prog="77" /> + <Patch name="Stutter" hbank="1" lbank="0" prog="78" /> + <Patch name="StringMachin" hbank="1" lbank="0" prog="79" /> + <Patch name="Far Horizon" hbank="1" lbank="0" prog="80" /> + <Patch name="Burnin\Rave" hbank="1" lbank="0" prog="81" /> + <Patch name="Sub Bass" hbank="1" lbank="0" prog="82" /> + <Patch name="Stream Pad" hbank="1" lbank="0" prog="83" /> + <Patch name="Square Comp" hbank="1" lbank="0" prog="84" /> + <Patch name="Organ Bass" hbank="1" lbank="0" prog="85" /> + <Patch name="Tap Lead" hbank="1" lbank="0" prog="86" /> + <Patch name="Banana Bass" hbank="1" lbank="0" prog="87" /> + <Patch name="UnisonSqurLd" hbank="1" lbank="0" prog="88" /> + <Patch name="Bound Ball" hbank="1" lbank="0" prog="89" /> + <Patch name="Lounge Organ" hbank="1" lbank="0" prog="90" /> + <Patch name="Zoop Mania" hbank="1" lbank="0" prog="91" /> + <Patch name="\M3rd\Chord" hbank="1" lbank="0" prog="92" /> + <Patch name="Jami Bass" hbank="1" lbank="0" prog="93" /> + <Patch name="Bad Dream" hbank="1" lbank="0" prog="94" /> + <Patch name="Need4Speed" hbank="1" lbank="0" prog="95" /> + <Patch name="Turn Wheel" hbank="1" lbank="0" prog="96" /> + <Patch name="Trip 2 Ibiza" hbank="1" lbank="0" prog="97" /> + <Patch name="80\s Bass" hbank="1" lbank="0" prog="98" /> + <Patch name="Motion Pad" hbank="1" lbank="0" prog="99" /> + <Patch name="Golden Synth" hbank="1" lbank="0" prog="100" /> + <Patch name="NuSkoolDrop" hbank="1" lbank="0" prog="101" /> + <Patch name="Synth Lana" hbank="1" lbank="0" prog="102" /> + <Patch name="MG Bass" hbank="1" lbank="0" prog="103" /> + <Patch name="Bass+5thLead" hbank="1" lbank="0" prog="104" /> + <Patch name="ElectroShock" hbank="1" lbank="0" prog="105" /> + <Patch name="Pulse Comp" hbank="1" lbank="0" prog="106" /> + <Patch name="Snow+Ice" hbank="1" lbank="0" prog="107" /> + <Patch name="Century Stab" hbank="1" lbank="0" prog="108" /> + <Patch name="Drive Bass" hbank="1" lbank="0" prog="109" /> + <Patch name="DooM" hbank="1" lbank="0" prog="110" /> + <Patch name="stROBOsCOPe" hbank="1" lbank="0" prog="111" /> + <Patch name="CleanVocoder" hbank="1" lbank="0" prog="112" /> + <Patch name="WispaVcoder" hbank="1" lbank="0" prog="113" /> + <Patch name="DarkVocoder" hbank="1" lbank="0" prog="114" /> + <Patch name="Vocoder Ens" hbank="1" lbank="0" prog="115" /> + <Patch name="Vocoder Cho" hbank="1" lbank="0" prog="116" /> + <Patch name="Vocoder 5th" hbank="1" lbank="0" prog="117" /> + <Patch name="Bass Vocoder" hbank="1" lbank="0" prog="118" /> + <Patch name="Voice Changer" hbank="1" lbank="0" prog="119" /> + <Patch name="VocoderPulse" hbank="1" lbank="0" prog="120" /> + <Patch name="Vocoder Squ" hbank="1" lbank="0" prog="121" /> + <Patch name="Vocoder Wah" hbank="1" lbank="0" prog="122" /> + <Patch name="Vocoder Vox" hbank="1" lbank="0" prog="123" /> + <Patch name="Voice DWGS" hbank="1" lbank="0" prog="124" /> + <Patch name="Vocodevil" hbank="1" lbank="0" prog="125" /> + <Patch name="AudioIn INIT" hbank="1" lbank="0" prog="126" /> + <Patch name="Init Program" hbank="1" lbank="0" prog="127" /> + </PatchGroup> + <Controller name="ModulationWheel" l="1" /> + <Controller name="BreathController" l="2" /> + <Controller name="FootController" l="4" /> + <Controller name="Volume" l="7" init="100" /> + <Controller name="Panpot" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Osc1Level" l="20" /> + <Controller name="Osc2Level" l="21" /> + <Controller name="NoiseLevel" l="22" /> + <Controller name="Patch1" l="28" /> + <Controller name="Patch2" l="29" /> + <Controller name="Patch3" l="30" /> + <Controller name="Patch4" l="31" /> + <Controller name="Damper" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Resonance" l="71" /> + <Controller name="Cutoff" l="74" /> + <Controller name="SeqOn/Off" l="89" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Korg-X50.idf b/muse2/share/instruments/Korg-X50.idf new file mode 100644 index 00000000..e8a7b13b --- /dev/null +++ b/muse2/share/instruments/Korg-X50.idf @@ -0,0 +1,1091 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Korg X50"> + <PatchGroup name="Combinations Bank A"> + <Patch name="StereophonicKeys" hbank="0" lbank="0" prog="0" /> + <Patch name="Archi Prime File" hbank="0" lbank="0" prog="1" /> + <Patch name="Vintage Pad" hbank="0" lbank="0" prog="2" /> + <Patch name="Wonkaville" hbank="0" lbank="0" prog="3" /> + <Patch name="Epic Escape !!" hbank="0" lbank="0" prog="4" /> + <Patch name="D\Ya Wanna Ride?" hbank="0" lbank="0" prog="5" /> + <Patch name="The Fire Inside" hbank="0" lbank="0" prog="6" /> + <Patch name="Real Steppers" hbank="0" lbank="0" prog="7" /> + <Patch name="Song Of Africa" hbank="0" lbank="0" prog="8" /> + <Patch name="Trumpets+Strings" hbank="0" lbank="0" prog="9" /> + <Patch name="Analog 101" hbank="0" lbank="0" prog="10" /> + <Patch name="Triton Voices" hbank="0" lbank="0" prog="11" /> + <Patch name="Bellagio" hbank="0" lbank="0" prog="12" /> + <Patch name="Scatt Blatt Phatt" hbank="0" lbank="0" prog="13" /> + <Patch name="Reasons Unclear" hbank="0" lbank="0" prog="14" /> + <Patch name="Heavy Organ" hbank="0" lbank="0" prog="15" /> + <Patch name="Session E.P." hbank="0" lbank="0" prog="16" /> + <Patch name="Detailed Strings" hbank="0" lbank="0" prog="17" /> + <Patch name="People Watching" hbank="0" lbank="0" prog="18" /> + <Patch name="The White Box" hbank="0" lbank="0" prog="19" /> + <Patch name="Fantasmagoria" hbank="0" lbank="0" prog="20" /> + <Patch name="Urban Nature RnB" hbank="0" lbank="0" prog="21" /> + <Patch name="Late Night Jam" hbank="0" lbank="0" prog="22" /> + <Patch name="Chillfactor" hbank="0" lbank="0" prog="23" /> + <Patch name="Bass+WhirlySplit" hbank="0" lbank="0" prog="24" /> + <Patch name="Vibrating Woods" hbank="0" lbank="0" prog="25" /> + <Patch name="Waiting4Sunrise" hbank="0" lbank="0" prog="26" /> + <Patch name="Pink Flutes" hbank="0" lbank="0" prog="27" /> + <Patch name="South Beach Gtr." hbank="0" lbank="0" prog="28" /> + <Patch name="Pro Brass" hbank="0" lbank="0" prog="29" /> + <Patch name="Yo,Wasup, Dude!" hbank="0" lbank="0" prog="30" /> + <Patch name="Med.--Tutti/Knbs" hbank="0" lbank="0" prog="31" /> + <Patch name="Ice River Piano" hbank="0" lbank="0" prog="32" /> + <Patch name="DynOctaveStrings" hbank="0" lbank="0" prog="33" /> + <Patch name="Phases Of Angels" hbank="0" lbank="0" prog="34" /> + <Patch name="Dark Element" hbank="0" lbank="0" prog="35" /> + <Patch name="Progressive Code" hbank="0" lbank="0" prog="36" /> + <Patch name="Wave Sequencer" hbank="0" lbank="0" prog="37" /> + <Patch name="Jazz Step DnB" hbank="0" lbank="0" prog="38" /> + <Patch name="-T-nage-Dancing-" hbank="0" lbank="0" prog="39" /> + <Patch name="Indian Ocean" hbank="0" lbank="0" prog="40" /> + <Patch name="Delicate Winds" hbank="0" lbank="0" prog="41" /> + <Patch name="Chord Memory" hbank="0" lbank="0" prog="42" /> + <Patch name="Stereo Voices" hbank="0" lbank="0" prog="43" /> + <Patch name="Vaderian Bells" hbank="0" lbank="0" prog="44" /> + <Patch name="Velo Orchestra" hbank="0" lbank="0" prog="45" /> + <Patch name="Millenium Files" hbank="0" lbank="0" prog="46" /> + <Patch name="Dirty BX-3 Organ" hbank="0" lbank="0" prog="47" /> + <Patch name="Lush Layers" hbank="0" lbank="0" prog="48" /> + <Patch name="Bell Aniamtions" hbank="0" lbank="0" prog="49" /> + <Patch name="/\Gods Bathtub/\" hbank="0" lbank="0" prog="50" /> + <Patch name="Funky Keys" hbank="0" lbank="0" prog="51" /> + <Patch name="Gimme a ring..." hbank="0" lbank="0" prog="52" /> + <Patch name="Bunnies In Love" hbank="0" lbank="0" prog="53" /> + <Patch name="Rap Bass Split" hbank="0" lbank="0" prog="54" /> + <Patch name="Tremolo Guitar" hbank="0" lbank="0" prog="55" /> + <Patch name="Mute Tp + More" hbank="0" lbank="0" prog="56" /> + <Patch name="Orchestral Brass" hbank="0" lbank="0" prog="57" /> + <Patch name="REZ IS KING" hbank="0" lbank="0" prog="58" /> + <Patch name="*Pad Tropolis*" hbank="0" lbank="0" prog="59" /> + <Patch name="Pad Guitar SW1" hbank="0" lbank="0" prog="60" /> + <Patch name="Oboe Split" hbank="0" lbank="0" prog="61" /> + <Patch name="Speed Racer" hbank="0" lbank="0" prog="62" /> + <Patch name="Jazz/GospelOrgan" hbank="0" lbank="0" prog="63" /> + <Patch name="Piano/WideString" hbank="0" lbank="0" prog="64" /> + <Patch name="SlowStrings+@" hbank="0" lbank="0" prog="65" /> + <Patch name="Large SqwishiThag" hbank="0" lbank="0" prog="66" /> + <Patch name="Back + 4th" hbank="0" lbank="0" prog="67" /> + <Patch name="US Garage House" hbank="0" lbank="0" prog="68" /> + <Patch name="Chic 2 Chic" hbank="0" lbank="0" prog="69" /> + <Patch name="*Time Crisis*" hbank="0" lbank="0" prog="70" /> + <Patch name="-Auto Rave-Knobs" hbank="0" lbank="0" prog="71" /> + <Patch name="Accordion (SW)" hbank="0" lbank="0" prog="72" /> + <Patch name="Strings + Winds" hbank="0" lbank="0" prog="73" /> + <Patch name="UltimateAnaPizz" hbank="0" lbank="0" prog="74" /> + <Patch name="TheNightBefore" hbank="0" lbank="0" prog="75" /> + <Patch name="Heaven\s Bells" hbank="0" lbank="0" prog="76" /> + <Patch name="Warm Bars" hbank="0" lbank="0" prog="77" /> + <Patch name="*Dying Star*" hbank="0" lbank="0" prog="78" /> + <Patch name="3rd Harm on Knob" hbank="0" lbank="0" prog="79" /> + <Patch name="Cutting Clav" hbank="0" lbank="0" prog="80" /> + <Patch name="Pro Strings" hbank="0" lbank="0" prog="81" /> + <Patch name="Northern Stars" hbank="0" lbank="0" prog="82" /> + <Patch name="FutureJazztronic" hbank="0" lbank="0" prog="83" /> + <Patch name="Killer Smile" hbank="0" lbank="0" prog="84" /> + <Patch name="Space Wah Bass" hbank="0" lbank="0" prog="85" /> + <Patch name="Missing Android" hbank="0" lbank="0" prog="86" /> + <Patch name="Dry as Garage" hbank="0" lbank="0" prog="87" /> + <Patch name="At The Copa!" hbank="0" lbank="0" prog="88" /> + <Patch name="Flutambient" hbank="0" lbank="0" prog="89" /> + <Patch name="*Movin\Stars*" hbank="0" lbank="0" prog="90" /> + <Patch name="Judgement Day" hbank="0" lbank="0" prog="91" /> + <Patch name="Brothers Acoustic" hbank="0" lbank="0" prog="92" /> + <Patch name="Cascade Bells" hbank="0" lbank="0" prog="93" /> + <Patch name="Talk to Galileo" hbank="0" lbank="0" prog="94" /> + <Patch name="Med.Mixture/Knbs" hbank="0" lbank="0" prog="95" /> + <Patch name="Harmonic Whisper" hbank="0" lbank="0" prog="96" /> + <Patch name="Detached Bows" hbank="0" lbank="0" prog="97" /> + <Patch name="Shh-I\m Sweeping" hbank="0" lbank="0" prog="98" /> + <Patch name="Do U Funk?" hbank="0" lbank="0" prog="99" /> + <Patch name="Jazz Bass/Gtr." hbank="0" lbank="0" prog="100" /> + <Patch name="Trash Aliens" hbank="0" lbank="0" prog="101" /> + <Patch name="Groove\n Soloman" hbank="0" lbank="0" prog="102" /> + <Patch name="*ResoChord Pad*" hbank="0" lbank="0" prog="103" /> + <Patch name="Magic Kingdom" hbank="0" lbank="0" prog="104" /> + <Patch name="-Smaller Ensbl-" hbank="0" lbank="0" prog="105" /> + <Patch name="=Sync to Drum=" hbank="0" lbank="0" prog="106" /> + <Patch name="Falling Leaves" hbank="0" lbank="0" prog="107" /> + <Patch name="Bell Amis" hbank="0" lbank="0" prog="108" /> + <Patch name="Ballad Organ" hbank="0" lbank="0" prog="109" /> + <Patch name="Bass + PianoPad" hbank="0" lbank="0" prog="110" /> + <Patch name="Upper+Lower Org" hbank="0" lbank="0" prog="111" /> + <Patch name="Dark Bell EP" hbank="0" lbank="0" prog="112" /> + <Patch name="OrchestraStrings" hbank="0" lbank="0" prog="113" /> + <Patch name="StreetCatScratch" hbank="0" lbank="0" prog="114" /> + <Patch name="**4:17 a.m.**" hbank="0" lbank="0" prog="115" /> + <Patch name="Talk 2 Me" hbank="0" lbank="0" prog="116" /> + <Patch name="-Relax Pad-" hbank="0" lbank="0" prog="117" /> + <Patch name="Digital\n\Bass" hbank="0" lbank="0" prog="118" /> + <Patch name=")Beat Boy(" hbank="0" lbank="0" prog="119" /> + <Patch name="Old Tubes!" hbank="0" lbank="0" prog="120" /> + <Patch name="DynOrchestra 2" hbank="0" lbank="0" prog="121" /> + <Patch name="Huge Ober Sweep" hbank="0" lbank="0" prog="122" /> + <Patch name="Essential Flute" hbank="0" lbank="0" prog="123" /> + <Patch name="12-Strings (Arp)" hbank="0" lbank="0" prog="124" /> + <Patch name="It\s Sine Tine!" hbank="0" lbank="0" prog="125" /> + <Patch name="DrumConstruction" hbank="0" lbank="0" prog="126" /> + <Patch name="Gospel Organ" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Combinations Bank B"> + <Patch name="Amp Driven Wurly" hbank="1" lbank="0" prog="0" /> + <Patch name="Dynamic Strings" hbank="1" lbank="0" prog="1" /> + <Patch name="//Feel,-)Pad//" hbank="1" lbank="0" prog="2" /> + <Patch name="PartyReggaeMahn" hbank="1" lbank="0" prog="3" /> + <Patch name="Trancy Euphoria" hbank="1" lbank="0" prog="4" /> + <Patch name="SynthBass + Pitz" hbank="1" lbank="0" prog="5" /> + <Patch name="Tribal Drum\n.." hbank="1" lbank="0" prog="6" /> + <Patch name="GroovyGarage" hbank="1" lbank="0" prog="7" /> + <Patch name="Isle Of Indigo" hbank="1" lbank="0" prog="8" /> + <Patch name="Studio Orchestra" hbank="1" lbank="0" prog="9" /> + <Patch name="Warm + Snappy" hbank="1" lbank="0" prog="10" /> + <Patch name="Breath Monster" hbank="1" lbank="0" prog="11" /> + <Patch name="ChristmasStrings" hbank="1" lbank="0" prog="12" /> + <Patch name="Big Jazz Band" hbank="1" lbank="0" prog="13" /> + <Patch name="All Was Lost" hbank="1" lbank="0" prog="14" /> + <Patch name="Rock Organ" hbank="1" lbank="0" prog="15" /> + <Patch name="Hip Hop Clav" hbank="1" lbank="0" prog="16" /> + <Patch name="Bowed Strings" hbank="1" lbank="0" prog="17" /> + <Patch name="Sailing" hbank="1" lbank="0" prog="18" /> + <Patch name="E.Piano/Brass" hbank="1" lbank="0" prog="19" /> + <Patch name="Galactic Artcore" hbank="1" lbank="0" prog="20" /> + <Patch name="Sweet RnB Vibe" hbank="1" lbank="0" prog="21" /> + <Patch name="HardHouse" hbank="1" lbank="0" prog="22" /> + <Patch name="ClassicGarage" hbank="1" lbank="0" prog="23" /> + <Patch name="You Will Love It" hbank="1" lbank="0" prog="24" /> + <Patch name="Presto + Vivace" hbank="1" lbank="0" prog="25" /> + <Patch name="Fuji-yama" hbank="1" lbank="0" prog="26" /> + <Patch name="Night Reeds" hbank="1" lbank="0" prog="27" /> + <Patch name="The Guitarist" hbank="1" lbank="0" prog="28" /> + <Patch name="Warm Brass Ens." hbank="1" lbank="0" prog="29" /> + <Patch name="Modern Orchestra" hbank="1" lbank="0" prog="30" /> + <Patch name="Registrations" hbank="1" lbank="0" prog="31" /> + <Patch name="Soft Piano Pad" hbank="1" lbank="0" prog="32" /> + <Patch name="-Movie Strings-" hbank="1" lbank="0" prog="33" /> + <Patch name="Forget-Me-Not" hbank="1" lbank="0" prog="34" /> + <Patch name="-SWEET GROOVE-" hbank="1" lbank="0" prog="35" /> + <Patch name="The 16th Strummer" hbank="1" lbank="0" prog="36" /> + <Patch name="Retrogene" hbank="1" lbank="0" prog="37" /> + <Patch name="Stationary Split" hbank="1" lbank="0" prog="38" /> + <Patch name="/Nice + Easy/" hbank="1" lbank="0" prog="39" /> + <Patch name="Delhicacy (vel)" hbank="1" lbank="0" prog="40" /> + <Patch name="FrenchEnsemble" hbank="1" lbank="0" prog="41" /> + <Patch name="80\s Analogues" hbank="1" lbank="0" prog="42" /> + <Patch name="Universal Choir" hbank="1" lbank="0" prog="43" /> + <Patch name="Deep Crystals" hbank="1" lbank="0" prog="44" /> + <Patch name="Polished Brass" hbank="1" lbank="0" prog="45" /> + <Patch name="The Rain Forest" hbank="1" lbank="0" prog="46" /> + <Patch name="Super Jazz Organ" hbank="1" lbank="0" prog="47" /> + <Patch name="Stream E.Piano" hbank="1" lbank="0" prog="48" /> + <Patch name="Horns + Strings" hbank="1" lbank="0" prog="49" /> + <Patch name="Kromatica" hbank="1" lbank="0" prog="50" /> + <Patch name="Club Movement" hbank="1" lbank="0" prog="51" /> + <Patch name="POP Princessa" hbank="1" lbank="0" prog="52" /> + <Patch name="Breaks Step" hbank="1" lbank="0" prog="53" /> + <Patch name="Brass Jazz Funk" hbank="1" lbank="0" prog="54" /> + <Patch name="FunkedUpGarage" hbank="1" lbank="0" prog="55" /> + <Patch name="Journey To Bali" hbank="1" lbank="0" prog="56" /> + <Patch name="Gotham Snd. Track" hbank="1" lbank="0" prog="57" /> + <Patch name="LushiousClavinus" hbank="1" lbank="0" prog="58" /> + <Patch name="Classic Combi" hbank="1" lbank="0" prog="59" /> + <Patch name="LargeScaleGuitar" hbank="1" lbank="0" prog="60" /> + <Patch name="Velo Orch Winds" hbank="1" lbank="0" prog="61" /> + <Patch name="Carnival Parade" hbank="1" lbank="0" prog="62" /> + <Patch name="Pipes on SW+Knbs" hbank="1" lbank="0" prog="63" /> + <Patch name="Layered A.Piano" hbank="1" lbank="0" prog="64" /> + <Patch name="Classic AnaString" hbank="1" lbank="0" prog="65" /> + <Patch name="Tritium" hbank="1" lbank="0" prog="66" /> + <Patch name="-Movies Theme-" hbank="1" lbank="0" prog="67" /> + <Patch name="Club NYC" hbank="1" lbank="0" prog="68" /> + <Patch name="Organic Beats" hbank="1" lbank="0" prog="69" /> + <Patch name="Ethereal Piano" hbank="1" lbank="0" prog="70" /> + <Patch name="In The Pocket" hbank="1" lbank="0" prog="71" /> + <Patch name="Fisatic Dreams" hbank="1" lbank="0" prog="72" /> + <Patch name="Dry Chamber Ens." hbank="1" lbank="0" prog="73" /> + <Patch name="Sigma Strings" hbank="1" lbank="0" prog="74" /> + <Patch name="Sequence Pad" hbank="1" lbank="0" prog="75" /> + <Patch name="-Fourier\s Idea-" hbank="1" lbank="0" prog="76" /> + <Patch name="Knob as Drawbar 1" hbank="1" lbank="0" prog="77" /> + <Patch name="Narita Airport C4" hbank="1" lbank="0" prog="78" /> + <Patch name="JazzyChords/Knbs" hbank="1" lbank="0" prog="79" /> + <Patch name="Village Pump" hbank="1" lbank="0" prog="80" /> + <Patch name="AfterRainStrings" hbank="1" lbank="0" prog="81" /> + <Patch name="-Smoky Soft Pad-" hbank="1" lbank="0" prog="82" /> + <Patch name="Hidden Rhythm" hbank="1" lbank="0" prog="83" /> + <Patch name="Streetwalk" hbank="1" lbank="0" prog="84" /> + <Patch name="Clavi-Jammer" hbank="1" lbank="0" prog="85" /> + <Patch name="Slow Motion Man" hbank="1" lbank="0" prog="86" /> + <Patch name="Elektro Express" hbank="1" lbank="0" prog="87" /> + <Patch name="Peasant Song" hbank="1" lbank="0" prog="88" /> + <Patch name="Sweet Dyn-Orch" hbank="1" lbank="0" prog="89" /> + <Patch name="Miami Virtue" hbank="1" lbank="0" prog="90" /> + <Patch name="Strings Of Silk" hbank="1" lbank="0" prog="91" /> + <Patch name="My Baby\s Asleep" hbank="1" lbank="0" prog="92" /> + <Patch name="Going Home @ 3am" hbank="1" lbank="0" prog="93" /> + <Patch name="Arp Factory 1" hbank="1" lbank="0" prog="94" /> + <Patch name="Pipes on Knob" hbank="1" lbank="0" prog="95" /> + <Patch name="Layered M1 Piano" hbank="1" lbank="0" prog="96" /> + <Patch name="CinematicStrings" hbank="1" lbank="0" prog="97" /> + <Patch name="Speoretical" hbank="1" lbank="0" prog="98" /> + <Patch name="Steely Keys" hbank="1" lbank="0" prog="99" /> + <Patch name="Lonely Moon" hbank="1" lbank="0" prog="100" /> + <Patch name="Freewheeling LFO" hbank="1" lbank="0" prog="101" /> + <Patch name="Mystic Presence" hbank="1" lbank="0" prog="102" /> + <Patch name="-Housemade-" hbank="1" lbank="0" prog="103" /> + <Patch name="Snap!ReggaeOrgan" hbank="1" lbank="0" prog="104" /> + <Patch name="Expressive Orch" hbank="1" lbank="0" prog="105" /> + <Patch name="Anabell Rain New" hbank="1" lbank="0" prog="106" /> + <Patch name="Simple Pad" hbank="1" lbank="0" prog="107" /> + <Patch name="Bella Proach" hbank="1" lbank="0" prog="108" /> + <Patch name="Knob as Drawbar2" hbank="1" lbank="0" prog="109" /> + <Patch name="Living Cycles" hbank="1" lbank="0" prog="110" /> + <Patch name="Velo*Perc*Organ" hbank="1" lbank="0" prog="111" /> + <Patch name="LayerEP+Pad/Knbs" hbank="1" lbank="0" prog="112" /> + <Patch name="Splittavox" hbank="1" lbank="0" prog="113" /> + <Patch name="**Weightless**" hbank="1" lbank="0" prog="114" /> + <Patch name="Bass On Drums" hbank="1" lbank="0" prog="115" /> + <Patch name="-Flimmer Line-" hbank="1" lbank="0" prog="116" /> + <Patch name="Love to Play Pad" hbank="1" lbank="0" prog="117" /> + <Patch name="ErraJ si Gnivil" hbank="1" lbank="0" prog="118" /> + <Patch name="Dem is Well Hard" hbank="1" lbank="0" prog="119" /> + <Patch name="Quidam" hbank="1" lbank="0" prog="120" /> + <Patch name="Dream Orchestra" hbank="1" lbank="0" prog="121" /> + <Patch name="Poly Sixual" hbank="1" lbank="0" prog="122" /> + <Patch name="--Solo @ Pad--" hbank="1" lbank="0" prog="123" /> + <Patch name="Classical Guitar" hbank="1" lbank="0" prog="124" /> + <Patch name="]Glass Shop[" hbank="1" lbank="0" prog="125" /> + <Patch name="Dude,That\s SICK" hbank="1" lbank="0" prog="126" /> + <Patch name="Gospel Church" hbank="1" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Combinations Bank C"> + <Patch name="Ballad Layer EP" hbank="1" lbank="0" prog="0" /> + <Patch name="Super Strings" hbank="1" lbank="0" prog="1" /> + <Patch name="Squarehead" hbank="1" lbank="0" prog="2" /> + <Patch name="Ballad Grand" hbank="1" lbank="0" prog="3" /> + <Patch name="Play The Trance" hbank="1" lbank="0" prog="4" /> + <Patch name="The ILL Chill" hbank="1" lbank="0" prog="5" /> + <Patch name="Nu Cyber Breaks" hbank="1" lbank="0" prog="6" /> + <Patch name="Strumi\2Steps" hbank="1" lbank="0" prog="7" /> + <Patch name="World Atmosphere" hbank="1" lbank="0" prog="8" /> + <Patch name="Rhythms + Bows" hbank="1" lbank="0" prog="9" /> + <Patch name="Analog Clavical" hbank="1" lbank="0" prog="10" /> + <Patch name="=Liquifield=" hbank="1" lbank="0" prog="11" /> + <Patch name="Random Blocks" hbank="1" lbank="0" prog="12" /> + <Patch name="Sop/Alt/Tnr/Bari" hbank="1" lbank="0" prog="13" /> + <Patch name="One Bad Monster" hbank="1" lbank="0" prog="14" /> + <Patch name="Comp Organ/Knobs" hbank="1" lbank="0" prog="15" /> + <Patch name="Damper Wah Clav" hbank="1" lbank="0" prog="16" /> + <Patch name="3-V.Switch-Strgs" hbank="1" lbank="0" prog="17" /> + <Patch name="(Where Are You?)" hbank="1" lbank="0" prog="18" /> + <Patch name="Acid Groover..." hbank="1" lbank="0" prog="19" /> + <Patch name="Paradise Cycle" hbank="1" lbank="0" prog="20" /> + <Patch name="-Groovy Jam-" hbank="1" lbank="0" prog="21" /> + <Patch name="-Sneakin-" hbank="1" lbank="0" prog="22" /> + <Patch name="Elec Laboratory" hbank="1" lbank="0" prog="23" /> + <Patch name="Velo Psycedelic" hbank="1" lbank="0" prog="24" /> + <Patch name="DynOrchestra 1" hbank="1" lbank="0" prog="25" /> + <Patch name="WIDE StringPad" hbank="1" lbank="0" prog="26" /> + <Patch name="PerformingGuitar" hbank="1" lbank="0" prog="27" /> + <Patch name="Mountainside" hbank="1" lbank="0" prog="28" /> + <Patch name="Pompus Brass" hbank="1" lbank="0" prog="29" /> + <Patch name="Psycho Orchestra" hbank="1" lbank="0" prog="30" /> + <Patch name="Orchestral Pipes" hbank="1" lbank="0" prog="31" /> + <Patch name="Tiney Harmonic" hbank="1" lbank="0" prog="32" /> + <Patch name="Violin Section" hbank="1" lbank="0" prog="33" /> + <Patch name="What GEOS Around" hbank="1" lbank="0" prog="34" /> + <Patch name="*Blood Cooker*" hbank="1" lbank="0" prog="35" /> + <Patch name="Manic 3AM" hbank="1" lbank="0" prog="36" /> + <Patch name="OffToHollywood.." hbank="1" lbank="0" prog="37" /> + <Patch name="Spiral Design" hbank="1" lbank="0" prog="38" /> + <Patch name="Garage\r\us!" hbank="1" lbank="0" prog="39" /> + <Patch name="World Winds" hbank="1" lbank="0" prog="40" /> + <Patch name="Film Tools" hbank="1" lbank="0" prog="41" /> + <Patch name="BleepageForDays" hbank="1" lbank="0" prog="42" /> + <Patch name="VoicesFromHeaven" hbank="1" lbank="0" prog="43" /> + <Patch name="Emtim Bells" hbank="1" lbank="0" prog="44" /> + <Patch name="French Brass" hbank="1" lbank="0" prog="45" /> + <Patch name="Sargasso Sea" hbank="1" lbank="0" prog="46" /> + <Patch name="BX-3 Click Organ" hbank="1" lbank="0" prog="47" /> + <Patch name="Real EP + Pad" hbank="1" lbank="0" prog="48" /> + <Patch name="Strings/Brass" hbank="1" lbank="0" prog="49" /> + <Patch name="isabellacoola" hbank="1" lbank="0" prog="50" /> + <Patch name="Session Piano" hbank="1" lbank="0" prog="51" /> + <Patch name="-Mutant Hop-Knbs" hbank="1" lbank="0" prog="52" /> + <Patch name="Echo Jamm" hbank="1" lbank="0" prog="53" /> + <Patch name="--Jenindaze--" hbank="1" lbank="0" prog="54" /> + <Patch name="-BAD Luck-" hbank="1" lbank="0" prog="55" /> + <Patch name="Alchemy Layer" hbank="1" lbank="0" prog="56" /> + <Patch name="Orchestra" hbank="1" lbank="0" prog="57" /> + <Patch name="Hybrid BellPad" hbank="1" lbank="0" prog="58" /> + <Patch name="Healing Pad" hbank="1" lbank="0" prog="59" /> + <Patch name="Strumming Guitar" hbank="1" lbank="0" prog="60" /> + <Patch name="RomanticSparkles" hbank="1" lbank="0" prog="61" /> + <Patch name="Laid-Back-Split" hbank="1" lbank="0" prog="62" /> + <Patch name="Holy Pipes" hbank="1" lbank="0" prog="63" /> + <Patch name="Modern Piano" hbank="1" lbank="0" prog="64" /> + <Patch name="Golden Strings" hbank="1" lbank="0" prog="65" /> + <Patch name="FourStar*Choice" hbank="1" lbank="0" prog="66" /> + <Patch name="Abstract Hop" hbank="1" lbank="0" prog="67" /> + <Patch name="Invisible Sun" hbank="1" lbank="0" prog="68" /> + <Patch name="*\tude.com*" hbank="1" lbank="0" prog="69" /> + <Patch name="D\nB\n\AllMySon" hbank="1" lbank="0" prog="70" /> + <Patch name="ClubbinGarage" hbank="1" lbank="0" prog="71" /> + <Patch name="CaribicSituation" hbank="1" lbank="0" prog="72" /> + <Patch name="Small Orchestra" hbank="1" lbank="0" prog="73" /> + <Patch name="Analogue Blatter" hbank="1" lbank="0" prog="74" /> + <Patch name="Symphonic Voices" hbank="1" lbank="0" prog="75" /> + <Patch name="Bellish Pad" hbank="1" lbank="0" prog="76" /> + <Patch name="Dirty Drawbars" hbank="1" lbank="0" prog="77" /> + <Patch name="Trance Split" hbank="1" lbank="0" prog="78" /> + <Patch name="Old Vox Organ" hbank="1" lbank="0" prog="79" /> + <Patch name="Big Bottom Clav" hbank="1" lbank="0" prog="80" /> + <Patch name="Smoothie Strings" hbank="1" lbank="0" prog="81" /> + <Patch name="||TRANSIT||" hbank="1" lbank="0" prog="82" /> + <Patch name="Tranzation/Knobs" hbank="1" lbank="0" prog="83" /> + <Patch name="Trancendental" hbank="1" lbank="0" prog="84" /> + <Patch name="Trick House" hbank="1" lbank="0" prog="85" /> + <Patch name="Petit Lounge" hbank="1" lbank="0" prog="86" /> + <Patch name="Funky Moves" hbank="1" lbank="0" prog="87" /> + <Patch name="Shogun" hbank="1" lbank="0" prog="88" /> + <Patch name="Serenade" hbank="1" lbank="0" prog="89" /> + <Patch name="Syzzle Synth" hbank="1" lbank="0" prog="90" /> + <Patch name="Solo+Arp+IcePad" hbank="1" lbank="0" prog="91" /> + <Patch name="-Hybr.Guit+Arp.-" hbank="1" lbank="0" prog="92" /> + <Patch name="Angelic Bells" hbank="1" lbank="0" prog="93" /> + <Patch name="Arp Factory 2" hbank="1" lbank="0" prog="94" /> + <Patch name="Pipes+Choir SW" hbank="1" lbank="0" prog="95" /> + <Patch name="Piano +Strings" hbank="1" lbank="0" prog="96" /> + <Patch name="(Octave-Strings)" hbank="1" lbank="0" prog="97" /> + <Patch name="Respirator" hbank="1" lbank="0" prog="98" /> + <Patch name="Rock-tave Gtr" hbank="1" lbank="0" prog="99" /> + <Patch name="Zero Sleep" hbank="1" lbank="0" prog="100" /> + <Patch name="Rhythm Of Asia" hbank="1" lbank="0" prog="101" /> + <Patch name="Stutter Pad" hbank="1" lbank="0" prog="102" /> + <Patch name="Strut Break" hbank="1" lbank="0" prog="103" /> + <Patch name="Delhi/gate" hbank="1" lbank="0" prog="104" /> + <Patch name="OrchestraMaximus" hbank="1" lbank="0" prog="105" /> + <Patch name="Alpha Mega Synth" hbank="1" lbank="0" prog="106" /> + <Patch name="The Night Sky" hbank="1" lbank="0" prog="107" /> + <Patch name="Stereo Mallets" hbank="1" lbank="0" prog="108" /> + <Patch name="Sax Banquet" hbank="1" lbank="0" prog="109" /> + <Patch name="Grungie Vibe Jam" hbank="1" lbank="0" prog="110" /> + <Patch name="Melon Flute" hbank="1" lbank="0" prog="111" /> + <Patch name="Shiny DigiPiano" hbank="1" lbank="0" prog="112" /> + <Patch name="Handmade Jazz" hbank="1" lbank="0" prog="113" /> + <Patch name="Millenium Pad" hbank="1" lbank="0" prog="114" /> + <Patch name="Chewing Gum" hbank="1" lbank="0" prog="115" /> + <Patch name="Organ Vel--Brass" hbank="1" lbank="0" prog="116" /> + <Patch name="-Wah-Solo-Jam-" hbank="1" lbank="0" prog="117" /> + <Patch name="Acid Clav" hbank="1" lbank="0" prog="118" /> + <Patch name="Kleen Guitah" hbank="1" lbank="0" prog="119" /> + <Patch name="*Dance with me!*" hbank="1" lbank="0" prog="120" /> + <Patch name="Bows+KnobHarpsi" hbank="1" lbank="0" prog="121" /> + <Patch name="Noisy Funk Synth" hbank="1" lbank="0" prog="122" /> + <Patch name="Oboe + Strings" hbank="1" lbank="0" prog="123" /> + <Patch name="Vintage12String" hbank="1" lbank="0" prog="124" /> + <Patch name="Big Bad Brass" hbank="1" lbank="0" prog="125" /> + <Patch name="Analog Baff SW" hbank="1" lbank="0" prog="126" /> + <Patch name="Init Combination" hbank="1" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Programs Bank A"> + <Patch name="Portamento Pad" hbank="63" lbank="0" prog="0" /> + <Patch name="StereoPiano mf/f" hbank="63" lbank="0" prog="1" /> + <Patch name="Centerfuge" hbank="63" lbank="0" prog="2" /> + <Patch name="Session Strings" hbank="63" lbank="0" prog="3" /> + <Patch name="Mashed Kit" hbank="63" lbank="0" prog="4" /> + <Patch name="HardPulse Bass" hbank="63" lbank="0" prog="5" /> + <Patch name="Session Brass" hbank="63" lbank="0" prog="6" /> + <Patch name="Jazz Organ 1" hbank="63" lbank="0" prog="7" /> + <Patch name="Vibraphone 2" hbank="63" lbank="0" prog="8" /> + <Patch name="Saw Strings" hbank="63" lbank="0" prog="9" /> + <Patch name="Saw OD Bass/Lead" hbank="63" lbank="0" prog="10" /> + <Patch name="SiniSTAR Bass" hbank="63" lbank="0" prog="11" /> + <Patch name="Nylon Guitar 2" hbank="63" lbank="0" prog="12" /> + <Patch name="Ping/Pong Synth" hbank="63" lbank="0" prog="13" /> + <Patch name="Harmonica-Wah" hbank="63" lbank="0" prog="14" /> + <Patch name="THEY were here" hbank="63" lbank="0" prog="15" /> + <Patch name="Fast saw Synth" hbank="63" lbank="0" prog="16" /> + <Patch name="EP Bright mf/f" hbank="63" lbank="0" prog="17" /> + <Patch name="PunchBowl HIT" hbank="63" lbank="0" prog="18" /> + <Patch name="Tape Strings" hbank="63" lbank="0" prog="19" /> + <Patch name="Standard Kit 3" hbank="63" lbank="0" prog="20" /> + <Patch name="Velo Scat Voices" hbank="63" lbank="0" prog="21" /> + <Patch name="Trumpet Duo" hbank="63" lbank="0" prog="22" /> + <Patch name="BX-3 Velo Switch" hbank="63" lbank="0" prog="23" /> + <Patch name="Analog Bells" hbank="63" lbank="0" prog="24" /> + <Patch name="Overture Pad" hbank="63" lbank="0" prog="25" /> + <Patch name="2VCO Planet Lead" hbank="63" lbank="0" prog="26" /> + <Patch name="Club Ac Bass" hbank="63" lbank="0" prog="27" /> + <Patch name="Mono Guitar Lead" hbank="63" lbank="0" prog="28" /> + <Patch name="Spikey Unisyn" hbank="63" lbank="0" prog="29" /> + <Patch name="Flute Vibrato" hbank="63" lbank="0" prog="30" /> + <Patch name="Cymbalis" hbank="63" lbank="0" prog="31" /> + <Patch name="Ghostly Popper" hbank="63" lbank="0" prog="32" /> + <Patch name="Tremolo Wurly" hbank="63" lbank="0" prog="33" /> + <Patch name="Saw Arpeggiator" hbank="63" lbank="0" prog="34" /> + <Patch name="StringsQuartet 2" hbank="63" lbank="0" prog="35" /> + <Patch name="DWGS Sync2 Knob1" hbank="63" lbank="0" prog="36" /> + <Patch name="Nice+Expensive" hbank="63" lbank="0" prog="37" /> + <Patch name="5th Stab" hbank="63" lbank="0" prog="38" /> + <Patch name="Distortion Organ" hbank="63" lbank="0" prog="39" /> + <Patch name="Monkey Skulls" hbank="63" lbank="0" prog="40" /> + <Patch name="Korgmatose" hbank="63" lbank="0" prog="41" /> + <Patch name="Dance Lead" hbank="63" lbank="0" prog="42" /> + <Patch name="SuperSwitch Bass" hbank="63" lbank="0" prog="43" /> + <Patch name="A. Guitar Gliss." hbank="63" lbank="0" prog="44" /> + <Patch name="Time Stood Still" hbank="63" lbank="0" prog="45" /> + <Patch name="Sax Ensemble" hbank="63" lbank="0" prog="46" /> + <Patch name="Orbitting Probes" hbank="63" lbank="0" prog="47" /> + <Patch name="-Fast Reaction-" hbank="63" lbank="0" prog="48" /> + <Patch name="Funky Clav" hbank="63" lbank="0" prog="49" /> + <Patch name="NetherlandHit" hbank="63" lbank="0" prog="50" /> + <Patch name="D\n\B/GarageBass" hbank="63" lbank="0" prog="51" /> + <Patch name="Psycho Kit" hbank="63" lbank="0" prog="52" /> + <Patch name="Aah Voices" hbank="63" lbank="0" prog="53" /> + <Patch name="Horns + Ensemble" hbank="63" lbank="0" prog="54" /> + <Patch name="Transweep" hbank="63" lbank="0" prog="55" /> + <Patch name="Chorus E. Guitar" hbank="63" lbank="0" prog="56" /> + <Patch name="FlutaSonic Pad" hbank="63" lbank="0" prog="57" /> + <Patch name="Ripper" hbank="63" lbank="0" prog="58" /> + <Patch name="Low Finger Bass" hbank="63" lbank="0" prog="59" /> + <Patch name="Power-Chords+FX" hbank="63" lbank="0" prog="60" /> + <Patch name="Motion Saw" hbank="63" lbank="0" prog="61" /> + <Patch name="Oboe Vibrato" hbank="63" lbank="0" prog="62" /> + <Patch name="Xpanded Voice" hbank="63" lbank="0" prog="63" /> + <Patch name="Polysix Pad" hbank="63" lbank="0" prog="64" /> + <Patch name="M1 Piano" hbank="63" lbank="0" prog="65" /> + <Patch name="Chord Trigger" hbank="63" lbank="0" prog="66" /> + <Patch name="Hybrid Strings" hbank="63" lbank="0" prog="67" /> + <Patch name="Mega Drum Hit" hbank="63" lbank="0" prog="68" /> + <Patch name="M1 Organ Bass" hbank="63" lbank="0" prog="69" /> + <Patch name="Velo Resonant" hbank="63" lbank="0" prog="70" /> + <Patch name="Additive Organ" hbank="63" lbank="0" prog="71" /> + <Patch name="Digital Bells 1" hbank="63" lbank="0" prog="72" /> + <Patch name="ClassicAnaPad" hbank="63" lbank="0" prog="73" /> + <Patch name="DetunedSuperLead" hbank="63" lbank="0" prog="74" /> + <Patch name="Bass-Depot" hbank="63" lbank="0" prog="75" /> + <Patch name="Processed E.Gtr." hbank="63" lbank="0" prog="76" /> + <Patch name="LightOfTheSource" hbank="63" lbank="0" prog="77" /> + <Patch name="Classic Tines" hbank="63" lbank="0" prog="78" /> + <Patch name="Big Break Down" hbank="63" lbank="0" prog="79" /> + <Patch name="Paddy Whack" hbank="63" lbank="0" prog="80" /> + <Patch name="Analog E.Piano" hbank="63" lbank="0" prog="81" /> + <Patch name="Chipper Dayglow" hbank="63" lbank="0" prog="82" /> + <Patch name="Acid Square Bass" hbank="63" lbank="0" prog="83" /> + <Patch name="Filter Drums" hbank="63" lbank="0" prog="84" /> + <Patch name="Digital Voice" hbank="63" lbank="0" prog="85" /> + <Patch name="Trumpets+Brass" hbank="63" lbank="0" prog="86" /> + <Patch name="Velo Pulse Clav" hbank="63" lbank="0" prog="87" /> + <Patch name="Ensemble Bell" hbank="63" lbank="0" prog="88" /> + <Patch name="ASineOfTheTimes" hbank="63" lbank="0" prog="89" /> + <Patch name="JuicyBleep-age" hbank="63" lbank="0" prog="90" /> + <Patch name="DarkCore Bass" hbank="63" lbank="0" prog="91" /> + <Patch name="Harp" hbank="63" lbank="0" prog="92" /> + <Patch name="Swirling Dreams" hbank="63" lbank="0" prog="93" /> + <Patch name="Fisa Americana" hbank="63" lbank="0" prog="94" /> + <Patch name="Monster Island" hbank="63" lbank="0" prog="95" /> + <Patch name="Reso Comp" hbank="63" lbank="0" prog="96" /> + <Patch name="DarkTineStage EP" hbank="63" lbank="0" prog="97" /> + <Patch name="Progressive Trance" hbank="63" lbank="0" prog="98" /> + <Patch name="PizzAnsamble" hbank="63" lbank="0" prog="99" /> + <Patch name="!{Tricky} Kit!" hbank="63" lbank="0" prog="100" /> + <Patch name="Deep Detune Bass" hbank="63" lbank="0" prog="101" /> + <Patch name="Cosmic Furnace" hbank="63" lbank="0" prog="102" /> + <Patch name="Pipe Mixture" hbank="63" lbank="0" prog="103" /> + <Patch name="Krystal Bells" hbank="63" lbank="0" prog="104" /> + <Patch name="Strings Synth" hbank="63" lbank="0" prog="105" /> + <Patch name="Detox Lead" hbank="63" lbank="0" prog="106" /> + <Patch name="Wah Space Bass" hbank="63" lbank="0" prog="107" /> + <Patch name="Da Mute...ModWhl" hbank="63" lbank="0" prog="108" /> + <Patch name="Sinistar*Android" hbank="63" lbank="0" prog="109" /> + <Patch name="Piano Pad" hbank="63" lbank="0" prog="110" /> + <Patch name="ModWheel Machine" hbank="63" lbank="0" prog="111" /> + <Patch name="Super Saw Brass" hbank="63" lbank="0" prog="112" /> + <Patch name="Romance Piano" hbank="63" lbank="0" prog="113" /> + <Patch name="Techno Organ Hit" hbank="63" lbank="0" prog="114" /> + <Patch name="Boost RnB Bass" hbank="63" lbank="0" prog="115" /> + <Patch name="BD+SD Kit 1" hbank="63" lbank="0" prog="116" /> + <Patch name="Talkin\Keys" hbank="63" lbank="0" prog="117" /> + <Patch name="Trombone Ens." hbank="63" lbank="0" prog="118" /> + <Patch name="PowerRezSweep" hbank="63" lbank="0" prog="119" /> + <Patch name="Thin Bell-s-park" hbank="63" lbank="0" prog="120" /> + <Patch name="Cross Sweeper" hbank="63" lbank="0" prog="121" /> + <Patch name="Nu HPF Lead" hbank="63" lbank="0" prog="122" /> + <Patch name="Motion Bass/Lead" hbank="63" lbank="0" prog="123" /> + <Patch name="Jazz Guitar" hbank="63" lbank="0" prog="124" /> + <Patch name="Space Pod for 2" hbank="63" lbank="0" prog="125" /> + <Patch name="TenorSax GrowlSW" hbank="63" lbank="0" prog="126" /> + <Patch name="Steam Sweeps" hbank="63" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Programs Bank B"> + <Patch name="Big Sweep Stab" hbank="63" lbank="1" prog="0" /> + <Patch name="Acoustic Piano" hbank="63" lbank="1" prog="1" /> + <Patch name="Flip Blip" hbank="63" lbank="1" prog="2" /> + <Patch name="Arco Strings" hbank="63" lbank="1" prog="3" /> + <Patch name="Trance/GarageKit" hbank="63" lbank="1" prog="4" /> + <Patch name="Bass 4 Da Phunk" hbank="63" lbank="1" prog="5" /> + <Patch name="Burnin\ Brass" hbank="63" lbank="1" prog="6" /> + <Patch name="Full Drawbars" hbank="63" lbank="1" prog="7" /> + <Patch name="Bali Gamelon" hbank="63" lbank="1" prog="8" /> + <Patch name="Breakdown String" hbank="63" lbank="1" prog="9" /> + <Patch name="Phat Saw Lead" hbank="63" lbank="1" prog="10" /> + <Patch name="Drive Bass" hbank="63" lbank="1" prog="11" /> + <Patch name="AcousticGuitar 1" hbank="63" lbank="1" prog="12" /> + <Patch name="VCF Modulation" hbank="63" lbank="1" prog="13" /> + <Patch name="Harmonica" hbank="63" lbank="1" prog="14" /> + <Patch name="Soundscapes" hbank="63" lbank="1" prog="15" /> + <Patch name="Rezbo" hbank="63" lbank="1" prog="16" /> + <Patch name="Stereo E.Piano" hbank="63" lbank="1" prog="17" /> + <Patch name="BlastFromDaPast" hbank="63" lbank="1" prog="18" /> + <Patch name="Vintage Stringz" hbank="63" lbank="1" prog="19" /> + <Patch name="Standard Kit 1" hbank="63" lbank="1" prog="20" /> + <Patch name="Dah Voices" hbank="63" lbank="1" prog="21" /> + <Patch name="Trombone Hard" hbank="63" lbank="1" prog="22" /> + <Patch name="Classic Click" hbank="63" lbank="1" prog="23" /> + <Patch name="VS Bell Boy" hbank="63" lbank="1" prog="24" /> + <Patch name="Reactor Pad" hbank="63" lbank="1" prog="25" /> + <Patch name="MonoSynGtr LEAD" hbank="63" lbank="1" prog="26" /> + <Patch name="Acoustic Bass" hbank="63" lbank="1" prog="27" /> + <Patch name="Wet Dist. Guitar" hbank="63" lbank="1" prog="28" /> + <Patch name="Crimson 5ths" hbank="63" lbank="1" prog="29" /> + <Patch name="Old Shakuhachi" hbank="63" lbank="1" prog="30" /> + <Patch name="Loop-Iteria" hbank="63" lbank="1" prog="31" /> + <Patch name="Perky Bleeper" hbank="63" lbank="1" prog="32" /> + <Patch name="Velo Whirly" hbank="63" lbank="1" prog="33" /> + <Patch name="Auto Pilot" hbank="63" lbank="1" prog="34" /> + <Patch name="Small StringsEns" hbank="63" lbank="1" prog="35" /> + <Patch name="WellAardHouse" hbank="63" lbank="1" prog="36" /> + <Patch name="Slow Choir ST" hbank="63" lbank="1" prog="37" /> + <Patch name="Garage PWM" hbank="63" lbank="1" prog="38" /> + <Patch name="Perc Short Decay" hbank="63" lbank="1" prog="39" /> + <Patch name="Log Drum" hbank="63" lbank="1" prog="40" /> + <Patch name="Rez. Down" hbank="63" lbank="1" prog="41" /> + <Patch name="Espress Lead" hbank="63" lbank="1" prog="42" /> + <Patch name="Slap Bass v/s" hbank="63" lbank="1" prog="43" /> + <Patch name="Sitar Sitar" hbank="63" lbank="1" prog="44" /> + <Patch name="Tinklin\ Pad" hbank="63" lbank="1" prog="45" /> + <Patch name="SopranoSax Br.SW" hbank="63" lbank="1" prog="46" /> + <Patch name="The Great Wall" hbank="63" lbank="1" prog="47" /> + <Patch name="Mega Big Synth" hbank="63" lbank="1" prog="48" /> + <Patch name="Clav" hbank="63" lbank="1" prog="49" /> + <Patch name="Percussive Hits" hbank="63" lbank="1" prog="50" /> + <Patch name="Drum\n\Bass Bass" hbank="63" lbank="1" prog="51" /> + <Patch name="Psycho Pitch Kit" hbank="63" lbank="1" prog="52" /> + <Patch name="Woh Voices" hbank="63" lbank="1" prog="53" /> + <Patch name="Classic Fanfare" hbank="63" lbank="1" prog="54" /> + <Patch name="Blasta Brasster" hbank="63" lbank="1" prog="55" /> + <Patch name="Strato-Chime" hbank="63" lbank="1" prog="56" /> + <Patch name="Clouds of Air" hbank="63" lbank="1" prog="57" /> + <Patch name="Nu Skool Bleeps" hbank="63" lbank="1" prog="58" /> + <Patch name="Stein Bass" hbank="63" lbank="1" prog="59" /> + <Patch name="ModWheel Gtr" hbank="63" lbank="1" prog="60" /> + <Patch name="Transformation" hbank="63" lbank="1" prog="61" /> + <Patch name="DoubleReed" hbank="63" lbank="1" prog="62" /> + <Patch name="-Techno Vox Box-" hbank="63" lbank="1" prog="63" /> + <Patch name="InverseSGwave" hbank="63" lbank="1" prog="64" /> + <Patch name="Warm E.Grand" hbank="63" lbank="1" prog="65" /> + <Patch name="VCF Sample+Hold" hbank="63" lbank="1" prog="66" /> + <Patch name="AnalogStrings1+2" hbank="63" lbank="1" prog="67" /> + <Patch name="Dragon Gong" hbank="63" lbank="1" prog="68" /> + <Patch name="Tekno Organ*Bass" hbank="63" lbank="1" prog="69" /> + <Patch name="5th Sweeper" hbank="63" lbank="1" prog="70" /> + <Patch name="Dark Jazz-Organ" hbank="63" lbank="1" prog="71" /> + <Patch name="Hybrid Bell" hbank="63" lbank="1" prog="72" /> + <Patch name="Digi Ice Pad" hbank="63" lbank="1" prog="73" /> + <Patch name="Detune Leader" hbank="63" lbank="1" prog="74" /> + <Patch name="House Bass" hbank="63" lbank="1" prog="75" /> + <Patch name="SingleCoil+Piezo" hbank="63" lbank="1" prog="76" /> + <Patch name="BPF Sweep Pad" hbank="63" lbank="1" prog="77" /> + <Patch name="Night Tines EP" hbank="63" lbank="1" prog="78" /> + <Patch name="Sonic Blast" hbank="63" lbank="1" prog="79" /> + <Patch name="Future Syn Pad" hbank="63" lbank="1" prog="80" /> + <Patch name="SynPiano X" hbank="63" lbank="1" prog="81" /> + <Patch name="Jungle Melody" hbank="63" lbank="1" prog="82" /> + <Patch name="Ana Bass 1" hbank="63" lbank="1" prog="83" /> + <Patch name="Drum\n\Bass Kit" hbank="63" lbank="1" prog="84" /> + <Patch name="Fresh Breath" hbank="63" lbank="1" prog="85" /> + <Patch name="Fat Brass" hbank="63" lbank="1" prog="86" /> + <Patch name="Turn back Stab" hbank="63" lbank="1" prog="87" /> + <Patch name="Tropico Bells" hbank="63" lbank="1" prog="88" /> + <Patch name="Simple Sine Pad" hbank="63" lbank="1" prog="89" /> + <Patch name="Seq DDL LEAD" hbank="63" lbank="1" prog="90" /> + <Patch name="2 Step Bass" hbank="63" lbank="1" prog="91" /> + <Patch name="Koto" hbank="63" lbank="1" prog="92" /> + <Patch name="Astral Dreams" hbank="63" lbank="1" prog="93" /> + <Patch name="Musette" hbank="63" lbank="1" prog="94" /> + <Patch name="Dark Night" hbank="63" lbank="1" prog="95" /> + <Patch name="Metalic Rez" hbank="63" lbank="1" prog="96" /> + <Patch name="Dyno Tine EP" hbank="63" lbank="1" prog="97" /> + <Patch name="Goa Message" hbank="63" lbank="1" prog="98" /> + <Patch name="PizzicatoSection" hbank="63" lbank="1" prog="99" /> + <Patch name="Orchestra+Ethnic" hbank="63" lbank="1" prog="100" /> + <Patch name="The Tea-Bea" hbank="63" lbank="1" prog="101" /> + <Patch name="Synth Sweeper" hbank="63" lbank="1" prog="102" /> + <Patch name="Church Pipes" hbank="63" lbank="1" prog="103" /> + <Patch name="Tinkle Bells" hbank="63" lbank="1" prog="104" /> + <Patch name="Noble Brite Pad" hbank="63" lbank="1" prog="105" /> + <Patch name="Old + Analog" hbank="63" lbank="1" prog="106" /> + <Patch name="Nu Skool Bass" hbank="63" lbank="1" prog="107" /> + <Patch name="Funkin\ Guitar" hbank="63" lbank="1" prog="108" /> + <Patch name="Spectrum Alloy" hbank="63" lbank="1" prog="109" /> + <Patch name="HarpsyKorg 8\+4\" hbank="63" lbank="1" prog="110" /> + <Patch name="VenusianStories" hbank="63" lbank="1" prog="111" /> + <Patch name="SynthBrass" hbank="63" lbank="1" prog="112" /> + <Patch name="Phantom Of Tine" hbank="63" lbank="1" prog="113" /> + <Patch name="Rave Synth" hbank="63" lbank="1" prog="114" /> + <Patch name="Dark R+B Bass" hbank="63" lbank="1" prog="115" /> + <Patch name="BD+SD Kit 2" hbank="63" lbank="1" prog="116" /> + <Patch name="Take Voices" hbank="63" lbank="1" prog="117" /> + <Patch name="Glen + The Boys" hbank="63" lbank="1" prog="118" /> + <Patch name="Dual Filterz" hbank="63" lbank="1" prog="119" /> + <Patch name="Future Bell" hbank="63" lbank="1" prog="120" /> + <Patch name="Ultra Res. Sweep" hbank="63" lbank="1" prog="121" /> + <Patch name="Glide Lead" hbank="63" lbank="1" prog="122" /> + <Patch name="Nasty Bass" hbank="63" lbank="1" prog="123" /> + <Patch name="Vintage Stratt" hbank="63" lbank="1" prog="124" /> + <Patch name="Symphonic Waves" hbank="63" lbank="1" prog="125" /> + <Patch name="AltoSax2 Brth.SW" hbank="63" lbank="1" prog="126" /> + <Patch name="DJ Touch" hbank="63" lbank="1" prog="127" /> + </PatchGroup> + <PatchGroup name="Programs Bank C"> + <Patch name="EuphoricTrancer" hbank="63" lbank="2" prog="0" /> + <Patch name="Attack Piano" hbank="63" lbank="2" prog="1" /> + <Patch name="Scattersynth" hbank="63" lbank="2" prog="2" /> + <Patch name="StSlowStringsEXP" hbank="63" lbank="2" prog="3" /> + <Patch name="Hip Hop Kit" hbank="63" lbank="2" prog="4" /> + <Patch name="Ana Bass 2" hbank="63" lbank="2" prog="5" /> + <Patch name="SFZ Brass ST" hbank="63" lbank="2" prog="6" /> + <Patch name="Gospel PercOrgan" hbank="63" lbank="2" prog="7" /> + <Patch name="Marimba" hbank="63" lbank="2" prog="8" /> + <Patch name="Symphonic Ensemb" hbank="63" lbank="2" prog="9" /> + <Patch name="BrightPulseLead" hbank="63" lbank="2" prog="10" /> + <Patch name="DistortedTeaBea" hbank="63" lbank="2" prog="11" /> + <Patch name="Nylon Guitar 1" hbank="63" lbank="2" prog="12" /> + <Patch name="Gating Voice Pad" hbank="63" lbank="2" prog="13" /> + <Patch name="Spitz Bottle" hbank="63" lbank="2" prog="14" /> + <Patch name="MotionSoundTrack" hbank="63" lbank="2" prog="15" /> + <Patch name="Rez. Sweep" hbank="63" lbank="2" prog="16" /> + <Patch name="EP Dark mf/f" hbank="63" lbank="2" prog="17" /> + <Patch name="StaccatoPizzHit" hbank="63" lbank="2" prog="18" /> + <Patch name="WatcherOfTheSky" hbank="63" lbank="2" prog="19" /> + <Patch name="Standard Kit 2" hbank="63" lbank="2" prog="20" /> + <Patch name="Choir of Light" hbank="63" lbank="2" prog="21" /> + <Patch name="Trumpet" hbank="63" lbank="2" prog="22" /> + <Patch name="Percussion BX3" hbank="63" lbank="2" prog="23" /> + <Patch name="Moving Bellz" hbank="63" lbank="2" prog="24" /> + <Patch name="Tsunami Waves" hbank="63" lbank="2" prog="25" /> + <Patch name="HipHop Lead" hbank="63" lbank="2" prog="26" /> + <Patch name="Fretless Bass" hbank="63" lbank="2" prog="27" /> + <Patch name="Mute Monster" hbank="63" lbank="2" prog="28" /> + <Patch name="Aqua Phonics" hbank="63" lbank="2" prog="29" /> + <Patch name="Jazz Clarinet" hbank="63" lbank="2" prog="30" /> + <Patch name="Goa Lover" hbank="63" lbank="2" prog="31" /> + <Patch name="Analog Piano" hbank="63" lbank="2" prog="32" /> + <Patch name="Classic Wurly" hbank="63" lbank="2" prog="33" /> + <Patch name="Noise Shot" hbank="63" lbank="2" prog="34" /> + <Patch name="StringsQuartet 1" hbank="63" lbank="2" prog="35" /> + <Patch name="X-Mod Raver" hbank="63" lbank="2" prog="36" /> + <Patch name="Garage SQ Bass" hbank="63" lbank="2" prog="37" /> + <Patch name="Power Snap Synth" hbank="63" lbank="2" prog="38" /> + <Patch name="Old Tone-Wheel" hbank="63" lbank="2" prog="39" /> + <Patch name="Velo Kalimba" hbank="63" lbank="2" prog="40" /> + <Patch name="Antarctic Wind" hbank="63" lbank="2" prog="41" /> + <Patch name="Smooth Sine Lead" hbank="63" lbank="2" prog="42" /> + <Patch name="E.Bass Pick 2" hbank="63" lbank="2" prog="43" /> + <Patch name="A.Guitar NatATK" hbank="63" lbank="2" prog="44" /> + <Patch name="Pods In The Pad" hbank="63" lbank="2" prog="45" /> + <Patch name="Reeds Of Power" hbank="63" lbank="2" prog="46" /> + <Patch name="New Voyage" hbank="63" lbank="2" prog="47" /> + <Patch name="Noisy Stabber" hbank="63" lbank="2" prog="48" /> + <Patch name="Sticky Rez Clav" hbank="63" lbank="2" prog="49" /> + <Patch name="Organ Impact" hbank="63" lbank="2" prog="50" /> + <Patch name="UK Garage Bass" hbank="63" lbank="2" prog="51" /> + <Patch name="UGLY HoUSe Kit" hbank="63" lbank="2" prog="52" /> + <Patch name="Oooh Voices ST" hbank="63" lbank="2" prog="53" /> + <Patch name="Film Brass" hbank="63" lbank="2" prog="54" /> + <Patch name="Polyphonic Line" hbank="63" lbank="2" prog="55" /> + <Patch name="Dynamic E.Guitar" hbank="63" lbank="2" prog="56" /> + <Patch name="Ravelian Pad" hbank="63" lbank="2" prog="57" /> + <Patch name="Fat Syn Sync" hbank="63" lbank="2" prog="58" /> + <Patch name="E.Bass Finger" hbank="63" lbank="2" prog="59" /> + <Patch name="Feedback D.Gtr." hbank="63" lbank="2" prog="60" /> + <Patch name="Cyclic X-Fades" hbank="63" lbank="2" prog="61" /> + <Patch name="English Horn" hbank="63" lbank="2" prog="62" /> + <Patch name="Gliding Squares" hbank="63" lbank="2" prog="63" /> + <Patch name="Square Snaps" hbank="63" lbank="2" prog="64" /> + <Patch name="90\s Piano" hbank="63" lbank="2" prog="65" /> + <Patch name="Synchro Science" hbank="63" lbank="2" prog="66" /> + <Patch name="HybridStrg/Choir" hbank="63" lbank="2" prog="67" /> + <Patch name="Marc Tree" hbank="63" lbank="2" prog="68" /> + <Patch name="Hard Velo Bass" hbank="63" lbank="2" prog="69" /> + <Patch name="Cyber Choir" hbank="63" lbank="2" prog="70" /> + <Patch name="Sine DWGS-Organ" hbank="63" lbank="2" prog="71" /> + <Patch name="Digital Bells 2" hbank="63" lbank="2" prog="72" /> + <Patch name="Harmonic Pad" hbank="63" lbank="2" prog="73" /> + <Patch name="Digitized Raver" hbank="63" lbank="2" prog="74" /> + <Patch name="Feedback MG Bass" hbank="63" lbank="2" prog="75" /> + <Patch name="PedalSteelGuitar" hbank="63" lbank="2" prog="76" /> + <Patch name="OXYGEN" hbank="63" lbank="2" prog="77" /> + <Patch name="Hybrid Digi EP" hbank="63" lbank="2" prog="78" /> + <Patch name="Video Blaster" hbank="63" lbank="2" prog="79" /> + <Patch name="Pop Synth Pad" hbank="63" lbank="2" prog="80" /> + <Patch name="White Pad EP" hbank="63" lbank="2" prog="81" /> + <Patch name="Big Hit in India" hbank="63" lbank="2" prog="82" /> + <Patch name="Jungle Rez Bass" hbank="63" lbank="2" prog="83" /> + <Patch name="D\n\B Gate Kit" hbank="63" lbank="2" prog="84" /> + <Patch name="The AirVox" hbank="63" lbank="2" prog="85" /> + <Patch name="Tight Brass" hbank="63" lbank="2" prog="86" /> + <Patch name="Thunderlog" hbank="63" lbank="2" prog="87" /> + <Patch name="Bottle-Bell" hbank="63" lbank="2" prog="88" /> + <Patch name="Smoothy Pad" hbank="63" lbank="2" prog="89" /> + <Patch name="Synchro City" hbank="63" lbank="2" prog="90" /> + <Patch name="Ramp Jungle Bass" hbank="63" lbank="2" prog="91" /> + <Patch name="Old 12-String" hbank="63" lbank="2" prog="92" /> + <Patch name="Flying Machines" hbank="63" lbank="2" prog="93" /> + <Patch name="Fisa Cassotto" hbank="63" lbank="2" prog="94" /> + <Patch name="Compu-shift" hbank="63" lbank="2" prog="95" /> + <Patch name="S+H Reso Comp" hbank="63" lbank="2" prog="96" /> + <Patch name="Pro-Dyno EP" hbank="63" lbank="2" prog="97" /> + <Patch name="Motion Raver" hbank="63" lbank="2" prog="98" /> + <Patch name="Octave Strings" hbank="63" lbank="2" prog="99" /> + <Patch name="Percussion Kit" hbank="63" lbank="2" prog="100" /> + <Patch name="Blaster Bass" hbank="63" lbank="2" prog="101" /> + <Patch name="Band Passed" hbank="63" lbank="2" prog="102" /> + <Patch name="M1 Organ" hbank="63" lbank="2" prog="103" /> + <Patch name="GlassBell Bright" hbank="63" lbank="2" prog="104" /> + <Patch name="Analog Pad" hbank="63" lbank="2" prog="105" /> + <Patch name="Octo Lead" hbank="63" lbank="2" prog="106" /> + <Patch name="Karma Sutra" hbank="63" lbank="2" prog="107" /> + <Patch name="CleanMute-Guitar" hbank="63" lbank="2" prog="108" /> + <Patch name="Stereo Rez Sweep" hbank="63" lbank="2" prog="109" /> + <Patch name="Theatrical Pad" hbank="63" lbank="2" prog="110" /> + <Patch name="Distant Lights" hbank="63" lbank="2" prog="111" /> + <Patch name="Soft Synth Brass" hbank="63" lbank="2" prog="112" /> + <Patch name="Sweeping EP" hbank="63" lbank="2" prog="113" /> + <Patch name="Techno Stat" hbank="63" lbank="2" prog="114" /> + <Patch name="Phatt Bass" hbank="63" lbank="2" prog="115" /> + <Patch name="Wild Wasp" hbank="63" lbank="2" prog="116" /> + <Patch name="Vocalscaping" hbank="63" lbank="2" prog="117" /> + <Patch name="Big Band Plunger" hbank="63" lbank="2" prog="118" /> + <Patch name="Filter Morpher" hbank="63" lbank="2" prog="119" /> + <Patch name="Breathy Bells" hbank="63" lbank="2" prog="120" /> + <Patch name="Cinema Pad" hbank="63" lbank="2" prog="121" /> + <Patch name="Electro Lead" hbank="63" lbank="2" prog="122" /> + <Patch name="30303 Mega Bass" hbank="63" lbank="2" prog="123" /> + <Patch name="E.G. Harmonics" hbank="63" lbank="2" prog="124" /> + <Patch name="Moon Talker" hbank="63" lbank="2" prog="125" /> + <Patch name="TenorSax Brth.SW" hbank="63" lbank="2" prog="126" /> + <Patch name="Wispy Dry Wind" hbank="63" lbank="2" prog="127" /> + </PatchGroup> + <PatchGroup name="Programs Bank D"> + <Patch name="Comp Trance Stab" hbank="63" lbank="3" prog="0" /> + <Patch name="PianoMezzoDark" hbank="63" lbank="3" prog="1" /> + <Patch name="Bounce Shot" hbank="63" lbank="3" prog="2" /> + <Patch name="Legato Strings" hbank="63" lbank="3" prog="3" /> + <Patch name="House Kit" hbank="63" lbank="3" prog="4" /> + <Patch name="Bazooka Bass" hbank="63" lbank="3" prog="5" /> + <Patch name="Brass Of Power" hbank="63" lbank="3" prog="6" /> + <Patch name="Jazz Organ 2" hbank="63" lbank="3" prog="7" /> + <Patch name="Mondo\Rimba" hbank="63" lbank="3" prog="8" /> + <Patch name="Money Pad" hbank="63" lbank="3" prog="9" /> + <Patch name="Square Wave Lead" hbank="63" lbank="3" prog="10" /> + <Patch name="The Growler" hbank="63" lbank="3" prog="11" /> + <Patch name="FingertipsGuitar" hbank="63" lbank="3" prog="12" /> + <Patch name="Flashlight Pad" hbank="63" lbank="3" prog="13" /> + <Patch name="Recorder" hbank="63" lbank="3" prog="14" /> + <Patch name="One Note Stories" hbank="63" lbank="3" prog="15" /> + <Patch name="Square Rez" hbank="63" lbank="3" prog="16" /> + <Patch name="Vintage EP" hbank="63" lbank="3" prog="17" /> + <Patch name="Brass Impact Hit" hbank="63" lbank="3" prog="18" /> + <Patch name="The Pad" hbank="63" lbank="3" prog="19" /> + <Patch name="Jazz/Brush Kits" hbank="63" lbank="3" prog="20" /> + <Patch name="Ooh/Aah VoicesST" hbank="63" lbank="3" prog="21" /> + <Patch name="Muted Trumpet" hbank="63" lbank="3" prog="22" /> + <Patch name="Killer B" hbank="63" lbank="3" prog="23" /> + <Patch name="Magical Bells" hbank="63" lbank="3" prog="24" /> + <Patch name="{(Meditate})" hbank="63" lbank="3" prog="25" /> + <Patch name="Trancer Lead" hbank="63" lbank="3" prog="26" /> + <Patch name="Sweet Fretless" hbank="63" lbank="3" prog="27" /> + <Patch name="Amp D.Guitar" hbank="63" lbank="3" prog="28" /> + <Patch name="Rezzo Release" hbank="63" lbank="3" prog="29" /> + <Patch name="BambuSilverFlute" hbank="63" lbank="3" prog="30" /> + <Patch name="CyborgFactoryHit" hbank="63" lbank="3" prog="31" /> + <Patch name="The ANAPIZZ" hbank="63" lbank="3" prog="32" /> + <Patch name="R+B E.Piano" hbank="63" lbank="3" prog="33" /> + <Patch name="Arp Twins" hbank="63" lbank="3" prog="34" /> + <Patch name="Camera Strings" hbank="63" lbank="3" prog="35" /> + <Patch name="Busy Sync" hbank="63" lbank="3" prog="36" /> + <Patch name="30303 Square" hbank="63" lbank="3" prog="37" /> + <Patch name="Trumpet Ens." hbank="63" lbank="3" prog="38" /> + <Patch name="Dirty "B"" hbank="63" lbank="3" prog="39" /> + <Patch name="Log Drum + Bells" hbank="63" lbank="3" prog="40" /> + <Patch name="Freedom Pad" hbank="63" lbank="3" prog="41" /> + <Patch name="Thin AnaLead" hbank="63" lbank="3" prog="42" /> + <Patch name="E.Bass Pick 1" hbank="63" lbank="3" prog="43" /> + <Patch name="Indian Stars" hbank="63" lbank="3" prog="44" /> + <Patch name="OutOfTheClouds" hbank="63" lbank="3" prog="45" /> + <Patch name="Barisax Growl SW" hbank="63" lbank="3" prog="46" /> + <Patch name="Hemispheres" hbank="63" lbank="3" prog="47" /> + <Patch name="Techno Phobic" hbank="63" lbank="3" prog="48" /> + <Patch name="Clav Snap" hbank="63" lbank="3" prog="49" /> + <Patch name="Old Record Hit" hbank="63" lbank="3" prog="50" /> + <Patch name="Cyber Tom" hbank="63" lbank="3" prog="51" /> + <Patch name="That Heaven Vibe" hbank="63" lbank="3" prog="52" /> + <Patch name="Aaah Voices ST" hbank="63" lbank="3" prog="53" /> + <Patch name="French Horn Sect" hbank="63" lbank="3" prog="54" /> + <Patch name="Garage Organ" hbank="63" lbank="3" prog="55" /> + <Patch name="Nu Strat" hbank="63" lbank="3" prog="56" /> + <Patch name="Brass Pad" hbank="63" lbank="3" prog="57" /> + <Patch name="Brian\s Sync" hbank="63" lbank="3" prog="58" /> + <Patch name="SynBassRes" hbank="63" lbank="3" prog="59" /> + <Patch name="Vox Wah Chicks" hbank="63" lbank="3" prog="60" /> + <Patch name="Stereo WaveSweep" hbank="63" lbank="3" prog="61" /> + <Patch name="Bassoon" hbank="63" lbank="3" prog="62" /> + <Patch name="Flute Pad" hbank="63" lbank="3" prog="63" /> + <Patch name="Syn Pizz" hbank="63" lbank="3" prog="64" /> + <Patch name="ST Piano mp/f" hbank="63" lbank="3" prog="65" /> + <Patch name="Arp Angeles" hbank="63" lbank="3" prog="66" /> + <Patch name="Analog Velvet" hbank="63" lbank="3" prog="67" /> + <Patch name="Clock It Out" hbank="63" lbank="3" prog="68" /> + <Patch name="MG Pulse Bass" hbank="63" lbank="3" prog="69" /> + <Patch name="Power Saw" hbank="63" lbank="3" prog="70" /> + <Patch name="Formant Voices" hbank="63" lbank="3" prog="71" /> + <Patch name="Vibraphone 1" hbank="63" lbank="3" prog="72" /> + <Patch name="StereoStringsEXP" hbank="63" lbank="3" prog="73" /> + <Patch name="Syn Pipes" hbank="63" lbank="3" prog="74" /> + <Patch name="Digi Syn Bass" hbank="63" lbank="3" prog="75" /> + <Patch name="PiezoMix Guitar" hbank="63" lbank="3" prog="76" /> + <Patch name="Dolphin Ride" hbank="63" lbank="3" prog="77" /> + <Patch name="Studio Stage EP" hbank="63" lbank="3" prog="78" /> + <Patch name="Glass Vox" hbank="63" lbank="3" prog="79" /> + <Patch name="Ana Brass/Lead" hbank="63" lbank="3" prog="80" /> + <Patch name="Reson Piano" hbank="63" lbank="3" prog="81" /> + <Patch name="Hit Me 2 Times!!" hbank="63" lbank="3" prog="82" /> + <Patch name="Euro 8va Bass" hbank="63" lbank="3" prog="83" /> + <Patch name="WAcKy HiPHop Kit" hbank="63" lbank="3" prog="84" /> + <Patch name="Vocalesque" hbank="63" lbank="3" prog="85" /> + <Patch name="Brass Expression" hbank="63" lbank="3" prog="86" /> + <Patch name="Fire Wave" hbank="63" lbank="3" prog="87" /> + <Patch name="Mallet Clocker" hbank="63" lbank="3" prog="88" /> + <Patch name="Stereo Piano mf" hbank="63" lbank="3" prog="89" /> + <Patch name="Sync Kronicity" hbank="63" lbank="3" prog="90" /> + <Patch name="Poinker Bass" hbank="63" lbank="3" prog="91" /> + <Patch name="AcousticGuitar 2" hbank="63" lbank="3" prog="92" /> + <Patch name="Station Of Waves" hbank="63" lbank="3" prog="93" /> + <Patch name="MixFisaMaster" hbank="63" lbank="3" prog="94" /> + <Patch name="Frozen Glaciers" hbank="63" lbank="3" prog="95" /> + <Patch name="AStabInTheDark" hbank="63" lbank="3" prog="96" /> + <Patch name="Pro-Stage EP" hbank="63" lbank="3" prog="97" /> + <Patch name="Wild Arp" hbank="63" lbank="3" prog="98" /> + <Patch name="Stereo Strings" hbank="63" lbank="3" prog="99" /> + <Patch name="Processed Kit" hbank="63" lbank="3" prog="100" /> + <Patch name="Acid Dist Bass" hbank="63" lbank="3" prog="101" /> + <Patch name="Few Bows Here" hbank="63" lbank="3" prog="102" /> + <Patch name="Arctic Voices" hbank="63" lbank="3" prog="103" /> + <Patch name="Classic E.Piano" hbank="63" lbank="3" prog="104" /> + <Patch name="Mellow Movie Pad" hbank="63" lbank="3" prog="105" /> + <Patch name="AMSFeedbackLead" hbank="63" lbank="3" prog="106" /> + <Patch name="Classic F.Horn" hbank="63" lbank="3" prog="107" /> + <Patch name="Indian Frets Gtr" hbank="63" lbank="3" prog="108" /> + <Patch name="Virtual Traveler" hbank="63" lbank="3" prog="109" /> + <Patch name="Flute" hbank="63" lbank="3" prog="110" /> + <Patch name="Vanishing Planet" hbank="63" lbank="3" prog="111" /> + <Patch name="Symphonic Bows" hbank="63" lbank="3" prog="112" /> + <Patch name="Classic Piano" hbank="63" lbank="3" prog="113" /> + <Patch name="Velo PowerStab" hbank="63" lbank="3" prog="114" /> + <Patch name="Happy Vibe Lead" hbank="63" lbank="3" prog="115" /> + <Patch name="Trumpet Section" hbank="63" lbank="3" prog="116" /> + <Patch name="Dream Voices" hbank="63" lbank="3" prog="117" /> + <Patch name="Octave Brass Exp" hbank="63" lbank="3" prog="118" /> + <Patch name="Solo Violin" hbank="63" lbank="3" prog="119" /> + <Patch name="Santur" hbank="63" lbank="3" prog="120" /> + <Patch name="Full Vox Pad" hbank="63" lbank="3" prog="121" /> + <Patch name="A leadload" hbank="63" lbank="3" prog="122" /> + <Patch name="L/R Piano(Knob1)" hbank="63" lbank="3" prog="123" /> + <Patch name="Spanish Guitar" hbank="63" lbank="3" prog="124" /> + <Patch name="Motion Ocean !" hbank="63" lbank="3" prog="125" /> + <Patch name="AltoSax1 GrowlSW" hbank="63" lbank="3" prog="126" /> + <Patch name="Init.Program" hbank="63" lbank="3" prog="127" /> + </PatchGroup> + <PatchGroup name="Programs Bank G"> + <Patch name="Acoustic Piano" hbank="121" lbank="0" prog="0" /> + <Patch name="Bright Piano" hbank="121" lbank="0" prog="1" /> + <Patch name="El.Grand Piano" hbank="121" lbank="0" prog="2" /> + <Patch name="Honkey-Tonk" hbank="1121" lbank="0" prog="3" /> + <Patch name="Electric Piano 1" hbank="121" lbank="0" prog="4" /> + <Patch name="Electric Piano 2" hbank="121" lbank="0" prog="5" /> + <Patch name="Harpsichord" hbank="121" lbank="0" prog="6" /> + <Patch name="Clavi." hbank="121" lbank="0" prog="7" /> + <Patch name="Celesta" hbank="121" lbank="0" prog="8" /> + <Patch name="Glockenspiel" hbank="121" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="121" lbank="0" prog="10" /> + <Patch name="Vibraphone" hbank="121" lbank="0" prog="11" /> + <Patch name="Marimba" hbank="121" lbank="0" prog="12" /> + <Patch name="Xylophone" hbank="121" lbank="0" prog="13" /> + <Patch name="Tubular Bells" hbank="121" lbank="0" prog="14" /> + <Patch name="Santur" hbank="121" lbank="0" prog="15" /> + <Patch name="Drawbar Organ 1" hbank="121" lbank="0" prog="16" /> + <Patch name="PercussiveOrgan1" hbank="121" lbank="0" prog="17" /> + <Patch name="Rock Organ" hbank="121" lbank="0" prog="18" /> + <Patch name="Church Organ" hbank="121" lbank="0" prog="19" /> + <Patch name="Reed Organ" hbank="121" lbank="0" prog="20" /> + <Patch name="Accordion 1" hbank="121" lbank="0" prog="21" /> + <Patch name="Harmonica" hbank="121" lbank="0" prog="22" /> + <Patch name="Bandoneon" hbank="121" lbank="0" prog="23" /> + <Patch name="Nylon Guitar 1" hbank="121" lbank="0" prog="24" /> + <Patch name="Steel Guitar" hbank="121" lbank="0" prog="25" /> + <Patch name="Jazz Guitar" hbank="121" lbank="0" prog="26" /> + <Patch name="Clean Guitar" hbank="121" lbank="0" prog="27" /> + <Patch name="Muted Guitar" hbank="121" lbank="0" prog="28" /> + <Patch name="Overdrive Guitar" hbank="121" lbank="0" prog="29" /> + <Patch name="DistortionGuitar" hbank="121" lbank="0" prog="30" /> + <Patch name="Guitar Harmonics" hbank="121" lbank="0" prog="31" /> + <Patch name="Acoustic Bass" hbank="121" lbank="0" prog="32" /> + <Patch name="Fingered Bass" hbank="121" lbank="0" prog="33" /> + <Patch name="Picked Bass" hbank="121" lbank="0" prog="34" /> + <Patch name="Fretless Bass" hbank="121" lbank="0" prog="35" /> + <Patch name="Slap Bass 1" hbank="121" lbank="0" prog="36" /> + <Patch name="Slap Bass 2" hbank="121" lbank="0" prog="37" /> + <Patch name="Synth Bass 1" hbank="121" lbank="0" prog="38" /> + <Patch name="Synth Bass 2" hbank="121" lbank="0" prog="39" /> + <Patch name="Violin" hbank="121" lbank="0" prog="40" /> + <Patch name="Viola" hbank="121" lbank="0" prog="41" /> + <Patch name="Cello" hbank="121" lbank="0" prog="42" /> + <Patch name="Contrabass" hbank="121" lbank="0" prog="43" /> + <Patch name="Tremolo Strings" hbank="121" lbank="0" prog="44" /> + <Patch name="Pizzicato Str." hbank="121" lbank="0" prog="45" /> + <Patch name="Orchestral Harp" hbank="121" lbank="0" prog="46" /> + <Patch name="Timpani" hbank="121" lbank="0" prog="47" /> + <Patch name="Strings" hbank="121" lbank="0" prog="48" /> + <Patch name="Slow Strings" hbank="121" lbank="0" prog="49" /> + <Patch name="Synth Strings 1" hbank="121" lbank="0" prog="50" /> + <Patch name="Synth Strings 2" hbank="121" lbank="0" prog="51" /> + <Patch name="Choir Aahs 1" hbank="121" lbank="0" prog="52" /> + <Patch name="Voice Oohs" hbank="121" lbank="0" prog="53" /> + <Patch name="Synth Vox" hbank="121" lbank="0" prog="54" /> + <Patch name="Orchestra Hit" hbank="121" lbank="0" prog="55" /> + <Patch name="Trumpet" hbank="121" lbank="0" prog="56" /> + <Patch name="Trombone 1" hbank="121" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="121" lbank="0" prog="58" /> + <Patch name="Muted Trumpet 1" hbank="121" lbank="0" prog="59" /> + <Patch name="French Horn" hbank="121" lbank="0" prog="60" /> + <Patch name="Brass Section 1" hbank="121" lbank="0" prog="61" /> + <Patch name="Synth Brass 1" hbank="121" lbank="0" prog="62" /> + <Patch name="Synth Brass 2" hbank="121" lbank="0" prog="63" /> + <Patch name="Soprano Sax" hbank="121" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="121" lbank="0" prog="65" /> + <Patch name="Tenor Sax" hbank="121" lbank="0" prog="66" /> + <Patch name="Baritone Sax" hbank="121" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="121" lbank="0" prog="68" /> + <Patch name="English Horn" hbank="121" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="121" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="121" lbank="0" prog="71" /> + <Patch name="Piccolo" hbank="121" lbank="0" prog="72" /> + <Patch name="Flute" hbank="121" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="121" lbank="0" prog="74" /> + <Patch name="Pan Flute" hbank="121" lbank="0" prog="75" /> + <Patch name="Blown Bottle" hbank="121" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="121" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="121" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="121" lbank="0" prog="79" /> + <Patch name="Detuned Square" hbank="121" lbank="0" prog="80" /> + <Patch name="Detuned Sawtooth" hbank="121" lbank="0" prog="81" /> + <Patch name="Synth Calliope" hbank="121" lbank="0" prog="82" /> + <Patch name="Chiff Lead" hbank="121" lbank="0" prog="83" /> + <Patch name="Charang" hbank="121" lbank="0" prog="84" /> + <Patch name="Air Voice" hbank="121" lbank="0" prog="85" /> + <Patch name="5th Sawtooth" hbank="121" lbank="0" prog="86" /> + <Patch name="Bass + Lead" hbank="121" lbank="0" prog="87" /> + <Patch name="Fantasia" hbank="121" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="121" lbank="0" prog="89" /> + <Patch name="Polyphonic Synth" hbank="121" lbank="0" prog="90" /> + <Patch name="Space Voice" hbank="121" lbank="0" prog="91" /> + <Patch name="Bowed Glass" hbank="121" lbank="0" prog="92" /> + <Patch name="Metallic Pad" hbank="121" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="121" lbank="0" prog="94" /> + <Patch name="Sweep Pad" hbank="121" lbank="0" prog="95" /> + <Patch name="Ice Rain" hbank="121" lbank="0" prog="96" /> + <Patch name="Sound Track" hbank="121" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="121" lbank="0" prog="98" /> + <Patch name="Atmosphere" hbank="121" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="121" lbank="0" prog="100" /> + <Patch name="Goblins" hbank="121" lbank="0" prog="101" /> + <Patch name="Echo Drops" hbank="121" lbank="0" prog="102" /> + <Patch name="Star Theme" hbank="121" lbank="0" prog="103" /> + <Patch name="Sitar 1" hbank="121" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="121" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="121" lbank="0" prog="106" /> + <Patch name="Koto" hbank="121" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="121" lbank="0" prog="108" /> + <Patch name="Bagpipe" hbank="121" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="121" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="121" lbank="0" prog="111" /> + <Patch name="Tinkle Bell" hbank="121" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="121" lbank="0" prog="113" /> + <Patch name="Steel Drums" hbank="121" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="121" lbank="0" prog="115" /> + <Patch name="Taiko" hbank="121" lbank="0" prog="116" /> + <Patch name="Melodic Tom 1" hbank="121" lbank="0" prog="117" /> + <Patch name="Synth Drum" hbank="121" lbank="0" prog="118" /> + <Patch name="Reverse Cymbal" hbank="121" lbank="0" prog="119" /> + <Patch name="Gtr.Fret Noise" hbank="121" lbank="0" prog="120" /> + <Patch name="Breath Noise" hbank="121" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="121" lbank="0" prog="122" /> + <Patch name="Bird Tweet 1" hbank="121" lbank="0" prog="123" /> + <Patch name="Telephone Ring 1" hbank="121" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="121" lbank="0" prog="125" /> + <Patch name="Applause" hbank="121" lbank="0" prog="126" /> + <Patch name="Gun Shot" hbank="121" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Programs Bank Drums"> + <Patch name="STANDARD Kit" hbank="120" lbank="0" prog="0" /> + <Patch name="ROOM Kit" hbank="120" lbank="0" prog="9" /> + <Patch name="POWER Kit" hbank="120" lbank="0" prog="17" /> + <Patch name="ELECTRONIC Kit" hbank="120" lbank="0" prog="24" /> + <Patch name="ANALOG Kit" hbank="120" lbank="0" prog="25" /> + <Patch name="JAZZ Kit" hbank="120" lbank="0" prog="33" /> + <Patch name="BRUSH Kit" hbank="120" lbank="0" prog="41" /> + <Patch name="ORCHESTRA Kit" hbank="120" lbank="0" prog="49" /> + <Patch name="SFX Kit" hbank="120" lbank="0" prog="57" /> + </PatchGroup> + <Controller name="Modulation_Wheel" l="1" /> + <Controller name="Joystick_-Y" l="2" /> + <Controller name="Pedal" l="4" /> + <Controller name="Portamento_Time" l="5" /> + <Controller name="Volume" l="7" init="100" /> + <Controller name="IFX_Pan" l="8" min="-64" max="63" init="0" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Effect_Control 1" l="12" /> + <Controller name="Effect_Control 2" l="13" /> + <Controller name="Damper" l="64" /> + <Controller name="Portamento_Sw" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="Soft" l="67" /> + <Controller name="Sound_Realtime_Controls_B1" l="70" /> + <Controller name="Resonance_HPF" l="71" /> + <Controller name="EG_Release" l="72" /> + <Controller name="Sound_Realtime_Controls_B2" l="73" /> + <Controller name="LPF_Cutoff" l="74" /> + <Controller name="Sound_Realtime_Controls_B3" l="75" /> + <Controller name="Sound_Realtime_Controls_B4" l="76" /> + <Controller name="Sound_Realtime_Controls_C1" l="77" /> + <Controller name="Sound_Realtime_Controls_C2" l="78" /> + <Controller name="EG_Intensity" l="79" /> + <Controller name="Switch_1" l="80" /> + <Controller name="Switch_2" l="81" /> + <Controller name="Foot_Switch" l="82" /> + <Controller name="Controller" l="83" /> + <Controller name="Send_2" l="91" /> + <Controller name="IFX_On_Off" l="92" /> + <Controller name="Send_1" l="93" /> + <Controller name="MFX1_On_Off" l="94" /> + <Controller name="MFX2_On_Off" l="95" /> + <Controller name="All_Sound_Off" l="120" /> + <Controller name="Reset_All_Controllers" l="121" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Korg-X5DR-PresetA.idf b/muse2/share/instruments/Korg-X5DR-PresetA.idf new file mode 100644 index 00000000..5181ab09 --- /dev/null +++ b/muse2/share/instruments/Korg-X5DR-PresetA.idf @@ -0,0 +1,368 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Korg X5DR Preset A"> + <PatchGroup name="Bank C Combinations"> + <Patch name="SolarFlare" hbank="127" lbank="0" prog="0" /> + <Patch name="StereoKeys" hbank="127" lbank="0" prog="1" /> + <Patch name="X Strings" hbank="127" lbank="0" prog="2" /> + <Patch name="Analog King" hbank="127" lbank="0" prog="3" /> + <Patch name="CrankItUp!" hbank="127" lbank="0" prog="4" /> + <Patch name="HeadHunter" hbank="127" lbank="0" prog="5" /> + <Patch name="Rock Organ" hbank="127" lbank="0" prog="6" /> + <Patch name="X Brass" hbank="127" lbank="0" prog="7" /> + <Patch name="TheSingers" hbank="127" lbank="0" prog="8" /> + <Patch name="Wild Drums" hbank="127" lbank="0" prog="9" /> + <Patch name="-The West-" hbank="127" lbank="0" prog="10" /> + <Patch name="Super EP" hbank="127" lbank="0" prog="11" /> + <Patch name="Wind--Orch" hbank="127" lbank="0" prog="12" /> + <Patch name="Maxi Stab" hbank="127" lbank="0" prog="13" /> + <Patch name="12 String" hbank="127" lbank="0" prog="14" /> + <Patch name="-The East-" hbank="127" lbank="0" prog="15" /> + <Patch name="ChorusClav" hbank="127" lbank="0" prog="16" /> + <Patch name="Bass/Horn" hbank="127" lbank="0" prog="17" /> + <Patch name="Ice Bells" hbank="127" lbank="0" prog="18" /> + <Patch name="Wild Split" hbank="127" lbank="0" prog="19" /> + <Patch name="Warriors" hbank="127" lbank="0" prog="20" /> + <Patch name="Fat Pianos" hbank="127" lbank="0" prog="21" /> + <Patch name="Sonata" hbank="127" lbank="0" prog="22" /> + <Patch name="LayerSynth" hbank="127" lbank="0" prog="23" /> + <Patch name="WaveGuitar" hbank="127" lbank="0" prog="24" /> + <Patch name="EthnicOrch" hbank="127" lbank="0" prog="25" /> + <Patch name="Cathedral" hbank="127" lbank="0" prog="26" /> + <Patch name="BrassSwell" hbank="127" lbank="0" prog="27" /> + <Patch name="Java Bells" hbank="127" lbank="0" prog="28" /> + <Patch name="PhantomSax" hbank="127" lbank="0" prog="29" /> + <Patch name="AncientSun" hbank="127" lbank="0" prog="30" /> + <Patch name="Velo Roads" hbank="127" lbank="0" prog="31" /> + <Patch name="Symphony" hbank="127" lbank="0" prog="32" /> + <Patch name="NeuroFunk" hbank="127" lbank="0" prog="33" /> + <Patch name="Slappin\" hbank="127" lbank="0" prog="34" /> + <Patch name="EastAfrica" hbank="127" lbank="0" prog="35" /> + <Patch name="Ultra Perc" hbank="127" lbank="0" prog="36" /> + <Patch name="TheSaxMen" hbank="127" lbank="0" prog="37" /> + <Patch name="LunarBells" hbank="127" lbank="0" prog="38" /> + <Patch name="---Hell---" hbank="127" lbank="0" prog="39" /> + <Patch name="--Heaven--" hbank="127" lbank="0" prog="40" /> + <Patch name="Rock Piano" hbank="127" lbank="0" prog="41" /> + <Patch name="ChamberOrc" hbank="127" lbank="0" prog="42" /> + <Patch name="Multi Rez" hbank="127" lbank="0" prog="43" /> + <Patch name="Chorus Gtr" hbank="127" lbank="0" prog="44" /> + <Patch name="Zen Garden" hbank="127" lbank="0" prog="45" /> + <Patch name="Accordion" hbank="127" lbank="0" prog="46" /> + <Patch name="MutedHorns" hbank="127" lbank="0" prog="47" /> + <Patch name="PizzoSynth" hbank="127" lbank="0" prog="48" /> + <Patch name="Rap ToolKit" hbank="127" lbank="0" prog="49" /> + <Patch name="Megatron" hbank="127" lbank="0" prog="50" /> + <Patch name="Bs/EP+Str" hbank="127" lbank="0" prog="51" /> + <Patch name="Fanfare" hbank="127" lbank="0" prog="52" /> + <Patch name="Big Swell" hbank="127" lbank="0" prog="53" /> + <Patch name="StickSplit" hbank="127" lbank="0" prog="54" /> + <Patch name="Indian Jam" hbank="127" lbank="0" prog="55" /> + <Patch name="Harpsicord" hbank="127" lbank="0" prog="56" /> + <Patch name="Bass/Brass" hbank="127" lbank="0" prog="57" /> + <Patch name="Moon Stone" hbank="127" lbank="0" prog="58" /> + <Patch name="Torquemada" hbank="127" lbank="0" prog="59" /> + <Patch name="Crossfades" hbank="127" lbank="0" prog="60" /> + <Patch name="SuperKeys" hbank="127" lbank="0" prog="61" /> + <Patch name="WoodWinds" hbank="127" lbank="0" prog="62" /> + <Patch name="OctaveLead" hbank="127" lbank="0" prog="63" /> + <Patch name="Malaguena" hbank="127" lbank="0" prog="64" /> + <Patch name="RhythmPipe" hbank="127" lbank="0" prog="65" /> + <Patch name="FullManual" hbank="127" lbank="0" prog="66" /> + <Patch name="Bows/Trpt" hbank="127" lbank="0" prog="67" /> + <Patch name="Airiana" hbank="127" lbank="0" prog="68" /> + <Patch name="SpaceZones" hbank="127" lbank="0" prog="69" /> + <Patch name="New Worlds" hbank="127" lbank="0" prog="70" /> + <Patch name="Digi Piano" hbank="127" lbank="0" prog="71" /> + <Patch name="FullString" hbank="127" lbank="0" prog="72" /> + <Patch name="Rezzo Funk" hbank="127" lbank="0" prog="73" /> + <Patch name="Guitar Man" hbank="127" lbank="0" prog="74" /> + <Patch name="Warm Koto" hbank="127" lbank="0" prog="75" /> + <Patch name="Rock Show!" hbank="127" lbank="0" prog="76" /> + <Patch name="Big Band" hbank="127" lbank="0" prog="77" /> + <Patch name="Vox Bells" hbank="127" lbank="0" prog="78" /> + <Patch name="MenAtWork" hbank="127" lbank="0" prog="79" /> + <Patch name="Galaxia" hbank="127" lbank="0" prog="80" /> + <Patch name="Bass/Piano" hbank="127" lbank="0" prog="81" /> + <Patch name="Str/Oboe" hbank="127" lbank="0" prog="82" /> + <Patch name="RezzoSplit" hbank="127" lbank="0" prog="83" /> + <Patch name="TheOldWest" hbank="127" lbank="0" prog="84" /> + <Patch name="Lost Tribe" hbank="127" lbank="0" prog="85" /> + <Patch name="DualManual" hbank="127" lbank="0" prog="86" /> + <Patch name="Trpt+Bones" hbank="127" lbank="0" prog="87" /> + <Patch name="Bellendra" hbank="127" lbank="0" prog="88" /> + <Patch name="Star Lense" hbank="127" lbank="0" prog="89" /> + <Patch name="The Abyss" hbank="127" lbank="0" prog="90" /> + <Patch name="Piano+Str" hbank="127" lbank="0" prog="91" /> + <Patch name="ChamberStr" hbank="127" lbank="0" prog="92" /> + <Patch name="Hard Sync" hbank="127" lbank="0" prog="93" /> + <Patch name="Gtr/Flute" hbank="127" lbank="0" prog="94" /> + <Patch name="RainForest" hbank="127" lbank="0" prog="95" /> + <Patch name="PipeOrgan" hbank="127" lbank="0" prog="96" /> + <Patch name="Hot Salsa" hbank="127" lbank="0" prog="97" /> + <Patch name="Prisms" hbank="127" lbank="0" prog="98" /> + <Patch name="TheDentist" hbank="127" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Bank A Programs"> + <Patch name="PipeDreams" hbank="0" lbank="0" prog="0" /> + <Patch name="X Piano" hbank="0" lbank="0" prog="1" /> + <Patch name="BigStrings" hbank="0" lbank="0" prog="2" /> + <Patch name="Asian Jung" hbank="0" lbank="0" prog="3" /> + <Patch name="Rock On!!!" hbank="0" lbank="0" prog="4" /> + <Patch name="GlockBells" hbank="0" lbank="0" prog="5" /> + <Patch name="FatRezBass" hbank="0" lbank="0" prog="6" /> + <Patch name="BreathyVox" hbank="0" lbank="0" prog="7" /> + <Patch name="Xanalog" hbank="0" lbank="0" prog="8" /> + <Patch name="[KrazyKit]" hbank="0" lbank="0" prog="9" /> + <Patch name="Transforms" hbank="0" lbank="0" prog="10" /> + <Patch name="Killer B" hbank="0" lbank="0" prog="11" /> + <Patch name="Pop Brass" hbank="0" lbank="0" prog="12" /> + <Patch name="Harp Gliss" hbank="0" lbank="0" prog="13" /> + <Patch name="BriteSteel" hbank="0" lbank="0" prog="14" /> + <Patch name="PingMallet" hbank="0" lbank="0" prog="15" /> + <Patch name="Upright" hbank="0" lbank="0" prog="16" /> + <Patch name="Velo Flute" hbank="0" lbank="0" prog="17" /> + <Patch name="LA Synth" hbank="0" lbank="0" prog="18" /> + <Patch name="[ComboKit]" hbank="0" lbank="0" prog="19" /> + <Patch name="Wave Sweep" hbank="0" lbank="0" prog="20" /> + <Patch name="FunkyRoads" hbank="0" lbank="0" prog="21" /> + <Patch name="AnaStrings" hbank="0" lbank="0" prog="22" /> + <Patch name="Euro Pipe" hbank="0" lbank="0" prog="23" /> + <Patch name="Stratified" hbank="0" lbank="0" prog="24" /> + <Patch name="CrystalIce" hbank="0" lbank="0" prog="25" /> + <Patch name="Dance Bass" hbank="0" lbank="0" prog="26" /> + <Patch name="Ghost Vox" hbank="0" lbank="0" prog="27" /> + <Patch name="FatFilterz" hbank="0" lbank="0" prog="28" /> + <Patch name="[Down Low]" hbank="0" lbank="0" prog="29" /> + <Patch name="Sputnik" hbank="0" lbank="0" prog="30" /> + <Patch name="Super Perc" hbank="0" lbank="0" prog="31" /> + <Patch name="BrassSwell" hbank="0" lbank="0" prog="32" /> + <Patch name="Lore" hbank="0" lbank="0" prog="33" /> + <Patch name="Follow Me" hbank="0" lbank="0" prog="34" /> + <Patch name="Logs+Bells" hbank="0" lbank="0" prog="35" /> + <Patch name="90\s Bass" hbank="0" lbank="0" prog="36" /> + <Patch name="FreshWaves" hbank="0" lbank="0" prog="37" /> + <Patch name="MIDI Grand" hbank="0" lbank="0" prog="38" /> + <Patch name="[Mr. Gong]" hbank="0" lbank="0" prog="39" /> + <Patch name="LandingPad" hbank="0" lbank="0" prog="40" /> + <Patch name="M1 Piano" hbank="0" lbank="0" prog="41" /> + <Patch name="DynoString" hbank="0" lbank="0" prog="42" /> + <Patch name="Tamboura" hbank="0" lbank="0" prog="43" /> + <Patch name="Chruncher" hbank="0" lbank="0" prog="44" /> + <Patch name="Star Fire" hbank="0" lbank="0" prog="45" /> + <Patch name="SynthBass3" hbank="0" lbank="0" prog="46" /> + <Patch name="Woodwinds" hbank="0" lbank="0" prog="47" /> + <Patch name="Reso Waves" hbank="0" lbank="0" prog="48" /> + <Patch name="[Manimals]" hbank="0" lbank="0" prog="49" /> + <Patch name="Vortex" hbank="0" lbank="0" prog="50" /> + <Patch name="ClickOrgan" hbank="0" lbank="0" prog="51" /> + <Patch name="StereoHorn" hbank="0" lbank="0" prog="52" /> + <Patch name="MalletLoop" hbank="0" lbank="0" prog="53" /> + <Patch name="Flamenco" hbank="0" lbank="0" prog="54" /> + <Patch name="MetalGhost" hbank="0" lbank="0" prog="55" /> + <Patch name="Velo Pick" hbank="0" lbank="0" prog="56" /> + <Patch name="ooooooooze" hbank="0" lbank="0" prog="57" /> + <Patch name="Dr. Tapp" hbank="0" lbank="0" prog="58" /> + <Patch name="[Loop SFX]" hbank="0" lbank="0" prog="59" /> + <Patch name="TimeClocks" hbank="0" lbank="0" prog="60" /> + <Patch name="Classic EP" hbank="0" lbank="0" prog="61" /> + <Patch name="Cello Ens." hbank="0" lbank="0" prog="62" /> + <Patch name="Godfather" hbank="0" lbank="0" prog="63" /> + <Patch name="Funk Guitr" hbank="0" lbank="0" prog="64" /> + <Patch name="RealGamlon" hbank="0" lbank="0" prog="65" /> + <Patch name="ChromeBass" hbank="0" lbank="0" prog="66" /> + <Patch name="Real Shaku" hbank="0" lbank="0" prog="67" /> + <Patch name="Split Sync" hbank="0" lbank="0" prog="68" /> + <Patch name="[ Nature ]" hbank="0" lbank="0" prog="69" /> + <Patch name="SynTronic" hbank="0" lbank="0" prog="70" /> + <Patch name="Super BX-3" hbank="0" lbank="0" prog="71" /> + <Patch name="Trump Ens." hbank="0" lbank="0" prog="72" /> + <Patch name="Jaw Harp" hbank="0" lbank="0" prog="73" /> + <Patch name="Rock Chuga" hbank="0" lbank="0" prog="74" /> + <Patch name="TheIceMan" hbank="0" lbank="0" prog="75" /> + <Patch name="Velo Slap" hbank="0" lbank="0" prog="76" /> + <Patch name="Flutter" hbank="0" lbank="0" prog="77" /> + <Patch name="Swell Pad" hbank="0" lbank="0" prog="78" /> + <Patch name="[Natives!]" hbank="0" lbank="0" prog="79" /> + <Patch name="Quarks" hbank="0" lbank="0" prog="80" /> + <Patch name="Dyno Tines" hbank="0" lbank="0" prog="81" /> + <Patch name="VeloFlugel" hbank="0" lbank="0" prog="82" /> + <Patch name="Polka Box" hbank="0" lbank="0" prog="83" /> + <Patch name="FeedbackGt" hbank="0" lbank="0" prog="84" /> + <Patch name="Swiss Box" hbank="0" lbank="0" prog="85" /> + <Patch name="Big Mini" hbank="0" lbank="0" prog="86" /> + <Patch name="Arabesque" hbank="0" lbank="0" prog="87" /> + <Patch name="Syn Brass" hbank="0" lbank="0" prog="88" /> + <Patch name="[DrillMe!]" hbank="0" lbank="0" prog="89" /> + <Patch name="Universe X" hbank="0" lbank="0" prog="90" /> + <Patch name="Big Organ" hbank="0" lbank="0" prog="91" /> + <Patch name="EthnoVioln" hbank="0" lbank="0" prog="92" /> + <Patch name="Real Sitar" hbank="0" lbank="0" prog="93" /> + <Patch name="Greek Gtr." hbank="0" lbank="0" prog="94" /> + <Patch name="Midi Bells" hbank="0" lbank="0" prog="95" /> + <Patch name="Stick Bass" hbank="0" lbank="0" prog="96" /> + <Patch name="SopranoVox" hbank="0" lbank="0" prog="97" /> + <Patch name="Solo Synth" hbank="0" lbank="0" prog="98" /> + <Patch name="[Jet Star]" hbank="0" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Bank G General Midi"> + <Patch name="Piano" hbank="61" lbank="0" prog="0" /> + <Patch name="BritePiano" hbank="61" lbank="0" prog="1" /> + <Patch name="HammerPno" hbank="61" lbank="0" prog="2" /> + <Patch name="HonkeyTonk" hbank="61" lbank="0" prog="3" /> + <Patch name="New Tines" hbank="61" lbank="0" prog="4" /> + <Patch name="Digi Piano" hbank="61" lbank="0" prog="5" /> + <Patch name="Harpsicord" hbank="61" lbank="0" prog="6" /> + <Patch name="Clav" hbank="61" lbank="0" prog="7" /> + <Patch name="Celesta" hbank="61" lbank="0" prog="8" /> + <Patch name="Glocken" hbank="61" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="61" lbank="0" prog="10" /> + <Patch name="Vibes" hbank="61" lbank="0" prog="11" /> + <Patch name="Marimba" hbank="61" lbank="0" prog="12" /> + <Patch name="Xylophon" hbank="61" lbank="0" prog="13" /> + <Patch name="Tubular" hbank="61" lbank="0" prog="14" /> + <Patch name="Santur" hbank="61" lbank="0" prog="15" /> + <Patch name="Full Organ" hbank="61" lbank="0" prog="16" /> + <Patch name="Perc Organ" hbank="61" lbank="0" prog="17" /> + <Patch name="BX-3 Organ" hbank="61" lbank="0" prog="18" /> + <Patch name="ChurchPipe" hbank="61" lbank="0" prog="19" /> + <Patch name="Positive" hbank="61" lbank="0" prog="20" /> + <Patch name="Musette" hbank="61" lbank="0" prog="21" /> + <Patch name="Harmonica" hbank="61" lbank="0" prog="22" /> + <Patch name="Tango" hbank="61" lbank="0" prog="23" /> + <Patch name="ClassicGtr" hbank="61" lbank="0" prog="24" /> + <Patch name="A.Guitar" hbank="61" lbank="0" prog="25" /> + <Patch name="JazzGuitar" hbank="61" lbank="0" prog="26" /> + <Patch name="Clean Gtr" hbank="61" lbank="0" prog="27" /> + <Patch name="MuteGuitar" hbank="61" lbank="0" prog="28" /> + <Patch name="Over Drive" hbank="61" lbank="0" prog="29" /> + <Patch name="DistGuitar" hbank="61" lbank="0" prog="30" /> + <Patch name="RockMonics" hbank="61" lbank="0" prog="31" /> + <Patch name="Jazz Bass" hbank="61" lbank="0" prog="32" /> + <Patch name="Deep Bass" hbank="61" lbank="0" prog="33" /> + <Patch name="Pick Bass" hbank="61" lbank="0" prog="34" /> + <Patch name="Fretless" hbank="61" lbank="0" prog="35" /> + <Patch name="SlapBass 1" hbank="61" lbank="0" prog="36" /> + <Patch name="SlapBass 2" hbank="61" lbank="0" prog="37" /> + <Patch name="SynthBass1" hbank="61" lbank="0" prog="38" /> + <Patch name="SynthBass2" hbank="61" lbank="0" prog="39" /> + <Patch name="Violin" hbank="61" lbank="0" prog="40" /> + <Patch name="Viola" hbank="61" lbank="0" prog="41" /> + <Patch name="Cello" hbank="61" lbank="0" prog="42" /> + <Patch name="ContraBass" hbank="61" lbank="0" prog="43" /> + <Patch name="TremoloStr" hbank="61" lbank="0" prog="44" /> + <Patch name="Pizzicato" hbank="61" lbank="0" prog="45" /> + <Patch name="Harp" hbank="61" lbank="0" prog="46" /> + <Patch name="Timpani" hbank="61" lbank="0" prog="47" /> + <Patch name="Marcato" hbank="61" lbank="0" prog="48" /> + <Patch name="SlowString" hbank="61" lbank="0" prog="49" /> + <Patch name="Analog Pad" hbank="61" lbank="0" prog="50" /> + <Patch name="String Pad" hbank="61" lbank="0" prog="51" /> + <Patch name="Choir" hbank="61" lbank="0" prog="52" /> + <Patch name="Doo Voice" hbank="61" lbank="0" prog="53" /> + <Patch name="Voices" hbank="61" lbank="0" prog="54" /> + <Patch name="Orch Hit" hbank="61" lbank="0" prog="55" /> + <Patch name="Trumpet" hbank="61" lbank="0" prog="56" /> + <Patch name="Trombone" hbank="61" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="61" lbank="0" prog="58" /> + <Patch name="Muted Trpt" hbank="61" lbank="0" prog="59" /> + <Patch name="FrenchHorn" hbank="61" lbank="0" prog="60" /> + <Patch name="Brass" hbank="61" lbank="0" prog="61" /> + <Patch name="SynBrass 1" hbank="61" lbank="0" prog="62" /> + <Patch name="SynBrass 2" hbank="61" lbank="0" prog="63" /> + <Patch name="SopranoSax" hbank="61" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="61" lbank="0" prog="65" /> + <Patch name="Tenor Sax" hbank="61" lbank="0" prog="66" /> + <Patch name="Bari Sax" hbank="61" lbank="0" prog="67" /> + <Patch name="Sweet Oboe" hbank="61" lbank="0" prog="68" /> + <Patch name="EnglishHrn" hbank="61" lbank="0" prog="69" /> + <Patch name="BasoonOboe" hbank="61" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="61" lbank="0" prog="71" /> + <Patch name="Piccolo" hbank="61" lbank="0" prog="72" /> + <Patch name="Flute" hbank="61" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="61" lbank="0" prog="74" /> + <Patch name="Pan Flute" hbank="61" lbank="0" prog="75" /> + <Patch name="Bottle" hbank="61" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="61" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="61" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="61" lbank="0" prog="79" /> + <Patch name="SquareWave" hbank="61" lbank="0" prog="80" /> + <Patch name="Saw Wave" hbank="61" lbank="0" prog="81" /> + <Patch name="SynCaliope" hbank="61" lbank="0" prog="82" /> + <Patch name="Syn Chiff" hbank="61" lbank="0" prog="83" /> + <Patch name="Charang" hbank="61" lbank="0" prog="84" /> + <Patch name="AirChorus" hbank="61" lbank="0" prog="85" /> + <Patch name="Rezzo4ths" hbank="61" lbank="0" prog="86" /> + <Patch name="Bass+Lead" hbank="61" lbank="0" prog="87" /> + <Patch name="Fantasia" hbank="61" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="61" lbank="0" prog="89" /> + <Patch name="Poly Pad" hbank="61" lbank="0" prog="90" /> + <Patch name="Ghost Pad" hbank="61" lbank="0" prog="91" /> + <Patch name="BowedGlass" hbank="61" lbank="0" prog="92" /> + <Patch name="Metal Pad" hbank="61" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="61" lbank="0" prog="94" /> + <Patch name="Sweep" hbank="61" lbank="0" prog="95" /> + <Patch name="Ice Rain" hbank="61" lbank="0" prog="96" /> + <Patch name="SoundTrack" hbank="61" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="61" lbank="0" prog="98" /> + <Patch name="Atmosphere" hbank="61" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="61" lbank="0" prog="100" /> + <Patch name="Goblin" hbank="61" lbank="0" prog="101" /> + <Patch name="Echo Drop" hbank="61" lbank="0" prog="102" /> + <Patch name="Star Theme" hbank="61" lbank="0" prog="103" /> + <Patch name="Sitar" hbank="61" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="61" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="61" lbank="0" prog="106" /> + <Patch name="Koto" hbank="61" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="61" lbank="0" prog="108" /> + <Patch name="Scotland" hbank="61" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="61" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="61" lbank="0" prog="111" /> + <Patch name="Metal Bell" hbank="61" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="61" lbank="0" prog="113" /> + <Patch name="SteelDrums" hbank="61" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="61" lbank="0" prog="115" /> + <Patch name="Taiko" hbank="61" lbank="0" prog="116" /> + <Patch name="Tom" hbank="61" lbank="0" prog="117" /> + <Patch name="Synth Tom" hbank="61" lbank="0" prog="118" /> + <Patch name="Rev Cymbal" hbank="61" lbank="0" prog="119" /> + <Patch name="Fret Noise" hbank="61" lbank="0" prog="120" /> + <Patch name="NoiseChiff" hbank="61" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="61" lbank="0" prog="122" /> + <Patch name="Birds" hbank="61" lbank="0" prog="123" /> + <Patch name="Telephone" hbank="61" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="61" lbank="0" prog="125" /> + <Patch name="Stadium!!" hbank="61" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="61" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank D Drums"> + <Patch name="GM Kit" hbank="62" lbank="0" prog="0" /> + <Patch name="Power Kit" hbank="62" lbank="0" prog="16" /> + <Patch name="Dance Kit" hbank="62" lbank="0" prog="24" /> + <Patch name="Analog Kit" hbank="62" lbank="0" prog="25" /> + <Patch name="Jazz Kit" hbank="62" lbank="0" prog="32" /> + <Patch name="Brush Kit" hbank="62" lbank="0" prog="40" /> + <Patch name="Orch Kit" hbank="62" lbank="0" prog="48" /> + <Patch name="Perc Kit" hbank="62" lbank="0" prog="64" /> + </PatchGroup> + <Controller name="Mod Wheel(Pitch)" l="1" /> + <Controller name="Mod Wheel(Cutoff)" l="2" /> + <Controller name="Pedal(Scale)" l="4" /> + <Controller name="Volume" l="7" init="100" /> + <Controller name="A:BPanPot" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Effect1Ctl" l="12" /> + <Controller name="Effect2Ctl" l="13" /> + <Controller name="Pedal(Damper)" l="64" /> + <Controller name="EG Time(Release)" l="72" /> + <Controller name="EG Time(Attack)" l="73" /> + <Controller name="Brightness" l="74" /> + <Controller name="EffectSendC" l="91" /> + <Controller name="Effect1Off/On" l="92" /> + <Controller name="EffectSendD" l="93" /> + <Controller name="Effect2Off/On" l="94" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllCntrls" l="121" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Korg-X5DR-PresetB.idf b/muse2/share/instruments/Korg-X5DR-PresetB.idf new file mode 100644 index 00000000..6441d816 --- /dev/null +++ b/muse2/share/instruments/Korg-X5DR-PresetB.idf @@ -0,0 +1,368 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Korg X5DR Preset B"> + <PatchGroup name="Bank C Combinations"> + <Patch name="Star*Burst" hbank="127" lbank="0" prog="0" /> + <Patch name="LayerPiano" hbank="127" lbank="0" prog="1" /> + <Patch name="Synth Fat" hbank="127" lbank="0" prog="2" /> + <Patch name="Satellite" hbank="127" lbank="0" prog="3" /> + <Patch name="Mr. Tone" hbank="127" lbank="0" prog="4" /> + <Patch name="Calcutta" hbank="127" lbank="0" prog="5" /> + <Patch name="FunkySpice" hbank="127" lbank="0" prog="6" /> + <Patch name="Layer Str" hbank="127" lbank="0" prog="7" /> + <Patch name="Sax Heaven" hbank="127" lbank="0" prog="8" /> + <Patch name="Celebrate!" hbank="127" lbank="0" prog="9" /> + <Patch name="First*Snow" hbank="127" lbank="0" prog="10" /> + <Patch name="Bass+Piano" hbank="127" lbank="0" prog="11" /> + <Patch name="Full Brass" hbank="127" lbank="0" prog="12" /> + <Patch name="Sing To Me" hbank="127" lbank="0" prog="13" /> + <Patch name="Mr. Chorus" hbank="127" lbank="0" prog="14" /> + <Patch name="Javanese" hbank="127" lbank="0" prog="15" /> + <Patch name="L\Bit O\" hbank="127" lbank="0" prog="16" /> + <Patch name="Philarmony" hbank="127" lbank="0" prog="17" /> + <Patch name="Half Moons" hbank="127" lbank="0" prog="18" /> + <Patch name="HereItComz" hbank="127" lbank="0" prog="19" /> + <Patch name="Rezolution" hbank="127" lbank="0" prog="20" /> + <Patch name="The Gospel" hbank="127" lbank="0" prog="21" /> + <Patch name="New Rave" hbank="127" lbank="0" prog="22" /> + <Patch name="FlutterPad" hbank="127" lbank="0" prog="23" /> + <Patch name="ShoeString" hbank="127" lbank="0" prog="24" /> + <Patch name="Tethnical" hbank="127" lbank="0" prog="25" /> + <Patch name="Full Pipe" hbank="127" lbank="0" prog="26" /> + <Patch name="Overture" hbank="127" lbank="0" prog="27" /> + <Patch name="Lead+Pad" hbank="127" lbank="0" prog="28" /> + <Patch name="Dulcimer" hbank="127" lbank="0" prog="29" /> + <Patch name="StormOf\30" hbank="127" lbank="0" prog="30" /> + <Patch name="Stak\oMidi" hbank="127" lbank="0" prog="31" /> + <Patch name="SmokyHorn" hbank="127" lbank="0" prog="32" /> + <Patch name="VeloVoxBel" hbank="127" lbank="0" prog="33" /> + <Patch name="Slap + Pop" hbank="127" lbank="0" prog="34" /> + <Patch name="Bass+Vibes" hbank="127" lbank="0" prog="35" /> + <Patch name="Super Perc" hbank="127" lbank="0" prog="36" /> + <Patch name="Pizz + Bow" hbank="127" lbank="0" prog="37" /> + <Patch name="Aquarium" hbank="127" lbank="0" prog="38" /> + <Patch name="HouseParty" hbank="127" lbank="0" prog="39" /> + <Patch name="Bell Come!" hbank="127" lbank="0" prog="40" /> + <Patch name="EP+String" hbank="127" lbank="0" prog="41" /> + <Patch name="Latin Band" hbank="127" lbank="0" prog="42" /> + <Patch name="HumanBeam" hbank="127" lbank="0" prog="43" /> + <Patch name="12 Stereo" hbank="127" lbank="0" prog="44" /> + <Patch name="Istanbul" hbank="127" lbank="0" prog="45" /> + <Patch name="Busy Split" hbank="127" lbank="0" prog="46" /> + <Patch name="Orchestral" hbank="127" lbank="0" prog="47" /> + <Patch name="CymbalLite" hbank="127" lbank="0" prog="48" /> + <Patch name="Space Port" hbank="127" lbank="0" prog="49" /> + <Patch name="Beach Walk" hbank="127" lbank="0" prog="50" /> + <Patch name="DynoPiano" hbank="127" lbank="0" prog="51" /> + <Patch name="Centerfold" hbank="127" lbank="0" prog="52" /> + <Patch name="InTheLight" hbank="127" lbank="0" prog="53" /> + <Patch name="Velo Chord" hbank="127" lbank="0" prog="54" /> + <Patch name="SugarBells" hbank="127" lbank="0" prog="55" /> + <Patch name="Blues Harp" hbank="127" lbank="0" prog="56" /> + <Patch name="Grandioso" hbank="127" lbank="0" prog="57" /> + <Patch name="Osaka Jazz" hbank="127" lbank="0" prog="58" /> + <Patch name="Masterfisa" hbank="127" lbank="0" prog="59" /> + <Patch name="Autumn" hbank="127" lbank="0" prog="60" /> + <Patch name="ElecPno+Bs" hbank="127" lbank="0" prog="61" /> + <Patch name="MasterFunk" hbank="127" lbank="0" prog="62" /> + <Patch name="VeloVoices" hbank="127" lbank="0" prog="63" /> + <Patch name="Split Bass" hbank="127" lbank="0" prog="64" /> + <Patch name="Ethno Geo" hbank="127" lbank="0" prog="65" /> + <Patch name="Ruff+Ready" hbank="127" lbank="0" prog="66" /> + <Patch name="Madrigal" hbank="127" lbank="0" prog="67" /> + <Patch name="ChiffSplit" hbank="127" lbank="0" prog="68" /> + <Patch name="Dagobar" hbank="127" lbank="0" prog="69" /> + <Patch name="Child Song" hbank="127" lbank="0" prog="70" /> + <Patch name="Pontette" hbank="127" lbank="0" prog="71" /> + <Patch name="GoToSweep" hbank="127" lbank="0" prog="72" /> + <Patch name="SilkRoad33" hbank="127" lbank="0" prog="73" /> + <Patch name="Nashville" hbank="127" lbank="0" prog="74" /> + <Patch name="Bolshoi" hbank="127" lbank="0" prog="75" /> + <Patch name="Wasp Sting" hbank="127" lbank="0" prog="76" /> + <Patch name="AnaStrings" hbank="127" lbank="0" prog="77" /> + <Patch name="Chris Tall" hbank="127" lbank="0" prog="78" /> + <Patch name="Rave Hits" hbank="127" lbank="0" prog="79" /> + <Patch name="SunOfTron" hbank="127" lbank="0" prog="80" /> + <Patch name="SamAntic" hbank="127" lbank="0" prog="81" /> + <Patch name="SweetMutes" hbank="127" lbank="0" prog="82" /> + <Patch name="Nebulae" hbank="127" lbank="0" prog="83" /> + <Patch name="Dole Bee" hbank="127" lbank="0" prog="84" /> + <Patch name="The Sphinx" hbank="127" lbank="0" prog="85" /> + <Patch name="Deep Organ" hbank="127" lbank="0" prog="86" /> + <Patch name="StringsAtk" hbank="127" lbank="0" prog="87" /> + <Patch name="Lassie+Tim" hbank="127" lbank="0" prog="88" /> + <Patch name="DeathStars" hbank="127" lbank="0" prog="89" /> + <Patch name="FreeTime" hbank="127" lbank="0" prog="90" /> + <Patch name="Layer Cake" hbank="127" lbank="0" prog="91" /> + <Patch name="BiggerIdea" hbank="127" lbank="0" prog="92" /> + <Patch name="Safari" hbank="127" lbank="0" prog="93" /> + <Patch name="Guitar+Pad" hbank="127" lbank="0" prog="94" /> + <Patch name="ChinaBell" hbank="127" lbank="0" prog="95" /> + <Patch name="Sky Cat" hbank="127" lbank="0" prog="96" /> + <Patch name="HarpString" hbank="127" lbank="0" prog="97" /> + <Patch name="Night Taps" hbank="127" lbank="0" prog="98" /> + <Patch name="Slammin\" hbank="127" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Bank A Programs"> + <Patch name="Sunrise" hbank="0" lbank="0" prog="0" /> + <Patch name="Piano 16" hbank="0" lbank="0" prog="1" /> + <Patch name="AltoBreath" hbank="0" lbank="0" prog="2" /> + <Patch name="TinyDancer" hbank="0" lbank="0" prog="3" /> + <Patch name="Spruce Gtr" hbank="0" lbank="0" prog="4" /> + <Patch name="Vibra Bell" hbank="0" lbank="0" prog="5" /> + <Patch name="XFade Bass" hbank="0" lbank="0" prog="6" /> + <Patch name="TheStrings" hbank="0" lbank="0" prog="7" /> + <Patch name="PowerSynth" hbank="0" lbank="0" prog="8" /> + <Patch name="Total Kit" hbank="0" lbank="0" prog="9" /> + <Patch name="MachinAge" hbank="0" lbank="0" prog="10" /> + <Patch name="Hot Keys" hbank="0" lbank="0" prog="11" /> + <Patch name="Brass Band" hbank="0" lbank="0" prog="12" /> + <Patch name="Maxi Tine" hbank="0" lbank="0" prog="13" /> + <Patch name="Power Rock" hbank="0" lbank="0" prog="14" /> + <Patch name="Tabla Talk" hbank="0" lbank="0" prog="15" /> + <Patch name="FingerBass" hbank="0" lbank="0" prog="16" /> + <Patch name="LiteVoices" hbank="0" lbank="0" prog="17" /> + <Patch name="Color Pad" hbank="0" lbank="0" prog="18" /> + <Patch name="Festival!" hbank="0" lbank="0" prog="19" /> + <Patch name="GlideSweep" hbank="0" lbank="0" prog="20" /> + <Patch name="Last Tango" hbank="0" lbank="0" prog="21" /> + <Patch name="MagicFlute" hbank="0" lbank="0" prog="22" /> + <Patch name="Operators" hbank="0" lbank="0" prog="23" /> + <Patch name="E.Guitars" hbank="0" lbank="0" prog="24" /> + <Patch name="Gamelan" hbank="0" lbank="0" prog="25" /> + <Patch name="Zap Bass" hbank="0" lbank="0" prog="26" /> + <Patch name="DigitalAir" hbank="0" lbank="0" prog="27" /> + <Patch name="Analogist" hbank="0" lbank="0" prog="28" /> + <Patch name="MandoTrem" hbank="0" lbank="0" prog="29" /> + <Patch name="Space Wing" hbank="0" lbank="0" prog="30" /> + <Patch name="Gospel Org" hbank="0" lbank="0" prog="31" /> + <Patch name="Trumpets" hbank="0" lbank="0" prog="32" /> + <Patch name="Fresh Air" hbank="0" lbank="0" prog="33" /> + <Patch name="Rock Mutes" hbank="0" lbank="0" prog="34" /> + <Patch name="Dustette" hbank="0" lbank="0" prog="35" /> + <Patch name="PickedBass" hbank="0" lbank="0" prog="36" /> + <Patch name="ChamberEns" hbank="0" lbank="0" prog="37" /> + <Patch name="Wire Pad" hbank="0" lbank="0" prog="38" /> + <Patch name="Industrial" hbank="0" lbank="0" prog="39" /> + <Patch name="Neutron" hbank="0" lbank="0" prog="40" /> + <Patch name="PianoHaven" hbank="0" lbank="0" prog="41" /> + <Patch name="Shaku Bend" hbank="0" lbank="0" prog="42" /> + <Patch name="BowenWave" hbank="0" lbank="0" prog="43" /> + <Patch name="Clean Funk" hbank="0" lbank="0" prog="44" /> + <Patch name="SplitBell" hbank="0" lbank="0" prog="45" /> + <Patch name="Slap It" hbank="0" lbank="0" prog="46" /> + <Patch name="AnalogPad" hbank="0" lbank="0" prog="47" /> + <Patch name="Residue" hbank="0" lbank="0" prog="48" /> + <Patch name="Orch Perc" hbank="0" lbank="0" prog="49" /> + <Patch name="DreamWorld" hbank="0" lbank="0" prog="50" /> + <Patch name="HarpsiFunk" hbank="0" lbank="0" prog="51" /> + <Patch name="FlugelHorn" hbank="0" lbank="0" prog="52" /> + <Patch name="Elec. Tap" hbank="0" lbank="0" prog="53" /> + <Patch name="Harmonics" hbank="0" lbank="0" prog="54" /> + <Patch name="Africana" hbank="0" lbank="0" prog="55" /> + <Patch name="TechnoBass" hbank="0" lbank="0" prog="56" /> + <Patch name="Airways" hbank="0" lbank="0" prog="57" /> + <Patch name="Busy Boy" hbank="0" lbank="0" prog="58" /> + <Patch name="Heartbeat" hbank="0" lbank="0" prog="59" /> + <Patch name="Spectrum" hbank="0" lbank="0" prog="60" /> + <Patch name="Full Pipes" hbank="0" lbank="0" prog="61" /> + <Patch name="Woodwinds" hbank="0" lbank="0" prog="62" /> + <Patch name="Whirly" hbank="0" lbank="0" prog="63" /> + <Patch name="LeadGuitar" hbank="0" lbank="0" prog="64" /> + <Patch name="Isabelle" hbank="0" lbank="0" prog="65" /> + <Patch name="Fat Fretty" hbank="0" lbank="0" prog="66" /> + <Patch name="Poppin\Pad" hbank="0" lbank="0" prog="67" /> + <Patch name="Soft Horns" hbank="0" lbank="0" prog="68" /> + <Patch name="ProducrKit" hbank="0" lbank="0" prog="69" /> + <Patch name="InTheTrees" hbank="0" lbank="0" prog="70" /> + <Patch name="SantaClav" hbank="0" lbank="0" prog="71" /> + <Patch name="Sfz-Brass" hbank="0" lbank="0" prog="72" /> + <Patch name="Tine Pad" hbank="0" lbank="0" prog="73" /> + <Patch name="PedalSteel" hbank="0" lbank="0" prog="74" /> + <Patch name="Log Drums" hbank="0" lbank="0" prog="75" /> + <Patch name="HouseBass1" hbank="0" lbank="0" prog="76" /> + <Patch name="Ambi.Voice" hbank="0" lbank="0" prog="77" /> + <Patch name="MonoLead" hbank="0" lbank="0" prog="78" /> + <Patch name="Hackbrett" hbank="0" lbank="0" prog="79" /> + <Patch name="Halifax NS" hbank="0" lbank="0" prog="80" /> + <Patch name="Drawbars" hbank="0" lbank="0" prog="81" /> + <Patch name="Fanfare" hbank="0" lbank="0" prog="82" /> + <Patch name="Hard Tines" hbank="0" lbank="0" prog="83" /> + <Patch name="Dr.Guitar" hbank="0" lbank="0" prog="84" /> + <Patch name="EtherBells" hbank="0" lbank="0" prog="85" /> + <Patch name="Bass/Harm" hbank="0" lbank="0" prog="86" /> + <Patch name="Air Vox" hbank="0" lbank="0" prog="87" /> + <Patch name="Drum Hit" hbank="0" lbank="0" prog="88" /> + <Patch name="50\s SciFi" hbank="0" lbank="0" prog="89" /> + <Patch name="SteamCloud" hbank="0" lbank="0" prog="90" /> + <Patch name="Bouzouki" hbank="0" lbank="0" prog="91" /> + <Patch name="BriteBass" hbank="0" lbank="0" prog="92" /> + <Patch name="DWGS EP" hbank="0" lbank="0" prog="93" /> + <Patch name="JoyStickUp" hbank="0" lbank="0" prog="94" /> + <Patch name="WaveCycles" hbank="0" lbank="0" prog="95" /> + <Patch name="Rap Bass" hbank="0" lbank="0" prog="96" /> + <Patch name="OoooohPad" hbank="0" lbank="0" prog="97" /> + <Patch name="Bright Pad" hbank="0" lbank="0" prog="98" /> + <Patch name="HarpPluck" hbank="0" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Bank G General Midi"> + <Patch name="Piano" hbank="61" lbank="0" prog="0" /> + <Patch name="BritePiano" hbank="61" lbank="0" prog="1" /> + <Patch name="HammerPno" hbank="61" lbank="0" prog="2" /> + <Patch name="HonkeyTonk" hbank="61" lbank="0" prog="3" /> + <Patch name="New Tines" hbank="61" lbank="0" prog="4" /> + <Patch name="Digi Piano" hbank="61" lbank="0" prog="5" /> + <Patch name="Harpsicord" hbank="61" lbank="0" prog="6" /> + <Patch name="Clav" hbank="61" lbank="0" prog="7" /> + <Patch name="Celesta" hbank="61" lbank="0" prog="8" /> + <Patch name="Glocken" hbank="61" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="61" lbank="0" prog="10" /> + <Patch name="Vibes" hbank="61" lbank="0" prog="11" /> + <Patch name="Marimba" hbank="61" lbank="0" prog="12" /> + <Patch name="Xylophon" hbank="61" lbank="0" prog="13" /> + <Patch name="Tubular" hbank="61" lbank="0" prog="14" /> + <Patch name="Santur" hbank="61" lbank="0" prog="15" /> + <Patch name="Full Organ" hbank="61" lbank="0" prog="16" /> + <Patch name="Perc Organ" hbank="61" lbank="0" prog="17" /> + <Patch name="BX-3 Organ" hbank="61" lbank="0" prog="18" /> + <Patch name="ChurchPipe" hbank="61" lbank="0" prog="19" /> + <Patch name="Positive" hbank="61" lbank="0" prog="20" /> + <Patch name="Musette" hbank="61" lbank="0" prog="21" /> + <Patch name="Harmonica" hbank="61" lbank="0" prog="22" /> + <Patch name="Tango" hbank="61" lbank="0" prog="23" /> + <Patch name="ClassicGtr" hbank="61" lbank="0" prog="24" /> + <Patch name="A.Guitar" hbank="61" lbank="0" prog="25" /> + <Patch name="JazzGuitar" hbank="61" lbank="0" prog="26" /> + <Patch name="Clean Gtr" hbank="61" lbank="0" prog="27" /> + <Patch name="MuteGuitar" hbank="61" lbank="0" prog="28" /> + <Patch name="Over Drive" hbank="61" lbank="0" prog="29" /> + <Patch name="DistGuitar" hbank="61" lbank="0" prog="30" /> + <Patch name="RockMonics" hbank="61" lbank="0" prog="31" /> + <Patch name="Jazz Bass" hbank="61" lbank="0" prog="32" /> + <Patch name="Deep Bass" hbank="61" lbank="0" prog="33" /> + <Patch name="Pick Bass" hbank="61" lbank="0" prog="34" /> + <Patch name="Fretless" hbank="61" lbank="0" prog="35" /> + <Patch name="SlapBass 1" hbank="61" lbank="0" prog="36" /> + <Patch name="SlapBass 2" hbank="61" lbank="0" prog="37" /> + <Patch name="SynthBass1" hbank="61" lbank="0" prog="38" /> + <Patch name="SynthBass2" hbank="61" lbank="0" prog="39" /> + <Patch name="Violin" hbank="61" lbank="0" prog="40" /> + <Patch name="Viola" hbank="61" lbank="0" prog="41" /> + <Patch name="Cello" hbank="61" lbank="0" prog="42" /> + <Patch name="ContraBass" hbank="61" lbank="0" prog="43" /> + <Patch name="TremoloStr" hbank="61" lbank="0" prog="44" /> + <Patch name="Pizzicato" hbank="61" lbank="0" prog="45" /> + <Patch name="Harp" hbank="61" lbank="0" prog="46" /> + <Patch name="Timpani" hbank="61" lbank="0" prog="47" /> + <Patch name="Marcato" hbank="61" lbank="0" prog="48" /> + <Patch name="SlowString" hbank="61" lbank="0" prog="49" /> + <Patch name="Analog Pad" hbank="61" lbank="0" prog="50" /> + <Patch name="String Pad" hbank="61" lbank="0" prog="51" /> + <Patch name="Choir" hbank="61" lbank="0" prog="52" /> + <Patch name="Doo Voice" hbank="61" lbank="0" prog="53" /> + <Patch name="Voices" hbank="61" lbank="0" prog="54" /> + <Patch name="Orch Hit" hbank="61" lbank="0" prog="55" /> + <Patch name="Trumpet" hbank="61" lbank="0" prog="56" /> + <Patch name="Trombone" hbank="61" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="61" lbank="0" prog="58" /> + <Patch name="Muted Trpt" hbank="61" lbank="0" prog="59" /> + <Patch name="FrenchHorn" hbank="61" lbank="0" prog="60" /> + <Patch name="Brass" hbank="61" lbank="0" prog="61" /> + <Patch name="SynBrass 1" hbank="61" lbank="0" prog="62" /> + <Patch name="SynBrass 2" hbank="61" lbank="0" prog="63" /> + <Patch name="SopranoSax" hbank="61" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="61" lbank="0" prog="65" /> + <Patch name="Tenor Sax" hbank="61" lbank="0" prog="66" /> + <Patch name="Bari Sax" hbank="61" lbank="0" prog="67" /> + <Patch name="Sweet Oboe" hbank="61" lbank="0" prog="68" /> + <Patch name="EnglishHrn" hbank="61" lbank="0" prog="69" /> + <Patch name="BasoonOboe" hbank="61" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="61" lbank="0" prog="71" /> + <Patch name="Piccolo" hbank="61" lbank="0" prog="72" /> + <Patch name="Flute" hbank="61" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="61" lbank="0" prog="74" /> + <Patch name="Pan Flute" hbank="61" lbank="0" prog="75" /> + <Patch name="Bottle" hbank="61" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="61" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="61" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="61" lbank="0" prog="79" /> + <Patch name="SquareWave" hbank="61" lbank="0" prog="80" /> + <Patch name="Saw Wave" hbank="61" lbank="0" prog="81" /> + <Patch name="SynCaliope" hbank="61" lbank="0" prog="82" /> + <Patch name="Syn Chiff" hbank="61" lbank="0" prog="83" /> + <Patch name="Charang" hbank="61" lbank="0" prog="84" /> + <Patch name="AirChorus" hbank="61" lbank="0" prog="85" /> + <Patch name="Rezzo4ths" hbank="61" lbank="0" prog="86" /> + <Patch name="Bass+Lead" hbank="61" lbank="0" prog="87" /> + <Patch name="Fantasia" hbank="61" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="61" lbank="0" prog="89" /> + <Patch name="Poly Pad" hbank="61" lbank="0" prog="90" /> + <Patch name="Ghost Pad" hbank="61" lbank="0" prog="91" /> + <Patch name="BowedGlass" hbank="61" lbank="0" prog="92" /> + <Patch name="Metal Pad" hbank="61" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="61" lbank="0" prog="94" /> + <Patch name="Sweep" hbank="61" lbank="0" prog="95" /> + <Patch name="Ice Rain" hbank="61" lbank="0" prog="96" /> + <Patch name="SoundTrack" hbank="61" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="61" lbank="0" prog="98" /> + <Patch name="Atmosphere" hbank="61" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="61" lbank="0" prog="100" /> + <Patch name="Goblin" hbank="61" lbank="0" prog="101" /> + <Patch name="Echo Drop" hbank="61" lbank="0" prog="102" /> + <Patch name="Star Theme" hbank="61" lbank="0" prog="103" /> + <Patch name="Sitar" hbank="61" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="61" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="61" lbank="0" prog="106" /> + <Patch name="Koto" hbank="61" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="61" lbank="0" prog="108" /> + <Patch name="Scotland" hbank="61" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="61" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="61" lbank="0" prog="111" /> + <Patch name="Metal Bell" hbank="61" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="61" lbank="0" prog="113" /> + <Patch name="SteelDrums" hbank="61" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="61" lbank="0" prog="115" /> + <Patch name="Taiko" hbank="61" lbank="0" prog="116" /> + <Patch name="Tom" hbank="61" lbank="0" prog="117" /> + <Patch name="Synth Tom" hbank="61" lbank="0" prog="118" /> + <Patch name="Rev Cymbal" hbank="61" lbank="0" prog="119" /> + <Patch name="Fret Noise" hbank="61" lbank="0" prog="120" /> + <Patch name="NoiseChiff" hbank="61" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="61" lbank="0" prog="122" /> + <Patch name="Birds" hbank="61" lbank="0" prog="123" /> + <Patch name="Telephone" hbank="61" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="61" lbank="0" prog="125" /> + <Patch name="Stadium!!" hbank="61" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="61" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Bank D Drums"> + <Patch name="GM Kit" hbank="62" lbank="0" prog="0" /> + <Patch name="Power Kit" hbank="62" lbank="0" prog="16" /> + <Patch name="Dance Kit" hbank="62" lbank="0" prog="24" /> + <Patch name="Analog Kit" hbank="62" lbank="0" prog="25" /> + <Patch name="Jazz Kit" hbank="62" lbank="0" prog="32" /> + <Patch name="Brush Kit" hbank="62" lbank="0" prog="40" /> + <Patch name="Orch Kit" hbank="62" lbank="0" prog="48" /> + <Patch name="Perc Kit" hbank="62" lbank="0" prog="64" /> + </PatchGroup> + <Controller name="Mod Wheel(Pitch)" l="1" /> + <Controller name="Mod Wheel(Cutoff)" l="2" /> + <Controller name="Pedal(Scale)" l="4" /> + <Controller name="Volume" l="7" init="100" /> + <Controller name="A:BPanPot" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Effect1Ctl" l="12" /> + <Controller name="Effect2Ctl" l="13" /> + <Controller name="Pedal(Damper)" l="64" /> + <Controller name="EG Time(Release)" l="72" /> + <Controller name="EG Time(Attack)" l="73" /> + <Controller name="Brightness" l="74" /> + <Controller name="EffectSendC" l="91" /> + <Controller name="Effect1Off/On" l="92" /> + <Controller name="EffectSendD" l="93" /> + <Controller name="Effect2Off/On" l="94" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllCntrls" l="121" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Kurzweil-SP2X.idf b/muse2/share/instruments/Kurzweil-SP2X.idf new file mode 100644 index 00000000..fbf6dd47 --- /dev/null +++ b/muse2/share/instruments/Kurzweil-SP2X.idf @@ -0,0 +1,121 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Kurzweil SP2X"> + <PatchGroup name="Bank 00"> + <Patch name="Stereo Grand" hbank="0" lbank="0" prog="0" /> + <Patch name="Classic Grand" hbank="0" lbank="0" prog="1" /> + <Patch name="Dynamic Grand" hbank="0" lbank="0" prog="2" /> + <Patch name="Concert Grand" hbank="0" lbank="0" prog="3" /> + <Patch name="Yearning" hbank="0" lbank="0" prog="4" /> + <Patch name="Piano for layers" hbank="0" lbank="0" prog="5" /> + <Patch name="Hard Rock Piano" hbank="0" lbank="0" prog="6" /> + <Patch name="Rag Time Piano" hbank="0" lbank="0" prog="7" /> + <Patch name="Studio Rhds" hbank="0" lbank="0" prog="8" /> + <Patch name="Fagen Phaser" hbank="0" lbank="0" prog="9" /> + <Patch name="Old Sly Rhds" hbank="0" lbank="0" prog="10" /> + <Patch name="Dyno My E Pno" hbank="0" lbank="0" prog="11" /> + <Patch name="Digital E Piano" hbank="0" lbank="0" prog="12" /> + <Patch name="FantAsmAtron" hbank="0" lbank="0" prog="13" /> + <Patch name="90\s FM Ballad" hbank="0" lbank="0" prog="14" /> + <Patch name="Big Red Wurly" hbank="0" lbank="0" prog="15" /> + <Patch name="Pipe 16\8_reed" hbank="0" lbank="0" prog="16" /> + <Patch name="Orgiano" hbank="0" lbank="0" prog="17" /> + <Patch name="Pipe Organ" hbank="0" lbank="0" prog="18" /> + <Patch name="Ballad of 3 Bar" hbank="0" lbank="0" prog="19" /> + <Patch name="Prog Rocker\s B" hbank="0" lbank="0" prog="20" /> + <Patch name="Clav Classic" hbank="0" lbank="0" prog="21" /> + <Patch name="Dual Wah Clav" hbank="0" lbank="0" prog="22" /> + <Patch name="Harpsichord" hbank="0" lbank="0" prog="23" /> + <Patch name="Film String" hbank="0" lbank="0" prog="24" /> + <Patch name="Touch Strings" hbank="0" lbank="0" prog="25" /> + <Patch name="Fast Strings" hbank="0" lbank="0" prog="26" /> + <Patch name="Octave Strings 2" hbank="0" lbank="0" prog="27" /> + <Patch name="Kupiter" hbank="0" lbank="0" prog="28" /> + <Patch name="Orch Pad" hbank="0" lbank="0" prog="29" /> + <Patch name="U Say Tomita---" hbank="0" lbank="0" prog="30" /> + <Patch name="Spider\s Web" hbank="0" lbank="0" prog="31" /> + <Patch name="Williams Brass" hbank="0" lbank="0" prog="32" /> + <Patch name="Synth Brass" hbank="0" lbank="0" prog="33" /> + <Patch name="Brass Section" hbank="0" lbank="0" prog="34" /> + <Patch name="saxes X trumpets" hbank="0" lbank="0" prog="35" /> + <Patch name="Indy lead" hbank="0" lbank="0" prog="36" /> + <Patch name="Alazawi" hbank="0" lbank="0" prog="37" /> + <Patch name="Hybrid Pan" hbank="0" lbank="0" prog="38" /> + <Patch name="Old lead" hbank="0" lbank="0" prog="39" /> + <Patch name="Scatman" hbank="0" lbank="0" prog="40" /> + <Patch name="Bright Voices" hbank="0" lbank="0" prog="41" /> + <Patch name="Doo--Daa" hbank="0" lbank="0" prog="42" /> + <Patch name="The Croons" hbank="0" lbank="0" prog="43" /> + <Patch name="Eurythm" hbank="0" lbank="0" prog="44" /> + <Patch name="FLG Strings" hbank="0" lbank="0" prog="45" /> + <Patch name="Solar Lead" hbank="0" lbank="0" prog="46" /> + <Patch name="Attack Stack" hbank="0" lbank="0" prog="47" /> + <Patch name="Acoustic Guitar" hbank="0" lbank="0" prog="48" /> + <Patch name="Chorus Elec Gtr" hbank="0" lbank="0" prog="49" /> + <Patch name="Lead Rock Gtr" hbank="0" lbank="0" prog="50" /> + <Patch name="Jazzy Frets" hbank="0" lbank="0" prog="51" /> + <Patch name="Round and Wound" hbank="0" lbank="0" prog="52" /> + <Patch name="Two Finger Bass" hbank="0" lbank="0" prog="53" /> + <Patch name="Slap Bass" hbank="0" lbank="0" prog="54" /> + <Patch name="Upright Bass" hbank="0" lbank="0" prog="55" /> + <Patch name="Studio Drums 1+2" hbank="0" lbank="0" prog="56" /> + <Patch name="Radio Kings\Rods" hbank="0" lbank="0" prog="57" /> + <Patch name="Dirt\Triphop Kit" hbank="0" lbank="0" prog="58" /> + <Patch name="Electro kit" hbank="0" lbank="0" prog="59" /> + <Patch name="Virtuoso Perc" hbank="0" lbank="0" prog="60" /> + <Patch name="Rhythm Maker" hbank="0" lbank="0" prog="61" /> + <Patch name="Dual Marimba" hbank="0" lbank="0" prog="62" /> + <Patch name="Vibes" hbank="0" lbank="0" prog="63" /> + </PatchGroup> + <Controller name="Mod Wheel" l="1" /> + <Controller name="Breath" l="2" /> + <Controller name="Foot Control" l="4" /> + <Controller name="Port Time" l="5" /> + <Controller name="Knob A" l="6" /> + <Controller name="Volume" l="7" init="100" /> + <Controller name="Balance" l="8" init="64" /> + <Controller name="Pan" l="10" init="64" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="EfxCt 1" l="12" init="0" /> + <Controller name="EfxCt 2\Knob B" l="13" init="0" /> + <Controller name="AuxBnd2" l="15" init="0" /> + <Controller name="AuxBnd2" l="15" init="0" /> + <Controller name="Gen 1" l="16" /> + <Controller name="Gen 2" l="17" /> + <Controller name="Gen 3" l="18" /> + <Controller name="Gen 4" l="19" /> + <Controller name="Knob C" l="23" /> + <Controller name="Knob D" l="24" /> + <Controller name="Sustain" l="64" /> + <Controller name="Port Switch" l="65" /> + <Controller name="Sosten" l="66" /> + <Controller name="Soft" l="67" /> + <Controller name="Legato" l="68" /> + <Controller name="Hold2" l="69" /> + <Controller name="SndCtl1" l="70" /> + <Controller name="SndCtl2" l="71" /> + <Controller name="SndCtl3" l="72" /> + <Controller name="SndCtl4" l="73" /> + <Controller name="SndCtl5" l="74" /> + <Controller name="SndCtl6" l="75" /> + <Controller name="SndCtl7" l="76" /> + <Controller name="SndCtl8" l="77" /> + <Controller name="SndCtl9" l="78" /> + <Controller name="SndCtl10" l="79" /> + <Controller name="Gen 5" l="80" /> + <Controller name="Gen 6" l="81" /> + <Controller name="Gen 7" l="82" /> + <Controller name="Gen 8" l="83" /> + <Controller name="PortCtl" l="84" /> + <Controller name="FXBWet" l="91" /> + <Controller name="FXAWet" l="93" /> + <Controller name="SndOff" l="120" /> + <Controller name="RstCtl" l="121" /> + <Controller name="LclCtl" l="122" /> + <Controller name="NtsOff" l="123" /> + <Controller name="OmniOf" l="124" /> + <Controller name="OmniOn" l="125" /> + <Controller name="MonoOn" l="126" /> + <Controller name="PolyOn" l="127" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/MC303.idf b/muse2/share/instruments/MC303.idf new file mode 100644 index 00000000..44cf51b3 --- /dev/null +++ b/muse2/share/instruments/MC303.idf @@ -0,0 +1,526 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="MC303"> + <PatchGroup name="Bank 01 Synthesizer"> + <Patch name="Lead TB 1" hbank="64" lbank="0" prog="0" /> + <Patch name="Lead TB 2" hbank="65" lbank="0" prog="0" /> + <Patch name="Wow TB" hbank="66" lbank="0" prog="0" /> + <Patch name="Lead TB 3" hbank="67" lbank="0" prog="0" /> + <Patch name="MG Saw" hbank="64" lbank="0" prog="1" /> + <Patch name="Voc.Saw" hbank="65" lbank="0" prog="1" /> + <Patch name="Cheese Saw" hbank="66" lbank="0" prog="1" /> + <Patch name="Saw Lead" hbank="67" lbank="0" prog="1" /> + <Patch name="Calc.Saw" hbank="68" lbank="0" prog="1" /> + <Patch name="OB2 Saw 1" hbank="69" lbank="0" prog="1" /> + <Patch name="Juno6 Saw" hbank="70" lbank="0" prog="1" /> + <Patch name="JP8 Pls 1" hbank="71" lbank="0" prog="1" /> + <Patch name="MG Pls 1" hbank="72" lbank="0" prog="1" /> + <Patch name="Flicker Pls" hbank="73" lbank="0" prog="1" /> + <Patch name="Tri Lead 1" hbank="64" lbank="0" prog="2" /> + <Patch name="Tri Lead 2" hbank="65" lbank="0" prog="2" /> + <Patch name="PR5 Squ.1" hbank="66" lbank="0" prog="2" /> + <Patch name="JU2 SubOsc" hbank="64" lbank="0" prog="3" /> + <Patch name="Frog Wave" hbank="65" lbank="0" prog="3" /> + <Patch name="Seq.Synth" hbank="64" lbank="0" prog="4" /> + <Patch name="PolySynth" hbank="65" lbank="0" prog="4" /> + <Patch name="JP8 Pls.2" hbank="66" lbank="0" prog="4" /> + <Patch name="JP8 Squ" hbank="67" lbank="0" prog="4" /> + <Patch name="260 Pls.90" hbank="68" lbank="0" prog="4" /> + <Patch name="Reso.Pls" hbank="69" lbank="0" prog="4" /> + <Patch name="Reso.Stack" hbank="70" lbank="0" prog="4" /> + <Patch name="Soft Lead" hbank="64" lbank="0" prog="5" /> + <Patch name="8DV Saw 1" hbank="65" lbank="0" prog="5" /> + <Patch name="PR5 Saw 1" hbank="66" lbank="0" prog="5" /> + <Patch name="D50 Saw" hbank="67" lbank="0" prog="5" /> + <Patch name="MG Sweep" hbank="64" lbank="0" prog="6" /> + <Patch name="Sweep Lead" hbank="65" lbank="0" prog="6" /> + <Patch name="Vocoderman" hbank="66" lbank="0" prog="6" /> + <Patch name="4th Lead 1" hbank="64" lbank="0" prog="7" /> + <Patch name="4th Lead 2" hbank="65" lbank="0" prog="7" /> + </PatchGroup> + <PatchGroup name="Synth Bass"> + <Patch name="Normal TB" hbank="64" lbank="0" prog="8" /> + <Patch name="Dist.TB 1" hbank="65" lbank="0" prog="8" /> + <Patch name="Dist.TB 2" hbank="66" lbank="0" prog="8" /> + <Patch name="Acid TB 1" hbank="67" lbank="0" prog="8" /> + <Patch name="Acid TB 2" hbank="68" lbank="0" prog="8" /> + <Patch name="Acid TB 3" hbank="69" lbank="0" prog="8" /> + <Patch name="Acid TB 4" hbank="70" lbank="0" prog="8" /> + <Patch name="101 Bass 1" hbank="64" lbank="0" prog="9" /> + <Patch name="101 Bass 2" hbank="65" lbank="0" prog="9" /> + <Patch name="101 Bass 3" hbank="66" lbank="0" prog="9" /> + <Patch name="House Bass" hbank="67" lbank="0" prog="9" /> + <Patch name="Sine Bass" hbank="68" lbank="0" prog="9" /> + <Patch name="Dub Bass" hbank="69" lbank="0" prog="9" /> + <Patch name="Pizz.Bass" hbank="64" lbank="0" prog="10" /> + <Patch name="MG Bass 1" hbank="64" lbank="0" prog="11" /> + <Patch name="MG Bass 2" hbank="65" lbank="0" prog="11" /> + <Patch name="MG Bass 3" hbank="66" lbank="0" prog="11" /> + <Patch name="MG Bass 4" hbank="67" lbank="0" prog="11" /> + <Patch name="FM Super Bs" hbank="68" lbank="0" prog="11" /> + <Patch name="Cheese Bass" hbank="69" lbank="0" prog="11" /> + <Patch name="Syn.SB Bass" hbank="70" lbank="0" prog="11" /> + <Patch name="Blip Bass" hbank="64" lbank="0" prog="12" /> + <Patch name="KGP Bass" hbank="65" lbank="0" prog="12" /> + <Patch name="TBMG Bass 1" hbank="66" lbank="0" prog="12" /> + <Patch name="MG Bass5" hbank="67" lbank="0" prog="12" /> + <Patch name="JPMG Bass" hbank="68" lbank="0" prog="12" /> + <Patch name="Click Bass" hbank="69" lbank="0" prog="12" /> + <Patch name="KMP Bass" hbank="70" lbank="0" prog="12" /> + <Patch name="Osc.Bass" hbank="71" lbank="0" prog="12" /> + <Patch name="Reso.Bass" hbank="64" lbank="0" prog="13" /> + <Patch name="Wow MG Bass" hbank="65" lbank="0" prog="13" /> + <Patch name="Wow 101 Bass" hbank="66" lbank="0" prog="13" /> + <Patch name="Sweep Wow Bass" hbank="67" lbank="0" prog="13" /> + <Patch name="MG 5th Bass" hbank="68" lbank="0" prog="13" /> + <Patch name="Doom Bass" hbank="69" lbank="0" prog="13" /> + <Patch name="Rubber Bass 1" hbank="70" lbank="0" prog="13" /> + <Patch name="Rubber Bass 2" hbank="71" lbank="0" prog="13" /> + <Patch name="Acid Bass" hbank="64" lbank="0" prog="14" /> + <Patch name="Bubble Bass" hbank="65" lbank="0" prog="14" /> + <Patch name="Organ Bass" hbank="64" lbank="0" prog="15" /> + </PatchGroup> + <PatchGroup name="Bass Guitar"> + <Patch name="Ac.Bass 1" hbank="64" lbank="0" prog="16" /> + <Patch name="AC.Bass 2" hbank="65" lbank="0" prog="16" /> + <Patch name="Fingered Bs 1" hbank="64" lbank="0" prog="17" /> + <Patch name="Fingered Bs 2" hbank="65" lbank="0" prog="17" /> + <Patch name="Picked Bass 1" hbank="64" lbank="0" prog="18" /> + <Patch name="Dust Pick Bass" hbank="65" lbank="0" prog="18" /> + <Patch name="Picked Bass 2" hbank="66" lbank="0" prog="18" /> + <Patch name="Fretless Bass" hbank="64" lbank="0" prog="19" /> + <Patch name="Slap Bass 1" hbank="64" lbank="0" prog="20" /> + </PatchGroup> + <PatchGroup name="Synth Stack"> + <Patch name="Syn.Stack 1" hbank="64" lbank="0" prog="21" /> + <Patch name="Oct.Stack" hbank="65" lbank="0" prog="21" /> + <Patch name="Syn.Stack 2" hbank="66" lbank="0" prog="21" /> + <Patch name="Saw Stack" hbank="67" lbank="0" prog="21" /> + <Patch name="Syn.SB 1" hbank="64" lbank="0" prog="22" /> + <Patch name="Syn.SB 2" hbank="65" lbank="0" prog="22" /> + <Patch name="Brass Perc." hbank="66" lbank="0" prog="22" /> + <Patch name="Dirty SB" hbank="67" lbank="0" prog="22" /> + </PatchGroup> + <PatchGroup name="Synth Pad"> + <Patch name="Atmosphere" hbank="64" lbank="0" prog="23" /> + <Patch name="Feedback Wave" hbank="65" lbank="0" prog="23" /> + <Patch name="X-MOD" hbank="66" lbank="0" prog="23" /> + <Patch name="Pacifica" hbank="67" lbank="0" prog="23" /> + <Patch name="7th Atom" hbank="68" lbank="0" prog="23" /> + <Patch name="Outer Space" hbank="69" lbank="0" prog="23" /> + <Patch name="Rev.Atom" hbank="70" lbank="0" prog="23" /> + <Patch name="2.2 Pad" hbank="64" lbank="0" prog="24" /> + <Patch name="Jungle Pad" hbank="65" lbank="0" prog="24" /> + <Patch name="Psycho Pad" hbank="66" lbank="0" prog="24" /> + <Patch name="Pipe Pad" hbank="67" lbank="0" prog="24" /> + <Patch name="Ambient Pad" hbank="68" lbank="0" prog="24" /> + <Patch name="Flanger Pad" hbank="69" lbank="0" prog="24" /> + <Patch name="Bell Pad" hbank="64" lbank="0" prog="25" /> + <Patch name="7th Bell Pad" hbank="65" lbank="0" prog="25" /> + <Patch name="Fantasia" hbank="66" lbank="0" prog="25" /> + <Patch name="Crystal" hbank="67" lbank="0" prog="25" /> + <Patch name="Exo.Bell Pad" hbank="68" lbank="0" prog="25" /> + <Patch name="Echo Bell" hbank="69" lbank="0" prog="25" /> + <Patch name="Warm Pad" hbank="64" lbank="0" prog="26" /> + <Patch name="Soundtrack" hbank="65" lbank="0" prog="26" /> + <Patch name="Oct.Pad" hbank="66" lbank="0" prog="26" /> + <Patch name="OB Str. Pad" hbank="67" lbank="0" prog="26" /> + <Patch name="X-MOD Pad" hbank="68" lbank="0" prog="26" /> + <Patch name="Sweep Pad 1" hbank="69" lbank="0" prog="26" /> + <Patch name="Sweep Pad 2" hbank="70" lbank="0" prog="26" /> + <Patch name="OB Soft Pad" hbank="71" lbank="0" prog="26" /> + <Patch name="Goblin" hbank="72" lbank="0" prog="26" /> + <Patch name="Echo Drops" hbank="73" lbank="0" prog="26" /> + <Patch name="Random Pad" hbank="64" lbank="0" prog="27" /> + <Patch name="LFO Sweep" hbank="65" lbank="0" prog="27" /> + <Patch name="Horror Pad" hbank="66" lbank="0" prog="27" /> + <Patch name="Pulse Key Pad" hbank="67" lbank="0" prog="27" /> + </PatchGroup> + <PatchGroup name="Strings"> + <Patch name="Real Strings 1" hbank="64" lbank="0" prog="28" /> + <Patch name="Real Strings 2" hbank="65" lbank="0" prog="28" /> + <Patch name="Auh Strings" hbank="64" lbank="0" prog="29" /> + <Patch name="Hi Strings" hbank="65" lbank="0" prog="29" /> + <Patch name="Syn.Strings 1" hbank="66" lbank="0" prog="29" /> + <Patch name="Syn.Strings 2" hbank="67" lbank="0" prog="29" /> + <Patch name="Syn.Strings 3" hbank="68" lbank="0" prog="29" /> + <Patch name="Noise Strings" hbank="64" lbank="0" prog="30" /> + <Patch name="RND Strings" hbank="65" lbank="0" prog="30" /> + <Patch name="LFO Strings" hbank="66" lbank="0" prog="30" /> + <Patch name="Slow Strings" hbank="64" lbank="0" prog="31" /> + <Patch name="Slow SynStr" hbank="65" lbank="0" prog="31" /> + <Patch name="Pizzicato Str" hbank="64" lbank="0" prog="32" /> + </PatchGroup> + <PatchGroup name="Voice"> + <Patch name="Choir Auhs" hbank="64" lbank="0" prog="33" /> + <Patch name="Space Voice" hbank="64" lbank="0" prog="34" /> + <Patch name="Sweepvox" hbank="65" lbank="0" prog="34" /> + <Patch name="Synthvox 1" hbank="66" lbank="0" prog="34" /> + <Patch name="Auhs" hbank="67" lbank="0" prog="34" /> + <Patch name="Synthvox 2" hbank="68" lbank="0" prog="34" /> + <Patch name="Leadvox" hbank="69" lbank="0" prog="34" /> + <Patch name="Auh Auh" hbank="70" lbank="0" prog="34" /> + <Patch name="Sky Vox" hbank="71" lbank="0" prog="34" /> + <Patch name="Auhbient" hbank="72" lbank="0" prog="34" /> + <Patch name="Vibravox" hbank="73" lbank="0" prog="34" /> + <Patch name="Noisevox" hbank="74" lbank="0" prog="34" /> + </PatchGroup> + <PatchGroup name="Synth FX"> + <Patch name="UFO FX" hbank="64" lbank="0" prog="35" /> + <Patch name="Saw in Saw" hbank="65" lbank="0" prog="35" /> + <Patch name="Feed Bell" hbank="66" lbank="0" prog="35" /> + <Patch name="Abduction" hbank="67" lbank="0" prog="35" /> + <Patch name="Loop Sweep" hbank="68" lbank="0" prog="35" /> + <Patch name="UP FX" hbank="69" lbank="0" prog="35" /> + <Patch name="Robocoder" hbank="70" lbank="0" prog="35" /> + <Patch name="Noise Grow" hbank="71" lbank="0" prog="35" /> + <Patch name="LFO Techno" hbank="64" lbank="0" prog="36" /> + <Patch name="Calculating" hbank="65" lbank="0" prog="36" /> + <Patch name="Emergency!" hbank="66" lbank="0" prog="36" /> + <Patch name="FX Beats" hbank="67" lbank="0" prog="36" /> + <Patch name="Analog FX" hbank="68" lbank="0" prog="36" /> + <Patch name="Transformer" hbank="69" lbank="0" prog="36" /> + <Patch name="Dusty Scratch" hbank="70" lbank="0" prog="36" /> + <Patch name="Space Worms" hbank="71" lbank="0" prog="36" /> + <Patch name="Winky Worms" hbank="72" lbank="0" prog="36" /> + </PatchGroup> + <PatchGroup name="Noise"> + <Patch name="PR5 Noise1" hbank="64" lbank="0" prog="37" /> + <Patch name="PR5 Noise2" hbank="65" lbank="0" prog="37" /> + <Patch name="Pink Noice" hbank="66" lbank="0" prog="37" /> + <Patch name="White Noise" hbank="67" lbank="0" prog="37" /> + <Patch name="Bomb Wind" hbank="64" lbank="0" prog="38" /> + <Patch name="Syn.Wind" hbank="65" lbank="0" prog="38" /> + <Patch name="Vinyl Noise" hbank="66" lbank="0" prog="38" /> + <Patch name="Noise Snare" hbank="67" lbank="0" prog="38" /> + <Patch name="Explanation" hbank="64" lbank="0" prog="39" /> + <Patch name="Pink Bomb" hbank="65" lbank="0" prog="39" /> + </PatchGroup> + <PatchGroup name="Piano"> + <Patch name="Ac.Piano" hbank="64" lbank="0" prog="40" /> + <Patch name="Bright Piano" hbank="65" lbank="0" prog="40" /> + <Patch name="E.Piano 1" hbank="64" lbank="0" prog="41" /> + <Patch name="E.Piano 2" hbank="65" lbank="0" prog="41" /> + <Patch name="E.Piano 3" hbank="66" lbank="0" prog="41" /> + <Patch name="E.Piano 4" hbank="67" lbank="0" prog="41" /> + <Patch name="Org.E.Piano" hbank="64" lbank="0" prog="42" /> + <Patch name="Noise Piano" hbank="65" lbank="0" prog="42" /> + <Patch name="Clav" hbank="64" lbank="0" prog="43" /> + <Patch name="Ana.Clav" hbank="65" lbank="0" prog="43" /> + <Patch name="Digi.Clav" hbank="66" lbank="0" prog="43" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Organ 1" hbank="64" lbank="0" prog="44" /> + <Patch name="Lp-Hp Organ" hbank="65" lbank="0" prog="44" /> + <Patch name="Organ 2" hbank="64" lbank="0" prog="45" /> + <Patch name="Percsv Organ" hbank="65" lbank="0" prog="45" /> + <Patch name="Slow Organ" hbank="64" lbank="0" prog="46" /> + <Patch name="Smokey Org.Chrd" hbank="64" lbank="0" prog="47" /> + <Patch name="Organ Chord" hbank="65" lbank="0" prog="47" /> + <Patch name=";60s Organ" hbank="64" lbank="0" prog="48" /> + <Patch name="Dist.Organ" hbank="64" lbank="0" prog="49" /> + <Patch name="Church Org.1" hbank="64" lbank="0" prog="50" /> + <Patch name="Organ Loop" hbank="64" lbank="0" prog="51" /> + <Patch name="LF-Organ" hbank="65" lbank="0" prog="51" /> + </PatchGroup> + <PatchGroup name="Chromatic Percussion"> + <Patch name="Glockenspiel" hbank="64" lbank="0" prog="52" /> + <Patch name="Vibraphone" hbank="65" lbank="0" prog="52" /> + <Patch name="Beat Glocken" hbank="66" lbank="0" prog="52" /> + <Patch name="Marimba" hbank="67" lbank="0" prog="52" /> + <Patch name="Timpani" hbank="64" lbank="0" prog="53" /> + <Patch name="Steel Drums" hbank="65" lbank="0" prog="53" /> + <Patch name="Sqr. Perc." hbank="64" lbank="0" prog="54" /> + <Patch name="Juno Bell" hbank="65" lbank="0" prog="54" /> + <Patch name="MG Perc" hbank="66" lbank="0" prog="54" /> + <Patch name="Perc.Glass" hbank="67" lbank="0" prog="54" /> + </PatchGroup> + <PatchGroup name="Bell"> + <Patch name="Tubular Bell" hbank="64" lbank="0" prog="55" /> + <Patch name="Vib. Bell" hbank="65" lbank="0" prog="55" /> + <Patch name="7th Bells" hbank="64" lbank="0" prog="56" /> + <Patch name="Ring Bell" hbank="65" lbank="0" prog="56" /> + <Patch name="Digi.Bell 1" hbank="66" lbank="0" prog="56" /> + <Patch name="Ring Mod" hbank="67" lbank="0" prog="56" /> + <Patch name="Digi.Bell 2" hbank="68" lbank="0" prog="56" /> + <Patch name="Dirty Bell 1" hbank="69" lbank="0" prog="56" /> + <Patch name="Dirty Bell 2" hbank="70" lbank="0" prog="56" /> + <Patch name="Digi.Bell 3" hbank="71" lbank="0" prog="56" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Steel Str.Gt" hbank="64" lbank="0" prog="57" /> + <Patch name="12str.Guitar" hbank="65" lbank="0" prog="57" /> + <Patch name="Jazz Guitar" hbank="64" lbank="0" prog="58" /> + <Patch name="Clean Guitar" hbank="65" lbank="0" prog="58" /> + <Patch name="Distortion Guitar" hbank="66" lbank="0" prog="58" /> + <Patch name="Gt.Harmonics" hbank="67" lbank="0" prog="58" /> + <Patch name="Acid Guitar 1" hbank="64" lbank="0" prog="59" /> + <Patch name="Acid Guitar 2" hbank="65" lbank="0" prog="59" /> + <Patch name="Jazz Steel Guitar" hbank="66" lbank="0" prog="59" /> + <Patch name="Sitar Guitar" hbank="67" lbank="0" prog="59" /> + <Patch name="Wah Guitar" hbank="68" lbank="0" prog="59" /> + </PatchGroup> + <PatchGroup name="Brass Section"> + <Patch name="Brass 1" hbank="64" lbank="0" prog="61" /> + <Patch name="Bright Brass 1" hbank="65" lbank="0" prog="61" /> + <Patch name="Bright Brass 2" hbank="66" lbank="0" prog="61" /> + <Patch name="Brass&Strings" hbank="64" lbank="0" prog="62" /> + <Patch name="SB Brass Sect." hbank="65" lbank="0" prog="62" /> + <Patch name="ST Brass Sect." hbank="66" lbank="0" prog="62" /> + <Patch name="OB Brass Sect." hbank="64" lbank="0" prog="63" /> + <Patch name="Hybrid Brs." hbank="65" lbank="0" prog="63" /> + <Patch name="4th Brass" hbank="64" lbank="0" prog="64" /> + </PatchGroup> + <PatchGroup name="Brass/Pipe"> + <Patch name="Synth Brass 1" hbank="64" lbank="0" prog="65" /> + <Patch name="Synth Brass 2" hbank="65" lbank="0" prog="65" /> + <Patch name="Bright Syn.Brs 1" hbank="66" lbank="0" prog="65" /> + <Patch name="Bright Syn.Brs 2" hbank="67" lbank="0" prog="65" /> + <Patch name="Warm Brass 1" hbank="68" lbank="0" prog="65" /> + <Patch name="Stack Brass 1" hbank="69" lbank="0" prog="65" /> + <Patch name="Warm Brass 2" hbank="70" lbank="0" prog="65" /> + <Patch name="Strings Brass" hbank="71" lbank="0" prog="65" /> + <Patch name="Warm Brass 3" hbank="72" lbank="0" prog="65" /> + <Patch name="Stack Brass 2" hbank="73" lbank="0" prog="65" /> + <Patch name="Trumpet" hbank="64" lbank="0" prog="66" /> + <Patch name="Muted Trumpet" hbank="65" lbank="0" prog="66" /> + <Patch name="Sax&Trumpet" hbank="66" lbank="0" prog="66" /> + <Patch name="Alto Sax" hbank="64" lbank="0" prog="67" /> + <Patch name="Baritone Sax" hbank="65" lbank="0" prog="67" /> + <Patch name="Bright Sax" hbank="66" lbank="0" prog="67" /> + <Patch name="Flute" hbank="64" lbank="0" prog="68" /> + <Patch name="Pan Flute" hbank="64" lbank="0" prog="69" /> + <Patch name="Afro Flute" hbank="65" lbank="0" prog="69" /> + <Patch name="Pipe Lead 1" hbank="66" lbank="0" prog="69" /> + <Patch name="Pipe Lead 2" hbank="67" lbank="0" prog="69" /> + <Patch name="Shakuhachi" hbank="64" lbank="0" prog="70" /> + </PatchGroup> + <PatchGroup name="Ethik"> + <Patch name="Sitar 1" hbank="64" lbank="0" prog="71" /> + <Patch name="Sitar 2" hbank="65" lbank="0" prog="71" /> + <Patch name="Kalimba" hbank="64" lbank="0" prog="72" /> + <Patch name="Bagpipe" hbank="64" lbank="0" prog="73" /> + </PatchGroup> + <PatchGroup name="Hit"> + <Patch name="MG Blip 1" hbank="64" lbank="0" prog="75" /> + <Patch name="Rev.Blip" hbank="65" lbank="0" prog="75" /> + <Patch name="MG Blip 2" hbank="66" lbank="0" prog="75" /> + <Patch name="Syn.Perc" hbank="67" lbank="0" prog="75" /> + <Patch name="Powa" hbank="68" lbank="0" prog="75" /> + <Patch name="Douby" hbank="69" lbank="0" prog="75" /> + <Patch name="P-MOD Perc" hbank="70" lbank="0" prog="75" /> + <Patch name="Bam Hit" hbank="64" lbank="0" prog="76" /> + <Patch name="Bit Hit" hbank="65" lbank="0" prog="76" /> + <Patch name="Orch. Hit" hbank="66" lbank="0" prog="76" /> + <Patch name="BF Hit" hbank="67" lbank="0" prog="76" /> + <Patch name="Organ Hit" hbank="68" lbank="0" prog="76" /> + <Patch name="Bim Hit" hbank="69" lbank="0" prog="76" /> + <Patch name="Dist.Hit" hbank="70" lbank="0" prog="76" /> + <Patch name="Brass Fall" hbank="71" lbank="0" prog="76" /> + <Patch name="Strings Hit" hbank="72" lbank="0" prog="76" /> + <Patch name="Space Frog" hbank="73" lbank="0" prog="76" /> + <Patch name="Hoo!" hbank="64" lbank="0" prog="77" /> + <Patch name="Ha!" hbank="65" lbank="0" prog="77" /> + <Patch name="Afro Feet" hbank="66" lbank="0" prog="77" /> + <Patch name="Breath 3" hbank="67" lbank="0" prog="77" /> + <Patch name="Scratch Rwnd" hbank="64" lbank="0" prog="78" /> + <Patch name="Scratch Push" hbank="65" lbank="0" prog="78" /> + <Patch name="Scratch Pull" hbank="66" lbank="0" prog="78" /> + <Patch name="Tape Rewind" hbank="64" lbank="0" prog="79" /> + <Patch name="Vinyl Stop" hbank="65" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="SFX"> + <Patch name="Starship" hbank="64" lbank="0" prog="80" /> + <Patch name="Burst Noise" hbank="65" lbank="0" prog="80" /> + <Patch name="Laser-gun" hbank="66" lbank="0" prog="80" /> + <Patch name="Seashore" hbank="64" lbank="0" prog="81" /> + <Patch name="Rain" hbank="65" lbank="0" prog="81" /> + <Patch name="Thunder" hbank="66" lbank="0" prog="81" /> + <Patch name="Wind" hbank="67" lbank="0" prog="81" /> + <Patch name="Stream" hbank="68" lbank="0" prog="81" /> + <Patch name="Bubble" hbank="69" lbank="0" prog="81" /> + <Patch name="Bird" hbank="64" lbank="0" prog="82" /> + <Patch name="Low Bird" hbank="65" lbank="0" prog="82" /> + <Patch name="Telefon" hbank="64" lbank="0" prog="83" /> + <Patch name="Gun Shot" hbank="65" lbank="0" prog="83" /> + <Patch name="Machine-gun" hbank="66" lbank="0" prog="83" /> + <Patch name="Car-Pass" hbank="64" lbank="0" prog="84" /> + <Patch name="Car-Crash" hbank="65" lbank="0" prog="84" /> + <Patch name="Siren" hbank="66" lbank="0" prog="84" /> + <Patch name="Jetplane" hbank="67" lbank="0" prog="84" /> + <Patch name="Helicopter" hbank="68" lbank="0" prog="84" /> + <Patch name="Laughting" hbank="64" lbank="0" prog="85" /> + <Patch name="Screaming" hbank="65" lbank="0" prog="85" /> + <Patch name="Punch" hbank="66" lbank="0" prog="85" /> + <Patch name="Heart Beat" hbank="67" lbank="0" prog="85" /> + <Patch name="Applause" hbank="68" lbank="0" prog="85" /> + </PatchGroup> + <PatchGroup name="Drum Percussion"> + <Patch name="909 Tom" hbank="64" lbank="0" prog="86" /> + <Patch name="Synth Tom" hbank="65" lbank="0" prog="86" /> + <Patch name="808 Tom" hbank="66" lbank="0" prog="86" /> + <Patch name="Elec. Tom" hbank="67" lbank="0" prog="86" /> + <Patch name="Ac.Tom" hbank="68" lbank="0" prog="86" /> + <Patch name="78 Tom" hbank="69" lbank="0" prog="86" /> + <Patch name="Hi Bongo Mute" hbank="64" lbank="0" prog="87" /> + <Patch name="Hi Bongo Open" hbank="65" lbank="0" prog="87" /> + <Patch name="Lo Bongo Mute" hbank="66" lbank="0" prog="87" /> + <Patch name="Lo Bongo Open" hbank="67" lbank="0" prog="87" /> + <Patch name="Hi Conga Slap" hbank="64" lbank="0" prog="88" /> + <Patch name="Hi Conga Mute" hbank="65" lbank="0" prog="88" /> + <Patch name="Hi Conga Open" hbank="66" lbank="0" prog="88" /> + <Patch name="Hi Conga Mute" hbank="67" lbank="0" prog="88" /> + <Patch name="Hi Conga Open" hbank="68" lbank="0" prog="88" /> + <Patch name="808 Conga" hbank="69" lbank="0" prog="88" /> + <Patch name="Mute Surdo" hbank="64" lbank="0" prog="89" /> + <Patch name="Open Surdo" hbank="65" lbank="0" prog="89" /> + <Patch name="Open Pandeiro" hbank="64" lbank="0" prog="90" /> + <Patch name="Mute Pandeiro" hbank="65" lbank="0" prog="90" /> + <Patch name="Mute Cuica" hbank="64" lbank="0" prog="91" /> + <Patch name="Open Cuica" hbank="65" lbank="0" prog="91" /> + <Patch name="Timbale" hbank="64" lbank="0" prog="92" /> + <Patch name="Tablabaya" hbank="64" lbank="0" prog="93" /> + <Patch name="Udo" hbank="65" lbank="0" prog="93" /> + <Patch name="Latin menu *1" hbank="64" lbank="0" prog="94" /> + </PatchGroup> + <PatchGroup name="Metal Percusion"> + <Patch name="Jungle Tamb." hbank="64" lbank="0" prog="95" /> + <Patch name="Tamburine" hbank="65" lbank="0" prog="95" /> + <Patch name="Hit Tamburine" hbank="66" lbank="0" prog="95" /> + <Patch name="Shake Tamb." hbank="67" lbank="0" prog="95" /> + <Patch name="78 Tamb" hbank="68" lbank="0" prog="95" /> + <Patch name="Cowbell" hbank="64" lbank="0" prog="96" /> + <Patch name="808 Cowbell" hbank="65" lbank="0" prog="96" /> + <Patch name="78 Cowbell" hbank="66" lbank="0" prog="96" /> + <Patch name="Mute Triangle" hbank="64" lbank="0" prog="97" /> + <Patch name="Open Triangle" hbank="65" lbank="0" prog="97" /> + <Patch name="Agogo" hbank="64" lbank="0" prog="98" /> + <Patch name="78 Metal Beat" hbank="65" lbank="0" prog="98" /> + <Patch name="Jingle Bell" hbank="64" lbank="0" prog="99" /> + <Patch name="Bell Time" hbank="65" lbank="0" prog="99" /> + <Patch name="Wind-chime" hbank="66" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Other Percussion"> + <Patch name="Maracas" hbank="64" lbank="0" prog="100" /> + <Patch name="808 Maracas" hbank="65" lbank="0" prog="100" /> + <Patch name="Cabasa Up" hbank="64" lbank="0" prog="101" /> + <Patch name="Cabasa Down" hbank="65" lbank="0" prog="101" /> + <Patch name="626 Shaker" hbank="64" lbank="0" prog="102" /> + <Patch name="Short Whistle" hbank="64" lbank="0" prog="103" /> + <Patch name="Long Whistle" hbank="65" lbank="0" prog="103" /> + <Patch name="Short Guiro" hbank="64" lbank="0" prog="104" /> + <Patch name="Long Guiro" hbank="65" lbank="0" prog="104" /> + <Patch name="78 Guiro" hbank="66" lbank="0" prog="104" /> + <Patch name="Click Noise" hbank="64" lbank="0" prog="105" /> + <Patch name="909 Rim Shot" hbank="64" lbank="0" prog="106" /> + <Patch name="808 Rim Shot" hbank="65" lbank="0" prog="106" /> + <Patch name="Rim Shot" hbank="66" lbank="0" prog="106" /> + <Patch name="Hyoshigi" hbank="64" lbank="0" prog="107" /> + <Patch name="Claves" hbank="65" lbank="0" prog="107" /> + <Patch name="808 Claves" hbank="66" lbank="0" prog="107" /> + <Patch name="Wood Block" hbank="67" lbank="0" prog="107" /> + <Patch name="Vibra-slap" hbank="64" lbank="0" prog="108" /> + </PatchGroup> + <PatchGroup name="Hi-Hat"> + <Patch name="Real CH 1" hbank="64" lbank="0" prog="109" /> + <Patch name="Real PH 1" hbank="65" lbank="0" prog="109" /> + <Patch name="Real OH 1" hbank="66" lbank="0" prog="109" /> + <Patch name="Room CH" hbank="67" lbank="0" prog="109" /> + <Patch name="Room OH" hbank="68" lbank="0" prog="109" /> + <Patch name="Real CH 2" hbank="69" lbank="0" prog="109" /> + <Patch name="Real PH 2" hbank="70" lbank="0" prog="109" /> + <Patch name="Real OH 2" hbank="71" lbank="0" prog="109" /> + <Patch name="808 CH" hbank="64" lbank="0" prog="110" /> + <Patch name="808 OH" hbank="65" lbank="0" prog="110" /> + <Patch name="78 CH" hbank="66" lbank="0" prog="110" /> + <Patch name="78 OH" hbank="67" lbank="0" prog="110" /> + <Patch name="707 CH" hbank="68" lbank="0" prog="110" /> + <Patch name="707 OH" hbank="69" lbank="0" prog="110" /> + <Patch name="606 CH" hbank="70" lbank="0" prog="110" /> + <Patch name="909 CH 1" hbank="71" lbank="0" prog="110" /> + <Patch name="909 CH 2" hbank="72" lbank="0" prog="110" /> + <Patch name="909 OH" hbank="73" lbank="0" prog="110" /> + <Patch name="909 Dist.OH" hbank="74" lbank="0" prog="110" /> + </PatchGroup> + <PatchGroup name="Cymbal"> + <Patch name="909 Crash" hbank="64" lbank="0" prog="111" /> + <Patch name="808 Cymbal" hbank="65" lbank="0" prog="111" /> + <Patch name="909 Ride Cym." hbank="64" lbank="0" prog="112" /> + <Patch name="Ride Cymbal" hbank="65" lbank="0" prog="112" /> + <Patch name="Ride Bell" hbank="64" lbank="0" prog="113" /> + <Patch name="Asian Gong" hbank="64" lbank="0" prog="114" /> + <Patch name="Reverse Cymbal" hbank="64" lbank="0" prog="115" /> + </PatchGroup> + <PatchGroup name="Clap"> + <Patch name="808 Clap" hbank="64" lbank="0" prog="116" /> + <Patch name="Finger Snap" hbank="65" lbank="0" prog="116" /> + <Patch name="Hip Clap" hbank="66" lbank="0" prog="116" /> + <Patch name="Shape & Light Clap *2" hbank="64" lbank="0" prog="117" /> + <Patch name="Rap & Real Clap *2" hbank="65" lbank="0" prog="117" /> + <Patch name="909 & Hard Clap *2" hbank="66" lbank="0" prog="117" /> + <Patch name="HC2 & 707 Clap *2" hbank="67" lbank="0" prog="117" /> + </PatchGroup> + <PatchGroup name="Snare Drum(Single)"> + <Patch name="Funky Ghost" hbank="64" lbank="0" prog="118" /> + <Patch name="Clap SD" hbank="65" lbank="0" prog="118" /> + <Patch name="Fat SD" hbank="66" lbank="0" prog="118" /> + <Patch name="Tight SD" hbank="67" lbank="0" prog="118" /> + <Patch name="909 SD" hbank="64" lbank="0" prog="119" /> + <Patch name="808 SD" hbank="65" lbank="0" prog="119" /> + <Patch name="Elec.SD" hbank="66" lbank="0" prog="119" /> + <Patch name="80809 SD" hbank="67" lbank="0" prog="119" /> + <Patch name="Slap" hbank="68" lbank="0" prog="119" /> + <Patch name="Blip SD" hbank="69" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="Snare Drum(Kit)"> + <Patch name="Rim SD Kit *2" hbank="64" lbank="0" prog="120" drum="1" /> + <Patch name="Jngl SD Kit 1 *2" hbank="65" lbank="0" prog="120" drum="1" /> + <Patch name="Jngl SD Kit 2 *2" hbank="66" lbank="0" prog="120" drum="1" /> + <Patch name="Mute SD Kit *2" hbank="67" lbank="0" prog="120" drum="1" /> + <Patch name="Funky SD Kit *2" hbank="68" lbank="0" prog="120" drum="1" /> + <Patch name="Rap SD Kit *2" hbank="69" lbank="0" prog="120" drum="1" /> + <Patch name="Dry SD Kit *2" hbank="70" lbank="0" prog="120" drum="1" /> + <Patch name="Brush Tap *2" hbank="64" lbank="0" prog="121" drum="1" /> + <Patch name="Brush Slap *2" hbank="65" lbank="0" prog="121" drum="1" /> + <Patch name="Brush Swirl *2" hbank="66" lbank="0" prog="121" drum="1" /> + <Patch name="909 SD Kit *2" hbank="64" lbank="0" prog="122" drum="1" /> + <Patch name="808 SD Kit 1 *2" hbank="65" lbank="0" prog="122" drum="1" /> + <Patch name="Hyper SD Kit *2" hbank="66" lbank="0" prog="122" drum="1" /> + <Patch name="FX SD Kit *2" hbank="67" lbank="0" prog="122" drum="1" /> + <Patch name="808 SD Kit 2 *2" hbank="68" lbank="0" prog="122" drum="1" /> + <Patch name="606 SD Kit *2" hbank="69" lbank="0" prog="122" drum="1" /> + </PatchGroup> + <PatchGroup name="Bass Drum (Single)"> + <Patch name="Blip BD" hbank="64" lbank="0" prog="124" /> + <Patch name="Cave BD" hbank="65" lbank="0" prog="124" /> + <Patch name="808 BD 1" hbank="66" lbank="0" prog="124" /> + <Patch name="808 BD 2" hbank="67" lbank="0" prog="124" /> + <Patch name="Elec.BD" hbank="68" lbank="0" prog="124" /> + <Patch name="Afro Feet BD" hbank="69" lbank="0" prog="124" /> + </PatchGroup> + <PatchGroup name="Bank 29"> + <Patch name="Dist.BD Kit *2" hbank="64" lbank="0" prog="126" drum="1" /> + <Patch name="Jngl.BD Kit *2" hbank="65" lbank="0" prog="126" drum="1" /> + <Patch name="909 BD Kit 1 *2" hbank="66" lbank="0" prog="126" drum="1" /> + <Patch name="909 BD Kit 2 *2" hbank="67" lbank="0" prog="126" drum="1" /> + <Patch name="909 BD Kit 3 *2" hbank="68" lbank="0" prog="126" drum="1" /> + <Patch name="Dry BD Kit *2" hbank="69" lbank="0" prog="126" drum="1" /> + <Patch name="606 BD Kit *2" hbank="70" lbank="0" prog="126" drum="1" /> + </PatchGroup> + <PatchGroup name="Drum 303"> + <Patch name="909" hbank="64" lbank="0" prog="0" drum="1" /> + <Patch name="808" hbank="64" lbank="0" prog="8" drum="1" /> + <Patch name="C78" hbank="64" lbank="0" prog="16" drum="1" /> + <Patch name="JAZZ" hbank="64" lbank="0" prog="24" drum="1" /> + <Patch name="BR5" hbank="64" lbank="0" prog="25" drum="1" /> + <Patch name="JUNGLE" hbank="64" lbank="0" prog="32" drum="1" /> + <Patch name="HOUSE" hbank="64" lbank="0" prog="40" drum="1" /> + <Patch name="TC1" hbank="64" lbank="0" prog="48" drum="1" /> + <Patch name="TC2" hbank="64" lbank="0" prog="56" drum="1" /> + <Patch name="TC3" hbank="64" lbank="0" prog="64" drum="1" /> + <Patch name="ABT" hbank="64" lbank="0" prog="72" drum="1" /> + <Patch name="HIP HOP" hbank="64" lbank="0" prog="80" drum="1" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/MC505.idf b/muse2/share/instruments/MC505.idf new file mode 100644 index 00000000..dc7e7460 --- /dev/null +++ b/muse2/share/instruments/MC505.idf @@ -0,0 +1,554 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="MC505"> + <PatchGroup name="Preset A"> + <Patch name="Lead TB 1" hbank="81" lbank="0" prog="1" /> + <Patch name="Dist TB 1" hbank="81" lbank="0" prog="2" /> + <Patch name="Dist Sqr TB" hbank="81" lbank="0" prog="3" /> + <Patch name="Dist TB 2" hbank="81" lbank="0" prog="4" /> + <Patch name="Dist TB 3" hbank="81" lbank="0" prog="5" /> + <Patch name="TB + Voco" hbank="81" lbank="0" prog="6" /> + <Patch name="Dist TB 4" hbank="81" lbank="0" prog="7" /> + <Patch name="Lead TB 2" hbank="81" lbank="0" prog="8" /> + <Patch name="Devil TB " hbank="81" lbank="0" prog="9" /> + <Patch name="Dual TB" hbank="81" lbank="0" prog="10" /> + <Patch name="HiLo303ModSw" hbank="81" lbank="0" prog="11" /> + <Patch name="Arpness TB " hbank="81" lbank="0" prog="12" /> + <Patch name="Acid Line" hbank="81" lbank="0" prog="13" /> + <Patch name="Dist TB 5" hbank="81" lbank="0" prog="14" /> + <Patch name="Lead TB 3" hbank="81" lbank="0" prog="15" /> + <Patch name="Lead TB 4" hbank="81" lbank="0" prog="16" /> + <Patch name="TB Tra Bass" hbank="81" lbank="0" prog="17" /> + <Patch name="Acid TB" hbank="81" lbank="0" prog="18" /> + <Patch name="Psyche-TB" hbank="81" lbank="0" prog="19" /> + <Patch name="TB + Sine" hbank="81" lbank="0" prog="20" /> + <Patch name="Hi-Pass TB " hbank="81" lbank="0" prog="21" /> + <Patch name="Moog Saw " hbank="81" lbank="0" prog="22" /> + <Patch name="OB Saw" hbank="81" lbank="0" prog="23" /> + <Patch name="MG Lead" hbank="81" lbank="0" prog="24" /> + <Patch name="Poly Key " hbank="81" lbank="0" prog="25" /> + <Patch name="Synth Pulse" hbank="81" lbank="0" prog="26" /> + <Patch name="Dual Profs " hbank="81" lbank="0" prog="27" /> + <Patch name="Axe of 80" hbank="81" lbank="0" prog="28" /> + <Patch name="MG Square" hbank="81" lbank="0" prog="29" /> + <Patch name="Square Lead1" hbank="81" lbank="0" prog="30" /> + <Patch name="Square Lead2" hbank="81" lbank="0" prog="31" /> + <Patch name="Square Lead3" hbank="81" lbank="0" prog="32" /> + <Patch name="Lucky" hbank="81" lbank="0" prog="33" /> + <Patch name="Synth Lead 1" hbank="81" lbank="0" prog="34" /> + <Patch name="Moon Lead" hbank="81" lbank="0" prog="35" /> + <Patch name="Rezo SynLead" hbank="81" lbank="0" prog="36" /> + <Patch name="Wspy Synth" hbank="81" lbank="0" prog="37" /> + <Patch name="Enorjizor" hbank="81" lbank="0" prog="38" /> + <Patch name="JP8 Sprang " hbank="81" lbank="0" prog="39" /> + <Patch name="PortaSynLead" hbank="81" lbank="0" prog="40" /> + <Patch name="Wah Lead " hbank="81" lbank="0" prog="41" /> + <Patch name="Beep Mod " hbank="81" lbank="0" prog="42" /> + <Patch name="Dist Lead 1" hbank="81" lbank="0" prog="43" /> + <Patch name="Freaky Fry " hbank="81" lbank="0" prog="44" /> + <Patch name="JU2 SubOsc 1" hbank="81" lbank="0" prog="45" /> + <Patch name="JU2 SubOsc 2" hbank="81" lbank="0" prog="46" /> + <Patch name="Froggy" hbank="81" lbank="0" prog="47" /> + <Patch name="Synth Lead 2" hbank="81" lbank="0" prog="48" /> + <Patch name="Singin; MINI" hbank="81" lbank="0" prog="49" /> + <Patch name="Plastic Tone" hbank="81" lbank="0" prog="50" /> + <Patch name="SinusoidRave" hbank="81" lbank="0" prog="51" /> + <Patch name="Sine Me Up " hbank="81" lbank="0" prog="52" /> + <Patch name="Spooky Sine" hbank="81" lbank="0" prog="53" /> + <Patch name="Sine Tone" hbank="81" lbank="0" prog="54" /> + <Patch name="D50 Saw Lead" hbank="81" lbank="0" prog="55" /> + <Patch name="Dst Syn Lead" hbank="81" lbank="0" prog="56" /> + <Patch name="Big Up Massv" hbank="81" lbank="0" prog="57" /> + <Patch name="Warm SawLead" hbank="81" lbank="0" prog="58" /> + <Patch name="Hartnoll Era" hbank="81" lbank="0" prog="59" /> + <Patch name="Skegness 97" hbank="81" lbank="0" prog="60" /> + <Patch name="Simply June" hbank="81" lbank="0" prog="61" /> + <Patch name="The Brothers" hbank="81" lbank="0" prog="62" /> + <Patch name="Dist Lead 2" hbank="81" lbank="0" prog="63" /> + <Patch name="Dark SawLead" hbank="81" lbank="0" prog="64" /> + <Patch name="Dist Lead 3" hbank="81" lbank="0" prog="65" /> + <Patch name="Mosquito" hbank="81" lbank="0" prog="66" /> + <Patch name="Phazyn Vox" hbank="81" lbank="0" prog="67" /> + <Patch name="Voc Saw" hbank="81" lbank="0" prog="68" /> + <Patch name="VT Vox" hbank="81" lbank="0" prog="69" /> + <Patch name="Pure Voice" hbank="81" lbank="0" prog="70" /> + <Patch name="Robo Vox" hbank="81" lbank="0" prog="71" /> + <Patch name="Hallucinate" hbank="81" lbank="0" prog="72" /> + <Patch name="Seq.Synth" hbank="81" lbank="0" prog="73" /> + <Patch name="Analog Seq " hbank="81" lbank="0" prog="74" /> + <Patch name="Ana Punch" hbank="81" lbank="0" prog="75" /> + <Patch name="Atom Brain" hbank="81" lbank="0" prog="76" /> + <Patch name="Fooled MC" hbank="81" lbank="0" prog="77" /> + <Patch name="101 Bass 1 " hbank="81" lbank="0" prog="78" /> + <Patch name="House Bass " hbank="81" lbank="0" prog="79" /> + <Patch name="101 Bass 2 " hbank="81" lbank="0" prog="80" /> + <Patch name="202 Bass " hbank="81" lbank="0" prog="81" /> + <Patch name="Psycho Funk" hbank="81" lbank="0" prog="82" /> + <Patch name="Talking Line" hbank="81" lbank="0" prog="83" /> + <Patch name="Inside Bass" hbank="81" lbank="0" prog="84" /> + <Patch name="Bubble Bass" hbank="81" lbank="0" prog="85" /> + <Patch name="Bass Bleep " hbank="81" lbank="0" prog="86" /> + <Patch name="Wiggle Bass" hbank="81" lbank="0" prog="87" /> + <Patch name="Twist Bass" hbank="81" lbank="0" prog="88" /> + <Patch name="Octa Bass" hbank="81" lbank="0" prog="89" /> + <Patch name="BT;s Sticky" hbank="81" lbank="0" prog="90" /> + <Patch name="MG Bass" hbank="81" lbank="0" prog="91" /> + <Patch name="FM Super Bs" hbank="81" lbank="0" prog="92" /> + <Patch name="Solid Bass " hbank="81" lbank="0" prog="93" /> + <Patch name="T Nite Bass" hbank="81" lbank="0" prog="94" /> + <Patch name="Front 505" hbank="81" lbank="0" prog="95" /> + <Patch name="Def Bass 1 " hbank="81" lbank="0" prog="96" /> + <Patch name="Def Bass 2" hbank="81" lbank="0" prog="97" /> + <Patch name="Sine Bass 1" hbank="81" lbank="0" prog="98" /> + <Patch name="Sine Bass 2" hbank="81" lbank="0" prog="99" /> + <Patch name="RollModRezBs" hbank="81" lbank="0" prog="100" /> + <Patch name="Gate Me Buzz" hbank="81" lbank="0" prog="101" /> + <Patch name="System Bass" hbank="81" lbank="0" prog="102" /> + <Patch name="Spike Bass " hbank="81" lbank="0" prog="103" /> + <Patch name="Solid Goa" hbank="81" lbank="0" prog="104" /> + <Patch name="Rezo Bass" hbank="81" lbank="0" prog="105" /> + <Patch name="Blip Bass" hbank="81" lbank="0" prog="106" /> + <Patch name="Pizz Bass" hbank="81" lbank="0" prog="107" /> + <Patch name="Voco Bass" hbank="81" lbank="0" prog="108" /> + <Patch name="VoCoRoBo" hbank="81" lbank="0" prog="109" /> + <Patch name="Dust Bass" hbank="81" lbank="0" prog="110" /> + <Patch name="ArtCore Bass" hbank="81" lbank="0" prog="111" /> + <Patch name="NU-NRG Bass" hbank="81" lbank="0" prog="112" /> + <Patch name="TalkBox Bass" hbank="81" lbank="0" prog="113" /> + <Patch name="Incontinence" hbank="81" lbank="0" prog="114" /> + <Patch name="Bari Voice" hbank="81" lbank="0" prog="115" /> + <Patch name="Ac.Bass" hbank="81" lbank="0" prog="116" /> + <Patch name="E.Ac.Bass" hbank="81" lbank="0" prog="117" /> + <Patch name="Acid Jazz Bs" hbank="81" lbank="0" prog="118" /> + <Patch name="Soup;s Bass" hbank="81" lbank="0" prog="119" /> + <Patch name="Fingered Bs" hbank="81" lbank="0" prog="120" /> + <Patch name="FingBsVeloSw" hbank="81" lbank="0" prog="121" /> + <Patch name="PickedBass 1" hbank="81" lbank="0" prog="122" /> + <Patch name="PickedBass 2" hbank="81" lbank="0" prog="123" /> + <Patch name="Fretless Bs" hbank="81" lbank="0" prog="124" /> + <Patch name="Phot Bass" hbank="81" lbank="0" prog="125" /> + <Patch name="Slap Bass" hbank="81" lbank="0" prog="126" /> + <Patch name="R&B B-Slides " hbank="81" lbank="0" prog="127" /> + <Patch name="Syn Stack 1" hbank="81" lbank="0" prog="-128" /> + </PatchGroup> + <PatchGroup name="Preset B"> + <Patch name="Strong Brass" hbank="81" lbank="1" prog="1" /> + <Patch name="You Can Fly" hbank="81" lbank="1" prog="2" /> + <Patch name="Syn stack 2 " hbank="81" lbank="1" prog="3" /> + <Patch name="Dawn Of Man" hbank="81" lbank="1" prog="4" /> + <Patch name="Saw Stack 1 " hbank="81" lbank="1" prog="5" /> + <Patch name="Saw Stack 2 " hbank="81" lbank="1" prog="6" /> + <Patch name="DLM Stack " hbank="81" lbank="1" prog="7" /> + <Patch name="DOC Stack " hbank="81" lbank="1" prog="8" /> + <Patch name="LN2 Stack " hbank="81" lbank="1" prog="9" /> + <Patch name="Bend Stack" hbank="81" lbank="1" prog="10" /> + <Patch name="Freedom" hbank="81" lbank="1" prog="11" /> + <Patch name="Good Bean " hbank="81" lbank="1" prog="12" /> + <Patch name="JP8000 5th" hbank="81" lbank="1" prog="13" /> + <Patch name="Mega 5th " hbank="81" lbank="1" prog="14" /> + <Patch name="5th Saw " hbank="81" lbank="1" prog="15" /> + <Patch name="4th Saw" hbank="81" lbank="1" prog="16" /> + <Patch name="Soundtrack" hbank="81" lbank="1" prog="17" /> + <Patch name="Rise Pad " hbank="81" lbank="1" prog="18" /> + <Patch name="Warm Pad " hbank="81" lbank="1" prog="19" /> + <Patch name="JP + OB Pad " hbank="81" lbank="1" prog="20" /> + <Patch name="Planet " hbank="81" lbank="1" prog="21" /> + <Patch name="Additive " hbank="81" lbank="1" prog="22" /> + <Patch name="Noise Pad" hbank="81" lbank="1" prog="23" /> + <Patch name="Sweep Pad 1 " hbank="81" lbank="1" prog="24" /> + <Patch name="Sweep Pad 2" hbank="81" lbank="1" prog="25" /> + <Patch name="Alles Padde " hbank="81" lbank="1" prog="26" /> + <Patch name="Sky Light " hbank="81" lbank="1" prog="27" /> + <Patch name="Stargate MC " hbank="81" lbank="1" prog="28" /> + <Patch name="Middle Grow " hbank="81" lbank="1" prog="29" /> + <Patch name="AiRye Bread-" hbank="81" lbank="1" prog="30" /> + <Patch name="NU-NRG Org" hbank="81" lbank="1" prog="31" /> + <Patch name="Halo Pad " hbank="81" lbank="1" prog="32" /> + <Patch name="Str/Brs Pad " hbank="81" lbank="1" prog="33" /> + <Patch name="Syn Brs Pad " hbank="81" lbank="1" prog="34" /> + <Patch name="Simple Pad" hbank="81" lbank="1" prog="35" /> + <Patch name="OB Rezo Pad " hbank="81" lbank="1" prog="36" /> + <Patch name="Sweet Vocode" hbank="81" lbank="1" prog="37" /> + <Patch name="Thin Pad " hbank="81" lbank="1" prog="38" /> + <Patch name="Attack Pad" hbank="81" lbank="1" prog="39" /> + <Patch name="Metal Pad " hbank="81" lbank="1" prog="40" /> + <Patch name="Atmosphere" hbank="81" lbank="1" prog="41" /> + <Patch name="Fantasia " hbank="81" lbank="1" prog="42" /> + <Patch name="Feedbackwave" hbank="81" lbank="1" prog="43" /> + <Patch name="Pacifica " hbank="81" lbank="1" prog="44" /> + <Patch name="Atmosphere 2" hbank="81" lbank="1" prog="45" /> + <Patch name="Sub Atmosphe" hbank="81" lbank="1" prog="46" /> + <Patch name="Machine Pad " hbank="81" lbank="1" prog="47" /> + <Patch name="Detuned Pad " hbank="81" lbank="1" prog="48" /> + <Patch name="Scoop Pad " hbank="81" lbank="1" prog="49" /> + <Patch name="Psycho Trevor " hbank="81" lbank="1" prog="50" /> + <Patch name="Floating Pad" hbank="81" lbank="1" prog="51" /> + <Patch name="Fancy Pad " hbank="81" lbank="1" prog="52" /> + <Patch name="Strings 1 " hbank="81" lbank="1" prog="53" /> + <Patch name="Strings 2 " hbank="81" lbank="1" prog="54" /> + <Patch name="Old StringSW" hbank="81" lbank="1" prog="55" /> + <Patch name="Swim Strings" hbank="81" lbank="1" prog="56" /> + <Patch name="Eclip-Str" hbank="81" lbank="1" prog="57" /> + <Patch name="Slow Strings" hbank="81" lbank="1" prog="58" /> + <Patch name="OB Slow Str " hbank="81" lbank="1" prog="59" /> + <Patch name="Syn.Strings1" hbank="81" lbank="1" prog="60" /> + <Patch name="Syn.Strings2" hbank="81" lbank="1" prog="61" /> + <Patch name="OB Strings" hbank="81" lbank="1" prog="62" /> + <Patch name="Rhap Strings" hbank="81" lbank="1" prog="63" /> + <Patch name="Banded Jupe" hbank="81" lbank="1" prog="64" /> + <Patch name="NU-NRG Str" hbank="81" lbank="1" prog="65" /> + <Patch name="Violin " hbank="81" lbank="1" prog="66" /> + <Patch name="Contrabass" hbank="81" lbank="1" prog="67" /> + <Patch name="Tremolo Str " hbank="81" lbank="1" prog="68" /> + <Patch name="Pizzicato 1 " hbank="81" lbank="1" prog="69" /> + <Patch name="Pizzicato 2 " hbank="81" lbank="1" prog="70" /> + <Patch name="Pizz It " hbank="81" lbank="1" prog="71" /> + <Patch name="Guardians" hbank="81" lbank="1" prog="72" /> + <Patch name="Gat Passion " hbank="81" lbank="1" prog="73" /> + <Patch name="Syn Harp " hbank="81" lbank="1" prog="74" /> + <Patch name="Voice Oohs" hbank="81" lbank="1" prog="75" /> + <Patch name="Solo Vox " hbank="81" lbank="1" prog="76" /> + <Patch name="Syn Vox " hbank="81" lbank="1" prog="77" /> + <Patch name="Choir Aahs" hbank="81" lbank="1" prog="78" /> + <Patch name="Space Voice " hbank="81" lbank="1" prog="79" /> + <Patch name="Star Voice" hbank="81" lbank="1" prog="80" /> + <Patch name="Brightness" hbank="81" lbank="1" prog="81" /> + <Patch name="Vox Lead " hbank="81" lbank="1" prog="82" /> + <Patch name="Auhbient " hbank="81" lbank="1" prog="83" /> + <Patch name="Auh Luv Rave" hbank="81" lbank="1" prog="84" /> + <Patch name="PCM Life " hbank="81" lbank="1" prog="85" /> + <Patch name="Noisevox " hbank="81" lbank="1" prog="86" /> + <Patch name="Trance Voice" hbank="81" lbank="1" prog="87" /> + <Patch name="Effect Acer " hbank="81" lbank="1" prog="88" /> + <Patch name="Alternative " hbank="81" lbank="1" prog="89" /> + <Patch name="Hard Pure " hbank="81" lbank="1" prog="90" /> + <Patch name="Metal EF " hbank="81" lbank="1" prog="91" /> + <Patch name="Dly Tone " hbank="81" lbank="1" prog="92" /> + <Patch name="Osci Frog " hbank="81" lbank="1" prog="93" /> + <Patch name="Cal + After " hbank="81" lbank="1" prog="94" /> + <Patch name="8b Pad " hbank="81" lbank="1" prog="95" /> + <Patch name="SpaceHighway" hbank="81" lbank="1" prog="96" /> + <Patch name="Trek Storm" hbank="81" lbank="1" prog="97" /> + <Patch name="Abduction " hbank="81" lbank="1" prog="98" /> + <Patch name="1st Contact " hbank="81" lbank="1" prog="99" /> + <Patch name="Ice Cave " hbank="81" lbank="1" prog="100" /> + <Patch name="Rev Cord " hbank="81" lbank="1" prog="101" /> + <Patch name="Blue Random " hbank="81" lbank="1" prog="102" /> + <Patch name="Sync Tone" hbank="81" lbank="1" prog="103" /> + <Patch name="Seq Up " hbank="81" lbank="1" prog="104" /> + <Patch name="SawLFOSaw " hbank="81" lbank="1" prog="105" /> + <Patch name="Calculating" hbank="81" lbank="1" prog="106" /> + <Patch name="Touch EF " hbank="81" lbank="1" prog="107" /> + <Patch name="Welding " hbank="81" lbank="1" prog="108" /> + <Patch name="Press Machin" hbank="81" lbank="1" prog="109" /> + <Patch name="EF Tribe " hbank="81" lbank="1" prog="110" /> + <Patch name="Scratch Alt " hbank="81" lbank="1" prog="111" /> + <Patch name="Analog FX " hbank="81" lbank="1" prog="112" /> + <Patch name="Non TB " hbank="81" lbank="1" prog="113" /> + <Patch name="Nasty Filt" hbank="81" lbank="1" prog="114" /> + <Patch name="Psy-Ence" hbank="81" lbank="1" prog="115" /> + <Patch name="Music Hi " hbank="81" lbank="1" prog="116" /> + <Patch name="Uber Zone " hbank="81" lbank="1" prog="117" /> + <Patch name="Down Gown " hbank="81" lbank="1" prog="118" /> + <Patch name="For Giving" hbank="81" lbank="1" prog="119" /> + <Patch name="Sound Alarm " hbank="81" lbank="1" prog="120" /> + <Patch name="Acid Drone" hbank="81" lbank="1" prog="121" /> + <Patch name="X-Mod" hbank="81" lbank="1" prog="122" /> + <Patch name="X-FM/Org " hbank="81" lbank="1" prog="123" /> + <Patch name="X-FM Bass " hbank="81" lbank="1" prog="124" /> + <Patch name="Hard BD? " hbank="81" lbank="1" prog="125" /> + <Patch name="S&H Voc " hbank="81" lbank="1" prog="126" /> + <Patch name="X-TlkBxBass " hbank="81" lbank="1" prog="127" /> + <Patch name="X-Kick/TB" hbank="81" lbank="1" prog="-128" /> + </PatchGroup> + <PatchGroup name="Preset C"> + <Patch name="X-Org/Nz " hbank="81" lbank="2" prog="1" /> + <Patch name="X-Pizz/Rng" hbank="81" lbank="2" prog="2" /> + <Patch name="White Noise" hbank="81" lbank="2" prog="3" /> + <Patch name="Pink Noise " hbank="81" lbank="2" prog="4" /> + <Patch name="P5 Noise " hbank="81" lbank="2" prog="5" /> + <Patch name="Toy Noise " hbank="81" lbank="2" prog="6" /> + <Patch name="Rezo Noise " hbank="81" lbank="2" prog="7" /> + <Patch name="Vinyl Noise" hbank="81" lbank="2" prog="8" /> + <Patch name="Tornado Jet" hbank="81" lbank="2" prog="9" /> + <Patch name="Smooth Jet " hbank="81" lbank="2" prog="10" /> + <Patch name="Sweep Noise" hbank="81" lbank="2" prog="11" /> + <Patch name="ModWhtSweep" hbank="81" lbank="2" prog="12" /> + <Patch name="Perk Breath" hbank="81" lbank="2" prog="13" /> + <Patch name="Pink Bomb " hbank="81" lbank="2" prog="14" /> + <Patch name="64voicePiano" hbank="81" lbank="2" prog="15" /> + <Patch name="Ac.Piano 1 " hbank="81" lbank="2" prog="16" /> + <Patch name="Ac.Piano 2 " hbank="81" lbank="2" prog="17" /> + <Patch name="Epic House " hbank="81" lbank="2" prog="18" /> + <Patch name="Hush Piano " hbank="81" lbank="2" prog="19" /> + <Patch name="Happy Piano" hbank="81" lbank="2" prog="20" /> + <Patch name="BPF Piano " hbank="81" lbank="2" prog="21" /> + <Patch name="Honky-tonk " hbank="81" lbank="2" prog="22" /> + <Patch name="NY Piano+Str" hbank="81" lbank="2" prog="23" /> + <Patch name="Voice Piano" hbank="81" lbank="2" prog="24" /> + <Patch name="Old E.Piano" hbank="81" lbank="2" prog="25" /> + <Patch name="E.Piano 1 " hbank="81" lbank="2" prog="26" /> + <Patch name="E.Piano 2 " hbank="81" lbank="2" prog="27" /> + <Patch name="Cool Rhodes" hbank="81" lbank="2" prog="28" /> + <Patch name="Psycho EP " hbank="81" lbank="2" prog="29" /> + <Patch name="Trip E.Piano" hbank="81" lbank="2" prog="30" /> + <Patch name="Rotary Rhode" hbank="81" lbank="2" prog="31" /> + <Patch name="EP-Organ " hbank="81" lbank="2" prog="32" /> + <Patch name="Harpsichord" hbank="81" lbank="2" prog="33" /> + <Patch name="Clavi" hbank="81" lbank="2" prog="34" /> + <Patch name="Digi Clavi " hbank="81" lbank="2" prog="35" /> + <Patch name="FM Clavi " hbank="81" lbank="2" prog="36" /> + <Patch name="AnalogClavi1" hbank="81" lbank="2" prog="37" /> + <Patch name="AnalogClavi2" hbank="81" lbank="2" prog="38" /> + <Patch name="Funky Clavi" hbank="81" lbank="2" prog="39" /> + <Patch name="RotaryOrg Sl" hbank="81" lbank="2" prog="40" /> + <Patch name="RotaryOrg Fs" hbank="81" lbank="2" prog="41" /> + <Patch name="Gospel Spin" hbank="81" lbank="2" prog="42" /> + <Patch name="L Org F " hbank="81" lbank="2" prog="43" /> + <Patch name="Organ 1 " hbank="81" lbank="2" prog="44" /> + <Patch name="Lp-Hp Organ" hbank="81" lbank="2" prog="45" /> + <Patch name="Organ 2 " hbank="81" lbank="2" prog="46" /> + <Patch name="Percsv Organ" hbank="81" lbank="2" prog="47" /> + <Patch name="Ballad B " hbank="81" lbank="2" prog="48" /> + <Patch name="FM Club Org" hbank="81" lbank="2" prog="49" /> + <Patch name="Pop Organ " hbank="81" lbank="2" prog="50" /> + <Patch name="Cheese Organ" hbank="81" lbank="2" prog="51" /> + <Patch name="Reed Organ " hbank="81" lbank="2" prog="52" /> + <Patch name="Telstar" hbank="81" lbank="2" prog="53" /> + <Patch name="Church Org " hbank="81" lbank="2" prog="54" /> + <Patch name="Organ Bass" hbank="81" lbank="2" prog="55" /> + <Patch name="Strict Organ" hbank="81" lbank="2" prog="56" /> + <Patch name="SmkyChrd Org" hbank="81" lbank="2" prog="57" /> + <Patch name="Sweep Organ" hbank="81" lbank="2" prog="58" /> + <Patch name="Accordion " hbank="81" lbank="2" prog="59" /> + <Patch name="Vibraphone " hbank="81" lbank="2" prog="60" /> + <Patch name="FM Marimba " hbank="81" lbank="2" prog="61" /> + <Patch name="Marimba " hbank="81" lbank="2" prog="62" /> + <Patch name="Xylophone " hbank="81" lbank="2" prog="63" /> + <Patch name="Balaphone " hbank="81" lbank="2" prog="64" /> + <Patch name="Timpani " hbank="81" lbank="2" prog="65" /> + <Patch name="Steel Drum " hbank="81" lbank="2" prog="66" /> + <Patch name="Digi Bell " hbank="81" lbank="2" prog="67" /> + <Patch name="Acid Perc" hbank="81" lbank="2" prog="68" /> + <Patch name="MetaL-SD" hbank="81" lbank="2" prog="69" /> + <Patch name="Classy Pulse" hbank="81" lbank="2" prog="70" /> + <Patch name="Glockenspiel" hbank="81" lbank="2" prog="71" /> + <Patch name="Fanta Bell " hbank="81" lbank="2" prog="72" /> + <Patch name="Crystal " hbank="81" lbank="2" prog="73" /> + <Patch name="Tubular-Bell" hbank="81" lbank="2" prog="74" /> + <Patch name="Shank Bells" hbank="81" lbank="2" prog="75" /> + <Patch name="MKS-30 Melts" hbank="81" lbank="2" prog="76" /> + <Patch name="Trip Lead " hbank="81" lbank="2" prog="77" /> + <Patch name="Steel-Str.Gt" hbank="81" lbank="2" prog="78" /> + <Patch name="Clean Gtr " hbank="81" lbank="2" prog="79" /> + <Patch name="Jazz Gtr 1 " hbank="81" lbank="2" prog="80" /> + <Patch name="Jazz Gtr 2 " hbank="81" lbank="2" prog="81" /> + <Patch name="Muted Gtr " hbank="81" lbank="2" prog="82" /> + <Patch name="Lo-Fi Gtr " hbank="81" lbank="2" prog="83" /> + <Patch name="Terror Dome" hbank="81" lbank="2" prog="84" /> + <Patch name="Psycho-G" hbank="81" lbank="2" prog="85" /> + <Patch name="Dist Gtr Chd" hbank="81" lbank="2" prog="86" /> + <Patch name="Going Bald " hbank="81" lbank="2" prog="87" /> + <Patch name="Gt.Harmonic1" hbank="81" lbank="2" prog="88" /> + <Patch name="Gt.Harmonic2" hbank="81" lbank="2" prog="89" /> + <Patch name="Shafted Gtr" hbank="81" lbank="2" prog="90" /> + <Patch name="WahGT 2 Menu" hbank="81" lbank="2" prog="91" /> + <Patch name="Gtr Up" hbank="81" lbank="2" prog="92" /> + <Patch name="Gtr Down " hbank="81" lbank="2" prog="93" /> + <Patch name="Gtr Sweep " hbank="81" lbank="2" prog="94" /> + <Patch name="Orch Gtr" hbank="81" lbank="2" prog="95" /> + <Patch name="Brass" hbank="81" lbank="2" prog="96" /> + <Patch name="Bright Brass" hbank="81" lbank="2" prog="97" /> + <Patch name="Hush Brass " hbank="81" lbank="2" prog="98" /> + <Patch name="Synth Brass1" hbank="81" lbank="2" prog="99" /> + <Patch name="Synth Brass2" hbank="81" lbank="2" prog="100" /> + <Patch name="Synth Brass3" hbank="81" lbank="2" prog="101" /> + <Patch name="Syn Brs Lead" hbank="81" lbank="2" prog="102" /> + <Patch name="Obilator " hbank="81" lbank="2" prog="103" /> + <Patch name="OpenUp Brass" hbank="81" lbank="2" prog="104" /> + <Patch name="Brass Fall " hbank="81" lbank="2" prog="105" /> + <Patch name="Trumpet " hbank="81" lbank="2" prog="106" /> + <Patch name="MutedTrumpet" hbank="81" lbank="2" prog="107" /> + <Patch name="Soprano Sax" hbank="81" lbank="2" prog="108" /> + <Patch name="Alto Sax " hbank="81" lbank="2" prog="109" /> + <Patch name="Baritone Sax" hbank="81" lbank="2" prog="110" /> + <Patch name="SlideBiteSax" hbank="81" lbank="2" prog="111" /> + <Patch name="Sax & Tp " hbank="81" lbank="2" prog="112" /> + <Patch name="Tuba" hbank="81" lbank="2" prog="113" /> + <Patch name="Syn F.Horn " hbank="81" lbank="2" prog="114" /> + <Patch name="Oboe" hbank="81" lbank="2" prog="115" /> + <Patch name="Whistle " hbank="81" lbank="2" prog="116" /> + <Patch name="Ocarina " hbank="81" lbank="2" prog="117" /> + <Patch name="Recorder " hbank="81" lbank="2" prog="118" /> + <Patch name="Jazz SynLead" hbank="81" lbank="2" prog="119" /> + <Patch name="Solo Flute " hbank="81" lbank="2" prog="120" /> + <Patch name="Pan Flute " hbank="81" lbank="2" prog="121" /> + <Patch name="Bottle Blow" hbank="81" lbank="2" prog="122" /> + <Patch name="Funky Pipe " hbank="81" lbank="2" prog="123" /> + <Patch name="Breath Noise" hbank="81" lbank="2" prog="124" /> + <Patch name="Shakuhachi " hbank="81" lbank="2" prog="125" /> + <Patch name="Sitar 1 " hbank="81" lbank="2" prog="126" /> + <Patch name="Sitar 2 " hbank="81" lbank="2" prog="127" /> + <Patch name="Santur" hbank="81" lbank="2" prog="-128" /> + </PatchGroup> + <PatchGroup name="Preset D"> + <Patch name="Kalimba" hbank="81" lbank="3" prog="1" /> + <Patch name="Bagpipes" hbank="81" lbank="3" prog="2" /> + <Patch name="PnoBendM7-m7" hbank="81" lbank="3" prog="3" /> + <Patch name="Org Chd m7" hbank="81" lbank="3" prog="4" /> + <Patch name="BalapChd 9th" hbank="81" lbank="3" prog="5" /> + <Patch name="Wah Gtr Hit" hbank="81" lbank="3" prog="6" /> + <Patch name="Orch Hit 1" hbank="81" lbank="3" prog="7" /> + <Patch name="Orch Hit 2" hbank="81" lbank="3" prog="8" /> + <Patch name="Rave-X-Tasy" hbank="81" lbank="3" prog="9" /> + <Patch name="Philly Hit 1" hbank="81" lbank="3" prog="10" /> + <Patch name="Philly Hit 2" hbank="81" lbank="3" prog="11" /> + <Patch name="Attack Hit" hbank="81" lbank="3" prog="12" /> + <Patch name="Funky Hit" hbank="81" lbank="3" prog="13" /> + <Patch name="Tekno ChdHit" hbank="81" lbank="3" prog="14" /> + <Patch name="Dist Hit" hbank="81" lbank="3" prog="15" /> + <Patch name="Glasgow Hit" hbank="81" lbank="3" prog="16" /> + <Patch name="Happy Hit" hbank="81" lbank="3" prog="17" /> + <Patch name="Scene Hit 1" hbank="81" lbank="3" prog="18" /> + <Patch name="Scene Hit 2" hbank="81" lbank="3" prog="19" /> + <Patch name="Drill Hit" hbank="81" lbank="3" prog="20" /> + <Patch name="Gaia Message" hbank="81" lbank="3" prog="21" /> + <Patch name="Rezo Perc" hbank="81" lbank="3" prog="22" /> + <Patch name="Syn Perc" hbank="81" lbank="3" prog="23" /> + <Patch name="MG Blip" hbank="81" lbank="3" prog="24" /> + <Patch name="Rev Blip" hbank="81" lbank="3" prog="25" /> + <Patch name="Air Blip" hbank="81" lbank="3" prog="26" /> + <Patch name="Radical Perc" hbank="81" lbank="3" prog="27" /> + <Patch name="Machine" hbank="81" lbank="3" prog="28" /> + <Patch name="Metal Hit" hbank="81" lbank="3" prog="29" /> + <Patch name="Tanz Devil" hbank="81" lbank="3" prog="30" /> + <Patch name="Headz Direkt" hbank="81" lbank="3" prog="31" /> + <Patch name="ShoppingCart" hbank="81" lbank="3" prog="32" /> + <Patch name="Noisy Drill" hbank="81" lbank="3" prog="33" /> + <Patch name="Thump Bounce" hbank="81" lbank="3" prog="34" /> + <Patch name="Tape Rewind" hbank="81" lbank="3" prog="35" /> + <Patch name="Stop" hbank="81" lbank="3" prog="36" /> + <Patch name="Ao!" hbank="81" lbank="3" prog="37" /> + <Patch name="Ha!" hbank="81" lbank="3" prog="38" /> + <Patch name="Seashore" hbank="81" lbank="3" prog="39" /> + <Patch name="Bird" hbank="81" lbank="3" prog="40" /> + <Patch name="Telephone" hbank="81" lbank="3" prog="41" /> + <Patch name="Helicopter" hbank="81" lbank="3" prog="42" /> + <Patch name="Applause" hbank="81" lbank="3" prog="43" /> + <Patch name="Gun Shot" hbank="81" lbank="3" prog="44" /> + <Patch name="Machine Gun" hbank="81" lbank="3" prog="45" /> + <Patch name="Laser Gun" hbank="81" lbank="3" prog="46" /> + <Patch name="Sci-Fi Laser" hbank="81" lbank="3" prog="47" /> + <Patch name="Breath" hbank="81" lbank="3" prog="48" /> + <Patch name="Rain" hbank="81" lbank="3" prog="49" /> + <Patch name="Siren" hbank="81" lbank="3" prog="50" /> + <Patch name="TR909 Tom" hbank="81" lbank="3" prog="51" /> + <Patch name="TR808 Tom" hbank="81" lbank="3" prog="52" /> + <Patch name="Syn Tom 1" hbank="81" lbank="3" prog="53" /> + <Patch name="Syn Tom 2" hbank="81" lbank="3" prog="54" /> + <Patch name="Old Syn Tom" hbank="81" lbank="3" prog="55" /> + <Patch name="Taiko" hbank="81" lbank="3" prog="56" /> + <Patch name="Slow Down" hbank="81" lbank="3" prog="57" /> + <Patch name="Boom Drop" hbank="81" lbank="3" prog="58" /> + <Patch name="B-Tom-D" hbank="81" lbank="3" prog="59" /> + <Patch name="Mr.Bong Bass" hbank="81" lbank="3" prog="60" /> + <Patch name="Friends of 0" hbank="81" lbank="3" prog="61" /> + <Patch name="Latin Perc" hbank="81" lbank="3" prog="62" /> + <Patch name="Bongo Fury" hbank="81" lbank="3" prog="63" /> + <Patch name="High Timbale" hbank="81" lbank="3" prog="64" /> + <Patch name="MutePandeiro" hbank="81" lbank="3" prog="65" /> + <Patch name="Open Surdo" hbank="81" lbank="3" prog="66" /> + <Patch name="Brazil Perc" hbank="81" lbank="3" prog="67" /> + <Patch name="Tablabaya" hbank="81" lbank="3" prog="68" /> + <Patch name="Mute Cuica" hbank="81" lbank="3" prog="69" /> + <Patch name="Long Whistle" hbank="81" lbank="3" prog="70" /> + <Patch name="Agogo" hbank="81" lbank="3" prog="71" /> + <Patch name="Short Tamb" hbank="81" lbank="3" prog="72" /> + <Patch name="808 Cowbell" hbank="81" lbank="3" prog="73" /> + <Patch name="CR78 Cowbell" hbank="81" lbank="3" prog="74" /> + <Patch name="CR78 Beat" hbank="81" lbank="3" prog="75" /> + <Patch name="Wind-Chime" hbank="81" lbank="3" prog="76" /> + <Patch name="Rim Shot" hbank="81" lbank="3" prog="77" /> + <Patch name="TR909 Rim" hbank="81" lbank="3" prog="78" /> + <Patch name="Hyoshigi" hbank="81" lbank="3" prog="79" /> + <Patch name="TR626 Shaker" hbank="81" lbank="3" prog="80" /> + <Patch name="727 Quijada" hbank="81" lbank="3" prog="81" /> + <Patch name="Real CH" hbank="81" lbank="3" prog="82" /> + <Patch name="TR909 OH" hbank="81" lbank="3" prog="83" /> + <Patch name="Syn OH" hbank="81" lbank="3" prog="84" /> + <Patch name="TR909 Crash" hbank="81" lbank="3" prog="85" /> + <Patch name="Reverse Cym." hbank="81" lbank="3" prog="86" /> + <Patch name="Asian Gong" hbank="81" lbank="3" prog="87" /> + <Patch name="TR808 Clap" hbank="81" lbank="3" prog="88" /> + <Patch name="Down Clap" hbank="81" lbank="3" prog="89" /> + <Patch name="Clap Tail" hbank="81" lbank="3" prog="90" /> + <Patch name="Rap&Real Clp" hbank="81" lbank="3" prog="91" /> + <Patch name="Maddening" hbank="81" lbank="3" prog="92" /> + <Patch name="TR909 Snare" hbank="81" lbank="3" prog="93" /> + <Patch name="TR808 Snare" hbank="81" lbank="3" prog="94" /> + <Patch name="House Snare" hbank="81" lbank="3" prog="95" /> + <Patch name="Jungle Snr 1" hbank="81" lbank="3" prog="96" /> + <Patch name="Jungle Snr 2" hbank="81" lbank="3" prog="97" /> + <Patch name="TR808 Kick" hbank="81" lbank="3" prog="98" /> + <Patch name="Plastic BD" hbank="81" lbank="3" prog="99" /> + <Patch name="Gate Kick" hbank="81" lbank="3" prog="100" /> + <Patch name="Jungle Kick" hbank="81" lbank="3" prog="101" /> + <Patch name="Scrtch/Vo Mn" hbank="81" lbank="3" prog="102" /> + <Patch name="Flexi Vox Mn" hbank="81" lbank="3" prog="103" /> + <Patch name="Hit Menu" hbank="81" lbank="3" prog="104" /> + <Patch name="Indust Menu" hbank="81" lbank="3" prog="105" /> + <Patch name="Tom Menu" hbank="81" lbank="3" prog="106" /> + <Patch name="Percus1 Menu" hbank="81" lbank="3" prog="107" /> + <Patch name="Percus2 Menu" hbank="81" lbank="3" prog="108" /> + <Patch name="Cowbell Menu" hbank="81" lbank="3" prog="109" /> + <Patch name="Shaker+ Menu" hbank="81" lbank="3" prog="110" /> + <Patch name="Rim Menu" hbank="81" lbank="3" prog="111" /> + <Patch name="Cymbal Menu" hbank="81" lbank="3" prog="112" /> + <Patch name="CHH 1 Menu" hbank="81" lbank="3" prog="113" /> + <Patch name="CHH 2 Menu" hbank="81" lbank="3" prog="114" /> + <Patch name="PHH Menu" hbank="81" lbank="3" prog="115" /> + <Patch name="OHH 1 Menu" hbank="81" lbank="3" prog="116" /> + <Patch name="OHH 2 Menu" hbank="81" lbank="3" prog="117" /> + <Patch name="Clap 1 Menu" hbank="81" lbank="3" prog="118" /> + <Patch name="Clap 2 Menu" hbank="81" lbank="3" prog="119" /> + <Patch name="Snare 1 Menu" hbank="81" lbank="3" prog="120" /> + <Patch name="Snare 2 Menu" hbank="81" lbank="3" prog="121" /> + <Patch name="Snare 3 Menu" hbank="81" lbank="3" prog="122" /> + <Patch name="Snare 4 Menu" hbank="81" lbank="3" prog="123" /> + <Patch name="Snare 5 Menu" hbank="81" lbank="3" prog="124" /> + <Patch name="Snare 6 Menu" hbank="81" lbank="3" prog="125" /> + <Patch name="Kick 1 Menu" hbank="81" lbank="3" prog="126" /> + <Patch name="Kick 2 Menu" hbank="81" lbank="3" prog="127" /> + <Patch name="Kick 3 Menu" hbank="81" lbank="3" prog="-128" /> + </PatchGroup> + <PatchGroup name="Drum 505"> + <Patch name="TR-909" hbank="81" lbank="0" prog="1" drum="1" /> + <Patch name="TR-808" hbank="81" lbank="0" prog="2" drum="1" /> + <Patch name="TR-606" hbank="81" lbank="0" prog="3" drum="1" /> + <Patch name="CR78&Cheaps" hbank="81" lbank="0" prog="4" drum="1" /> + <Patch name="Techno 1" hbank="81" lbank="0" prog="5" drum="1" /> + <Patch name="Techno 2" hbank="81" lbank="0" prog="6" drum="1" /> + <Patch name="Techno 3" hbank="81" lbank="0" prog="7" drum="1" /> + <Patch name="Hardcore" hbank="81" lbank="0" prog="8" drum="1" /> + <Patch name="Ambient" hbank="81" lbank="0" prog="9" drum="1" /> + <Patch name="House 1" hbank="81" lbank="0" prog="10" drum="1" /> + <Patch name="House 2" hbank="81" lbank="0" prog="11" drum="1" /> + <Patch name="Jungle" hbank="81" lbank="0" prog="12" drum="1" /> + <Patch name="Drum n bass 1" hbank="81" lbank="0" prog="13" drum="1" /> + <Patch name="Drum n bass 2" hbank="81" lbank="0" prog="14" drum="1" /> + <Patch name="Hip-Hop 1" hbank="81" lbank="0" prog="15" drum="1" /> + <Patch name="Hip-Hop 2" hbank="81" lbank="0" prog="16" drum="1" /> + <Patch name="Funk" hbank="81" lbank="0" prog="17" drum="1" /> + <Patch name="Electro" hbank="81" lbank="0" prog="18" drum="1" /> + <Patch name="Jazz" hbank="81" lbank="0" prog="19" drum="1" /> + <Patch name="Brush" hbank="81" lbank="0" prog="20" drum="1" /> + <Patch name="Disco" hbank="81" lbank="0" prog="21" drum="1" /> + <Patch name="Ragga" hbank="81" lbank="0" prog="22" drum="1" /> + <Patch name="Rock" hbank="81" lbank="0" prog="23" drum="1" /> + <Patch name="Industrial" hbank="81" lbank="0" prog="24" drum="1" /> + <Patch name="Ethnic" hbank="81" lbank="0" prog="25" drum="1" /> + <Patch name="Reverse" hbank="81" lbank="0" prog="26" drum="1" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Makefile.am b/muse2/share/instruments/Makefile.am new file mode 100644 index 00000000..f7f82479 --- /dev/null +++ b/muse2/share/instruments/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = $(wildcard *.idf) + +instrumentspkgdata_DATA = $(EXTRA_DIST) + +instrumentspkgdatadir = $(pkgdatadir)/instruments diff --git a/muse2/share/instruments/Makefile.in b/muse2/share/instruments/Makefile.in new file mode 100644 index 00000000..1e37754b --- /dev/null +++ b/muse2/share/instruments/Makefile.in @@ -0,0 +1,466 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/instruments +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(instrumentspkgdatadir)" +DATA = $(instrumentspkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = $(wildcard *.idf) +instrumentspkgdata_DATA = $(EXTRA_DIST) +instrumentspkgdatadir = $(pkgdatadir)/instruments +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/instruments/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/instruments/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-instrumentspkgdataDATA: $(instrumentspkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(instrumentspkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(instrumentspkgdatadir)" + @list='$(instrumentspkgdata_DATA)'; test -n "$(instrumentspkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(instrumentspkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(instrumentspkgdatadir)" || exit $$?; \ + done + +uninstall-instrumentspkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(instrumentspkgdata_DATA)'; test -n "$(instrumentspkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(instrumentspkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(instrumentspkgdatadir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(instrumentspkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-instrumentspkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-instrumentspkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-instrumentspkgdataDATA \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am \ + uninstall-instrumentspkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/instruments/Roland-E28.idf b/muse2/share/instruments/Roland-E28.idf new file mode 100644 index 00000000..dd96fdd7 --- /dev/null +++ b/muse2/share/instruments/Roland-E28.idf @@ -0,0 +1,309 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Roland E-28" nullparam="32639"> + <PatchGroup name="Piano"> + <Patch name="Piano 1" hbank="0" lbank="0" prog="0" /> + <Patch name="Piano 1w" hbank="8" lbank="0" prog="0" /> + <Patch name="Piano 1d" hbank="16" lbank="0" prog="0" /> + <Patch name="Piano 2" hbank="0" lbank="0" prog="1" /> + <Patch name="Piano 2w" hbank="8" lbank="0" prog="1" /> + <Patch name="Piano 3" hbank="0" lbank="0" prog="2" /> + <Patch name="Piano 3w" hbank="8" lbank="0" prog="2" /> + <Patch name="Honky-tonk" hbank="0" lbank="0" prog="3" /> + <Patch name="Honky-tonk w" hbank="8" lbank="0" prog="3" /> + <Patch name="E.Piano 1" hbank="0" lbank="0" prog="4" /> + <Patch name="Detuned EP 1" hbank="8" lbank="0" prog="4" /> + <Patch name="E.Piano 1v" hbank="16" lbank="0" prog="4" /> + <Patch name="60;s E.Piano" hbank="24" lbank="0" prog="4" /> + <Patch name="E.Piano 2" hbank="0" lbank="0" prog="5" /> + <Patch name="Detuned EP 2" hbank="8" lbank="0" prog="5" /> + <Patch name="E.Piano 2v" hbank="16" lbank="0" prog="5" /> + <Patch name="Harpsichord" hbank="0" lbank="0" prog="6" /> + <Patch name="Coupled Hps." hbank="8" lbank="0" prog="6" /> + <Patch name="Harpsi. w" hbank="16" lbank="0" prog="6" /> + <Patch name="Harpsi. o" hbank="24" lbank="0" prog="6" /> + <Patch name="Clav." hbank="0" lbank="0" prog="7" /> + </PatchGroup> + <PatchGroup name="Chromatic Perc"> + <Patch name="Celesta" hbank="0" lbank="0" prog="8" /> + <Patch name="Glockenspiel" hbank="0" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="0" lbank="0" prog="10" /> + <Patch name="Vibraphone" hbank="0" lbank="0" prog="11" /> + <Patch name="Vibraphone w" hbank="8" lbank="0" prog="11" /> + <Patch name="Marimba" hbank="0" lbank="0" prog="12" /> + <Patch name="Marimba w" hbank="8" lbank="0" prog="12" /> + <Patch name="Xylophone" hbank="0" lbank="0" prog="13" /> + <Patch name="Tubular Bells" hbank="0" lbank="0" prog="14" /> + <Patch name="Church Bell" hbank="8" lbank="0" prog="14" /> + <Patch name="Carillon" hbank="9" lbank="0" prog="14" /> + <Patch name="Dulcimer" hbank="0" lbank="0" prog="15" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Organ 1" hbank="0" lbank="0" prog="16" /> + <Patch name="Detuned organ 1" hbank="8" lbank="0" prog="16" /> + <Patch name="60;s organ 1" hbank="16" lbank="0" prog="16" /> + <Patch name="Organ 4" hbank="32" lbank="0" prog="16" /> + <Patch name="Organ 2" hbank="0" lbank="0" prog="17" /> + <Patch name="Detuned organ 2" hbank="8" lbank="0" prog="17" /> + <Patch name="Organ 5" hbank="32" lbank="0" prog="17" /> + <Patch name="Organ 3" hbank="0" lbank="0" prog="18" /> + <Patch name="Church Organ 1" hbank="0" lbank="0" prog="19" /> + <Patch name="Church Organ 2" hbank="8" lbank="0" prog="19" /> + <Patch name="Church Organ 3" hbank="16" lbank="0" prog="19" /> + <Patch name="Reed Organ" hbank="0" lbank="0" prog="20" /> + <Patch name="Accordion Fr" hbank="0" lbank="0" prog="21" /> + <Patch name="Accordian It" hbank="8" lbank="0" prog="21" /> + <Patch name="Harmonica" hbank="0" lbank="0" prog="22" /> + <Patch name="Bandoneon" hbank="0" lbank="0" prog="23" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Nylon-str Gtr" hbank="0" lbank="0" prog="24" /> + <Patch name="Ukulele" hbank="8" lbank="0" prog="24" /> + <Patch name="Nylon Gtr o" hbank="16" lbank="0" prog="24" /> + <Patch name="Nylon Gtr 2" hbank="32" lbank="0" prog="24" /> + <Patch name="Steel-str Gtr" hbank="0" lbank="0" prog="25" /> + <Patch name="12-string Gtr" hbank="8" lbank="0" prog="25" /> + <Patch name="Mandolin" hbank="16" lbank="0" prog="25" /> + <Patch name="Jazz Guitar" hbank="0" lbank="0" prog="26" /> + <Patch name="Hawaiian Gtr" hbank="8" lbank="0" prog="26" /> + <Patch name="Clean Guitar" hbank="0" lbank="0" prog="27" /> + <Patch name="Chorus Guitar" hbank="8" lbank="0" prog="27" /> + <Patch name="Muted Guitar" hbank="0" lbank="0" prog="28" /> + <Patch name="Funk Guitar" hbank="8" lbank="0" prog="28" /> + <Patch name="Funk Guitar 2" hbank="16" lbank="0" prog="28" /> + <Patch name="Overdrive Gtr" hbank="0" lbank="0" prog="29" /> + <Patch name="Distortion Gtr" hbank="0" lbank="0" prog="30" /> + <Patch name="Feedback Gtr" hbank="8" lbank="0" prog="30" /> + <Patch name="Gtr. Harmonics" hbank="0" lbank="0" prog="31" /> + <Patch name="Gtr. Feedback" hbank="8" lbank="0" prog="31" /> + </PatchGroup> + <PatchGroup name="Bass"> + <Patch name="Acoustic Bass" hbank="0" lbank="0" prog="32" /> + <Patch name="Fingered Bass" hbank="0" lbank="0" prog="33" /> + <Patch name="Picked Bass" hbank="0" lbank="0" prog="34" /> + <Patch name="Fretless Bass" hbank="0" lbank="0" prog="35" /> + <Patch name="Slap Bass 1" hbank="0" lbank="0" prog="36" /> + <Patch name="Slap Bass 2" hbank="0" lbank="0" prog="37" /> + <Patch name="Synth Bass 1" hbank="0" lbank="0" prog="38" /> + <Patch name="Synth Bass 101" hbank="1" lbank="0" prog="38" /> + <Patch name="Synth Bass 3" hbank="8" lbank="0" prog="38" /> + <Patch name="Synth Bass 2" hbank="0" lbank="0" prog="39" /> + <Patch name="Synth Bass 4" hbank="8" lbank="0" prog="39" /> + <Patch name="Rubber Bass" hbank="16" lbank="0" prog="39" /> + </PatchGroup> + <PatchGroup name="Strings/Orch"> + <Patch name="Violin" hbank="0" lbank="0" prog="40" /> + <Patch name="Slow violin" hbank="8" lbank="0" prog="40" /> + <Patch name="Viola" hbank="0" lbank="0" prog="41" /> + <Patch name="Cello" hbank="0" lbank="0" prog="42" /> + <Patch name="Contrabass" hbank="0" lbank="0" prog="43" /> + <Patch name="Tremolo Str." hbank="0" lbank="0" prog="44" /> + <Patch name="Pizzicato Str." hbank="0" lbank="0" prog="45" /> + <Patch name="Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="Timpani" hbank="0" lbank="0" prog="47" /> + </PatchGroup> + <PatchGroup name="Ensemble"> + <Patch name="Strings 1" hbank="0" lbank="0" prog="48" /> + <Patch name="Orchestra" hbank="8" lbank="0" prog="48" /> + <Patch name="Slow strings" hbank="0" lbank="0" prog="49" /> + <Patch name="Syn. Strings 1" hbank="0" lbank="0" prog="50" /> + <Patch name="Syn. Strings 3" hbank="8" lbank="0" prog="50" /> + <Patch name="Syn. Strings 2" hbank="0" lbank="0" prog="51" /> + <Patch name="Choir Aahs" hbank="0" lbank="0" prog="52" /> + <Patch name="Choir Aahs 2" hbank="32" lbank="0" prog="52" /> + <Patch name="Voice Oohs" hbank="0" lbank="0" prog="53" /> + <Patch name="Synth Voice" hbank="0" lbank="0" prog="54" /> + <Patch name="Orchestra Hit" hbank="0" lbank="0" prog="55" /> + </PatchGroup> + <PatchGroup name="Brass"> + <Patch name="Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="Trombone" hbank="0" lbank="0" prog="57" /> + <Patch name="Trombone 2" hbank="1" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="Muted Trumpet" hbank="0" lbank="0" prog="59" /> + <Patch name="French Horn" hbank="0" lbank="0" prog="60" /> + <Patch name="French Horn 2" hbank="1" lbank="0" prog="60" /> + <Patch name="Brass Section 1" hbank="0" lbank="0" prog="61" /> + <Patch name="Brass Section 2" hbank="8" lbank="0" prog="61" /> + <Patch name="Synth Brass 1" hbank="0" lbank="0" prog="62" /> + <Patch name="Synth Brass 3" hbank="8" lbank="0" prog="62" /> + <Patch name="Analog Brass 1" hbank="16" lbank="0" prog="62" /> + <Patch name="Synth Brass 2" hbank="0" lbank="0" prog="63" /> + <Patch name="Synth Brass 4" hbank="8" lbank="0" prog="63" /> + <Patch name="Analog Brass 2" hbank="16" lbank="0" prog="63" /> + </PatchGroup> + <PatchGroup name="Reed"> + <Patch name="Soprano Sax" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="Tenor Sax" hbank="0" lbank="0" prog="66" /> + <Patch name="Baritone Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="English Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="0" prog="71" /> + </PatchGroup> + <PatchGroup name="Pipe"> + <Patch name="Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="Pan Flute" hbank="0" lbank="0" prog="75" /> + <Patch name="Blown Bottle" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="0" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth Lead"> + <Patch name="Square Wave" hbank="0" lbank="0" prog="80" /> + <Patch name="Square" hbank="1" lbank="0" prog="80" /> + <Patch name="Sine wave" hbank="8" lbank="0" prog="80" /> + <Patch name="Saw Wave" hbank="0" lbank="0" prog="81" /> + <Patch name="Saw" hbank="1" lbank="0" prog="81" /> + <Patch name="Doctor Solo" hbank="8" lbank="0" prog="81" /> + <Patch name="Synth Calliope" hbank="0" lbank="0" prog="82" /> + <Patch name="Chiffer Lead" hbank="0" lbank="0" prog="83" /> + <Patch name="Charang" hbank="0" lbank="0" prog="84" /> + <Patch name="Solo Vox" hbank="0" lbank="0" prog="85" /> + <Patch name="Fifth Saw Wave" hbank="0" lbank="0" prog="86" /> + <Patch name="Bass and Lead" hbank="0" lbank="0" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Pad"> + <Patch name="Fantasia" hbank="0" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="0" lbank="0" prog="89" /> + <Patch name="Polysynth Pad" hbank="0" lbank="0" prog="90" /> + <Patch name="Space voice" hbank="0" lbank="0" prog="91" /> + <Patch name="Bowed Pad" hbank="0" lbank="0" prog="92" /> + <Patch name="Metallic Pad" hbank="0" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" hbank="0" lbank="0" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth FX"> + <Patch name="Ice Rain" hbank="0" lbank="0" prog="96" /> + <Patch name="Soundtrack" hbank="0" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="0" lbank="0" prog="98" /> + <Patch name="Synth Mallet" hbank="1" lbank="0" prog="98" /> + <Patch name="Atmosphere" hbank="0" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblins" hbank="0" lbank="0" prog="101" /> + <Patch name="Echo drops" hbank="0" lbank="0" prog="102" /> + <Patch name="Echo bell" hbank="1" lbank="0" prog="102" /> + <Patch name="Echo pan" hbank="2" lbank="0" prog="102" /> + <Patch name="Star Theme" hbank="0" lbank="0" prog="103" /> + </PatchGroup> + <PatchGroup name="Ethnic"> + <Patch name="Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="Sitar 2" hbank="1" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="Taisho Koto" hbank="8" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="Bagpipe" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="0" lbank="0" prog="111" /> + </PatchGroup> + <PatchGroup name="Percussive"> + <Patch name="Tinkle Bell" hbank="0" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="Steel Drums" hbank="0" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="0" lbank="0" prog="115" /> + <Patch name="Castanets" hbank="8" lbank="0" prog="115" /> + <Patch name="Taiko Drum" hbank="0" lbank="0" prog="116" /> + <Patch name="Concert BD" hbank="8" lbank="0" prog="116" /> + <Patch name="Melodic Drum 1" hbank="0" lbank="0" prog="117" /> + <Patch name="Melodic Drum 2" hbank="8" lbank="0" prog="117" /> + <Patch name="Synth Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="808 Tom" hbank="8" lbank="0" prog="118" /> + <Patch name="Elec Perc" hbank="9" lbank="0" prog="119" /> + <Patch name="Rev. Cymbal" hbank="0" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="Special FX"> + <Patch name="Gtr Fret Noise" hbank="0" lbank="0" prog="120" /> + <Patch name="Gtr Cut Noise" hbank="1" lbank="0" prog="120" /> + <Patch name="String slap" hbank="2" lbank="0" prog="120" /> + <Patch name="Breath Noise" hbank="0" lbank="0" prog="121" /> + <Patch name="Flute key click" hbank="1" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="Rain" hbank="1" lbank="0" prog="122" /> + <Patch name="Thunder" hbank="2" lbank="0" prog="122" /> + <Patch name="Wind" hbank="3" lbank="0" prog="122" /> + <Patch name="Stream" hbank="4" lbank="0" prog="122" /> + <Patch name="Bubble" hbank="5" lbank="0" prog="122" /> + <Patch name="Bird" hbank="0" lbank="0" prog="123" /> + <Patch name="Dog" hbank="1" lbank="0" prog="123" /> + <Patch name="Horse-Gallop" hbank="2" lbank="0" prog="123" /> + <Patch name="Bird 2" hbank="3" lbank="0" prog="123" /> + <Patch name="Telephone 1" hbank="0" lbank="0" prog="124" /> + <Patch name="Telephone 2" hbank="1" lbank="0" prog="124" /> + <Patch name="Door creaking" hbank="2" lbank="0" prog="124" /> + <Patch name="Door" hbank="3" lbank="0" prog="124" /> + <Patch name="Scratch" hbank="4" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="0" lbank="0" prog="125" /> + <Patch name="Car engine" hbank="1" lbank="0" prog="125" /> + <Patch name="Car stopping" hbank="2" lbank="0" prog="125" /> + <Patch name="Car pass" hbank="3" lbank="0" prog="125" /> + <Patch name="Car crash" hbank="4" lbank="0" prog="125" /> + <Patch name="Siren" hbank="5" lbank="0" prog="125" /> + <Patch name="Train" hbank="6" lbank="0" prog="125" /> + <Patch name="Jet plane" hbank="7" lbank="0" prog="125" /> + <Patch name="Starship" hbank="8" lbank="0" prog="125" /> + <Patch name="Burst noise" hbank="9" lbank="0" prog="125" /> + <Patch name="Applause" hbank="0" lbank="0" prog="126" /> + <Patch name="Screaming" hbank="2" lbank="0" prog="126" /> + <Patch name="Punch" hbank="3" lbank="0" prog="126" /> + <Patch name="Heart beat" hbank="4" lbank="0" prog="126" /> + <Patch name="Footsteps" hbank="5" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="0" lbank="0" prog="127" /> + <Patch name="Machine gun" hbank="1" lbank="0" prog="127" /> + <Patch name="Laser gun" hbank="2" lbank="0" prog="127" /> + <Patch name="Explosion" hbank="3" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Drums"> + <Patch name="Standard" hbank="0" lbank="0" prog="0" drum="1" /> + <Patch name="Room" hbank="0" lbank="0" prog="8" drum="1" /> + <Patch name="Power" hbank="0" lbank="0" prog="16" drum="1" /> + <Patch name="Electric" hbank="0" lbank="0" prog="24" drum="1" /> + <Patch name="808" hbank="0" lbank="0" prog="25" drum="1" /> + <Patch name="Jazz" hbank="0" lbank="0" prog="32" drum="1" /> + <Patch name="Brush" hbank="0" lbank="0" prog="40" drum="1" /> + <Patch name="Orchestra" hbank="0" lbank="0" prog="48" drum="1" /> + <Patch name="SFX" hbank="0" lbank="0" prog="56" drum="1" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="PortamentoControl" l="84" /> + <Controller name="Effect1Depth" l="91" /> + <Controller name="Effect3Depth" l="93" /> + <Controller name="AllSoundsOff" l="120" max="0" /> + <Controller name="ResetAllController" l="121" max="0" /> + <Controller name="AllNotesOff" l="123" max="0" /> + <Controller name="Omni off" l="124" max="0" /> + <Controller name="Mono" l="126" max="0" /> + <Controller name="Poly" l="127" max="0" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="64" init="0" /> + <Controller name="CoarseTuning" type="RPN" h="0" l="2" min="-24" max="23" /> + <Controller name="RPN null" type="RPN" h="127" l="127" max="0" /> + <Controller name="VibratoRate" type="NRPN" h="1" l="8" /> + <Controller name="VibratoDepth" type="NRPN" h="1" l="9" /> + <Controller name="VibratoDelay" type="NRPN" h="1" l="10" /> + <Controller name="FilterCutoffFreq" type="NRPN" h="1" l="32" /> + <Controller name="FilterResonance" type="NRPN" h="1" l="33" /> + <Controller name="AttackRate" type="NRPN" h="1" l="99" /> + <Controller name="DecayRate" type="NRPN" h="1" l="100" /> + <Controller name="ReleaseRate" type="NRPN" h="1" l="102" /> + <Controller name="DrumPitchCoarseTune" type="NRPN" h="24" l="pitch" min="-64" max="63" /> + <Controller name="DrumLevel" type="NRPN" h="26" l="pitch" /> + <Controller name="DrumPanpot" type="NRPN" h="28" l="pitch" min="-64" max="63" /> + <Controller name="DrumReverbSend" type="NRPN" h="29" l="pitch" /> + <Controller name="DrumChorusSend" type="NRPN" h="30" l="pitch" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Roland-SCD70.idf b/muse2/share/instruments/Roland-SCD70.idf new file mode 100644 index 00000000..f85668fc --- /dev/null +++ b/muse2/share/instruments/Roland-SCD70.idf @@ -0,0 +1,1371 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Roland SC-D70" nullparam="32639"> + <PatchGroup name="GM"> + <Patch name="Acoustic Grand Piano" hbank="0" lbank="0" prog="0" /> + <Patch name="Bright Acoustic Piano" hbank="0" lbank="0" prog="1" /> + <Patch name="Electric Grand Piano" hbank="0" lbank="0" prog="2" /> + <Patch name="Honky-tonk Piano" hbank="0" lbank="0" prog="3" /> + <Patch name="Electric Piano 1" hbank="0" lbank="0" prog="4" /> + <Patch name="Electric Piano 2" hbank="0" lbank="0" prog="5" /> + <Patch name="Harpsichord" hbank="0" lbank="0" prog="6" /> + <Patch name="Clavi" hbank="0" lbank="0" prog="7" /> + <Patch name="Celesta" hbank="0" lbank="0" prog="8" /> + <Patch name="Glockenspiel" hbank="0" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="0" lbank="0" prog="10" /> + <Patch name="Vibraphone" hbank="0" lbank="0" prog="11" /> + <Patch name="Marimba" hbank="0" lbank="0" prog="12" /> + <Patch name="Xylophone" hbank="0" lbank="0" prog="13" /> + <Patch name="Tubular Bells" hbank="0" lbank="0" prog="14" /> + <Patch name="Dulcimer" hbank="0" lbank="0" prog="15" /> + <Patch name="Drawbar Organ" hbank="0" lbank="0" prog="16" /> + <Patch name="Percussive Organ" hbank="0" lbank="0" prog="17" /> + <Patch name="Rock Organ" hbank="0" lbank="0" prog="18" /> + <Patch name="Church Organ" hbank="0" lbank="0" prog="19" /> + <Patch name="Reed Organ" hbank="0" lbank="0" prog="20" /> + <Patch name="Accordion" hbank="0" lbank="0" prog="21" /> + <Patch name="Harmonica" hbank="0" lbank="0" prog="22" /> + <Patch name="Tango Accordion" hbank="0" lbank="0" prog="23" /> + <Patch name="Acoustic Guitar (nylon)" hbank="0" lbank="0" prog="24" /> + <Patch name="Acoustic Guitar (steel)" hbank="0" lbank="0" prog="25" /> + <Patch name="Electric Guitar (jazz)" hbank="0" lbank="0" prog="26" /> + <Patch name="Electric Guitar (clean)" hbank="0" lbank="0" prog="27" /> + <Patch name="Electric Guitar (muted)" hbank="0" lbank="0" prog="28" /> + <Patch name="Overdriven Guitar" hbank="0" lbank="0" prog="29" /> + <Patch name="Distortion Guitar" hbank="0" lbank="0" prog="30" /> + <Patch name="Guitar Harmonics" hbank="0" lbank="0" prog="31" /> + <Patch name="Acoustic Bass" hbank="0" lbank="0" prog="32" /> + <Patch name="Electric Bass (finger)" hbank="0" lbank="0" prog="33" /> + <Patch name="Electric Bass (pick)" hbank="0" lbank="0" prog="34" /> + <Patch name="Fretless Bass" hbank="0" lbank="0" prog="35" /> + <Patch name="Slap Bass 1" hbank="0" lbank="0" prog="36" /> + <Patch name="Slap Bass 2" hbank="0" lbank="0" prog="37" /> + <Patch name="Synth Bass 1" hbank="0" lbank="0" prog="38" /> + <Patch name="Synth Bass 2" hbank="0" lbank="0" prog="39" /> + <Patch name="Violin" hbank="0" lbank="0" prog="40" /> + <Patch name="Viola" hbank="0" lbank="0" prog="41" /> + <Patch name="Cello" hbank="0" lbank="0" prog="42" /> + <Patch name="Contrabass" hbank="0" lbank="0" prog="43" /> + <Patch name="Tremolo Strings" hbank="0" lbank="0" prog="44" /> + <Patch name="Pizzicato Strings" hbank="0" lbank="0" prog="45" /> + <Patch name="Orchestral Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="Timpani" hbank="0" lbank="0" prog="47" /> + <Patch name="String Ensemble 1" hbank="0" lbank="0" prog="48" /> + <Patch name="String Ensemble 2" hbank="0" lbank="0" prog="49" /> + <Patch name="Synth Strings 1" hbank="0" lbank="0" prog="50" /> + <Patch name="Synth Strings 2" hbank="0" lbank="0" prog="51" /> + <Patch name="Choir Aahs" hbank="0" lbank="0" prog="52" /> + <Patch name="Voice Oohs" hbank="0" lbank="0" prog="53" /> + <Patch name="Synth Voice" hbank="0" lbank="0" prog="54" /> + <Patch name="Orchestra Hit" hbank="0" lbank="0" prog="55" /> + <Patch name="Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="Trombone" hbank="0" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="Muted Trumpet" hbank="0" lbank="0" prog="59" /> + <Patch name="French Horn" hbank="0" lbank="0" prog="60" /> + <Patch name="Brass Section" hbank="0" lbank="0" prog="61" /> + <Patch name="SynthBrass 1" hbank="0" lbank="0" prog="62" /> + <Patch name="SynthBrass 2" hbank="0" lbank="0" prog="63" /> + <Patch name="Soprano Sax" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="Tenor Sax" hbank="0" lbank="0" prog="66" /> + <Patch name="Baritone Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="English Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="0" prog="71" /> + <Patch name="Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="Pan Flute" hbank="0" lbank="0" prog="75" /> + <Patch name="Blown Bottle" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="0" lbank="0" prog="79" /> + <Patch name="Lead 1 (square)" hbank="0" lbank="0" prog="80" /> + <Patch name="Lead 2 (sawtooth)" hbank="0" lbank="0" prog="81" /> + <Patch name="Lead 3 (calliope)" hbank="0" lbank="0" prog="82" /> + <Patch name="Lead 4 (chiff)" hbank="0" lbank="0" prog="83" /> + <Patch name="Lead 5 (charang)" hbank="0" lbank="0" prog="84" /> + <Patch name="Lead 6 (voice)" hbank="0" lbank="0" prog="85" /> + <Patch name="Lead 7 (fifths)" hbank="0" lbank="0" prog="86" /> + <Patch name="Lead 8 (bass + lead)" hbank="0" lbank="0" prog="87" /> + <Patch name="Pad 1 (new age)" hbank="0" lbank="0" prog="88" /> + <Patch name="Pad 2 (warm)" hbank="0" lbank="0" prog="89" /> + <Patch name="Pad 3 (polysynth)" hbank="0" lbank="0" prog="90" /> + <Patch name="Pad 4 (choir)" hbank="0" lbank="0" prog="91" /> + <Patch name="Pad 5 (bowed)" hbank="0" lbank="0" prog="92" /> + <Patch name="Pad 6 (metallic)" hbank="0" lbank="0" prog="93" /> + <Patch name="Pad 7 (halo)" hbank="0" lbank="0" prog="94" /> + <Patch name="Pad 8 (sweep)" hbank="0" lbank="0" prog="95" /> + <Patch name="FX 1 (rain)" hbank="0" lbank="0" prog="96" /> + <Patch name="FX 2 (Soundtrack)" hbank="0" lbank="0" prog="97" /> + <Patch name="FX 3 (crystal)" hbank="0" lbank="0" prog="98" /> + <Patch name="FX 4 (atmosphere)" hbank="0" lbank="0" prog="99" /> + <Patch name="FX 5 (brightness)" hbank="0" lbank="0" prog="100" /> + <Patch name="FX 6 (goblins)" hbank="0" lbank="0" prog="101" /> + <Patch name="FX 7 (echoes)" hbank="0" lbank="0" prog="102" /> + <Patch name="FX 8 (sci-fi)" hbank="0" lbank="0" prog="103" /> + <Patch name="Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="Bag pipe" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="0" lbank="0" prog="111" /> + <Patch name="Tinkle Bell" hbank="0" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="Steel Drums" hbank="0" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="0" lbank="0" prog="115" /> + <Patch name="Taiko Drum" hbank="0" lbank="0" prog="116" /> + <Patch name="Melodic Tom" hbank="0" lbank="0" prog="117" /> + <Patch name="Synth Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="Reverse Cymbal" hbank="0" lbank="0" prog="119" /> + <Patch name="Guitar Fret Noise" hbank="0" lbank="0" prog="120" /> + <Patch name="Breath Noise" hbank="0" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="Bird Tweet" hbank="0" lbank="0" prog="123" /> + <Patch name="Telephone Ring" hbank="0" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="0" lbank="0" prog="125" /> + <Patch name="Applause" hbank="0" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Piano"> + <Patch name="Upright Piano" hbank="1" lbank="0" prog="0" /> + <Patch name="Mild Piano" hbank="2" lbank="0" prog="0" /> + <Patch name="Upright P w" hbank="8" lbank="0" prog="0" /> + <Patch name="Mild Piano w" hbank="9" lbank="0" prog="0" /> + <Patch name="European Pf" hbank="16" lbank="0" prog="0" /> + <Patch name="Piano + Str" hbank="24" lbank="0" prog="0" /> + <Patch name="Piano +Str2" hbank="25" lbank="0" prog="0" /> + <Patch name="Piano +Choir1" hbank="26" lbank="0" prog="0" /> + <Patch name="Piano +Choir2" hbank="27" lbank="0" prog="0" /> + <Patch name="Pop Piano" hbank="1" lbank="0" prog="1" /> + <Patch name="Rock Piano" hbank="2" lbank="0" prog="1" /> + <Patch name="Pop Piano w" hbank="8" lbank="0" prog="1" /> + <Patch name="Rock piano w" hbank="9" lbank="0" prog="1" /> + <Patch name="Dance Piano" hbank="16" lbank="0" prog="1" /> + <Patch name="EG + Rhodes 1" hbank="1" lbank="0" prog="2" /> + <Patch name="EG + Rhodes 2" hbank="2" lbank="0" prog="2" /> + <Patch name="Piano 3w" hbank="8" lbank="0" prog="2" /> + <Patch name="Honkey Tonk 2" hbank="8" lbank="0" prog="3" /> + <Patch name="St. Soft EP" hbank="8" lbank="0" prog="4" /> + <Patch name="Cho. E. Piano" hbank="9" lbank="0" prog="4" /> + <Patch name="SilentRhodes" hbank="10" lbank="0" prog="4" /> + <Patch name="FM+SA EP" hbank="16" lbank="0" prog="4" /> + <Patch name="Dist E. Piano" hbank="17" lbank="0" prog="4" /> + <Patch name="Wurly" hbank="24" lbank="0" prog="4" /> + <Patch name="Hard Rhodes" hbank="25" lbank="0" prog="4" /> + <Patch name="Mellow Rhodes" hbank="26" lbank="0" prog="4" /> + <Patch name="E. Piano 3" hbank="1" lbank="0" prog="5" /> + <Patch name="Detuned EP 2" hbank="8" lbank="0" prog="5" /> + <Patch name="Detuned EP 3" hbank="9" lbank="0" prog="5" /> + <Patch name="EP Legend" hbank="10" lbank="0" prog="5" /> + <Patch name="St. FM EP" hbank="16" lbank="0" prog="5" /> + <Patch name="Hard FM EP" hbank="24" lbank="0" prog="5" /> + <Patch name="EP phase" hbank="32" lbank="0" prog="5" /> + <Patch name="Harpsicord2" hbank="1" lbank="0" prog="6" /> + <Patch name="Harpsicord3" hbank="2" lbank="0" prog="6" /> + <Patch name="Coupled Hps." hbank="8" lbank="0" prog="6" /> + <Patch name="Harpsi.w" hbank="16" lbank="0" prog="6" /> + <Patch name="Harpsi.o" hbank="24" lbank="0" prog="6" /> + <Patch name="Synth Harpsi" hbank="32" lbank="0" prog="6" /> + <Patch name="Clav. 2" hbank="1" lbank="0" prog="7" /> + <Patch name="Atk. Clav. 1" hbank="2" lbank="0" prog="7" /> + <Patch name="Atk. Clav. 2" hbank="3" lbank="0" prog="7" /> + <Patch name="Comp Clav." hbank="8" lbank="0" prog="7" /> + <Patch name="Reso Clav" hbank="16" lbank="0" prog="7" /> + <Patch name="Phase Clav" hbank="17" lbank="0" prog="7" /> + <Patch name="Clav.o" hbank="24" lbank="0" prog="7" /> + <Patch name="Analog Clav." hbank="32" lbank="0" prog="7" /> + <Patch name="JP8 Clav. 1" hbank="33" lbank="0" prog="7" /> + <Patch name="JP8 Clav. 2" hbank="35" lbank="0" prog="7" /> + <Patch name="SynRingClav" hbank="36" lbank="0" prog="7" /> + <Patch name="SynDistClav" hbank="37" lbank="0" prog="7" /> + <Patch name="JP8000 Clav." hbank="38" lbank="0" prog="7" /> + <Patch name="Pulse Clav." hbank="39" lbank="0" prog="7" /> + </PatchGroup> + <PatchGroup name="Chromatic Percussion"> + <Patch name="Pop Celesta" hbank="1" lbank="0" prog="8" /> + <Patch name="Music Box 2" hbank="1" lbank="0" prog="10" /> + <Patch name="St. Music Box" hbank="8" lbank="0" prog="10" /> + <Patch name="Pop Vibe" hbank="1" lbank="0" prog="11" /> + <Patch name="Vibraphone w" hbank="8" lbank="0" prog="11" /> + <Patch name="Vibraphones" hbank="9" lbank="0" prog="11" /> + <Patch name="Marimba w" hbank="8" lbank="0" prog="12" /> + <Patch name="Barafon" hbank="16" lbank="0" prog="12" /> + <Patch name="Barafon 2" hbank="17" lbank="0" prog="12" /> + <Patch name="Log Drum" hbank="24" lbank="0" prog="12" /> + <Patch name="Xylophone w" hbank="8" lbank="0" prog="13" /> + <Patch name="Church Bell" hbank="8" lbank="0" prog="14" /> + <Patch name="Carillon" hbank="9" lbank="0" prog="14" /> + <Patch name="Church Bell 2" hbank="10" lbank="0" prog="14" /> + <Patch name="Tubular Bell w" hbank="16" lbank="0" prog="14" /> + <Patch name="Santur 2" hbank="1" lbank="0" prog="15" /> + <Patch name="Santur 3" hbank="2" lbank="0" prog="15" /> + <Patch name="Cimbalom" hbank="8" lbank="0" prog="15" /> + <Patch name="Zither 1" hbank="16" lbank="0" prog="15" /> + <Patch name="Zither 2" hbank="17" lbank="0" prog="15" /> + <Patch name="Dulcimer" hbank="24" lbank="0" prog="15" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Organ 101" hbank="1" lbank="0" prog="16" /> + <Patch name="Full Organ1" hbank="2" lbank="0" prog="16" /> + <Patch name="Full Organ 2" hbank="3" lbank="0" prog="16" /> + <Patch name="Full Organ 3" hbank="4" lbank="0" prog="16" /> + <Patch name="Full Organ 4" hbank="5" lbank="0" prog="16" /> + <Patch name="Full Organ 5" hbank="6" lbank="0" prog="16" /> + <Patch name="Full Organ 6" hbank="7" lbank="0" prog="16" /> + <Patch name="Trem. Organ" hbank="8" lbank="0" prog="16" /> + <Patch name="Organ o" hbank="9" lbank="0" prog="16" /> + <Patch name="Full Organ 7" hbank="10" lbank="0" prog="16" /> + <Patch name="Full Organ 8" hbank="11" lbank="0" prog="16" /> + <Patch name="Full Organ 9" hbank="12" lbank="0" prog="16" /> + <Patch name="60;s Organ 1" hbank="16" lbank="0" prog="16" /> + <Patch name="60;s Organ 2" hbank="17" lbank="0" prog="16" /> + <Patch name="60;s Organ 3" hbank="18" lbank="0" prog="16" /> + <Patch name="Fart Organ" hbank="19" lbank="0" prog="16" /> + <Patch name="Cheese Organ" hbank="24" lbank="0" prog="16" /> + <Patch name="D-50 Organ" hbank="25" lbank="0" prog="16" /> + <Patch name="JUNO Organ" hbank="26" lbank="0" prog="16" /> + <Patch name="Hybrid Organ" hbank="27" lbank="0" prog="16" /> + <Patch name="VS Organ" hbank="28" lbank="0" prog="16" /> + <Patch name="Digi Church" hbank="29" lbank="0" prog="16" /> + <Patch name="JX-8P Organ" hbank="30" lbank="0" prog="16" /> + <Patch name="FM Organ" hbank="31" lbank="0" prog="16" /> + <Patch name="70;s Organ" hbank="32" lbank="0" prog="16" /> + <Patch name="Even Bar" hbank="33" lbank="0" prog="16" /> + <Patch name="Organ Bass 1" hbank="40" lbank="0" prog="16" /> + <Patch name="5th Organ" hbank="48" lbank="0" prog="16" /> + <Patch name="Jazz Organ" hbank="1" lbank="0" prog="17" /> + <Patch name="E. Organ 16+2" hbank="2" lbank="0" prog="17" /> + <Patch name="Jazz Organ 2" hbank="3" lbank="0" prog="17" /> + <Patch name="Jazz Organ 3" hbank="4" lbank="0" prog="17" /> + <Patch name="Jazz Organ 4" hbank="5" lbank="0" prog="17" /> + <Patch name="Jazz Organ 5" hbank="6" lbank="0" prog="17" /> + <Patch name="Jazz Organ 6" hbank="7" lbank="0" prog="17" /> + <Patch name="Chorus Or. 2" hbank="8" lbank="0" prog="17" /> + <Patch name="Octave Organ" hbank="9" lbank="0" prog="17" /> + <Patch name="Perc. Organ" hbank="32" lbank="0" prog="17" /> + <Patch name="Perc. Organ 2" hbank="33" lbank="0" prog="17" /> + <Patch name="Perc. Organ 3" hbank="34" lbank="0" prog="17" /> + <Patch name="Perc. Organ 4" hbank="35" lbank="0" prog="17" /> + <Patch name="Rotary Org." hbank="8" lbank="0" prog="18" /> + <Patch name="Rotary Org.S" hbank="16" lbank="0" prog="18" /> + <Patch name="Rock Organ 1" hbank="17" lbank="0" prog="18" /> + <Patch name="Rock Organ 2" hbank="18" lbank="0" prog="18" /> + <Patch name="Rotary Org.F" hbank="24" lbank="0" prog="18" /> + <Patch name="Church Organ 2" hbank="8" lbank="0" prog="19" /> + <Patch name="Church Organ 3" hbank="16" lbank="0" prog="19" /> + <Patch name="Organ Flute" hbank="24" lbank="0" prog="19" /> + <Patch name="Trem. Flute" hbank="32" lbank="0" prog="19" /> + <Patch name="Theater Org." hbank="33" lbank="0" prog="19" /> + <Patch name="Wind Organ" hbank="8" lbank="0" prog="20" /> + <Patch name="Puff Organ" hbank="16" lbank="0" prog="20" /> + <Patch name="Accordion It" hbank="8" lbank="0" prog="21" /> + <Patch name="Dist Accordion" hbank="9" lbank="0" prog="21" /> + <Patch name="Cho. Accordion" hbank="16" lbank="0" prog="21" /> + <Patch name="Hard Accord" hbank="24" lbank="0" prog="21" /> + <Patch name="Soft Accord" hbank="25" lbank="0" prog="21" /> + <Patch name="Harmonica 2" hbank="1" lbank="0" prog="22" /> + <Patch name="B.Basic Harp" hbank="8" lbank="0" prog="22" /> + <Patch name="B.Harp Suppl" hbank="9" lbank="0" prog="22" /> + <Patch name="Bandoneon 2" hbank="8" lbank="0" prog="23" /> + <Patch name="Bandoneon 3" hbank="16" lbank="0" prog="23" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Ukulele" hbank="8" lbank="0" prog="24" /> + <Patch name="Nylon Gt.o" hbank="16" lbank="0" prog="24" /> + <Patch name="Velo Harmnix" hbank="24" lbank="0" prog="24" /> + <Patch name="Nylon Gt.2 " hbank="32" lbank="0" prog="24" /> + <Patch name="Lequint Gt." hbank="40" lbank="0" prog="24" /> + <Patch name="12-str.Gt" hbank="8" lbank="0" prog="25" /> + <Patch name="Nylon+Steel" hbank="9" lbank="0" prog="25" /> + <Patch name="Atk Steel Gt" hbank="10" lbank="0" prog="25" /> + <Patch name="Mandolin" hbank="16" lbank="0" prog="25" /> + <Patch name="Mandolin 2" hbank="17" lbank="0" prog="25" /> + <Patch name="MandolinTrem" hbank="18" lbank="0" prog="25" /> + <Patch name="Steel Gt.2" hbank="32" lbank="0" prog="25" /> + <Patch name="Steel + Body" hbank="33" lbank="0" prog="25" /> + <Patch name="Mellow Gt." hbank="1" lbank="0" prog="26" /> + <Patch name="Pedal Steel" hbank="8" lbank="0" prog="26" /> + <Patch name="Clean Half" hbank="1" lbank="0" prog="27" /> + <Patch name="Open Hard 1" hbank="2" lbank="0" prog="27" /> + <Patch name="Open Hard 2" hbank="3" lbank="0" prog="27" /> + <Patch name="JC Clean Gt." hbank="4" lbank="0" prog="27" /> + <Patch name="Atk CleanGt." hbank="5" lbank="0" prog="27" /> + <Patch name="Chorus Gt." hbank="8" lbank="0" prog="27" /> + <Patch name="JC Chorus Gt" hbank="9" lbank="0" prog="27" /> + <Patch name="TC FrontPick" hbank="16" lbank="0" prog="27" /> + <Patch name="TC Rear Pick" hbank="17" lbank="0" prog="27" /> + <Patch name="TC Clean ff" hbank="18" lbank="0" prog="27" /> + <Patch name="TC Clean 2" hbank="19" lbank="0" prog="27" /> + <Patch name="LP Rear Pick" hbank="20" lbank="0" prog="27" /> + <Patch name="LP Rear 2" hbank="21" lbank="0" prog="27" /> + <Patch name="LP RearAtack" hbank="22" lbank="0" prog="27" /> + <Patch name="Mid Tone GTR" hbank="23" lbank="0" prog="27" /> + <Patch name="Chung Ruan" hbank="24" lbank="0" prog="27" /> + <Patch name="Chung Ruan 2" hbank="25" lbank="0" prog="27" /> + <Patch name="Muted Dis.Gt" hbank="1" lbank="0" prog="28" /> + <Patch name="TC Muted Gt." hbank="2" lbank="0" prog="28" /> + <Patch name="Funk Pop" hbank="8" lbank="0" prog="28" /> + <Patch name="Funk Gt.2" hbank="16" lbank="0" prog="28" /> + <Patch name="Jazz Man" hbank="24" lbank="0" prog="28" /> + <Patch name="Overdrive 2" hbank="1" lbank="0" prog="29" /> + <Patch name="Overdrive 3" hbank="2" lbank="0" prog="29" /> + <Patch name="More Drive" hbank="3" lbank="0" prog="29" /> + <Patch name="Guitar Pinch" hbank="4" lbank="0" prog="29" /> + <Patch name="Attack Drive" hbank="5" lbank="0" prog="29" /> + <Patch name="LP OverDrvGt" hbank="8" lbank="0" prog="29" /> + <Patch name="LP OverDrv" hbank="9" lbank="0" prog="29" /> + <Patch name="LP Half Drv" hbank="10" lbank="0" prog="29" /> + <Patch name="LP Half Drv2" hbank="11" lbank="0" prog="29" /> + <Patch name="LP Chorus" hbank="12" lbank="0" prog="29" /> + <Patch name="Dist. Gt2" hbank="1" lbank="0" prog="30" /> + <Patch name="Dazed Guitar" hbank="2" lbank="0" prog="30" /> + <Patch name="Distortion" hbank="3" lbank="0" prog="30" /> + <Patch name="Dist. Fast" hbank="4" lbank="0" prog="30" /> + <Patch name="Attack Dist" hbank="5" lbank="0" prog="30" /> + <Patch name="Feedback Gt." hbank="8" lbank="0" prog="30" /> + <Patch name="Feedback Gt2" hbank="9" lbank="0" prog="30" /> + <Patch name="Power Guitar" hbank="16" lbank="0" prog="30" /> + <Patch name="Power Gt.2" hbank="17" lbank="0" prog="30" /> + <Patch name="5th Dist." hbank="18" lbank="0" prog="30" /> + <Patch name="Rock Rhythm" hbank="24" lbank="0" prog="30" /> + <Patch name="Rock Rhythm2" hbank="25" lbank="0" prog="30" /> + <Patch name="Dist Rtm GTR" hbank="26" lbank="0" prog="30" /> + <Patch name="Gt. Feedback" hbank="8" lbank="0" prog="31" /> + <Patch name="Gt.Feedback2" hbank="9" lbank="0" prog="31" /> + <Patch name="Ac.Gt.Harmnx" hbank="16" lbank="0" prog="31" /> + <Patch name="E.Bass Harm." hbank="24" lbank="0" prog="31" /> + </PatchGroup> + <PatchGroup name="Bass"> + <Patch name="Rockabillyi" hbank="1" lbank="0" prog="32" /> + <Patch name="Wild A.Bass" hbank="8" lbank="0" prog="32" /> + <Patch name="Atk A.Bass" hbank="9" lbank="0" prog="32" /> + <Patch name="Bass + OHH" hbank="16" lbank="0" prog="32" /> + <Patch name="Fingered Bs2" hbank="1" lbank="0" prog="33" /> + <Patch name="Jazz Bass" hbank="2" lbank="0" prog="33" /> + <Patch name="Jazz Bass 2" hbank="3" lbank="0" prog="33" /> + <Patch name="Rock Bass" hbank="4" lbank="0" prog="33" /> + <Patch name="Heart Bass" hbank="5" lbank="0" prog="33" /> + <Patch name="AttackFinger" hbank="6" lbank="0" prog="33" /> + <Patch name="Finger Slap" hbank="7" lbank="0" prog="33" /> + <Patch name="ChorusJazzBs" hbank="8" lbank="0" prog="33" /> + <Patch name="F.Bass/Harm." hbank="16" lbank="0" prog="33" /> + <Patch name="Picked Bass2" hbank="1" lbank="0" prog="34" /> + <Patch name="Picked Bass3" hbank="2" lbank="0" prog="34" /> + <Patch name="Picked Bass4" hbank="3" lbank="0" prog="34" /> + <Patch name="Double Pick" hbank="4" lbank="0" prog="34" /> + <Patch name="Muted PickBs" hbank="8" lbank="0" prog="34" /> + <Patch name="P.Bass/Harm." hbank="16" lbank="0" prog="34" /> + <Patch name="Fretless Bs2" hbank="1" lbank="0" prog="35" /> + <Patch name="Fretless Bs3" hbank="2" lbank="0" prog="35" /> + <Patch name="Fretless Bs4" hbank="3" lbank="0" prog="35" /> + <Patch name="Syn Fretless" hbank="4" lbank="0" prog="35" /> + <Patch name="Mr.Smooth" hbank="5" lbank="0" prog="35" /> + <Patch name="Wood+FlessBs" hbank="8" lbank="0" prog="35" /> + <Patch name="Slap Pop" hbank="1" lbank="0" prog="36" /> + <Patch name="Reso Slap" hbank="8" lbank="0" prog="36" /> + <Patch name="Unison Slap" hbank="9" lbank="0" prog="36" /> + <Patch name="Slap Bass 3" hbank="1" lbank="0" prog="37" /> + <Patch name="FM Slap" hbank="8" lbank="0" prog="37" /> + <Patch name="SynthBass101" hbank="1" lbank="0" prog="38" /> + <Patch name="CS Bass" hbank="2" lbank="0" prog="38" /> + <Patch name="JP-4 Bass" hbank="3" lbank="0" prog="38" /> + <Patch name="JP-8 Bass" hbank="4" lbank="0" prog="38" /> + <Patch name="P5 Bass" hbank="5" lbank="0" prog="38" /> + <Patch name="JPMG Bass" hbank="6" lbank="0" prog="38" /> + <Patch name="Acid Bass" hbank="8" lbank="0" prog="38" /> + <Patch name="TB303 Bass" hbank="9" lbank="0" prog="38" /> + <Patch name="Tekno Bass" hbank="10" lbank="0" prog="38" /> + <Patch name="TB303 Bass 2" hbank="11" lbank="0" prog="38" /> + <Patch name="Kicked TB303" hbank="12" lbank="0" prog="38" /> + <Patch name="TB303 Saw Bs" hbank="13" lbank="0" prog="38" /> + <Patch name="Rubber303 Bs" hbank="14" lbank="0" prog="38" /> + <Patch name="Reso 303 Bs" hbank="15" lbank="0" prog="38" /> + <Patch name="Reso SH Bass" hbank="16" lbank="0" prog="38" /> + <Patch name="TB303 Sqr Bs" hbank="17" lbank="0" prog="38" /> + <Patch name="TB303 DistBs" hbank="18" lbank="0" prog="38" /> + <Patch name="Clavi Bass" hbank="19" lbank="0" prog="38" /> + <Patch name="Hammer" hbank="20" lbank="0" prog="38" /> + <Patch name="Jungle Bass" hbank="21" lbank="0" prog="38" /> + <Patch name="Square Bass" hbank="22" lbank="0" prog="38" /> + <Patch name="Square Bass2" hbank="23" lbank="0" prog="38" /> + <Patch name="Arpeggio Bs" hbank="24" lbank="0" prog="38" /> + <Patch name="Hit+Saw Bass" hbank="32" lbank="0" prog="38" /> + <Patch name="Ring Bass" hbank="33" lbank="0" prog="38" /> + <Patch name="AtkSineBass" hbank="34" lbank="0" prog="38" /> + <Patch name="OB sine Bass" hbank="35" lbank="0" prog="38" /> + <Patch name="Auxiliary Bs" hbank="36" lbank="0" prog="38" /> + <Patch name="303SqDistBs" hbank="40" lbank="0" prog="38" /> + <Patch name="303SqDistBs2" hbank="41" lbank="0" prog="38" /> + <Patch name="303SqDistBs3" hbank="42" lbank="0" prog="38" /> + <Patch name="303Sqr.Rev" hbank="43" lbank="0" prog="38" /> + <Patch name="TeeBee" hbank="44" lbank="0" prog="38" /> + <Patch name="SynthBass201" hbank="1" lbank="0" prog="39" /> + <Patch name="Modular Bass" hbank="2" lbank="0" prog="39" /> + <Patch name="Seq Bass" hbank="3" lbank="0" prog="39" /> + <Patch name="MG Bass" hbank="4" lbank="0" prog="39" /> + <Patch name="Mg Oct Bass1" hbank="5" lbank="0" prog="39" /> + <Patch name="MG Oct Bass2" hbank="6" lbank="0" prog="39" /> + <Patch name="MG Blip Bs" hbank="7" lbank="0" prog="39" /> + <Patch name="Beef FM Bass" hbank="8" lbank="0" prog="39" /> + <Patch name="Dly Bass" hbank="9" lbank="0" prog="39" /> + <Patch name="X Wire Bass" hbank="10" lbank="0" prog="39" /> + <Patch name="WireStr Bass" hbank="11" lbank="0" prog="39" /> + <Patch name="Blip Bass" hbank="12" lbank="0" prog="39" /> + <Patch name="RubberBass 1" hbank="13" lbank="0" prog="39" /> + <Patch name="Syn Bell Bs" hbank="14" lbank="0" prog="39" /> + <Patch name="Odd Bass" hbank="15" lbank="0" prog="39" /> + <Patch name="RubberBass 2" hbank="16" lbank="0" prog="39" /> + <Patch name="SH101 Bass 1" hbank="17" lbank="0" prog="39" /> + <Patch name="SH101 Bass 2" hbank="18" lbank="0" prog="39" /> + <Patch name="Smooth Bass" hbank="19" lbank="0" prog="39" /> + <Patch name="SH101 Bass 3" hbank="20" lbank="0" prog="39" /> + <Patch name="Spike Bass" hbank="21" lbank="0" prog="39" /> + <Patch name="House Bass" hbank="22" lbank="0" prog="39" /> + <Patch name="KG Bass" hbank="23" lbank="0" prog="39" /> + <Patch name="Sync Bass" hbank="24" lbank="0" prog="39" /> + <Patch name="MG 5th Bass" hbank="25" lbank="0" prog="39" /> + <Patch name="RND Bass" hbank="26" lbank="0" prog="39" /> + <Patch name="WowMG Bass" hbank="27" lbank="0" prog="39" /> + <Patch name="Bubble Bass" hbank="28" lbank="0" prog="39" /> + <Patch name="Attack Pulse" hbank="29" lbank="0" prog="39" /> + <Patch name="Sync Bass 2" hbank="30" lbank="0" prog="39" /> + <Patch name="Pulse Mix Bs" hbank="31" lbank="0" prog="39" /> + <Patch name="MG Dist Bass" hbank="32" lbank="0" prog="39" /> + <Patch name="Seq Bass 2" hbank="33" lbank="0" prog="39" /> + <Patch name="3rd Bass" hbank="34" lbank="0" prog="39" /> + <Patch name="MG Oct Bass" hbank="35" lbank="0" prog="39" /> + <Patch name="SlowEnvBass" hbank="36" lbank="0" prog="39" /> + <Patch name="Mild Bass" hbank="37" lbank="0" prog="39" /> + <Patch name="DistEnvBass" hbank="38" lbank="0" prog="39" /> + <Patch name="MG LightBass" hbank="39" lbank="0" prog="39" /> + <Patch name="DistSynBass" hbank="40" lbank="0" prog="39" /> + <Patch name="Rise Bass" hbank="41" lbank="0" prog="39" /> + <Patch name="Cyber Bass" hbank="42" lbank="0" prog="39" /> + </PatchGroup> + <PatchGroup name="Strings/Orchestra"> + <Patch name="Violin Atk" hbank="1" lbank="0" prog="40" /> + <Patch name="Slow Violin" hbank="8" lbank="0" prog="40" /> + <Patch name="Viola Atk." hbank="1" lbank="0" prog="41" /> + <Patch name="Cello Atk." hbank="1" lbank="0" prog="42" /> + <Patch name="Trem Str.St." hbank="2" lbank="0" prog="44" /> + <Patch name="Slow Tremolo" hbank="8" lbank="0" prog="44" /> + <Patch name="Suspense Str" hbank="9" lbank="0" prog="44" /> + <Patch name="SuspenseStr2" hbank="10" lbank="0" prog="44" /> + <Patch name="Vcs+Cbs Pizz" hbank="1" lbank="0" prog="45" /> + <Patch name="Chamber Pizz" hbank="2" lbank="0" prog="45" /> + <Patch name="St.Pizzicato" hbank="3" lbank="0" prog="45" /> + <Patch name="Solo Pizz." hbank="8" lbank="0" prog="45" /> + <Patch name="Solo Spic." hbank="16" lbank="0" prog="45" /> + <Patch name="StringsSpic." hbank="17" lbank="0" prog="45" /> + <Patch name="Harp+Strings" hbank="1" lbank="0" prog="46" /> + <Patch name="Harp St." hbank="2" lbank="0" prog="46" /> + <Patch name="Uillean Harp" hbank="8" lbank="0" prog="46" /> + <Patch name="Synth Harp" hbank="16" lbank="0" prog="46" /> + <Patch name="Yang Qin" hbank="24" lbank="0" prog="46" /> + <Patch name="Yang Qin 2" hbank="25" lbank="0" prog="46" /> + <Patch name="SynthYangQin" hbank="26" lbank="0" prog="46" /> + </PatchGroup> + <PatchGroup name="Ensemble"> + <Patch name="Bright Str" hbank="1" lbank="0" prog="48" /> + <Patch name="ChamberStr" hbank="2" lbank="0" prog="48" /> + <Patch name="Cello sect." hbank="3" lbank="0" prog="48" /> + <Patch name="Bright Str.2" hbank="4" lbank="0" prog="48" /> + <Patch name="Bright Str.3" hbank="5" lbank="0" prog="48" /> + <Patch name="Quad Strings" hbank="6" lbank="0" prog="48" /> + <Patch name="Mild Strings" hbank="7" lbank="0" prog="48" /> + <Patch name="Orchestra" hbank="8" lbank="0" prog="48" /> + <Patch name="Orchestra 2" hbank="9" lbank="0" prog="48" /> + <Patch name="Tremolo Orch" hbank="10" lbank="0" prog="48" /> + <Patch name="Choir Str." hbank="11" lbank="0" prog="48" /> + <Patch name="Strings+Horn" hbank="12" lbank="0" prog="48" /> + <Patch name="Str.+Flute" hbank="13" lbank="0" prog="48" /> + <Patch name="Choir Str.2" hbank="14" lbank="0" prog="48" /> + <Patch name="Choir Str.3" hbank="15" lbank="0" prog="48" /> + <Patch name="St. Strings" hbank="16" lbank="0" prog="48" /> + <Patch name="St.Strings 2" hbank="17" lbank="0" prog="48" /> + <Patch name="St.Strings 3" hbank="18" lbank="0" prog="48" /> + <Patch name="Orchestra 3" hbank="19" lbank="0" prog="48" /> + <Patch name="Orchestra 4" hbank="20" lbank="0" prog="48" /> + <Patch name="Velo Strings" hbank="24" lbank="0" prog="48" /> + <Patch name="Oct Strings1" hbank="32" lbank="0" prog="48" /> + <Patch name="Oct Strings2" hbank="33" lbank="0" prog="48" /> + <Patch name="ContraBsSect" hbank="34" lbank="0" prog="48" /> + <Patch name="60s Strings" hbank="40" lbank="0" prog="48" /> + <Patch name="SlowStrings2" hbank="1" lbank="0" prog="49" /> + <Patch name="SlowStrings3" hbank="2" lbank="0" prog="49" /> + <Patch name="Legato Str." hbank="8" lbank="0" prog="49" /> + <Patch name="Warm Strings" hbank="9" lbank="0" prog="49" /> + <Patch name="St.Slow Str." hbank="10" lbank="0" prog="49" /> + <Patch name="St.Slow Str2" hbank="11" lbank="0" prog="49" /> + <Patch name="S.Str+Choir" hbank="12" lbank="0" prog="49" /> + <Patch name="S.Str+Choir2" hbank="13" lbank="0" prog="49" /> + <Patch name="OB Strings" hbank="1" lbank="0" prog="50" /> + <Patch name="StackStrings" hbank="2" lbank="0" prog="50" /> + <Patch name="JP Strings" hbank="3" lbank="0" prog="50" /> + <Patch name="Chorus Str." hbank="4" lbank="0" prog="50" /> + <Patch name="Syn.Strings3" hbank="8" lbank="0" prog="50" /> + <Patch name="Syn.Strings4" hbank="9" lbank="0" prog="50" /> + <Patch name="Syn.Strings6" hbank="10" lbank="0" prog="50" /> + <Patch name="Syn.Strings7" hbank="11" lbank="0" prog="50" /> + <Patch name="LoFi Strings" hbank="12" lbank="0" prog="50" /> + <Patch name="High Strings" hbank="16" lbank="0" prog="50" /> + <Patch name="Hybrid Str." hbank="17" lbank="0" prog="50" /> + <Patch name="Tron Strings" hbank="24" lbank="0" prog="50" /> + <Patch name="Noiz Strings" hbank="25" lbank="0" prog="50" /> + <Patch name="Syn.Strings5" hbank="1" lbank="0" prog="51" /> + <Patch name="JUNO Strings" hbank="2" lbank="0" prog="51" /> + <Patch name="FilteredOrch" hbank="3" lbank="0" prog="51" /> + <Patch name="JP Saw Str." hbank="4" lbank="0" prog="51" /> + <Patch name="Hybrid Str.2" hbank="5" lbank="0" prog="51" /> + <Patch name="DistStrings" hbank="6" lbank="0" prog="51" /> + <Patch name="JUNOFullStr." hbank="7" lbank="0" prog="51" /> + <Patch name="Air Strings" hbank="8" lbank="0" prog="51" /> + <Patch name="Atk Syn Str." hbank="9" lbank="0" prog="51" /> + <Patch name="StraightStr." hbank="10" lbank="0" prog="51" /> + <Patch name="St.ChoirAahs" hbank="8" lbank="0" prog="52" /> + <Patch name="Melted Choir" hbank="9" lbank="0" prog="52" /> + <Patch name="Church Choir" hbank="10" lbank="0" prog="52" /> + <Patch name="Boys Choir 1" hbank="11" lbank="0" prog="52" /> + <Patch name="Boys Choir 2" hbank="12" lbank="0" prog="52" /> + <Patch name="St.BoysChoir" hbank="13" lbank="0" prog="52" /> + <Patch name="Rich Choir" hbank="14" lbank="0" prog="52" /> + <Patch name="Choir Hahs" hbank="16" lbank="0" prog="52" /> + <Patch name="Chorus Lahs" hbank="24" lbank="0" prog="52" /> + <Patch name="Chorus Aahs" hbank="32" lbank="0" prog="52" /> + <Patch name="Male Aah+Str" hbank="33" lbank="0" prog="52" /> + <Patch name="Chorus Oohs" hbank="1" lbank="0" prog="53" /> + <Patch name="Voice Oohs 2" hbank="2" lbank="0" prog="53" /> + <Patch name="Chorus Oohs2" hbank="3" lbank="0" prog="53" /> + <Patch name="OohsCodeMaj7" hbank="4" lbank="0" prog="53" /> + <Patch name="OohsCodeSus4" hbank="5" lbank="0" prog="53" /> + <Patch name="Jazz Scat" hbank="6" lbank="0" prog="53" /> + <Patch name="Voice Dahs" hbank="8" lbank="0" prog="53" /> + <Patch name="JzVoice Dat" hbank="9" lbank="0" prog="53" /> + <Patch name="JzVoice Bap" hbank="10" lbank="0" prog="53" /> + <Patch name="JzVoice Dow" hbank="11" lbank="0" prog="53" /> + <Patch name="JzVoice Thum" hbank="12" lbank="0" prog="53" /> + <Patch name="VoiceLah Fem" hbank="16" lbank="0" prog="53" /> + <Patch name="ChorusLahFem" hbank="17" lbank="0" prog="53" /> + <Patch name="VoiceLuh Fem" hbank="18" lbank="0" prog="53" /> + <Patch name="ChorusLuhFem" hbank="19" lbank="0" prog="53" /> + <Patch name="VoiceLan Fem" hbank="20" lbank="0" prog="53" /> + <Patch name="ChorusLanFem" hbank="21" lbank="0" prog="53" /> + <Patch name="VoiceAah Fem" hbank="22" lbank="0" prog="53" /> + <Patch name="VoiceUuh Fem" hbank="23" lbank="0" prog="53" /> + <Patch name="Fem LahLan" hbank="24" lbank="0" prog="53" /> + <Patch name="VoiceWah Mal" hbank="32" lbank="0" prog="53" /> + <Patch name="ChorusWahMal" hbank="33" lbank="0" prog="53" /> + <Patch name="VoiceWoh Mal" hbank="34" lbank="0" prog="53" /> + <Patch name="ChorusWohMal" hbank="35" lbank="0" prog="53" /> + <Patch name="VoiceAah Mal" hbank="36" lbank="0" prog="53" /> + <Patch name="VoiceOoh Mal" hbank="37" lbank="0" prog="53" /> + <Patch name="Humming" hbank="40" lbank="0" prog="53" /> + <Patch name="SynVox 2" hbank="1" lbank="0" prog="54" /> + <Patch name="SynVox 3" hbank="2" lbank="0" prog="54" /> + <Patch name="Syn.Voice" hbank="8" lbank="0" prog="54" /> + <Patch name="Silent Night" hbank="9" lbank="0" prog="54" /> + <Patch name="Syn.Voice 2" hbank="10" lbank="0" prog="54" /> + <Patch name="VP330 Choir" hbank="16" lbank="0" prog="54" /> + <Patch name="Vinyl Choir" hbank="17" lbank="0" prog="54" /> + <Patch name="JX8P Vox" hbank="18" lbank="0" prog="54" /> + <Patch name="Analog Voice" hbank="19" lbank="0" prog="54" /> + <Patch name="Bass Hit" hbank="1" lbank="0" prog="55" /> + <Patch name="6th Hit" hbank="2" lbank="0" prog="55" /> + <Patch name="Euro Hit" hbank="3" lbank="0" prog="55" /> + <Patch name="Impact Hit" hbank="8" lbank="0" prog="55" /> + <Patch name="Philly Hit" hbank="9" lbank="0" prog="55" /> + <Patch name="Double Hit" hbank="10" lbank="0" prog="55" /> + <Patch name="Perc. Hit" hbank="11" lbank="0" prog="55" /> + <Patch name="Shock Wave" hbank="12" lbank="0" prog="55" /> + <Patch name="Bounce Hit" hbank="13" lbank="0" prog="55" /> + <Patch name="Drill Hit" hbank="14" lbank="0" prog="55" /> + <Patch name="Thrill Hit" hbank="15" lbank="0" prog="55" /> + <Patch name="Lo Fi Rave" hbank="16" lbank="0" prog="55" /> + <Patch name="Techno Hit" hbank="17" lbank="0" prog="55" /> + <Patch name="Dist. Hit" hbank="18" lbank="0" prog="55" /> + <Patch name="Bam Hit" hbank="19" lbank="0" prog="55" /> + <Patch name="Bit Hit" hbank="20" lbank="0" prog="55" /> + <Patch name="Bim Hit" hbank="21" lbank="0" prog="55" /> + <Patch name="Technorg Hit" hbank="22" lbank="0" prog="55" /> + <Patch name="Rave Hit" hbank="23" lbank="0" prog="55" /> + <Patch name="Strings Hit" hbank="24" lbank="0" prog="55" /> + <Patch name="Stack Hit" hbank="25" lbank="0" prog="55" /> + <Patch name="Industry Hit" hbank="26" lbank="0" prog="55" /> + <Patch name="Clap Hit" hbank="27" lbank="0" prog="55" /> + </PatchGroup> + <PatchGroup name="Brass"> + <Patch name="Trumpet 2" hbank="1" lbank="0" prog="56" /> + <Patch name="Trumpet:" hbank="2" lbank="0" prog="56" /> + <Patch name="Dark Trumpet" hbank="3" lbank="0" prog="56" /> + <Patch name="Trumpet + Nz" hbank="4" lbank="0" prog="56" /> + <Patch name="Flugel Horn" hbank="8" lbank="0" prog="56" /> + <Patch name="4th Trumpets" hbank="16" lbank="0" prog="56" /> + <Patch name="Bright Tp." hbank="24" lbank="0" prog="56" /> + <Patch name="Warm Tp." hbank="25" lbank="0" prog="56" /> + <Patch name="Warm Tp.2" hbank="26" lbank="0" prog="56" /> + <Patch name="Twin Tp." hbank="27" lbank="0" prog="56" /> + <Patch name="Syn. Trumpet" hbank="32" lbank="0" prog="56" /> + <Patch name="Trombone 2" hbank="1" lbank="0" prog="57" /> + <Patch name="Twin bones" hbank="2" lbank="0" prog="57" /> + <Patch name="Bones + Tuba" hbank="3" lbank="0" prog="57" /> + <Patch name="Bright Tb" hbank="4" lbank="0" prog="57" /> + <Patch name="Bs. Trombone" hbank="8" lbank="0" prog="57" /> + <Patch name="Euphonium" hbank="16" lbank="0" prog="57" /> + <Patch name="Tuba 2" hbank="1" lbank="0" prog="58" /> + <Patch name="Tuba + Horn" hbank="8" lbank="0" prog="58" /> + <Patch name="Cup Mute Tp" hbank="1" lbank="0" prog="59" /> + <Patch name="MuteTrumpet2" hbank="2" lbank="0" prog="59" /> + <Patch name="MuteTrumpet3" hbank="3" lbank="0" prog="59" /> + <Patch name="Muted Horns" hbank="8" lbank="0" prog="59" /> + <Patch name="Fr.Horn 2" hbank="1" lbank="0" prog="60" /> + <Patch name="Horn + Orche" hbank="2" lbank="0" prog="60" /> + <Patch name="Wide FreHrns" hbank="3" lbank="0" prog="60" /> + <Patch name="F.Hrn Slow:" hbank="8" lbank="0" prog="60" /> + <Patch name="Dual Horns" hbank="9" lbank="0" prog="60" /> + <Patch name="Synth Horn" hbank="16" lbank="0" prog="60" /> + <Patch name="F.Horn Rip" hbank="24" lbank="0" prog="60" /> + <Patch name="Brass ff" hbank="1" lbank="0" prog="61" /> + <Patch name="Bones Sect." hbank="2" lbank="0" prog="61" /> + <Patch name="St. Brass ff" hbank="3" lbank="0" prog="61" /> + <Patch name="Quad Brass1" hbank="4" lbank="0" prog="61" /> + <Patch name="Quad Brass2" hbank="5" lbank="0" prog="61" /> + <Patch name="Brass 2" hbank="8" lbank="0" prog="61" /> + <Patch name="Brass 3" hbank="9" lbank="0" prog="61" /> + <Patch name="Brass sfz" hbank="10" lbank="0" prog="61" /> + <Patch name="Brass sfz 2" hbank="12" lbank="0" prog="61" /> + <Patch name="FatPop Brass" hbank="14" lbank="0" prog="61" /> + <Patch name="Brass Fall" hbank="16" lbank="0" prog="61" /> + <Patch name="Trumpet Fall" hbank="17" lbank="0" prog="61" /> + <Patch name="Octave Brass" hbank="24" lbank="0" prog="61" /> + <Patch name="Brass + Reed" hbank="25" lbank="0" prog="61" /> + <Patch name="Fat + Reed" hbank="26" lbank="0" prog="61" /> + <Patch name="Orch Brass" hbank="32" lbank="0" prog="61" /> + <Patch name="Orch Brass 2" hbank="33" lbank="0" prog="61" /> + <Patch name="St.FatPopBrs" hbank="35" lbank="0" prog="61" /> + <Patch name="St.Orch Brs" hbank="36" lbank="0" prog="61" /> + <Patch name="St.Orch Brs2" hbank="37" lbank="0" prog="61" /> + <Patch name="St.Orch Brs3" hbank="38" lbank="0" prog="61" /> + <Patch name="JUNO Brass" hbank="1" lbank="0" prog="62" /> + <Patch name="Stack Brass" hbank="2" lbank="0" prog="62" /> + <Patch name="SH-5 Brass" hbank="3" lbank="0" prog="62" /> + <Patch name="MKS Brass" hbank="4" lbank="0" prog="62" /> + <Patch name="Jump Brass" hbank="5" lbank="0" prog="62" /> + <Patch name="Pro Brass" hbank="8" lbank="0" prog="62" /> + <Patch name="P5 Brass" hbank="9" lbank="0" prog="62" /> + <Patch name="OrchSynBrass" hbank="10" lbank="0" prog="62" /> + <Patch name="Oct SynBrass" hbank="16" lbank="0" prog="62" /> + <Patch name="Hybrid Brass" hbank="17" lbank="0" prog="62" /> + <Patch name="OctSynBrass2" hbank="18" lbank="0" prog="62" /> + <Patch name="BPF Brass" hbank="19" lbank="0" prog="62" /> + <Patch name="Soft Brass" hbank="1" lbank="0" prog="63" /> + <Patch name="Warm Brass" hbank="2" lbank="0" prog="63" /> + <Patch name="Synth Brass3" hbank="3" lbank="0" prog="63" /> + <Patch name="Sync Brass" hbank="4" lbank="0" prog="63" /> + <Patch name="Fat SynBrass" hbank="5" lbank="0" prog="63" /> + <Patch name="DeepSynBrass" hbank="6" lbank="0" prog="63" /> + <Patch name="SynBrass sfz" hbank="8" lbank="0" prog="63" /> + <Patch name="OB Brass " hbank="9" lbank="0" prog="63" /> + <Patch name="Reso Brass" hbank="10" lbank="0" prog="63" /> + <Patch name="DistSqrBrass" hbank="11" lbank="0" prog="63" /> + <Patch name="JP8000SawBrs" hbank="12" lbank="0" prog="63" /> + <Patch name="Velo Brass 1" hbank="16" lbank="0" prog="63" /> + <Patch name="Transbrass" hbank="17" lbank="0" prog="63" /> + </PatchGroup> + <PatchGroup name="Reed"> + <Patch name="Soprano Exp." hbank="8" lbank="0" prog="64" /> + <Patch name="AltoSax Exp." hbank="8" lbank="0" prog="65" /> + <Patch name="Grow Sax" hbank="9" lbank="0" prog="65" /> + <Patch name="AltoSax + Tp" hbank="16" lbank="0" prog="65" /> + <Patch name="Sax Section" hbank="17" lbank="0" prog="65" /> + <Patch name="Tenor Sax :" hbank="1" lbank="0" prog="66" /> + <Patch name="BreathyTn.:" hbank="8" lbank="0" prog="66" /> + <Patch name="St.Tenor Sax" hbank="9" lbank="0" prog="66" /> + <Patch name="Bari. Sax :" hbank="1" lbank="0" prog="67" /> + <Patch name="Bari + Tenor" hbank="8" lbank="0" prog="67" /> + <Patch name="Oboe Exp." hbank="8" lbank="0" prog="68" /> + <Patch name="Multi Reed" hbank="16" lbank="0" prog="68" /> + <Patch name="Bs Clarinet" hbank="8" lbank="0" prog="71" /> + <Patch name="Multi Wind" hbank="16" lbank="0" prog="71" /> + <Patch name="Quad Wind" hbank="17" lbank="0" prog="71" /> + </PatchGroup> + <PatchGroup name="Pipe"> + <Patch name="Piccolo :" hbank="1" lbank="0" prog="72" /> + <Patch name="Nay" hbank="8" lbank="0" prog="72" /> + <Patch name="Nay Tremolo" hbank="9" lbank="0" prog="72" /> + <Patch name="Di" hbank="16" lbank="0" prog="72" /> + <Patch name="Flute 2 " hbank="1" lbank="0" prog="73" /> + <Patch name="Flute Exp." hbank="2" lbank="0" prog="73" /> + <Patch name="Flt Travelso" hbank="3" lbank="0" prog="73" /> + <Patch name="Flute + Vln" hbank="8" lbank="0" prog="73" /> + <Patch name="Pipe + Reed" hbank="9" lbank="0" prog="73" /> + <Patch name="Tron Flute" hbank="16" lbank="0" prog="73" /> + <Patch name="Indian Flute" hbank="17" lbank="0" prog="73" /> + <Patch name="Kawala" hbank="8" lbank="0" prog="75" /> + <Patch name="Zampona" hbank="16" lbank="0" prog="75" /> + <Patch name="Zampona Atk" hbank="17" lbank="0" prog="75" /> + <Patch name="Tin Whistle" hbank="24" lbank="0" prog="75" /> + <Patch name="TinWhtsle Nm" hbank="25" lbank="0" prog="75" /> + <Patch name="TinWhtsle Or" hbank="26" lbank="0" prog="75" /> + <Patch name="Shakuhachi:" hbank="1" lbank="0" prog="77" /> + <Patch name="Whistle 2" hbank="1" lbank="0" prog="78" /> + </PatchGroup> + <PatchGroup name="Synth Lead"> + <Patch name="MG Square" hbank="1" lbank="0" prog="80" /> + <Patch name="Hollow Mini" hbank="2" lbank="0" prog="80" /> + <Patch name="Mellow FM" hbank="3" lbank="0" prog="80" /> + <Patch name="CC Solo" hbank="4" lbank="0" prog="80" /> + <Patch name="Shmoog" hbank="5" lbank="0" prog="80" /> + <Patch name="LM Square" hbank="6" lbank="0" prog="80" /> + <Patch name="JP8000 TWM" hbank="7" lbank="0" prog="80" /> + <Patch name="2600 Sine" hbank="8" lbank="0" prog="80" /> + <Patch name="Sine Lead" hbank="9" lbank="0" prog="80" /> + <Patch name="KG Lead" hbank="10" lbank="0" prog="80" /> + <Patch name="Twin Sine" hbank="11" lbank="0" prog="80" /> + <Patch name="P5 Square" hbank="16" lbank="0" prog="80" /> + <Patch name="OB Square" hbank="17" lbank="0" prog="80" /> + <Patch name="JP-8 Square" hbank="18" lbank="0" prog="80" /> + <Patch name="Dist Square" hbank="19" lbank="0" prog="80" /> + <Patch name="303SquarDst1" hbank="20" lbank="0" prog="80" /> + <Patch name="303SquarDst2" hbank="21" lbank="0" prog="80" /> + <Patch name="303 Mix Sqr" hbank="22" lbank="0" prog="80" /> + <Patch name="Dual Sqr+Saw" hbank="23" lbank="0" prog="80" /> + <Patch name="Pulse Lead" hbank="24" lbank="0" prog="80" /> + <Patch name="JP8 PulseLd1" hbank="25" lbank="0" prog="80" /> + <Patch name="JP8 PulseLd2" hbank="26" lbank="0" prog="80" /> + <Patch name="MG Reso. Pls" hbank="27" lbank="0" prog="80" /> + <Patch name="JP8 PulseLd3" hbank="28" lbank="0" prog="80" /> + <Patch name="260RingLead" hbank="29" lbank="0" prog="80" /> + <Patch name="303DistLead" hbank="30" lbank="0" prog="80" /> + <Patch name="JP8000DistLd" hbank="31" lbank="0" prog="80" /> + <Patch name="HipHop SinLd" hbank="32" lbank="0" prog="80" /> + <Patch name="HipHop SqrLd" hbank="33" lbank="0" prog="80" /> + <Patch name="HipHop PlsLd" hbank="34" lbank="0" prog="80" /> + <Patch name="Flux Pulse" hbank="35" lbank="0" prog="80" /> + <Patch name="OB2 Saw" hbank="1" lbank="0" prog="81" /> + <Patch name="Pulse Saw" hbank="2" lbank="0" prog="81" /> + <Patch name="Feline GR" hbank="3" lbank="0" prog="81" /> + <Patch name="Big Lead" hbank="4" lbank="0" prog="81" /> + <Patch name="Velo Lead" hbank="5" lbank="0" prog="81" /> + <Patch name="GR-300" hbank="6" lbank="0" prog="81" /> + <Patch name="LA Saw" hbank="7" lbank="0" prog="81" /> + <Patch name="Doctor Solo" hbank="8" lbank="0" prog="81" /> + <Patch name="Fat Saw Lead" hbank="9" lbank="0" prog="81" /> + <Patch name="JP8000 Saw" hbank="10" lbank="0" prog="81" /> + <Patch name="D-50 Fat Saw" hbank="11" lbank="0" prog="81" /> + <Patch name="OB DoubleSaw" hbank="12" lbank="0" prog="81" /> + <Patch name="JP DoubleSaw" hbank="13" lbank="0" prog="81" /> + <Patch name="FatSawLead 2" hbank="14" lbank="0" prog="81" /> + <Patch name="JP SuperSaw" hbank="15" lbank="0" prog="81" /> + <Patch name="Waspy Synth" hbank="16" lbank="0" prog="81" /> + <Patch name="PM Lead" hbank="17" lbank="0" prog="81" /> + <Patch name="CS Saw Lead" hbank="18" lbank="0" prog="81" /> + <Patch name="MG Saw 1" hbank="24" lbank="0" prog="81" /> + <Patch name="MG Saw 2" hbank="25" lbank="0" prog="81" /> + <Patch name="OB Saw 1" hbank="26" lbank="0" prog="81" /> + <Patch name="OB Saw 2" hbank="27" lbank="0" prog="81" /> + <Patch name="D-50 Saw" hbank="28" lbank="0" prog="81" /> + <Patch name="SH-101 Saw" hbank="29" lbank="0" prog="81" /> + <Patch name="CS Saw" hbank="30" lbank="0" prog="81" /> + <Patch name="MG Saw Lead" hbank="31" lbank="0" prog="81" /> + <Patch name="OB Saw Lead" hbank="32" lbank="0" prog="81" /> + <Patch name="P5 Saw Lead" hbank="33" lbank="0" prog="81" /> + <Patch name="MG unison" hbank="34" lbank="0" prog="81" /> + <Patch name="Oct Saw Lead" hbank="35" lbank="0" prog="81" /> + <Patch name="Natural Lead" hbank="36" lbank="0" prog="81" /> + <Patch name="SequenceSaw1" hbank="40" lbank="0" prog="81" /> + <Patch name="SequenceSaw2" hbank="41" lbank="0" prog="81" /> + <Patch name="Reso Saw" hbank="42" lbank="0" prog="81" /> + <Patch name="Cheese Saw 1" hbank="43" lbank="0" prog="81" /> + <Patch name="Cheese Saw 2" hbank="44" lbank="0" prog="81" /> + <Patch name="Rhythmic Saw" hbank="45" lbank="0" prog="81" /> + <Patch name="SequencedSaw" hbank="46" lbank="0" prog="81" /> + <Patch name="Techno Saw" hbank="47" lbank="0" prog="81" /> + <Patch name="Vent Synth" hbank="1" lbank="0" prog="82" /> + <Patch name="Pure PanLead" hbank="2" lbank="0" prog="82" /> + <Patch name="LM Pure Lead" hbank="8" lbank="0" prog="82" /> + <Patch name="LM Blow Lead" hbank="9" lbank="0" prog="82" /> + <Patch name="TB Lead" hbank="1" lbank="0" prog="83" /> + <Patch name="Hybrid Lead" hbank="2" lbank="0" prog="83" /> + <Patch name="Unison SqrLd" hbank="3" lbank="0" prog="83" /> + <Patch name="FatSolo Lead" hbank="4" lbank="0" prog="83" /> + <Patch name="ForcefulLead" hbank="5" lbank="0" prog="83" /> + <Patch name="Oct.UnisonLd" hbank="6" lbank="0" prog="83" /> + <Patch name="Unison SawLd" hbank="7" lbank="0" prog="83" /> + <Patch name="Mad Lead" hbank="8" lbank="0" prog="83" /> + <Patch name="CrowdingLead" hbank="9" lbank="0" prog="83" /> + <Patch name="Double Sqr." hbank="10" lbank="0" prog="83" /> + <Patch name="Wire Lead" hbank="1" lbank="0" prog="84" /> + <Patch name="FB.Charang" hbank="2" lbank="0" prog="84" /> + <Patch name="Fat GR Lead" hbank="3" lbank="0" prog="84" /> + <Patch name="Windy GR Ld" hbank="4" lbank="0" prog="84" /> + <Patch name="Mellow GR Ld" hbank="5" lbank="0" prog="84" /> + <Patch name="GR + Pulse" hbank="6" lbank="0" prog="84" /> + <Patch name="Dist.Lead" hbank="8" lbank="0" prog="84" /> + <Patch name="Acid Guitar1" hbank="9" lbank="0" prog="84" /> + <Patch name="Acid Guitar2" hbank="10" lbank="0" prog="84" /> + <Patch name="Dance Dst.Gt" hbank="11" lbank="0" prog="84" /> + <Patch name="DanceDst.Gt2" hbank="12" lbank="0" prog="84" /> + <Patch name="P5 Sync Lead" hbank="16" lbank="0" prog="84" /> + <Patch name="Fat SyncLead" hbank="17" lbank="0" prog="84" /> + <Patch name="Rock Lead" hbank="18" lbank="0" prog="84" /> + <Patch name="5th DecaSync" hbank="19" lbank="0" prog="84" /> + <Patch name="Dirty Sync" hbank="20" lbank="0" prog="84" /> + <Patch name="DualSyncLead" hbank="21" lbank="0" prog="84" /> + <Patch name="LA Brass Ld" hbank="22" lbank="0" prog="84" /> + <Patch name="JUNO Sub Osc" hbank="24" lbank="0" prog="84" /> + <Patch name="2600 Sub Osc" hbank="25" lbank="0" prog="84" /> + <Patch name="JP8000Fd Osc" hbank="26" lbank="0" prog="84" /> + <Patch name="Solo Vox 2" hbank="1" lbank="0" prog="85" /> + <Patch name="Vox Lead" hbank="8" lbank="0" prog="85" /> + <Patch name="LFO Vox" hbank="9" lbank="0" prog="85" /> + <Patch name="Vox Lead 2" hbank="10" lbank="0" prog="85" /> + <Patch name="Big Fives" hbank="1" lbank="0" prog="86" /> + <Patch name="5th Lead" hbank="2" lbank="0" prog="86" /> + <Patch name="5th Ana.Clav" hbank="3" lbank="0" prog="86" /> + <Patch name="5th Pulse JP" hbank="4" lbank="0" prog="86" /> + <Patch name="5th Saw" hbank="5" lbank="0" prog="86" /> + <Patch name="JP8000 5thFB" hbank="6" lbank="0" prog="86" /> + <Patch name="4th Lead" hbank="8" lbank="0" prog="86" /> + <Patch name="Big + Raw" hbank="1" lbank="0" prog="87" /> + <Patch name="Fat + Perky" hbank="2" lbank="0" prog="87" /> + <Patch name="JUNO Rave" hbank="3" lbank="0" prog="87" /> + <Patch name="JP8 BsLead 1" hbank="4" lbank="0" prog="87" /> + <Patch name="JP8 BsLead 2" hbank="5" lbank="0" prog="87" /> + <Patch name="SH-5 Bs.Lead" hbank="6" lbank="0" prog="87" /> + <Patch name="Delayed Lead" hbank="7" lbank="0" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Pad, etc"> + <Patch name="Fantasia 2" hbank="1" lbank="0" prog="88" /> + <Patch name="New Age Pad" hbank="2" lbank="0" prog="88" /> + <Patch name="Bell Heaven" hbank="3" lbank="0" prog="88" /> + <Patch name="Fantasia 3" hbank="4" lbank="0" prog="88" /> + <Patch name="Fantasia 4" hbank="5" lbank="0" prog="88" /> + <Patch name="After D !" hbank="6" lbank="0" prog="88" /> + <Patch name="260HarmPad" hbank="7" lbank="0" prog="88" /> + <Patch name="Thick Matrix" hbank="1" lbank="0" prog="89" /> + <Patch name="Horn Pad" hbank="2" lbank="0" prog="89" /> + <Patch name="Rotary Strng" hbank="3" lbank="0" prog="89" /> + <Patch name="OB Soft Pad" hbank="4" lbank="0" prog="89" /> + <Patch name="Sine Pad" hbank="5" lbank="0" prog="89" /> + <Patch name="OB Soft Pad2" hbank="6" lbank="0" prog="89" /> + <Patch name="Octave Pad" hbank="8" lbank="0" prog="89" /> + <Patch name="Stack Pad" hbank="9" lbank="0" prog="89" /> + <Patch name="Human Pad" hbank="10" lbank="0" prog="89" /> + <Patch name="Sync Brs.Pad" hbank="11" lbank="0" prog="89" /> + <Patch name="Oct.PWM Pad" hbank="12" lbank="0" prog="89" /> + <Patch name="JP Soft Pad" hbank="13" lbank="0" prog="89" /> + <Patch name="80;s PolySyn" hbank="1" lbank="0" prog="90" /> + <Patch name="Polysynth 2" hbank="2" lbank="0" prog="90" /> + <Patch name="Poly King" hbank="3" lbank="0" prog="90" /> + <Patch name="Super Poly" hbank="4" lbank="0" prog="90" /> + <Patch name="Power Stack" hbank="8" lbank="0" prog="90" /> + <Patch name="Octave Stack" hbank="9" lbank="0" prog="90" /> + <Patch name="Reso Stack" hbank="10" lbank="0" prog="90" /> + <Patch name="Techno Stack" hbank="11" lbank="0" prog="90" /> + <Patch name="Pulse Stack" hbank="12" lbank="0" prog="90" /> + <Patch name="TwinOct.Rave" hbank="13" lbank="0" prog="90" /> + <Patch name="Oct.Rave" hbank="14" lbank="0" prog="90" /> + <Patch name="Happy Synth" hbank="15" lbank="0" prog="90" /> + <Patch name="ForwardSweep" hbank="16" lbank="0" prog="90" /> + <Patch name="ReverseSweep" hbank="17" lbank="0" prog="90" /> + <Patch name="Minor Rave" hbank="24" lbank="0" prog="90" /> + <Patch name="Heaven II" hbank="1" lbank="0" prog="91" /> + <Patch name="SC Heaven" hbank="2" lbank="0" prog="91" /> + <Patch name="Itopia" hbank="3" lbank="0" prog="91" /> + <Patch name="Water Space" hbank="4" lbank="0" prog="91" /> + <Patch name="Cold Space" hbank="5" lbank="0" prog="91" /> + <Patch name="Noise Peaker" hbank="6" lbank="0" prog="91" /> + <Patch name="Bamboo Hit" hbank="7" lbank="0" prog="91" /> + <Patch name="Cosmic Voice" hbank="8" lbank="0" prog="91" /> + <Patch name="Auh Vox" hbank="9" lbank="0" prog="91" /> + <Patch name="AuhAuh" hbank="10" lbank="0" prog="91" /> + <Patch name="Vocorderman" hbank="11" lbank="0" prog="91" /> + <Patch name="Holy Voices" hbank="12" lbank="0" prog="91" /> + <Patch name="SoftBellPad" hbank="1" lbank="0" prog="92" /> + <Patch name="JP8 Sqr Pad" hbank="2" lbank="0" prog="92" /> + <Patch name="7thBelPad" hbank="3" lbank="0" prog="92" /> + <Patch name="Steel Glass" hbank="4" lbank="0" prog="92" /> + <Patch name="Bottle Stack" hbank="5" lbank="0" prog="92" /> + <Patch name="Tine Pad" hbank="1" lbank="0" prog="93" /> + <Patch name="Panner Pad" hbank="2" lbank="0" prog="93" /> + <Patch name="Steel Pad" hbank="3" lbank="0" prog="93" /> + <Patch name="Special Rave" hbank="4" lbank="0" prog="93" /> + <Patch name="Metal Pad 2" hbank="5" lbank="0" prog="93" /> + <Patch name="Vox Pad" hbank="1" lbank="0" prog="94" /> + <Patch name="Vox Sweep" hbank="2" lbank="0" prog="94" /> + <Patch name="Horror Pad" hbank="8" lbank="0" prog="94" /> + <Patch name="SynVox Pad" hbank="9" lbank="0" prog="94" /> + <Patch name="SynVox Pad 2" hbank="10" lbank="0" prog="94" /> + <Patch name="Breath+Rise" hbank="11" lbank="0" prog="94" /> + <Patch name="Tears Voices" hbank="12" lbank="0" prog="94" /> + <Patch name="Polar Pad" hbank="1" lbank="0" prog="95" /> + <Patch name="Ambient BPF" hbank="2" lbank="0" prog="95" /> + <Patch name="Sync Pad" hbank="3" lbank="0" prog="95" /> + <Patch name="Warriors" hbank="4" lbank="0" prog="95" /> + <Patch name="Converge" hbank="8" lbank="0" prog="95" /> + <Patch name="Shwimmer" hbank="9" lbank="0" prog="95" /> + <Patch name="Celestial Pd" hbank="10" lbank="0" prog="95" /> + <Patch name="Bag Sweep" hbank="11" lbank="0" prog="95" /> + <Patch name="Sweep Pipe" hbank="12" lbank="0" prog="95" /> + <Patch name="Sweep Stack" hbank="13" lbank="0" prog="95" /> + <Patch name="Deep Sweep" hbank="14" lbank="0" prog="95" /> + <Patch name="Stray Pad" hbank="15" lbank="0" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth SFX"> + <Patch name="Harmo Rain" hbank="1" lbank="0" prog="96" /> + <Patch name="African wood" hbank="2" lbank="0" prog="96" /> + <Patch name="Anklung Pad" hbank="3" lbank="0" prog="96" /> + <Patch name="Rattle Pad" hbank="4" lbank="0" prog="96" /> + <Patch name="Saw Impulse" hbank="5" lbank="0" prog="96" /> + <Patch name="Strange Str." hbank="6" lbank="0" prog="96" /> + <Patch name="FastFWD Pad" hbank="7" lbank="0" prog="96" /> + <Patch name="Clavi Pad" hbank="8" lbank="0" prog="96" /> + <Patch name="EP Pad" hbank="9" lbank="0" prog="96" /> + <Patch name="Tambra Pad" hbank="10" lbank="0" prog="96" /> + <Patch name="CP Pad" hbank="11" lbank="0" prog="96" /> + <Patch name="Ancestral" hbank="1" lbank="0" prog="97" /> + <Patch name="Prologue" hbank="2" lbank="0" prog="97" /> + <Patch name="Prologue 2" hbank="3" lbank="0" prog="97" /> + <Patch name="Hols Strings" hbank="4" lbank="0" prog="97" /> + <Patch name="HistoryWave" hbank="5" lbank="0" prog="97" /> + <Patch name="Rave" hbank="8" lbank="0" prog="97" /> + <Patch name="Syn Mallet" hbank="1" lbank="0" prog="98" /> + <Patch name="Soft Crystal" hbank="2" lbank="0" prog="98" /> + <Patch name="Round Glock" hbank="3" lbank="0" prog="98" /> + <Patch name="Loud Glock" hbank="4" lbank="0" prog="98" /> + <Patch name="GlockenChime" hbank="5" lbank="0" prog="98" /> + <Patch name="Clear Bells" hbank="6" lbank="0" prog="98" /> + <Patch name="ChristmasBel" hbank="7" lbank="0" prog="98" /> + <Patch name="Vibra Bells" hbank="8" lbank="0" prog="98" /> + <Patch name="Digi Bells" hbank="9" lbank="0" prog="98" /> + <Patch name="Music Bell" hbank="10" lbank="0" prog="98" /> + <Patch name="Analog Bell" hbank="11" lbank="0" prog="98" /> + <Patch name="Blow Bell" hbank="12" lbank="0" prog="98" /> + <Patch name="Hyper Bell" hbank="13" lbank="0" prog="98" /> + <Patch name="Choral Bells" hbank="16" lbank="0" prog="98" /> + <Patch name="Air Bells" hbank="17" lbank="0" prog="98" /> + <Patch name="Bell Harp" hbank="18" lbank="0" prog="98" /> + <Patch name="Gamelimba" hbank="19" lbank="0" prog="98" /> + <Patch name="JUNO Bell" hbank="20" lbank="0" prog="98" /> + <Patch name="JP Bell" hbank="21" lbank="0" prog="98" /> + <Patch name="Pizz Bell" hbank="22" lbank="0" prog="98" /> + <Patch name="Bottom Bell" hbank="23" lbank="0" prog="98" /> + <Patch name="Warm Atmos" hbank="1" lbank="0" prog="99" /> + <Patch name="Nylon Harp" hbank="2" lbank="0" prog="99" /> + <Patch name="Harpvox" hbank="3" lbank="0" prog="99" /> + <Patch name="HollowReleas" hbank="4" lbank="0" prog="99" /> + <Patch name="Nylon+Rhodes" hbank="5" lbank="0" prog="99" /> + <Patch name="Ambient Pad" hbank="6" lbank="0" prog="99" /> + <Patch name="Invisible" hbank="7" lbank="0" prog="99" /> + <Patch name="Pulsey Key" hbank="8" lbank="0" prog="99" /> + <Patch name="Noise Piano" hbank="9" lbank="0" prog="99" /> + <Patch name="Heaven Atmos" hbank="10" lbank="0" prog="99" /> + <Patch name="Tambra Atmos" hbank="11" lbank="0" prog="99" /> + <Patch name="Shining Star" hbank="1" lbank="0" prog="100" /> + <Patch name="OB Stab" hbank="2" lbank="0" prog="100" /> + <Patch name="Brass Star" hbank="3" lbank="0" prog="100" /> + <Patch name="Choir Stab" hbank="4" lbank="0" prog="100" /> + <Patch name="D-50 Retour" hbank="5" lbank="0" prog="100" /> + <Patch name="SouthernWind" hbank="6" lbank="0" prog="100" /> + <Patch name="SymbolicBell" hbank="7" lbank="0" prog="100" /> + <Patch name="Org Bell" hbank="8" lbank="0" prog="100" /> + <Patch name="Goblinson" hbank="1" lbank="0" prog="101" /> + <Patch name="50;s Sci-Fi" hbank="2" lbank="0" prog="101" /> + <Patch name="Abduction" hbank="3" lbank="0" prog="101" /> + <Patch name="Auhbient" hbank="4" lbank="0" prog="101" /> + <Patch name="LFO Pad" hbank="5" lbank="0" prog="101" /> + <Patch name="Random Str" hbank="6" lbank="0" prog="101" /> + <Patch name="Random Pad" hbank="7" lbank="0" prog="101" /> + <Patch name="LowBirds Pad" hbank="8" lbank="0" prog="101" /> + <Patch name="Falling Down" hbank="9" lbank="0" prog="101" /> + <Patch name="LFO RAVE" hbank="10" lbank="0" prog="101" /> + <Patch name="LFO Horror" hbank="11" lbank="0" prog="101" /> + <Patch name="LFO Techno" hbank="12" lbank="0" prog="101" /> + <Patch name="Alternative" hbank="13" lbank="0" prog="101" /> + <Patch name="UFO FX" hbank="14" lbank="0" prog="101" /> + <Patch name="Gargle Man" hbank="15" lbank="0" prog="101" /> + <Patch name="Sweep FX" hbank="16" lbank="0" prog="101" /> + <Patch name="LM Has Come" hbank="17" lbank="0" prog="101" /> + <Patch name="FallinInsect" hbank="18" lbank="0" prog="101" /> + <Patch name="LFO Oct.Rave" hbank="19" lbank="0" prog="101" /> + <Patch name="Just Before" hbank="20" lbank="0" prog="101" /> + <Patch name="RND Fl.Chord" hbank="21" lbank="0" prog="101" /> + <Patch name="RandomEnding" hbank="22" lbank="0" prog="101" /> + <Patch name="Random Sine" hbank="23" lbank="0" prog="101" /> + <Patch name="EatingFilter" hbank="24" lbank="0" prog="101" /> + <Patch name="Noise+SawHit" hbank="25" lbank="0" prog="101" /> + <Patch name="Pour Magic" hbank="26" lbank="0" prog="101" /> + <Patch name="DancingDrill" hbank="27" lbank="0" prog="101" /> + <Patch name="Dirty Stack" hbank="28" lbank="0" prog="101" /> + <Patch name="Big Blue" hbank="29" lbank="0" prog="101" /> + <Patch name="Static Hit" hbank="30" lbank="0" prog="101" /> + <Patch name="Atl.Mod.FX" hbank="31" lbank="0" prog="101" /> + <Patch name="Acid Copter" hbank="32" lbank="0" prog="101" /> + <Patch name="Echo Bell" hbank="1" lbank="0" prog="102" /> + <Patch name="Echo Pan" hbank="2" lbank="0" prog="102" /> + <Patch name="Echo Pan 2" hbank="3" lbank="0" prog="102" /> + <Patch name="Big Panner" hbank="4" lbank="0" prog="102" /> + <Patch name="Reso Panner" hbank="5" lbank="0" prog="102" /> + <Patch name="Water Piano" hbank="6" lbank="0" prog="102" /> + <Patch name="Echo SynBass" hbank="7" lbank="0" prog="102" /> + <Patch name="Pan Sequence" hbank="8" lbank="0" prog="102" /> + <Patch name="Aqua " hbank="9" lbank="0" prog="102" /> + <Patch name="Panning Lead" hbank="10" lbank="0" prog="102" /> + <Patch name="PanningBrass" hbank="11" lbank="0" prog="102" /> + <Patch name="Star Theme 2" hbank="1" lbank="0" prog="103" /> + <Patch name="Star Mind" hbank="2" lbank="0" prog="103" /> + <Patch name="Star Dust" hbank="3" lbank="0" prog="103" /> + <Patch name="Rep.Trance" hbank="4" lbank="0" prog="103" /> + <Patch name="Etherality" hbank="5" lbank="0" prog="103" /> + <Patch name="Mystic Pad" hbank="6" lbank="0" prog="103" /> + <Patch name="Dream Pad" hbank="8" lbank="0" prog="103" /> + <Patch name="Silky Pad" hbank="9" lbank="0" prog="103" /> + <Patch name="Dream Pad 2" hbank="10" lbank="0" prog="103" /> + <Patch name="Silky Pad 2" hbank="11" lbank="0" prog="103" /> + <Patch name="New Century" hbank="16" lbank="0" prog="103" /> + <Patch name="7th Atmos." hbank="17" lbank="0" prog="103" /> + <Patch name="Galaxy Way" hbank="18" lbank="0" prog="103" /> + <Patch name="Rising OSC." hbank="19" lbank="0" prog="103" /> + </PatchGroup> + <PatchGroup name="Ethnic"> + <Patch name="Sitar 2" hbank="1" lbank="0" prog="104" /> + <Patch name="Detune Sitar" hbank="2" lbank="0" prog="104" /> + <Patch name="Sitar 3" hbank="3" lbank="0" prog="104" /> + <Patch name="Sitar/Drone" hbank="4" lbank="0" prog="104" /> + <Patch name="Sitar 4" hbank="5" lbank="0" prog="104" /> + <Patch name="Tambra" hbank="8" lbank="0" prog="104" /> + <Patch name="Tamboura" hbank="16" lbank="0" prog="104" /> + <Patch name="Muted Banjo" hbank="1" lbank="0" prog="105" /> + <Patch name="Rabab" hbank="8" lbank="0" prog="105" /> + <Patch name="San Xian" hbank="9" lbank="0" prog="105" /> + <Patch name="Gopichant" hbank="16" lbank="0" prog="105" /> + <Patch name="Oud" hbank="24" lbank="0" prog="105" /> + <Patch name="Oud+Strings" hbank="28" lbank="0" prog="105" /> + <Patch name="Pi Pa" hbank="32" lbank="0" prog="105" /> + <Patch name="Tsugaru" hbank="1" lbank="0" prog="106" /> + <Patch name="Syn Shamisen" hbank="8" lbank="0" prog="106" /> + <Patch name="Gu Zheng" hbank="1" lbank="0" prog="107" /> + <Patch name="Taisho Koto" hbank="8" lbank="0" prog="107" /> + <Patch name="Kanoon" hbank="16" lbank="0" prog="107" /> + <Patch name="Kanoon+Choir" hbank="19" lbank="0" prog="107" /> + <Patch name="Oct Harp" hbank="24" lbank="0" prog="107" /> + <Patch name="Sanza" hbank="8" lbank="0" prog="108" /> + <Patch name="Bodhran" hbank="9" lbank="0" prog="108" /> + <Patch name="Bodhran Mute" hbank="10" lbank="0" prog="108" /> + <Patch name="Didgeridoo" hbank="8" lbank="0" prog="109" /> + <Patch name="Uillean Pipe" hbank="9" lbank="0" prog="109" /> + <Patch name="UillnPipe Nm" hbank="10" lbank="0" prog="109" /> + <Patch name="UillnPipe Or" hbank="11" lbank="0" prog="109" /> + <Patch name="Er Hu" hbank="8" lbank="0" prog="110" /> + <Patch name="Gao Hu" hbank="9" lbank="0" prog="110" /> + <Patch name="Shanai 2" hbank="1" lbank="0" prog="111" /> + <Patch name="Pungi" hbank="8" lbank="0" prog="111" /> + <Patch name="Hichiriki" hbank="16" lbank="0" prog="111" /> + <Patch name="Mizmar" hbank="24" lbank="0" prog="111" /> + <Patch name="Suona 1" hbank="32" lbank="0" prog="111" /> + <Patch name="Suona 2" hbank="33" lbank="0" prog="111" /> + </PatchGroup> + <PatchGroup name="Percussive"> + <Patch name="Bonang" hbank="8" lbank="0" prog="112" /> + <Patch name="Gender" hbank="9" lbank="0" prog="112" /> + <Patch name="Gamelan Gong" hbank="10" lbank="0" prog="112" /> + <Patch name="St.Gamelan" hbank="11" lbank="0" prog="112" /> + <Patch name="Jang Gu" hbank="12" lbank="0" prog="112" /> + <Patch name="Jegogan" hbank="13" lbank="0" prog="112" /> + <Patch name="Jublag" hbank="14" lbank="0" prog="112" /> + <Patch name="Pemade" hbank="15" lbank="0" prog="112" /> + <Patch name="RAMA Cymbal" hbank="16" lbank="0" prog="112" /> + <Patch name="Kajar" hbank="17" lbank="0" prog="112" /> + <Patch name="Kelontuk" hbank="18" lbank="0" prog="112" /> + <Patch name="Kelontuk Mt" hbank="19" lbank="0" prog="112" /> + <Patch name="Kelontuk Sid" hbank="20" lbank="0" prog="112" /> + <Patch name="Kopyak Op" hbank="21" lbank="0" prog="112" /> + <Patch name="Kopyak Mt" hbank="22" lbank="0" prog="112" /> + <Patch name="Ceng Ceng" hbank="23" lbank="0" prog="112" /> + <Patch name="Reyoung" hbank="24" lbank="0" prog="112" /> + <Patch name="Kempur" hbank="25" lbank="0" prog="112" /> + <Patch name="Jngl Crash" hbank="32" lbank="0" prog="112" /> + <Patch name="Crash Menu" hbank="40" lbank="0" prog="112" /> + <Patch name="RideCym Menu" hbank="41" lbank="0" prog="112" /> + <Patch name="RideBellMenu" hbank="42" lbank="0" prog="112" /> + <Patch name="Atarigane" hbank="8" lbank="0" prog="113" /> + <Patch name="Tambourine" hbank="16" lbank="0" prog="113" /> + <Patch name="Island Mlt" hbank="1" lbank="0" prog="114" /> + <Patch name="Castanets" hbank="8" lbank="0" prog="115" /> + <Patch name="Angklung" hbank="16" lbank="0" prog="115" /> + <Patch name="Angkl Rhythm" hbank="17" lbank="0" prog="115" /> + <Patch name="Finger Snaps" hbank="24" lbank="0" prog="115" /> + <Patch name="909 HandClap" hbank="32" lbank="0" prog="115" /> + <Patch name="HandClapMenu" hbank="40" lbank="0" prog="115" /> + <Patch name="Small Taiko" hbank="1" lbank="0" prog="116" /> + <Patch name="Concert BD" hbank="8" lbank="0" prog="116" /> + <Patch name="ConcertBD Mt" hbank="9" lbank="0" prog="116" /> + <Patch name="Jungle BD" hbank="16" lbank="0" prog="116" /> + <Patch name="Techno BD" hbank="17" lbank="0" prog="116" /> + <Patch name="Bounce" hbank="18" lbank="0" prog="116" /> + <Patch name="KendangWadon" hbank="24" lbank="0" prog="116" /> + <Patch name="Bebarongan" hbank="25" lbank="0" prog="116" /> + <Patch name="Pelegongan" hbank="26" lbank="0" prog="116" /> + <Patch name="Dholak 1" hbank="27" lbank="0" prog="116" /> + <Patch name="Dholak 2" hbank="28" lbank="0" prog="116" /> + <Patch name="Jngl BD Roll" hbank="32" lbank="0" prog="116" /> + <Patch name="Kick Menu 1" hbank="40" lbank="0" prog="116" /> + <Patch name="Kick Menu 2" hbank="41" lbank="0" prog="116" /> + <Patch name="Kick Menu 3" hbank="42" lbank="0" prog="116" /> + <Patch name="Kick Menu 4" hbank="43" lbank="0" prog="116" /> + <Patch name="Real Tom" hbank="1" lbank="0" prog="117" /> + <Patch name="Real Tom 2" hbank="2" lbank="0" prog="117" /> + <Patch name="Jazz Tom" hbank="3" lbank="0" prog="117" /> + <Patch name="Brush Tom" hbank="4" lbank="0" prog="117" /> + <Patch name="Melo. Tom 2" hbank="8" lbank="0" prog="117" /> + <Patch name="Rock Tom" hbank="9" lbank="0" prog="117" /> + <Patch name="Rash SD" hbank="16" lbank="0" prog="117" /> + <Patch name="House SD" hbank="17" lbank="0" prog="117" /> + <Patch name="Jungle SD" hbank="18" lbank="0" prog="117" /> + <Patch name="909 SD" hbank="19" lbank="0" prog="117" /> + <Patch name="Jngl SD Roll" hbank="24" lbank="0" prog="117" /> + <Patch name="SD Menu 1" hbank="40" lbank="0" prog="117" /> + <Patch name="SD Menu 2" hbank="41" lbank="0" prog="117" /> + <Patch name="SD Menu 3" hbank="42" lbank="0" prog="117" /> + <Patch name="SD Menu 4" hbank="43" lbank="0" prog="117" /> + <Patch name="SD Menu 5" hbank="44" lbank="0" prog="117" /> + <Patch name="808 Tom" hbank="8" lbank="0" prog="118" /> + <Patch name="Elec Perc" hbank="9" lbank="0" prog="118" /> + <Patch name="Sine Perc." hbank="10" lbank="0" prog="118" /> + <Patch name="606 Tom" hbank="11" lbank="0" prog="118" /> + <Patch name="909 Tom" hbank="12" lbank="0" prog="118" /> + <Patch name="606 Dist.Tom" hbank="13" lbank="0" prog="118" /> + <Patch name="Reverse Cym2" hbank="1" lbank="0" prog="119" /> + <Patch name="Reverse Cym3" hbank="2" lbank="0" prog="119" /> + <Patch name="Reverse Cym4" hbank="3" lbank="0" prog="119" /> + <Patch name="Rev.Snare 1" hbank="8" lbank="0" prog="119" /> + <Patch name="Rev.Snare 2" hbank="9" lbank="0" prog="119" /> + <Patch name="Rev.Kick 1" hbank="16" lbank="0" prog="119" /> + <Patch name="Rev.ConBD" hbank="17" lbank="0" prog="119" /> + <Patch name="Rev.Tom 1" hbank="24" lbank="0" prog="119" /> + <Patch name="Rev.Tom 2" hbank="25" lbank="0" prog="119" /> + <Patch name="Rev.Tom 3" hbank="26" lbank="0" prog="119" /> + <Patch name="Rev.SD Menu1" hbank="40" lbank="0" prog="119" /> + <Patch name="Rev.SD Menu2" hbank="41" lbank="0" prog="119" /> + <Patch name="Rev.SD Menu3" hbank="42" lbank="0" prog="119" /> + <Patch name="Rev.BD Menu1" hbank="43" lbank="0" prog="119" /> + <Patch name="Rev.BD Menu2" hbank="44" lbank="0" prog="119" /> + <Patch name="Rev.BD Menu3" hbank="45" lbank="0" prog="119" /> + <Patch name="Rev.ClapMenu" hbank="46" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="SFX"> + <Patch name="Gt.Cut Noise" hbank="1" lbank="0" prog="120" /> + <Patch name="String Slap" hbank="2" lbank="0" prog="120" /> + <Patch name="Gt.CutNoise2" hbank="3" lbank="0" prog="120" /> + <Patch name="Dist.CutNoiz" hbank="4" lbank="0" prog="120" /> + <Patch name="Bass Slide" hbank="5" lbank="0" prog="120" /> + <Patch name="Pick Scrape" hbank="6" lbank="0" prog="120" /> + <Patch name="Gt. FX Menu" hbank="8" lbank="0" prog="120" /> + <Patch name="Bartok Pizz." hbank="9" lbank="0" prog="120" /> + <Patch name="Guitar Slap" hbank="10" lbank="0" prog="120" /> + <Patch name="Chord Stroke" hbank="11" lbank="0" prog="120" /> + <Patch name="Biwa Stroke" hbank="12" lbank="0" prog="120" /> + <Patch name="Biwa Tremolo" hbank="13" lbank="0" prog="120" /> + <Patch name="A.Bs.Nz Menu" hbank="16" lbank="0" prog="120" /> + <Patch name="D.Gt.Nz Menu" hbank="17" lbank="0" prog="120" /> + <Patch name="E.Gt.NzMenu1" hbank="18" lbank="0" prog="120" /> + <Patch name="E.Gt.NzMenu2" hbank="19" lbank="0" prog="120" /> + <Patch name="G.StrokeMenu" hbank="20" lbank="0" prog="120" /> + <Patch name="Gt.SlideMenu" hbank="21" lbank="0" prog="120" /> + <Patch name="A.Bs.Mute Nz" hbank="22" lbank="0" prog="120" /> + <Patch name="A.Bs.TouchNz" hbank="23" lbank="0" prog="120" /> + <Patch name="A.Bs.AtackNz" hbank="24" lbank="0" prog="120" /> + <Patch name="TC Up Nz" hbank="25" lbank="0" prog="120" /> + <Patch name="TC DownMt.Nz" hbank="26" lbank="0" prog="120" /> + <Patch name="TC UpMt.Nz" hbank="27" lbank="0" prog="120" /> + <Patch name="TC Down Nz" hbank="28" lbank="0" prog="120" /> + <Patch name="DstGT.Up Nz" hbank="29" lbank="0" prog="120" /> + <Patch name="DstGT.DwnNz1" hbank="30" lbank="0" prog="120" /> + <Patch name="DstGT.DwnNz2" hbank="31" lbank="0" prog="120" /> + <Patch name="DstGT.MuteNz" hbank="32" lbank="0" prog="120" /> + <Patch name="Gt.StrokeNz5" hbank="34" lbank="0" prog="120" /> + <Patch name="StlGt.SldNz1" hbank="35" lbank="0" prog="120" /> + <Patch name="StlGt.SldNz2" hbank="36" lbank="0" prog="120" /> + <Patch name="StlGt.SldNz3" hbank="37" lbank="0" prog="120" /> + <Patch name="StlGt.SldNz4" hbank="38" lbank="0" prog="120" /> + <Patch name="Gt.StrokeNz1" hbank="39" lbank="0" prog="120" /> + <Patch name="Gt.StrokeNz2" hbank="40" lbank="0" prog="120" /> + <Patch name="Gt.StrokeNz3" hbank="41" lbank="0" prog="120" /> + <Patch name="Gt.StrokeNz4" hbank="42" lbank="0" prog="120" /> + <Patch name="Fl.Key Click" hbank="1" lbank="0" prog="121" /> + <Patch name="Brth Nz Menu" hbank="2" lbank="0" prog="121" /> + <Patch name="Fl.Breath 1" hbank="3" lbank="0" prog="121" /> + <Patch name="Fl.Breath 2" hbank="4" lbank="0" prog="121" /> + <Patch name="Fl.Breath 3" hbank="5" lbank="0" prog="121" /> + <Patch name="Vox Breath 1" hbank="6" lbank="0" prog="121" /> + <Patch name="Vox Breath 2" hbank="7" lbank="0" prog="121" /> + <Patch name="Trombone Nz" hbank="8" lbank="0" prog="121" /> + <Patch name="Trumpet Nz" hbank="9" lbank="0" prog="121" /> + <Patch name="Rain" hbank="1" lbank="0" prog="122" /> + <Patch name="Thunder" hbank="2" lbank="0" prog="122" /> + <Patch name="Wind" hbank="3" lbank="0" prog="122" /> + <Patch name="Stream" hbank="4" lbank="0" prog="122" /> + <Patch name="Bubble" hbank="5" lbank="0" prog="122" /> + <Patch name="Wind 2" hbank="6" lbank="0" prog="122" /> + <Patch name="Cricket" hbank="7" lbank="0" prog="122" /> + <Patch name="Pink Noise" hbank="16" lbank="0" prog="122" /> + <Patch name="White Noise" hbank="17" lbank="0" prog="122" /> + <Patch name="Dog" hbank="1" lbank="0" prog="123" /> + <Patch name="Horse-Gallop" hbank="2" lbank="0" prog="123" /> + <Patch name="Bird 2" hbank="3" lbank="0" prog="123" /> + <Patch name="Kitty" hbank="4" lbank="0" prog="123" /> + <Patch name="Growl" hbank="5" lbank="0" prog="123" /> + <Patch name="Growl 2" hbank="6" lbank="0" prog="123" /> + <Patch name="Fancy Animal" hbank="7" lbank="0" prog="123" /> + <Patch name="Seal" hbank="8" lbank="0" prog="123" /> + <Patch name="Telephone 2" hbank="1" lbank="0" prog="124" /> + <Patch name="DoorCreaking" hbank="2" lbank="0" prog="124" /> + <Patch name="Door" hbank="3" lbank="0" prog="124" /> + <Patch name="Scratch" hbank="4" lbank="0" prog="124" /> + <Patch name="Wind Chimes" hbank="5" lbank="0" prog="124" /> + <Patch name="Scratch 2" hbank="7" lbank="0" prog="124" /> + <Patch name="ScratchKey" hbank="8" lbank="0" prog="124" /> + <Patch name="TapeRewind" hbank="9" lbank="0" prog="124" /> + <Patch name="Phono Noise" hbank="10" lbank="0" prog="124" /> + <Patch name="MC-500 Beep" hbank="11" lbank="0" prog="124" /> + <Patch name="Scratch 3" hbank="12" lbank="0" prog="124" /> + <Patch name="Scratch 4" hbank="13" lbank="0" prog="124" /> + <Patch name="Scratch 5" hbank="14" lbank="0" prog="124" /> + <Patch name="Scratch 6" hbank="15" lbank="0" prog="124" /> + <Patch name="Scratch 7" hbank="16" lbank="0" prog="124" /> + <Patch name="Car-Engine" hbank="1" lbank="0" prog="125" /> + <Patch name="Car-Stop" hbank="2" lbank="0" prog="125" /> + <Patch name="Car-Pass" hbank="3" lbank="0" prog="125" /> + <Patch name="Car-Crash" hbank="4" lbank="0" prog="125" /> + <Patch name="Siren" hbank="5" lbank="0" prog="125" /> + <Patch name="Train" hbank="6" lbank="0" prog="125" /> + <Patch name="Jetplane" hbank="7" lbank="0" prog="125" /> + <Patch name="Starship" hbank="8" lbank="0" prog="125" /> + <Patch name="Burst Noise" hbank="9" lbank="0" prog="125" /> + <Patch name="Calculating" hbank="10" lbank="0" prog="125" /> + <Patch name="Perc. Bang" hbank="11" lbank="0" prog="125" /> + <Patch name="Burner" hbank="12" lbank="0" prog="125" /> + <Patch name="Glass + Glam" hbank="13" lbank="0" prog="125" /> + <Patch name="Ice Ring" hbank="14" lbank="0" prog="125" /> + <Patch name="Over Blow" hbank="15" lbank="0" prog="125" /> + <Patch name="Crack Bottle" hbank="16" lbank="0" prog="125" /> + <Patch name="Pour Bottle" hbank="17" lbank="0" prog="125" /> + <Patch name="Soda" hbank="18" lbank="0" prog="125" /> + <Patch name="Open CD Tray" hbank="19" lbank="0" prog="125" /> + <Patch name="Audio Switch" hbank="20" lbank="0" prog="125" /> + <Patch name="Key Typing" hbank="21" lbank="0" prog="125" /> + <Patch name="SL 1" hbank="22" lbank="0" prog="125" /> + <Patch name="SL 2" hbank="23" lbank="0" prog="125" /> + <Patch name="Car Engine 2" hbank="24" lbank="0" prog="125" /> + <Patch name="Car Horn" hbank="25" lbank="0" prog="125" /> + <Patch name="Boeeeen" hbank="26" lbank="0" prog="125" /> + <Patch name="R.Crossing" hbank="27" lbank="0" prog="125" /> + <Patch name="Compresser" hbank="28" lbank="0" prog="125" /> + <Patch name="Sword Boom!" hbank="29" lbank="0" prog="125" /> + <Patch name="Sword Cross" hbank="30" lbank="0" prog="125" /> + <Patch name="Stab! 1" hbank="31" lbank="0" prog="125" /> + <Patch name="Stab! 2" hbank="32" lbank="0" prog="125" /> + <Patch name="Laughing" hbank="1" lbank="0" prog="126" /> + <Patch name="Screaming" hbank="2" lbank="0" prog="126" /> + <Patch name="Punch" hbank="3" lbank="0" prog="126" /> + <Patch name="Heart Beat" hbank="4" lbank="0" prog="126" /> + <Patch name="Footsteps" hbank="5" lbank="0" prog="126" /> + <Patch name="Applause 2" hbank="6" lbank="0" prog="126" /> + <Patch name="Small Club" hbank="7" lbank="0" prog="126" /> + <Patch name="ApplauseWave" hbank="8" lbank="0" prog="126" /> + <Patch name="BabyLaughing" hbank="9" lbank="0" prog="126" /> + <Patch name="Voice One" hbank="16" lbank="0" prog="126" /> + <Patch name="Voice Two" hbank="17" lbank="0" prog="126" /> + <Patch name="Voice Three" hbank="18" lbank="0" prog="126" /> + <Patch name="Voice Tah" hbank="19" lbank="0" prog="126" /> + <Patch name="Voice Whey" hbank="20" lbank="0" prog="126" /> + <Patch name="Voice Kikit" hbank="22" lbank="0" prog="126" /> + <Patch name="Voice ComeOn" hbank="23" lbank="0" prog="126" /> + <Patch name="Voice Aou" hbank="24" lbank="0" prog="126" /> + <Patch name="Voice Oou" hbank="25" lbank="0" prog="126" /> + <Patch name="Voice Hie" hbank="26" lbank="0" prog="126" /> + <Patch name="Machine Gun" hbank="1" lbank="0" prog="127" /> + <Patch name="Lasergun" hbank="2" lbank="0" prog="127" /> + <Patch name="Explosion" hbank="3" lbank="0" prog="127" /> + <Patch name="Eruption" hbank="4" lbank="0" prog="127" /> + <Patch name="Big Shot" hbank="5" lbank="0" prog="127" /> + <Patch name="Explosion 2" hbank="6" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Drums"> + <Patch name="Standard 1" hbank="1" lbank="0" prog="0" drum="1" /> + <Patch name="Standard 2" hbank="1" lbank="0" prog="1" drum="1" /> + <Patch name="Standard L/R" hbank="1" lbank="0" prog="2" drum="1" /> + <Patch name="Room" hbank="1" lbank="0" prog="8" drum="1" /> + <Patch name="Hip Hop" hbank="1" lbank="0" prog="9" drum="1" /> + <Patch name="Jungle" hbank="1" lbank="0" prog="10" drum="1" /> + <Patch name="Techno" hbank="1" lbank="0" prog="11" drum="1" /> + <Patch name="Room L/R" hbank="1" lbank="0" prog="12" drum="1" /> + <Patch name="House" hbank="1" lbank="0" prog="12" drum="1" /> + <Patch name="Power" hbank="1" lbank="0" prog="16" drum="1" /> + <Patch name="Electronic" hbank="1" lbank="0" prog="24" drum="1" /> + <Patch name="TR 808" hbank="1" lbank="0" prog="25" drum="1" /> + <Patch name="Dance" hbank="1" lbank="0" prog="26" drum="1" /> + <Patch name="CR-78" hbank="1" lbank="0" prog="27" drum="1" /> + <Patch name="TR 606" hbank="1" lbank="0" prog="28" drum="1" /> + <Patch name="TR 707" hbank="1" lbank="0" prog="29" drum="1" /> + <Patch name="TR 909" hbank="1" lbank="0" prog="30" drum="1" /> + <Patch name="Jazz" hbank="1" lbank="0" prog="32" drum="1" /> + <Patch name="Jazz L/R" hbank="1" lbank="0" prog="33" drum="1" /> + <Patch name="Brush" hbank="1" lbank="0" prog="40" drum="1" /> + <Patch name="Brush 2" hbank="1" lbank="0" prog="41" drum="1" /> + <Patch name="Brush 2 L/R" hbank="1" lbank="0" prog="42" drum="1" /> + <Patch name="Orchestra" hbank="1" lbank="0" prog="48" drum="1" /> + <Patch name="Ethnic" hbank="1" lbank="0" prog="49" drum="1" /> + <Patch name="Kick + Snare" hbank="1" lbank="0" prog="50" drum="1" /> + <Patch name="Kick + Snare 2" hbank="1" lbank="0" prog="51" drum="1" /> + <Patch name="Asia" hbank="1" lbank="0" prog="52" drum="1" /> + <Patch name="Cymbals + Claps" hbank="1" lbank="0" prog="53" drum="1" /> + <Patch name="Gamelan 1" hbank="1" lbank="0" prog="54" drum="1" /> + <Patch name="Gamelan 2" hbank="1" lbank="0" prog="55" drum="1" /> + <Patch name="SFX" hbank="1" lbank="0" prog="56" drum="1" /> + <Patch name="Rhythm FX" hbank="1" lbank="0" prog="57" drum="1" /> + <Patch name="Rhythm FX 2" hbank="1" lbank="0" prog="58" drum="1" /> + <Patch name="Rhythm FX 3" hbank="1" lbank="0" prog="59" drum="1" /> + <Patch name="SFX 2" hbank="1" lbank="0" prog="60" drum="1" /> + <Patch name="Voice" hbank="1" lbank="0" prog="61" drum="1" /> + <Patch name="Cym+Claps 2" hbank="1" lbank="0" prog="62" drum="1" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="GenPurpose1" l="16" /> + <Controller name="GenPurpose2" l="17" /> + <Controller name="GenPurpose3" l="18" /> + <Controller name="GenPurpose4" l="19" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="Resonance" l="71" /> + <Controller name="ReleaseTime" l="72" /> + <Controller name="AttackTime" l="73" /> + <Controller name="Cutoff" l="74" /> + <Controller name="DecayTime" l="75" /> + <Controller name="VibratoRate" l="76" /> + <Controller name="VibratoDepth" l="77" /> + <Controller name="VibratoDelay" l="78" /> + <Controller name="PortamentoControl" l="84" /> + <Controller name="ReverbSend" l="91" init="0" /> + <Controller name="ChorusSend" l="93" init="0" /> + <Controller name="DelaySend" l="94" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="AllNotesOff" l="123" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Roland-XP30.idf b/muse2/share/instruments/Roland-XP30.idf new file mode 100644 index 00000000..4b176a17 --- /dev/null +++ b/muse2/share/instruments/Roland-XP30.idf @@ -0,0 +1,1591 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Roland XP-30"> + <PatchGroup name="GM"> + <Patch name="Acoustic Grand Piano" hbank="81" lbank="3" prog="0" /> + <Patch name="Bright Acoustic Piano" hbank="81" lbank="3" prog="1" /> + <Patch name="Electric Grand Piano" hbank="81" lbank="3" prog="2" /> + <Patch name="Honky-tonk Piano" hbank="81" lbank="3" prog="3" /> + <Patch name="Electric Piano 1" hbank="81" lbank="3" prog="4" /> + <Patch name="Electric Piano 2" hbank="81" lbank="3" prog="5" /> + <Patch name="Harpsichord" hbank="81" lbank="3" prog="6" /> + <Patch name="Clavi" hbank="81" lbank="3" prog="7" /> + <Patch name="Celesta" hbank="81" lbank="3" prog="8" /> + <Patch name="Glockenspiel" hbank="81" lbank="3" prog="9" /> + <Patch name="Music Box" hbank="81" lbank="3" prog="10" /> + <Patch name="Vibraphone" hbank="81" lbank="3" prog="11" /> + <Patch name="Marimba" hbank="81" lbank="3" prog="12" /> + <Patch name="Xylophone" hbank="81" lbank="3" prog="13" /> + <Patch name="Tubular Bells" hbank="81" lbank="3" prog="14" /> + <Patch name="Dulcimer" hbank="81" lbank="3" prog="15" /> + <Patch name="Drawbar Organ" hbank="81" lbank="3" prog="16" /> + <Patch name="Percussive Organ" hbank="81" lbank="3" prog="17" /> + <Patch name="Rock Organ" hbank="81" lbank="3" prog="18" /> + <Patch name="Church Organ" hbank="81" lbank="3" prog="19" /> + <Patch name="Reed Organ" hbank="81" lbank="3" prog="20" /> + <Patch name="Accordion" hbank="81" lbank="3" prog="21" /> + <Patch name="Harmonica" hbank="81" lbank="3" prog="22" /> + <Patch name="Tango Accordion" hbank="81" lbank="3" prog="23" /> + <Patch name="Acoustic Guitar (nylon)" hbank="81" lbank="3" prog="24" /> + <Patch name="Acoustic Guitar (steel)" hbank="81" lbank="3" prog="25" /> + <Patch name="Electric Guitar (jazz)" hbank="81" lbank="3" prog="26" /> + <Patch name="Electric Guitar (clean)" hbank="81" lbank="3" prog="27" /> + <Patch name="Electric Guitar (muted)" hbank="81" lbank="3" prog="28" /> + <Patch name="Overdriven Guitar" hbank="81" lbank="3" prog="29" /> + <Patch name="Distortion Guitar" hbank="81" lbank="3" prog="30" /> + <Patch name="Guitar Harmonics" hbank="81" lbank="3" prog="31" /> + <Patch name="Acoustic Bass" hbank="81" lbank="3" prog="32" /> + <Patch name="Electric Bass (finger)" hbank="81" lbank="3" prog="33" /> + <Patch name="Electric Bass (pick)" hbank="81" lbank="3" prog="34" /> + <Patch name="Fretless Bass" hbank="81" lbank="3" prog="35" /> + <Patch name="Slap Bass 1" hbank="81" lbank="3" prog="36" /> + <Patch name="Slap Bass 2" hbank="81" lbank="3" prog="37" /> + <Patch name="Synth Bass 1" hbank="81" lbank="3" prog="38" /> + <Patch name="Synth Bass 2" hbank="81" lbank="3" prog="39" /> + <Patch name="Violin" hbank="81" lbank="3" prog="40" /> + <Patch name="Viola" hbank="81" lbank="3" prog="41" /> + <Patch name="Cello" hbank="81" lbank="3" prog="42" /> + <Patch name="Contrabass" hbank="81" lbank="3" prog="43" /> + <Patch name="Tremolo Strings" hbank="81" lbank="3" prog="44" /> + <Patch name="Pizzicato Strings" hbank="81" lbank="3" prog="45" /> + <Patch name="Orchestral Harp" hbank="81" lbank="3" prog="46" /> + <Patch name="Timpani" hbank="81" lbank="3" prog="47" /> + <Patch name="String Ensemble 1" hbank="81" lbank="3" prog="48" /> + <Patch name="String Ensemble 2" hbank="81" lbank="3" prog="49" /> + <Patch name="Synth Strings 1" hbank="81" lbank="3" prog="50" /> + <Patch name="Synth Strings 2" hbank="81" lbank="3" prog="51" /> + <Patch name="Choir Aahs" hbank="81" lbank="3" prog="52" /> + <Patch name="Voice Oohs" hbank="81" lbank="3" prog="53" /> + <Patch name="Synth Voice" hbank="81" lbank="3" prog="54" /> + <Patch name="Orchestra Hit" hbank="81" lbank="3" prog="55" /> + <Patch name="Trumpet" hbank="81" lbank="3" prog="56" /> + <Patch name="Trombone" hbank="81" lbank="3" prog="57" /> + <Patch name="Tuba" hbank="81" lbank="3" prog="58" /> + <Patch name="Muted Trumpet" hbank="81" lbank="3" prog="59" /> + <Patch name="French Horn" hbank="81" lbank="3" prog="60" /> + <Patch name="Brass Section" hbank="81" lbank="3" prog="61" /> + <Patch name="SynthBrass 1" hbank="81" lbank="3" prog="62" /> + <Patch name="SynthBrass 2" hbank="81" lbank="3" prog="63" /> + <Patch name="Soprano Sax" hbank="81" lbank="3" prog="64" /> + <Patch name="Alto Sax" hbank="81" lbank="3" prog="65" /> + <Patch name="Tenor Sax" hbank="81" lbank="3" prog="66" /> + <Patch name="Baritone Sax" hbank="81" lbank="3" prog="67" /> + <Patch name="Oboe" hbank="81" lbank="3" prog="68" /> + <Patch name="English Horn" hbank="81" lbank="3" prog="69" /> + <Patch name="Bassoon" hbank="81" lbank="3" prog="70" /> + <Patch name="Clarinet" hbank="81" lbank="3" prog="71" /> + <Patch name="Piccolo" hbank="81" lbank="3" prog="72" /> + <Patch name="Flute" hbank="81" lbank="3" prog="73" /> + <Patch name="Recorder" hbank="81" lbank="3" prog="74" /> + <Patch name="Pan Flute" hbank="81" lbank="3" prog="75" /> + <Patch name="Blown Bottle" hbank="81" lbank="3" prog="76" /> + <Patch name="Shakuhachi" hbank="81" lbank="3" prog="77" /> + <Patch name="Whistle" hbank="81" lbank="3" prog="78" /> + <Patch name="Ocarina" hbank="81" lbank="3" prog="79" /> + <Patch name="Lead 1 (square)" hbank="81" lbank="3" prog="80" /> + <Patch name="Lead 2 (sawtooth)" hbank="81" lbank="3" prog="81" /> + <Patch name="Lead 3 (calliope)" hbank="81" lbank="3" prog="82" /> + <Patch name="Lead 4 (chiff)" hbank="81" lbank="3" prog="83" /> + <Patch name="Lead 5 (charang)" hbank="81" lbank="3" prog="84" /> + <Patch name="Lead 6 (voice)" hbank="81" lbank="3" prog="85" /> + <Patch name="Lead 7 (fifths)" hbank="81" lbank="3" prog="86" /> + <Patch name="Lead 8 (bass + lead)" hbank="81" lbank="3" prog="87" /> + <Patch name="Pad 1 (new age)" hbank="81" lbank="3" prog="88" /> + <Patch name="Pad 2 (warm)" hbank="81" lbank="3" prog="89" /> + <Patch name="Pad 3 (polysynth)" hbank="81" lbank="3" prog="90" /> + <Patch name="Pad 4 (choir)" hbank="81" lbank="3" prog="91" /> + <Patch name="Pad 5 (bowed)" hbank="81" lbank="3" prog="92" /> + <Patch name="Pad 6 (metallic)" hbank="81" lbank="3" prog="93" /> + <Patch name="Pad 7 (halo)" hbank="81" lbank="3" prog="94" /> + <Patch name="Pad 8 (sweep)" hbank="81" lbank="3" prog="95" /> + <Patch name="FX 1 (rain)" hbank="81" lbank="3" prog="96" /> + <Patch name="FX 2 (Soundtrack)" hbank="81" lbank="3" prog="97" /> + <Patch name="FX 3 (crystal)" hbank="81" lbank="3" prog="98" /> + <Patch name="FX 4 (atmosphere)" hbank="81" lbank="3" prog="99" /> + <Patch name="FX 5 (brightness)" hbank="81" lbank="3" prog="100" /> + <Patch name="FX 6 (goblins)" hbank="81" lbank="3" prog="101" /> + <Patch name="FX 7 (echoes)" hbank="81" lbank="3" prog="102" /> + <Patch name="FX 8 (sci-fi)" hbank="81" lbank="3" prog="103" /> + <Patch name="Sitar" hbank="81" lbank="3" prog="104" /> + <Patch name="Banjo" hbank="81" lbank="3" prog="105" /> + <Patch name="Shamisen" hbank="81" lbank="3" prog="106" /> + <Patch name="Koto" hbank="81" lbank="3" prog="107" /> + <Patch name="Kalimba" hbank="81" lbank="3" prog="108" /> + <Patch name="Bag pipe" hbank="81" lbank="3" prog="109" /> + <Patch name="Fiddle" hbank="81" lbank="3" prog="110" /> + <Patch name="Shanai" hbank="81" lbank="3" prog="111" /> + <Patch name="Tinkle Bell" hbank="81" lbank="3" prog="112" /> + <Patch name="Agogo" hbank="81" lbank="3" prog="113" /> + <Patch name="Steel Drums" hbank="81" lbank="3" prog="114" /> + <Patch name="Woodblock" hbank="81" lbank="3" prog="115" /> + <Patch name="Taiko Drum" hbank="81" lbank="3" prog="116" /> + <Patch name="Melodic Tom" hbank="81" lbank="3" prog="117" /> + <Patch name="Synth Drum" hbank="81" lbank="3" prog="118" /> + <Patch name="Reverse Cymbal" hbank="81" lbank="3" prog="119" /> + <Patch name="Guitar Fret Noise" hbank="81" lbank="3" prog="120" /> + <Patch name="Breath Noise" hbank="81" lbank="3" prog="121" /> + <Patch name="Seashore" hbank="81" lbank="3" prog="122" /> + <Patch name="Bird Tweet" hbank="81" lbank="3" prog="123" /> + <Patch name="Telephone Ring" hbank="81" lbank="3" prog="124" /> + <Patch name="Helicopter" hbank="81" lbank="3" prog="125" /> + <Patch name="Applause" hbank="81" lbank="3" prog="126" /> + <Patch name="Gunshot" hbank="81" lbank="3" prog="127" /> + </PatchGroup> + <PatchGroup name="User"> + <Patch name="Temple of XP" hbank="80" lbank="0" prog="0" /> + <Patch name="Power Split" hbank="80" lbank="0" prog="1" /> + <Patch name="Symphonique 2" hbank="80" lbank="0" prog="2" /> + <Patch name="Robot Voice" hbank="80" lbank="0" prog="3" /> + <Patch name="St. Concert" hbank="80" lbank="0" prog="4" /> + <Patch name="ViennaStrgs 2" hbank="80" lbank="0" prog="5" /> + <Patch name="R&R Brass" hbank="80" lbank="0" prog="6" /> + <Patch name="Disto Stack" hbank="80" lbank="0" prog="7" /> + <Patch name="Tone Wh. Solo" hbank="80" lbank="0" prog="8" /> + <Patch name="Combing Slow" hbank="80" lbank="0" prog="9" /> + <Patch name="SessionNyln 2" hbank="80" lbank="0" prog="10" /> + <Patch name="Celestial 2" hbank="80" lbank="0" prog="11" /> + <Patch name="Poly Brs" hbank="80" lbank="0" prog="12" /> + <Patch name="DanceStack 1" hbank="80" lbank="0" prog="13" /> + <Patch name="303 Ow Bass" hbank="80" lbank="0" prog="14" /> + <Patch name="Flying Waltz" hbank="80" lbank="0" prog="15" /> + <Patch name="Silky Way" hbank="80" lbank="0" prog="16" /> + <Patch name="Simply June" hbank="80" lbank="0" prog="17" /> + <Patch name="Solo Vln 1 /" hbank="80" lbank="0" prog="18" /> + <Patch name="Super Tenor" hbank="80" lbank="0" prog="19" /> + <Patch name="Metal Solo" hbank="80" lbank="0" prog="20" /> + <Patch name="Creator" hbank="80" lbank="0" prog="21" /> + <Patch name="Amsterdamer" hbank="80" lbank="0" prog="22" /> + <Patch name="echno Pizz" hbank="80" lbank="0" prog="23" /> + <Patch name="SA Rhodes 3" hbank="80" lbank="0" prog="24" /> + <Patch name="Dim Hit 1" hbank="80" lbank="0" prog="25" /> + <Patch name="Pan Pipes" hbank="80" lbank="0" prog="26" /> + <Patch name="JP-8 Str 1" hbank="80" lbank="0" prog="27" /> + <Patch name="Pretty Bells" hbank="80" lbank="0" prog="28" /> + <Patch name="Aurora" hbank="80" lbank="0" prog="29" /> + <Patch name="Breathy Humz" hbank="80" lbank="0" prog="30" /> + <Patch name="Full Orch. 2" hbank="80" lbank="0" prog="31" /> + <Patch name="Clean Tele" hbank="80" lbank="0" prog="32" /> + <Patch name="Dunes" hbank="80" lbank="0" prog="33" /> + <Patch name="Cyber-Trance" hbank="80" lbank="0" prog="34" /> + <Patch name="RiversOfTime" hbank="80" lbank="0" prog="35" /> + <Patch name="F. Hrn Sect 5/" hbank="80" lbank="0" prog="36" /> + <Patch name="DearmVoices 2" hbank="80" lbank="0" prog="37" /> + <Patch name="HeavenlyPad" hbank="80" lbank="0" prog="38" /> + <Patch name="Sop. Sax mf" hbank="80" lbank="0" prog="39" /> + <Patch name="Sweep Clav 2" hbank="80" lbank="0" prog="40" /> + <Patch name="Cold JX" hbank="80" lbank="0" prog="41" /> + <Patch name="Solo Vc 1 /" hbank="80" lbank="0" prog="42" /> + <Patch name="RichStrings 2" hbank="80" lbank="0" prog="43" /> + <Patch name="Techno Dream" hbank="80" lbank="0" prog="44" /> + <Patch name="StateXLChord" hbank="80" lbank="0" prog="45" /> + <Patch name="Delicate EP" hbank="80" lbank="0" prog="46" /> + <Patch name="Bassic Needs" hbank="80" lbank="0" prog="47" /> + <Patch name="Perky B" hbank="80" lbank="0" prog="48" /> + <Patch name="SquareLead 2" hbank="80" lbank="0" prog="49" /> + <Patch name="Earth Blow" hbank="80" lbank="0" prog="50" /> + <Patch name="BassMarimba 1" hbank="80" lbank="0" prog="51" /> + <Patch name="Morning Lite" hbank="80" lbank="0" prog="52" /> + <Patch name="Raggatronic" hbank="80" lbank="0" prog="53" /> + <Patch name="Brass ff 1" hbank="80" lbank="0" prog="54" /> + <Patch name="Acc. de Paris" hbank="80" lbank="0" prog="55" /> + <Patch name="Oboe 1" hbank="80" lbank="0" prog="56" /> + <Patch name="Velo Power" hbank="80" lbank="0" prog="57" /> + <Patch name="Vintage Call" hbank="80" lbank="0" prog="58" /> + <Patch name="Steel Away" hbank="80" lbank="0" prog="59" /> + <Patch name="Spectrum Mod" hbank="80" lbank="0" prog="60" /> + <Patch name="Raverborg" hbank="80" lbank="0" prog="61" /> + <Patch name="Poly Saws" hbank="80" lbank="0" prog="62" /> + <Patch name="Adrenaline" hbank="80" lbank="0" prog="63" /> + <Patch name="Heirborne" hbank="80" lbank="0" prog="64" /> + <Patch name="Trumpet" hbank="80" lbank="0" prog="65" /> + <Patch name="Glistening" hbank="80" lbank="0" prog="66" /> + <Patch name="Banded Jupe" hbank="80" lbank="0" prog="67" /> + <Patch name="Singing; Mini" hbank="80" lbank="0" prog="68" /> + <Patch name="Chamber Ens 2" hbank="80" lbank="0" prog="69" /> + <Patch name="DanceStack 5" hbank="80" lbank="0" prog="70" /> + <Patch name="SA Rhodes 4" hbank="80" lbank="0" prog="71" /> + <Patch name="Breathy Brs" hbank="80" lbank="0" prog="72" /> + <Patch name="Atmos Harp" hbank="80" lbank="0" prog="73" /> + <Patch name="303 Brass" hbank="80" lbank="0" prog="74" /> + <Patch name="Flute" hbank="80" lbank="0" prog="75" /> + <Patch name="Perc Hit 2 /" hbank="80" lbank="0" prog="76" /> + <Patch name="Oldies Organ" hbank="80" lbank="0" prog="77" /> + <Patch name="Dulcimer" hbank="80" lbank="0" prog="78" /> + <Patch name="Warmer Pad 2" hbank="80" lbank="0" prog="79" /> + <Patch name="ARPsychea" hbank="80" lbank="0" prog="80" /> + <Patch name="Choir 1" hbank="80" lbank="0" prog="81" /> + <Patch name="Agitato Str 2" hbank="80" lbank="0" prog="82" /> + <Patch name="Pure Tibet" hbank="80" lbank="0" prog="83" /> + <Patch name="Flugelhorn 1" hbank="80" lbank="0" prog="84" /> + <Patch name="D-50 Stack" hbank="80" lbank="0" prog="85" /> + <Patch name="Noiz Mania" hbank="80" lbank="0" prog="86" /> + <Patch name="Slap Bass 2" hbank="80" lbank="0" prog="87" /> + <Patch name="Amazing Echo" hbank="80" lbank="0" prog="88" /> + <Patch name="Moving Glass" hbank="80" lbank="0" prog="89" /> + <Patch name="BluesHarp" hbank="80" lbank="0" prog="90" /> + <Patch name="Tria Bells" hbank="80" lbank="0" prog="91" /> + <Patch name="Dirty Organ 2" hbank="80" lbank="0" prog="92" /> + <Patch name="Dawn 2 Dusk" hbank="80" lbank="0" prog="93" /> + <Patch name="Just Lovely" hbank="80" lbank="0" prog="94" /> + <Patch name="SquareKeys 2" hbank="80" lbank="0" prog="95" /> + <Patch name="Natural Vlns" hbank="80" lbank="0" prog="96" /> + <Patch name="Arasian Morn" hbank="80" lbank="0" prog="97" /> + <Patch name="Euro-Dance 2" hbank="80" lbank="0" prog="98" /> + <Patch name="5th Pad" hbank="80" lbank="0" prog="99" /> + <Patch name="Liquid Sky" hbank="80" lbank="0" prog="100" /> + <Patch name="Sci-Fi Bells" hbank="80" lbank="0" prog="101" /> + <Patch name="Nomad Perc" hbank="80" lbank="0" prog="102" /> + <Patch name="Orn. Recorder" hbank="80" lbank="0" prog="103" /> + <Patch name="FXM Saw Lead" hbank="80" lbank="0" prog="104" /> + <Patch name="Atlantis 2" hbank="80" lbank="0" prog="105" /> + <Patch name="Taj Mahal" hbank="80" lbank="0" prog="106" /> + <Patch name="X-Hale" hbank="80" lbank="0" prog="107" /> + <Patch name="Stacc. Heaven" hbank="80" lbank="0" prog="108" /> + <Patch name="Altamira" hbank="80" lbank="0" prog="109" /> + <Patch name="Hit House" hbank="80" lbank="0" prog="110" /> + <Patch name="Solo F. Horn 1" hbank="80" lbank="0" prog="111" /> + <Patch name="Celesta 1" hbank="80" lbank="0" prog="112" /> + <Patch name="ORBit Pad" hbank="80" lbank="0" prog="113" /> + <Patch name="SessionBrass" hbank="80" lbank="0" prog="114" /> + <Patch name="Sugar Bell" hbank="80" lbank="0" prog="115" /> + <Patch name="ChristmasFlt" hbank="80" lbank="0" prog="116" /> + <Patch name="Strobe Mode" hbank="80" lbank="0" prog="117" /> + <Patch name="Cave" hbank="80" lbank="0" prog="118" /> + <Patch name="TenorExprss 2" hbank="80" lbank="0" prog="119" /> + <Patch name="Impact" hbank="80" lbank="0" prog="120" /> + <Patch name="X-Tronic Jam" hbank="80" lbank="0" prog="121" /> + <Patch name="WarmViolins 2" hbank="80" lbank="0" prog="122" /> + <Patch name="Rain Forest" hbank="80" lbank="0" prog="123" /> + <Patch name="Brass Ens 4" hbank="80" lbank="0" prog="124" /> + <Patch name="Perelandra" hbank="80" lbank="0" prog="125" /> + <Patch name="Teknoperator" hbank="80" lbank="0" prog="126" /> + <Patch name="Crowds" hbank="80" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="PR-A"> + <Patch name="64 Voice Piano" hbank="81" lbank="0" prog="0" /> + <Patch name="Bright Piano" hbank="81" lbank="0" prog="1" /> + <Patch name="Classique" hbank="81" lbank="0" prog="2" /> + <Patch name="Nice Piano" hbank="81" lbank="0" prog="3" /> + <Patch name="Piano Thang" hbank="81" lbank="0" prog="4" /> + <Patch name="Power Grand" hbank="81" lbank="0" prog="5" /> + <Patch name="House Piano" hbank="81" lbank="0" prog="6" /> + <Patch name="Electric Grand" hbank="81" lbank="0" prog="7" /> + <Patch name="MIDIed Grand" hbank="81" lbank="0" prog="8" /> + <Patch name="Piano Blend" hbank="81" lbank="0" prog="9" /> + <Patch name="West Coast" hbank="81" lbank="0" prog="10" /> + <Patch name="Piano Strings" hbank="81" lbank="0" prog="11" /> + <Patch name="BS/Pno+Brs" hbank="81" lbank="0" prog="12" /> + <Patch name="Waterhodes" hbank="81" lbank="0" prog="13" /> + <Patch name="S.A.E.P." hbank="81" lbank="0" prog="14" /> + <Patch name="SA Rhodes 1" hbank="81" lbank="0" prog="15" /> + <Patch name="SA Rhodes 2" hbank="81" lbank="0" prog="16" /> + <Patch name="Stiky Rhodes" hbank="81" lbank="0" prog="17" /> + <Patch name="Dig Rhodes" hbank="81" lbank="0" prog="18" /> + <Patch name="Nylon EPiano" hbank="81" lbank="0" prog="19" /> + <Patch name="Nylon Rhodes" hbank="81" lbank="0" prog="20" /> + <Patch name="Rhodes Mix" hbank="81" lbank="0" prog="21" /> + <Patch name="PsychoRhodes" hbank="81" lbank="0" prog="22" /> + <Patch name="Tremo Rhodes" hbank="81" lbank="0" prog="23" /> + <Patch name="MK-80 Rhodes" hbank="81" lbank="0" prog="24" /> + <Patch name="MK-80 Phaser" hbank="81" lbank="0" prog="25" /> + <Patch name="Delicate EP" hbank="81" lbank="0" prog="26" /> + <Patch name="Octa Rhodes 1" hbank="81" lbank="0" prog="27" /> + <Patch name="Octa Rhodes 2" hbank="81" lbank="0" prog="28" /> + <Patch name="JV Rhodes+" hbank="81" lbank="0" prog="29" /> + <Patch name="EP+Med Pad" hbank="81" lbank="0" prog="30" /> + <Patch name="Mr. Mellow" hbank="81" lbank="0" prog="31" /> + <Patch name="Comp Clav" hbank="81" lbank="0" prog="32" /> + <Patch name="Klavinet" hbank="81" lbank="0" prog="33" /> + <Patch name="Winger Clav" hbank="81" lbank="0" prog="34" /> + <Patch name="Phaze Clav 1" hbank="81" lbank="0" prog="35" /> + <Patch name="Phaze Clav 2" hbank="81" lbank="0" prog="36" /> + <Patch name="Phuzz Clav" hbank="81" lbank="0" prog="37" /> + <Patch name="Chorus Clav" hbank="81" lbank="0" prog="38" /> + <Patch name="Claviduck" hbank="81" lbank="0" prog="39" /> + <Patch name="Velo-Rez Clv" hbank="81" lbank="0" prog="40" /> + <Patch name="Clavicembalo" hbank="81" lbank="0" prog="41" /> + <Patch name="Analogue 1" hbank="81" lbank="0" prog="42" /> + <Patch name="Analogue 2" hbank="81" lbank="0" prog="43" /> + <Patch name="Metal Clav" hbank="81" lbank="0" prog="44" /> + <Patch name="Full Stops" hbank="81" lbank="0" prog="45" /> + <Patch name="Ballad B" hbank="81" lbank="0" prog="46" /> + <Patch name="Mellow Bars" hbank="81" lbank="0" prog="47" /> + <Patch name="AugerMentive" hbank="81" lbank="0" prog="48" /> + <Patch name="Perky B" hbank="81" lbank="0" prog="49" /> + <Patch name="The Big Spin" hbank="81" lbank="0" prog="50" /> + <Patch name="Gospel Spin" hbank="81" lbank="0" prog="51" /> + <Patch name="Roller Spin" hbank="81" lbank="0" prog="52" /> + <Patch name="Rocker Spin" hbank="81" lbank="0" prog="53" /> + <Patch name="Tone Wh.Solo" hbank="81" lbank="0" prog="54" /> + <Patch name="Purple Spin" hbank="81" lbank="0" prog="55" /> + <Patch name="60;s Lead organ" hbank="81" lbank="0" prog="56" /> + <Patch name="Assalt Organ" hbank="81" lbank="0" prog="57" /> + <Patch name="D-50 Organ" hbank="81" lbank="0" prog="58" /> + <Patch name="Cathedral" hbank="81" lbank="0" prog="59" /> + <Patch name="Church Pipes" hbank="81" lbank="0" prog="60" /> + <Patch name="Poly Keys" hbank="81" lbank="0" prog="61" /> + <Patch name="Poly Saws" hbank="81" lbank="0" prog="62" /> + <Patch name="Poly Pulse" hbank="81" lbank="0" prog="63" /> + <Patch name="Dual Profs" hbank="81" lbank="0" prog="64" /> + <Patch name="Saw Mass" hbank="81" lbank="0" prog="65" /> + <Patch name="Poly Split" hbank="81" lbank="0" prog="66" /> + <Patch name="Poly Brass" hbank="81" lbank="0" prog="67" /> + <Patch name="Stackoid" hbank="81" lbank="0" prog="68" /> + <Patch name="Poly Rock" hbank="81" lbank="0" prog="69" /> + <Patch name="D-50 Stack" hbank="81" lbank="0" prog="70" /> + <Patch name="Fantasia JV" hbank="81" lbank="0" prog="71" /> + <Patch name="Jimmee Dee" hbank="81" lbank="0" prog="72" /> + <Patch name="Heavenals" hbank="81" lbank="0" prog="73" /> + <Patch name="Mallet Pad" hbank="81" lbank="0" prog="74" /> + <Patch name="Huff n Stuff" hbank="81" lbank="0" prog="75" /> + <Patch name="Puff 1080" hbank="81" lbank="0" prog="76" /> + <Patch name="BellVox 1080" hbank="81" lbank="0" prog="77" /> + <Patch name="Fantasy Vox" hbank="81" lbank="0" prog="78" /> + <Patch name="Square Keys" hbank="81" lbank="0" prog="79" /> + <Patch name="Childlike" hbank="81" lbank="0" prog="80" /> + <Patch name="Music Box" hbank="81" lbank="0" prog="81" /> + <Patch name="Toy Box" hbank="81" lbank="0" prog="82" /> + <Patch name="Wave Bells" hbank="81" lbank="0" prog="83" /> + <Patch name="Tria Bells" hbank="81" lbank="0" prog="84" /> + <Patch name="Beauty Bells" hbank="81" lbank="0" prog="85" /> + <Patch name="Music Bells" hbank="81" lbank="0" prog="86" /> + <Patch name="Pretty Bells" hbank="81" lbank="0" prog="87" /> + <Patch name="Pulse key" hbank="81" lbank="0" prog="88" /> + <Patch name="Wide Tubular" hbank="81" lbank="0" prog="89" /> + <Patch name="AmbianeVIBE" hbank="81" lbank="0" prog="90" /> + <Patch name="Warm Vibes" hbank="81" lbank="0" prog="91" /> + <Patch name="Dyna Marimba" hbank="81" lbank="0" prog="92" /> + <Patch name="Nomad Perc" hbank="81" lbank="0" prog="94" /> + <Patch name="Ethno Metals" hbank="81" lbank="0" prog="95" /> + <Patch name="Islands Mlt" hbank="81" lbank="0" prog="96" /> + <Patch name="Steelin Keys" hbank="81" lbank="0" prog="97" /> + <Patch name="Steel Drums" hbank="81" lbank="0" prog="98" /> + <Patch name="Voicey Pizz" hbank="81" lbank="0" prog="99" /> + <Patch name="Sitar" hbank="81" lbank="0" prog="100" /> + <Patch name="Drone Split" hbank="81" lbank="0" prog="101" /> + <Patch name="Ethnopluck" hbank="81" lbank="0" prog="102" /> + <Patch name="Jamison" hbank="81" lbank="0" prog="103" /> + <Patch name="Dulcimer" hbank="81" lbank="0" prog="104" /> + <Patch name="East Melody" hbank="81" lbank="0" prog="105" /> + <Patch name="Mandolin Trem" hbank="81" lbank="0" prog="106" /> + <Patch name="Nylon Guitar" hbank="81" lbank="0" prog="107" /> + <Patch name="Gtr Strings" hbank="81" lbank="0" prog="108" /> + <Patch name="Steel Away" hbank="81" lbank="0" prog="109" /> + <Patch name="Heavenly Gtr" hbank="81" lbank="0" prog="110" /> + <Patch name="12str Gtr 1" hbank="81" lbank="0" prog="111" /> + <Patch name="12str Gtr 2" hbank="81" lbank="0" prog="112" /> + <Patch name="Jz Gtr Hall" hbank="81" lbank="0" prog="113" /> + <Patch name="LetterFrmPat" hbank="81" lbank="0" prog="114" /> + <Patch name="Jazz Scat" hbank="81" lbank="0" prog="115" /> + <Patch name="Lounge Gig" hbank="81" lbank="0" prog="116" /> + <Patch name="JC Strat" hbank="81" lbank="0" prog="117" /> + <Patch name="Twin STrats" hbank="81" lbank="0" prog="118" /> + <Patch name="JV Strat" hbank="81" lbank="0" prog="119" /> + <Patch name="Syn STrat" hbank="81" lbank="0" prog="120" /> + <Patch name="Rotary Gtr" hbank="81" lbank="0" prog="121" /> + <Patch name="Muted Gtr" hbank="81" lbank="0" prog="122" /> + <Patch name="SwitchOnMute" hbank="81" lbank="0" prog="123" /> + <Patch name="Power Trip" hbank="81" lbank="0" prog="124" /> + <Patch name="Crunch Split" hbank="81" lbank="0" prog="125" /> + <Patch name="Rezodrive" hbank="81" lbank="0" prog="126" /> + <Patch name="RockYurSocks" hbank="81" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="PR-B"> + <Patch name="Dist Gtr 1" hbank="81" lbank="1" prog="0" /> + <Patch name="Dist Gtr 2" hbank="81" lbank="1" prog="1" /> + <Patch name="R&R Chunk" hbank="81" lbank="1" prog="2" /> + <Patch name="Phripphuzz" hbank="81" lbank="1" prog="3" /> + <Patch name="Grungeroni" hbank="81" lbank="1" prog="4" /> + <Patch name="Black Widow" hbank="81" lbank="1" prog="5" /> + <Patch name="Velo-Wah Gtr" hbank="81" lbank="1" prog="6" /> + <Patch name="Mod-Wah Gtr" hbank="81" lbank="1" prog="7" /> + <Patch name="Pick Bass" hbank="81" lbank="1" prog="8" /> + <Patch name="Hip Bass" hbank="81" lbank="1" prog="9" /> + <Patch name="Perc.bass" hbank="81" lbank="1" prog="10" /> + <Patch name="Homey Bass" hbank="81" lbank="1" prog="11" /> + <Patch name="Finger bass" hbank="81" lbank="1" prog="12" /> + <Patch name="Nylon Bass" hbank="81" lbank="1" prog="13" /> + <Patch name="Ac. Upright" hbank="81" lbank="1" prog="14" /> + <Patch name="Wet Fretls" hbank="81" lbank="1" prog="15" /> + <Patch name="Fretls Dry" hbank="81" lbank="1" prog="16" /> + <Patch name="Slap Bass 1" hbank="81" lbank="1" prog="17" /> + <Patch name="Slap Bass 2" hbank="81" lbank="1" prog="18" /> + <Patch name="Slap Bass 3" hbank="81" lbank="1" prog="19" /> + <Patch name="Slap Bass 4" hbank="81" lbank="1" prog="20" /> + <Patch name="4 Pole Bass" hbank="81" lbank="1" prog="21" /> + <Patch name="Tick bass" hbank="81" lbank="1" prog="22" /> + <Patch name="House Bass" hbank="81" lbank="1" prog="23" /> + <Patch name="Mondo Bass" hbank="81" lbank="1" prog="24" /> + <Patch name="Clk AnalogBs" hbank="81" lbank="1" prog="25" /> + <Patch name="bass In Face" hbank="81" lbank="1" prog="26" /> + <Patch name="101 Bass" hbank="81" lbank="1" prog="27" /> + <Patch name="Noiz Bass" hbank="81" lbank="1" prog="28" /> + <Patch name="Super Jup Bass" hbank="81" lbank="1" prog="29" /> + <Patch name="Occitan Bass" hbank="81" lbank="1" prog="30" /> + <Patch name="Hugo Bass" hbank="81" lbank="1" prog="31" /> + <Patch name="Multi bass" hbank="81" lbank="1" prog="32" /> + <Patch name="Moist Bass" hbank="81" lbank="1" prog="33" /> + <Patch name="Britelow Bass" hbank="81" lbank="1" prog="34" /> + <Patch name="Untamed Bass" hbank="81" lbank="1" prog="35" /> + <Patch name="Rubber Bass" hbank="81" lbank="1" prog="36" /> + <Patch name="Stereoww Bs" hbank="81" lbank="1" prog="37" /> + <Patch name="Wonder Bass" hbank="81" lbank="1" prog="38" /> + <Patch name="Deep Bass" hbank="81" lbank="1" prog="39" /> + <Patch name="Super JX Bs" hbank="81" lbank="1" prog="40" /> + <Patch name="W;RED;-bass" hbank="81" lbank="1" prog="41" /> + <Patch name="HI-Ring Bass" hbank="81" lbank="1" prog="42" /> + <Patch name="Euro bass" hbank="81" lbank="1" prog="43" /> + <Patch name="Sinusoidrave" hbank="81" lbank="1" prog="44" /> + <Patch name="Alternative" hbank="81" lbank="1" prog="45" /> + <Patch name="Acid Line" hbank="81" lbank="1" prog="46" /> + <Patch name="Auto TB-303" hbank="81" lbank="1" prog="47" /> + <Patch name="Hihat Tekno" hbank="81" lbank="1" prog="48" /> + <Patch name="Velo Tekno 1" hbank="81" lbank="1" prog="49" /> + <Patch name="Raggatronic" hbank="81" lbank="1" prog="50" /> + <Patch name="Blade Racer" hbank="81" lbank="1" prog="51" /> + <Patch name="S&H Pad" hbank="81" lbank="1" prog="52" /> + <Patch name="Syncrosonix" hbank="81" lbank="1" prog="53" /> + <Patch name="Fool Again" hbank="81" lbank="1" prog="54" /> + <Patch name="Alive" hbank="81" lbank="1" prog="55" /> + <Patch name="Velo Teckno 2" hbank="81" lbank="1" prog="56" /> + <Patch name="Rezoid" hbank="81" lbank="1" prog="57" /> + <Patch name="RaverBorg" hbank="81" lbank="1" prog="58" /> + <Patch name="Blow Hit" hbank="81" lbank="1" prog="59" /> + <Patch name="Hammer Bell" hbank="81" lbank="1" prog="60" /> + <Patch name="Seq Mallet" hbank="81" lbank="1" prog="61" /> + <Patch name="Intentions" hbank="81" lbank="1" prog="62" /> + <Patch name="Pick It" hbank="81" lbank="1" prog="63" /> + <Patch name="Analog Seq" hbank="81" lbank="1" prog="64" /> + <Patch name="Impact Vox" hbank="81" lbank="1" prog="65" /> + <Patch name="TecknoSoloVox" hbank="81" lbank="1" prog="66" /> + <Patch name="X-Mod Man" hbank="81" lbank="1" prog="67" /> + <Patch name="Paz ;==; Zap" hbank="81" lbank="1" prog="68" /> + <Patch name="4 Hits 4 You" hbank="81" lbank="1" prog="69" /> + <Patch name="Impact" hbank="81" lbank="1" prog="70" /> + <Patch name="Phase Hit" hbank="81" lbank="1" prog="71" /> + <Patch name="Tekno Hit 1" hbank="81" lbank="1" prog="72" /> + <Patch name="Tekno Hit 2" hbank="81" lbank="1" prog="73" /> + <Patch name="Tekno Hit 3" hbank="81" lbank="1" prog="74" /> + <Patch name="Reverse Hit" hbank="81" lbank="1" prog="75" /> + <Patch name="Square Lead 1" hbank="81" lbank="1" prog="76" /> + <Patch name="Square Lead 2" hbank="81" lbank="1" prog="77" /> + <Patch name="You and Luck" hbank="81" lbank="1" prog="78" /> + <Patch name="Belly Lead" hbank="81" lbank="1" prog="79" /> + <Patch name="WhistleinAtom" hbank="81" lbank="1" prog="80" /> + <Patch name="Edye Boost" hbank="81" lbank="1" prog="81" /> + <Patch name="MG Solo" hbank="81" lbank="1" prog="82" /> + <Patch name="FXM Saw Lead" hbank="81" lbank="1" prog="83" /> + <Patch name="Sawteeth" hbank="81" lbank="1" prog="84" /> + <Patch name="Smoothe" hbank="81" lbank="1" prog="85" /> + <Patch name="MG Lead" hbank="81" lbank="1" prog="86" /> + <Patch name="MG Interval" hbank="81" lbank="1" prog="87" /> + <Patch name="Pulse Lead 1" hbank="81" lbank="1" prog="88" /> + <Patch name="Pulse Lead 2" hbank="81" lbank="1" prog="89" /> + <Patch name="Little Devil" hbank="81" lbank="1" prog="90" /> + <Patch name="Load SynLead" hbank="81" lbank="1" prog="91" /> + <Patch name="Analog Lead" hbank="81" lbank="1" prog="92" /> + <Patch name="5th Lead" hbank="81" lbank="1" prog="93" /> + <Patch name="Flute" hbank="81" lbank="1" prog="94" /> + <Patch name="Piccolo" hbank="81" lbank="1" prog="95" /> + <Patch name="VOX Flute" hbank="81" lbank="1" prog="96" /> + <Patch name="Air Lead" hbank="81" lbank="1" prog="97" /> + <Patch name="Pan Pipes" hbank="81" lbank="1" prog="98" /> + <Patch name="Airplaaane" hbank="81" lbank="1" prog="99" /> + <Patch name="Taj Mahal" hbank="81" lbank="1" prog="100" /> + <Patch name="Raya Shaku" hbank="81" lbank="1" prog="101" /> + <Patch name="Oboe mf" hbank="81" lbank="1" prog="102" /> + <Patch name="Oboe Express" hbank="81" lbank="1" prog="103" /> + <Patch name="Clarinet mp" hbank="81" lbank="1" prog="104" /> + <Patch name="ClariExpress" hbank="81" lbank="1" prog="105" /> + <Patch name="Mitzva Split" hbank="81" lbank="1" prog="106" /> + <Patch name="ChamberWinds" hbank="81" lbank="1" prog="107" /> + <Patch name="Chamber Woods" hbank="81" lbank="1" prog="108" /> + <Patch name="Film Orch" hbank="81" lbank="1" prog="109" /> + <Patch name="Sop.Sax mf" hbank="81" lbank="1" prog="110" /> + <Patch name="Alto Sax" hbank="81" lbank="1" prog="111" /> + <Patch name="AltoLead Sax" hbank="81" lbank="1" prog="112" /> + <Patch name="Tenor Sax" hbank="81" lbank="1" prog="113" /> + <Patch name="Baritone Sax" hbank="81" lbank="1" prog="114" /> + <Patch name="Take a Tenor" hbank="81" lbank="1" prog="115" /> + <Patch name="Sax Section" hbank="81" lbank="1" prog="116" /> + <Patch name="Bigband Sax" hbank="81" lbank="1" prog="117" /> + <Patch name="Harmonica" hbank="81" lbank="1" prog="118" /> + <Patch name="Harmo Blues" hbank="81" lbank="1" prog="119" /> + <Patch name="BluesHarp" hbank="81" lbank="1" prog="120" /> + <Patch name="French Bags" hbank="81" lbank="1" prog="122" /> + <Patch name="Majestic Tpt" hbank="81" lbank="1" prog="123" /> + <Patch name="Voluntare" hbank="81" lbank="1" prog="124" /> + <Patch name="2Trumpets" hbank="81" lbank="1" prog="125" /> + <Patch name="Tpt Sect" hbank="81" lbank="1" prog="126" /> + <Patch name="Mute TP mod" hbank="81" lbank="1" prog="127" /> + </PatchGroup> + <PatchGroup name="PR-C"> + <Patch name="Harmon Mute" hbank="81" lbank="2" prog="0" /> + <Patch name="Tp&Sax Section" hbank="81" lbank="2" prog="1" /> + <Patch name="Sax+Tp+Tb" hbank="81" lbank="2" prog="2" /> + <Patch name="Brass Sect" hbank="81" lbank="2" prog="3" /> + <Patch name="Trombone" hbank="81" lbank="2" prog="4" /> + <Patch name="Hybrid Bones" hbank="81" lbank="2" prog="5" /> + <Patch name="Noble Horns" hbank="81" lbank="2" prog="6" /> + <Patch name="Massed Horns" hbank="81" lbank="2" prog="7" /> + <Patch name="Horn Swell" hbank="81" lbank="2" prog="8" /> + <Patch name="Brass it!" hbank="81" lbank="2" prog="9" /> + <Patch name="Brass Attack" hbank="81" lbank="2" prog="10" /> + <Patch name="Archimede" hbank="81" lbank="2" prog="11" /> + <Patch name="Rugby Horn" hbank="81" lbank="2" prog="12" /> + <Patch name="MKS-80 Brass" hbank="81" lbank="2" prog="13" /> + <Patch name="True ANALOGE" hbank="81" lbank="2" prog="14" /> + <Patch name="Dark Vox" hbank="81" lbank="2" prog="15" /> + <Patch name="Random Vowels" hbank="81" lbank="2" prog="16" /> + <Patch name="Angels Sing" hbank="81" lbank="2" prog="17" /> + <Patch name="Pvox Oooze" hbank="81" lbank="2" prog="18" /> + <Patch name="Longing" hbank="81" lbank="2" prog="19" /> + <Patch name="Arasian Morn" hbank="81" lbank="2" prog="20" /> + <Patch name="Beauty Vox" hbank="81" lbank="2" prog="21" /> + <Patch name="Mary-AnneVox" hbank="81" lbank="2" prog="22" /> + <Patch name="Beltree Vox" hbank="81" lbank="2" prog="23" /> + <Patch name="Vox Planner" hbank="81" lbank="2" prog="24" /> + <Patch name="Spaced Voxx" hbank="81" lbank="2" prog="25" /> + <Patch name="Glass Voices" hbank="81" lbank="2" prog="26" /> + <Patch name="Tubular Vox" hbank="81" lbank="2" prog="27" /> + <Patch name="Velo Vox" hbank="81" lbank="2" prog="28" /> + <Patch name="Wavox" hbank="81" lbank="2" prog="29" /> + <Patch name="Doos" hbank="81" lbank="2" prog="30" /> + <Patch name="Synvox Comps" hbank="81" lbank="2" prog="31" /> + <Patch name="Vocal Oohz" hbank="81" lbank="2" prog="32" /> + <Patch name="LFO Vox" hbank="81" lbank="2" prog="33" /> + <Patch name="St. Strings" hbank="81" lbank="2" prog="34" /> + <Patch name="Warm Strings" hbank="81" lbank="2" prog="35" /> + <Patch name="Somber Strings" hbank="81" lbank="2" prog="36" /> + <Patch name="Marcato" hbank="81" lbank="2" prog="37" /> + <Patch name="Bright Strings" hbank="81" lbank="2" prog="38" /> + <Patch name="String Ens" hbank="81" lbank="2" prog="39" /> + <Patch name="TremoloStrng" hbank="81" lbank="2" prog="40" /> + <Patch name="Chambers" hbank="81" lbank="2" prog="41" /> + <Patch name="Violin Cello" hbank="81" lbank="2" prog="42" /> + <Patch name="Symphonique" hbank="81" lbank="2" prog="43" /> + <Patch name="Film Octaves" hbank="81" lbank="2" prog="44" /> + <Patch name="Film Layers" hbank="81" lbank="2" prog="45" /> + <Patch name="Bass Pizz" hbank="81" lbank="2" prog="46" /> + <Patch name="Real Pizz" hbank="81" lbank="2" prog="47" /> + <Patch name="Harp on it" hbank="81" lbank="2" prog="48" /> + <Patch name="Harp" hbank="81" lbank="2" prog="49" /> + <Patch name="JP-8 Str 1" hbank="81" lbank="2" prog="50" /> + <Patch name="JP-8 Str 2" hbank="81" lbank="2" prog="51" /> + <Patch name="E-Motion pad" hbank="81" lbank="2" prog="52" /> + <Patch name="JP-8 Str 3" hbank="81" lbank="2" prog="53" /> + <Patch name="Vintage Orch" hbank="81" lbank="2" prog="54" /> + <Patch name="JUNO Strings" hbank="81" lbank="2" prog="55" /> + <Patch name="Gigantalog" hbank="81" lbank="2" prog="56" /> + <Patch name="PWN Strings" hbank="81" lbank="2" prog="57" /> + <Patch name="Warmth" hbank="81" lbank="2" prog="58" /> + <Patch name="ORBit Pad" hbank="81" lbank="2" prog="59" /> + <Patch name="Deep Strings" hbank="81" lbank="2" prog="60" /> + <Patch name="Pulsify" hbank="81" lbank="2" prog="61" /> + <Patch name="Pulse Pad" hbank="81" lbank="2" prog="62" /> + <Patch name="Greek Power" hbank="81" lbank="2" prog="63" /> + <Patch name="Harmonicum" hbank="81" lbank="2" prog="64" /> + <Patch name="D-50 Heaven" hbank="81" lbank="2" prog="65" /> + <Patch name="Afro Horns" hbank="81" lbank="2" prog="66" /> + <Patch name="Pop Pad" hbank="81" lbank="2" prog="67" /> + <Patch name="Dreamesque" hbank="81" lbank="2" prog="68" /> + <Patch name="Square Pad" hbank="81" lbank="2" prog="69" /> + <Patch name="JP-8 Hollow" hbank="81" lbank="2" prog="70" /> + <Patch name="JP-8 Haunting" hbank="81" lbank="2" prog="72" /> + <Patch name="Hush Pad" hbank="81" lbank="2" prog="73" /> + <Patch name="Jet Pad 1" hbank="81" lbank="2" prog="74" /> + <Patch name="Jet Pad 2" hbank="81" lbank="2" prog="75" /> + <Patch name="Phaze Pad" hbank="81" lbank="2" prog="76" /> + <Patch name="Phaze Str" hbank="81" lbank="2" prog="77" /> + <Patch name="Jet Str Ens" hbank="81" lbank="2" prog="78" /> + <Patch name="Pivotal Pad" hbank="81" lbank="2" prog="79" /> + <Patch name="3D Flanged" hbank="81" lbank="2" prog="80" /> + <Patch name="Fantawine" hbank="81" lbank="2" prog="81" /> + <Patch name="Glossy Pad" hbank="81" lbank="2" prog="82" /> + <Patch name="Moving Glass" hbank="81" lbank="2" prog="83" /> + <Patch name="Glasswaves" hbank="81" lbank="2" prog="84" /> + <Patch name="Shiny pad" hbank="81" lbank="2" prog="85" /> + <Patch name="ShiftedGlass" hbank="81" lbank="2" prog="86" /> + <Patch name="Chime Pad" hbank="81" lbank="2" prog="87" /> + <Patch name="Spin pad" hbank="81" lbank="2" prog="88" /> + <Patch name="Rotary Pad" hbank="81" lbank="2" prog="89" /> + <Patch name="Dawn 2 Dusk" hbank="81" lbank="2" prog="90" /> + <Patch name="Aurora" hbank="81" lbank="2" prog="91" /> + <Patch name="Strobe Mode" hbank="81" lbank="2" prog="92" /> + <Patch name="Albion" hbank="81" lbank="2" prog="93" /> + <Patch name="Running pad" hbank="81" lbank="2" prog="94" /> + <Patch name="Stepped Pad" hbank="81" lbank="2" prog="95" /> + <Patch name="Random Pad" hbank="81" lbank="2" prog="96" /> + <Patch name="SoundtrkDANC" hbank="81" lbank="2" prog="97" /> + <Patch name="Flying Waltz" hbank="81" lbank="2" prog="98" /> + <Patch name="Vanishing" hbank="81" lbank="2" prog="99" /> + <Patch name="5th Sweep" hbank="81" lbank="2" prog="100" /> + <Patch name="Phazweep" hbank="81" lbank="2" prog="101" /> + <Patch name="Big BPF" hbank="81" lbank="2" prog="102" /> + <Patch name="MG Sweep" hbank="81" lbank="2" prog="103" /> + <Patch name="CeremonyTimp" hbank="81" lbank="2" prog="104" /> + <Patch name="Dyno Toms" hbank="81" lbank="2" prog="105" /> + <Patch name="Sands of TIme" hbank="81" lbank="2" prog="106" /> + <Patch name="Inertia" hbank="81" lbank="2" prog="107" /> + <Patch name="Vektogram" hbank="81" lbank="2" prog="108" /> + <Patch name="Crash Pad" hbank="81" lbank="2" prog="109" /> + <Patch name="Feedback Vox" hbank="81" lbank="2" prog="110" /> + <Patch name="Cascade" hbank="81" lbank="2" prog="111" /> + <Patch name="Shattered" hbank="81" lbank="2" prog="112" /> + <Patch name="Next Frontier" hbank="81" lbank="2" prog="113" /> + <Patch name="Pure Tibet" hbank="81" lbank="2" prog="114" /> + <Patch name="Chime Wash" hbank="81" lbank="2" prog="115" /> + <Patch name="Night Shade" hbank="81" lbank="2" prog="116" /> + <Patch name="Tortured" hbank="81" lbank="2" prog="117" /> + <Patch name="Dissimilate" hbank="81" lbank="2" prog="118" /> + <Patch name="Dunes" hbank="81" lbank="2" prog="119" /> + <Patch name="Ocean Floor" hbank="81" lbank="2" prog="120" /> + <Patch name="Cyber Space" hbank="81" lbank="2" prog="121" /> + <Patch name="Biospheare" hbank="81" lbank="2" prog="122" /> + <Patch name="Variable Run" hbank="81" lbank="2" prog="123" /> + <Patch name="Ice Hall" hbank="81" lbank="2" prog="124" /> + <Patch name="Computer Room" hbank="81" lbank="2" prog="125" /> + <Patch name="Inverted" hbank="81" lbank="2" prog="126" /> + <Patch name="terminate" hbank="81" lbank="2" prog="127" /> + </PatchGroup> + <PatchGroup name="PR-E"> + <Patch name="Echo Piano" hbank="81" lbank="4" prog="0" /> + <Patch name="Upright Piano" hbank="81" lbank="4" prog="1" /> + <Patch name="RD-1000" hbank="81" lbank="4" prog="2" /> + <Patch name="Player;s EP" hbank="81" lbank="4" prog="3" /> + <Patch name="D-50 Rhodes" hbank="81" lbank="4" prog="4" /> + <Patch name="Innocent EP" hbank="81" lbank="4" prog="5" /> + <Patch name="Echo Rhodes" hbank="81" lbank="4" prog="6" /> + <Patch name="See-Thru EP" hbank="81" lbank="4" prog="7" /> + <Patch name="FM BellPiano" hbank="81" lbank="4" prog="8" /> + <Patch name="Ring E.Piano" hbank="81" lbank="4" prog="9" /> + <Patch name="Soap Opera" hbank="81" lbank="4" prog="10" /> + <Patch name="Dirty Organ" hbank="81" lbank="4" prog="11" /> + <Patch name="Surf;s Up!" hbank="81" lbank="4" prog="12" /> + <Patch name="Organesque" hbank="81" lbank="4" prog="13" /> + <Patch name="pp Harmonium" hbank="81" lbank="4" prog="14" /> + <Patch name="PieceOfCheez" hbank="81" lbank="4" prog="15" /> + <Patch name="Harpsy Clav" hbank="81" lbank="4" prog="16" /> + <Patch name="Exotic Velo" hbank="81" lbank="4" prog="17" /> + <Patch name="HolidayCheer" hbank="81" lbank="4" prog="18" /> + <Patch name="Moring Lite" hbank="81" lbank="4" prog="19" /> + <Patch name="Prefab Chime" hbank="81" lbank="4" prog="20" /> + <Patch name="Belfry Chime" hbank="81" lbank="4" prog="21" /> + <Patch name="Stacc.Heaven" hbank="81" lbank="4" prog="22" /> + <Patch name="2.2 Bell Pad" hbank="81" lbank="4" prog="23" /> + <Patch name="Far East" hbank="81" lbank="4" prog="24" /> + <Patch name="Wire Pad" hbank="81" lbank="4" prog="25" /> + <Patch name="PhaseBlipper" hbank="81" lbank="4" prog="26" /> + <Patch name="Sweep Clav" hbank="81" lbank="4" prog="27" /> + <Patch name="Glider" hbank="81" lbank="4" prog="28" /> + <Patch name="Solo Steel" hbank="81" lbank="4" prog="29" /> + <Patch name="DesertCrystl" hbank="81" lbank="4" prog="30" /> + <Patch name="Clear Guitar" hbank="81" lbank="4" prog="31" /> + <Patch name="Solo Strat" hbank="81" lbank="4" prog="32" /> + <Patch name="Feed Me!" hbank="81" lbank="4" prog="33" /> + <Patch name="Tube Smoke" hbank="81" lbank="4" prog="34" /> + <Patch name="Creamy" hbank="81" lbank="4" prog="35" /> + <Patch name="Bluesy OD" hbank="81" lbank="4" prog="36" /> + <Patch name="Grindstone" hbank="81" lbank="4" prog="37" /> + <Patch name="OD 5ths" hbank="81" lbank="4" prog="38" /> + <Patch name="East Europe" hbank="81" lbank="4" prog="39" /> + <Patch name="Dulcitar" hbank="81" lbank="4" prog="40" /> + <Patch name="Atmos Harp" hbank="81" lbank="4" prog="41" /> + <Patch name="Pilgrimage" hbank="81" lbank="4" prog="42" /> + <Patch name="202 Rude Bs" hbank="81" lbank="4" prog="43" /> + <Patch name="2pole Bass" hbank="81" lbank="4" prog="44" /> + <Patch name="4pole Bass" hbank="81" lbank="4" prog="45" /> + <Patch name="Phaser MC" hbank="81" lbank="4" prog="46" /> + <Patch name="Miniphaser" hbank="81" lbank="4" prog="47" /> + <Patch name="Acid TB" hbank="81" lbank="4" prog="48" /> + <Patch name="Full Orchest" hbank="81" lbank="4" prog="49" /> + <Patch name="Str + Winds" hbank="81" lbank="4" prog="50" /> + <Patch name="Flute 2080" hbank="81" lbank="4" prog="51" /> + <Patch name="Scat Flute" hbank="81" lbank="4" prog="52" /> + <Patch name="Sax Choir" hbank="81" lbank="4" prog="53" /> + <Patch name="Ballad Trump" hbank="81" lbank="4" prog="54" /> + <Patch name="Sm.Brass Grp" hbank="81" lbank="4" prog="55" /> + <Patch name="Royale" hbank="81" lbank="4" prog="56" /> + <Patch name="Brass Mutes" hbank="81" lbank="4" prog="57" /> + <Patch name="Breathy Brs" hbank="81" lbank="4" prog="58" /> + <Patch name="3 Osc Brass" hbank="81" lbank="4" prog="59" /> + <Patch name="P5 Polymod" hbank="81" lbank="4" prog="60" /> + <Patch name="Triumph Brs" hbank="81" lbank="4" prog="61" /> + <Patch name="Techno Dream" hbank="81" lbank="4" prog="62" /> + <Patch name="Organizer" hbank="81" lbank="4" prog="63" /> + <Patch name="Civilization" hbank="81" lbank="4" prog="64" /> + <Patch name="Mental Chord" hbank="81" lbank="4" prog="65" /> + <Patch name="House Chord" hbank="81" lbank="4" prog="66" /> + <Patch name="Sequalog" hbank="81" lbank="4" prog="67" /> + <Patch name="Booster Bips" hbank="81" lbank="4" prog="68" /> + <Patch name="VintagePlunk" hbank="81" lbank="4" prog="69" /> + <Patch name="Plik-Plok" hbank="81" lbank="4" prog="70" /> + <Patch name="RingSequence" hbank="81" lbank="4" prog="71" /> + <Patch name="Cyber Swing" hbank="81" lbank="4" prog="72" /> + <Patch name="Keep :-)" hbank="81" lbank="4" prog="73" /> + <Patch name="Resojuice" hbank="81" lbank="4" prog="74" /> + <Patch name="B;on d;moov!" hbank="81" lbank="4" prog="75" /> + <Patch name="Dist TB-303" hbank="81" lbank="4" prog="76" /> + <Patch name="Temple of JV" hbank="81" lbank="4" prog="77" /> + <Patch name="Planet Asia" hbank="81" lbank="4" prog="78" /> + <Patch name="Afterlife" hbank="81" lbank="4" prog="79" /> + <Patch name="Trancing Pad" hbank="81" lbank="4" prog="80" /> + <Patch name="Pulsatronic" hbank="81" lbank="4" prog="81" /> + <Patch name="Cyber Dreams" hbank="81" lbank="4" prog="82" /> + <Patch name="Warm Pipe" hbank="81" lbank="4" prog="83" /> + <Patch name="Pure Pipe" hbank="81" lbank="4" prog="84" /> + <Patch name="SH-2000" hbank="81" lbank="4" prog="85" /> + <Patch name="X..? Whistle" hbank="81" lbank="4" prog="86" /> + <Patch name="Jay Vee Solo" hbank="81" lbank="4" prog="87" /> + <Patch name="Progresso Ld" hbank="81" lbank="4" prog="88" /> + <Patch name="Adrenaline" hbank="81" lbank="4" prog="89" /> + <Patch name="Enlighten" hbank="81" lbank="4" prog="90" /> + <Patch name="Glass Blower" hbank="81" lbank="4" prog="91" /> + <Patch name="Earth Blow" hbank="81" lbank="4" prog="92" /> + <Patch name="JX SqrCarpet" hbank="81" lbank="4" prog="93" /> + <Patch name="Dimensional" hbank="81" lbank="4" prog="94" /> + <Patch name="Jupiterings" hbank="81" lbank="4" prog="95" /> + <Patch name="Analog Drama" hbank="81" lbank="4" prog="96" /> + <Patch name="Rich Dynapad" hbank="81" lbank="4" prog="97" /> + <Patch name="Silky Way" hbank="81" lbank="4" prog="98" /> + <Patch name="Gluey Pad" hbank="81" lbank="4" prog="99" /> + <Patch name="BandPass Mod" hbank="81" lbank="4" prog="100" /> + <Patch name="Soundtraque" hbank="81" lbank="4" prog="101" /> + <Patch name="Translucence" hbank="81" lbank="4" prog="102" /> + <Patch name="Darkshine" hbank="81" lbank="4" prog="103" /> + <Patch name="D;light" hbank="81" lbank="4" prog="104" /> + <Patch name="December Sky" hbank="81" lbank="4" prog="105" /> + <Patch name="Octapad" hbank="81" lbank="4" prog="106" /> + <Patch name="JUNO Power!" hbank="81" lbank="4" prog="107" /> + <Patch name="Spectrum Mod" hbank="81" lbank="4" prog="108" /> + <Patch name="Stringsheen" hbank="81" lbank="4" prog="109" /> + <Patch name="GR500 TmpDly" hbank="81" lbank="4" prog="110" /> + <Patch name="Mod DirtyWav" hbank="81" lbank="4" prog="111" /> + <Patch name="Silicon Str" hbank="81" lbank="4" prog="112" /> + <Patch name="D50FantaPerc" hbank="81" lbank="4" prog="113" /> + <Patch name="Rotodreams" hbank="81" lbank="4" prog="114" /> + <Patch name="Blue Notes" hbank="81" lbank="4" prog="115" /> + <Patch name="RiversOfTime" hbank="81" lbank="4" prog="116" /> + <Patch name="Phobos" hbank="81" lbank="4" prog="117" /> + <Patch name="2 0 8 0" hbank="81" lbank="4" prog="118" /> + <Patch name="Unearthly" hbank="81" lbank="4" prog="119" /> + <Patch name="Glistening" hbank="81" lbank="4" prog="120" /> + <Patch name="Sci-Fi Str" hbank="81" lbank="4" prog="121" /> + <Patch name="Shadows" hbank="81" lbank="4" prog="122" /> + <Patch name="Helium Queen" hbank="81" lbank="4" prog="123" /> + <Patch name="Sci-Fi FX x4" hbank="81" lbank="4" prog="124" /> + <Patch name="Perky Noize" hbank="81" lbank="4" prog="125" /> + <Patch name="Droplet" hbank="81" lbank="4" prog="126" /> + <Patch name="Rain Forest" hbank="81" lbank="4" prog="127" /> + </PatchGroup> + <PatchGroup name="XP-A, part 1"> + <Patch name="St. Concert" hbank="84" lbank="0" prog="0" /> + <Patch name="9ft. Grand 1" hbank="84" lbank="0" prog="1" /> + <Patch name="9ft. Grand 2" hbank="84" lbank="0" prog="2" /> + <Patch name="Euro Classic" hbank="84" lbank="0" prog="3" /> + <Patch name="St. Piano & Str" hbank="84" lbank="0" prog="4" /> + <Patch name="Compress Pno" hbank="84" lbank="0" prog="5" /> + <Patch name="LA Session" hbank="84" lbank="0" prog="6" /> + <Patch name="Water Piano" hbank="84" lbank="0" prog="7" /> + <Patch name="Vibra Rhodes" hbank="84" lbank="0" prog="8" /> + <Patch name="Stack Rhodes" hbank="84" lbank="0" prog="9" /> + <Patch name="ArcoEnsemble" hbank="84" lbank="0" prog="10" /> + <Patch name="Vienna Strgs" hbank="84" lbank="0" prog="11" /> + <Patch name="Str Adagio" hbank="84" lbank="0" prog="12" /> + <Patch name="Oct Strings" hbank="84" lbank="0" prog="13" /> + <Patch name="Silky Filter" hbank="84" lbank="0" prog="14" /> + <Patch name="Soft Strings" hbank="84" lbank="0" prog="15" /> + <Patch name="SlowStr. Sect" hbank="84" lbank="0" prog="16" /> + <Patch name="GiantStrings" hbank="84" lbank="0" prog="17" /> + <Patch name="Str+Choir 1" hbank="84" lbank="0" prog="18" /> + <Patch name="Str+Choir 2" hbank="84" lbank="0" prog="19" /> + <Patch name="Str+Choir 3" hbank="84" lbank="0" prog="20" /> + <Patch name="Breathy Humz" hbank="84" lbank="0" prog="21" /> + <Patch name="Dream Voices" hbank="84" lbank="0" prog="22" /> + <Patch name="Mmmms" hbank="84" lbank="0" prog="23" /> + <Patch name="Chorale" hbank="84" lbank="0" prog="24" /> + <Patch name="Space Men" hbank="84" lbank="0" prog="25" /> + <Patch name="Choir Mm+Aah" hbank="84" lbank="0" prog="26" /> + <Patch name="Ivory Mist" hbank="84" lbank="0" prog="27" /> + <Patch name="PercussiVox" hbank="84" lbank="0" prog="28" /> + <Patch name="Mysteriouso" hbank="84" lbank="0" prog="29" /> + <Patch name="Phase Mmhs" hbank="84" lbank="0" prog="30" /> + <Patch name="AmbientStory" hbank="84" lbank="0" prog="31" /> + <Patch name="Venus" hbank="84" lbank="0" prog="32" /> + <Patch name="SessionBrass" hbank="84" lbank="0" prog="33" /> + <Patch name="Port.Tpts" hbank="84" lbank="0" prog="34" /> + <Patch name="R&R Brass" hbank="84" lbank="0" prog="35" /> + <Patch name="Echo Brass" hbank="84" lbank="0" prog="36" /> + <Patch name="E.Coast Brs" hbank="84" lbank="0" prog="37" /> + <Patch name="Bop soli" hbank="84" lbank="0" prog="38" /> + <Patch name="Soft Saxes" hbank="84" lbank="0" prog="39" /> + <Patch name="Orchestral" hbank="84" lbank="0" prog="40" /> + <Patch name="Octalog Horn" hbank="84" lbank="0" prog="41" /> + <Patch name="Tpt Soloist" hbank="84" lbank="0" prog="42" /> + <Patch name="Legato Trumpet" hbank="84" lbank="0" prog="43" /> + <Patch name="Dyno Trumpet" hbank="84" lbank="0" prog="44" /> + <Patch name="Ethno-Trumps" hbank="84" lbank="0" prog="45" /> + <Patch name="Super Tenor" hbank="84" lbank="0" prog="46" /> + <Patch name="TenorExpress" hbank="84" lbank="0" prog="47" /> + <Patch name="T.Sax f" hbank="84" lbank="0" prog="48" /> + <Patch name="Legato Flute" hbank="84" lbank="0" prog="49" /> + <Patch name="Touch Flute" hbank="84" lbank="0" prog="50" /> + <Patch name="NewAge Flute" hbank="84" lbank="0" prog="51" /> + <Patch name="Flute InMist" hbank="84" lbank="0" prog="52" /> + <Patch name="Hybrid Flute" hbank="84" lbank="0" prog="53" /> + <Patch name="Flute & Cla" hbank="84" lbank="0" prog="54" /> + <Patch name="ChristmasFlt" hbank="84" lbank="0" prog="55" /> + <Patch name="Fifth Flute" hbank="84" lbank="0" prog="56" /> + <Patch name="Cosmic Flute" hbank="84" lbank="0" prog="57" /> + <Patch name="Acc. De Paris" hbank="84" lbank="0" prog="58" /> + <Patch name="Paris 50;s" hbank="84" lbank="0" prog="59" /> + <Patch name="Musette Ens" hbank="84" lbank="0" prog="60" /> + <Patch name="Montmartre" hbank="84" lbank="0" prog="61" /> + <Patch name="Sad Akordion" hbank="84" lbank="0" prog="62" /> + <Patch name="Fr. Accordion" hbank="84" lbank="0" prog="63" /> + <Patch name="FR. Accordion 2" hbank="84" lbank="0" prog="64" /> + <Patch name="Troubadour" hbank="84" lbank="0" prog="65" /> + <Patch name="SessionNylon" hbank="84" lbank="0" prog="66" /> + <Patch name="Solo Nylon 1" hbank="84" lbank="0" prog="67" /> + <Patch name="Solo Nylon 2" hbank="84" lbank="0" prog="68" /> + <Patch name="Nylon + Str" hbank="84" lbank="0" prog="69" /> + <Patch name="Nylon + Flt" hbank="84" lbank="0" prog="70" /> + <Patch name="Nylon Chord" hbank="84" lbank="0" prog="71" /> + <Patch name="Stratar" hbank="84" lbank="0" prog="72" /> + <Patch name="Clean Tele" hbank="84" lbank="0" prog="73" /> + <Patch name="Nashville" hbank="84" lbank="0" prog="74" /> + <Patch name="Super Trem" hbank="84" lbank="0" prog="75" /> + <Patch name="SpaghettiGtr" hbank="84" lbank="0" prog="76" /> + <Patch name="Duanne;sTone" hbank="84" lbank="0" prog="77" /> + <Patch name="Big Hair Ld" hbank="84" lbank="0" prog="78" /> + <Patch name="Metal Solo" hbank="84" lbank="0" prog="79" /> + <Patch name="Crunch Tone" hbank="84" lbank="0" prog="80" /> + <Patch name="Overdriven" hbank="84" lbank="0" prog="81" /> + <Patch name="Blues Tele" hbank="84" lbank="0" prog="82" /> + <Patch name="Tube Double" hbank="84" lbank="0" prog="83" /> + <Patch name="Neil;s Rust" hbank="84" lbank="0" prog="84" /> + <Patch name="Short Crunch" hbank="84" lbank="0" prog="85" /> + <Patch name="X-Fade Metal" hbank="84" lbank="0" prog="86" /> + <Patch name="Velo Power" hbank="84" lbank="0" prog="87" /> + <Patch name="Phazy Chunk" hbank="84" lbank="0" prog="88" /> + <Patch name="Reso Tele" hbank="84" lbank="0" prog="89" /> + <Patch name="Wah Wah BPM" hbank="84" lbank="0" prog="90" /> + <Patch name="Rock P. Bass 1" hbank="84" lbank="0" prog="91" /> + <Patch name="Rock P. Bass 2" hbank="84" lbank="0" prog="92" /> + <Patch name="Rock P. Bass 3" hbank="84" lbank="0" prog="93" /> + <Patch name="Big Jazz Bs" hbank="84" lbank="0" prog="94" /> + <Patch name="BriteJazz Bs" hbank="84" lbank="0" prog="95" /> + <Patch name="Ch. Jazz Bs" hbank="84" lbank="0" prog="96" /> + <Patch name="Mellow Jz Bs" hbank="84" lbank="0" prog="97" /> + <Patch name="Mute E. Bs" hbank="84" lbank="0" prog="98" /> + <Patch name="Octabahn Bs" hbank="84" lbank="0" prog="99" /> + <Patch name="Slobbery Bs" hbank="84" lbank="0" prog="100" /> + <Patch name="Phase Worm" hbank="84" lbank="0" prog="101" /> + <Patch name="Euro Rave Bs" hbank="84" lbank="0" prog="102" /> + <Patch name="Pumpin; Bs" hbank="84" lbank="0" prog="103" /> + <Patch name="Tech NoBase" hbank="84" lbank="0" prog="104" /> + <Patch name="Bad Acid Bs" hbank="84" lbank="0" prog="105" /> + <Patch name="CheepEcho Bs" hbank="84" lbank="0" prog="106" /> + <Patch name="Manic Bs" hbank="84" lbank="0" prog="107" /> + <Patch name="JP6 Sqr Key" hbank="84" lbank="0" prog="108" /> + <Patch name="Square Drops" hbank="84" lbank="0" prog="109" /> + <Patch name="Celestial" hbank="84" lbank="0" prog="110" /> + <Patch name="Heavenly Eko" hbank="84" lbank="0" prog="111" /> + <Patch name="JD-800 Nomad" hbank="84" lbank="0" prog="112" /> + <Patch name="Vibrolater" hbank="84" lbank="0" prog="113" /> + <Patch name="MartianChime" hbank="84" lbank="0" prog="114" /> + <Patch name="Big Wet Blip" hbank="84" lbank="0" prog="115" /> + <Patch name="Amazing Echo" hbank="84" lbank="0" prog="116" /> + <Patch name="DelaySession" hbank="84" lbank="0" prog="117" /> + <Patch name="Deletex" hbank="84" lbank="0" prog="118" /> + <Patch name="Tarlia" hbank="84" lbank="0" prog="119" /> + <Patch name="Mahoroba" hbank="84" lbank="0" prog="120" /> + <Patch name="Eurotek Clav" hbank="84" lbank="0" prog="121" /> + <Patch name="Dope Resoclv" hbank="84" lbank="0" prog="122" /> + <Patch name="Tekno Juno" hbank="84" lbank="0" prog="123" /> + <Patch name="Buzzzzzzzzzz" hbank="84" lbank="0" prog="124" /> + <Patch name="Slop-a-rama" hbank="84" lbank="0" prog="125" /> + <Patch name="Isn;t Pretty" hbank="84" lbank="0" prog="126" /> + <Patch name="Polywasp" hbank="84" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="XP-A, part 2"> + <Patch name="Quixelate" hbank="84" lbank="1" prog="0" /> + <Patch name="Trangoa Wave" hbank="84" lbank="1" prog="1" /> + <Patch name="Spiked Cheez" hbank="84" lbank="1" prog="2" /> + <Patch name="Glassy Cheez" hbank="84" lbank="1" prog="3" /> + <Patch name="Super 808Cow" hbank="84" lbank="1" prog="4" /> + <Patch name="Arpeggiatoid" hbank="84" lbank="1" prog="5" /> + <Patch name="Euro Hit 1" hbank="84" lbank="1" prog="6" /> + <Patch name="Euro Hit 2" hbank="84" lbank="1" prog="7" /> + <Patch name="Rave Slice" hbank="84" lbank="1" prog="8" /> + <Patch name="Str Torture" hbank="84" lbank="1" prog="9" /> + <Patch name="Juno Harpsi" hbank="84" lbank="1" prog="10" /> + <Patch name="Big Mess Pad" hbank="84" lbank="1" prog="11" /> + <Patch name="Harpsichoir" hbank="84" lbank="1" prog="12" /> + <Patch name="Echo Juno" hbank="84" lbank="1" prog="13" /> + <Patch name="PhazeRave" hbank="84" lbank="1" prog="14" /> + <Patch name="DanceStack 1" hbank="84" lbank="1" prog="15" /> + <Patch name="DanceStack 2" hbank="84" lbank="1" prog="16" /> + <Patch name="DanceStack 3" hbank="84" lbank="1" prog="17" /> + <Patch name="DanceStack 4" hbank="84" lbank="1" prog="18" /> + <Patch name="DanceStack 5" hbank="84" lbank="1" prog="19" /> + <Patch name="DanceStack 6" hbank="84" lbank="1" prog="20" /> + <Patch name="DanceStack 7" hbank="84" lbank="1" prog="21" /> + <Patch name="DanceStack 8" hbank="84" lbank="1" prog="22" /> + <Patch name="Eurotek Brs" hbank="84" lbank="1" prog="23" /> + <Patch name="Synergy Brs" hbank="84" lbank="1" prog="24" /> + <Patch name="PortaSynthex" hbank="84" lbank="1" prog="25" /> + <Patch name="Razor VCOs" hbank="84" lbank="1" prog="26" /> + <Patch name="Big PWM" hbank="84" lbank="1" prog="27" /> + <Patch name="Flutey Stack" hbank="84" lbank="1" prog="28" /> + <Patch name="Wobbly 5th" hbank="84" lbank="1" prog="29" /> + <Patch name="Tekno Square" hbank="84" lbank="1" prog="30" /> + <Patch name="Trance VoXxX" hbank="84" lbank="1" prog="31" /> + <Patch name="Random Rave" hbank="84" lbank="1" prog="32" /> + <Patch name="Raver Circus" hbank="84" lbank="1" prog="33" /> + <Patch name="Resorave" hbank="84" lbank="1" prog="34" /> + <Patch name="Flangomatic" hbank="84" lbank="1" prog="35" /> + <Patch name="O-Zu-Nu" hbank="84" lbank="1" prog="36" /> + <Patch name="Sub Divided" hbank="84" lbank="1" prog="37" /> + <Patch name="Ancient Sqr" hbank="84" lbank="1" prog="38" /> + <Patch name="Fat Flange" hbank="84" lbank="1" prog="39" /> + <Patch name="Phaze NRG" hbank="84" lbank="1" prog="40" /> + <Patch name="Phase Vox" hbank="84" lbank="1" prog="41" /> + <Patch name="Systekno" hbank="84" lbank="1" prog="42" /> + <Patch name="On The Move!" hbank="84" lbank="1" prog="43" /> + <Patch name="XP;ration" hbank="84" lbank="1" prog="44" /> + <Patch name="Big Ensemble" hbank="84" lbank="1" prog="45" /> + <Patch name="Lazerette" hbank="84" lbank="1" prog="46" /> + <Patch name="Fazed String" hbank="84" lbank="1" prog="47" /> + <Patch name="Combing Slow" hbank="84" lbank="1" prog="48" /> + <Patch name="Jet Stack" hbank="84" lbank="1" prog="49" /> + <Patch name="Phazeslopad" hbank="84" lbank="1" prog="50" /> + <Patch name="Rize Mass" hbank="84" lbank="1" prog="51" /> + <Patch name="Portent" hbank="84" lbank="1" prog="52" /> + <Patch name="DCO Sweeper" hbank="84" lbank="1" prog="53" /> + <Patch name="Sweep Rain" hbank="84" lbank="1" prog="54" /> + <Patch name="Sweep Stack" hbank="84" lbank="1" prog="55" /> + <Patch name="Big Vectors" hbank="84" lbank="1" prog="56" /> + <Patch name="Poly Swell" hbank="84" lbank="1" prog="57" /> + <Patch name="Alchemy" hbank="84" lbank="1" prog="58" /> + <Patch name="Soli-na" hbank="84" lbank="1" prog="59" /> + <Patch name="90s Str mach" hbank="84" lbank="1" prog="60" /> + <Patch name="Ultra Cheez" hbank="84" lbank="1" prog="61" /> + <Patch name="Juno-60 Pad" hbank="84" lbank="1" prog="62" /> + <Patch name="Progressive" hbank="84" lbank="1" prog="63" /> + <Patch name="Build-up Syn" hbank="84" lbank="1" prog="64" /> + <Patch name="Atlantis 2" hbank="84" lbank="1" prog="65" /> + <Patch name="Perelandra" hbank="84" lbank="1" prog="66" /> + <Patch name="Plutonium" hbank="84" lbank="1" prog="67" /> + <Patch name="Nautilus" hbank="84" lbank="1" prog="68" /> + <Patch name="Metal Dreams" hbank="84" lbank="1" prog="69" /> + <Patch name="Glass Clouds" hbank="84" lbank="1" prog="70" /> + <Patch name="Harmonicloud" hbank="84" lbank="1" prog="71" /> + <Patch name="Shining Veil" hbank="84" lbank="1" prog="72" /> + <Patch name="Ethereal JX" hbank="84" lbank="1" prog="73" /> + <Patch name="Striking 5th" hbank="84" lbank="1" prog="74" /> + <Patch name="Meow 5ths" hbank="84" lbank="1" prog="75" /> + <Patch name="Stepflanger" hbank="84" lbank="1" prog="76" /> + <Patch name="Happy LFOs" hbank="84" lbank="1" prog="77" /> + <Patch name="Aero Insect" hbank="84" lbank="1" prog="78" /> + <Patch name="Beat Sweeper" hbank="84" lbank="1" prog="79" /> + <Patch name="Wormy Lead" hbank="84" lbank="1" prog="80" /> + <Patch name="Atmo Lead" hbank="84" lbank="1" prog="81" /> + <Patch name="Caliolead" hbank="84" lbank="1" prog="82" /> + <Patch name="Tweedles" hbank="84" lbank="1" prog="83" /> + <Patch name="Raw PWM" hbank="84" lbank="1" prog="84" /> + <Patch name="Voc Solo 5th" hbank="84" lbank="1" prog="85" /> + <Patch name="Dirty Lead" hbank="84" lbank="1" prog="86" /> + <Patch name="Boostweeper1" hbank="84" lbank="1" prog="87" /> + <Patch name="Boostweeper2" hbank="84" lbank="1" prog="88" /> + <Patch name="B3 Filth" hbank="84" lbank="1" prog="89" /> + <Patch name="Phazed Organ" hbank="84" lbank="1" prog="90" /> + <Patch name="VSw Vibrafon" hbank="84" lbank="1" prog="91" /> + <Patch name="SA Vibe" hbank="84" lbank="1" prog="92" /> + <Patch name="Rich Vibes" hbank="84" lbank="1" prog="93" /> + <Patch name="SpaceGamelan" hbank="84" lbank="1" prog="94" /> + <Patch name="Toy Vibe" hbank="84" lbank="1" prog="95" /> + <Patch name="Analog Bomb" hbank="84" lbank="1" prog="96" /> + <Patch name="Seashore 2" hbank="84" lbank="1" prog="97" /> + <Patch name="Creation" hbank="84" lbank="1" prog="98" /> + <Patch name="Cyberjunkie" hbank="84" lbank="1" prog="99" /> + <Patch name="Sci-Fi Bells" hbank="84" lbank="1" prog="100" /> + <Patch name="Shine on" hbank="84" lbank="1" prog="101" /> + <Patch name="DEMO Piano1" hbank="84" lbank="1" prog="102" /> + <Patch name="DEMO Piano2" hbank="84" lbank="1" prog="103" /> + <Patch name="DEMO Pnovox" hbank="84" lbank="1" prog="104" /> + <Patch name="DEMO Str 1" hbank="84" lbank="1" prog="105" /> + <Patch name="DEMO Str 2" hbank="84" lbank="1" prog="106" /> + <Patch name="DEMO Str 3" hbank="84" lbank="1" prog="107" /> + <Patch name="DEMO Synpuls" hbank="84" lbank="1" prog="108" /> + <Patch name="DEMO 5thPad" hbank="84" lbank="1" prog="109" /> + <Patch name="DEMO Choir" hbank="84" lbank="1" prog="110" /> + <Patch name="DEMO Brass" hbank="84" lbank="1" prog="111" /> + <Patch name="DEMO Tenor" hbank="84" lbank="1" prog="112" /> + <Patch name="DEMO Tpt" hbank="84" lbank="1" prog="113" /> + <Patch name="DEMO Flute" hbank="84" lbank="1" prog="114" /> + <Patch name="DEMO Nylon" hbank="84" lbank="1" prog="115" /> + <Patch name="DEMO PhaseGt" hbank="84" lbank="1" prog="116" /> + <Patch name="DEMO DistGt1" hbank="84" lbank="1" prog="117" /> + <Patch name="DEMO DistGt2" hbank="84" lbank="1" prog="118" /> + <Patch name="DEMO Strat" hbank="84" lbank="1" prog="119" /> + <Patch name="DEMO SlapBs" hbank="84" lbank="1" prog="120" /> + <Patch name="DEMO P. Bass" hbank="84" lbank="1" prog="121" /> + <Patch name="DEMO SynBs" hbank="84" lbank="1" prog="122" /> + <Patch name="DEMO SynLead" hbank="84" lbank="1" prog="123" /> + <Patch name="DEMO Insect" hbank="84" lbank="1" prog="124" /> + <Patch name="DEMO Buzzzz" hbank="84" lbank="1" prog="125" /> + <Patch name="DEMO Crowd" hbank="84" lbank="1" prog="126" /> + </PatchGroup> + <PatchGroup name="XP-B, part 1"> + <Patch name="Warm Violins" hbank="84" lbank="2" prog="0" /> + <Patch name="Slow Vlns 1" hbank="84" lbank="2" prog="1" /> + <Patch name="Vlns+Vlas 1" hbank="84" lbank="2" prog="2" /> + <Patch name="Vl Sect mono" hbank="84" lbank="2" prog="3" /> + <Patch name="Arco Violins" hbank="84" lbank="2" prog="4" /> + <Patch name="Marcato Vls1" hbank="84" lbank="2" prog="5" /> + <Patch name="Vlns_Vlas 2" hbank="84" lbank="2" prog="6" /> + <Patch name="Agitato Vls" hbank="84" lbank="2" prog="7" /> + <Patch name="Rosin Pad 1" hbank="84" lbank="2" prog="8" /> + <Patch name="Dry Mid - High" hbank="84" lbank="2" prog="9" /> + <Patch name="Natural Vlns" hbank="84" lbank="2" prog="10" /> + <Patch name="Sad Vln Sect" hbank="84" lbank="2" prog="11" /> + <Patch name="Marcato Vas" hbank="84" lbank="2" prog="12" /> + <Patch name="Arco Violas" hbank="84" lbank="2" prog="13" /> + <Patch name="Thick Violas" hbank="84" lbank="2" prog="14" /> + <Patch name="Va Sect f" hbank="84" lbank="2" prog="15" /> + <Patch name="Va Small Sec" hbank="84" lbank="2" prog="16" /> + <Patch name="Agitato Vas 1" hbank="84" lbank="2" prog="17" /> + <Patch name="Sad Violas" hbank="84" lbank="2" prog="18" /> + <Patch name="fast Cellos1" hbank="84" lbank="2" prog="19" /> + <Patch name="Vcs Legato 1" hbank="84" lbank="2" prog="20" /> + <Patch name="Marcato Vcs1" hbank="84" lbank="2" prog="21" /> + <Patch name="Small Vc Sec" hbank="84" lbank="2" prog="22" /> + <Patch name="Agitato Vcs1" hbank="84" lbank="2" prog="23" /> + <Patch name="Small Cellos" hbank="84" lbank="2" prog="24" /> + <Patch name="Sad CelloSec" hbank="84" lbank="2" prog="25" /> + <Patch name="Cb Sect ff" hbank="84" lbank="2" prog="26" /> + <Patch name="Wide Basses" hbank="84" lbank="2" prog="27" /> + <Patch name="mf Basses" hbank="84" lbank="2" prog="28" /> + <Patch name="Agitato Cbs1" hbank="84" lbank="2" prog="29" /> + <Patch name="Vcs+Cbs" hbank="84" lbank="2" prog="30" /> + <Patch name="2 Basses" hbank="84" lbank="2" prog="31" /> + <Patch name="Euro Strings" hbank="84" lbank="2" prog="32" /> + <Patch name="Rich Strings" hbank="84" lbank="2" prog="33" /> + <Patch name="Multi Strs 1" hbank="84" lbank="2" prog="34" /> + <Patch name="VlsVasVcsCbs" hbank="84" lbank="2" prog="35" /> + <Patch name="Bright Strs" hbank="84" lbank="2" prog="36" /> + <Patch name="Classic Str" hbank="84" lbank="2" prog="37" /> + <Patch name="Full Strings" hbank="84" lbank="2" prog="38" /> + <Patch name="Med Str Sec" hbank="84" lbank="2" prog="39" /> + <Patch name="Small Strings" hbank="84" lbank="2" prog="40" /> + <Patch name="Strings Arco" hbank="84" lbank="2" prog="41" /> + <Patch name="Vivace Strs" hbank="84" lbank="2" prog="42" /> + <Patch name="Agitato STR1" hbank="84" lbank="2" prog="43" /> + <Patch name="LowSTR Attak" hbank="84" lbank="2" prog="44" /> + <Patch name="Bad Guy Str" hbank="84" lbank="2" prog="45" /> + <Patch name="Ominus" hbank="84" lbank="2" prog="46" /> + <Patch name="Lo Express" hbank="84" lbank="2" prog="47" /> + <Patch name="DramaStrings" hbank="84" lbank="2" prog="48" /> + <Patch name="Solo Vln 1" hbank="84" lbank="2" prog="49" /> + <Patch name="Solo Vln 2" hbank="84" lbank="2" prog="50" /> + <Patch name="Chorus Vln" hbank="84" lbank="2" prog="51" /> + <Patch name="Stereo Vln" hbank="84" lbank="2" prog="52" /> + <Patch name="Agitato Vln 1" hbank="84" lbank="2" prog="53" /> + <Patch name="Solo Vla 1" hbank="84" lbank="2" prog="54" /> + <Patch name="Solo Vla 2" hbank="84" lbank="2" prog="55" /> + <Patch name="Chorus Viola" hbank="84" lbank="2" prog="56" /> + <Patch name="Stereo Viola" hbank="84" lbank="2" prog="57" /> + <Patch name="Agitato Vla" hbank="84" lbank="2" prog="58" /> + <Patch name="Solo Vc 1" hbank="84" lbank="2" prog="59" /> + <Patch name="Solo Vc 2" hbank="84" lbank="2" prog="60" /> + <Patch name="Stereo Cello" hbank="84" lbank="2" prog="61" /> + <Patch name="Chorus Cello" hbank="84" lbank="2" prog="62" /> + <Patch name="Marcato Vc 1" hbank="84" lbank="2" prog="63" /> + <Patch name="Solo Cb 1" hbank="84" lbank="2" prog="64" /> + <Patch name="Solo Cb 2" hbank="84" lbank="2" prog="65" /> + <Patch name="Marcato Cb 1" hbank="84" lbank="2" prog="66" /> + <Patch name="Chamber Ens 1" hbank="84" lbank="2" prog="67" /> + <Patch name="Chamber Ens 2" hbank="84" lbank="2" prog="68" /> + <Patch name="Vln+Vla Dble" hbank="84" lbank="2" prog="69" /> + <Patch name="Vln+Vla Dbl1" hbank="84" lbank="2" prog="70" /> + <Patch name="Vla+Vc Dbl2" hbank="84" lbank="2" prog="71" /> + <Patch name="Vla+Vc Dble" hbank="84" lbank="2" prog="72" /> + <Patch name="Pizzicato 1" hbank="84" lbank="2" prog="73" /> + <Patch name="Mono Pizz" hbank="84" lbank="2" prog="74" /> + <Patch name="Pizzicato 2" hbank="84" lbank="2" prog="75" /> + <Patch name="Room Pizz" hbank="84" lbank="2" prog="76" /> + <Patch name="Hall Pizz" hbank="84" lbank="2" prog="77" /> + <Patch name="Tight Pizz" hbank="84" lbank="2" prog="78" /> + <Patch name="Short Pizz" hbank="84" lbank="2" prog="79" /> + <Patch name="Str Marcato1" hbank="84" lbank="2" prog="80" /> + <Patch name="Oct Marcarto" hbank="84" lbank="2" prog="81" /> + <Patch name="Lower marc!!" hbank="84" lbank="2" prog="82" /> + <Patch name="Big Marc!" hbank="84" lbank="2" prog="83" /> + <Patch name="STR Spiccato" hbank="84" lbank="2" prog="84" /> + <Patch name="fast Attacks" hbank="84" lbank="2" prog="85" /> + <Patch name="Flute" hbank="84" lbank="2" prog="86" /> + <Patch name="Flute V-Sw" hbank="84" lbank="2" prog="87" /> + <Patch name="Piccolo" hbank="84" lbank="2" prog="88" /> + <Patch name="Piccolo Flt" hbank="84" lbank="2" prog="89" /> + <Patch name="Recorder" hbank="84" lbank="2" prog="90" /> + <Patch name="Oboe1" hbank="84" lbank="2" prog="91" /> + <Patch name="Oboe2" hbank="84" lbank="2" prog="92" /> + <Patch name="Oboe3" hbank="84" lbank="2" prog="93" /> + <Patch name="Oboe4" hbank="84" lbank="2" prog="94" /> + <Patch name="Oboe5" hbank="84" lbank="2" prog="95" /> + <Patch name="English Hrn1" hbank="84" lbank="2" prog="96" /> + <Patch name="English Hrn2" hbank="84" lbank="2" prog="97" /> + <Patch name="English Hrn3" hbank="84" lbank="2" prog="98" /> + <Patch name="Bassoon 1" hbank="84" lbank="2" prog="99" /> + <Patch name="Bassoon 2" hbank="84" lbank="2" prog="100" /> + <Patch name="Clarinet 1" hbank="84" lbank="2" prog="101" /> + <Patch name="Clarinet 2" hbank="84" lbank="2" prog="102" /> + <Patch name="Bs Clrinet 1" hbank="84" lbank="2" prog="103" /> + <Patch name="Bs Clarinet 2" hbank="84" lbank="2" prog="104" /> + <Patch name="Trumpet 1" hbank="84" lbank="2" prog="105" /> + <Patch name="Trumpet 2" hbank="84" lbank="2" prog="106" /> + <Patch name="Trumpet 3" hbank="84" lbank="2" prog="107" /> + <Patch name="Flugel Horn1" hbank="84" lbank="2" prog="108" /> + <Patch name="Flugel Horn2" hbank="84" lbank="2" prog="109" /> + <Patch name="Cornet 1" hbank="84" lbank="2" prog="110" /> + <Patch name="Cornet 2" hbank="84" lbank="2" prog="111" /> + <Patch name="Solo Tb 1" hbank="84" lbank="2" prog="112" /> + <Patch name="Solo Tb 2" hbank="84" lbank="2" prog="113" /> + <Patch name="Solo Tb 3" hbank="84" lbank="2" prog="114" /> + <Patch name="Solo Tb 4" hbank="84" lbank="2" prog="115" /> + <Patch name="Bs Tb 1" hbank="84" lbank="2" prog="116" /> + <Patch name="Bs Tb 2" hbank="84" lbank="2" prog="117" /> + <Patch name="Harmon Mute1" hbank="84" lbank="2" prog="118" /> + <Patch name="Harmon Mute2" hbank="84" lbank="2" prog="119" /> + <Patch name="Tuba 1" hbank="84" lbank="2" prog="120" /> + <Patch name="Tuba 2" hbank="84" lbank="2" prog="121" /> + <Patch name="Solo F.Horn1" hbank="84" lbank="2" prog="122" /> + <Patch name="Solo F.Horn2" hbank="84" lbank="2" prog="123" /> + <Patch name="Sml F.Hrn Sc" hbank="84" lbank="2" prog="124" /> + <Patch name="Horn Sect 1" hbank="84" lbank="2" prog="125" /> + <Patch name="FHorn Sc x 4" hbank="84" lbank="2" prog="126" /> + <Patch name="Fr.Horn Sfz" hbank="84" lbank="2" prog="127" /> + </PatchGroup> + <PatchGroup name="XP-B, part 2"> + <Patch name="F.Hrn Sect2" hbank="84" lbank="3" prog="0" /> + <Patch name="F.Hrn Sect3" hbank="84" lbank="3" prog="1" /> + <Patch name="F.Hrn Sect4" hbank="84" lbank="3" prog="2" /> + <Patch name="F.Hrn Sect5" hbank="84" lbank="3" prog="3" /> + <Patch name="F.Hrn Sect6" hbank="84" lbank="3" prog="4" /> + <Patch name="F.Hrn Sect7" hbank="84" lbank="3" prog="5" /> + <Patch name="F.Hrn Sect8" hbank="84" lbank="3" prog="6" /> + <Patch name="Mute Hrn Sect" hbank="84" lbank="3" prog="7" /> + <Patch name="Horn + Wood1" hbank="84" lbank="3" prog="8" /> + <Patch name="Horn + Wood2" hbank="84" lbank="3" prog="9" /> + <Patch name="Horn + Wood3" hbank="84" lbank="3" prog="10" /> + <Patch name="Wood Sect1" hbank="84" lbank="3" prog="11" /> + <Patch name="Wood Sect2" hbank="84" lbank="3" prog="12" /> + <Patch name="Wood Sect3" hbank="84" lbank="3" prog="13" /> + <Patch name="Wood Sect4" hbank="84" lbank="3" prog="14" /> + <Patch name="2 Oboes" hbank="84" lbank="3" prog="15" /> + <Patch name="Oboe + Clar" hbank="84" lbank="3" prog="16" /> + <Patch name="Flt + Piccl" hbank="84" lbank="3" prog="17" /> + <Patch name="Flute + Cla" hbank="84" lbank="3" prog="18" /> + <Patch name="Bassoon + FHrn" hbank="84" lbank="3" prog="19" /> + <Patch name="Hi Woodwinds" hbank="84" lbank="3" prog="20" /> + <Patch name="WoodwindsSplt" hbank="84" lbank="3" prog="21" /> + <Patch name="Multi Reed" hbank="84" lbank="3" prog="22" /> + <Patch name="4 Trombones" hbank="84" lbank="3" prog="23" /> + <Patch name="Tb Sect 1" hbank="84" lbank="3" prog="24" /> + <Patch name="Tb + Tp" hbank="84" lbank="3" prog="25" /> + <Patch name="4 trumpets" hbank="84" lbank="3" prog="26" /> + <Patch name="3 Trumpets" hbank="84" lbank="3" prog="27" /> + <Patch name="Brass ff1" hbank="84" lbank="3" prog="28" /> + <Patch name="Brass ff2" hbank="84" lbank="3" prog="29" /> + <Patch name="Brass ff3" hbank="84" lbank="3" prog="30" /> + <Patch name="McArthur Brs" hbank="84" lbank="3" prog="31" /> + <Patch name="Big Bones" hbank="84" lbank="3" prog="32" /> + <Patch name="BassBonesSect" hbank="84" lbank="3" prog="33" /> + <Patch name="Brass Swell1" hbank="84" lbank="3" prog="34" /> + <Patch name="Full Brs 1" hbank="84" lbank="3" prog="35" /> + <Patch name="Brass sect 1" hbank="84" lbank="3" prog="36" /> + <Patch name="Brass ens1" hbank="84" lbank="3" prog="37" /> + <Patch name="Brass ens2" hbank="84" lbank="3" prog="38" /> + <Patch name="Brass ens3" hbank="84" lbank="3" prog="39" /> + <Patch name="Brass ens4" hbank="84" lbank="3" prog="40" /> + <Patch name="Brass ens5" hbank="84" lbank="3" prog="41" /> + <Patch name="Brass ens6" hbank="84" lbank="3" prog="42" /> + <Patch name="Brass ens7" hbank="84" lbank="3" prog="43" /> + <Patch name="Brass ens8" hbank="84" lbank="3" prog="44" /> + <Patch name="Horn Strings" hbank="84" lbank="3" prog="45" /> + <Patch name="Full Orch1" hbank="84" lbank="3" prog="46" /> + <Patch name="Full Orch2" hbank="84" lbank="3" prog="47" /> + <Patch name="Full Orch3" hbank="84" lbank="3" prog="48" /> + <Patch name="Full Orch4" hbank="84" lbank="3" prog="49" /> + <Patch name="Maj Hit 2" hbank="84" lbank="3" prog="50" /> + <Patch name="Min Hit 1" hbank="84" lbank="3" prog="51" /> + <Patch name="Dim Hit 1" hbank="84" lbank="3" prog="52" /> + <Patch name="Major Stab!" hbank="84" lbank="3" prog="53" /> + <Patch name="Maj Hit 2" hbank="84" lbank="3" prog="54" /> + <Patch name="Min Hit 2" hbank="84" lbank="3" prog="55" /> + <Patch name="Classical Gt" hbank="84" lbank="3" prog="56" /> + <Patch name="Harp 1" hbank="84" lbank="3" prog="57" /> + <Patch name="Harp 2" hbank="84" lbank="3" prog="58" /> + <Patch name="Plucked Harp" hbank="84" lbank="3" prog="59" /> + <Patch name="Harp Strum MG" hbank="84" lbank="3" prog="60" /> + <Patch name="Harp Strum Min" hbank="84" lbank="3" prog="61" /> + <Patch name="Water Harp" hbank="84" lbank="3" prog="62" /> + <Patch name="ClassicalPno1" hbank="84" lbank="3" prog="63" /> + <Patch name="ClassicalPno2" hbank="84" lbank="3" prog="64" /> + <Patch name="ClassicalPno3" hbank="84" lbank="3" prog="65" /> + <Patch name="ClassicalPno4" hbank="84" lbank="3" prog="66" /> + <Patch name="Harpsichord1" hbank="84" lbank="3" prog="67" /> + <Patch name="Harpsichord2" hbank="84" lbank="3" prog="68" /> + <Patch name="Harpsichord3" hbank="84" lbank="3" prog="69" /> + <Patch name="Harpsichord4" hbank="84" lbank="3" prog="70" /> + <Patch name="Celesta1" hbank="84" lbank="3" prog="71" /> + <Patch name="Celesta2" hbank="84" lbank="3" prog="72" /> + <Patch name="Celesta3" hbank="84" lbank="3" prog="73" /> + <Patch name="Glockenleste" hbank="84" lbank="3" prog="74" /> + <Patch name="Marimba" hbank="84" lbank="3" prog="75" /> + <Patch name="Bass Marimba1" hbank="84" lbank="3" prog="76" /> + <Patch name="Bass Marimba2" hbank="84" lbank="3" prog="77" /> + <Patch name="Vibe" hbank="84" lbank="3" prog="78" /> + <Patch name="Xylophone 1" hbank="84" lbank="3" prog="79" /> + <Patch name="Xylophone 2" hbank="84" lbank="3" prog="80" /> + <Patch name="Xylophone 3" hbank="84" lbank="3" prog="81" /> + <Patch name="Glocken 1" hbank="84" lbank="3" prog="82" /> + <Patch name="Glocken 2" hbank="84" lbank="3" prog="83" /> + <Patch name="Church Bells1" hbank="84" lbank="3" prog="84" /> + <Patch name="Church Bells2" hbank="84" lbank="3" prog="85" /> + <Patch name="Church Bells3" hbank="84" lbank="3" prog="86" /> + <Patch name="Tubular Bells1" hbank="84" lbank="3" prog="87" /> + <Patch name="Tubular Bells2" hbank="84" lbank="3" prog="88" /> + <Patch name="Big Tubulars" hbank="84" lbank="3" prog="89" /> + <Patch name="Dawning!" hbank="84" lbank="3" prog="90" /> + <Patch name="MalletStack1" hbank="84" lbank="3" prog="91" /> + <Patch name="MalletStack2" hbank="84" lbank="3" prog="92" /> + <Patch name="MalletStack3" hbank="84" lbank="3" prog="93" /> + <Patch name="MalletStack4" hbank="84" lbank="3" prog="94" /> + <Patch name="MalletStack5" hbank="84" lbank="3" prog="95" /> + <Patch name="MalletStack6" hbank="84" lbank="3" prog="96" /> + <Patch name="MalletStack7" hbank="84" lbank="3" prog="97" /> + <Patch name="Choir 1" hbank="84" lbank="3" prog="98" /> + <Patch name="Choir 2" hbank="84" lbank="3" prog="99" /> + <Patch name="Snare Drum" hbank="84" lbank="3" prog="100" /> + <Patch name="Concert Snr1" hbank="84" lbank="3" prog="101" /> + <Patch name="Concert Snr2" hbank="84" lbank="3" prog="102" /> + <Patch name="Snr Roll" hbank="84" lbank="3" prog="103" /> + <Patch name="Concert BD 1" hbank="84" lbank="3" prog="104" /> + <Patch name="Concert Bd 2" hbank="84" lbank="3" prog="105" /> + <Patch name="Bd Roll" hbank="84" lbank="3" prog="106" /> + <Patch name="Timpani 1" hbank="84" lbank="3" prog="107" /> + <Patch name="Timpani 2" hbank="84" lbank="3" prog="108" /> + <Patch name="Timpani 3" hbank="84" lbank="3" prog="109" /> + <Patch name="Timpani 4" hbank="84" lbank="3" prog="110" /> + <Patch name="Tam Tam" hbank="84" lbank="3" prog="111" /> + <Patch name="Gong" hbank="84" lbank="3" prog="112" /> + <Patch name="Piatti!!" hbank="84" lbank="3" prog="113" /> + <Patch name="Sleigh Bells" hbank="84" lbank="3" prog="114" /> + <Patch name="Slap Stick" hbank="84" lbank="3" prog="115" /> + <Patch name="Wind Chimes 1" hbank="84" lbank="3" prog="116" /> + <Patch name="Wind Chimes 2" hbank="84" lbank="3" prog="117" /> + <Patch name="Tamborine" hbank="84" lbank="3" prog="118" /> + <Patch name="Castanets" hbank="84" lbank="3" prog="119" /> + <Patch name="RythmSet" hbank="84" lbank="3" prog="120" /> + <Patch name="Perc Hit 1" hbank="84" lbank="3" prog="121" /> + <Patch name="Perc Hit 2" hbank="84" lbank="3" prog="122" /> + <Patch name="Perc Hit 3" hbank="84" lbank="3" prog="123" /> + <Patch name="Presenting" hbank="84" lbank="3" prog="124" /> + <Patch name="Presto!" hbank="84" lbank="3" prog="125" /> + <Patch name="Christmas" hbank="84" lbank="3" prog="126" /> + </PatchGroup> + <PatchGroup name="XP-C, part 1"> + <Patch name="Teknoperator (132)" hbank="84" lbank="4" prog="0" /> + <Patch name="Transmission (144)" hbank="84" lbank="4" prog="1" /> + <Patch name="X-Tronic Jam (120)" hbank="84" lbank="4" prog="2" /> + <Patch name="Dirt Jungle (160)" hbank="84" lbank="4" prog="3" /> + <Patch name="DJ Spinnin (151)" hbank="84" lbank="4" prog="4" /> + <Patch name="Zipper Beat (151)" hbank="84" lbank="4" prog="5" /> + <Patch name="Tribal House (151)" hbank="84" lbank="4" prog="6" /> + <Patch name="Obsession (144)" hbank="84" lbank="4" prog="7" /> + <Patch name="Sonic Empire (144)" hbank="84" lbank="4" prog="8" /> + <Patch name="Double Dutch (140)" hbank="84" lbank="4" prog="9" /> + <Patch name="E-tronicBoom (116)" hbank="84" lbank="4" prog="10" /> + <Patch name="Chillout =-; (116)" hbank="84" lbank="4" prog="11" /> + <Patch name="MecaTrip-Hop (90)" hbank="84" lbank="4" prog="12" /> + <Patch name="Hero Beat (90)" hbank="84" lbank="4" prog="13" /> + <Patch name="Hit House (120)" hbank="84" lbank="4" prog="14" /> + <Patch name="Voco Groove (122)" hbank="84" lbank="4" prog="15" /> + <Patch name="Hell Fire (151)" hbank="84" lbank="4" prog="16" /> + <Patch name="Lo:BD Hi:HH(144)" hbank="84" lbank="4" prog="17" /> + <Patch name="Detroit+Perc (132)" hbank="84" lbank="4" prog="18" /> + <Patch name="Crossfader (120)" hbank="84" lbank="4" prog="19" /> + <Patch name="Soft & Hard (120)" hbank="84" lbank="4" prog="20" /> + <Patch name="Space Shake (130)" hbank="84" lbank="4" prog="21" /> + <Patch name="Under Ether (85)" hbank="84" lbank="4" prog="22" /> + <Patch name="Confusion (147)" hbank="84" lbank="4" prog="23" /> + <Patch name="Amsterdamer (184)" hbank="84" lbank="4" prog="24" /> + <Patch name="House that? (120)" hbank="84" lbank="4" prog="25" /> + <Patch name="Phrase Menu" hbank="84" lbank="4" prog="26" /> + <Patch name="Cyber-Trance" hbank="84" lbank="4" prog="27" /> + <Patch name="Creator" hbank="84" lbank="4" prog="28" /> + <Patch name="Etherality" hbank="84" lbank="4" prog="29" /> + <Patch name="Unplugged" hbank="84" lbank="4" prog="30" /> + <Patch name="Acid Melt" hbank="84" lbank="4" prog="31" /> + <Patch name="Brain Waves" hbank="84" lbank="4" prog="32" /> + <Patch name="1Shot groove" hbank="84" lbank="4" prog="33" /> + <Patch name="FirstContact" hbank="84" lbank="4" prog="34" /> + <Patch name="Ambient S/H" hbank="84" lbank="4" prog="35" /> + <Patch name="Deep Machine" hbank="84" lbank="4" prog="36" /> + <Patch name="Big Blue" hbank="84" lbank="4" prog="37" /> + <Patch name="TeeBee V/Sw" hbank="84" lbank="4" prog="38" /> + <Patch name="303 Agressor" hbank="84" lbank="4" prog="39" /> + <Patch name="TB or not TB" hbank="84" lbank="4" prog="40" /> + <Patch name="HiLo303ModSw" hbank="84" lbank="4" prog="41" /> + <Patch name="2Square Bass" hbank="84" lbank="4" prog="42" /> + <Patch name="303 HollowBs" hbank="84" lbank="4" prog="43" /> + <Patch name="303 Bass" hbank="84" lbank="4" prog="44" /> + <Patch name="TB Saw Bass" hbank="84" lbank="4" prog="45" /> + <Patch name="303 Ow Bass" hbank="84" lbank="4" prog="46" /> + <Patch name="TB Square 1" hbank="84" lbank="4" prog="47" /> + <Patch name="TB Square 2" hbank="84" lbank="4" prog="48" /> + <Patch name="TB Square 3" hbank="84" lbank="4" prog="49" /> + <Patch name="Solid Bass 1" hbank="84" lbank="4" prog="50" /> + <Patch name="Solid Bass 2" hbank="84" lbank="4" prog="51" /> + <Patch name="FM Tube Bass" hbank="84" lbank="4" prog="52" /> + <Patch name="Drum;n;Bass" hbank="84" lbank="4" prog="53" /> + <Patch name="Sub Bass" hbank="84" lbank="4" prog="54" /> + <Patch name="Dirty Bass" hbank="84" lbank="4" prog="55" /> + <Patch name="Gate Me Buzz" hbank="84" lbank="4" prog="56" /> + <Patch name="Comprex Bass" hbank="84" lbank="4" prog="57" /> + <Patch name="Bass Invader" hbank="84" lbank="4" prog="58" /> + <Patch name="Ovdrive Bass" hbank="84" lbank="4" prog="59" /> + <Patch name="Housy Bella" hbank="84" lbank="4" prog="60" /> + <Patch name="Bassic Needs" hbank="84" lbank="4" prog="61" /> + <Patch name="Raver Bass 1" hbank="84" lbank="4" prog="62" /> + <Patch name="Raver Bass 2" hbank="84" lbank="4" prog="63" /> + <Patch name="Jericho Bass" hbank="84" lbank="4" prog="64" /> + <Patch name="Slippy Bass" hbank="84" lbank="4" prog="65" /> + <Patch name="Rise Bass" hbank="84" lbank="4" prog="66" /> + <Patch name="Cyber Bass" hbank="84" lbank="4" prog="67" /> + <Patch name="SH-2000 Bass" hbank="84" lbank="4" prog="68" /> + <Patch name="FM Bass" hbank="84" lbank="4" prog="69" /> + <Patch name="Razor Bass" hbank="84" lbank="4" prog="70" /> + <Patch name="SquelchyBass" hbank="84" lbank="4" prog="71" /> + <Patch name="RaversBass" hbank="84" lbank="4" prog="72" /> + <Patch name="Compu Bass" hbank="84" lbank="4" prog="73" /> + <Patch name="Jump Bass" hbank="84" lbank="4" prog="74" /> + <Patch name="VocoBass" hbank="84" lbank="4" prog="75" /> + <Patch name="Vocoder Menu" hbank="84" lbank="4" prog="76" /> + <Patch name="1.2.3.4. BPM" hbank="84" lbank="4" prog="77" /> + <Patch name="Teknmusic" hbank="84" lbank="4" prog="78" /> + <Patch name="Retrocoder" hbank="84" lbank="4" prog="79" /> + <Patch name="u/i/e/0 V/Sw" hbank="84" lbank="4" prog="80" /> + <Patch name="Talk Box 1" hbank="84" lbank="4" prog="81" /> + <Patch name="Talk Box 2" hbank="84" lbank="4" prog="82" /> + <Patch name="VT Vox" hbank="84" lbank="4" prog="83" /> + <Patch name="Artificial" hbank="84" lbank="4" prog="84" /> + <Patch name="Barivoise" hbank="84" lbank="4" prog="85" /> + <Patch name="After D !" hbank="84" lbank="4" prog="86" /> + <Patch name="ARPsychea" hbank="84" lbank="4" prog="87" /> + <Patch name="Vintage Call" hbank="84" lbank="4" prog="88" /> + <Patch name="HarmoChimer" hbank="84" lbank="4" prog="89" /> + <Patch name="Ring Bell" hbank="84" lbank="4" prog="90" /> + <Patch name="260 & Juno" hbank="84" lbank="4" prog="91" /> + <Patch name="260 Midi" hbank="84" lbank="4" prog="92" /> + <Patch name="Squarekeys 2" hbank="84" lbank="4" prog="93" /> + <Patch name="Pure Sine" hbank="84" lbank="4" prog="94" /> + <Patch name="Ambient ORG" hbank="84" lbank="4" prog="95" /> + <Patch name="JX Planet" hbank="84" lbank="4" prog="96" /> + <Patch name="Clavi-Club" hbank="84" lbank="4" prog="97" /> + <Patch name="Sweep Clav 2" hbank="84" lbank="4" prog="98" /> + <Patch name="SquareTek" hbank="84" lbank="4" prog="99" /> + <Patch name="Retro Party" hbank="84" lbank="4" prog="100" /> + <Patch name="Rave Nature" hbank="84" lbank="4" prog="101" /> + <Patch name="Alias Square" hbank="84" lbank="4" prog="102" /> + <Patch name="Dirty Stack" hbank="84" lbank="4" prog="103" /> + <Patch name="Phenomena" hbank="84" lbank="4" prog="104" /> + <Patch name="Music Hi" hbank="84" lbank="4" prog="105" /> + <Patch name="Euro-Dance 1" hbank="84" lbank="4" prog="106" /> + <Patch name="Euro-Dance 2" hbank="84" lbank="4" prog="107" /> + <Patch name="Dance Stack" hbank="84" lbank="4" prog="108" /> + <Patch name="Raver Blade" hbank="84" lbank="4" prog="109" /> + <Patch name="White Gloves" hbank="84" lbank="4" prog="110" /> + <Patch name="Touchdown" hbank="84" lbank="4" prog="111" /> + <Patch name="Rave Station" hbank="84" lbank="4" prog="112" /> + <Patch name="Time Warp" hbank="84" lbank="4" prog="113" /> + <Patch name="Thin Rave" hbank="84" lbank="4" prog="114" /> + <Patch name="Igor Circus" hbank="84" lbank="4" prog="115" /> + <Patch name="Alpha Zone" hbank="84" lbank="4" prog="116" /> + <Patch name="Stars March" hbank="84" lbank="4" prog="117" /> + <Patch name="JP Velo-Saw" hbank="84" lbank="4" prog="118" /> + <Patch name="Rich Teeth" hbank="84" lbank="4" prog="119" /> + <Patch name="After Saw" hbank="84" lbank="4" prog="120" /> + <Patch name="Saw Cocktail" hbank="84" lbank="4" prog="121" /> + <Patch name="Poly Message" hbank="84" lbank="4" prog="122" /> + <Patch name="Xpressive" hbank="84" lbank="4" prog="123" /> + <Patch name="Earblower" hbank="84" lbank="4" prog="124" /> + <Patch name="Cutting Edge" hbank="84" lbank="4" prog="125" /> + <Patch name="Stalactica" hbank="84" lbank="4" prog="126" /> + <Patch name="LA Heaven" hbank="84" lbank="4" prog="127" /> + </PatchGroup> + <PatchGroup name="XP-C, part 2"> + <Patch name="Euforia" hbank="84" lbank="5" prog="0" /> + <Patch name="Labo-Feedback" hbank="84" lbank="5" prog="1" /> + <Patch name="Banded Jupe" hbank="84" lbank="5" prog="2" /> + <Patch name="Killer Pad" hbank="84" lbank="5" prog="3" /> + <Patch name="Mystic Pad" hbank="84" lbank="5" prog="4" /> + <Patch name="D-Mention" hbank="84" lbank="5" prog="5" /> + <Patch name="X-Hale" hbank="84" lbank="5" prog="6" /> + <Patch name="Sirena" hbank="84" lbank="5" prog="7" /> + <Patch name="After;s Pad" hbank="84" lbank="5" prog="8" /> + <Patch name="Warmer Pad" hbank="84" lbank="5" prog="9" /> + <Patch name="Phatt Pad" hbank="84" lbank="5" prog="10" /> + <Patch name="OB Sweep Pad" hbank="84" lbank="5" prog="11" /> + <Patch name="Murk Pad" hbank="84" lbank="5" prog="12" /> + <Patch name="Dense Floor" hbank="84" lbank="5" prog="13" /> + <Patch name="SecretMelody" hbank="84" lbank="5" prog="14" /> + <Patch name="Vaporish" hbank="84" lbank="5" prog="15" /> + <Patch name="Vintage Revo" hbank="84" lbank="5" prog="16" /> + <Patch name="Liquid Sky" hbank="84" lbank="5" prog="17" /> + <Patch name="Exploration" hbank="84" lbank="5" prog="18" /> + <Patch name="Drama Pad" hbank="84" lbank="5" prog="19" /> + <Patch name="Vapor Style" hbank="84" lbank="5" prog="20" /> + <Patch name="JP-6 Stack" hbank="84" lbank="5" prog="21" /> + <Patch name="Obilator" hbank="84" lbank="5" prog="22" /> + <Patch name="Glamour" hbank="84" lbank="5" prog="23" /> + <Patch name="Medium Solo" hbank="84" lbank="5" prog="24" /> + <Patch name="Singing;Mini" hbank="84" lbank="5" prog="25" /> + <Patch name="Analog Flute" hbank="84" lbank="5" prog="26" /> + <Patch name="SH-5 Bs/Lead" hbank="84" lbank="5" prog="27" /> + <Patch name="Classy Pulse" hbank="84" lbank="5" prog="28" /> + <Patch name="Jupiter-6 Ld" hbank="84" lbank="5" prog="29" /> + <Patch name="Just Lovely" hbank="84" lbank="5" prog="30" /> + <Patch name="DJ Devil" hbank="84" lbank="5" prog="31" /> + <Patch name="Simply June" hbank="84" lbank="5" prog="32" /> + <Patch name="Mr. Raw SAW" hbank="84" lbank="5" prog="33" /> + <Patch name="Crispy Lead" hbank="84" lbank="5" prog="34" /> + <Patch name="Dirty Lead 2" hbank="84" lbank="5" prog="35" /> + <Patch name="Disto Stack" hbank="84" lbank="5" prog="36" /> + <Patch name="Velo Cheez" hbank="84" lbank="5" prog="37" /> + <Patch name="Noiz Mania" hbank="84" lbank="5" prog="38" /> + <Patch name="Power Mutes" hbank="84" lbank="5" prog="39" /> + <Patch name="V-Beep" hbank="84" lbank="5" prog="40" /> + <Patch name="Freaky Fry" hbank="84" lbank="5" prog="41" /> + <Patch name="SQ Formule" hbank="84" lbank="5" prog="42" /> + <Patch name="DirtyOrgan 2" hbank="84" lbank="5" prog="43" /> + <Patch name="Oldies Organ" hbank="84" lbank="5" prog="44" /> + <Patch name="Edgy Organ" hbank="84" lbank="5" prog="45" /> + <Patch name="Juno Organ" hbank="84" lbank="5" prog="46" /> + <Patch name="Space Organ X" hbank="84" lbank="5" prog="47" /> + <Patch name="Cabin Organ" hbank="84" lbank="5" prog="48" /> + <Patch name="Dream Organ" hbank="84" lbank="5" prog="49" /> + <Patch name="Club Organ" hbank="84" lbank="5" prog="50" /> + <Patch name="Perc. Organ" hbank="84" lbank="5" prog="51" /> + <Patch name="Organ Stabs" hbank="84" lbank="5" prog="52" /> + <Patch name="Techno Pizz" hbank="84" lbank="5" prog="53" /> + <Patch name="Captain Pizz" hbank="84" lbank="5" prog="54" /> + <Patch name="Pizzatek" hbank="84" lbank="5" prog="55" /> + <Patch name="Sleepless" hbank="84" lbank="5" prog="56" /> + <Patch name="Mega 5th 2" hbank="84" lbank="5" prog="57" /> + <Patch name="Chord Maj7th" hbank="84" lbank="5" prog="58" /> + <Patch name="Chord Min7th" hbank="84" lbank="5" prog="59" /> + <Patch name="5thDimension" hbank="84" lbank="5" prog="60" /> + <Patch name="StateXLChord" hbank="84" lbank="5" prog="61" /> + <Patch name="Sixth Sense" hbank="84" lbank="5" prog="62" /> + <Patch name="Garage Chord" hbank="84" lbank="5" prog="63" /> + <Patch name="Chordmaj7/5-" hbank="84" lbank="5" prog="64" /> + <Patch name="Plane EKNO" hbank="84" lbank="5" prog="65" /> + <Patch name="Optimum Rave" hbank="84" lbank="5" prog="66" /> + <Patch name="Arpege Me" hbank="84" lbank="5" prog="67" /> + <Patch name="VTransformer" hbank="84" lbank="5" prog="68" /> + <Patch name="Analog attax" hbank="84" lbank="5" prog="69" /> + <Patch name="Maxi fuzzy !" hbank="84" lbank="5" prog="70" /> + <Patch name="Only By FXM" hbank="84" lbank="5" prog="71" /> + <Patch name="Hit & Run" hbank="84" lbank="5" prog="72" /> + <Patch name="Photon Attak" hbank="84" lbank="5" prog="73" /> + <Patch name="Predator" hbank="84" lbank="5" prog="74" /> + <Patch name="Village Hit" hbank="84" lbank="5" prog="75" /> + <Patch name="Hardcore Hit" hbank="84" lbank="5" prog="76" /> + <Patch name="Short Chord" hbank="84" lbank="5" prog="77" /> + <Patch name="ShortCircuit" hbank="84" lbank="5" prog="78" /> + <Patch name="SonofaPitch" hbank="84" lbank="5" prog="79" /> + <Patch name="Flutish SQUR" hbank="84" lbank="5" prog="80" /> + <Patch name="FazzyCow 808" hbank="84" lbank="5" prog="81" /> + <Patch name="Blurpy" hbank="84" lbank="5" prog="82" /> + <Patch name="Static Hit" hbank="84" lbank="5" prog="83" /> + <Patch name="HiAttack" hbank="84" lbank="5" prog="84" /> + <Patch name="TonalTension" hbank="84" lbank="5" prog="85" /> + <Patch name="Jungle Stabs" hbank="84" lbank="5" prog="86" /> + <Patch name="Buzz Machine" hbank="84" lbank="5" prog="87" /> + <Patch name="Zapper" hbank="84" lbank="5" prog="88" /> + <Patch name="Blip" hbank="84" lbank="5" prog="89" /> + <Patch name="Iron Hit" hbank="84" lbank="5" prog="90" /> + <Patch name="Headz Direct" hbank="84" lbank="5" prog="91" /> + <Patch name="Scratchy Hit" hbank="84" lbank="5" prog="92" /> + <Patch name="Hit&IndsMenu" hbank="84" lbank="5" prog="93" /> + <Patch name="GTR FX Menu" hbank="84" lbank="5" prog="94" /> + <Patch name="GTR Power 1" hbank="84" lbank="5" prog="95" /> + <Patch name="GTR Power 2" hbank="84" lbank="5" prog="96" /> + <Patch name="Snr Menu 1" hbank="84" lbank="5" prog="97" /> + <Patch name="Snr Menu 2" hbank="84" lbank="5" prog="98" /> + <Patch name="Kick Menu" hbank="84" lbank="5" prog="99" /> + <Patch name="Hi Hat Menu" hbank="84" lbank="5" prog="100" /> + <Patch name="Perc Menu" hbank="84" lbank="5" prog="101" /> + <Patch name="Tom&Cym Menu" hbank="84" lbank="5" prog="102" /> + <Patch name="Metal Dream" hbank="84" lbank="5" prog="103" /> + <Patch name="System D" hbank="84" lbank="5" prog="104" /> + <Patch name="Mayday Ring" hbank="84" lbank="5" prog="105" /> + <Patch name="Industrial" hbank="84" lbank="5" prog="106" /> + <Patch name="Tranceporter" hbank="84" lbank="5" prog="107" /> + <Patch name="Acid Copter" hbank="84" lbank="5" prog="108" /> + <Patch name="Roll Over" hbank="84" lbank="5" prog="109" /> + <Patch name="Gimme aBreak" hbank="84" lbank="5" prog="110" /> + <Patch name="RadicalAbuse" hbank="84" lbank="5" prog="111" /> + <Patch name="Echodrome" hbank="84" lbank="5" prog="112" /> + <Patch name="Trance Chime" hbank="84" lbank="5" prog="113" /> + <Patch name="Altamira" hbank="84" lbank="5" prog="114" /> + <Patch name="Locko Motif" hbank="84" lbank="5" prog="115" /> + <Patch name="SpaceFactory" hbank="84" lbank="5" prog="116" /> + <Patch name="Get Busy" hbank="84" lbank="5" prog="117" /> + <Patch name="Ayers Rock" hbank="84" lbank="5" prog="118" /> + <Patch name="Altern Saw" hbank="84" lbank="5" prog="119" /> + <Patch name="JP-6 Sync" hbank="84" lbank="5" prog="120" /> + <Patch name="Cold JX" hbank="84" lbank="5" prog="121" /> + <Patch name="Fancy Pad" hbank="84" lbank="5" prog="122" /> + <Patch name="Tune Breath" hbank="84" lbank="5" prog="123" /> + <Patch name="OrchestraGTR" hbank="84" lbank="5" prog="124" /> + <Patch name="Gtr Sweep" hbank="84" lbank="5" prog="125" /> + <Patch name="Trilly" hbank="84" lbank="5" prog="126" /> + <Patch name="Good Bye Spk" hbank="84" lbank="5" prog="127" /> + </PatchGroup> + <PatchGroup name="Rhythm (Ch 10 only)"> + <Patch name="House Drum Set 1" hbank="80" lbank="0" prog="0" drum="1" /> + <Patch name="Jazz Drum Set 1" hbank="80" lbank="0" prog="1" drum="1" /> + <Patch name="Pop Drum Set 1" hbank="81" lbank="0" prog="0" drum="1" /> + <Patch name="Pop Drum Set 2" hbank="81" lbank="0" prog="1" drum="1" /> + <Patch name="Power Drum Set" hbank="81" lbank="1" prog="0" drum="1" /> + <Patch name="Rave Drum Set" hbank="81" lbank="1" prog="1" drum="1" /> + <Patch name="Jazz Drum Set 2" hbank="81" lbank="2" prog="0" drum="1" /> + <Patch name="Orch Drum Set" hbank="81" lbank="2" prog="1" drum="1" /> + <Patch name="GM Drum Set" hbank="81" lbank="3" prog="0" drum="1" /> + <Patch name="Brush Drum Set" hbank="81" lbank="3" prog="1" drum="1" /> + <Patch name="Power Drum Set 2" hbank="81" lbank="4" prog="0" drum="1" /> + <Patch name="Power Rave Set" hbank="81" lbank="4" prog="1" drum="1" /> + <Patch name="Session Set 1" hbank="84" lbank="0" prog="0" drum="1" /> + <Patch name="Session Set 2" hbank="84" lbank="0" prog="1" drum="1" /> + <Patch name="Session Set 3" hbank="84" lbank="0" prog="2" drum="1" /> + <Patch name="Session Set 4" hbank="84" lbank="0" prog="3" drum="1" /> + <Patch name="Session Set 5" hbank="84" lbank="0" prog="4" drum="1" /> + <Patch name="Session Set 6" hbank="84" lbank="0" prog="5" drum="1" /> + <Patch name="Session Set 7" hbank="84" lbank="0" prog="6" drum="1" /> + <Patch name="Demo Drum" hbank="84" lbank="0" prog="7" drum="1" /> + <Patch name="TR-909 Set" hbank="84" lbank="4" prog="0" drum="1" /> + <Patch name="TR-808 Set" hbank="84" lbank="4" prog="1" drum="1" /> + <Patch name="TR-606 Set" hbank="84" lbank="4" prog="2" drum="1" /> + <Patch name="Techno Set" hbank="84" lbank="4" prog="3" drum="1" /> + <Patch name="House Set" hbank="84" lbank="4" prog="4" drum="1" /> + <Patch name="Jungle Set" hbank="84" lbank="4" prog="5" drum="1" /> + <Patch name="Gabba Set 1" hbank="84" lbank="4" prog="6" drum="1" /> + <Patch name="Industrial Set 1" hbank="84" lbank="4" prog="7" drum="1" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Roland_FantomXR.idf b/muse2/share/instruments/Roland_FantomXR.idf new file mode 100755 index 00000000..684e2cc0 --- /dev/null +++ b/muse2/share/instruments/Roland_FantomXR.idf @@ -0,0 +1,1387 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Roland Fantom XR"> + <PatchGroup name="GM2 Drum Kits"> + <Patch name="GM2 STANDARD" mode="7" hbank="120" lbank="0" prog="0" drum="1" /> + <Patch name="GM2 ROOM" mode="7" hbank="120" lbank="0" prog="8" drum="1" /> + <Patch name="GM2 POWER" mode="7" hbank="120" lbank="0" prog="16" drum="1" /> + <Patch name="GM2 ELECTRIC" mode="7" hbank="120" lbank="0" prog="24" drum="1" /> + <Patch name="GM2 ANALOG" mode="7" hbank="120" lbank="0" prog="25" drum="1" /> + <Patch name="GM2 JAZZ" mode="7" hbank="120" lbank="0" prog="32" drum="1" /> + <Patch name="GM2 BRUSH" mode="7" hbank="120" lbank="0" prog="40" drum="1" /> + <Patch name="GM2 ORCHESTRA" mode="7" hbank="120" lbank="0" prog="48" drum="1" /> + <Patch name="GM2 SFX" mode="7" hbank="120" lbank="0" prog="56" drum="1" /> + </PatchGroup> + <PatchGroup name="GM2 Acoustic Piano"> + <Patch name="Piano 1" mode="7" hbank="121" lbank="0" prog="0" /> + <Patch name="Piano 1w" mode="7" hbank="121" lbank="1" prog="0" /> + <Patch name="European Pf" mode="7" hbank="121" lbank="2" prog="0" /> + <Patch name="Piano 2" mode="7" hbank="121" lbank="0" prog="1" /> + <Patch name="Piano 2w" mode="7" hbank="121" lbank="1" prog="1" /> + <Patch name="Piano 3" mode="7" hbank="121" lbank="0" prog="2" /> + <Patch name="Piano 3w" mode="7" hbank="121" lbank="1" prog="2" /> + <Patch name="Honky-tonk" mode="7" hbank="121" lbank="0" prog="3" /> + <Patch name="Honky-tonk 2" mode="7" hbank="121" lbank="1" prog="3" /> + </PatchGroup> + <PatchGroup name="GM2 Electric Piano"> + <Patch name="E.Piano 1" mode="7" hbank="121" lbank="0" prog="4" /> + <Patch name="St.Soft EP" mode="7" hbank="121" lbank="1" prog="4" /> + <Patch name="FM+SA EP" mode="7" hbank="121" lbank="2" prog="4" /> + <Patch name="60s Rhodes" mode="7" hbank="121" lbank="3" prog="4" /> + <Patch name="E.Piano 2" mode="7" hbank="121" lbank="0" prog="5" /> + <Patch name="Detuned EP 2" mode="7" hbank="121" lbank="1" prog="5" /> + <Patch name="St.FM EP" mode="7" hbank="121" lbank="2" prog="5" /> + <Patch name="EP Legend" mode="7" hbank="121" lbank="3" prog="5" /> + <Patch name="EP Phase" mode="7" hbank="121" lbank="4" prog="5" /> + </PatchGroup> + <PatchGroup name="GM2 Keyboards"> + <Patch name="Harpsichord" mode="7" hbank="121" lbank="0" prog="6" /> + <Patch name="Coupled Hps." mode="7" hbank="121" lbank="1" prog="6" /> + <Patch name="Harpsi.w" mode="7" hbank="121" lbank="2" prog="6" /> + <Patch name="Harpsi.o" mode="7" hbank="121" lbank="3" prog="6" /> + <Patch name="Clav." mode="7" hbank="121" lbank="0" prog="7" /> + <Patch name="Pulse Clav" mode="7" hbank="121" lbank="1" prog="7" /> + </PatchGroup> + <PatchGroup name="GM2 Mallet"> + <Patch name="Celesta" mode="7" hbank="121" lbank="0" prog="8" /> + <Patch name="Glockenspiel" mode="7" hbank="121" lbank="0" prog="9" /> + <Patch name="Music Box" mode="7" hbank="121" lbank="0" prog="10" /> + <Patch name="Vibraphone" mode="7" hbank="121" lbank="0" prog="11" /> + <Patch name="Vibraphone w" mode="7" hbank="121" lbank="1" prog="11" /> + <Patch name="Marimba" mode="7" hbank="121" lbank="0" prog="12" /> + <Patch name="Marimba w" mode="7" hbank="121" lbank="1" prog="12" /> + <Patch name="Xylophone" mode="7" hbank="121" lbank="0" prog="13" /> + <Patch name="Tubular-bell" mode="7" hbank="121" lbank="0" prog="14" /> + <Patch name="Church Bell" mode="7" hbank="121" lbank="1" prog="14" /> + <Patch name="Carillon" mode="7" hbank="121" lbank="2" prog="14" /> + <Patch name="Santur" mode="7" hbank="121" lbank="0" prog="15" /> + </PatchGroup> + <PatchGroup name="GM2 Organ and Reed"> + <Patch name="Organ 1" mode="7" hbank="121" lbank="0" prog="16" /> + <Patch name="Trem. Organ" mode="7" hbank="121" lbank="1" prog="16" /> + <Patch name="60s Organ" mode="7" hbank="121" lbank="2" prog="16" /> + <Patch name="70s E.Organ" mode="7" hbank="121" lbank="3" prog="16" /> + <Patch name="Organ 2" mode="7" hbank="121" lbank="0" prog="17" /> + <Patch name="Chorus Or.2" mode="7" hbank="121" lbank="1" prog="17" /> + <Patch name="Perc. Organ" mode="7" hbank="121" lbank="2" prog="17" /> + <Patch name="Organ 3" mode="7" hbank="121" lbank="0" prog="18" /> + <Patch name="Church Org.1" mode="7" hbank="121" lbank="0" prog="19" /> + <Patch name="Church Org.3" mode="7" hbank="121" lbank="2" prog="19" /> + <Patch name="Church Org.2" mode="7" hbank="121" lbank="1" prog="19" /> + <Patch name="Reed Organ" mode="7" hbank="121" lbank="0" prog="20" /> + <Patch name="Puff Organ" mode="7" hbank="121" lbank="1" prog="20" /> + <Patch name="Accordion Fr" mode="7" hbank="121" lbank="0" prog="21" /> + <Patch name="Accordion It" mode="7" hbank="121" lbank="1" prog="21" /> + <Patch name="Harmonica" mode="7" hbank="121" lbank="0" prog="22" /> + <Patch name="Bandoneon" mode="7" hbank="121" lbank="0" prog="23" /> + </PatchGroup> + <PatchGroup name="GM2 Guitar"> + <Patch name="Nylon-str.Gt" mode="7" hbank="121" lbank="0" prog="24" /> + <Patch name="Ukulele" mode="7" hbank="121" lbank="1" prog="24" /> + <Patch name="Nylon Gt.o" mode="7" hbank="121" lbank="2" prog="24" /> + <Patch name="Nylon Gt.2" mode="7" hbank="121" lbank="3" prog="24" /> + <Patch name="Steel-str.Gt" mode="7" hbank="121" lbank="0" prog="25" /> + <Patch name="12-str.Gt" mode="7" hbank="121" lbank="1" prog="25" /> + <Patch name="Mandolin" mode="7" hbank="121" lbank="2" prog="25" /> + <Patch name="Steel + Body" mode="7" hbank="121" lbank="3" prog="25" /> + <Patch name="Jazz Gt." mode="7" hbank="121" lbank="0" prog="26" /> + <Patch name="Pedal Steel" mode="7" hbank="121" lbank="1" prog="26" /> + <Patch name="Clean Gt." mode="7" hbank="121" lbank="0" prog="27" /> + <Patch name="Chorus Gt." mode="7" hbank="121" lbank="1" prog="27" /> + <Patch name="Mid Tone GTR" mode="7" hbank="121" lbank="2" prog="27" /> + <Patch name="Muted Gt." mode="7" hbank="121" lbank="0" prog="28" /> + <Patch name="Funk Pop" mode="7" hbank="121" lbank="1" prog="28" /> + <Patch name="Funk Gt.2" mode="7" hbank="121" lbank="2" prog="28" /> + <Patch name="Jazz Man" mode="7" hbank="121" lbank="3" prog="28" /> + <Patch name="Overdrive Gt" mode="7" hbank="121" lbank="0" prog="29" /> + <Patch name="Guitar Pinch" mode="7" hbank="121" lbank="1" prog="29" /> + <Patch name="DistortionGT" mode="7" hbank="121" lbank="0" prog="30" /> + <Patch name="Feedback GT." mode="7" hbank="121" lbank="1" prog="30" /> + <Patch name="Dist Rtm GTR" mode="7" hbank="121" lbank="2" prog="30" /> + <Patch name="Gt.Harmonics" mode="7" hbank="121" lbank="0" prog="31" /> + <Patch name="Gt.Feedback" mode="7" hbank="121" lbank="1" prog="31" /> + </PatchGroup> + <PatchGroup name="GM2 Bass"> + <Patch name="Acoustic Bs." mode="7" hbank="121" lbank="0" prog="32" /> + <Patch name="Fingered Bs." mode="7" hbank="121" lbank="0" prog="33" /> + <Patch name="Finger Slap" mode="7" hbank="121" lbank="1" prog="33" /> + <Patch name="Picked Bass" mode="7" hbank="121" lbank="0" prog="34" /> + <Patch name="Fretless Bs." mode="7" hbank="121" lbank="0" prog="35" /> + <Patch name="Slap Bass 1" mode="7" hbank="121" lbank="0" prog="36" /> + <Patch name="Slap Bass 2" mode="7" hbank="121" lbank="0" prog="37" /> + <Patch name="Synth Bass 1" mode="7" hbank="121" lbank="0" prog="38" /> + <Patch name="SynthBass101" mode="7" hbank="121" lbank="1" prog="38" /> + <Patch name="Acid Bass" mode="7" hbank="121" lbank="2" prog="38" /> + <Patch name="Clavi Bass" mode="7" hbank="121" lbank="3" prog="38" /> + <Patch name="Hammer" mode="7" hbank="121" lbank="4" prog="38" /> + <Patch name="Synth Bass2" mode="7" hbank="121" lbank="0" prog="39" /> + <Patch name="Beef FM Bass" mode="7" hbank="121" lbank="1" prog="39" /> + <Patch name="RubberBass2" mode="7" hbank="121" lbank="2" prog="39" /> + <Patch name="Attack Pulse" mode="7" hbank="121" lbank="3" prog="39" /> + </PatchGroup> + <PatchGroup name="GM2 Strings"> + <Patch name="Violin" mode="7" hbank="121" lbank="0" prog="40" /> + <Patch name="Slow Violin" mode="7" hbank="121" lbank="1" prog="40" /> + <Patch name="Viola" mode="7" hbank="121" lbank="0" prog="41" /> + <Patch name="Cello" mode="7" hbank="121" lbank="0" prog="42" /> + <Patch name="Contrabass" mode="7" hbank="121" lbank="0" prog="43" /> + <Patch name="Tremolo Str" mode="7" hbank="121" lbank="0" prog="44" /> + <Patch name="PizzicatoStr" mode="7" hbank="121" lbank="0" prog="45" /> + <Patch name="Harp" mode="7" hbank="121" lbank="0" prog="46" /> + <Patch name="Yang Qin" mode="7" hbank="121" lbank="1" prog="46" /> + <Patch name="Timpani" mode="7" hbank="121" lbank="0" prog="47" /> + <Patch name="Orche str" mode="7" hbank="121" lbank="0" prog="48" /> + <Patch name="Orchestra" mode="7" hbank="121" lbank="1" prog="48" /> + <Patch name="60s Strings" mode="7" hbank="121" lbank="2" prog="48" /> + <Patch name="Slow Strings" mode="7" hbank="121" lbank="0" prog="49" /> + <Patch name="Syn.Strings1" mode="7" hbank="121" lbank="0" prog="50" /> + <Patch name="Syn.Strings3" mode="7" hbank="121" lbank="1" prog="50" /> + <Patch name="Syn.Strings2" mode="7" hbank="121" lbank="0" prog="51" /> + </PatchGroup> + <PatchGroup name="GM2 Voice"> + <Patch name="Choir Aahs" mode="7" hbank="121" lbank="0" prog="52" /> + <Patch name="Chorus Aahs" mode="7" hbank="121" lbank="1" prog="52" /> + <Patch name="Voice Oohs" mode="7" hbank="121" lbank="0" prog="53" /> + <Patch name="Humming" mode="7" hbank="121" lbank="1" prog="53" /> + <Patch name="SynVox" mode="7" hbank="121" lbank="0" prog="54" /> + <Patch name="Analog Voice" mode="7" hbank="121" lbank="1" prog="54" /> + </PatchGroup> + <PatchGroup name="GM2 Hit and Brass"> + <Patch name="OrchestraHit" mode="7" hbank="121" lbank="0" prog="55" /> + <Patch name="Euro Hit" mode="7" hbank="121" lbank="3" prog="55" /> + <Patch name="Bass Hit" mode="7" hbank="121" lbank="1" prog="55" /> + <Patch name="6th Hit" mode="7" hbank="121" lbank="2" prog="55" /> + <Patch name="Trumpet" mode="7" hbank="121" lbank="0" prog="56" /> + <Patch name="Dark Trumpet" mode="7" hbank="121" lbank="1" prog="56" /> + <Patch name="Trombone" mode="7" hbank="121" lbank="0" prog="57" /> + <Patch name="Trombone 2" mode="7" hbank="121" lbank="1" prog="57" /> + <Patch name="Bright Tb" mode="7" hbank="121" lbank="2" prog="57" /> + <Patch name="Tuba" mode="7" hbank="121" lbank="0" prog="58" /> + <Patch name="MutedTrumpet" mode="7" hbank="121" lbank="0" prog="59" /> + <Patch name="MuteTrumpet2" mode="7" hbank="121" lbank="1" prog="59" /> + <Patch name="French Horns" mode="7" hbank="121" lbank="0" prog="60" /> + <Patch name="Fr.Horn 2" mode="7" hbank="121" lbank="1" prog="60" /> + <Patch name="Brass 1" mode="7" hbank="121" lbank="0" prog="61" /> + <Patch name="Brass 2" mode="7" hbank="121" lbank="1" prog="61" /> + <Patch name="Synth Brass1" mode="7" hbank="121" lbank="0" prog="62" /> + <Patch name="Pro Brass" mode="7" hbank="121" lbank="1" prog="62" /> + <Patch name="Oct SynBrass" mode="7" hbank="121" lbank="2" prog="62" /> + <Patch name="Jump Brass" mode="7" hbank="121" lbank="3" prog="62" /> + <Patch name="Synth Brass2" mode="7" hbank="121" lbank="0" prog="63" /> + <Patch name="SynBrass sfz" mode="7" hbank="121" lbank="1" prog="63" /> + <Patch name="Velo Brass 1" mode="7" hbank="121" lbank="2" prog="63" /> + </PatchGroup> + <PatchGroup name="GM2 Orch. Reeds"> + <Patch name="Soprano Sax" mode="7" hbank="121" lbank="0" prog="64" /> + <Patch name="Alto Sax" mode="7" hbank="121" lbank="0" prog="65" /> + <Patch name="Tenor Sax" mode="7" hbank="121" lbank="0" prog="66" /> + <Patch name="Baritone Sax" mode="7" hbank="121" lbank="0" prog="67" /> + <Patch name="Oboe" mode="7" hbank="121" lbank="0" prog="68" /> + <Patch name="English Horn" mode="7" hbank="121" lbank="0" prog="69" /> + <Patch name="Bassoon" mode="7" hbank="121" lbank="0" prog="70" /> + <Patch name="Clarinet" mode="7" hbank="121" lbank="0" prog="71" /> + </PatchGroup> + <PatchGroup name="GM2 Flute and Wind"> + <Patch name="Piccolo" mode="7" hbank="121" lbank="0" prog="72" /> + <Patch name="Flute" mode="7" hbank="121" lbank="0" prog="73" /> + <Patch name="Recorder" mode="7" hbank="121" lbank="0" prog="74" /> + <Patch name="Pan Flute" mode="7" hbank="121" lbank="0" prog="75" /> + <Patch name="Bottle Blow" mode="7" hbank="121" lbank="0" prog="76" /> + <Patch name="Shakuhachi" mode="7" hbank="121" lbank="0" prog="77" /> + <Patch name="Whistle" mode="7" hbank="121" lbank="0" prog="78" /> + <Patch name="Ocarina" mode="7" hbank="121" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="GM2 Synthesizer"> + <Patch name="Square Wave" mode="7" hbank="121" lbank="0" prog="80" /> + <Patch name="MG Square" mode="7" hbank="121" lbank="1" prog="80" /> + <Patch name="2600 Sine" mode="7" hbank="121" lbank="2" prog="80" /> + <Patch name="Saw Wave" mode="7" hbank="121" lbank="0" prog="81" /> + <Patch name="OB2 Saw" mode="7" hbank="121" lbank="1" prog="81" /> + <Patch name="Doctor Solo" mode="7" hbank="121" lbank="2" prog="81" /> + <Patch name="Natural Lead" mode="7" hbank="121" lbank="3" prog="81" /> + <Patch name="SequencedSaw" mode="7" hbank="121" lbank="4" prog="81" /> + <Patch name="Syn.Calliope" mode="7" hbank="121" lbank="0" prog="82" /> + <Patch name="Chiffer Lead" mode="7" hbank="121" lbank="0" prog="83" /> + <Patch name="Charang" mode="7" hbank="121" lbank="0" prog="84" /> + <Patch name="Wire Lead" mode="7" hbank="121" lbank="1" prog="84" /> + <Patch name="Solo Vox" mode="7" hbank="121" lbank="0" prog="85" /> + <Patch name="5th Saw Wave" mode="7" hbank="121" lbank="0" prog="86" /> + <Patch name="Bass and Lead" mode="7" hbank="121" lbank="0" prog="87" /> + <Patch name="Delayed Lead" mode="7" hbank="121" lbank="1" prog="87" /> + <Patch name="Fantasia" mode="7" hbank="121" lbank="0" prog="88" /> + <Patch name="Warm Pad" mode="7" hbank="121" lbank="0" prog="89" /> + <Patch name="Sine Pad" mode="7" hbank="121" lbank="1" prog="89" /> + <Patch name="Polysynth" mode="7" hbank="121" lbank="0" prog="90" /> + <Patch name="Space Voice" mode="7" hbank="121" lbank="0" prog="91" /> + <Patch name="Itopia" mode="7" hbank="121" lbank="1" prog="91" /> + <Patch name="Bowed Glass" mode="7" hbank="121" lbank="0" prog="92" /> + <Patch name="Metal Pad" mode="7" hbank="121" lbank="0" prog="93" /> + <Patch name="Halo Pad" mode="7" hbank="121" lbank="0" prog="94" /> + <Patch name="Sweep Pad" mode="7" hbank="121" lbank="0" prog="95" /> + <Patch name="Ice Rain" mode="7" hbank="121" lbank="0" prog="96" /> + <Patch name="Soundtrack" mode="7" hbank="121" lbank="0" prog="97" /> + <Patch name="Crystal" mode="7" hbank="121" lbank="0" prog="98" /> + <Patch name="Syn Mallet" mode="7" hbank="121" lbank="1" prog="98" /> + <Patch name="Atmosphere" mode="7" hbank="121" lbank="0" prog="99" /> + <Patch name="Brightness" mode="7" hbank="121" lbank="0" prog="100" /> + <Patch name="Goblin" mode="7" hbank="121" lbank="0" prog="101" /> + <Patch name="Echo Drops" mode="7" hbank="121" lbank="0" prog="102" /> + <Patch name="Echo Bell" mode="7" hbank="121" lbank="1" prog="102" /> + <Patch name="Echo Pan" mode="7" hbank="121" lbank="2" prog="102" /> + <Patch name="Star Theme" mode="7" hbank="121" lbank="0" prog="103" /> + </PatchGroup> + <PatchGroup name="GM2 Ethnic"> + <Patch name="Sitar" mode="7" hbank="121" lbank="0" prog="104" /> + <Patch name="Sitar 2" mode="7" hbank="121" lbank="1" prog="104" /> + <Patch name="Banjo" mode="7" hbank="121" lbank="0" prog="105" /> + <Patch name="Shamisen" mode="7" hbank="121" lbank="0" prog="106" /> + <Patch name="Koto" mode="7" hbank="121" lbank="0" prog="107" /> + <Patch name="Taisho Koto" mode="7" hbank="121" lbank="1" prog="107" /> + <Patch name="Kalimba" mode="7" hbank="121" lbank="0" prog="108" /> + <Patch name="Bagpipe" mode="7" hbank="121" lbank="0" prog="109" /> + <Patch name="Fiddle" mode="7" hbank="121" lbank="0" prog="110" /> + <Patch name="Shanai" mode="7" hbank="121" lbank="0" prog="111" /> + </PatchGroup> + <PatchGroup name="GM2 Percussion"> + <Patch name="Tinkle Bell" mode="7" hbank="121" lbank="0" prog="112" /> + <Patch name="Agogo" mode="7" hbank="121" lbank="0" prog="113" /> + <Patch name="Steel Drims" mode="7" hbank="121" lbank="0" prog="114" /> + <Patch name="Woodblock" mode="7" hbank="121" lbank="0" prog="115" /> + <Patch name="Castanets" mode="7" hbank="121" lbank="1" prog="115" /> + <Patch name="Taiko" mode="7" hbank="121" lbank="0" prog="116" /> + <Patch name="Concert BD" mode="7" hbank="121" lbank="1" prog="116" /> + <Patch name="Melo. Tom 1" mode="7" hbank="121" lbank="0" prog="117" /> + <Patch name="Melo. Tom 2" mode="7" hbank="121" lbank="1" prog="117" /> + <Patch name="Synth Drum" mode="7" hbank="121" lbank="0" prog="118" /> + <Patch name="808 Tom" mode="7" hbank="121" lbank="1" prog="118" /> + <Patch name="Elec Perc" mode="7" hbank="121" lbank="2" prog="118" /> + <Patch name="Reverse Cym." mode="7" hbank="121" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="GM2 Sound FX"> + <Patch name="Gt.FretNoise" mode="7" hbank="121" lbank="0" prog="120" /> + <Patch name="Gt.Cut Noise" mode="7" hbank="121" lbank="1" prog="120" /> + <Patch name="String Slap" mode="7" hbank="121" lbank="2" prog="120" /> + <Patch name="Breath Noise" mode="7" hbank="121" lbank="0" prog="121" /> + <Patch name="Fl.Key Click" mode="7" hbank="121" lbank="1" prog="121" /> + <Patch name="Seashore" mode="7" hbank="121" lbank="0" prog="122" /> + <Patch name="Rain" mode="7" hbank="121" lbank="1" prog="122" /> + <Patch name="Thunder" mode="7" hbank="121" lbank="2" prog="122" /> + <Patch name="Wind" mode="7" hbank="121" lbank="3" prog="122" /> + <Patch name="Stream" mode="7" hbank="121" lbank="4" prog="122" /> + <Patch name="Bubble" mode="7" hbank="121" lbank="5" prog="122" /> + <Patch name="Bird" mode="7" hbank="121" lbank="0" prog="123" /> + <Patch name="Dog" mode="7" hbank="121" lbank="1" prog="123" /> + <Patch name="Horse-Gallop" mode="7" hbank="121" lbank="2" prog="123" /> + <Patch name="Bird 2" mode="7" hbank="121" lbank="3" prog="123" /> + <Patch name="Telephone 1" mode="7" hbank="121" lbank="0" prog="124" /> + <Patch name="Telephone 2" mode="7" hbank="121" lbank="1" prog="124" /> + <Patch name="DoorCreaking" mode="7" hbank="121" lbank="2" prog="124" /> + <Patch name="DoorCreaking" mode="7" hbank="121" lbank="3" prog="124" /> + <Patch name="Scratch" mode="7" hbank="121" lbank="4" prog="124" /> + <Patch name="Wind Chimes" mode="7" hbank="121" lbank="5" prog="124" /> + <Patch name="Helicopter" mode="7" hbank="121" lbank="0" prog="125" /> + <Patch name="Car-Engine" mode="7" hbank="121" lbank="1" prog="125" /> + <Patch name="Car-Stop" mode="7" hbank="121" lbank="2" prog="125" /> + <Patch name="Car-Pass" mode="7" hbank="121" lbank="3" prog="125" /> + <Patch name="Car-Crash" mode="7" hbank="121" lbank="4" prog="125" /> + <Patch name="Siren" mode="7" hbank="121" lbank="5" prog="125" /> + <Patch name="Train" mode="7" hbank="121" lbank="6" prog="125" /> + <Patch name="Jetplane" mode="7" hbank="121" lbank="7" prog="125" /> + <Patch name="Starship" mode="7" hbank="121" lbank="8" prog="125" /> + <Patch name="Burst Noise" mode="7" hbank="121" lbank="9" prog="125" /> + <Patch name="Applause" mode="7" hbank="121" lbank="0" prog="126" /> + <Patch name="Laughing" mode="7" hbank="121" lbank="1" prog="126" /> + <Patch name="Screaming" mode="7" hbank="121" lbank="2" prog="126" /> + <Patch name="Punch" mode="7" hbank="121" lbank="3" prog="126" /> + <Patch name="Heart Beat" mode="7" hbank="121" lbank="4" prog="126" /> + <Patch name="Footsteps" mode="7" hbank="121" lbank="5" prog="126" /> + <Patch name="Gun Shot" mode="7" hbank="121" lbank="0" prog="127" /> + <Patch name="Machine Gun" mode="7" hbank="121" lbank="1" prog="127" /> + <Patch name="Lasergun" mode="7" hbank="121" lbank="2" prog="127" /> + <Patch name="Explosion" mode="7" hbank="121" lbank="3" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset Drums/Percussion"> + <Patch name="StandardKit1" hbank="86" lbank="64" prog="0" /> + <Patch name="StandardKit2" hbank="86" lbank="64" prog="1" /> + <Patch name="StandardKit3" hbank="86" lbank="64" prog="2" /> + <Patch name="Rock Kit 1" hbank="86" lbank="64" prog="3" /> + <Patch name="Rock Kit 2" hbank="86" lbank="64" prog="4" /> + <Patch name="Brush Jz Kit" hbank="86" lbank="64" prog="5" /> + <Patch name="Orch Kit" hbank="86" lbank="64" prog="6" /> + <Patch name="909 808 Kit" hbank="86" lbank="64" prog="7" /> + <Patch name="Limiter Kit" hbank="86" lbank="64" prog="8" /> + <Patch name="HipHop Kit 1" hbank="86" lbank="64" prog="9" /> + <Patch name="HipHop Kit 2" hbank="86" lbank="64" prog="10" /> + <Patch name="HipHop and Latin" hbank="86" lbank="64" prog="11" /> + <Patch name="Machine and Hip" hbank="86" lbank="64" prog="12" /> + <Patch name="R and B Kit" hbank="86" lbank="64" prog="13" /> + <Patch name="HiFi R and B Kit" hbank="86" lbank="64" prog="14" /> + <Patch name="Machine Kit1" hbank="86" lbank="64" prog="15" /> + <Patch name="4 Kit MIX" hbank="86" lbank="64" prog="16" /> + <Patch name="Kit-Euro:POP" hbank="86" lbank="64" prog="17" /> + <Patch name="House Kit" hbank="86" lbank="64" prog="18" /> + <Patch name="Nu Technica" hbank="86" lbank="64" prog="19" /> + <Patch name="Machine Kit2" hbank="86" lbank="64" prog="20" /> + <Patch name="ArtificalKit" hbank="86" lbank="64" prog="21" /> + <Patch name="Noise Kit" hbank="86" lbank="64" prog="22" /> + <Patch name="Kick Menu" hbank="86" lbank="64" prog="23" /> + <Patch name="Snare Menu 1" hbank="86" lbank="64" prog="24" /> + <Patch name="Snare Menu 2" hbank="86" lbank="64" prog="25" /> + <Patch name="HiHat Menu" hbank="86" lbank="64" prog="26" /> + <Patch name="Rim and Tom Menu" hbank="86" lbank="64" prog="27" /> + <Patch name="Clp n Cym n Hit" hbank="86" lbank="64" prog="28" /> + <Patch name="FX/SFX Menu" hbank="86" lbank="64" prog="29" /> + <Patch name="Percussion" hbank="86" lbank="64" prog="30" /> + <Patch name="Scrh n Voi n Wld" hbank="86" lbank="64" prog="31" /> + <Patch name="StudioX Kit1" hbank="86" lbank="64" prog="32" /> + <Patch name="StudioX Kit2" hbank="86" lbank="64" prog="33" /> + <Patch name="X Euro Kit" hbank="86" lbank="64" prog="34" /> + <Patch name="X Hybrid Kit" hbank="86" lbank="64" prog="35" /> + <Patch name="Neo-Wrld Kit" hbank="86" lbank="64" prog="36" /> + <Patch name="PassionDrums" hbank="86" lbank="64" prog="37" /> + <Patch name="Organic Kit" hbank="86" lbank="64" prog="38" /> + <Patch name="Arpeggiate!" hbank="86" lbank="64" prog="39" /> + </PatchGroup> + <PatchGroup name="Preset A"> + <Patch name="So true..." hbank="87" lbank="64" prog="0" /> + <Patch name="ConcertPiano" hbank="87" lbank="64" prog="1" /> + <Patch name="Warm Piano" hbank="87" lbank="64" prog="2" /> + <Patch name="Warm Pad Pno" hbank="87" lbank="64" prog="3" /> + <Patch name="Warm Str Pno" hbank="87" lbank="64" prog="4" /> + <Patch name="BealeSt Walk" hbank="87" lbank="64" prog="5" /> + <Patch name="Rapsody" hbank="87" lbank="64" prog="6" /> + <Patch name="JD-800 Piano" hbank="87" lbank="64" prog="7" /> + <Patch name="SA Dance Pno" hbank="87" lbank="64" prog="8" /> + <Patch name="FS E-Grand" hbank="87" lbank="64" prog="9" /> + <Patch name="FS Blend Pno" hbank="87" lbank="64" prog="10" /> + <Patch name="LA Piano" hbank="87" lbank="64" prog="11" /> + <Patch name="FS Rhodes" hbank="87" lbank="64" prog="12" /> + <Patch name="StageRhdTrem" hbank="87" lbank="64" prog="13" /> + <Patch name="Back2the60s" hbank="87" lbank="64" prog="14" /> + <Patch name="Tine Rhodes" hbank="87" lbank="64" prog="15" /> + <Patch name="LEO Rhodes" hbank="87" lbank="64" prog="16" /> + <Patch name="LonesomeRoad" hbank="87" lbank="64" prog="17" /> + <Patch name="Age-n Tines" hbank="87" lbank="64" prog="18" /> + <Patch name="Brill TremEP" hbank="87" lbank="64" prog="19" /> + <Patch name="Crystal Rhd" hbank="87" lbank="64" prog="20" /> + <Patch name="Celestial EP" hbank="87" lbank="64" prog="21" /> + <Patch name="Spirit Tines" hbank="87" lbank="64" prog="22" /> + <Patch name="Psycho EP" hbank="87" lbank="64" prog="23" /> + <Patch name="Mk2 Stg phsr" hbank="87" lbank="64" prog="24" /> + <Patch name="SA Stacks" hbank="87" lbank="64" prog="25" /> + <Patch name="Backing PhEP" hbank="87" lbank="64" prog="26" /> + <Patch name="Balladeer" hbank="87" lbank="64" prog="27" /> + <Patch name="Remember" hbank="87" lbank="64" prog="28" /> + <Patch name="FS Wurly" hbank="87" lbank="64" prog="29" /> + <Patch name="Wurly Trem" hbank="87" lbank="64" prog="30" /> + <Patch name="Super Wurly" hbank="87" lbank="64" prog="31" /> + <Patch name="Pulse EPno" hbank="87" lbank="64" prog="32" /> + <Patch name="Fonky Fonky" hbank="87" lbank="64" prog="33" /> + <Patch name="FM Rhodes" hbank="87" lbank="64" prog="34" /> + <Patch name="FM-777" hbank="87" lbank="64" prog="35" /> + <Patch name="FM EPad" hbank="87" lbank="64" prog="36" /> + <Patch name="D6 Clavi" hbank="87" lbank="64" prog="37" /> + <Patch name="Cutter Clavi" hbank="87" lbank="64" prog="38" /> + <Patch name="FS Clavi" hbank="87" lbank="64" prog="39" /> + <Patch name="Funky D" hbank="87" lbank="64" prog="40" /> + <Patch name="Phase Clavi" hbank="87" lbank="64" prog="41" /> + <Patch name="BPF Clavi Ph" hbank="87" lbank="64" prog="42" /> + <Patch name="Pulse Clavi" hbank="87" lbank="64" prog="43" /> + <Patch name="Analog Clavi" hbank="87" lbank="64" prog="44" /> + <Patch name="Reso Clavi" hbank="87" lbank="64" prog="45" /> + <Patch name="Harpsy Clavi" hbank="87" lbank="64" prog="46" /> + <Patch name="FS Harpsi" hbank="87" lbank="64" prog="47" /> + <Patch name="Amadeus" hbank="87" lbank="64" prog="48" /> + <Patch name="FS Celesta" hbank="87" lbank="64" prog="49" /> + <Patch name="FS Glocken" hbank="87" lbank="64" prog="50" /> + <Patch name="Music Bells" hbank="87" lbank="64" prog="51" /> + <Patch name="FS Musicbox" hbank="87" lbank="64" prog="52" /> + <Patch name="MuBox Pad" hbank="87" lbank="64" prog="53" /> + <Patch name="Kalimbells" hbank="87" lbank="64" prog="54" /> + <Patch name="Himalaya Ice" hbank="87" lbank="64" prog="55" /> + <Patch name="Dreaming Box" hbank="87" lbank="64" prog="56" /> + <Patch name="Step Ice" hbank="87" lbank="64" prog="57" /> + <Patch name="FS Bell 1" hbank="87" lbank="64" prog="58" /> + <Patch name="FS Bell 2" hbank="87" lbank="64" prog="59" /> + <Patch name="Candy Bell" hbank="87" lbank="64" prog="60" /> + <Patch name="FS Chime" hbank="87" lbank="64" prog="61" /> + <Patch name="Bell Ring" hbank="87" lbank="64" prog="62" /> + <Patch name="Tubular Bell" hbank="87" lbank="64" prog="63" /> + <Patch name="5th Key" hbank="87" lbank="64" prog="64" /> + <Patch name="Vibrations" hbank="87" lbank="64" prog="65" /> + <Patch name="FS Vibe" hbank="87" lbank="64" prog="66" /> + <Patch name="FS Marimba" hbank="87" lbank="64" prog="67" /> + <Patch name="FS Xylo" hbank="87" lbank="64" prog="68" /> + <Patch name="Ethno Keys" hbank="87" lbank="64" prog="69" /> + <Patch name="Synergy MLT" hbank="87" lbank="64" prog="70" /> + <Patch name="Steel Drums" hbank="87" lbank="64" prog="71" /> + <Patch name="Xylosizer" hbank="87" lbank="64" prog="72" /> + <Patch name="Toy Box" hbank="87" lbank="64" prog="73" /> + <Patch name="FullDraw Org" hbank="87" lbank="64" prog="74" /> + <Patch name="StakDraw Org" hbank="87" lbank="64" prog="75" /> + <Patch name="FullStop Org" hbank="87" lbank="64" prog="76" /> + <Patch name="FS Perc Org" hbank="87" lbank="64" prog="77" /> + <Patch name="Euro Organ" hbank="87" lbank="64" prog="78" /> + <Patch name="Perky Organ" hbank="87" lbank="64" prog="79" /> + <Patch name="LoFi PercOrg" hbank="87" lbank="64" prog="80" /> + <Patch name="Rochno Org" hbank="87" lbank="64" prog="81" /> + <Patch name="RnB Organ 1" hbank="87" lbank="64" prog="82" /> + <Patch name="RnB Organ 2" hbank="87" lbank="64" prog="83" /> + <Patch name="Zepix Organ" hbank="87" lbank="64" prog="84" /> + <Patch name="Peep Durple" hbank="87" lbank="64" prog="85" /> + <Patch name="FS Dist Bee" hbank="87" lbank="64" prog="86" /> + <Patch name="60s Org 1" hbank="87" lbank="64" prog="87" /> + <Patch name="60s Org 2" hbank="87" lbank="64" prog="88" /> + <Patch name="FS SoapOpera" hbank="87" lbank="64" prog="89" /> + <Patch name="Chapel Organ" hbank="87" lbank="64" prog="90" /> + <Patch name="Grand Pipe" hbank="87" lbank="64" prog="91" /> + <Patch name="Masked Opera" hbank="87" lbank="64" prog="92" /> + <Patch name="Pipe Org/Mod" hbank="87" lbank="64" prog="93" /> + <Patch name="Vodkakordion" hbank="87" lbank="64" prog="94" /> + <Patch name="Squeeze Me!" hbank="87" lbank="64" prog="95" /> + <Patch name="Guinguette" hbank="87" lbank="64" prog="96" /> + <Patch name="HarWonderca" hbank="87" lbank="64" prog="97" /> + <Patch name="BluesHrp V/S" hbank="87" lbank="64" prog="98" /> + <Patch name="Green Bullet" hbank="87" lbank="64" prog="99" /> + <Patch name="SoftNyln Gtr" hbank="87" lbank="64" prog="100" /> + <Patch name="FS Nylon Gt" hbank="87" lbank="64" prog="101" /> + <Patch name="Wet Nyln Gtr" hbank="87" lbank="64" prog="102" /> + <Patch name="Pre Mass Hum" hbank="87" lbank="64" prog="103" /> + <Patch name="Thick Steel" hbank="87" lbank="64" prog="104" /> + <Patch name="Uncle Martin" hbank="87" lbank="64" prog="105" /> + <Patch name="Wide Ac Gtr" hbank="87" lbank="64" prog="106" /> + <Patch name="Comp Stl Gtr" hbank="87" lbank="64" prog="107" /> + <Patch name="Stl Gtr Duo" hbank="87" lbank="64" prog="108" /> + <Patch name="FS 12str Gtr" hbank="87" lbank="64" prog="109" /> + <Patch name="So good!" hbank="87" lbank="64" prog="110" /> + <Patch name="Muted Gtr Pk" hbank="87" lbank="64" prog="111" /> + <Patch name="StratSequence" hbank="87" lbank="64" prog="112" /> + <Patch name="Fixx it" hbank="87" lbank="64" prog="113" /> + <Patch name="Jazz Guitar" hbank="87" lbank="64" prog="114" /> + <Patch name="DynoJazz Gtr" hbank="87" lbank="64" prog="115" /> + <Patch name="Wet TC" hbank="87" lbank="64" prog="116" /> + <Patch name="Clean Gtr" hbank="87" lbank="64" prog="117" /> + <Patch name="Crimson Gtr" hbank="87" lbank="64" prog="118" /> + <Patch name="Touchee Funk" hbank="87" lbank="64" prog="119" /> + <Patch name="Plug n Gig" hbank="87" lbank="64" prog="120" /> + <Patch name="Kinda Kurt" hbank="87" lbank="64" prog="121" /> + <Patch name="Nice Oct Gtr" hbank="87" lbank="64" prog="122" /> + <Patch name="Strat Gtr" hbank="87" lbank="64" prog="123" /> + <Patch name="JC Strat Bdy" hbank="87" lbank="64" prog="124" /> + <Patch name="Twin StratsB" hbank="87" lbank="64" prog="125" /> + <Patch name="BluNoteStrat" hbank="87" lbank="64" prog="126" /> + <Patch name="FS Funk Gtr" hbank="87" lbank="64" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset B"> + <Patch name="GK Dubguitar" hbank="87" lbank="65" prog="0" /> + <Patch name="and Scratchee" hbank="87" lbank="65" prog="1" /> + <Patch name="Touch Drive" hbank="87" lbank="65" prog="2" /> + <Patch name="FS Chunk" hbank="87" lbank="65" prog="3" /> + <Patch name="Trem-o-Vibe" hbank="87" lbank="65" prog="4" /> + <Patch name="Nice Dist Gt" hbank="87" lbank="65" prog="5" /> + <Patch name="LP Dist" hbank="87" lbank="65" prog="6" /> + <Patch name="Hurtling Gtr" hbank="87" lbank="65" prog="7" /> + <Patch name="Searing COSM" hbank="87" lbank="65" prog="8" /> + <Patch name="FS Loud Gtr" hbank="87" lbank="65" prog="9" /> + <Patch name="FS Plugged!!" hbank="87" lbank="65" prog="10" /> + <Patch name="Punker 1" hbank="87" lbank="65" prog="11" /> + <Patch name="FS PowerChd" hbank="87" lbank="65" prog="12" /> + <Patch name="Punker 2" hbank="87" lbank="65" prog="13" /> + <Patch name="Ulti Ac Bass" hbank="87" lbank="65" prog="14" /> + <Patch name="Downright BS" hbank="87" lbank="65" prog="15" /> + <Patch name="Ultimo Bass" hbank="87" lbank="65" prog="16" /> + <Patch name="Roomy Bass" hbank="87" lbank="65" prog="17" /> + <Patch name="Comp-ed JBass" hbank="87" lbank="65" prog="18" /> + <Patch name="FingerMaster" hbank="87" lbank="65" prog="19" /> + <Patch name="CompressBass" hbank="87" lbank="65" prog="20" /> + <Patch name="All Round Bs" hbank="87" lbank="65" prog="21" /> + <Patch name="RnB Bs/Slide" hbank="87" lbank="65" prog="22" /> + <Patch name="Thumb Up!" hbank="87" lbank="65" prog="23" /> + <Patch name="Tubby Mute" hbank="87" lbank="65" prog="24" /> + <Patch name="Chicken Bass" hbank="87" lbank="65" prog="25" /> + <Patch name="Snug Bass" hbank="87" lbank="65" prog="26" /> + <Patch name="Return2Base!" hbank="87" lbank="65" prog="27" /> + <Patch name="A Big Pick" hbank="87" lbank="65" prog="28" /> + <Patch name="Basement" hbank="87" lbank="65" prog="29" /> + <Patch name="FS Fretnot 1" hbank="87" lbank="65" prog="30" /> + <Patch name="FS Fretnot 2" hbank="87" lbank="65" prog="31" /> + <Patch name="RichFretless" hbank="87" lbank="65" prog="32" /> + <Patch name="Got Pop?" hbank="87" lbank="65" prog="33" /> + <Patch name="JBass v/Thmb" hbank="87" lbank="65" prog="34" /> + <Patch name="FS Slap Bass" hbank="87" lbank="65" prog="35" /> + <Patch name="LEO Bass" hbank="87" lbank="65" prog="36" /> + <Patch name="Smooth Bass" hbank="87" lbank="65" prog="37" /> + <Patch name="MC-404 Bass" hbank="87" lbank="65" prog="38" /> + <Patch name="SH-101 Bs 1" hbank="87" lbank="65" prog="39" /> + <Patch name="FS Syn Bass1" hbank="87" lbank="65" prog="40" /> + <Patch name="Electro Rubb" hbank="87" lbank="65" prog="41" /> + <Patch name="RnB Bass 1" hbank="87" lbank="65" prog="42" /> + <Patch name="Enorjizor" hbank="87" lbank="65" prog="43" /> + <Patch name="LowFat Bass" hbank="87" lbank="65" prog="44" /> + <Patch name="Doze Bass" hbank="87" lbank="65" prog="45" /> + <Patch name="FS Flat Bs" hbank="87" lbank="65" prog="46" /> + <Patch name="Saw n MG Bass" hbank="87" lbank="65" prog="47" /> + <Patch name="RnB Bass 2" hbank="87" lbank="65" prog="48" /> + <Patch name="Foundation" hbank="87" lbank="65" prog="49" /> + <Patch name="RnB Bass 3" hbank="87" lbank="65" prog="50" /> + <Patch name="HipHop Bs 1" hbank="87" lbank="65" prog="51" /> + <Patch name="HipHop Bs 2" hbank="87" lbank="65" prog="52" /> + <Patch name="Solid Goa" hbank="87" lbank="65" prog="53" /> + <Patch name="ResoSyn Bs 1" hbank="87" lbank="65" prog="54" /> + <Patch name="SH-1 Bass" hbank="87" lbank="65" prog="55" /> + <Patch name="SH-101 Bs 2" hbank="87" lbank="65" prog="56" /> + <Patch name="FS Syn Bass2" hbank="87" lbank="65" prog="57" /> + <Patch name="Poly Bass" hbank="87" lbank="65" prog="58" /> + <Patch name="Punch MG 1" hbank="87" lbank="65" prog="59" /> + <Patch name="Gashed Bass" hbank="87" lbank="65" prog="60" /> + <Patch name="Q Bass" hbank="87" lbank="65" prog="61" /> + <Patch name="FS Rubber Bs" hbank="87" lbank="65" prog="62" /> + <Patch name="ResoSyn Bs 2" hbank="87" lbank="65" prog="63" /> + <Patch name="Super-G DX" hbank="87" lbank="65" prog="64" /> + <Patch name="Punch MG 2" hbank="87" lbank="65" prog="65" /> + <Patch name="Kickin Bass" hbank="87" lbank="65" prog="66" /> + <Patch name="OilDrum Bass" hbank="87" lbank="65" prog="67" /> + <Patch name="Glide-iator" hbank="87" lbank="65" prog="68" /> + <Patch name="MG+SubOsc Bs" hbank="87" lbank="65" prog="69" /> + <Patch name="FS Unison Bs" hbank="87" lbank="65" prog="70" /> + <Patch name="TexturedBusy" hbank="87" lbank="65" prog="71" /> + <Patch name="Detune Bass" hbank="87" lbank="65" prog="72" /> + <Patch name="Lo Bass" hbank="87" lbank="65" prog="73" /> + <Patch name="SQ Pan" hbank="87" lbank="65" prog="74" /> + <Patch name="FS GarageBs1" hbank="87" lbank="65" prog="75" /> + <Patch name="FS GarageBs2" hbank="87" lbank="65" prog="76" /> + <Patch name="Sub Sonic" hbank="87" lbank="65" prog="77" /> + <Patch name="FS Jungle Bs" hbank="87" lbank="65" prog="78" /> + <Patch name="RnB Bass 4" hbank="87" lbank="65" prog="79" /> + <Patch name="Beepin Bass" hbank="87" lbank="65" prog="80" /> + <Patch name="MC-TB Bass" hbank="87" lbank="65" prog="81" /> + <Patch name="Acdg Bass" hbank="87" lbank="65" prog="82" /> + <Patch name="Loco Voco" hbank="87" lbank="65" prog="83" /> + <Patch name="TBasic" hbank="87" lbank="65" prog="84" /> + <Patch name="Unplug it!" hbank="87" lbank="65" prog="85" /> + <Patch name="V.Form Bass" hbank="87" lbank="65" prog="86" /> + <Patch name="SnH Bass" hbank="87" lbank="65" prog="87" /> + <Patch name="Destroyed Bs" hbank="87" lbank="65" prog="88" /> + <Patch name="FS Acid Bs" hbank="87" lbank="65" prog="89" /> + <Patch name="Lo-Fi TB" hbank="87" lbank="65" prog="90" /> + <Patch name="Violin" hbank="87" lbank="65" prog="91" /> + <Patch name="Viola" hbank="87" lbank="65" prog="92" /> + <Patch name="Cello" hbank="87" lbank="65" prog="93" /> + <Patch name="Contrabass" hbank="87" lbank="65" prog="94" /> + <Patch name="Dolce Qrt" hbank="87" lbank="65" prog="95" /> + <Patch name="Chamber Str" hbank="87" lbank="65" prog="96" /> + <Patch name="Small Str" hbank="87" lbank="65" prog="97" /> + <Patch name="Studio Sect." hbank="87" lbank="65" prog="98" /> + <Patch name="Stringz 101" hbank="87" lbank="65" prog="99" /> + <Patch name="Crossed Bows" hbank="87" lbank="65" prog="100" /> + <Patch name="FS Strings" hbank="87" lbank="65" prog="101" /> + <Patch name="2-way Sect." hbank="87" lbank="65" prog="102" /> + <Patch name="Warm Strings" hbank="87" lbank="65" prog="103" /> + <Patch name="Stacc mp Str" hbank="87" lbank="65" prog="104" /> + <Patch name="Magnolia Str" hbank="87" lbank="65" prog="105" /> + <Patch name="Movie Scene" hbank="87" lbank="65" prog="106" /> + <Patch name="Gang Strangs" hbank="87" lbank="65" prog="107" /> + <Patch name="Clustered!?!" hbank="87" lbank="65" prog="108" /> + <Patch name="DramaSect/sw" hbank="87" lbank="65" prog="109" /> + <Patch name="DelicatePizz" hbank="87" lbank="65" prog="110" /> + <Patch name="Vls PizzHall" hbank="87" lbank="65" prog="111" /> + <Patch name="Orch Pizz" hbank="87" lbank="65" prog="112" /> + <Patch name="Wind and Str 1" hbank="87" lbank="65" prog="113" /> + <Patch name="Wind and Str 2" hbank="87" lbank="65" prog="114" /> + <Patch name="Farewell" hbank="87" lbank="65" prog="115" /> + <Patch name="Orch and Horns" hbank="87" lbank="65" prog="116" /> + <Patch name="Soft Orch 1" hbank="87" lbank="65" prog="117" /> + <Patch name="Soft Orch 2" hbank="87" lbank="65" prog="118" /> + <Patch name="Henry IX" hbank="87" lbank="65" prog="119" /> + <Patch name="Ending Scene" hbank="87" lbank="65" prog="120" /> + <Patch name="Good Old Day" hbank="87" lbank="65" prog="121" /> + <Patch name="FS WindWood" hbank="87" lbank="65" prog="122" /> + <Patch name="Clarence.net" hbank="87" lbank="65" prog="123" /> + <Patch name="FS Oboe" hbank="87" lbank="65" prog="124" /> + <Patch name="Hall Oboe" hbank="87" lbank="65" prog="125" /> + <Patch name="English Horn" hbank="87" lbank="65" prog="126" /> + <Patch name="Bassoon" hbank="87" lbank="65" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset C"> + <Patch name="FS Flute" hbank="87" lbank="66" prog="0" /> + <Patch name="Atk Flute" hbank="87" lbank="66" prog="1" /> + <Patch name="Piccolo" hbank="87" lbank="66" prog="2" /> + <Patch name="Andes Mood" hbank="87" lbank="66" prog="3" /> + <Patch name="Pan Pipes" hbank="87" lbank="66" prog="4" /> + <Patch name="Solo Tp" hbank="87" lbank="66" prog="5" /> + <Patch name="Horn Chops" hbank="87" lbank="66" prog="6" /> + <Patch name="Flugel Horn" hbank="87" lbank="66" prog="7" /> + <Patch name="Spit Flugel" hbank="87" lbank="66" prog="8" /> + <Patch name="Mute Tp/Mod" hbank="87" lbank="66" prog="9" /> + <Patch name="Harmon Mute" hbank="87" lbank="66" prog="10" /> + <Patch name="Soft Tb" hbank="87" lbank="66" prog="11" /> + <Patch name="Solo Tb" hbank="87" lbank="66" prog="12" /> + <Patch name="Solo Bone" hbank="87" lbank="66" prog="13" /> + <Patch name="Grande Tuba" hbank="87" lbank="66" prog="14" /> + <Patch name="FS Tuba" hbank="87" lbank="66" prog="15" /> + <Patch name="StackTp Sect" hbank="87" lbank="66" prog="16" /> + <Patch name="Tb Section" hbank="87" lbank="66" prog="17" /> + <Patch name="TpTb Sect." hbank="87" lbank="66" prog="18" /> + <Patch name="FS Brass" hbank="87" lbank="66" prog="19" /> + <Patch name="DynamicBrass" hbank="87" lbank="66" prog="20" /> + <Patch name="Tpts n Tmbs" hbank="87" lbank="66" prog="21" /> + <Patch name="Brass n Sax" hbank="87" lbank="66" prog="22" /> + <Patch name="BrassPartOut" hbank="87" lbank="66" prog="23" /> + <Patch name="Simple Tutti" hbank="87" lbank="66" prog="24" /> + <Patch name="Full sForza" hbank="87" lbank="66" prog="25" /> + <Patch name="F.Horns Sect" hbank="87" lbank="66" prog="26" /> + <Patch name="Stereo Brass" hbank="87" lbank="66" prog="27" /> + <Patch name="Brass Fall" hbank="87" lbank="66" prog="28" /> + <Patch name="FS Saw Brass" hbank="87" lbank="66" prog="29" /> + <Patch name="Wide SynBrss" hbank="87" lbank="66" prog="30" /> + <Patch name="DetuneSawBrs" hbank="87" lbank="66" prog="31" /> + <Patch name="J-Pop Brass" hbank="87" lbank="66" prog="32" /> + <Patch name="Brash!" hbank="87" lbank="66" prog="33" /> + <Patch name="Jump For KY" hbank="87" lbank="66" prog="34" /> + <Patch name="Neo SuperBrs" hbank="87" lbank="66" prog="35" /> + <Patch name="SoftSynBrass" hbank="87" lbank="66" prog="36" /> + <Patch name="Silky JP" hbank="87" lbank="66" prog="37" /> + <Patch name="Silk Brs Pad" hbank="87" lbank="66" prog="38" /> + <Patch name="FatSynBrass" hbank="87" lbank="66" prog="39" /> + <Patch name="Soprano Sax" hbank="87" lbank="66" prog="40" /> + <Patch name="Solo Sop Sax" hbank="87" lbank="66" prog="41" /> + <Patch name="Alto mp" hbank="87" lbank="66" prog="42" /> + <Patch name="Alto Sax" hbank="87" lbank="66" prog="43" /> + <Patch name="Solo AltoSax" hbank="87" lbank="66" prog="44" /> + <Patch name="AltoLead Sax" hbank="87" lbank="66" prog="45" /> + <Patch name="Tenor Sax" hbank="87" lbank="66" prog="46" /> + <Patch name="Fat TenorSax" hbank="87" lbank="66" prog="47" /> + <Patch name="Baritone Sax" hbank="87" lbank="66" prog="48" /> + <Patch name="Sax Sect. 1" hbank="87" lbank="66" prog="49" /> + <Patch name="Sax Sect. 2" hbank="87" lbank="66" prog="50" /> + <Patch name="Horny Sax" hbank="87" lbank="66" prog="51" /> + <Patch name="RnB TryLead" hbank="87" lbank="66" prog="52" /> + <Patch name="PeakArpSine" hbank="87" lbank="66" prog="53" /> + <Patch name="Theramax" hbank="87" lbank="66" prog="54" /> + <Patch name="FS Sqr Lead" hbank="87" lbank="66" prog="55" /> + <Patch name="Dawn of Pan" hbank="87" lbank="66" prog="56" /> + <Patch name="Sqr Diamond" hbank="87" lbank="66" prog="57" /> + <Patch name="FS SoftLead" hbank="87" lbank="66" prog="58" /> + <Patch name="Mid Saw Ld" hbank="87" lbank="66" prog="59" /> + <Patch name="FS ResoLead" hbank="87" lbank="66" prog="60" /> + <Patch name="Dig-n-Duke" hbank="87" lbank="66" prog="61" /> + <Patch name="Modulated Ld" hbank="87" lbank="66" prog="62" /> + <Patch name="Waspy Lead" hbank="87" lbank="66" prog="63" /> + <Patch name="Mew Lead" hbank="87" lbank="66" prog="64" /> + <Patch name="Violin Lead" hbank="87" lbank="66" prog="65" /> + <Patch name="Oscillo Lead" hbank="87" lbank="66" prog="66" /> + <Patch name="JP Saw Lead" hbank="87" lbank="66" prog="67" /> + <Patch name="MG Sqr Lead" hbank="87" lbank="66" prog="68" /> + <Patch name="Tristar" hbank="87" lbank="66" prog="69" /> + <Patch name="Mod Lead" hbank="87" lbank="66" prog="70" /> + <Patch name="Digital Ld 1" hbank="87" lbank="66" prog="71" /> + <Patch name="Chubby Lead" hbank="87" lbank="66" prog="72" /> + <Patch name="Sneaky Leady" hbank="87" lbank="66" prog="73" /> + <Patch name="SoloNzPeaker" hbank="87" lbank="66" prog="74" /> + <Patch name="Clone Zone" hbank="87" lbank="66" prog="75" /> + <Patch name="Legato Tkno" hbank="87" lbank="66" prog="76" /> + <Patch name="DC Triangle" hbank="87" lbank="66" prog="77" /> + <Patch name="Sqr-Seqence" hbank="87" lbank="66" prog="78" /> + <Patch name="Griggley" hbank="87" lbank="66" prog="79" /> + <Patch name="Pure Square" hbank="87" lbank="66" prog="80" /> + <Patch name="Legato Saw" hbank="87" lbank="66" prog="81" /> + <Patch name="Lone Prophat" hbank="87" lbank="66" prog="82" /> + <Patch name="Porta SoloLd" hbank="87" lbank="66" prog="83" /> + <Patch name="FS Saw Ld 1" hbank="87" lbank="66" prog="84" /> + <Patch name="FS Saw Ld 2" hbank="87" lbank="66" prog="85" /> + <Patch name="Wind Syn Ld" hbank="87" lbank="66" prog="86" /> + <Patch name="Dual Profs" hbank="87" lbank="66" prog="87" /> + <Patch name="Gwyo Press" hbank="87" lbank="66" prog="88" /> + <Patch name="Q DualSaws" hbank="87" lbank="66" prog="89" /> + <Patch name="Mogulator Ld" hbank="87" lbank="66" prog="90" /> + <Patch name="DirtyVoltage" hbank="87" lbank="66" prog="91" /> + <Patch name="Clean?" hbank="87" lbank="66" prog="92" /> + <Patch name="DistortionGT" hbank="87" lbank="66" prog="93" /> + <Patch name="FS Syn Ld" hbank="87" lbank="66" prog="94" /> + <Patch name="SynLead 0322" hbank="87" lbank="66" prog="95" /> + <Patch name="Digital Ld 2" hbank="87" lbank="66" prog="96" /> + <Patch name="X-Sink Delay" hbank="87" lbank="66" prog="97" /> + <Patch name="Noized Lead" hbank="87" lbank="66" prog="98" /> + <Patch name="Space Lead" hbank="87" lbank="66" prog="99" /> + <Patch name="Destroyed Ld" hbank="87" lbank="66" prog="100" /> + <Patch name="SyncModulate" hbank="87" lbank="66" prog="101" /> + <Patch name="Sync Tank" hbank="87" lbank="66" prog="102" /> + <Patch name="Squareheads" hbank="87" lbank="66" prog="103" /> + <Patch name="Distorted MG" hbank="87" lbank="66" prog="104" /> + <Patch name="SonicVampire" hbank="87" lbank="66" prog="105" /> + <Patch name="Blue Meanie" hbank="87" lbank="66" prog="106" /> + <Patch name="Defcon" hbank="87" lbank="66" prog="107" /> + <Patch name="Stimulation" hbank="87" lbank="66" prog="108" /> + <Patch name="Sub Hit" hbank="87" lbank="66" prog="109" /> + <Patch name="Blue Ice" hbank="87" lbank="66" prog="110" /> + <Patch name=".16 Orch" hbank="87" lbank="66" prog="111" /> + <Patch name="In da Cave" hbank="87" lbank="66" prog="112" /> + <Patch name="BlastfrmPast" hbank="87" lbank="66" prog="113" /> + <Patch name="Smear Hit 1" hbank="87" lbank="66" prog="114" /> + <Patch name="Smear Hit 2" hbank="87" lbank="66" prog="115" /> + <Patch name="Good Old Hit" hbank="87" lbank="66" prog="116" /> + <Patch name="Mix Hit 1" hbank="87" lbank="66" prog="117" /> + <Patch name="Philly Hit" hbank="87" lbank="66" prog="118" /> + <Patch name="Mojo Man" hbank="87" lbank="66" prog="119" /> + <Patch name="Cheezy Movie" hbank="87" lbank="66" prog="120" /> + <Patch name="Mix Hit 2" hbank="87" lbank="66" prog="121" /> + <Patch name="Lo-Fi Hit" hbank="87" lbank="66" prog="122" /> + <Patch name="2ble Action" hbank="87" lbank="66" prog="123" /> + <Patch name="Funk Chank" hbank="87" lbank="66" prog="124" /> + <Patch name="Venus" hbank="87" lbank="66" prog="125" /> + <Patch name="AluminmWires" hbank="87" lbank="66" prog="126" /> + <Patch name="Raven Chord" hbank="87" lbank="66" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset D"> + <Patch name="HPF Sweep" hbank="87" lbank="67" prog="0" /> + <Patch name="Moon Synth" hbank="87" lbank="67" prog="1" /> + <Patch name="DelyResoSaws" hbank="87" lbank="67" prog="2" /> + <Patch name="R-Trance" hbank="87" lbank="67" prog="3" /> + <Patch name="Alfa Retro" hbank="87" lbank="67" prog="4" /> + <Patch name="Nu Hoover" hbank="87" lbank="67" prog="5" /> + <Patch name="Hoovercraft" hbank="87" lbank="67" prog="6" /> + <Patch name="Braatz" hbank="87" lbank="67" prog="7" /> + <Patch name="AllinOneRiff" hbank="87" lbank="67" prog="8" /> + <Patch name="YZ Again" hbank="87" lbank="67" prog="9" /> + <Patch name="Flazzy Lead" hbank="87" lbank="67" prog="10" /> + <Patch name="Coffee Bee" hbank="87" lbank="67" prog="11" /> + <Patch name="Sweet House" hbank="87" lbank="67" prog="12" /> + <Patch name="Alien Bubble" hbank="87" lbank="67" prog="13" /> + <Patch name="LowFreqHit" hbank="87" lbank="67" prog="14" /> + <Patch name="Fred n Barney" hbank="87" lbank="67" prog="15" /> + <Patch name="Periscope" hbank="87" lbank="67" prog="16" /> + <Patch name="Electrostars" hbank="87" lbank="67" prog="17" /> + <Patch name="Going Mad!" hbank="87" lbank="67" prog="18" /> + <Patch name="LoFiSequence" hbank="87" lbank="67" prog="19" /> + <Patch name="DreamInColor" hbank="87" lbank="67" prog="20" /> + <Patch name="MelodicDrums" hbank="87" lbank="67" prog="21" /> + <Patch name="Techno Snips" hbank="87" lbank="67" prog="22" /> + <Patch name="TB Wah" hbank="87" lbank="67" prog="23" /> + <Patch name="Waving TB303" hbank="87" lbank="67" prog="24" /> + <Patch name="Digi Seq" hbank="87" lbank="67" prog="25" /> + <Patch name="Seq Saw" hbank="87" lbank="67" prog="26" /> + <Patch name="Reso Seq Saw" hbank="87" lbank="67" prog="27" /> + <Patch name="DetuneSeqSaw" hbank="87" lbank="67" prog="28" /> + <Patch name="Technotribe" hbank="87" lbank="67" prog="29" /> + <Patch name="MetalVoxBox" hbank="87" lbank="67" prog="30" /> + <Patch name="Teethy Grit" hbank="87" lbank="67" prog="31" /> + <Patch name="Repertition" hbank="87" lbank="67" prog="32" /> + <Patch name="Jucy Saw" hbank="87" lbank="67" prog="33" /> + <Patch name="Cue Tip" hbank="87" lbank="67" prog="34" /> + <Patch name="TB-Sequence" hbank="87" lbank="67" prog="35" /> + <Patch name="Europe Xpres" hbank="87" lbank="67" prog="36" /> + <Patch name="Squeepy" hbank="87" lbank="67" prog="37" /> + <Patch name="Atmorave" hbank="87" lbank="67" prog="38" /> + <Patch name="DOC Stack" hbank="87" lbank="67" prog="39" /> + <Patch name="Sweep Lead" hbank="87" lbank="67" prog="40" /> + <Patch name="Digitaless" hbank="87" lbank="67" prog="41" /> + <Patch name="Flip Pad" hbank="87" lbank="67" prog="42" /> + <Patch name="Short Detune" hbank="87" lbank="67" prog="43" /> + <Patch name="forSequence" hbank="87" lbank="67" prog="44" /> + <Patch name="Memory Pluck" hbank="87" lbank="67" prog="45" /> + <Patch name="Metalic Bass" hbank="87" lbank="67" prog="46" /> + <Patch name="Aqua" hbank="87" lbank="67" prog="47" /> + <Patch name="Big Planet" hbank="87" lbank="67" prog="48" /> + <Patch name="Wet Atax" hbank="87" lbank="67" prog="49" /> + <Patch name="Houze Clavi" hbank="87" lbank="67" prog="50" /> + <Patch name="SuperSawSlow" hbank="87" lbank="67" prog="51" /> + <Patch name="TranceSaws" hbank="87" lbank="67" prog="52" /> + <Patch name="Trancy Synth" hbank="87" lbank="67" prog="53" /> + <Patch name="Saw Stack" hbank="87" lbank="67" prog="54" /> + <Patch name="Frgile Saws" hbank="87" lbank="67" prog="55" /> + <Patch name="Steamed Sawz" hbank="87" lbank="67" prog="56" /> + <Patch name="RAVtune" hbank="87" lbank="67" prog="57" /> + <Patch name="Bustranza" hbank="87" lbank="67" prog="58" /> + <Patch name="AftTch Ji-n" hbank="87" lbank="67" prog="59" /> + <Patch name="JP OctAttack" hbank="87" lbank="67" prog="60" /> + <Patch name="Oct Unison" hbank="87" lbank="67" prog="61" /> + <Patch name="Xtatic" hbank="87" lbank="67" prog="62" /> + <Patch name="Dirty Combo" hbank="87" lbank="67" prog="63" /> + <Patch name="FM-s Attack" hbank="87" lbank="67" prog="64" /> + <Patch name="Impression" hbank="87" lbank="67" prog="65" /> + <Patch name="Digi-vox Syn" hbank="87" lbank="67" prog="66" /> + <Patch name="Fairy Factor" hbank="87" lbank="67" prog="67" /> + <Patch name="Tempest" hbank="87" lbank="67" prog="68" /> + <Patch name="X-Racer" hbank="87" lbank="67" prog="69" /> + <Patch name="TB Booster" hbank="87" lbank="67" prog="70" /> + <Patch name="Syn-Orch/Mod" hbank="87" lbank="67" prog="71" /> + <Patch name="Pressyn" hbank="87" lbank="67" prog="72" /> + <Patch name="High Five" hbank="87" lbank="67" prog="73" /> + <Patch name="4DaCommonMan" hbank="87" lbank="67" prog="74" /> + <Patch name="Orgaenia" hbank="87" lbank="67" prog="75" /> + <Patch name="Sleeper" hbank="87" lbank="67" prog="76" /> + <Patch name="Sugar Synth" hbank="87" lbank="67" prog="77" /> + <Patch name="Ice Palace" hbank="87" lbank="67" prog="78" /> + <Patch name="Story Harp" hbank="87" lbank="67" prog="79" /> + <Patch name="LostParabise" hbank="87" lbank="67" prog="80" /> + <Patch name="Magnetic 5th" hbank="87" lbank="67" prog="81" /> + <Patch name="Jazz Doos" hbank="87" lbank="67" prog="82" /> + <Patch name="Beat Vox" hbank="87" lbank="67" prog="83" /> + <Patch name="Scat Beats" hbank="87" lbank="67" prog="84" /> + <Patch name="Choir Aahs 1" hbank="87" lbank="67" prog="85" /> + <Patch name="Choir Aahs 2" hbank="87" lbank="67" prog="86" /> + <Patch name="ChoirOoh/Aft" hbank="87" lbank="67" prog="87" /> + <Patch name="Angels Choir" hbank="87" lbank="67" prog="88" /> + <Patch name="Angelique" hbank="87" lbank="67" prog="89" /> + <Patch name="Gospel Oohs" hbank="87" lbank="67" prog="90" /> + <Patch name="Uhmmm" hbank="87" lbank="67" prog="91" /> + <Patch name="Aah Vox" hbank="87" lbank="67" prog="92" /> + <Patch name="Morning Star" hbank="87" lbank="67" prog="93" /> + <Patch name="Syn Opera" hbank="87" lbank="67" prog="94" /> + <Patch name="BeautifulOne" hbank="87" lbank="67" prog="95" /> + <Patch name="Ooze" hbank="87" lbank="67" prog="96" /> + <Patch name="Aerial Choir" hbank="87" lbank="67" prog="97" /> + <Patch name="3D Vox" hbank="87" lbank="67" prog="98" /> + <Patch name="FS Sqr Pad" hbank="87" lbank="67" prog="99" /> + <Patch name="FS Hollow" hbank="87" lbank="67" prog="100" /> + <Patch name="Silk Pad" hbank="87" lbank="67" prog="101" /> + <Patch name="WarmReso Pad" hbank="87" lbank="67" prog="102" /> + <Patch name="FS Soft Pad" hbank="87" lbank="67" prog="103" /> + <Patch name="Soft Breeze" hbank="87" lbank="67" prog="104" /> + <Patch name="JP Strings 1" hbank="87" lbank="67" prog="105" /> + <Patch name="JP Strings 2" hbank="87" lbank="67" prog="106" /> + <Patch name="FS Syn Str" hbank="87" lbank="67" prog="107" /> + <Patch name="Syn Strings" hbank="87" lbank="67" prog="108" /> + <Patch name="OB Slow Str" hbank="87" lbank="67" prog="109" /> + <Patch name="Super SynStr" hbank="87" lbank="67" prog="110" /> + <Patch name="Strings Pad" hbank="87" lbank="67" prog="111" /> + <Patch name="RnB SoftPad" hbank="87" lbank="67" prog="112" /> + <Patch name="Reso Pad" hbank="87" lbank="67" prog="113" /> + <Patch name="Phat Pad" hbank="87" lbank="67" prog="114" /> + <Patch name="FS PhaserPad" hbank="87" lbank="67" prog="115" /> + <Patch name="Mystic Str" hbank="87" lbank="67" prog="116" /> + <Patch name="Glass Organ" hbank="87" lbank="67" prog="117" /> + <Patch name="Wind Pad" hbank="87" lbank="67" prog="118" /> + <Patch name="Combination" hbank="87" lbank="67" prog="119" /> + <Patch name="HumanKindnes" hbank="87" lbank="67" prog="120" /> + <Patch name="Atmospherics" hbank="87" lbank="67" prog="121" /> + <Patch name="Terra Nostra" hbank="87" lbank="67" prog="122" /> + <Patch name="OB Aaahs" hbank="87" lbank="67" prog="123" /> + <Patch name="Vulcano Pad" hbank="87" lbank="67" prog="124" /> + <Patch name="Cloud" hbank="87" lbank="67" prog="125" /> + <Patch name="Lostscapes" hbank="87" lbank="67" prog="126" /> + <Patch name="Organic Pad" hbank="87" lbank="67" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset E"> + <Patch name="Digital Aahs" hbank="87" lbank="68" prog="0" /> + <Patch name="FreezinNight" hbank="87" lbank="68" prog="1" /> + <Patch name="FS MovinPad" hbank="87" lbank="68" prog="2" /> + <Patch name="Seq-Pad 1" hbank="87" lbank="68" prog="3" /> + <Patch name="Digi-Swell" hbank="87" lbank="68" prog="4" /> + <Patch name="Stringship" hbank="87" lbank="68" prog="5" /> + <Patch name="SaturnHolida" hbank="87" lbank="68" prog="6" /> + <Patch name="India Garden" hbank="87" lbank="68" prog="7" /> + <Patch name="OB Rezo Pad" hbank="87" lbank="68" prog="8" /> + <Patch name="Sonic Surfer" hbank="87" lbank="68" prog="9" /> + <Patch name="2 Point 2" hbank="87" lbank="68" prog="10" /> + <Patch name="2.2 Pad" hbank="87" lbank="68" prog="11" /> + <Patch name="New Year Day" hbank="87" lbank="68" prog="12" /> + <Patch name="Mod Dare" hbank="87" lbank="68" prog="13" /> + <Patch name="Neuro-Drone" hbank="87" lbank="68" prog="14" /> + <Patch name="In The Pass" hbank="87" lbank="68" prog="15" /> + <Patch name="Polar Night" hbank="87" lbank="68" prog="16" /> + <Patch name="Electric Pad" hbank="87" lbank="68" prog="17" /> + <Patch name="MistOver5ths" hbank="87" lbank="68" prog="18" /> + <Patch name="Voyager" hbank="87" lbank="68" prog="19" /> + <Patch name="Cosmic Rays" hbank="87" lbank="68" prog="20" /> + <Patch name="Gritty Pad" hbank="87" lbank="68" prog="21" /> + <Patch name="Distant Sun" hbank="87" lbank="68" prog="22" /> + <Patch name="Filmscape" hbank="87" lbank="68" prog="23" /> + <Patch name="BillionStars" hbank="87" lbank="68" prog="24" /> + <Patch name="Sand Pad" hbank="87" lbank="68" prog="25" /> + <Patch name="Fat Stacks" hbank="87" lbank="68" prog="26" /> + <Patch name="ReverseSweep" hbank="87" lbank="68" prog="27" /> + <Patch name="HugeSoundMod" hbank="87" lbank="68" prog="28" /> + <Patch name="Metal Swell" hbank="87" lbank="68" prog="29" /> + <Patch name="ShapeURMusic" hbank="87" lbank="68" prog="30" /> + <Patch name="Synth Force" hbank="87" lbank="68" prog="31" /> + <Patch name="Trance Split" hbank="87" lbank="68" prog="32" /> + <Patch name="Step Tronce" hbank="87" lbank="68" prog="33" /> + <Patch name="Chop Synth" hbank="87" lbank="68" prog="34" /> + <Patch name="Euro Teuro" hbank="87" lbank="68" prog="35" /> + <Patch name="Auto Trance" hbank="87" lbank="68" prog="36" /> + <Patch name="Eureggae" hbank="87" lbank="68" prog="37" /> + <Patch name="Sorry4theDLY" hbank="87" lbank="68" prog="38" /> + <Patch name="Beat Pad" hbank="87" lbank="68" prog="39" /> + <Patch name="FS ResoStep" hbank="87" lbank="68" prog="40" /> + <Patch name="TMT Seq Pad" hbank="87" lbank="68" prog="41" /> + <Patch name="ZipDoggyDoDa" hbank="87" lbank="68" prog="42" /> + <Patch name="ForYourBreak" hbank="87" lbank="68" prog="43" /> + <Patch name="HPF Slicer" hbank="87" lbank="68" prog="44" /> + <Patch name="DarknessSide" hbank="87" lbank="68" prog="45" /> + <Patch name="Sliced Choir" hbank="87" lbank="68" prog="46" /> + <Patch name="Digi-Doo" hbank="87" lbank="68" prog="47" /> + <Patch name="PanningFrmnt" hbank="87" lbank="68" prog="48" /> + <Patch name="Dirty Beat" hbank="87" lbank="68" prog="49" /> + <Patch name="Hellrazor" hbank="87" lbank="68" prog="50" /> + <Patch name="Electrons" hbank="87" lbank="68" prog="51" /> + <Patch name="Protons" hbank="87" lbank="68" prog="52" /> + <Patch name="FS Alfa Rave" hbank="87" lbank="68" prog="53" /> + <Patch name="Brisk Vortex" hbank="87" lbank="68" prog="54" /> + <Patch name="FS Throbulax" hbank="87" lbank="68" prog="55" /> + <Patch name="FS Lonizer" hbank="87" lbank="68" prog="56" /> + <Patch name="FS Strobe" hbank="87" lbank="68" prog="57" /> + <Patch name="VirtualHuman" hbank="87" lbank="68" prog="58" /> + <Patch name="FS Line" hbank="87" lbank="68" prog="59" /> + <Patch name="StepPitShift" hbank="87" lbank="68" prog="60" /> + <Patch name="Sever" hbank="87" lbank="68" prog="61" /> + <Patch name="Pad Pulses" hbank="87" lbank="68" prog="62" /> + <Patch name="Dub Tales" hbank="87" lbank="68" prog="63" /> + <Patch name="Seq-Pad 2" hbank="87" lbank="68" prog="64" /> + <Patch name="Nice Kalimba" hbank="87" lbank="68" prog="65" /> + <Patch name="Quiet River" hbank="87" lbank="68" prog="66" /> + <Patch name="Teky Drop" hbank="87" lbank="68" prog="67" /> + <Patch name="Pat is away" hbank="87" lbank="68" prog="68" /> + <Patch name="FS Sitar 1" hbank="87" lbank="68" prog="69" /> + <Patch name="FS Sitar 2" hbank="87" lbank="68" prog="70" /> + <Patch name="Sitar on C" hbank="87" lbank="68" prog="71" /> + <Patch name="Sitar Baby" hbank="87" lbank="68" prog="72" /> + <Patch name="EasternDlite" hbank="87" lbank="68" prog="73" /> + <Patch name="Elec Sitar" hbank="87" lbank="68" prog="74" /> + <Patch name="Neo Sitar" hbank="87" lbank="68" prog="75" /> + <Patch name="Bosporus" hbank="87" lbank="68" prog="76" /> + <Patch name="Santur Stack" hbank="87" lbank="68" prog="77" /> + <Patch name="Aerial Harp" hbank="87" lbank="68" prog="78" /> + <Patch name="Harpiness" hbank="87" lbank="68" prog="79" /> + <Patch name="TroubadorEns" hbank="87" lbank="68" prog="80" /> + <Patch name="Jamisen" hbank="87" lbank="68" prog="81" /> + <Patch name="Koto" hbank="87" lbank="68" prog="82" /> + <Patch name="Monsoon" hbank="87" lbank="68" prog="83" /> + <Patch name="Bend Koto" hbank="87" lbank="68" prog="84" /> + <Patch name="LongDistance" hbank="87" lbank="68" prog="85" /> + <Patch name="Ambi Shaku" hbank="87" lbank="68" prog="86" /> + <Patch name="FS PipeDream" hbank="87" lbank="68" prog="87" /> + <Patch name="FS Lochscape" hbank="87" lbank="68" prog="88" /> + <Patch name="FS Far East" hbank="87" lbank="68" prog="89" /> + <Patch name="Banjo" hbank="87" lbank="68" prog="90" /> + <Patch name="Breath Slice" hbank="87" lbank="68" prog="91" /> + <Patch name="Lazer Points" hbank="87" lbank="68" prog="92" /> + <Patch name="Chaos 2003" hbank="87" lbank="68" prog="93" /> + <Patch name="SoundOnSound" hbank="87" lbank="68" prog="94" /> + <Patch name="Low Beat-S" hbank="87" lbank="68" prog="95" /> + <Patch name="Control Room" hbank="87" lbank="68" prog="96" /> + <Patch name="FS Try This!" hbank="87" lbank="68" prog="97" /> + <Patch name="OutOf sortz" hbank="87" lbank="68" prog="98" /> + <Patch name="Seq" hbank="87" lbank="68" prog="99" /> + <Patch name="Scatter" hbank="87" lbank="68" prog="100" /> + <Patch name="WaitnOutside" hbank="87" lbank="68" prog="101" /> + <Patch name="Ambience" hbank="87" lbank="68" prog="102" /> + <Patch name="Fantom Noise" hbank="87" lbank="68" prog="103" /> + <Patch name="Breath Echo" hbank="87" lbank="68" prog="104" /> + <Patch name="SoundStrange" hbank="87" lbank="68" prog="105" /> + <Patch name="Cosmic Pulse" hbank="87" lbank="68" prog="106" /> + <Patch name="Faked Piano" hbank="87" lbank="68" prog="107" /> + <Patch name="Tubulence" hbank="87" lbank="68" prog="108" /> + <Patch name="South Pole" hbank="87" lbank="68" prog="109" /> + <Patch name="FS Crystal" hbank="87" lbank="68" prog="110" /> + <Patch name="ResoSweep Dn" hbank="87" lbank="68" prog="111" /> + <Patch name="Zap B3 n C4" hbank="87" lbank="68" prog="112" /> + <Patch name="PolySweep Nz" hbank="87" lbank="68" prog="113" /> + <Patch name="New Planetz" hbank="87" lbank="68" prog="114" /> + <Patch name="Strange Land" hbank="87" lbank="68" prog="115" /> + <Patch name="Trancer" hbank="87" lbank="68" prog="116" /> + <Patch name="S and H Voc" hbank="87" lbank="68" prog="117" /> + <Patch name="12th Planet" hbank="87" lbank="68" prog="118" /> + <Patch name="Ambidextrous" hbank="87" lbank="68" prog="119" /> + <Patch name="En-co-re" hbank="87" lbank="68" prog="120" /> + <Patch name="Mobile Phone" hbank="87" lbank="68" prog="121" /> + <Patch name="Beat (C4)" hbank="87" lbank="68" prog="122" /> + <Patch name="StepLFO Ens" hbank="87" lbank="68" prog="123" /> + <Patch name="Timpani+Low" hbank="87" lbank="68" prog="124" /> + <Patch name="Timpani Roll" hbank="87" lbank="68" prog="125" /> + <Patch name="Bass Drum" hbank="87" lbank="68" prog="126" /> + <Patch name="Techno Craft" hbank="87" lbank="68" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset F"> + <Patch name="ConcertGrand" hbank="87" lbank="69" prog="0" /> + <Patch name="Hall Concert" hbank="87" lbank="69" prog="1" /> + <Patch name="Bright Tune" hbank="87" lbank="69" prog="2" /> + <Patch name="Mellow Tune" hbank="87" lbank="69" prog="3" /> + <Patch name="Back E-Grand" hbank="87" lbank="69" prog="4" /> + <Patch name="Rhodes mkI" hbank="87" lbank="69" prog="5" /> + <Patch name="Stage Rhodes" hbank="87" lbank="69" prog="6" /> + <Patch name="MKS20EnsemEP" hbank="87" lbank="69" prog="7" /> + <Patch name="UltimatGrand" hbank="87" lbank="69" prog="8" /> + <Patch name="X Pure Grand" hbank="87" lbank="69" prog="9" /> + <Patch name="Studio Grand" hbank="87" lbank="69" prog="10" /> + <Patch name="88ConcertPno" hbank="87" lbank="69" prog="11" /> + <Patch name="DryStudio88" hbank="87" lbank="69" prog="12" /> + <Patch name="First Choice" hbank="87" lbank="69" prog="13" /> + <Patch name="Rokkin pF" hbank="87" lbank="69" prog="14" /> + <Patch name="Dark Grand" hbank="87" lbank="69" prog="15" /> + <Patch name="Piano Oz" hbank="87" lbank="69" prog="16" /> + <Patch name="Grand Hall" hbank="87" lbank="69" prog="17" /> + <Patch name="X Piano +Str" hbank="87" lbank="69" prog="18" /> + <Patch name="Arie Piano" hbank="87" lbank="69" prog="19" /> + <Patch name="Cicada Piano" hbank="87" lbank="69" prog="20" /> + <Patch name="Clare Voyent" hbank="87" lbank="69" prog="21" /> + <Patch name="X Piano +Pad" hbank="87" lbank="69" prog="22" /> + <Patch name="X Piano +Vox" hbank="87" lbank="69" prog="23" /> + <Patch name="FX Piano" hbank="87" lbank="69" prog="24" /> + <Patch name="AmbientPiano" hbank="87" lbank="69" prog="25" /> + <Patch name="Tre Rhodes" hbank="87" lbank="69" prog="26" /> + <Patch name="Stage Phazer" hbank="87" lbank="69" prog="27" /> + <Patch name="StageCabinet" hbank="87" lbank="69" prog="28" /> + <Patch name="AMP Rhodes" hbank="87" lbank="69" prog="29" /> + <Patch name="VelPanWurly" hbank="87" lbank="69" prog="30" /> + <Patch name="Mr.AXXE" hbank="87" lbank="69" prog="31" /> + <Patch name="1983 EP" hbank="87" lbank="69" prog="32" /> + <Patch name="EP Stack" hbank="87" lbank="69" prog="33" /> + <Patch name="EP Belle" hbank="87" lbank="69" prog="34" /> + <Patch name="Chocolate EP" hbank="87" lbank="69" prog="35" /> + <Patch name="Abstract EP" hbank="87" lbank="69" prog="36" /> + <Patch name="Ringy EP" hbank="87" lbank="69" prog="37" /> + <Patch name="Hipchord" hbank="87" lbank="69" prog="38" /> + <Patch name="Snappy Clav" hbank="87" lbank="69" prog="39" /> + <Patch name="Over-D6" hbank="87" lbank="69" prog="40" /> + <Patch name="CoupleHarpsi" hbank="87" lbank="69" prog="41" /> + <Patch name="HimalayaThaw" hbank="87" lbank="69" prog="42" /> + <Patch name="Ballad Bells" hbank="87" lbank="69" prog="43" /> + <Patch name="Bell Monitor" hbank="87" lbank="69" prog="44" /> + <Patch name="SideBandBell" hbank="87" lbank="69" prog="45" /> + <Patch name="SBF Saw Bell" hbank="87" lbank="69" prog="46" /> + <Patch name="TubyRuesday" hbank="87" lbank="69" prog="47" /> + <Patch name="Music Box 2" hbank="87" lbank="69" prog="48" /> + <Patch name="AirPluck" hbank="87" lbank="69" prog="49" /> + <Patch name="Airie Vibez" hbank="87" lbank="69" prog="50" /> + <Patch name="Ringy Vibes" hbank="87" lbank="69" prog="51" /> + <Patch name="50 SteelDrms" hbank="87" lbank="69" prog="52" /> + <Patch name="VKHold4Speed" hbank="87" lbank="69" prog="53" /> + <Patch name="X Perc Organ" hbank="87" lbank="69" prog="54" /> + <Patch name="Rocky Organ" hbank="87" lbank="69" prog="55" /> + <Patch name="Purple Organ" hbank="87" lbank="69" prog="56" /> + <Patch name="Phono Organ" hbank="87" lbank="69" prog="57" /> + <Patch name="Mid Pipe Org" hbank="87" lbank="69" prog="58" /> + <Patch name="ParisRomance" hbank="87" lbank="69" prog="59" /> + <Patch name="La Seine" hbank="87" lbank="69" prog="60" /> + <Patch name="VntgAccrdion" hbank="87" lbank="69" prog="61" /> + <Patch name="Oktoberfest" hbank="87" lbank="69" prog="62" /> + <Patch name="NaturalNylon" hbank="87" lbank="69" prog="63" /> + <Patch name="Nylon Gtr VS" hbank="87" lbank="69" prog="64" /> + <Patch name="Double Nylon" hbank="87" lbank="69" prog="65" /> + <Patch name="Mellow Nylon" hbank="87" lbank="69" prog="66" /> + <Patch name="FlamencoGt X" hbank="87" lbank="69" prog="67" /> + <Patch name="El Toro Gtr" hbank="87" lbank="69" prog="68" /> + <Patch name="Dyna Nylon" hbank="87" lbank="69" prog="69" /> + <Patch name="NylonGt /HO" hbank="87" lbank="69" prog="70" /> + <Patch name="Nylon 4way" hbank="87" lbank="69" prog="71" /> + <Patch name="Nyl-Intro" hbank="87" lbank="69" prog="72" /> + <Patch name="Nylon Dreams" hbank="87" lbank="69" prog="73" /> + <Patch name="With Love" hbank="87" lbank="69" prog="74" /> + <Patch name="Amore Story" hbank="87" lbank="69" prog="75" /> + <Patch name="Interlude" hbank="87" lbank="69" prog="76" /> + <Patch name="Sweet Tears" hbank="87" lbank="69" prog="77" /> + <Patch name="WithALtlHelp" hbank="87" lbank="69" prog="78" /> + <Patch name="Double Track" hbank="87" lbank="69" prog="79" /> + <Patch name="Mystic Gtr" hbank="87" lbank="69" prog="80" /> + <Patch name="Cut Thru Wah" hbank="87" lbank="69" prog="81" /> + <Patch name="GuitaratiuG" hbank="87" lbank="69" prog="82" /> + <Patch name="WahGt Riff" hbank="87" lbank="69" prog="83" /> + <Patch name="Larsen /Aft" hbank="87" lbank="69" prog="84" /> + <Patch name="Darmstrat X" hbank="87" lbank="69" prog="85" /> + <Patch name="Rockin Dly" hbank="87" lbank="69" prog="86" /> + <Patch name="DistGt Mt" hbank="87" lbank="69" prog="87" /> + <Patch name="GTR Heroes" hbank="87" lbank="69" prog="88" /> + <Patch name="X Mute Bass" hbank="87" lbank="69" prog="89" /> + <Patch name="Nu Finger Bs" hbank="87" lbank="69" prog="90" /> + <Patch name="Soulfinger" hbank="87" lbank="69" prog="91" /> + <Patch name="X Finger Bs 1" hbank="87" lbank="69" prog="92" /> + <Patch name="StickyOctave" hbank="87" lbank="69" prog="93" /> + <Patch name="Bass n Amp" hbank="87" lbank="69" prog="94" /> + <Patch name="Chorus Bass" hbank="87" lbank="69" prog="95" /> + <Patch name="X 5String Bs" hbank="87" lbank="69" prog="96" /> + <Patch name="6-Pack Stick" hbank="87" lbank="69" prog="97" /> + <Patch name="Nu Pick Bass" hbank="87" lbank="69" prog="98" /> + <Patch name="Comp Picker" hbank="87" lbank="69" prog="99" /> + <Patch name="X Finger Bs2" hbank="87" lbank="69" prog="100" /> + <Patch name="X Picked Bs" hbank="87" lbank="69" prog="101" /> + <Patch name="Mutation" hbank="87" lbank="69" prog="102" /> + <Patch name="X Slap Bass" hbank="87" lbank="69" prog="103" /> + <Patch name="Fuzz Mute" hbank="87" lbank="69" prog="104" /> + <Patch name="Doubled Bass" hbank="87" lbank="69" prog="105" /> + <Patch name="NewAge Frtls" hbank="87" lbank="69" prog="106" /> + <Patch name="Powerline" hbank="87" lbank="69" prog="107" /> + <Patch name="Reso SynBass" hbank="87" lbank="69" prog="108" /> + <Patch name="Synth Bassic" hbank="87" lbank="69" prog="109" /> + <Patch name="Down 4 It" hbank="87" lbank="69" prog="110" /> + <Patch name="Glider Bass" hbank="87" lbank="69" prog="111" /> + <Patch name="Fundamental" hbank="87" lbank="69" prog="112" /> + <Patch name="Artus Bass" hbank="87" lbank="69" prog="113" /> + <Patch name="Sweet n Low" hbank="87" lbank="69" prog="114" /> + <Patch name="Change It" hbank="87" lbank="69" prog="115" /> + <Patch name="the ONE" hbank="87" lbank="69" prog="116" /> + <Patch name="ChoruSE ONE" hbank="87" lbank="69" prog="117" /> + <Patch name="Eyes Bass" hbank="87" lbank="69" prog="118" /> + <Patch name="Secret Bass" hbank="87" lbank="69" prog="119" /> + <Patch name="Base BoX" hbank="87" lbank="69" prog="120" /> + <Patch name="Nu RnB Bass" hbank="87" lbank="69" prog="121" /> + <Patch name="D n Bass" hbank="87" lbank="69" prog="122" /> + <Patch name="DnB Bass 1" hbank="87" lbank="69" prog="123" /> + <Patch name="Fat Bottom" hbank="87" lbank="69" prog="124" /> + <Patch name="Deep S-E" hbank="87" lbank="69" prog="125" /> + <Patch name="Nu Bace" hbank="87" lbank="69" prog="126" /> + <Patch name="Mini Like!" hbank="87" lbank="69" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset G"> + <Patch name="Da Chronic" hbank="87" lbank="70" prog="0" /> + <Patch name="Virtual RnBs" hbank="87" lbank="70" prog="1" /> + <Patch name="Not a Bass" hbank="87" lbank="70" prog="2" /> + <Patch name="Nu RnB Saw 1" hbank="87" lbank="70" prog="3" /> + <Patch name="Nu RnB Saw 2" hbank="87" lbank="70" prog="4" /> + <Patch name="Buzzy Bs" hbank="87" lbank="70" prog="5" /> + <Patch name="SBF Saw Bs" hbank="87" lbank="70" prog="6" /> + <Patch name="Party Bass" hbank="87" lbank="70" prog="7" /> + <Patch name="Tomrubber" hbank="87" lbank="70" prog="8" /> + <Patch name="Drop Bass" hbank="87" lbank="70" prog="9" /> + <Patch name="Filament" hbank="87" lbank="70" prog="10" /> + <Patch name="Dust Bass" hbank="87" lbank="70" prog="11" /> + <Patch name="Mr. Nasty" hbank="87" lbank="70" prog="12" /> + <Patch name="Bass Drive" hbank="87" lbank="70" prog="13" /> + <Patch name="Underneath" hbank="87" lbank="70" prog="14" /> + <Patch name="Dirt n Grime" hbank="87" lbank="70" prog="15" /> + <Patch name="Down n Dirty" hbank="87" lbank="70" prog="16" /> + <Patch name="SubOscar" hbank="87" lbank="70" prog="17" /> + <Patch name="Full Strings" hbank="87" lbank="70" prog="18" /> + <Patch name="X StrSection" hbank="87" lbank="70" prog="19" /> + <Patch name="Oct Strings" hbank="87" lbank="70" prog="20" /> + <Patch name="Sahara Str" hbank="87" lbank="70" prog="21" /> + <Patch name="Random Mood" hbank="87" lbank="70" prog="22" /> + <Patch name="X Hall Str" hbank="87" lbank="70" prog="23" /> + <Patch name="Strings Flow" hbank="87" lbank="70" prog="24" /> + <Patch name="Biggie Bows" hbank="87" lbank="70" prog="25" /> + <Patch name="Staccato VS" hbank="87" lbank="70" prog="26" /> + <Patch name="So Staccato" hbank="87" lbank="70" prog="27" /> + <Patch name="Pizz-Stac VS" hbank="87" lbank="70" prog="28" /> + <Patch name="Mellow Tron" hbank="87" lbank="70" prog="29" /> + <Patch name="Moody Tron" hbank="87" lbank="70" prog="30" /> + <Patch name="Tronic Str" hbank="87" lbank="70" prog="31" /> + <Patch name="Machine Str" hbank="87" lbank="70" prog="32" /> + <Patch name="Symphonika" hbank="87" lbank="70" prog="33" /> + <Patch name="Pop Orch" hbank="87" lbank="70" prog="34" /> + <Patch name="Contemp Orch" hbank="87" lbank="70" prog="35" /> + <Patch name="Orange Skin" hbank="87" lbank="70" prog="36" /> + <Patch name="Tutti" hbank="87" lbank="70" prog="37" /> + <Patch name="Brass Ditt" hbank="87" lbank="70" prog="38" /> + <Patch name="Housechord" hbank="87" lbank="70" prog="39" /> + <Patch name="Mod Chord" hbank="87" lbank="70" prog="40" /> + <Patch name="Dance Steam" hbank="87" lbank="70" prog="41" /> + <Patch name="Disto Stab !" hbank="87" lbank="70" prog="42" /> + <Patch name="Fairy Flute" hbank="87" lbank="70" prog="43" /> + <Patch name="Chiffed Toot" hbank="87" lbank="70" prog="44" /> + <Patch name="Hop Flute" hbank="87" lbank="70" prog="45" /> + <Patch name="HimalayaPipe" hbank="87" lbank="70" prog="46" /> + <Patch name="X Brs Sect 1" hbank="87" lbank="70" prog="47" /> + <Patch name="Pop Stak Brs" hbank="87" lbank="70" prog="48" /> + <Patch name="X Brs Sect 2" hbank="87" lbank="70" prog="49" /> + <Patch name="Pop Brs wAtk" hbank="87" lbank="70" prog="50" /> + <Patch name="Hybrid Brass" hbank="87" lbank="70" prog="51" /> + <Patch name="Nu Stab Brs" hbank="87" lbank="70" prog="52" /> + <Patch name="Heavy Brs 1" hbank="87" lbank="70" prog="53" /> + <Patch name="Heavy Brs 2" hbank="87" lbank="70" prog="54" /> + <Patch name="Wonder Brass" hbank="87" lbank="70" prog="55" /> + <Patch name="Pop Brs Sfz" hbank="87" lbank="70" prog="56" /> + <Patch name="Pop Brs Stac" hbank="87" lbank="70" prog="57" /> + <Patch name="Brass Fall /" hbank="87" lbank="70" prog="58" /> + <Patch name="X-Saw Brass1" hbank="87" lbank="70" prog="59" /> + <Patch name="JP8000 Brass" hbank="87" lbank="70" prog="60" /> + <Patch name="X-Saw Brass2" hbank="87" lbank="70" prog="61" /> + <Patch name="Bend SynBrs" hbank="87" lbank="70" prog="62" /> + <Patch name="Sax Heavy" hbank="87" lbank="70" prog="63" /> + <Patch name="FXM Alto Sax" hbank="87" lbank="70" prog="64" /> + <Patch name="Simply Nasty" hbank="87" lbank="70" prog="65" /> + <Patch name="Deep Wine" hbank="87" lbank="70" prog="66" /> + <Patch name="Bon Voyage" hbank="87" lbank="70" prog="67" /> + <Patch name="Xpress Lead" hbank="87" lbank="70" prog="68" /> + <Patch name="Body Electric" hbank="87" lbank="70" prog="69" /> + <Patch name="Classic Lead" hbank="87" lbank="70" prog="70" /> + <Patch name="Optik Synth" hbank="87" lbank="70" prog="71" /> + <Patch name="Feat Lead" hbank="87" lbank="70" prog="72" /> + <Patch name="X Sync Mod" hbank="87" lbank="70" prog="73" /> + <Patch name="SBF Lead" hbank="87" lbank="70" prog="74" /> + <Patch name="Hard Sync" hbank="87" lbank="70" prog="75" /> + <Patch name="Rezo Sync" hbank="87" lbank="70" prog="76" /> + <Patch name="Wire Sync" hbank="87" lbank="70" prog="77" /> + <Patch name="Distro FXM" hbank="87" lbank="70" prog="78" /> + <Patch name="Epic Lead" hbank="87" lbank="70" prog="79" /> + <Patch name="Crumble Syn" hbank="87" lbank="70" prog="80" /> + <Patch name="SlippingSaws" hbank="87" lbank="70" prog="81" /> + <Patch name="Bag Lead" hbank="87" lbank="70" prog="82" /> + <Patch name="Dirty Saw" hbank="87" lbank="70" prog="83" /> + <Patch name="Wezcoast" hbank="87" lbank="70" prog="84" /> + <Patch name="X-Saw Lead" hbank="87" lbank="70" prog="85" /> + <Patch name="ActualAnalog" hbank="87" lbank="70" prog="86" /> + <Patch name="SBF Reso" hbank="87" lbank="70" prog="87" /> + <Patch name="SliCed Lead" hbank="87" lbank="70" prog="88" /> + <Patch name="Synthi Fizz" hbank="87" lbank="70" prog="89" /> + <Patch name="Mini Growl" hbank="87" lbank="70" prog="90" /> + <Patch name="Jupiter Lead" hbank="87" lbank="70" prog="91" /> + <Patch name="X-Pulse Lead" hbank="87" lbank="70" prog="92" /> + <Patch name="Jupi Square" hbank="87" lbank="70" prog="93" /> + <Patch name="TriStac Lead" hbank="87" lbank="70" prog="94" /> + <Patch name="Modular Lead" hbank="87" lbank="70" prog="95" /> + <Patch name="Sinetific" hbank="87" lbank="70" prog="96" /> + <Patch name="Dirty D/A" hbank="87" lbank="70" prog="97" /> + <Patch name="EuronalSynth" hbank="87" lbank="70" prog="98" /> + <Patch name="Xtrem Sine" hbank="87" lbank="70" prog="99" /> + <Patch name="Killerbeez" hbank="87" lbank="70" prog="100" /> + <Patch name="Freeze Synth" hbank="87" lbank="70" prog="101" /> + <Patch name="JamPacked!" hbank="87" lbank="70" prog="102" /> + <Patch name="SawStacChd" hbank="87" lbank="70" prog="103" /> + <Patch name="Trancepire" hbank="87" lbank="70" prog="104" /> + <Patch name="Acid Lead" hbank="87" lbank="70" prog="105" /> + <Patch name="Tranceformer" hbank="87" lbank="70" prog="106" /> + <Patch name="Anadroid" hbank="87" lbank="70" prog="107" /> + <Patch name="Shroomy" hbank="87" lbank="70" prog="108" /> + <Patch name="SBF Nozer" hbank="87" lbank="70" prog="109" /> + <Patch name="Voxulizer" hbank="87" lbank="70" prog="110" /> + <Patch name="Wired Rez" hbank="87" lbank="70" prog="111" /> + <Patch name="Noize R us" hbank="87" lbank="70" prog="112" /> + <Patch name="Inner Voices" hbank="87" lbank="70" prog="113" /> + <Patch name="Beep Melodie" hbank="87" lbank="70" prog="114" /> + <Patch name="Alpha Hoover" hbank="87" lbank="70" prog="115" /> + <Patch name="Steel Wire" hbank="87" lbank="70" prog="116" /> + <Patch name="Rav-i-Toid" hbank="87" lbank="70" prog="117" /> + <Patch name="Rez Therapy" hbank="87" lbank="70" prog="118" /> + <Patch name="Ivans" hbank="87" lbank="70" prog="119" /> + <Patch name="Morpher" hbank="87" lbank="70" prog="120" /> + <Patch name="StellarTreck" hbank="87" lbank="70" prog="121" /> + <Patch name="Tekno Tone" hbank="87" lbank="70" prog="122" /> + <Patch name="Generator" hbank="87" lbank="70" prog="123" /> + <Patch name="ARP x Race" hbank="87" lbank="70" prog="124" /> + <Patch name="DSP Chaos" hbank="87" lbank="70" prog="125" /> + <Patch name="Phraserblade" hbank="87" lbank="70" prog="126" /> + <Patch name="Dancefloor" hbank="87" lbank="70" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset H"> + <Patch name="Minor Thirds" hbank="87" lbank="71" prog="0" /> + <Patch name="Strobe X" hbank="87" lbank="71" prog="1" /> + <Patch name="Orbiting" hbank="87" lbank="71" prog="2" /> + <Patch name="FX World" hbank="87" lbank="71" prog="3" /> + <Patch name="Mr. Fourier" hbank="87" lbank="71" prog="4" /> + <Patch name="Nu Trance X" hbank="87" lbank="71" prog="5" /> + <Patch name="eXisDance" hbank="87" lbank="71" prog="6" /> + <Patch name="Are U ready?" hbank="87" lbank="71" prog="7" /> + <Patch name="Minty Fresh" hbank="87" lbank="71" prog="8" /> + <Patch name="Spectrums" hbank="87" lbank="71" prog="9" /> + <Patch name="Shape of X" hbank="87" lbank="71" prog="10" /> + <Patch name="Auto 5thSaws" hbank="87" lbank="71" prog="11" /> + <Patch name="Strobot" hbank="87" lbank="71" prog="12" /> + <Patch name="Dreamswirl" hbank="87" lbank="71" prog="13" /> + <Patch name="Galaxadin" hbank="87" lbank="71" prog="14" /> + <Patch name="Welcome2X" hbank="87" lbank="71" prog="15" /> + <Patch name="Space n Time" hbank="87" lbank="71" prog="16" /> + <Patch name="Cross Talk" hbank="87" lbank="71" prog="17" /> + <Patch name="Lava Flows" hbank="87" lbank="71" prog="18" /> + <Patch name="Steppin Faze" hbank="87" lbank="71" prog="19" /> + <Patch name="Reanimation" hbank="87" lbank="71" prog="20" /> + <Patch name="VoX Chopper" hbank="87" lbank="71" prog="21" /> + <Patch name="SquareSphere" hbank="87" lbank="71" prog="22" /> + <Patch name="Auto Sync" hbank="87" lbank="71" prog="23" /> + <Patch name="Vocastic" hbank="87" lbank="71" prog="24" /> + <Patch name="Bending Logo" hbank="87" lbank="71" prog="25" /> + <Patch name="SolarPleXus" hbank="87" lbank="71" prog="26" /> + <Patch name="Scare" hbank="87" lbank="71" prog="27" /> + <Patch name="Chaoism" hbank="87" lbank="71" prog="28" /> + <Patch name="Hillside" hbank="87" lbank="71" prog="29" /> + <Patch name="Alien Voice" hbank="87" lbank="71" prog="30" /> + <Patch name="What What?" hbank="87" lbank="71" prog="31" /> + <Patch name="Beyond Here" hbank="87" lbank="71" prog="32" /> + <Patch name="Mod Scanner" hbank="87" lbank="71" prog="33" /> + <Patch name="Gasp" hbank="87" lbank="71" prog="34" /> + <Patch name="Neverville" hbank="87" lbank="71" prog="35" /> + <Patch name="Landing Pad" hbank="87" lbank="71" prog="36" /> + <Patch name="Celebrated" hbank="87" lbank="71" prog="37" /> + <Patch name="ResoSweep Up" hbank="87" lbank="71" prog="38" /> + <Patch name="The VorteX" hbank="87" lbank="71" prog="39" /> + <Patch name="Magic Wave" hbank="87" lbank="71" prog="40" /> + <Patch name="Shangri-La" hbank="87" lbank="71" prog="41" /> + <Patch name="CerealKiller" hbank="87" lbank="71" prog="42" /> + <Patch name="DigimaX" hbank="87" lbank="71" prog="43" /> + <Patch name="Trancy X" hbank="87" lbank="71" prog="44" /> + <Patch name="X Sweep Saws" hbank="87" lbank="71" prog="45" /> + <Patch name="X-Trance" hbank="87" lbank="71" prog="46" /> + <Patch name="JP-8000 Saws" hbank="87" lbank="71" prog="47" /> + <Patch name="X Super Saws" hbank="87" lbank="71" prog="48" /> + <Patch name="Exhale" hbank="87" lbank="71" prog="49" /> + <Patch name="SBF Voices" hbank="87" lbank="71" prog="50" /> + <Patch name="Stadium SBF" hbank="87" lbank="71" prog="51" /> + <Patch name="Master X" hbank="87" lbank="71" prog="52" /> + <Patch name="X-panda" hbank="87" lbank="71" prog="53" /> + <Patch name="TDreamTouch" hbank="87" lbank="71" prog="54" /> + <Patch name="Smooth Synth" hbank="87" lbank="71" prog="55" /> + <Patch name="Stereotype" hbank="87" lbank="71" prog="56" /> + <Patch name="Saw Keystep" hbank="87" lbank="71" prog="57" /> + <Patch name="4mant Cycle" hbank="87" lbank="71" prog="58" /> + <Patch name="Trance Sweep" hbank="87" lbank="71" prog="59" /> + <Patch name="Modular" hbank="87" lbank="71" prog="60" /> + <Patch name="Triple X" hbank="87" lbank="71" prog="61" /> + <Patch name="Angel Pipes" hbank="87" lbank="71" prog="62" /> + <Patch name="Vint Clavier" hbank="87" lbank="71" prog="63" /> + <Patch name="Wired Synth" hbank="87" lbank="71" prog="64" /> + <Patch name="Nu Romance" hbank="87" lbank="71" prog="65" /> + <Patch name="Survivoz" hbank="87" lbank="71" prog="66" /> + <Patch name="Ring Worldz" hbank="87" lbank="71" prog="67" /> + <Patch name="Mashed!? :0)" hbank="87" lbank="71" prog="68" /> + <Patch name="Saturn Siren" hbank="87" lbank="71" prog="69" /> + <Patch name="Side Band X" hbank="87" lbank="71" prog="70" /> + <Patch name="Mashy Scene" hbank="87" lbank="71" prog="71" /> + <Patch name="Spr SideBand" hbank="87" lbank="71" prog="72" /> + <Patch name="Digitvox" hbank="87" lbank="71" prog="73" /> + <Patch name="Oral eXam" hbank="87" lbank="71" prog="74" /> + <Patch name="Timeline" hbank="87" lbank="71" prog="75" /> + <Patch name="Whisper Pad" hbank="87" lbank="71" prog="76" /> + <Patch name="Orchipad" hbank="87" lbank="71" prog="77" /> + <Patch name="Visionary" hbank="87" lbank="71" prog="78" /> + <Patch name="Rave Stringy" hbank="87" lbank="71" prog="79" /> + <Patch name="InfinitePhsr" hbank="87" lbank="71" prog="80" /> + <Patch name="Jupiter 2004" hbank="87" lbank="71" prog="81" /> + <Patch name="Light Phaser" hbank="87" lbank="71" prog="82" /> + <Patch name="Life-on" hbank="87" lbank="71" prog="83" /> + <Patch name="Polar Morn" hbank="87" lbank="71" prog="84" /> + <Patch name="Saturn Rings" hbank="87" lbank="71" prog="85" /> + <Patch name="Ooh La La" hbank="87" lbank="71" prog="86" /> + <Patch name="Flying X" hbank="87" lbank="71" prog="87" /> + <Patch name="Motion Pad" hbank="87" lbank="71" prog="88" /> + <Patch name="Mash Pad" hbank="87" lbank="71" prog="89" /> + <Patch name="Xtragalactic" hbank="87" lbank="71" prog="90" /> + <Patch name="Morph Filter" hbank="87" lbank="71" prog="91" /> + <Patch name="TmsSweepPad" hbank="87" lbank="71" prog="92" /> + <Patch name="Follow" hbank="87" lbank="71" prog="93" /> + <Patch name="Jupiter-X" hbank="87" lbank="71" prog="94" /> + <Patch name="Riven Pad" hbank="87" lbank="71" prog="95" /> + <Patch name="Consolament" hbank="87" lbank="71" prog="96" /> + <Patch name="Spacious Pad" hbank="87" lbank="71" prog="97" /> + <Patch name="JD Pop Pad" hbank="87" lbank="71" prog="98" /> + <Patch name="Silhouette" hbank="87" lbank="71" prog="99" /> + <Patch name="JP-8 Phase" hbank="87" lbank="71" prog="100" /> + <Patch name="Nu Epic Pad" hbank="87" lbank="71" prog="101" /> + <Patch name="Forever" hbank="87" lbank="71" prog="102" /> + <Patch name="Flange Dream" hbank="87" lbank="71" prog="103" /> + <Patch name="Guild Vox" hbank="87" lbank="71" prog="104" /> + <Patch name="5th Pad X" hbank="87" lbank="71" prog="105" /> + <Patch name="Evolution X" hbank="87" lbank="71" prog="106" /> + <Patch name="Chariots" hbank="87" lbank="71" prog="107" /> + <Patch name="Trevors Pad" hbank="87" lbank="71" prog="108" /> + <Patch name="Nu Pad" hbank="87" lbank="71" prog="109" /> + <Patch name="Fantomas Pad" hbank="87" lbank="71" prog="110" /> + <Patch name="Film Cue" hbank="87" lbank="71" prog="111" /> + <Patch name="Choral Sweep" hbank="87" lbank="71" prog="112" /> + <Patch name="Paradise" hbank="87" lbank="71" prog="113" /> + <Patch name="Sad ceremony" hbank="87" lbank="71" prog="114" /> + <Patch name="Lost Voices" hbank="87" lbank="71" prog="115" /> + <Patch name="Talk 2 Me" hbank="87" lbank="71" prog="116" /> + <Patch name="Pearly Harp" hbank="87" lbank="71" prog="117" /> + <Patch name="Nylon Harp" hbank="87" lbank="71" prog="118" /> + <Patch name="Skydiver" hbank="87" lbank="71" prog="119" /> + <Patch name="Unpluck-d" hbank="87" lbank="71" prog="120" /> + <Patch name="Ethno Plucks" hbank="87" lbank="71" prog="121" /> + <Patch name="SaraswatiRvr" hbank="87" lbank="71" prog="122" /> + <Patch name="Drone X" hbank="87" lbank="71" prog="123" /> + <Patch name="Lounge Kit" hbank="87" lbank="71" prog="124" /> + <Patch name="Gospel Trio" hbank="87" lbank="71" prog="125" /> + <Patch name="xcultural" hbank="87" lbank="71" prog="126" /> + <Patch name="When Im 64" hbank="87" lbank="71" prog="127" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Roland_SRX-02.idf b/muse2/share/instruments/Roland_SRX-02.idf new file mode 100755 index 00000000..bc700f1d --- /dev/null +++ b/muse2/share/instruments/Roland_SRX-02.idf @@ -0,0 +1,58 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Roland SRX-02 Concert Piano"> + <PatchGroup name="SRX02 Concert Piano"> + <Patch name="PremierGrand" hbank="93" lbank="1" prog="0" /> + <Patch name="Steady Grand" hbank="93" lbank="1" prog="1" /> + <Patch name="DynamicGrand" hbank="93" lbank="1" prog="2" /> + <Patch name="Concert Hall" hbank="93" lbank="1" prog="3" /> + <Patch name="Bright Grand" hbank="93" lbank="1" prog="4" /> + <Patch name="Classical" hbank="93" lbank="1" prog="5" /> + <Patch name="SoftPdlGrand" hbank="93" lbank="1" prog="6" /> + <Patch name="OnMicPremier" hbank="93" lbank="1" prog="7" /> + <Patch name="OnMic Bright" hbank="93" lbank="1" prog="8" /> + <Patch name="OnMicSoftPdl" hbank="93" lbank="1" prog="9" /> + <Patch name="Premier Mono" hbank="93" lbank="1" prog="10" /> + <Patch name="Bright Mono" hbank="93" lbank="1" prog="11" /> + <Patch name="SoftPdl Mono" hbank="93" lbank="1" prog="12" /> + <Patch name="Mellow Piano" hbank="93" lbank="1" prog="13" /> + <Patch name="Enhanced Pno" hbank="93" lbank="1" prog="14" /> + <Patch name="Comp.Piano" hbank="93" lbank="1" prog="15" /> + <Patch name="HonkytonkPno" hbank="93" lbank="1" prog="16" /> + <Patch name="NewAgeGrand1" hbank="93" lbank="1" prog="17" /> + <Patch name="NewAgeGrand2" hbank="93" lbank="1" prog="18" /> + <Patch name="Requiem" hbank="93" lbank="1" prog="19" /> + <Patch name="Soundscape" hbank="93" lbank="1" prog="20" /> + <Patch name="Grand w/Str" hbank="93" lbank="1" prog="21" /> + <Patch name="Concerto 1" hbank="93" lbank="1" prog="22" /> + <Patch name="Concerto 2" hbank="93" lbank="1" prog="23" /> + <Patch name="SoftpadGrand" hbank="93" lbank="1" prog="24" /> + <Patch name="Synpad Grand" hbank="93" lbank="1" prog="25" /> + <Patch name="Vox Grand 1" hbank="93" lbank="1" prog="26" /> + <Patch name="Vox Grand 2" hbank="93" lbank="1" prog="27" /> + <Patch name="Oohs Piano" hbank="93" lbank="1" prog="28" /> + <Patch name="Air Grand" hbank="93" lbank="1" prog="29" /> + <Patch name="GtrPad Grand" hbank="93" lbank="1" prog="30" /> + <Patch name="PhasePad Pno" hbank="93" lbank="1" prog="31" /> + <Patch name="HeavenPadPno" hbank="93" lbank="1" prog="32" /> + <Patch name="Somber Pad" hbank="93" lbank="1" prog="33" /> + <Patch name="Wet Chorus" hbank="93" lbank="1" prog="34" /> + <Patch name="Nylon Grand" hbank="93" lbank="1" prog="35" /> + <Patch name="FM EP Grand" hbank="93" lbank="1" prog="36" /> + <Patch name="Bell Grand" hbank="93" lbank="1" prog="37" /> + <Patch name="Bellvox Pno" hbank="93" lbank="1" prog="38" /> + <Patch name="StackedGrand" hbank="93" lbank="1" prog="39" /> + <Patch name="Hard Stack 1" hbank="93" lbank="1" prog="40" /> + <Patch name="Hard Stack 2" hbank="93" lbank="1" prog="41" /> + <Patch name="PianoBrass" hbank="93" lbank="1" prog="42" /> + <Patch name="PianoBrs fff" hbank="93" lbank="1" prog="43" /> + <Patch name="Gig Split 1" hbank="93" lbank="1" prog="44" /> + <Patch name="Gig Split 2" hbank="93" lbank="1" prog="45" /> + <Patch name="Gig Split 3" hbank="93" lbank="1" prog="46" /> + <Patch name="Throb Piano" hbank="93" lbank="1" prog="47" /> + <Patch name="Feedback Pno" hbank="93" lbank="1" prog="48" /> + <Patch name="Eastern 5th" hbank="93" lbank="1" prog="49" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Roland_SRX-09.idf b/muse2/share/instruments/Roland_SRX-09.idf new file mode 100755 index 00000000..1099a01f --- /dev/null +++ b/muse2/share/instruments/Roland_SRX-09.idf @@ -0,0 +1,442 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Roland SRX-09 World Collection"> + <PatchGroup name="SRX09 Percussion Kits"> + <Patch name="LatinDrmKit" hbank="92" lbank="19" prog="0" drum="1" /> + <Patch name="AsiaDrm Kit" hbank="92" lbank="19" prog="1" drum="1" /> + <Patch name="IndiaDrmKit" hbank="92" lbank="19" prog="2" drum="1" /> + <Patch name="MidEastDrKit" hbank="92" lbank="19" prog="3" drum="1" /> + <Patch name="World Phrase" hbank="92" lbank="19" prog="4" drum="1" /> + <Patch name="Gtr Phrase" hbank="92" lbank="19" prog="5" drum="1" /> + <Patch name="Latin Menu1" hbank="92" lbank="19" prog="6" drum="1" /> + <Patch name="Latin Menu2" hbank="92" lbank="19" prog="7" drum="1" /> + <Patch name="Latin Menu3" hbank="92" lbank="19" prog="8" drum="1" /> + <Patch name="Asia Menu" hbank="92" lbank="19" prog="9" drum="1" /> + <Patch name="India Menu" hbank="92" lbank="19" prog="10" drum="1" /> + <Patch name="MidEast Menu" hbank="92" lbank="19" prog="11" drum="1" /> + </PatchGroup> + <PatchGroup name="SRX09 World Collection 1"> + <Patch name="World Sounds" hbank="93" lbank="19" prog="0" /> + <Patch name="Go2China /C2" hbank="93" lbank="19" prog="1" /> + <Patch name="Go2India /C2" hbank="93" lbank="19" prog="2" /> + <Patch name="The Great W" hbank="93" lbank="19" prog="3" /> + <Patch name="Yuehchin+" hbank="93" lbank="19" prog="4" /> + <Patch name="Sweet Nylon" hbank="93" lbank="19" prog="5" /> + <Patch name="Tele R and F" hbank="93" lbank="19" prog="6" /> + <Patch name="Tubby Baby" hbank="93" lbank="19" prog="7" /> + <Patch name="HeavenGender" hbank="93" lbank="19" prog="8" /> + <Patch name="Gamelan Ems" hbank="93" lbank="19" prog="9" /> + <Patch name="Childwood" hbank="93" lbank="19" prog="10" /> + <Patch name="La Musette" hbank="93" lbank="19" prog="11" /> + <Patch name="Essence" hbank="93" lbank="19" prog="12" /> + <Patch name="Zampona" hbank="93" lbank="19" prog="13" /> + <Patch name="GipsyTrumpt/" hbank="93" lbank="19" prog="14" /> + <Patch name="We Dream }{" hbank="93" lbank="19" prog="15" /> + <Patch name="Fun WithPerc" hbank="93" lbank="19" prog="16" /> + <Patch name="GuZheng arp" hbank="93" lbank="19" prog="17" /> + <Patch name="Feets" hbank="93" lbank="19" prog="18" /> + <Patch name="World Radio" hbank="93" lbank="19" prog="19" /> + <Patch name="ClanAdvances" hbank="93" lbank="19" prog="20" /> + <Patch name="Eastern Tour" hbank="93" lbank="19" prog="21" /> + <Patch name="Enough!STOP!" hbank="93" lbank="19" prog="22" /> + <Patch name="Banjo Phrs" hbank="93" lbank="19" prog="23" /> + <Patch name="Guitar Phrs1" hbank="93" lbank="19" prog="24" /> + <Patch name="Guitar Phrs2" hbank="93" lbank="19" prog="25" /> + <Patch name="PdlStl Phrs" hbank="93" lbank="19" prog="26" /> + <Patch name="Asia UFO" hbank="93" lbank="19" prog="27" /> + <Patch name="UBeenSoBaa" hbank="93" lbank="19" prog="28" /> + <Patch name="Didgeri /" hbank="93" lbank="19" prog="29" /> + <Patch name="WorldGroove" hbank="93" lbank="19" prog="30" /> + <Patch name="LoopPhrase 1" hbank="93" lbank="19" prog="31" /> + <Patch name="LoopPhrase 2" hbank="93" lbank="19" prog="32" /> + <Patch name="TABLA groove" hbank="93" lbank="19" prog="33" /> + <Patch name="JasonGoEast" hbank="93" lbank="19" prog="34" /> + <Patch name="Flu and AcompSRX" hbank="93" lbank="19" prog="35" /> + <Patch name="Split Floot" hbank="93" lbank="19" prog="36" /> + <Patch name="Hot Salsa" hbank="93" lbank="19" prog="37" /> + <Patch name="TempBassSolo" hbank="93" lbank="19" prog="38" /> + <Patch name="CherryFlower" hbank="93" lbank="19" prog="39" /> + <Patch name="SplitThisSRX" hbank="93" lbank="19" prog="40" /> + <Patch name="Crane Dance" hbank="93" lbank="19" prog="41" /> + <Patch name="LostInMists" hbank="93" lbank="19" prog="42" /> + <Patch name="Qu DiEnsembl" hbank="93" lbank="19" prog="43" /> + <Patch name="NasalBlossom" hbank="93" lbank="19" prog="44" /> + <Patch name="Meditation 1" hbank="93" lbank="19" prog="45" /> + <Patch name="Art Of Feng" hbank="93" lbank="19" prog="46" /> + <Patch name="Orient xPres" hbank="93" lbank="19" prog="47" /> + <Patch name="Padded Sitar" hbank="93" lbank="19" prog="48" /> + <Patch name="No Worries" hbank="93" lbank="19" prog="49" /> + <Patch name="IntarMel SRX" hbank="93" lbank="19" prog="50" /> + <Patch name="Ode 2 An Oud" hbank="93" lbank="19" prog="51" /> + <Patch name="Fugi-man" hbank="93" lbank="19" prog="52" /> + <Patch name="China pluck" hbank="93" lbank="19" prog="53" /> + <Patch name="Yuehchin SRX" hbank="93" lbank="19" prog="54" /> + <Patch name="Kayakeum" hbank="93" lbank="19" prog="55" /> + <Patch name="Asian Pizz" hbank="93" lbank="19" prog="56" /> + <Patch name="PiPa SRX" hbank="93" lbank="19" prog="57" /> + <Patch name="Koto SRX" hbank="93" lbank="19" prog="58" /> + <Patch name="Shamisen SRX" hbank="93" lbank="19" prog="59" /> + <Patch name="Sanshin SRX" hbank="93" lbank="19" prog="60" /> + <Patch name="Yang Qin trm" hbank="93" lbank="19" prog="61" /> + <Patch name="Yang Qin /Mod" hbank="93" lbank="19" prog="62" /> + <Patch name="SultanPalace" hbank="93" lbank="19" prog="63" /> + <Patch name="Marco Polo" hbank="93" lbank="19" prog="64" /> + <Patch name="Bandolim SRX" hbank="93" lbank="19" prog="65" /> + <Patch name="K.Bandolim" hbank="93" lbank="19" prog="66" /> + <Patch name="Afro Harp" hbank="93" lbank="19" prog="67" /> + <Patch name="Ethnhit!" hbank="93" lbank="19" prog="68" /> + <Patch name="OctaHarp+" hbank="93" lbank="19" prog="69" /> + <Patch name="St.GuShngSRX" hbank="93" lbank="19" prog="70" /> + <Patch name="Sheng Sither" hbank="93" lbank="19" prog="71" /> + <Patch name="Distance" hbank="93" lbank="19" prog="72" /> + <Patch name="Mandolin/Mod" hbank="93" lbank="19" prog="73" /> + <Patch name="Mandolin" hbank="93" lbank="19" prog="74" /> + <Patch name="Mando Club" hbank="93" lbank="19" prog="75" /> + <Patch name="MdlnTrmStSRX" hbank="93" lbank="19" prog="76" /> + <Patch name="Drone Sitar" hbank="93" lbank="19" prog="77" /> + <Patch name="Conch and Sitar" hbank="93" lbank="19" prog="78" /> + <Patch name="Punjab Rocks" hbank="93" lbank="19" prog="79" /> + <Patch name="Pas2IndiaSRX" hbank="93" lbank="19" prog="80" /> + <Patch name="Rain Drone" hbank="93" lbank="19" prog="81" /> + <Patch name="SitarGlisSRX" hbank="93" lbank="19" prog="82" /> + <Patch name="Tambura SRX" hbank="93" lbank="19" prog="83" /> + <Patch name="TambDroneSRX" hbank="93" lbank="19" prog="84" /> + <Patch name="St.SanturSRX" hbank="93" lbank="19" prog="85" /> + <Patch name="SanturTrmSRX" hbank="93" lbank="19" prog="86" /> + <Patch name="Santur /Mod" hbank="93" lbank="19" prog="87" /> + <Patch name="Canton" hbank="93" lbank="19" prog="88" /> + <Patch name="HamrDulcimer" hbank="93" lbank="19" prog="89" /> + <Patch name="3D Dulcimer" hbank="93" lbank="19" prog="90" /> + <Patch name="Zither" hbank="93" lbank="19" prog="91" /> + <Patch name="Magic Pluck" hbank="93" lbank="19" prog="92" /> + <Patch name="Biwa SRX" hbank="93" lbank="19" prog="93" /> + <Patch name="Biwa Menu" hbank="93" lbank="19" prog="94" /> + <Patch name="BerimbauMenu" hbank="93" lbank="19" prog="95" /> + <Patch name="Berimbau" hbank="93" lbank="19" prog="96" /> + <Patch name="JawHarp Menu" hbank="93" lbank="19" prog="97" /> + <Patch name="Steel Rhythm" hbank="93" lbank="19" prog="98" /> + <Patch name="SoloSteelGtr" hbank="93" lbank="19" prog="99" /> + <Patch name="N-Ville Soft" hbank="93" lbank="19" prog="100" /> + <Patch name="Spruce Top" hbank="93" lbank="19" prog="101" /> + <Patch name="Procssd AGtr" hbank="93" lbank="19" prog="102" /> + <Patch name="High Strung" hbank="93" lbank="19" prog="103" /> + <Patch name="Compresd D18" hbank="93" lbank="19" prog="104" /> + <Patch name="12 String" hbank="93" lbank="19" prog="105" /> + <Patch name="Mixed 12Str1" hbank="93" lbank="19" prog="106" /> + <Patch name="Mixed 12Str2" hbank="93" lbank="19" prog="107" /> + <Patch name="Ac Gtr 12stg" hbank="93" lbank="19" prog="108" /> + <Patch name="No Borders" hbank="93" lbank="19" prog="109" /> + <Patch name="Loose 12Str" hbank="93" lbank="19" prog="110" /> + <Patch name="Living R.Gtr" hbank="93" lbank="19" prog="111" /> + <Patch name="Dobro Modro" hbank="93" lbank="19" prog="112" /> + <Patch name="ResonatorGtr" hbank="93" lbank="19" prog="113" /> + <Patch name="Ac.Gtrs SRX" hbank="93" lbank="19" prog="114" /> + <Patch name="2 Players" hbank="93" lbank="19" prog="115" /> + <Patch name="Solo RequGtr" hbank="93" lbank="19" prog="116" /> + <Patch name="Loose Nylon" hbank="93" lbank="19" prog="117" /> + <Patch name="AcousticBros" hbank="93" lbank="19" prog="118" /> + <Patch name="So Sad Nylon" hbank="93" lbank="19" prog="119" /> + <Patch name="Chinese Duo" hbank="93" lbank="19" prog="120" /> + <Patch name="ChugRunTrSRX" hbank="93" lbank="19" prog="121" /> + <Patch name="Chung Ruan" hbank="93" lbank="19" prog="122" /> + <Patch name="ChungRuanSRX" hbank="93" lbank="19" prog="123" /> + <Patch name="Bottom Ruan" hbank="93" lbank="19" prog="124" /> + <Patch name="RuangGtr SRX" hbank="93" lbank="19" prog="125" /> + <Patch name="Oud SRX" hbank="93" lbank="19" prog="126" /> + <Patch name="BlugrsSldSRX" hbank="93" lbank="19" prog="127" /> + </PatchGroup> + <PatchGroup name="SRX09 World Collection 2"> + <Patch name="Guitaro SRX" hbank="93" lbank="20" prog="0" /> + <Patch name="Natural Tele" hbank="93" lbank="20" prog="1" /> + <Patch name="Psyche Tele" hbank="93" lbank="20" prog="2" /> + <Patch name="Coral" hbank="93" lbank="20" prog="3" /> + <Patch name="Chorus Twang" hbank="93" lbank="20" prog="4" /> + <Patch name="Pick Licker" hbank="93" lbank="20" prog="5" /> + <Patch name="CleanStrtSRX" hbank="93" lbank="20" prog="6" /> + <Patch name="Velo 335 SRX" hbank="93" lbank="20" prog="7" /> + <Patch name="Right Funky" hbank="93" lbank="20" prog="8" /> + <Patch name="Comp Muted" hbank="93" lbank="20" prog="9" /> + <Patch name="E.GtrMt SRX" hbank="93" lbank="20" prog="10" /> + <Patch name="335VelMt SRX" hbank="93" lbank="20" prog="11" /> + <Patch name="Wide Guitar" hbank="93" lbank="20" prog="12" /> + <Patch name="Dob-Compress" hbank="93" lbank="20" prog="13" /> + <Patch name="Nice Twelvey" hbank="93" lbank="20" prog="14" /> + <Patch name="RotaryCrunch" hbank="93" lbank="20" prog="15" /> + <Patch name="FastRotrySRX" hbank="93" lbank="20" prog="16" /> + <Patch name="EGDynaPikSRX" hbank="93" lbank="20" prog="17" /> + <Patch name="BackingEGSRX" hbank="93" lbank="20" prog="18" /> + <Patch name="Room Slide" hbank="93" lbank="20" prog="19" /> + <Patch name="Pedal Steel" hbank="93" lbank="20" prog="20" /> + <Patch name="Phased P.Stl" hbank="93" lbank="20" prog="21" /> + <Patch name="PureSteelSRX" hbank="93" lbank="20" prog="22" /> + <Patch name="MutedAmbient" hbank="93" lbank="20" prog="23" /> + <Patch name="GtrFX Menu" hbank="93" lbank="20" prog="24" /> + <Patch name="LP Gtr SRX" hbank="93" lbank="20" prog="25" /> + <Patch name="Tele-Funfken" hbank="93" lbank="20" prog="26" /> + <Patch name="335 and Cabinet" hbank="93" lbank="20" prog="27" /> + <Patch name="Tele Licker" hbank="93" lbank="20" prog="28" /> + <Patch name="Short and Long" hbank="93" lbank="20" prog="29" /> + <Patch name="NewBeginning" hbank="93" lbank="20" prog="30" /> + <Patch name="Bouzouki" hbank="93" lbank="20" prog="31" /> + <Patch name="Bousoukhit!" hbank="93" lbank="20" prog="32" /> + <Patch name="3ChdStrumSRX" hbank="93" lbank="20" prog="33" /> + <Patch name="Strum Poetic" hbank="93" lbank="20" prog="34" /> + <Patch name="Strum Away" hbank="93" lbank="20" prog="35" /> + <Patch name="Banjo-Mando" hbank="93" lbank="20" prog="36" /> + <Patch name="5StringBanjo" hbank="93" lbank="20" prog="37" /> + <Patch name="Banjo SRX 1" hbank="93" lbank="20" prog="38" /> + <Patch name="Banjo SRX 2" hbank="93" lbank="20" prog="39" /> + <Patch name="Banjo SRX 3" hbank="93" lbank="20" prog="40" /> + <Patch name="Fiddle" hbank="93" lbank="20" prog="41" /> + <Patch name="Fiddle 2002" hbank="93" lbank="20" prog="42" /> + <Patch name="FiddleSwitch" hbank="93" lbank="20" prog="43" /> + <Patch name="Fiddle Sect." hbank="93" lbank="20" prog="44" /> + <Patch name="FiddleStacto" hbank="93" lbank="20" prog="45" /> + <Patch name="AsianOrcPizz" hbank="93" lbank="20" prog="46" /> + <Patch name="AJapaneseInn" hbank="93" lbank="20" prog="47" /> + <Patch name="Deep Blue" hbank="93" lbank="20" prog="48" /> + <Patch name="Ethnic Ens" hbank="93" lbank="20" prog="49" /> + <Patch name="ChinesOrcSRX" hbank="93" lbank="20" prog="50" /> + <Patch name="ErHu / SRX" hbank="93" lbank="20" prog="51" /> + <Patch name="ErHuSolo SRX" hbank="93" lbank="20" prog="52" /> + <Patch name="ErHu Ld SRX" hbank="93" lbank="20" prog="53" /> + <Patch name="FiddleFXmenu" hbank="93" lbank="20" prog="54" /> + <Patch name="ViolnSoloSRX" hbank="93" lbank="20" prog="55" /> + <Patch name="Comp BabyBss" hbank="93" lbank="20" prog="56" /> + <Patch name="Baby Bass" hbank="93" lbank="20" prog="57" /> + <Patch name="Comp Fingerd" hbank="93" lbank="20" prog="58" /> + <Patch name="Jazz Fing.BS" hbank="93" lbank="20" prog="59" /> + <Patch name="Live Bass" hbank="93" lbank="20" prog="60" /> + <Patch name="Flango Bass" hbank="93" lbank="20" prog="61" /> + <Patch name="Bass Oddesy" hbank="93" lbank="20" prog="62" /> + <Patch name="6Str Bs SRX1" hbank="93" lbank="20" prog="63" /> + <Patch name="Muted Bass" hbank="93" lbank="20" prog="64" /> + <Patch name="6Str/Mt SRX" hbank="93" lbank="20" prog="65" /> + <Patch name="PickBsHd SRX" hbank="93" lbank="20" prog="66" /> + <Patch name="PickedBs SRX" hbank="93" lbank="20" prog="67" /> + <Patch name="Tub Bass" hbank="93" lbank="20" prog="68" /> + <Patch name="GuitarnBsSRX" hbank="93" lbank="20" prog="69" /> + <Patch name="GtrnOct SRX" hbank="93" lbank="20" prog="70" /> + <Patch name="PacificDream" hbank="93" lbank="20" prog="71" /> + <Patch name="Meditation 2" hbank="93" lbank="20" prog="72" /> + <Patch name="HybridKemong" hbank="93" lbank="20" prog="73" /> + <Patch name="Purify" hbank="93" lbank="20" prog="74" /> + <Patch name="Asia Bells" hbank="93" lbank="20" prog="75" /> + <Patch name="Rama Cym SRX" hbank="93" lbank="20" prog="76" /> + <Patch name="Bell Orchest" hbank="93" lbank="20" prog="77" /> + <Patch name="Sacred Bells" hbank="93" lbank="20" prog="78" /> + <Patch name="Spokes" hbank="93" lbank="20" prog="79" /> + <Patch name="Winter Bells" hbank="93" lbank="20" prog="80" /> + <Patch name="Wind Bells" hbank="93" lbank="20" prog="81" /> + <Patch name="BelAngk SRX" hbank="93" lbank="20" prog="82" /> + <Patch name="Tcheekolyna" hbank="93" lbank="20" prog="83" /> + <Patch name="Wood EPiano" hbank="93" lbank="20" prog="84" /> + <Patch name="Kalimba" hbank="93" lbank="20" prog="85" /> + <Patch name="Kalimbatch" hbank="93" lbank="20" prog="86" /> + <Patch name="VelAfro SRX1" hbank="93" lbank="20" prog="87" /> + <Patch name="BSKalimbaSRX" hbank="93" lbank="20" prog="88" /> + <Patch name="LogDetunrSRX" hbank="93" lbank="20" prog="89" /> + <Patch name="Baateri SRX" hbank="93" lbank="20" prog="90" /> + <Patch name="Balafon SRX" hbank="93" lbank="20" prog="91" /> + <Patch name="Asian Wood" hbank="93" lbank="20" prog="92" /> + <Patch name="Mellow tone" hbank="93" lbank="20" prog="93" /> + <Patch name="Glas Mlt SRX" hbank="93" lbank="20" prog="94" /> + <Patch name="SteelDr SRX1" hbank="93" lbank="20" prog="95" /> + <Patch name="SteelDr SRX2" hbank="93" lbank="20" prog="96" /> + <Patch name="Gendrous SRX" hbank="93" lbank="20" prog="97" /> + <Patch name="BonangGamSRX" hbank="93" lbank="20" prog="98" /> + <Patch name="VelAfro SRX2" hbank="93" lbank="20" prog="99" /> + <Patch name="TemleMetlSRX" hbank="93" lbank="20" prog="100" /> + <Patch name="Kemong / SRX" hbank="93" lbank="20" prog="101" /> + <Patch name="Kane / SRX" hbank="93" lbank="20" prog="102" /> + <Patch name="JeGong / SRX" hbank="93" lbank="20" prog="103" /> + <Patch name="Jegogn / SRX" hbank="93" lbank="20" prog="104" /> + <Patch name="Jublag / SRX" hbank="93" lbank="20" prog="105" /> + <Patch name="Reyong / SRX" hbank="93" lbank="20" prog="106" /> + <Patch name="Pemade / SRX" hbank="93" lbank="20" prog="107" /> + <Patch name="Cajun" hbank="93" lbank="20" prog="108" /> + <Patch name="D.Accordion" hbank="93" lbank="20" prog="109" /> + <Patch name="SquezeBoxSRX" hbank="93" lbank="20" prog="110" /> + <Patch name="Squeeze Box" hbank="93" lbank="20" prog="111" /> + <Patch name="St.AcdOp SRX" hbank="93" lbank="20" prog="112" /> + <Patch name="AcdionOp SRX" hbank="93" lbank="20" prog="113" /> + <Patch name="Acd ffOp SRX" hbank="93" lbank="20" prog="114" /> + <Patch name="STt.AcdCl SRX" hbank="93" lbank="20" prog="115" /> + <Patch name="Bluesy" hbank="93" lbank="20" prog="116" /> + <Patch name="HarmonicaSRX" hbank="93" lbank="20" prog="117" /> + <Patch name="CuntryHrpSRX" hbank="93" lbank="20" prog="118" /> + <Patch name="Sessn HrpSRX" hbank="93" lbank="20" prog="119" /> + <Patch name="Esraj and Mizmar" hbank="93" lbank="20" prog="120" /> + <Patch name="Before Time" hbank="93" lbank="20" prog="121" /> + <Patch name="Gagaku Ems" hbank="93" lbank="20" prog="122" /> + <Patch name="Mizmar solo" hbank="93" lbank="20" prog="123" /> + <Patch name="PiriSolo SRX" hbank="93" lbank="20" prog="124" /> + <Patch name="Shahnai SRX" hbank="93" lbank="20" prog="125" /> + <Patch name="HichirikSRX" hbank="93" lbank="20" prog="126" /> + <Patch name="Bagpipes SRX" hbank="93" lbank="20" prog="127" /> + </PatchGroup> + <PatchGroup name="SRX09 World Collection 3"> + <Patch name="Sheng / SRX" hbank="93" lbank="21" prog="0" /> + <Patch name="Suona / SRX" hbank="93" lbank="21" prog="1" /> + <Patch name="VillageDance" hbank="93" lbank="21" prog="2" /> + <Patch name="Indian Ens" hbank="93" lbank="21" prog="3" /> + <Patch name="Nature Loves" hbank="93" lbank="21" prog="4" /> + <Patch name="PanPipes SRX" hbank="93" lbank="21" prog="5" /> + <Patch name="Sad Pipe" hbank="93" lbank="21" prog="6" /> + <Patch name="Shell blow" hbank="93" lbank="21" prog="7" /> + <Patch name="Desert Flute" hbank="93" lbank="21" prog="8" /> + <Patch name="Zampona" hbank="93" lbank="21" prog="9" /> + <Patch name="Isolation" hbank="93" lbank="21" prog="10" /> + <Patch name="Ocarina" hbank="93" lbank="21" prog="11" /> + <Patch name="New IndFlute" hbank="93" lbank="21" prog="12" /> + <Patch name="Qu Di Vib" hbank="93" lbank="21" prog="13" /> + <Patch name="Bang Di Vib" hbank="93" lbank="21" prog="14" /> + <Patch name="New Kawala" hbank="93" lbank="21" prog="15" /> + <Patch name="BreathyIndia" hbank="93" lbank="21" prog="16" /> + <Patch name="New Shaku" hbank="93" lbank="21" prog="17" /> + <Patch name="Shakuhachi" hbank="93" lbank="21" prog="18" /> + <Patch name="DreamInColor" hbank="93" lbank="21" prog="19" /> + <Patch name="TwinHillyLd" hbank="93" lbank="21" prog="20" /> + <Patch name="Snake Eyes" hbank="93" lbank="21" prog="21" /> + <Patch name="Latin Trumpt" hbank="93" lbank="21" prog="22" /> + <Patch name="MariachiTpts" hbank="93" lbank="21" prog="23" /> + <Patch name="Trumpets" hbank="93" lbank="21" prog="24" /> + <Patch name="GrowlWah/Mod" hbank="93" lbank="21" prog="25" /> + <Patch name="Muted-Grw /" hbank="93" lbank="21" prog="26" /> + <Patch name="SoloTuba SRX" hbank="93" lbank="21" prog="27" /> + <Patch name="LatinTubaSRX" hbank="93" lbank="21" prog="28" /> + <Patch name="World Orch" hbank="93" lbank="21" prog="29" /> + <Patch name="Stab and Hold" hbank="93" lbank="21" prog="30" /> + <Patch name="Indian Radio" hbank="93" lbank="21" prog="31" /> + <Patch name="Wide Brass" hbank="93" lbank="21" prog="32" /> + <Patch name="Trombones" hbank="93" lbank="21" prog="33" /> + <Patch name="Brass Snapz" hbank="93" lbank="21" prog="34" /> + <Patch name="Brass sfzzZZ" hbank="93" lbank="21" prog="35" /> + <Patch name="2Tp+Tbn SRX" hbank="93" lbank="21" prog="36" /> + <Patch name="MemphisHORNS" hbank="93" lbank="21" prog="37" /> + <Patch name="SectStactSRX" hbank="93" lbank="21" prog="38" /> + <Patch name="LatinBrasses" hbank="93" lbank="21" prog="39" /> + <Patch name="Hit and Fall" hbank="93" lbank="21" prog="40" /> + <Patch name="BrsChd13 SRX" hbank="93" lbank="21" prog="41" /> + <Patch name="BrsChdMi9SRX" hbank="93" lbank="21" prog="42" /> + <Patch name="BrsChdMj9SRX" hbank="93" lbank="21" prog="43" /> + <Patch name="Blow Pad" hbank="93" lbank="21" prog="44" /> + <Patch name="Ceremony" hbank="93" lbank="21" prog="45" /> + <Patch name="Glasses" hbank="93" lbank="21" prog="46" /> + <Patch name="Ambiccordian" hbank="93" lbank="21" prog="47" /> + <Patch name="DroneFlanger" hbank="93" lbank="21" prog="48" /> + <Patch name="Rock Gods" hbank="93" lbank="21" prog="49" /> + <Patch name="ScotlandLass" hbank="93" lbank="21" prog="50" /> + <Patch name="Dry Fishes" hbank="93" lbank="21" prog="51" /> + <Patch name="SteroidBrass" hbank="93" lbank="21" prog="52" /> + <Patch name="Soul revived" hbank="93" lbank="21" prog="53" /> + <Patch name="Rain Pad" hbank="93" lbank="21" prog="54" /> + <Patch name="Rising Sun" hbank="93" lbank="21" prog="55" /> + <Patch name="Ethnopad" hbank="93" lbank="21" prog="56" /> + <Patch name="Ethno Strngs" hbank="93" lbank="21" prog="57" /> + <Patch name="and 40 Thieves" hbank="93" lbank="21" prog="58" /> + <Patch name="TromboSynthy" hbank="93" lbank="21" prog="59" /> + <Patch name="GrandExaltd1" hbank="93" lbank="21" prog="60" /> + <Patch name="Sun Dog" hbank="93" lbank="21" prog="61" /> + <Patch name="TechnoSpirit" hbank="93" lbank="21" prog="62" /> + <Patch name="Play Softly" hbank="93" lbank="21" prog="63" /> + <Patch name="WorkerBeetle" hbank="93" lbank="21" prog="64" /> + <Patch name="Glass Cut" hbank="93" lbank="21" prog="65" /> + <Patch name="GuruTronics" hbank="93" lbank="21" prog="66" /> + <Patch name="DubJazz Trip" hbank="93" lbank="21" prog="67" /> + <Patch name="Meditation 2" hbank="93" lbank="21" prog="68" /> + <Patch name="Political" hbank="93" lbank="21" prog="69" /> + <Patch name="G-day Mate" hbank="93" lbank="21" prog="70" /> + <Patch name="Mission" hbank="93" lbank="21" prog="71" /> + <Patch name="Jegorgan" hbank="93" lbank="21" prog="72" /> + <Patch name="Dyno Conga 1" hbank="93" lbank="21" prog="73" /> + <Patch name="Dyno Conga 2" hbank="93" lbank="21" prog="74" /> + <Patch name="Congas+Bongo" hbank="93" lbank="21" prog="75" /> + <Patch name="DynTimbale 1" hbank="93" lbank="21" prog="76" /> + <Patch name="DynTimbale 2" hbank="93" lbank="21" prog="77" /> + <Patch name="TimbaleCuica" hbank="93" lbank="21" prog="78" /> + <Patch name="Dyno Surdo" hbank="93" lbank="21" prog="79" /> + <Patch name="Rhythm Sect" hbank="93" lbank="21" prog="80" /> + <Patch name="Rainstick" hbank="93" lbank="21" prog="81" /> + <Patch name="Clap and Snap" hbank="93" lbank="21" prog="82" /> + <Patch name="CowbellRandm" hbank="93" lbank="21" prog="83" /> + <Patch name="Karachi-Man" hbank="93" lbank="21" prog="84" /> + <Patch name="That Was Zen" hbank="93" lbank="21" prog="85" /> + <Patch name="StreetParade" hbank="93" lbank="21" prog="86" /> + <Patch name="BUK" hbank="93" lbank="21" prog="87" /> + <Patch name="Gongs" hbank="93" lbank="21" prog="88" /> + <Patch name="Chenchen /" hbank="93" lbank="21" prog="89" /> + <Patch name="WisdomWithin" hbank="93" lbank="21" prog="90" /> + <Patch name="Tabla+" hbank="93" lbank="21" prog="91" /> + <Patch name="DrumsScene" hbank="93" lbank="21" prog="92" /> + <Patch name="Doholla Fun" hbank="93" lbank="21" prog="93" /> + <Patch name="AfricanRhtms" hbank="93" lbank="21" prog="94" /> + <Patch name="Big Logs SRX" hbank="93" lbank="21" prog="95" /> + <Patch name="WarDrums SRX" hbank="93" lbank="21" prog="96" /> + <Patch name="Samba Menu" hbank="93" lbank="21" prog="97" /> + <Patch name="Shaker Menu" hbank="93" lbank="21" prog="98" /> + <Patch name="Caixa Menu" hbank="93" lbank="21" prog="99" /> + <Patch name="Cowbell Menu" hbank="93" lbank="21" prog="100" /> + <Patch name="JapanPrcMenu" hbank="93" lbank="21" prog="101" /> + <Patch name="Kabuki Menu" hbank="93" lbank="21" prog="102" /> + <Patch name="KwangawariSRX" hbank="93" lbank="21" prog="103" /> + <Patch name="Tuzumi / SRX" hbank="93" lbank="21" prog="104" /> + <Patch name="KoreaPrcMenu" hbank="93" lbank="21" prog="105" /> + <Patch name="ChinaPrcMenu" hbank="93" lbank="21" prog="106" /> + <Patch name="China Menu" hbank="93" lbank="21" prog="107" /> + <Patch name="ChinaGongSRX" hbank="93" lbank="21" prog="108" /> + <Patch name="Sanba / SRX" hbank="93" lbank="21" prog="109" /> + <Patch name="St.ShouBoSRX" hbank="93" lbank="21" prog="110" /> + <Patch name="AsiaCym Menu" hbank="93" lbank="21" prog="111" /> + <Patch name="Gong Menu" hbank="93" lbank="21" prog="112" /> + <Patch name="Gamelan Menu" hbank="93" lbank="21" prog="113" /> + <Patch name="GamlnPrcMenu" hbank="93" lbank="21" prog="114" /> + <Patch name="BigBazar SRX" hbank="93" lbank="21" prog="115" /> + <Patch name="Udu Pot Menu" hbank="93" lbank="21" prog="116" /> + <Patch name="TablaBy Menu" hbank="93" lbank="21" prog="117" /> + <Patch name="Rek Menu" hbank="93" lbank="21" prog="118" /> + <Patch name="Dholak Menu1" hbank="93" lbank="21" prog="119" /> + <Patch name="Dholak Menu2" hbank="93" lbank="21" prog="120" /> + <Patch name="Dhol Menu" hbank="93" lbank="21" prog="121" /> + <Patch name="Egypt Tablah" hbank="93" lbank="21" prog="122" /> + <Patch name="Madal Menu" hbank="93" lbank="21" prog="123" /> + <Patch name="AfropercMenu" hbank="93" lbank="21" prog="124" /> + <Patch name="CommSatelite" hbank="93" lbank="21" prog="125" /> + <Patch name="Amazone" hbank="93" lbank="21" prog="126" /> + <Patch name="Tasman Sea" hbank="93" lbank="21" prog="127" /> + </PatchGroup> + <PatchGroup name="SRX09 World Collection 4"> + <Patch name="Ethnic FX 1" hbank="93" lbank="22" prog="0" /> + <Patch name="Ethnic FX 2" hbank="93" lbank="22" prog="1" /> + <Patch name="SpacetualBoy" hbank="93" lbank="22" prog="2" /> + <Patch name="Crystal" hbank="93" lbank="22" prog="3" /> + <Patch name="SpaceLuvSick" hbank="93" lbank="22" prog="4" /> + <Patch name="HitAscension" hbank="93" lbank="22" prog="5" /> + <Patch name="Nervous Man" hbank="93" lbank="22" prog="6" /> + <Patch name="Silk Stream" hbank="93" lbank="22" prog="7" /> + <Patch name="DerangedMind" hbank="93" lbank="22" prog="8" /> + <Patch name="PolyDrone" hbank="93" lbank="22" prog="9" /> + <Patch name="TequillaWorm" hbank="93" lbank="22" prog="10" /> + <Patch name="GlistenToYou" hbank="93" lbank="22" prog="11" /> + <Patch name="Dream Harp" hbank="93" lbank="22" prog="12" /> + <Patch name="Waterfall" hbank="93" lbank="22" prog="13" /> + <Patch name="Gender 3D" hbank="93" lbank="22" prog="14" /> + <Patch name="Doom Drum" hbank="93" lbank="22" prog="15" /> + <Patch name="Stalker" hbank="93" lbank="22" prog="16" /> + <Patch name="PlasticBones" hbank="93" lbank="22" prog="17" /> + <Patch name="PakistanVibe" hbank="93" lbank="22" prog="18" /> + <Patch name="ThusSpokeZtr" hbank="93" lbank="22" prog="19" /> + <Patch name="Kalissando" hbank="93" lbank="22" prog="20" /> + <Patch name="Rain Forest" hbank="93" lbank="22" prog="21" /> + <Patch name="AfropunchSRX" hbank="93" lbank="22" prog="22" /> + <Patch name="Dance Tape" hbank="93" lbank="22" prog="23" /> + <Patch name="Zaghruta SRX" hbank="93" lbank="22" prog="24" /> + <Patch name="1,2,3,4! SRX" hbank="93" lbank="22" prog="25" /> + <Patch name="Voices SRX" hbank="93" lbank="22" prog="26" /> + <Patch name="Voice Menu 1" hbank="93" lbank="22" prog="27" /> + <Patch name="Voice Menu 2" hbank="93" lbank="22" prog="28" /> + <Patch name="Voice Menu3" hbank="93" lbank="22" prog="29" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Waldorf-Q.idf b/muse2/share/instruments/Waldorf-Q.idf new file mode 100644 index 00000000..e43c0eab --- /dev/null +++ b/muse2/share/instruments/Waldorf-Q.idf @@ -0,0 +1,574 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Waldorf Q"> + <PatchGroup name="Internal Bank A"> + <Patch name="A 01" hbank="0" lbank="0" prog="0" /> + <Patch name="A 02" hbank="0" lbank="0" prog="1" /> + <Patch name="A 03" hbank="0" lbank="0" prog="2" /> + <Patch name="A 04" hbank="0" lbank="0" prog="3" /> + <Patch name="A 05" hbank="0" lbank="0" prog="4" /> + <Patch name="A 06" hbank="0" lbank="0" prog="5" /> + <Patch name="A 07" hbank="0" lbank="0" prog="6" /> + <Patch name="A 08" hbank="0" lbank="0" prog="7" /> + <Patch name="A 09" hbank="0" lbank="0" prog="8" /> + <Patch name="A 10" hbank="0" lbank="0" prog="9" /> + <Patch name="A 11" hbank="0" lbank="0" prog="10" /> + <Patch name="A 12" hbank="0" lbank="0" prog="11" /> + <Patch name="A 13" hbank="0" lbank="0" prog="12" /> + <Patch name="A 14" hbank="0" lbank="0" prog="13" /> + <Patch name="A 15" hbank="0" lbank="0" prog="14" /> + <Patch name="A 16" hbank="0" lbank="0" prog="15" /> + <Patch name="A 17" hbank="0" lbank="0" prog="16" /> + <Patch name="A 18" hbank="0" lbank="0" prog="17" /> + <Patch name="A 19" hbank="0" lbank="0" prog="18" /> + <Patch name="A 20" hbank="0" lbank="0" prog="19" /> + <Patch name="A 21" hbank="0" lbank="0" prog="20" /> + <Patch name="A 22" hbank="0" lbank="0" prog="21" /> + <Patch name="A 23" hbank="0" lbank="0" prog="22" /> + <Patch name="A 24" hbank="0" lbank="0" prog="23" /> + <Patch name="A 25" hbank="0" lbank="0" prog="24" /> + <Patch name="A 26" hbank="0" lbank="0" prog="25" /> + <Patch name="A 27" hbank="0" lbank="0" prog="26" /> + <Patch name="A 28" hbank="0" lbank="0" prog="27" /> + <Patch name="A 29" hbank="0" lbank="0" prog="28" /> + <Patch name="A 30" hbank="0" lbank="0" prog="29" /> + <Patch name="A 31" hbank="0" lbank="0" prog="30" /> + <Patch name="A 32" hbank="0" lbank="0" prog="31" /> + <Patch name="A 33" hbank="0" lbank="0" prog="32" /> + <Patch name="A 34" hbank="0" lbank="0" prog="33" /> + <Patch name="A 35" hbank="0" lbank="0" prog="34" /> + <Patch name="A 36" hbank="0" lbank="0" prog="35" /> + <Patch name="A 37" hbank="0" lbank="0" prog="36" /> + <Patch name="A 38" hbank="0" lbank="0" prog="37" /> + <Patch name="A 39" hbank="0" lbank="0" prog="38" /> + <Patch name="A 40" hbank="0" lbank="0" prog="39" /> + <Patch name="A 41" hbank="0" lbank="0" prog="40" /> + <Patch name="A 42" hbank="0" lbank="0" prog="41" /> + <Patch name="A 43" hbank="0" lbank="0" prog="42" /> + <Patch name="A 44" hbank="0" lbank="0" prog="43" /> + <Patch name="A 45" hbank="0" lbank="0" prog="44" /> + <Patch name="A 46" hbank="0" lbank="0" prog="45" /> + <Patch name="A 47" hbank="0" lbank="0" prog="46" /> + <Patch name="A 48" hbank="0" lbank="0" prog="47" /> + <Patch name="A 49" hbank="0" lbank="0" prog="48" /> + <Patch name="A 50" hbank="0" lbank="0" prog="49" /> + <Patch name="A 51" hbank="0" lbank="0" prog="50" /> + <Patch name="A 52" hbank="0" lbank="0" prog="51" /> + <Patch name="A 53" hbank="0" lbank="0" prog="52" /> + <Patch name="A 54" hbank="0" lbank="0" prog="53" /> + <Patch name="A 55" hbank="0" lbank="0" prog="54" /> + <Patch name="A 56" hbank="0" lbank="0" prog="55" /> + <Patch name="A 57" hbank="0" lbank="0" prog="56" /> + <Patch name="A 58" hbank="0" lbank="0" prog="57" /> + <Patch name="A 59" hbank="0" lbank="0" prog="58" /> + <Patch name="A 60" hbank="0" lbank="0" prog="59" /> + <Patch name="A 61" hbank="0" lbank="0" prog="60" /> + <Patch name="A 62" hbank="0" lbank="0" prog="61" /> + <Patch name="A 63" hbank="0" lbank="0" prog="62" /> + <Patch name="A 64" hbank="0" lbank="0" prog="63" /> + <Patch name="A 65" hbank="0" lbank="0" prog="64" /> + <Patch name="A 66" hbank="0" lbank="0" prog="65" /> + <Patch name="A 67" hbank="0" lbank="0" prog="66" /> + <Patch name="A 68" hbank="0" lbank="0" prog="67" /> + <Patch name="A 69" hbank="0" lbank="0" prog="68" /> + <Patch name="A 70" hbank="0" lbank="0" prog="69" /> + <Patch name="A 71" hbank="0" lbank="0" prog="70" /> + <Patch name="A 72" hbank="0" lbank="0" prog="71" /> + <Patch name="A 73" hbank="0" lbank="0" prog="72" /> + <Patch name="A 74" hbank="0" lbank="0" prog="73" /> + <Patch name="A 75" hbank="0" lbank="0" prog="74" /> + <Patch name="A 76" hbank="0" lbank="0" prog="75" /> + <Patch name="A 77" hbank="0" lbank="0" prog="76" /> + <Patch name="A 78" hbank="0" lbank="0" prog="77" /> + <Patch name="A 79" hbank="0" lbank="0" prog="78" /> + <Patch name="A 80" hbank="0" lbank="0" prog="79" /> + <Patch name="A 81" hbank="0" lbank="0" prog="80" /> + <Patch name="A 82" hbank="0" lbank="0" prog="81" /> + <Patch name="A 83" hbank="0" lbank="0" prog="82" /> + <Patch name="A 84" hbank="0" lbank="0" prog="83" /> + <Patch name="A 85" hbank="0" lbank="0" prog="84" /> + <Patch name="A 86" hbank="0" lbank="0" prog="85" /> + <Patch name="A 87" hbank="0" lbank="0" prog="86" /> + <Patch name="A 88" hbank="0" lbank="0" prog="87" /> + <Patch name="A 89" hbank="0" lbank="0" prog="88" /> + <Patch name="A 90" hbank="0" lbank="0" prog="89" /> + <Patch name="A 91" hbank="0" lbank="0" prog="90" /> + <Patch name="A 92" hbank="0" lbank="0" prog="91" /> + <Patch name="A 93" hbank="0" lbank="0" prog="92" /> + <Patch name="A 94" hbank="0" lbank="0" prog="93" /> + <Patch name="A 95" hbank="0" lbank="0" prog="94" /> + <Patch name="A 96" hbank="0" lbank="0" prog="95" /> + <Patch name="A 97" hbank="0" lbank="0" prog="96" /> + <Patch name="A 98" hbank="0" lbank="0" prog="97" /> + <Patch name="A 99" hbank="0" lbank="0" prog="98" /> + <Patch name="A 100" hbank="0" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank B"> + <Patch name="B 01" hbank="0" lbank="1" prog="0" /> + <Patch name="B 02" hbank="0" lbank="1" prog="1" /> + <Patch name="B 03" hbank="0" lbank="1" prog="2" /> + <Patch name="B 04" hbank="0" lbank="1" prog="3" /> + <Patch name="B 05" hbank="0" lbank="1" prog="4" /> + <Patch name="B 06" hbank="0" lbank="1" prog="5" /> + <Patch name="B 07" hbank="0" lbank="1" prog="6" /> + <Patch name="B 08" hbank="0" lbank="1" prog="7" /> + <Patch name="B 09" hbank="0" lbank="1" prog="8" /> + <Patch name="B 10" hbank="0" lbank="1" prog="9" /> + <Patch name="B 11" hbank="0" lbank="1" prog="10" /> + <Patch name="B 12" hbank="0" lbank="1" prog="11" /> + <Patch name="B 13" hbank="0" lbank="1" prog="12" /> + <Patch name="B 14" hbank="0" lbank="1" prog="13" /> + <Patch name="B 15" hbank="0" lbank="1" prog="14" /> + <Patch name="B 16" hbank="0" lbank="1" prog="15" /> + <Patch name="B 17" hbank="0" lbank="1" prog="16" /> + <Patch name="B 18" hbank="0" lbank="1" prog="17" /> + <Patch name="B 19" hbank="0" lbank="1" prog="18" /> + <Patch name="B 20" hbank="0" lbank="1" prog="19" /> + <Patch name="B 21" hbank="0" lbank="1" prog="20" /> + <Patch name="B 22" hbank="0" lbank="1" prog="21" /> + <Patch name="B 23" hbank="0" lbank="1" prog="22" /> + <Patch name="B 24" hbank="0" lbank="1" prog="23" /> + <Patch name="B 25" hbank="0" lbank="1" prog="24" /> + <Patch name="B 26" hbank="0" lbank="1" prog="25" /> + <Patch name="B 27" hbank="0" lbank="1" prog="26" /> + <Patch name="B 28" hbank="0" lbank="1" prog="27" /> + <Patch name="B 29" hbank="0" lbank="1" prog="28" /> + <Patch name="B 30" hbank="0" lbank="1" prog="29" /> + <Patch name="B 31" hbank="0" lbank="1" prog="30" /> + <Patch name="B 32" hbank="0" lbank="1" prog="31" /> + <Patch name="B 33" hbank="0" lbank="1" prog="32" /> + <Patch name="B 34" hbank="0" lbank="1" prog="33" /> + <Patch name="B 35" hbank="0" lbank="1" prog="34" /> + <Patch name="B 36" hbank="0" lbank="1" prog="35" /> + <Patch name="B 37" hbank="0" lbank="1" prog="36" /> + <Patch name="B 38" hbank="0" lbank="1" prog="37" /> + <Patch name="B 39" hbank="0" lbank="1" prog="38" /> + <Patch name="B 40" hbank="0" lbank="1" prog="39" /> + <Patch name="B 41" hbank="0" lbank="1" prog="40" /> + <Patch name="B 42" hbank="0" lbank="1" prog="41" /> + <Patch name="B 43" hbank="0" lbank="1" prog="42" /> + <Patch name="B 44" hbank="0" lbank="1" prog="43" /> + <Patch name="B 45" hbank="0" lbank="1" prog="44" /> + <Patch name="B 46" hbank="0" lbank="1" prog="45" /> + <Patch name="B 47" hbank="0" lbank="1" prog="46" /> + <Patch name="B 48" hbank="0" lbank="1" prog="47" /> + <Patch name="B 49" hbank="0" lbank="1" prog="48" /> + <Patch name="B 50" hbank="0" lbank="1" prog="49" /> + <Patch name="B 51" hbank="0" lbank="1" prog="50" /> + <Patch name="B 52" hbank="0" lbank="1" prog="51" /> + <Patch name="B 53" hbank="0" lbank="1" prog="52" /> + <Patch name="B 54" hbank="0" lbank="1" prog="53" /> + <Patch name="B 55" hbank="0" lbank="1" prog="54" /> + <Patch name="B 56" hbank="0" lbank="1" prog="55" /> + <Patch name="B 57" hbank="0" lbank="1" prog="56" /> + <Patch name="B 58" hbank="0" lbank="1" prog="57" /> + <Patch name="B 59" hbank="0" lbank="1" prog="58" /> + <Patch name="B 60" hbank="0" lbank="1" prog="59" /> + <Patch name="B 61" hbank="0" lbank="1" prog="60" /> + <Patch name="B 62" hbank="0" lbank="1" prog="61" /> + <Patch name="B 63" hbank="0" lbank="1" prog="62" /> + <Patch name="B 64" hbank="0" lbank="1" prog="63" /> + <Patch name="B 65" hbank="0" lbank="1" prog="64" /> + <Patch name="B 66" hbank="0" lbank="1" prog="65" /> + <Patch name="B 67" hbank="0" lbank="1" prog="66" /> + <Patch name="B 68" hbank="0" lbank="1" prog="67" /> + <Patch name="B 69" hbank="0" lbank="1" prog="68" /> + <Patch name="B 70" hbank="0" lbank="1" prog="69" /> + <Patch name="B 71" hbank="0" lbank="1" prog="70" /> + <Patch name="B 72" hbank="0" lbank="1" prog="71" /> + <Patch name="B 73" hbank="0" lbank="1" prog="72" /> + <Patch name="B 74" hbank="0" lbank="1" prog="73" /> + <Patch name="B 75" hbank="0" lbank="1" prog="74" /> + <Patch name="B 76" hbank="0" lbank="1" prog="75" /> + <Patch name="B 77" hbank="0" lbank="1" prog="76" /> + <Patch name="B 78" hbank="0" lbank="1" prog="77" /> + <Patch name="B 79" hbank="0" lbank="1" prog="78" /> + <Patch name="B 80" hbank="0" lbank="1" prog="79" /> + <Patch name="B 81" hbank="0" lbank="1" prog="80" /> + <Patch name="B 82" hbank="0" lbank="1" prog="81" /> + <Patch name="B 83" hbank="0" lbank="1" prog="82" /> + <Patch name="B 84" hbank="0" lbank="1" prog="83" /> + <Patch name="B 85" hbank="0" lbank="1" prog="84" /> + <Patch name="B 86" hbank="0" lbank="1" prog="85" /> + <Patch name="B 87" hbank="0" lbank="1" prog="86" /> + <Patch name="B 88" hbank="0" lbank="1" prog="87" /> + <Patch name="B 89" hbank="0" lbank="1" prog="88" /> + <Patch name="B 90" hbank="0" lbank="1" prog="89" /> + <Patch name="B 91" hbank="0" lbank="1" prog="90" /> + <Patch name="B 92" hbank="0" lbank="1" prog="91" /> + <Patch name="B 93" hbank="0" lbank="1" prog="92" /> + <Patch name="B 94" hbank="0" lbank="1" prog="93" /> + <Patch name="B 95" hbank="0" lbank="1" prog="94" /> + <Patch name="B 96" hbank="0" lbank="1" prog="95" /> + <Patch name="B 97" hbank="0" lbank="1" prog="96" /> + <Patch name="B 98" hbank="0" lbank="1" prog="97" /> + <Patch name="B 99" hbank="0" lbank="1" prog="98" /> + <Patch name="B 100" hbank="0" lbank="1" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank C"> + <Patch name="C 01" hbank="0" lbank="2" prog="0" /> + <Patch name="C 02" hbank="0" lbank="2" prog="1" /> + <Patch name="C 03" hbank="0" lbank="2" prog="2" /> + <Patch name="C 04" hbank="0" lbank="2" prog="3" /> + <Patch name="C 05" hbank="0" lbank="2" prog="4" /> + <Patch name="C 06" hbank="0" lbank="2" prog="5" /> + <Patch name="C 07" hbank="0" lbank="2" prog="6" /> + <Patch name="C 08" hbank="0" lbank="2" prog="7" /> + <Patch name="C 09" hbank="0" lbank="2" prog="8" /> + <Patch name="C 10" hbank="0" lbank="2" prog="9" /> + <Patch name="C 11" hbank="0" lbank="2" prog="10" /> + <Patch name="C 12" hbank="0" lbank="2" prog="11" /> + <Patch name="C 13" hbank="0" lbank="2" prog="12" /> + <Patch name="C 14" hbank="0" lbank="2" prog="13" /> + <Patch name="C 15" hbank="0" lbank="2" prog="14" /> + <Patch name="C 16" hbank="0" lbank="2" prog="15" /> + <Patch name="C 17" hbank="0" lbank="2" prog="16" /> + <Patch name="C 18" hbank="0" lbank="2" prog="17" /> + <Patch name="C 19" hbank="0" lbank="2" prog="18" /> + <Patch name="C 20" hbank="0" lbank="2" prog="19" /> + <Patch name="C 21" hbank="0" lbank="2" prog="20" /> + <Patch name="C 22" hbank="0" lbank="2" prog="21" /> + <Patch name="C 23" hbank="0" lbank="2" prog="22" /> + <Patch name="C 24" hbank="0" lbank="2" prog="23" /> + <Patch name="C 25" hbank="0" lbank="2" prog="24" /> + <Patch name="C 26" hbank="0" lbank="2" prog="25" /> + <Patch name="C 27" hbank="0" lbank="2" prog="26" /> + <Patch name="C 28" hbank="0" lbank="2" prog="27" /> + <Patch name="C 29" hbank="0" lbank="2" prog="28" /> + <Patch name="C 30" hbank="0" lbank="2" prog="29" /> + <Patch name="C 31" hbank="0" lbank="2" prog="30" /> + <Patch name="C 32" hbank="0" lbank="2" prog="31" /> + <Patch name="C 33" hbank="0" lbank="2" prog="32" /> + <Patch name="C 34" hbank="0" lbank="2" prog="33" /> + <Patch name="C 35" hbank="0" lbank="2" prog="34" /> + <Patch name="C 36" hbank="0" lbank="2" prog="35" /> + <Patch name="C 37" hbank="0" lbank="2" prog="36" /> + <Patch name="C 38" hbank="0" lbank="2" prog="37" /> + <Patch name="C 39" hbank="0" lbank="2" prog="38" /> + <Patch name="C 40" hbank="0" lbank="2" prog="39" /> + <Patch name="C 41" hbank="0" lbank="2" prog="40" /> + <Patch name="C 42" hbank="0" lbank="2" prog="41" /> + <Patch name="C 43" hbank="0" lbank="2" prog="42" /> + <Patch name="C 44" hbank="0" lbank="2" prog="43" /> + <Patch name="C 45" hbank="0" lbank="2" prog="44" /> + <Patch name="C 46" hbank="0" lbank="2" prog="45" /> + <Patch name="C 47" hbank="0" lbank="2" prog="46" /> + <Patch name="C 48" hbank="0" lbank="2" prog="47" /> + <Patch name="C 49" hbank="0" lbank="2" prog="48" /> + <Patch name="C 50" hbank="0" lbank="2" prog="49" /> + <Patch name="C 51" hbank="0" lbank="2" prog="50" /> + <Patch name="C 52" hbank="0" lbank="2" prog="51" /> + <Patch name="C 53" hbank="0" lbank="2" prog="52" /> + <Patch name="C 54" hbank="0" lbank="2" prog="53" /> + <Patch name="C 55" hbank="0" lbank="2" prog="54" /> + <Patch name="C 56" hbank="0" lbank="2" prog="55" /> + <Patch name="C 57" hbank="0" lbank="2" prog="56" /> + <Patch name="C 58" hbank="0" lbank="2" prog="57" /> + <Patch name="C 59" hbank="0" lbank="2" prog="58" /> + <Patch name="C 60" hbank="0" lbank="2" prog="59" /> + <Patch name="C 61" hbank="0" lbank="2" prog="60" /> + <Patch name="C 62" hbank="0" lbank="2" prog="61" /> + <Patch name="C 63" hbank="0" lbank="2" prog="62" /> + <Patch name="C 64" hbank="0" lbank="2" prog="63" /> + <Patch name="C 65" hbank="0" lbank="2" prog="64" /> + <Patch name="C 66" hbank="0" lbank="2" prog="65" /> + <Patch name="C 67" hbank="0" lbank="2" prog="66" /> + <Patch name="C 68" hbank="0" lbank="2" prog="67" /> + <Patch name="C 69" hbank="0" lbank="2" prog="68" /> + <Patch name="C 70" hbank="0" lbank="2" prog="69" /> + <Patch name="C 71" hbank="0" lbank="2" prog="70" /> + <Patch name="C 72" hbank="0" lbank="2" prog="71" /> + <Patch name="C 73" hbank="0" lbank="2" prog="72" /> + <Patch name="C 74" hbank="0" lbank="2" prog="73" /> + <Patch name="C 75" hbank="0" lbank="2" prog="74" /> + <Patch name="C 76" hbank="0" lbank="2" prog="75" /> + <Patch name="C 77" hbank="0" lbank="2" prog="76" /> + <Patch name="C 78" hbank="0" lbank="2" prog="77" /> + <Patch name="C 79" hbank="0" lbank="2" prog="78" /> + <Patch name="C 80" hbank="0" lbank="2" prog="79" /> + <Patch name="C 81" hbank="0" lbank="2" prog="80" /> + <Patch name="C 82" hbank="0" lbank="2" prog="81" /> + <Patch name="C 83" hbank="0" lbank="2" prog="82" /> + <Patch name="C 84" hbank="0" lbank="2" prog="83" /> + <Patch name="C 85" hbank="0" lbank="2" prog="84" /> + <Patch name="C 86" hbank="0" lbank="2" prog="85" /> + <Patch name="C 87" hbank="0" lbank="2" prog="86" /> + <Patch name="C 88" hbank="0" lbank="2" prog="87" /> + <Patch name="C 89" hbank="0" lbank="2" prog="88" /> + <Patch name="C 90" hbank="0" lbank="2" prog="89" /> + <Patch name="C 91" hbank="0" lbank="2" prog="90" /> + <Patch name="C 92" hbank="0" lbank="2" prog="91" /> + <Patch name="C 93" hbank="0" lbank="2" prog="92" /> + <Patch name="C 94" hbank="0" lbank="2" prog="93" /> + <Patch name="C 95" hbank="0" lbank="2" prog="94" /> + <Patch name="C 96" hbank="0" lbank="2" prog="95" /> + <Patch name="C 97" hbank="0" lbank="2" prog="96" /> + <Patch name="C 98" hbank="0" lbank="2" prog="97" /> + <Patch name="C 99" hbank="0" lbank="2" prog="98" /> + <Patch name="C 100" hbank="0" lbank="2" prog="99" /> + </PatchGroup> + <PatchGroup name="Card Bank X"> + <Patch name="X 01" hbank="0" lbank="3" prog="0" /> + <Patch name="X 02" hbank="0" lbank="3" prog="1" /> + <Patch name="X 03" hbank="0" lbank="3" prog="2" /> + <Patch name="X 04" hbank="0" lbank="3" prog="3" /> + <Patch name="X 05" hbank="0" lbank="3" prog="4" /> + <Patch name="X 06" hbank="0" lbank="3" prog="5" /> + <Patch name="X 07" hbank="0" lbank="3" prog="6" /> + <Patch name="X 08" hbank="0" lbank="3" prog="7" /> + <Patch name="X 09" hbank="0" lbank="3" prog="8" /> + <Patch name="X 10" hbank="0" lbank="3" prog="9" /> + <Patch name="X 11" hbank="0" lbank="3" prog="10" /> + <Patch name="X 12" hbank="0" lbank="3" prog="11" /> + <Patch name="X 13" hbank="0" lbank="3" prog="12" /> + <Patch name="X 14" hbank="0" lbank="3" prog="13" /> + <Patch name="X 15" hbank="0" lbank="3" prog="14" /> + <Patch name="X 16" hbank="0" lbank="3" prog="15" /> + <Patch name="X 17" hbank="0" lbank="3" prog="16" /> + <Patch name="X 18" hbank="0" lbank="3" prog="17" /> + <Patch name="X 19" hbank="0" lbank="3" prog="18" /> + <Patch name="X 20" hbank="0" lbank="3" prog="19" /> + <Patch name="X 21" hbank="0" lbank="3" prog="20" /> + <Patch name="X 22" hbank="0" lbank="3" prog="21" /> + <Patch name="X 23" hbank="0" lbank="3" prog="22" /> + <Patch name="X 24" hbank="0" lbank="3" prog="23" /> + <Patch name="X 25" hbank="0" lbank="3" prog="24" /> + <Patch name="X 26" hbank="0" lbank="3" prog="25" /> + <Patch name="X 27" hbank="0" lbank="3" prog="26" /> + <Patch name="X 28" hbank="0" lbank="3" prog="27" /> + <Patch name="X 29" hbank="0" lbank="3" prog="28" /> + <Patch name="X 30" hbank="0" lbank="3" prog="29" /> + <Patch name="X 31" hbank="0" lbank="3" prog="30" /> + <Patch name="X 32" hbank="0" lbank="3" prog="31" /> + <Patch name="X 33" hbank="0" lbank="3" prog="32" /> + <Patch name="X 34" hbank="0" lbank="3" prog="33" /> + <Patch name="X 35" hbank="0" lbank="3" prog="34" /> + <Patch name="X 36" hbank="0" lbank="3" prog="35" /> + <Patch name="X 37" hbank="0" lbank="3" prog="36" /> + <Patch name="X 38" hbank="0" lbank="3" prog="37" /> + <Patch name="X 39" hbank="0" lbank="3" prog="38" /> + <Patch name="X 40" hbank="0" lbank="3" prog="39" /> + <Patch name="X 41" hbank="0" lbank="3" prog="40" /> + <Patch name="X 42" hbank="0" lbank="3" prog="41" /> + <Patch name="X 43" hbank="0" lbank="3" prog="42" /> + <Patch name="X 44" hbank="0" lbank="3" prog="43" /> + <Patch name="X 45" hbank="0" lbank="3" prog="44" /> + <Patch name="X 46" hbank="0" lbank="3" prog="45" /> + <Patch name="X 47" hbank="0" lbank="3" prog="46" /> + <Patch name="X 48" hbank="0" lbank="3" prog="47" /> + <Patch name="X 49" hbank="0" lbank="3" prog="48" /> + <Patch name="X 50" hbank="0" lbank="3" prog="49" /> + <Patch name="X 51" hbank="0" lbank="3" prog="50" /> + <Patch name="X 52" hbank="0" lbank="3" prog="51" /> + <Patch name="X 53" hbank="0" lbank="3" prog="52" /> + <Patch name="X 54" hbank="0" lbank="3" prog="53" /> + <Patch name="X 55" hbank="0" lbank="3" prog="54" /> + <Patch name="X 56" hbank="0" lbank="3" prog="55" /> + <Patch name="X 57" hbank="0" lbank="3" prog="56" /> + <Patch name="X 58" hbank="0" lbank="3" prog="57" /> + <Patch name="X 59" hbank="0" lbank="3" prog="58" /> + <Patch name="X 60" hbank="0" lbank="3" prog="59" /> + <Patch name="X 61" hbank="0" lbank="3" prog="60" /> + <Patch name="X 62" hbank="0" lbank="3" prog="61" /> + <Patch name="X 63" hbank="0" lbank="3" prog="62" /> + <Patch name="X 64" hbank="0" lbank="3" prog="63" /> + <Patch name="X 65" hbank="0" lbank="3" prog="64" /> + <Patch name="X 66" hbank="0" lbank="3" prog="65" /> + <Patch name="X 67" hbank="0" lbank="3" prog="66" /> + <Patch name="X 68" hbank="0" lbank="3" prog="67" /> + <Patch name="X 69" hbank="0" lbank="3" prog="68" /> + <Patch name="X 70" hbank="0" lbank="3" prog="69" /> + <Patch name="X 71" hbank="0" lbank="3" prog="70" /> + <Patch name="X 72" hbank="0" lbank="3" prog="71" /> + <Patch name="X 73" hbank="0" lbank="3" prog="72" /> + <Patch name="X 74" hbank="0" lbank="3" prog="73" /> + <Patch name="X 75" hbank="0" lbank="3" prog="74" /> + <Patch name="X 76" hbank="0" lbank="3" prog="75" /> + <Patch name="X 77" hbank="0" lbank="3" prog="76" /> + <Patch name="X 78" hbank="0" lbank="3" prog="77" /> + <Patch name="X 79" hbank="0" lbank="3" prog="78" /> + <Patch name="X 80" hbank="0" lbank="3" prog="79" /> + <Patch name="X 81" hbank="0" lbank="3" prog="80" /> + <Patch name="X 82" hbank="0" lbank="3" prog="81" /> + <Patch name="X 83" hbank="0" lbank="3" prog="82" /> + <Patch name="X 84" hbank="0" lbank="3" prog="83" /> + <Patch name="X 85" hbank="0" lbank="3" prog="84" /> + <Patch name="X 86" hbank="0" lbank="3" prog="85" /> + <Patch name="X 87" hbank="0" lbank="3" prog="86" /> + <Patch name="X 88" hbank="0" lbank="3" prog="87" /> + <Patch name="X 89" hbank="0" lbank="3" prog="88" /> + <Patch name="X 90" hbank="0" lbank="3" prog="89" /> + <Patch name="X 91" hbank="0" lbank="3" prog="90" /> + <Patch name="X 92" hbank="0" lbank="3" prog="91" /> + <Patch name="X 93" hbank="0" lbank="3" prog="92" /> + <Patch name="X 94" hbank="0" lbank="3" prog="93" /> + <Patch name="X 95" hbank="0" lbank="3" prog="94" /> + <Patch name="X 96" hbank="0" lbank="3" prog="95" /> + <Patch name="X 97" hbank="0" lbank="3" prog="96" /> + <Patch name="X 98" hbank="0" lbank="3" prog="97" /> + <Patch name="X 99" hbank="0" lbank="3" prog="98" /> + <Patch name="X 100" hbank="0" lbank="3" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Drums D"> + <Patch name="D 01" hbank="0" lbank="4" prog="0" /> + <Patch name="D 02" hbank="0" lbank="4" prog="1" /> + <Patch name="D 03" hbank="0" lbank="4" prog="2" /> + <Patch name="D 04" hbank="0" lbank="4" prog="3" /> + <Patch name="D 05" hbank="0" lbank="4" prog="4" /> + <Patch name="D 06" hbank="0" lbank="4" prog="5" /> + <Patch name="D 07" hbank="0" lbank="4" prog="6" /> + <Patch name="D 08" hbank="0" lbank="4" prog="7" /> + <Patch name="D 09" hbank="0" lbank="4" prog="8" /> + <Patch name="D 10" hbank="0" lbank="4" prog="9" /> + <Patch name="D 11" hbank="0" lbank="4" prog="10" /> + <Patch name="D 12" hbank="0" lbank="4" prog="11" /> + <Patch name="D 13" hbank="0" lbank="4" prog="12" /> + <Patch name="D 14" hbank="0" lbank="4" prog="13" /> + <Patch name="D 15" hbank="0" lbank="4" prog="14" /> + <Patch name="D 16" hbank="0" lbank="4" prog="15" /> + <Patch name="D 17" hbank="0" lbank="4" prog="16" /> + <Patch name="D 18" hbank="0" lbank="4" prog="17" /> + <Patch name="D 19" hbank="0" lbank="4" prog="18" /> + <Patch name="D 20" hbank="0" lbank="4" prog="19" /> + </PatchGroup> + <PatchGroup name="Card Drums E"> + <Patch name="E 01" hbank="0" lbank="5" prog="0" /> + <Patch name="E 02" hbank="0" lbank="5" prog="1" /> + <Patch name="E 03" hbank="0" lbank="5" prog="2" /> + <Patch name="E 04" hbank="0" lbank="5" prog="3" /> + <Patch name="E 05" hbank="0" lbank="5" prog="4" /> + <Patch name="E 06" hbank="0" lbank="5" prog="5" /> + <Patch name="E 07" hbank="0" lbank="5" prog="6" /> + <Patch name="E 08" hbank="0" lbank="5" prog="7" /> + <Patch name="E 09" hbank="0" lbank="5" prog="8" /> + <Patch name="E 10" hbank="0" lbank="5" prog="9" /> + <Patch name="E 11" hbank="0" lbank="5" prog="10" /> + <Patch name="E 12" hbank="0" lbank="5" prog="11" /> + <Patch name="E 13" hbank="0" lbank="5" prog="12" /> + <Patch name="E 14" hbank="0" lbank="5" prog="13" /> + <Patch name="E 15" hbank="0" lbank="5" prog="14" /> + <Patch name="E 16" hbank="0" lbank="5" prog="15" /> + <Patch name="E 17" hbank="0" lbank="5" prog="16" /> + <Patch name="E 18" hbank="0" lbank="5" prog="17" /> + <Patch name="E 19" hbank="0" lbank="5" prog="18" /> + <Patch name="E 20" hbank="0" lbank="5" prog="19" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="Breath Control" l="2" /> + <Controller name="Foot Control" l="4" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Arp Range" l="12" /> + <Controller name="Arp Length" l="13" /> + <Controller name="Arp Active" l="14" /> + <Controller name="Lfo 1 Shape" l="15" /> + <Controller name="Lfo 1 Speed" l="16" /> + <Controller name="Lfo 1 Sync" l="17" /> + <Controller name="Lfo 1 Delay" l="18" /> + <Controller name="Lfo 2 Shape" l="19" /> + <Controller name="Lfo 2 Speed" l="20" /> + <Controller name="Lfo 2 Sync" l="21" /> + <Controller name="Lfo 2 Delay" l="22" /> + <Controller name="Lfo 3 Shape" l="23" /> + <Controller name="Lfo 3 Speed" l="24" /> + <Controller name="Lfo 3 Sync" l="25" /> + <Controller name="Lfo 3 Delay" l="26" /> + <Controller name="Osc 1 Octave" l="27" /> + <Controller name="Osc 1 Semitone" l="28" /> + <Controller name="Osc 1 Detune" l="29" /> + <Controller name="Osc 1 FM" l="30" /> + <Controller name="Osc 1 Shape" l="31" /> + <Controller name="Bank Select LSB" l="32" /> + <Controller name="Osc 1 PW" l="33" /> + <Controller name="Osc 1 PWM" l="34" /> + <Controller name="Osc 2 Octave" l="35" /> + <Controller name="Osc 2 Semitone" l="36" /> + <Controller name="Osc 2 Detune" l="37" /> + <Controller name="Osc 2 FM" l="38" /> + <Controller name="Osc 2 Shape" l="39" /> + <Controller name="Osc 2 PW" l="40" /> + <Controller name="Osc 2 PWM" l="41" /> + <Controller name="Osc 3 Octave" l="42" /> + <Controller name="Osc 3 Semitone" l="43" /> + <Controller name="Osc 3 Detune" l="44" /> + <Controller name="Osc 3 FM" l="45" /> + <Controller name="Osc 3 Shape" l="46" /> + <Controller name="Osc 3 PW" l="47" /> + <Controller name="Osc 3 PWM" l="48" /> + <Controller name="Sync" l="49" /> + <Controller name="Pitchmod" l="50" /> + <Controller name="Glide Mode" l="51" /> + <Controller name="Osc 1 Level" l="52" /> + <Controller name="Osc 1 Balance" l="53" /> + <Controller name="Ringmod Level" l="54" /> + <Controller name="Ringmod Balance" l="55" /> + <Controller name="Osc 2 Level" l="56" /> + <Controller name="Osc 2 Balance" l="57" /> + <Controller name="Osc 3 Level" l="58" /> + <Controller name="Osc 3 Balance" l="59" /> + <Controller name="N/E Level" l="60" /> + <Controller name="N/E Balance" l="61" /> + <Controller name="Sustain Pedal" l="64" /> + <Controller name="Glide Active" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="Routing" l="67" /> + <Controller name="Filter 1 Type" l="68" /> + <Controller name="Filter 1 Cutoff" l="69" /> + <Controller name="Filter 1 Resonance" l="70" /> + <Controller name="Filter 1 Drive" l="71" /> + <Controller name="Filter 1 Keytrack" l="72" /> + <Controller name="Filter 1 Env. Amount" l="73" /> + <Controller name="Filter 1 Env. Velocity" l="74" /> + <Controller name="Filter 1 CutoffMod" l="75" /> + <Controller name="Filter 1 FM" l="76" /> + <Controller name="Filter 1 Pan" l="77" /> + <Controller name="Filter 1 PanMod" l="78" /> + <Controller name="Filter 2 Type" l="79" /> + <Controller name="Filter 2 Cutoff" l="80" /> + <Controller name="Filter 2 Resonance" l="81" /> + <Controller name="Filter 2 Drive" l="82" /> + <Controller name="Filter 2 Keytrack" l="83" /> + <Controller name="Filter 2 Env. Amount" l="84" /> + <Controller name="Filter 2 Env. Velocity" l="85" /> + <Controller name="Filter 2 CutoffMod" l="86" /> + <Controller name="Filter 2 FM" l="87" /> + <Controller name="Filter 2 Pan" l="88" /> + <Controller name="Filter 2 PanMod" l="89" /> + <Controller name="Amp Volume" l="90" /> + <Controller name="Amp Velocity" l="91" /> + <Controller name="Amp Mod" l="92" /> + <Controller name="FX 1 Mix" l="93" /> + <Controller name="FX 2 Mix" l="94" /> + <Controller name="FE Attack" l="95" /> + <Controller name="FE Decay" l="96" /> + <Controller name="FE Sustain" l="97" /> + <Controller name="FE Decay 2" l="98" /> + <Controller name="FE Sustain 2" l="99" /> + <Controller name="FE Release" l="100" /> + <Controller name="AE Attack" l="101" /> + <Controller name="AE Decay" l="102" /> + <Controller name="AE Sustain" l="103" /> + <Controller name="AE Decay 2" l="104" /> + <Controller name="AE Sustain 2" l="105" /> + <Controller name="AE Release" l="106" /> + <Controller name="E3 Attack" l="107" /> + <Controller name="E3 Decay" l="108" /> + <Controller name="E3 Sustain" l="109" /> + <Controller name="E3 Decay 2" l="110" /> + <Controller name="E3 Sustain 2" l="111" /> + <Controller name="E3 Release" l="112" /> + <Controller name="E4 Attack" l="113" /> + <Controller name="E4 Decay" l="114" /> + <Controller name="E4 Sustain" l="115" /> + <Controller name="E4 Decay 2" l="116" /> + <Controller name="E4 Sustain 2" l="117" /> + <Controller name="E4 Release" l="118" /> + <Controller name="All Sounds Off" l="120" /> + <Controller name="Reset All Controllers" l="121" /> + <Controller name="Local Control" l="122" /> + <Controller name="All Notes Off" l="123" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Waldorf-microQ-Factory2000.idf b/muse2/share/instruments/Waldorf-microQ-Factory2000.idf new file mode 100644 index 00000000..678854a8 --- /dev/null +++ b/muse2/share/instruments/Waldorf-microQ-Factory2000.idf @@ -0,0 +1,552 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Waldorf microQ Factory2000"> + <PatchGroup name="Internal Bank A"> + <Patch name="HornsOfJericho" hbank="0" lbank="0" prog="0" /> + <Patch name="Attacke" hbank="0" lbank="0" prog="1" /> + <Patch name="MI5 Pad" hbank="0" lbank="0" prog="2" /> + <Patch name="Simple Saw" hbank="0" lbank="0" prog="3" /> + <Patch name="Q-Sweep2" hbank="0" lbank="0" prog="4" /> + <Patch name="Clock+Bells" hbank="0" lbank="0" prog="5" /> + <Patch name="Bandsweep" hbank="0" lbank="0" prog="6" /> + <Patch name="Fiftyfive" hbank="0" lbank="0" prog="7" /> + <Patch name="Liquid Strg" hbank="0" lbank="0" prog="8" /> + <Patch name="Gum Bass" hbank="0" lbank="0" prog="9" /> + <Patch name="Slow Wavetrip" hbank="0" lbank="0" prog="10" /> + <Patch name="Expensive" hbank="0" lbank="0" prog="11" /> + <Patch name="Mono Sync" hbank="0" lbank="0" prog="12" /> + <Patch name="CombTutorial" hbank="0" lbank="0" prog="13" /> + <Patch name="Antarktis2000" hbank="0" lbank="0" prog="14" /> + <Patch name="Panreduction" hbank="0" lbank="0" prog="15" /> + <Patch name="CS100" hbank="0" lbank="0" prog="16" /> + <Patch name="TributeTo DX" hbank="0" lbank="0" prog="17" /> + <Patch name="Demolition" hbank="0" lbank="0" prog="18" /> + <Patch name="JMX vs. DeLeon" hbank="0" lbank="0" prog="19" /> + <Patch name="PWM Pad 2000" hbank="0" lbank="0" prog="20" /> + <Patch name="Cleanline 303" hbank="0" lbank="0" prog="21" /> + <Patch name="Slow Strings1" hbank="0" lbank="0" prog="22" /> + <Patch name="Stuermer 2" hbank="0" lbank="0" prog="23" /> + <Patch name="Kamm-FX2" hbank="0" lbank="0" prog="24" /> + <Patch name="Metal Jelly 3" hbank="0" lbank="0" prog="25" /> + <Patch name="Acid Phunk" hbank="0" lbank="0" prog="26" /> + <Patch name="Digiseq" hbank="0" lbank="0" prog="27" /> + <Patch name="TschingHisCan" hbank="0" lbank="0" prog="28" /> + <Patch name="Enough Power" hbank="0" lbank="0" prog="29" /> + <Patch name="Replik.Dream" hbank="0" lbank="0" prog="30" /> + <Patch name="Waterfone2000" hbank="0" lbank="0" prog="31" /> + <Patch name="wave@waldorf.ne" hbank="0" lbank="0" prog="32" /> + <Patch name="The Beginning" hbank="0" lbank="0" prog="33" /> + <Patch name="Q Tables" hbank="0" lbank="0" prog="34" /> + <Patch name="Polaris" hbank="0" lbank="0" prog="35" /> + <Patch name="Baraka" hbank="0" lbank="0" prog="36" /> + <Patch name="Buzzer 1" hbank="0" lbank="0" prog="37" /> + <Patch name="Onyx" hbank="0" lbank="0" prog="38" /> + <Patch name="Brownies" hbank="0" lbank="0" prog="39" /> + <Patch name="Caspoly" hbank="0" lbank="0" prog="40" /> + <Patch name="Minor Chord" hbank="0" lbank="0" prog="41" /> + <Patch name="Quintage" hbank="0" lbank="0" prog="42" /> + <Patch name="Bright Syn 1" hbank="0" lbank="0" prog="43" /> + <Patch name="Jazz Percssn" hbank="0" lbank="0" prog="44" /> + <Patch name="Dirty Organ1" hbank="0" lbank="0" prog="45" /> + <Patch name="Saw Lead" hbank="0" lbank="0" prog="46" /> + <Patch name="Saw 1 Osc" hbank="0" lbank="0" prog="47" /> + <Patch name="Mayday Solo" hbank="0" lbank="0" prog="48" /> + <Patch name="LoFi Lead" hbank="0" lbank="0" prog="49" /> + <Patch name="Dr.Dre" hbank="0" lbank="0" prog="50" /> + <Patch name="Zombie Nation" hbank="0" lbank="0" prog="51" /> + <Patch name="Dr. Motte" hbank="0" lbank="0" prog="52" /> + <Patch name="Stuermer 3" hbank="0" lbank="0" prog="53" /> + <Patch name="Satte Sache" hbank="0" lbank="0" prog="54" /> + <Patch name="Crunchy Nuts" hbank="0" lbank="0" prog="55" /> + <Patch name="Wells\Tripod" hbank="0" lbank="0" prog="56" /> + <Patch name="Phat Beat" hbank="0" lbank="0" prog="57" /> + <Patch name="Highpass Pad" hbank="0" lbank="0" prog="58" /> + <Patch name="Ikea Arsvik" hbank="0" lbank="0" prog="59" /> + <Patch name="Big Beat Sync" hbank="0" lbank="0" prog="60" /> + <Patch name="D.K.Dent Solo1" hbank="0" lbank="0" prog="61" /> + <Patch name="DollarBells" hbank="0" lbank="0" prog="62" /> + <Patch name="Acronaut" hbank="0" lbank="0" prog="63" /> + <Patch name="Full Brass" hbank="0" lbank="0" prog="64" /> + <Patch name="TrumPete" hbank="0" lbank="0" prog="65" /> + <Patch name="Comb Clavi" hbank="0" lbank="0" prog="66" /> + <Patch name="Qvation" hbank="0" lbank="0" prog="67" /> + <Patch name="Alphaville ?!" hbank="0" lbank="0" prog="68" /> + <Patch name="PPG Nylons" hbank="0" lbank="0" prog="69" /> + <Patch name="Bad Flute" hbank="0" lbank="0" prog="70" /> + <Patch name="Pizzicated" hbank="0" lbank="0" prog="71" /> + <Patch name="Celli" hbank="0" lbank="0" prog="72" /> + <Patch name="Violas" hbank="0" lbank="0" prog="73" /> + <Patch name="Violins" hbank="0" lbank="0" prog="74" /> + <Patch name="StringOrchid" hbank="0" lbank="0" prog="75" /> + <Patch name="BackStrings" hbank="0" lbank="0" prog="76" /> + <Patch name="TripleStrings" hbank="0" lbank="0" prog="77" /> + <Patch name="WideWarmWash" hbank="0" lbank="0" prog="78" /> + <Patch name="Faiza Strg" hbank="0" lbank="0" prog="79" /> + <Patch name="Dark Strings" hbank="0" lbank="0" prog="80" /> + <Patch name="GabrielsPad" hbank="0" lbank="0" prog="81" /> + <Patch name="SlowThinPhase" hbank="0" lbank="0" prog="82" /> + <Patch name="Silk Pad 2" hbank="0" lbank="0" prog="83" /> + <Patch name="Padagogy" hbank="0" lbank="0" prog="84" /> + <Patch name="Noise Pad" hbank="0" lbank="0" prog="85" /> + <Patch name="Kling" hbank="0" lbank="0" prog="86" /> + <Patch name="JPad" hbank="0" lbank="0" prog="87" /> + <Patch name="FORoMANTic" hbank="0" lbank="0" prog="88" /> + <Patch name="Hiph Sweep" hbank="0" lbank="0" prog="89" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="90" /> + <Patch name="Om mani padme" hbank="0" lbank="0" prog="91" /> + <Patch name="Melanchton" hbank="0" lbank="0" prog="92" /> + <Patch name="Dreamware" hbank="0" lbank="0" prog="93" /> + <Patch name="S+H+Pad+Nice" hbank="0" lbank="0" prog="94" /> + <Patch name="Slow Motion" hbank="0" lbank="0" prog="95" /> + <Patch name="Singing Glass" hbank="0" lbank="0" prog="96" /> + <Patch name="Sphaer" hbank="0" lbank="0" prog="97" /> + <Patch name="Not guilty!" hbank="0" lbank="0" prog="98" /> + <Patch name="ARCTICA" hbank="0" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank B"> + <Patch name="Buzzer 3" hbank="0" lbank="1" prog="0" /> + <Patch name="ClickChords" hbank="0" lbank="1" prog="1" /> + <Patch name="Hard On Floor" hbank="0" lbank="1" prog="2" /> + <Patch name="Clockworx" hbank="0" lbank="1" prog="3" /> + <Patch name="DanceSequence" hbank="0" lbank="1" prog="4" /> + <Patch name="Bassline 3O3" hbank="0" lbank="1" prog="5" /> + <Patch name="Another One" hbank="0" lbank="1" prog="6" /> + <Patch name="Brighter Than" hbank="0" lbank="1" prog="7" /> + <Patch name="J106 Xiox" hbank="0" lbank="1" prog="8" /> + <Patch name="Mantra" hbank="0" lbank="1" prog="9" /> + <Patch name="Rhythmic Hold" hbank="0" lbank="1" prog="10" /> + <Patch name="Physical FM" hbank="0" lbank="1" prog="11" /> + <Patch name="Harp 2000" hbank="0" lbank="1" prog="12" /> + <Patch name="WarinthARPa" hbank="0" lbank="1" prog="13" /> + <Patch name="TechTrigger" hbank="0" lbank="1" prog="14" /> + <Patch name="Groove On" hbank="0" lbank="1" prog="15" /> + <Patch name="PWM ResoBass" hbank="0" lbank="1" prog="16" /> + <Patch name="MM Fat Boy" hbank="0" lbank="1" prog="17" /> + <Patch name="Data Bass" hbank="0" lbank="1" prog="18" /> + <Patch name="Fat Dad" hbank="0" lbank="1" prog="19" /> + <Patch name="Dirty Bass" hbank="0" lbank="1" prog="20" /> + <Patch name="Pulse Bass 6" hbank="0" lbank="1" prog="21" /> + <Patch name="BassPhase" hbank="0" lbank="1" prog="22" /> + <Patch name="FilterFM Bass" hbank="0" lbank="1" prog="23" /> + <Patch name="Jamiro-Q-ai" hbank="0" lbank="1" prog="24" /> + <Patch name="Dust Brothers" hbank="0" lbank="1" prog="25" /> + <Patch name="BassTARD" hbank="0" lbank="1" prog="26" /> + <Patch name="Fat Square" hbank="0" lbank="1" prog="27" /> + <Patch name="Ultra Sub" hbank="0" lbank="1" prog="28" /> + <Patch name="NoAttackBass" hbank="0" lbank="1" prog="29" /> + <Patch name="First:TheBass" hbank="0" lbank="1" prog="30" /> + <Patch name="Bass-Piano" hbank="0" lbank="1" prog="31" /> + <Patch name="E-Qiano" hbank="0" lbank="1" prog="32" /> + <Patch name="ElectricGrand" hbank="0" lbank="1" prog="33" /> + <Patch name="FM-Rhodes 1" hbank="0" lbank="1" prog="34" /> + <Patch name="Rhodos Corso" hbank="0" lbank="1" prog="35" /> + <Patch name="Unpredictable" hbank="0" lbank="1" prog="36" /> + <Patch name="DeeB" hbank="0" lbank="1" prog="37" /> + <Patch name="Soft Leader" hbank="0" lbank="1" prog="38" /> + <Patch name="Modern Clavi" hbank="0" lbank="1" prog="39" /> + <Patch name="Ring Sequel" hbank="0" lbank="1" prog="40" /> + <Patch name="Pick It!" hbank="0" lbank="1" prog="41" /> + <Patch name="Straight" hbank="0" lbank="1" prog="42" /> + <Patch name="TelegraphSyn" hbank="0" lbank="1" prog="43" /> + <Patch name="Dukelead" hbank="0" lbank="1" prog="44" /> + <Patch name="Iceland" hbank="0" lbank="1" prog="45" /> + <Patch name="Tron Flutes" hbank="0" lbank="1" prog="46" /> + <Patch name="Zelluloid" hbank="0" lbank="1" prog="47" /> + <Patch name="Bells" hbank="0" lbank="1" prog="48" /> + <Patch name="Hansaplast" hbank="0" lbank="1" prog="49" /> + <Patch name="Broadway" hbank="0" lbank="1" prog="50" /> + <Patch name="Wartofsky" hbank="0" lbank="1" prog="51" /> + <Patch name="Cassandra" hbank="0" lbank="1" prog="52" /> + <Patch name="No. 5 lives" hbank="0" lbank="1" prog="53" /> + <Patch name="Flinker" hbank="0" lbank="1" prog="54" /> + <Patch name="FMBP Sweep" hbank="0" lbank="1" prog="55" /> + <Patch name="Glidebells" hbank="0" lbank="1" prog="56" /> + <Patch name="G.Quman" hbank="0" lbank="1" prog="57" /> + <Patch name="HiFi Beast" hbank="0" lbank="1" prog="58" /> + <Patch name="ProducersPad" hbank="0" lbank="1" prog="59" /> + <Patch name="Late at night" hbank="0" lbank="1" prog="60" /> + <Patch name="Make It Sweep" hbank="0" lbank="1" prog="61" /> + <Patch name="Nimm Oel !!!" hbank="0" lbank="1" prog="62" /> + <Patch name="Phazer PWM" hbank="0" lbank="1" prog="63" /> + <Patch name="Shadow2" hbank="0" lbank="1" prog="64" /> + <Patch name="TheWidestEver" hbank="0" lbank="1" prog="65" /> + <Patch name="No Drive3" hbank="0" lbank="1" prog="66" /> + <Patch name="8bit Arp" hbank="0" lbank="1" prog="67" /> + <Patch name="SpaceFloats" hbank="0" lbank="1" prog="68" /> + <Patch name="padScrape" hbank="0" lbank="1" prog="69" /> + <Patch name="PickItUp" hbank="0" lbank="1" prog="70" /> + <Patch name="JCage 3" hbank="0" lbank="1" prog="71" /> + <Patch name="Steelophon" hbank="0" lbank="1" prog="72" /> + <Patch name="Moog55 Porta" hbank="0" lbank="1" prog="73" /> + <Patch name="Plock Lead" hbank="0" lbank="1" prog="74" /> + <Patch name="Melodei" hbank="0" lbank="1" prog="75" /> + <Patch name="Ghettomaster" hbank="0" lbank="1" prog="76" /> + <Patch name="Golden Arp 4" hbank="0" lbank="1" prog="77" /> + <Patch name="Qoir Spect 1+" hbank="0" lbank="1" prog="78" /> + <Patch name="Arctic Dunes" hbank="0" lbank="1" prog="79" /> + <Patch name="E-Piano Phase" hbank="0" lbank="1" prog="80" /> + <Patch name="New Ethnic" hbank="0" lbank="1" prog="81" /> + <Patch name="ForgetTheTB" hbank="0" lbank="1" prog="82" /> + <Patch name="China Hit" hbank="0" lbank="1" prog="83" /> + <Patch name="Distinguish" hbank="0" lbank="1" prog="84" /> + <Patch name="s+h pad" hbank="0" lbank="1" prog="85" /> + <Patch name="Jump V.Halen" hbank="0" lbank="1" prog="86" /> + <Patch name="Bass Six" hbank="0" lbank="1" prog="87" /> + <Patch name="Rectangle" hbank="0" lbank="1" prog="88" /> + <Patch name="BasMannen(tm)" hbank="0" lbank="1" prog="89" /> + <Patch name="Eerrie" hbank="0" lbank="1" prog="90" /> + <Patch name="Event Horizon" hbank="0" lbank="1" prog="91" /> + <Patch name="Cousteau 2001" hbank="0" lbank="1" prog="92" /> + <Patch name="Space MusiQ 1" hbank="0" lbank="1" prog="93" /> + <Patch name="Sound Track" hbank="0" lbank="1" prog="94" /> + <Patch name="Buddha Pad" hbank="0" lbank="1" prog="95" /> + <Patch name="Pro5 Brass" hbank="0" lbank="1" prog="96" /> + <Patch name="VintageBass" hbank="0" lbank="1" prog="97" /> + <Patch name="Perc Xtrnal" hbank="0" lbank="1" prog="98" /> + <Patch name="Ext. Mangeler" hbank="0" lbank="1" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank C"> + <Patch name="The Beginning" hbank="0" lbank="2" prog="0" /> + <Patch name="Acostic Glue" hbank="0" lbank="2" prog="1" /> + <Patch name="VeryCompleqs" hbank="0" lbank="2" prog="2" /> + <Patch name="Brightseite" hbank="0" lbank="2" prog="3" /> + <Patch name="TheDarkPlanet" hbank="0" lbank="2" prog="4" /> + <Patch name="Q Tables" hbank="0" lbank="2" prog="5" /> + <Patch name="Trance-Port" hbank="0" lbank="2" prog="6" /> + <Patch name="Slow Wavetrip" hbank="0" lbank="2" prog="7" /> + <Patch name="PDQ ;-) WT13" hbank="0" lbank="2" prog="8" /> + <Patch name="Tranquilizer" hbank="0" lbank="2" prog="9" /> + <Patch name="S+H+Pad+Nice" hbank="0" lbank="2" prog="10" /> + <Patch name="Arctica" hbank="0" lbank="2" prog="11" /> + <Patch name="The BORG" hbank="0" lbank="2" prog="12" /> + <Patch name="Deep Space" hbank="0" lbank="2" prog="13" /> + <Patch name="Kairos" hbank="0" lbank="2" prog="14" /> + <Patch name="The Fog" hbank="0" lbank="2" prog="15" /> + <Patch name="HellsbugsIntro" hbank="0" lbank="2" prog="16" /> + <Patch name="feel WAVE" hbank="0" lbank="2" prog="17" /> + <Patch name="VocodaBass" hbank="0" lbank="2" prog="18" /> + <Patch name="Maschinenraum" hbank="0" lbank="2" prog="19" /> + <Patch name="Animals" hbank="0" lbank="2" prog="20" /> + <Patch name="Tire-Guy" hbank="0" lbank="2" prog="21" /> + <Patch name="Spiders2001" hbank="0" lbank="2" prog="22" /> + <Patch name="Waterfone2001" hbank="0" lbank="2" prog="23" /> + <Patch name="BD-Q0Q" hbank="0" lbank="2" prog="24" /> + <Patch name="Electric Drum" hbank="0" lbank="2" prog="25" /> + <Patch name="Bee Drum" hbank="0" lbank="2" prog="26" /> + <Patch name="909 Kick 1" hbank="0" lbank="2" prog="27" /> + <Patch name="909 Kick 2" hbank="0" lbank="2" prog="28" /> + <Patch name="Q 808" hbank="0" lbank="2" prog="29" /> + <Patch name="ClipDrum" hbank="0" lbank="2" prog="30" /> + <Patch name="House Kick" hbank="0" lbank="2" prog="31" /> + <Patch name="Techno Kick" hbank="0" lbank="2" prog="32" /> + <Patch name="Linniskus" hbank="0" lbank="2" prog="33" /> + <Patch name="El Snare 1" hbank="0" lbank="2" prog="34" /> + <Patch name="E-Snare 2" hbank="0" lbank="2" prog="35" /> + <Patch name="Fast Snare" hbank="0" lbank="2" prog="36" /> + <Patch name="808 Snare 1" hbank="0" lbank="2" prog="37" /> + <Patch name="808 Snare 2" hbank="0" lbank="2" prog="38" /> + <Patch name="Thin Snare" hbank="0" lbank="2" prog="39" /> + <Patch name="Snare 1" hbank="0" lbank="2" prog="40" /> + <Patch name="Snare 2" hbank="0" lbank="2" prog="41" /> + <Patch name="--@@@" hbank="0" lbank="2" prog="42" /> + <Patch name="SimmonsSnare" hbank="0" lbank="2" prog="43" /> + <Patch name="Reso Snare" hbank="0" lbank="2" prog="44" /> + <Patch name="Noisy Snare" hbank="0" lbank="2" prog="45" /> + <Patch name="ClapsMuehle" hbank="0" lbank="2" prog="46" /> + <Patch name="Claps Rev" hbank="0" lbank="2" prog="47" /> + <Patch name="Claps 1" hbank="0" lbank="2" prog="48" /> + <Patch name="Claps 2" hbank="0" lbank="2" prog="49" /> + <Patch name="Claps 3" hbank="0" lbank="2" prog="50" /> + <Patch name="High Head" hbank="0" lbank="2" prog="51" /> + <Patch name="High Head" hbank="0" lbank="2" prog="52" /> + <Patch name="Band Hihat" hbank="0" lbank="2" prog="53" /> + <Patch name="www.hihat.com" hbank="0" lbank="2" prog="54" /> + <Patch name="Heavy HiHat" hbank="0" lbank="2" prog="55" /> + <Patch name="El HiHat op" hbank="0" lbank="2" prog="56" /> + <Patch name="Open HiHat" hbank="0" lbank="2" prog="57" /> + <Patch name="HH Open" hbank="0" lbank="2" prog="58" /> + <Patch name="TR66 Sidestk" hbank="0" lbank="2" prog="59" /> + <Patch name="HH Closed 2" hbank="0" lbank="2" prog="60" /> + <Patch name="TR66 Hihat" hbank="0" lbank="2" prog="61" /> + <Patch name="El HiHat clsd" hbank="0" lbank="2" prog="62" /> + <Patch name="Percy Noises" hbank="0" lbank="2" prog="63" /> + <Patch name="Fat Zaps" hbank="0" lbank="2" prog="64" /> + <Patch name="Laser Shot" hbank="0" lbank="2" prog="65" /> + <Patch name="FM Noises" hbank="0" lbank="2" prog="66" /> + <Patch name="Zap Snap" hbank="0" lbank="2" prog="67" /> + <Patch name="Strom" hbank="0" lbank="2" prog="68" /> + <Patch name="TR66 Sidestk" hbank="0" lbank="2" prog="69" /> + <Patch name="African Perc." hbank="0" lbank="2" prog="70" /> + <Patch name="Conga" hbank="0" lbank="2" prog="71" /> + <Patch name="Claps 1" hbank="0" lbank="2" prog="72" /> + <Patch name="Quiro" hbank="0" lbank="2" prog="73" /> + <Patch name="Noise Reverse" hbank="0" lbank="2" prog="74" /> + <Patch name="Chinese Gong" hbank="0" lbank="2" prog="75" /> + <Patch name="Shattering FX" hbank="0" lbank="2" prog="76" /> + <Patch name="LFO Speeddwn" hbank="0" lbank="2" prog="77" /> + <Patch name="LFO Speedup" hbank="0" lbank="2" prog="78" /> + <Patch name="Open Sesam" hbank="0" lbank="2" prog="79" /> + <Patch name="Tuxedosun" hbank="0" lbank="2" prog="80" /> + <Patch name="THX Spot" hbank="0" lbank="2" prog="81" /> + <Patch name="Househarp" hbank="0" lbank="2" prog="82" /> + <Patch name="Help" hbank="0" lbank="2" prog="83" /> + <Patch name="Cpt. Future 2" hbank="0" lbank="2" prog="84" /> + <Patch name="Alien Syn" hbank="0" lbank="2" prog="85" /> + <Patch name="S.O.S" hbank="0" lbank="2" prog="86" /> + <Patch name="Spiders2000" hbank="0" lbank="2" prog="87" /> + <Patch name="FromOutaSpace" hbank="0" lbank="2" prog="88" /> + <Patch name="Voc. Strings" hbank="0" lbank="2" prog="89" /> + <Patch name="VocoderComb" hbank="0" lbank="2" prog="90" /> + <Patch name="Mindblast VC" hbank="0" lbank="2" prog="91" /> + <Patch name="Voc. Strings 2" hbank="0" lbank="2" prog="92" /> + <Patch name="Vocoder Crazy" hbank="0" lbank="2" prog="93" /> + <Patch name="Vocoder Mod" hbank="0" lbank="2" prog="94" /> + <Patch name="Voc. Robot" hbnk="0" lbank="2" prog="95" /> + <Patch name="Extern FX 1" hbank="0" lbank="2" prog="96" /> + <Patch name="Extern FX 2" hbank="0" lbank="2" prog="97" /> + <Patch name="External Through" hbank="0" lbank="2" prog="98" /> + <Patch name="Init Sound" hbank="0" lbank="2" prog="99" /> + </PatchGroup> + <PatchGroup name="Drums Bank D"> + <Patch name="AnalogDrumMap" hbank="0" lbank="4" prog="0" /> + <Patch name="DistoDrums" hbank="0" lbank="4" prog="1" /> + <Patch name="Snares+Claps" hbank="0" lbank="4" prog="2" /> + <Patch name="HiHats+Percs" hbank="0" lbank="4" prog="3" /> + <Patch name="Electro Set" hbank="0" lbank="4" prog="4" /> + <Patch name="StenzMap" hbank="0" lbank="4" prog="5" /> + <Patch name="Atmo Map" hbank="0" lbank="4" prog="6" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="7" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="8" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="9" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="10" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="11" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="12" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="13" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="14" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="15" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="16" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="17" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="18" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="19" /> + </PatchGroup> + <PatchGroup name="Internal Bank Multi"> + <Patch name="Venice Beach" hbank="0" lbank="104" prog="0" /> + <Patch name="Arp Chaos" hbank="0" lbank="104" prog="1" /> + <Patch name="Sinzig/Rhein" hbank="0" lbank="104" prog="2" /> + <Patch name="Choral" hbank="0" lbank="104" prog="3" /> + <Patch name="Zimmer Score" hbank="0" lbank="104" prog="4" /> + <Patch name="Movement" hbank="0" lbank="104" prog="5" /> + <Patch name="Kakophonie" hbank="0" lbank="104" prog="6" /> + <Patch name="20111973" hbank="0" lbank="104" prog="7" /> + <Patch name="Now Play Me!" hbank="0" lbank="104" prog="8" /> + <Patch name="Stakkatak" hbank="0" lbank="104" prog="9" /> + <Patch name="Tshingding" hbank="0" lbank="104" prog="10" /> + <Patch name="My Dream" hbank="0" lbank="104" prog="11" /> + <Patch name="Slow Mow" hbank="0" lbank="104" prog="12" /> + <Patch name="Superpad" hbank="0" lbank="104" prog="13" /> + <Patch name="At The Movies" hbank="0" lbank="104" prog="14" /> + <Patch name="Sequencer Multi" hbank="0" lbank="104" prog="15" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="16" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="17" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="18" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="19" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="20" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="21" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="22" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="23" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="24" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="25" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="26" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="27" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="28" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="29" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="30" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="31" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="32" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="33" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="34" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="35" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="36" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="37" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="38" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="39" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="40" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="41" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="42" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="43" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="44" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="45" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="46" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="47" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="48" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="49" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="50" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="51" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="52" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="53" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="54" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="55" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="56" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="57" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="58" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="59" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="60" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="61" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="62" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="63" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="64" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="65" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="66" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="67" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="68" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="69" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="70" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="71" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="72" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="73" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="74" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="75" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="76" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="77" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="78" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="79" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="80" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="81" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="82" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="83" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="84" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="85" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="86" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="87" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="88" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="89" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="90" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="91" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="92" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="93" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="94" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="95" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="96" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="97" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="98" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="99" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="Breath Control" l="2" /> + <Controller name="Foot Control" l="4" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Arp Range" l="12" /> + <Controller name="Arp Length" l="13" /> + <Controller name="Arp Active" l="14" /> + <Controller name="Lfo 1 Shape" l="15" /> + <Controller name="Lfo 1 Speed" l="16" /> + <Controller name="Lfo 1 Sync" l="17" /> + <Controller name="Lfo 1 Delay" l="18" /> + <Controller name="Lfo 2 Shape" l="19" /> + <Controller name="Lfo 2 Speed" l="20" /> + <Controller name="Lfo 2 Sync" l="21" /> + <Controller name="Lfo 2 Delay" l="22" /> + <Controller name="Lfo 3 Shape" l="23" /> + <Controller name="Lfo 3 Speed" l="24" /> + <Controller name="Lfo 3 Sync" l="25" /> + <Controller name="Lfo 3 Delay" l="26" /> + <Controller name="Osc 1 Octave" l="27" /> + <Controller name="Osc 1 Semitone" l="28" /> + <Controller name="Osc 1 Detune" l="29" /> + <Controller name="Osc 1 FM" l="30" /> + <Controller name="Osc 1 Shape" l="31" /> + <Controller name="Bank Select LSB" l="32" /> + <Controller name="Osc 1 PW" l="33" /> + <Controller name="Osc 1 PWM" l="34" /> + <Controller name="Osc 2 Octave" l="35" /> + <Controller name="Osc 2 Semitone" l="36" /> + <Controller name="Osc 2 Detune" l="37" /> + <Controller name="Osc 2 FM" l="38" /> + <Controller name="Osc 2 Shape" l="39" /> + <Controller name="Osc 2 PW" l="40" /> + <Controller name="Osc 2 PWM" l="41" /> + <Controller name="Osc 3 Octave" l="42" /> + <Controller name="Osc 3 Semitone" l="43" /> + <Controller name="Osc 3 Detune" l="44" /> + <Controller name="Osc 3 FM" l="45" /> + <Controller name="Osc 3 Shape" l="46" /> + <Controller name="Osc 3 PW" l="47" /> + <Controller name="Osc 3 PWM" l="48" /> + <Controller name="Sync" l="49" /> + <Controller name="Pitchmod" l="50" /> + <Controller name="Glide Mode" l="51" /> + <Controller name="Osc 1 Level" l="52" /> + <Controller name="Osc 1 Balance" l="53" /> + <Controller name="Ringmod Level" l="54" /> + <Controller name="Ringmod Balance" l="55" /> + <Controller name="Osc 2 Level" l="56" /> + <Controller name="Osc 2 Balance" l="57" /> + <Controller name="Osc 3 Level" l="58" /> + <Controller name="Osc 3 Balance" l="59" /> + <Controller name="N/E Level" l="60" /> + <Controller name="N/E Balance" l="61" /> + <Controller name="Sustain Pedal" l="64" /> + <Controller name="Glide Active" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="Routing" l="67" /> + <Controller name="Filter 1 Type" l="68" /> + <Controller name="Filter 1 Cutoff" l="69" /> + <Controller name="Filter 1 Resonance" l="70" /> + <Controller name="Filter 1 Drive" l="71" /> + <Controller name="Filter 1 Keytrack" l="72" /> + <Controller name="Filter 1 Env. Amount" l="73" /> + <Controller name="Filter 1 Env. Velocity" l="74" /> + <Controller name="Filter 1 CutoffMod" l="75" /> + <Controller name="Filter 1 FM" l="76" /> + <Controller name="Filter 1 Pan" l="77" /> + <Controller name="Filter 1 PanMod" l="78" /> + <Controller name="Filter 2 Type" l="79" /> + <Controller name="Filter 2 Cutoff" l="80" /> + <Controller name="Filter 2 Resonance" l="81" /> + <Controller name="Filter 2 Drive" l="82" /> + <Controller name="Filter 2 Keytrack" l="83" /> + <Controller name="Filter 2 Env. Amount" l="84" /> + <Controller name="Filter 2 Env. Velocity" l="85" /> + <Controller name="Filter 2 CutoffMod" l="86" /> + <Controller name="Filter 2 FM" l="87" /> + <Controller name="Filter 2 Pan" l="88" /> + <Controller name="Filter 2 PanMod" l="89" /> + <Controller name="Amp Volume" l="90" /> + <Controller name="Amp Velocity" l="91" /> + <Controller name="Amp Mod" l="92" /> + <Controller name="FX 1 Mix" l="93" /> + <Controller name="FX 2 Mix" l="94" /> + <Controller name="FE Attack" l="95" /> + <Controller name="FE Decay" l="96" /> + <Controller name="FE Sustain" l="97" /> + <Controller name="FE Decay 2" l="98" /> + <Controller name="FE Sustain 2" l="99" /> + <Controller name="FE Release" l="100" /> + <Controller name="AE Attack" l="101" /> + <Controller name="AE Decay" l="102" /> + <Controller name="AE Sustain" l="103" /> + <Controller name="AE Decay 2" l="104" /> + <Controller name="AE Sustain 2" l="105" /> + <Controller name="AE Release" l="106" /> + <Controller name="E3 Attack" l="107" /> + <Controller name="E3 Decay" l="108" /> + <Controller name="E3 Sustain" l="109" /> + <Controller name="E3 Decay 2" l="110" /> + <Controller name="E3 Sustain 2" l="111" /> + <Controller name="E3 Release" l="112" /> + <Controller name="E4 Attack" l="113" /> + <Controller name="E4 Decay" l="114" /> + <Controller name="E4 Sustain" l="115" /> + <Controller name="E4 Decay 2" l="116" /> + <Controller name="E4 Sustain 2" l="117" /> + <Controller name="E4 Release" l="118" /> + <Controller name="All Sounds Off" l="120" /> + <Controller name="Reset All Controllers" l="121" /> + <Controller name="Local Control" l="122" /> + <Controller name="All Notes Off" l="123" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Waldorf-microQ-Factory2001.idf b/muse2/share/instruments/Waldorf-microQ-Factory2001.idf new file mode 100644 index 00000000..41469732 --- /dev/null +++ b/muse2/share/instruments/Waldorf-microQ-Factory2001.idf @@ -0,0 +1,552 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Waldorf microQ Factory2001"> + <PatchGroup name="Internal Bank A"> + <Patch name="LosAngeles2019" hbank="0" lbank="0" prog="0" /> + <Patch name="Rain" hbank="0" lbank="0" prog="1" /> + <Patch name="Choir 2.0" hbank="0" lbank="0" prog="2" /> + <Patch name="Zeitlos" hbank="0" lbank="0" prog="3" /> + <Patch name="Expensive" hbank="0" lbank="0" prog="4" /> + <Patch name="OBX Purple5" hbank="0" lbank="0" prog="5" /> + <Patch name="Queen-mom" hbank="0" lbank="0" prog="6" /> + <Patch name="Juanita" hbank="0" lbank="0" prog="7" /> + <Patch name="Demolition" hbank="0" lbank="0" prog="8" /> + <Patch name="The Showroom" hbank="0" lbank="0" prog="9" /> + <Patch name="Wartofsky" hbank="0" lbank="0" prog="10" /> + <Patch name="Cut-Verb" hbank="0" lbank="0" prog="11" /> + <Patch name="Visions of Q" hbank="0" lbank="0" prog="12" /> + <Patch name="MI5 Pad" hbank="0" lbank="0" prog="13" /> + <Patch name="Tank Girl" hbank="0" lbank="0" prog="14" /> + <Patch name="Attacke" hbank="0" lbank="0" prog="15" /> + <Patch name="11KHz Solo" hbank="0" lbank="0" prog="16" /> + <Patch name="Ass age:101" hbank="0" lbank="0" prog="17" /> + <Patch name="Hypnose 2.0" hbank="0" lbank="0" prog="18" /> + <Patch name="Cleanline 303" hbank="0" lbank="0" prog="19" /> + <Patch name="www.arp.com" hbank="0" lbank="0" prog="20" /> + <Patch name="Giedi Prime" hbank="0" lbank="0" prog="21" /> + <Patch name="Vince Clark 3" hbank="0" lbank="0" prog="22" /> + <Patch name="Night Flight" hbank="0" lbank="0" prog="23" /> + <Patch name="Kamm-FX2" hbank="0" lbank="0" prog="24" /> + <Patch name="Metal Jelly 3" hbank="0" lbank="0" prog="25" /> + <Patch name="Acid Phunk" hbank="0" lbank="0" prog="26" /> + <Patch name="Digiseq" hbank="0" lbank="0" prog="27" /> + <Patch name="FM Pads" hbank="0" lbank="0" prog="28" /> + <Patch name="Kakophonia 1" hbank="0" lbank="0" prog="29" /> + <Patch name="BackStrings" hbank="0" lbank="0" prog="30" /> + <Patch name="Flinker" hbank="0" lbank="0" prog="31" /> + <Patch name="TheWidestEver" hbank="0" lbank="0" prog="32" /> + <Patch name="DuneSdTrak" hbank="0" lbank="0" prog="33" /> + <Patch name="PrincessStrgs" hbank="0" lbank="0" prog="34" /> + <Patch name="Namlooking" hbank="0" lbank="0" prog="35" /> + <Patch name="Fiftyfive" hbank="0" lbank="0" prog="36" /> + <Patch name="Liquid Strg" hbank="0" lbank="0" prog="37" /> + <Patch name="CS100" hbank="0" lbank="0" prog="38" /> + <Patch name="Enough Power" hbank="0" lbank="0" prog="39" /> + <Patch name="Alphaville ?!" hbank="0" lbank="0" prog="40" /> + <Patch name="Breit..." hbank="0" lbank="0" prog="41" /> + <Patch name="Chord-Hose" hbank="0" lbank="0" prog="42" /> + <Patch name="Cool Porta" hbank="0" lbank="0" prog="43" /> + <Patch name="Trennkost" hbank="0" lbank="0" prog="44" /> + <Patch name="Deep Synth" hbank="0" lbank="0" prog="45" /> + <Patch name="Sounds BP" hbank="0" lbank="0" prog="46" /> + <Patch name="XTk Bass Xt2" hbank="0" lbank="0" prog="47" /> + <Patch name="Vibro-Hook" hbank="0" lbank="0" prog="48" /> + <Patch name="Stuermer 2" hbank="0" lbank="0" prog="49" /> + <Patch name="Killer Bass" hbank="0" lbank="0" prog="50" /> + <Patch name="707Bass" hbank="0" lbank="0" prog="51" /> + <Patch name="Narrow" hbank="0" lbank="0" prog="52" /> + <Patch name="Gum Bass" hbank="0" lbank="0" prog="53" /> + <Patch name="NoreBass#2" hbank="0" lbank="0" prog="54" /> + <Patch name="Phalanx Bass" hbank="0" lbank="0" prog="55" /> + <Patch name="CCCP 70 E" hbank="0" lbank="0" prog="56" /> + <Patch name="Comb Clavi" hbank="0" lbank="0" prog="57" /> + <Patch name="FM-Rhodes 1" hbank="0" lbank="0" prog="58" /> + <Patch name="Shed" hbank="0" lbank="0" prog="59" /> + <Patch name="Wartz Piano1" hbank="0" lbank="0" prog="60" /> + <Patch name="Dirty Organ1" hbank="0" lbank="0" prog="61" /> + <Patch name="Tankin\" hbank="0" lbank="0" prog="62" /> + <Patch name="Old * Uck" hbank="0" lbank="0" prog="63" /> + <Patch name="Testosteron" hbank="0" lbank="0" prog="64" /> + <Patch name="Juno Soul" hbank="0" lbank="0" prog="65" /> + <Patch name="Head Hunter" hbank="0" lbank="0" prog="66" /> + <Patch name="Polaris" hbank="0" lbank="0" prog="67" /> + <Patch name="PrincessBells" hbank="0" lbank="0" prog="68" /> + <Patch name="Bells" hbank="0" lbank="0" prog="69" /> + <Patch name="TributeTo DX" hbank="0" lbank="0" prog="70" /> + <Patch name="DollarBells" hbank="0" lbank="0" prog="71" /> + <Patch name="Clock+Bells" hbank="0" lbank="0" prog="72" /> + <Patch name="RainAfterSun" hbank="0" lbank="0" prog="73" /> + <Patch name="Phazer PWM" hbank="0" lbank="0" prog="74" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="75" /> + <Patch name="Ultimaterial" hbank="0" lbank="0" prog="76" /> + <Patch name="Broadway" hbank="0" lbank="0" prog="77" /> + <Patch name="Dizzyland" hbank="0" lbank="0" prog="78" /> + <Patch name="WaveDrone" hbank="0" lbank="0" prog="79" /> + <Patch name="Major Matrix" hbank="0" lbank="0" prog="80" /> + <Patch name="Pop Melodee" hbank="0" lbank="0" prog="81" /> + <Patch name="Jp8 TRACER" hbank="0" lbank="0" prog="82" /> + <Patch name="HornsOfJericho" hbank="0" lbank="0" prog="83" /> + <Patch name="Meteor" hbank="0" lbank="0" prog="84" /> + <Patch name="CombTutorial" hbank="0" lbank="0" prog="85" /> + <Patch name="TschingHisCan" hbank="0" lbank="0" prog="86" /> + <Patch name="Phazed Chordz" hbank="0" lbank="0" prog="87" /> + <Patch name="Panreduction" hbank="0" lbank="0" prog="88" /> + <Patch name="Pluto" hbank="0" lbank="0" prog="89" /> + <Patch name="One Note BP" hbank="0" lbank="0" prog="90" /> + <Patch name="Ritual" hbank="0" lbank="0" prog="91" /> + <Patch name="He\s here!!!" hbank="0" lbank="0" prog="92" /> + <Patch name="Rubber" hbank="0" lbank="0" prog="93" /> + <Patch name="Buzzer 3" hbank="0" lbank="0" prog="94" /> + <Patch name="Sierra Velone" hbank="0" lbank="0" prog="95" /> + <Patch name="TheQBots" hbank="0" lbank="0" prog="96" /> + <Patch name="Bassline 3O3" hbank="0" lbank="0" prog="97" /> + <Patch name="Basssser" hbank="0" lbank="0" prog="98" /> + <Patch name="Moogish 2" hbank="0" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank B"> + <Patch name="Jazz Percssn" hbank="0" lbank="1" prog="0" /> + <Patch name="Wurlitzer104b" hbank="0" lbank="1" prog="1" /> + <Patch name="Organ #2" hbank="0" lbank="1" prog="2" /> + <Patch name="Funky Q" hbank="0" lbank="1" prog="3" /> + <Patch name="Wurlitzer" hbank="0" lbank="1" prog="4" /> + <Patch name="Ring Sequel" hbank="0" lbank="1" prog="5" /> + <Patch name="Bellophon" hbank="0" lbank="1" prog="6" /> + <Patch name="Qvation" hbank="0" lbank="1" prog="7" /> + <Patch name="Plucked Nylon" hbank="0" lbank="1" prog="8" /> + <Patch name="Pizzicated" hbank="0" lbank="1" prog="9" /> + <Patch name="Sonnenaufgang" hbank="0" lbank="1" prog="10" /> + <Patch name="FilterDenKamm" hbank="0" lbank="1" prog="11" /> + <Patch name="Qool Water" hbank="0" lbank="1" prog="12" /> + <Patch name="Dark Strings" hbank="0" lbank="1" prog="13" /> + <Patch name="Q-Sweep2" hbank="0" lbank="1" prog="14" /> + <Patch name="Score Edition" hbank="0" lbank="1" prog="15" /> + <Patch name="Soap" hbank="0" lbank="1" prog="16" /> + <Patch name="Soft Pad" hbank="0" lbank="1" prog="17" /> + <Patch name="Wide Saw Pad" hbank="0" lbank="1" prog="18" /> + <Patch name="FaMtastic" hbank="0" lbank="1" prog="19" /> + <Patch name="Kiddings" hbank="0" lbank="1" prog="20" /> + <Patch name="Poor Prophets" hbank="0" lbank="1" prog="21" /> + <Patch name="LggSit" hbank="0" lbank="1" prog="22" /> + <Patch name="Like Wool" hbank="0" lbank="1" prog="23" /> + <Patch name="FlimmerStrings" hbank="0" lbank="1" prog="24" /> + <Patch name="Padagogy" hbank="0" lbank="1" prog="25" /> + <Patch name="PhaserStrings" hbank="0" lbank="1" prog="26" /> + <Patch name="FMBP Sweep" hbank="0" lbank="1" prog="27" /> + <Patch name="Q-rious?" hbank="0" lbank="1" prog="28" /> + <Patch name="ProducersPad" hbank="0" lbank="1" prog="29" /> + <Patch name="FransenHarfe" hbank="0" lbank="1" prog="30" /> + <Patch name="Western Wind" hbank="0" lbank="1" prog="31" /> + <Patch name="Giga Prune" hbank="0" lbank="1" prog="32" /> + <Patch name="Acostic Glue" hbank="0" lbank="1" prog="33" /> + <Patch name="Chor 16\" hbank="0" lbank="1" prog="34" /> + <Patch name="JMX vs. DeLeon" hbank="0" lbank="1" prog="35" /> + <Patch name="HighpassFixer" hbank="0" lbank="1" prog="36" /> + <Patch name="Kl0ppelspitze" hbank="0" lbank="1" prog="37" /> + <Patch name="Mono Sync" hbank="0" lbank="1" prog="38" /> + <Patch name="MurkSolo" hbank="0" lbank="1" prog="39" /> + <Patch name="Cry Baby" hbank="0" lbank="1" prog="40" /> + <Patch name="VintageSpring" hbank="0" lbank="1" prog="41" /> + <Patch name="Liquid Mel" hbank="0" lbank="1" prog="42" /> + <Patch name="Zombie Nation" hbank="0" lbank="1" prog="43" /> + <Patch name="PWMaster" hbank="0" lbank="1" prog="44" /> + <Patch name="Qliniqs !!!" hbank="0" lbank="1" prog="45" /> + <Patch name="Quintage" hbank="0" lbank="1" prog="46" /> + <Patch name="Up And Down" hbank="0" lbank="1" prog="47" /> + <Patch name="Siegessaeule" hbank="0" lbank="1" prog="48" /> + <Patch name="Saw Lead" hbank="0" lbank="1" prog="49" /> + <Patch name="Schubduese" hbank="0" lbank="1" prog="50" /> + <Patch name="Sparkle Solo" hbank="0" lbank="1" prog="51" /> + <Patch name="TQ 303" hbank="0" lbank="1" prog="52" /> + <Patch name="Phat Beat" hbank="0" lbank="1" prog="53" /> + <Patch name="Moany" hbank="0" lbank="1" prog="54" /> + <Patch name="Naap! 3" hbank="0" lbank="1" prog="55" /> + <Patch name="Matrone" hbank="0" lbank="1" prog="56" /> + <Patch name="Tiny Solo" hbank="0" lbank="1" prog="57" /> + <Patch name="TuBerkel" hbank="0" lbank="1" prog="58" /> + <Patch name="Wells\Tripod" hbank="0" lbank="1" prog="59" /> + <Patch name="Crunchy Nuts" hbank="0" lbank="1" prog="60" /> + <Patch name="Aggreppo" hbank="0" lbank="1" prog="61" /> + <Patch name="Tsching Lead" hbank="0" lbank="1" prog="62" /> + <Patch name="Compromise K" hbank="0" lbank="1" prog="63" /> + <Patch name="Pressure Drive" hbank="0" lbank="1" prog="64" /> + <Patch name="Freaky Syncro" hbank="0" lbank="1" prog="65" /> + <Patch name="Menace-Bass" hbank="0" lbank="1" prog="66" /> + <Patch name="8bit ARP" hbank="0" lbank="1" prog="67" /> + <Patch name="SpaceFloats" hbank="0" lbank="1" prog="68" /> + <Patch name="padScrape" hbank="0" lbank="1" prog="69" /> + <Patch name="PickItUp" hbank="0" lbank="1" prog="70" /> + <Patch name="JCage 3" hbank="0" lbank="1" prog="71" /> + <Patch name="Steelophon" hbank="0" lbank="1" prog="72" /> + <Patch name="Moog55 Porta" hbank="0" lbank="1" prog="73" /> + <Patch name="Plock Lead" hbank="0" lbank="1" prog="74" /> + <Patch name="Melodei" hbank="0" lbank="1" prog="75" /> + <Patch name="Ghettomaster" hbank="0" lbank="1" prog="76" /> + <Patch name="Golden Arp 4" hbank="0" lbank="1" prog="77" /> + <Patch name="Qoir Spect 1+" hbank="0" lbank="1" prog="78" /> + <Patch name="Arctic Dunes" hbank="0" lbank="1" prog="79" /> + <Patch name="E-Piano Phase" hbank="0" lbank="1" prog="80" /> + <Patch name="New Ethnic" hbank="0" lbank="1" prog="81" /> + <Patch name="ForgetTheTB 2" hbank="0" lbank="1" prog="82" /> + <Patch name="China Hit" hbank="0" lbank="1" prog="83" /> + <Patch name="Distinguish" hbank="0" lbank="1" prog="84" /> + <Patch name="s+h pad" hbank="0" lbank="1" prog="85" /> + <Patch name="Jump V.Halen" hbank="0" lbank="1" prog="86" /> + <Patch name="Bass Six" hbank="0" lbank="1" prog="87" /> + <Patch name="Rectangle" hbank="0" lbank="1" prog="88" /> + <Patch name="BasMannen(tm)" hbank="0" lbank="1" prog="89" /> + <Patch name="Eerrie" hbank="0" lbank="1" prog="90" /> + <Patch name="Event Horizon" hbank="0" lbank="1" prog="91" /> + <Patch name="Cousteau 2001" hbank="0" lbank="1" prog="92" /> + <Patch name="Space MusiQ 1" hbank="0" lbank="1" prog="93" /> + <Patch name="Sound Track" hbank="0" lbank="1" prog="94" /> + <Patch name="Buddha Pad" hbank="0" lbank="1" prog="95" /> + <Patch name="Pro5 Brass" hbank="0" lbank="1" prog="96" /> + <Patch name="VintageBass" hbank="0" lbank="1" prog="97" /> + <Patch name="Perc Xtrnal" hbank="0" lbank="1" prog="98" /> + <Patch name="Ext. Mangeler" hbank="0" lbank="1" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank C"> + <Patch name="The Beginning" hbank="0" lbank="2" prog="0" /> + <Patch name="Acostic Glue" hbank="0" lbank="2" prog="1" /> + <Patch name="VeryCompleqs" hbank="0" lbank="2" prog="2" /> + <Patch name="Brightseite" hbank="0" lbank="2" prog="3" /> + <Patch name="TheDarkPlanet" hbank="0" lbank="2" prog="4" /> + <Patch name="Q Tables" hbank="0" lbank="2" prog="5" /> + <Patch name="Trance-Port" hbank="0" lbank="2" prog="6" /> + <Patch name="Slow Wavetrip" hbank="0" lbank="2" prog="7" /> + <Patch name="PDQ ;-) WT13" hbank="0" lbank="2" prog="8" /> + <Patch name="Tranquilizer" hbank="0" lbank="2" prog="9" /> + <Patch name="S+H+Pad+Nice" hbank="0" lbank="2" prog="10" /> + <Patch name="Arctica" hbank="0" lbank="2" prog="11" /> + <Patch name="The BORG" hbank="0" lbank="2" prog="12" /> + <Patch name="Deep Space" hbank="0" lbank="2" prog="13" /> + <Patch name="Kairos" hbank="0" lbank="2" prog="14" /> + <Patch name="The Fog" hbank="0" lbank="2" prog="15" /> + <Patch name="HellsbugsIntro" hbank="0" lbank="2" prog="16" /> + <Patch name="feel WAVE" hbank="0" lbank="2" prog="17" /> + <Patch name="VocodaBass" hbank="0" lbank="2" prog="18" /> + <Patch name="Maschinenraum" hbank="0" lbank="2" prog="19" /> + <Patch name="Animals" hbank="0" lbank="2" prog="20" /> + <Patch name="Tire-Guy" hbank="0" lbank="2" prog="21" /> + <Patch name="Spiders2001" hbank="0" lbank="2" prog="22" /> + <Patch name="Waterfone2001" hbank="0" lbank="2" prog="23" /> + <Patch name="BD-Q0Q" hbank="0" lbank="2" prog="24" /> + <Patch name="Electric Drum" hbank="0" lbank="2" prog="25" /> + <Patch name="Bee Drum" hbank="0" lbank="2" prog="26" /> + <Patch name="909 Kick 1" hbank="0" lbank="2" prog="27" /> + <Patch name="909 Kick 2" hbank="0" lbank="2" prog="28" /> + <Patch name="Q 808" hbank="0" lbank="2" prog="29" /> + <Patch name="ClipDrum" hbank="0" lbank="2" prog="30" /> + <Patch name="House Kick" hbank="0" lbank="2" prog="31" /> + <Patch name="Techno Kick" hbank="0" lbank="2" prog="32" /> + <Patch name="Linniskus" hbank="0" lbank="2" prog="33" /> + <Patch name="El Snare 1" hbank="0" lbank="2" prog="34" /> + <Patch name="E-Snare 2" hbank="0" lbank="2" prog="35" /> + <Patch name="Fast Snare" hbank="0" lbank="2" prog="36" /> + <Patch name="808 Snare 1" hbank="0" lbank="2" prog="37" /> + <Patch name="808 Snare 2" hbank="0" lbank="2" prog="38" /> + <Patch name="Thin Snare" hbank="0" lbank="2" prog="39" /> + <Patch name="Snare 1" hbank="0" lbank="2" prog="40" /> + <Patch name="Snare 2" hbank="0" lbank="2" prog="41" /> + <Patch name="Metalic Snare" hbank="0" lbank="2" prog="42" /> + <Patch name="SimmonsSnare" hbank="0" lbank="2" prog="43" /> + <Patch name="Reso Snare" hbank="0" lbank="2" prog="44" /> + <Patch name="Noisy Snare" hbank="0" lbank="2" prog="45" /> + <Patch name="ClapsMuehle" hbank="0" lbank="2" prog="46" /> + <Patch name="Claps Rev" hbank="0" lbank="2" prog="47" /> + <Patch name="Claps 1" hbank="0" lbank="2" prog="48" /> + <Patch name="Claps 2" hbank="0" lbank="2" prog="49" /> + <Patch name="Claps 3" hbank="0" lbank="2" prog="50" /> + <Patch name="High Head" hbank="0" lbank="2" prog="51" /> + <Patch name="High Head" hbank="0" lbank="2" prog="52" /> + <Patch name="Band Hihat" hbank="0" lbank="2" prog="53" /> + <Patch name="www.hihat.com" hbank="0" lbank="2" prog="54" /> + <Patch name="Heavy HiHat" hbank="0" lbank="2" prog="55" /> + <Patch name="El HiHat op" hbank="0" lbank="2" prog="56" /> + <Patch name="Open HiHat" hbank="0" lbank="2" prog="57" /> + <Patch name="HH Open" hbank="0" lbank="2" prog="58" /> + <Patch name="TR66 Sidestk" hbank="0" lbank="2" prog="59" /> + <Patch name="Tom Lo" hbank="0" lbank="2" prog="60" /> + <Patch name="Tom Hi" hbank="0" lbank="2" prog="61" /> + <Patch name="Tom Mid" hbank="0" lbank="2" prog="62" /> + <Patch name="Tympani" hbank="0" lbank="2" prog="63" /> + <Patch name="LoFi Perc" hbank="0" lbank="2" prog="64" /> + <Patch name="Shot 1" hbank="0" lbank="2" prog="65" /> + <Patch name="African Perc." hbank="0" lbank="2" prog="66" /> + <Patch name="Peer Cussion" hbank="0" lbank="2" prog="67" /> + <Patch name="Percy Noises" hbank="0" lbank="2" prog="68" /> + <Patch name="Strom" hbank="0" lbank="2" prog="69" /> + <Patch name="Tron Ring Game" hbank="0" lbank="2" prog="70" /> + <Patch name="Eperc A" hbank="0" lbank="2" prog="71" /> + <Patch name="Fat Zaps" hbank="0" lbank="2" prog="72" /> + <Patch name="Zap Snap" hbank="0" lbank="2" prog="73" /> + <Patch name="FM Noises" hbank="0" lbank="2" prog="74" /> + <Patch name="LFO Speeddwn" hbank="0" lbank="2" prog="75" /> + <Patch name="LFO Speedup" hbank="0" lbank="2" prog="76" /> + <Patch name="No Way!" hbank="0" lbank="2" prog="77" /> + <Patch name="Flash" hbank="0" lbank="2" prog="78" /> + <Patch name="Chinese Gong" hbank="0" lbank="2" prog="79" /> + <Patch name="Quiro" hbank="0" lbank="2" prog="80" /> + <Patch name="Shattering FX" hbank="0" lbank="2" prog="81" /> + <Patch name="Tribbles" hbank="0" lbank="2" prog="82" /> + <Patch name="Star Trek 1" hbank="0" lbank="2" prog="83" /> + <Patch name="Star Wars" hbank="0" lbank="2" prog="84" /> + <Patch name="Lenco Clean" hbank="0" lbank="2" prog="85" /> + <Patch name="ZeitlosVocoder" hbank="0" lbank="2" prog="86" /> + <Patch name="Comb+/-Vocoder" hbank="0" lbank="2" prog="87" /> + <Patch name="FM Vocoder" hbank="0" lbank="2" prog="88" /> + <Patch name="Crazy Vocoder" hbank="0" lbank="2" prog="89" /> + <Patch name="Dr. Vocoder" hbank="0" lbank="2" prog="90" /> + <Patch name="VocoderStrings" hbank="0" lbank="2" prog="91" /> + <Patch name="Arp+Voc=???" hbank="0" lbank="2" prog="92" /> + <Patch name="Ext.Input FX" hbank="0" lbank="2" prog="93" /> + <Patch name="Ext.InputCrazy" hbank="0" lbank="2" prog="94" /> + <Patch name="Arp Init" hbank="0" lbank="2" prog="95" /> + <Patch name="Bass Init" hbank="0" lbank="2" prog="96" /> + <Patch name="Lead Init" hbank="0" lbank="2" prog="97" /> + <Patch name="Pad Init" hbank="0" lbank="2" prog="98" /> + <Patch name="Init Sound 2.0" hbank="0" lbank="2" prog="99" /> + </PatchGroup> + <PatchGroup name="Drums Bank D"> + <Patch name="Techno Set" hbank="0" lbank="4" prog="0" /> + <Patch name="Bass Drums" hbank="0" lbank="4" prog="1" /> + <Patch name="Snares+Claps" hbank="0" lbank="4" prog="2" /> + <Patch name="HiHats+Percs" hbank="0" lbank="4" prog="3" /> + <Patch name="Electro Set" hbank="0" lbank="4" prog="4" /> + <Patch name="StenzMap" hbank="0" lbank="4" prog="5" /> + <Patch name="Atmo Map" hbank="0" lbank="4" prog="6" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="7" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="8" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="9" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="10" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="11" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="12" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="13" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="14" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="15" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="16" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="17" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="18" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="19" /> + </PatchGroup> + <PatchGroup name="Internal Bank Multi"> + <Patch name="Venice Beach" hbank="0" lbank="104" prog="0" /> + <Patch name="Arp Chaos" hbank="0" lbank="104" prog="1" /> + <Patch name="Sinzig/Rhein" hbank="0" lbank="104" prog="2" /> + <Patch name="Choral" hbank="0" lbank="104" prog="3" /> + <Patch name="Zimmer Score" hbank="0" lbank="104" prog="4" /> + <Patch name="Movement" hbank="0" lbank="104" prog="5" /> + <Patch name="Kakophonie" hbank="0" lbank="104" prog="6" /> + <Patch name="20111973" hbank="0" lbank="104" prog="7" /> + <Patch name="Now Play Me!" hbank="0" lbank="104" prog="8" /> + <Patch name="Stakkatak" hbank="0" lbank="104" prog="9" /> + <Patch name="Tshingding" hbank="0" lbank="104" prog="10" /> + <Patch name="My Dream" hbank="0" lbank="104" prog="11" /> + <Patch name="Slow Mow" hbank="0" lbank="104" prog="12" /> + <Patch name="Superpad" hbank="0" lbank="104" prog="13" /> + <Patch name="At The Movies" hbank="0" lbank="104" prog="14" /> + <Patch name="Sequencer Multi" hbank="0" lbank="104" prog="15" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="16" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="17" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="18" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="19" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="20" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="21" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="22" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="23" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="24" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="25" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="26" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="27" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="28" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="29" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="30" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="31" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="32" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="33" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="34" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="35" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="36" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="37" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="38" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="39" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="40" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="41" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="42" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="43" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="44" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="45" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="46" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="47" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="48" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="49" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="50" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="51" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="52" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="53" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="54" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="55" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="56" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="57" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="58" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="59" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="60" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="61" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="62" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="63" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="64" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="65" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="66" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="67" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="68" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="69" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="70" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="71" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="72" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="73" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="74" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="75" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="76" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="77" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="78" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="79" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="80" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="81" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="82" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="83" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="84" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="85" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="86" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="87" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="88" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="89" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="90" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="91" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="92" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="93" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="94" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="95" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="96" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="97" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="98" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="99" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="Breath Control" l="2" /> + <Controller name="Foot Control" l="4" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Arp Range" l="12" /> + <Controller name="Arp Length" l="13" /> + <Controller name="Arp Active" l="14" /> + <Controller name="Lfo 1 Shape" l="15" /> + <Controller name="Lfo 1 Speed" l="16" /> + <Controller name="Lfo 1 Sync" l="17" /> + <Controller name="Lfo 1 Delay" l="18" /> + <Controller name="Lfo 2 Shape" l="19" /> + <Controller name="Lfo 2 Speed" l="20" /> + <Controller name="Lfo 2 Sync" l="21" /> + <Controller name="Lfo 2 Delay" l="22" /> + <Controller name="Lfo 3 Shape" l="23" /> + <Controller name="Lfo 3 Speed" l="24" /> + <Controller name="Lfo 3 Sync" l="25" /> + <Controller name="Lfo 3 Delay" l="26" /> + <Controller name="Osc 1 Octave" l="27" /> + <Controller name="Osc 1 Semitone" l="28" /> + <Controller name="Osc 1 Detune" l="29" /> + <Controller name="Osc 1 FM" l="30" /> + <Controller name="Osc 1 Shape" l="31" /> + <Controller name="Bank Select LSB" l="32" /> + <Controller name="Osc 1 PW" l="33" /> + <Controller name="Osc 1 PWM" l="34" /> + <Controller name="Osc 2 Octave" l="35" /> + <Controller name="Osc 2 Semitone" l="36" /> + <Controller name="Osc 2 Detune" l="37" /> + <Controller name="Osc 2 FM" l="38" /> + <Controller name="Osc 2 Shape" l="39" /> + <Controller name="Osc 2 PW" l="40" /> + <Controller name="Osc 2 PWM" l="41" /> + <Controller name="Osc 3 Octave" l="42" /> + <Controller name="Osc 3 Semitone" l="43" /> + <Controller name="Osc 3 Detune" l="44" /> + <Controller name="Osc 3 FM" l="45" /> + <Controller name="Osc 3 Shape" l="46" /> + <Controller name="Osc 3 PW" l="47" /> + <Controller name="Osc 3 PWM" l="48" /> + <Controller name="Sync" l="49" /> + <Controller name="Pitchmod" l="50" /> + <Controller name="Glide Mode" l="51" /> + <Controller name="Osc 1 Level" l="52" /> + <Controller name="Osc 1 Balance" l="53" /> + <Controller name="Ringmod Level" l="54" /> + <Controller name="Ringmod Balance" l="55" /> + <Controller name="Osc 2 Level" l="56" /> + <Controller name="Osc 2 Balance" l="57" /> + <Controller name="Osc 3 Level" l="58" /> + <Controller name="Osc 3 Balance" l="59" /> + <Controller name="N/E Level" l="60" /> + <Controller name="N/E Balance" l="61" /> + <Controller name="Sustain Pedal" l="64" /> + <Controller name="Glide Active" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="Routing" l="67" /> + <Controller name="Filter 1 Type" l="68" /> + <Controller name="Filter 1 Cutoff" l="69" /> + <Controller name="Filter 1 Resonance" l="70" /> + <Controller name="Filter 1 Drive" l="71" /> + <Controller name="Filter 1 Keytrack" l="72" /> + <Controller name="Filter 1 Env. Amount" l="73" /> + <Controller name="Filter 1 Env. Velocity" l="74" /> + <Controller name="Filter 1 CutoffMod" l="75" /> + <Controller name="Filter 1 FM" l="76" /> + <Controller name="Filter 1 Pan" l="77" /> + <Controller name="Filter 1 PanMod" l="78" /> + <Controller name="Filter 2 Type" l="79" /> + <Controller name="Filter 2 Cutoff" l="80" /> + <Controller name="Filter 2 Resonance" l="81" /> + <Controller name="Filter 2 Drive" l="82" /> + <Controller name="Filter 2 Keytrack" l="83" /> + <Controller name="Filter 2 Env. Amount" l="84" /> + <Controller name="Filter 2 Env. Velocity" l="85" /> + <Controller name="Filter 2 CutoffMod" l="86" /> + <Controller name="Filter 2 FM" l="87" /> + <Controller name="Filter 2 Pan" l="88" /> + <Controller name="Filter 2 PanMod" l="89" /> + <Controller name="Amp Volume" l="90" /> + <Controller name="Amp Velocity" l="91" /> + <Controller name="Amp Mod" l="92" /> + <Controller name="FX 1 Mix" l="93" /> + <Controller name="FX 2 Mix" l="94" /> + <Controller name="FE Attack" l="95" /> + <Controller name="FE Decay" l="96" /> + <Controller name="FE Sustain" l="97" /> + <Controller name="FE Decay 2" l="98" /> + <Controller name="FE Sustain 2" l="99" /> + <Controller name="FE Release" l="100" /> + <Controller name="AE Attack" l="101" /> + <Controller name="AE Decay" l="102" /> + <Controller name="AE Sustain" l="103" /> + <Controller name="AE Decay 2" l="104" /> + <Controller name="AE Sustain 2" l="105" /> + <Controller name="AE Release" l="106" /> + <Controller name="E3 Attack" l="107" /> + <Controller name="E3 Decay" l="108" /> + <Controller name="E3 Sustain" l="109" /> + <Controller name="E3 Decay 2" l="110" /> + <Controller name="E3 Sustain 2" l="111" /> + <Controller name="E3 Release" l="112" /> + <Controller name="E4 Attack" l="113" /> + <Controller name="E4 Decay" l="114" /> + <Controller name="E4 Sustain" l="115" /> + <Controller name="E4 Decay 2" l="116" /> + <Controller name="E4 Sustain 2" l="117" /> + <Controller name="E4 Release" l="118" /> + <Controller name="All Sounds Off" l="120" /> + <Controller name="Reset All Controllers" l="121" /> + <Controller name="Local Control" l="122" /> + <Controller name="All Notes Off" l="123" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Waldorf-microQ-Phoenix.idf b/muse2/share/instruments/Waldorf-microQ-Phoenix.idf new file mode 100644 index 00000000..2a0ef824 --- /dev/null +++ b/muse2/share/instruments/Waldorf-microQ-Phoenix.idf @@ -0,0 +1,552 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Waldorf microQ Phoenix"> + <PatchGroup name="Internal Bank A"> + <Patch name="LosAngeles2019" hbank="0" lbank="0" prog="0" /> + <Patch name="Rain" hbank="0" lbank="0" prog="1" /> + <Patch name="Hypnose 2.0" hbank="0" lbank="0" prog="2" /> + <Patch name="Zeitlos" hbank="0" lbank="0" prog="3" /> + <Patch name="Expensive" hbank="0" lbank="0" prog="4" /> + <Patch name="OBX Purple5" hbank="0" lbank="0" prog="5" /> + <Patch name="Queen-mom" hbank="0" lbank="0" prog="6" /> + <Patch name="Juanita" hbank="0" lbank="0" prog="7" /> + <Patch name="Demolition" hbank="0" lbank="0" prog="8" /> + <Patch name="The Showroom" hbank="0" lbank="0" prog="9" /> + <Patch name="Wartofsky" hbank="0" lbank="0" prog="10" /> + <Patch name="Cut-Verb" hbank="0" lbank="0" prog="11" /> + <Patch name="Visions of Q" hbank="0" lbank="0" prog="12" /> + <Patch name="MI5 Pad" hbank="0" lbank="0" prog="13" /> + <Patch name="Tank Girl" hbank="0" lbank="0" prog="14" /> + <Patch name="Chor 2.0" hbank="0" lbank="0" prog="15" /> + <Patch name="Attacke" hbank="0" lbank="0" prog="16" /> + <Patch name="11KHz Solo" hbank="0" lbank="0" prog="17" /> + <Patch name="Ass age:101" hbank="0" lbank="0" prog="18" /> + <Patch name="Cleanline 303" hbank="0" lbank="0" prog="19" /> + <Patch name="www.arp.com" hbank="0" lbank="0" prog="20" /> + <Patch name="Giedi Prime" hbank="0" lbank="0" prog="21" /> + <Patch name="Vince Clark 3" hbank="0" lbank="0" prog="22" /> + <Patch name="Night Flight" hbank="0" lbank="0" prog="23" /> + <Patch name="EyesWideOpen" hbank="0" lbank="0" prog="24" /> + <Patch name="Heart Bass FM" hbank="0" lbank="0" prog="25" /> + <Patch name="Sh-ARP" hbank="0" lbank="0" prog="26" /> + <Patch name="KrautedHaus" hbank="0" lbank="0" prog="27" /> + <Patch name="DEF" hbank="0" lbank="0" prog="28" /> + <Patch name="Kakophonia 1" hbank="0" lbank="0" prog="29" /> + <Patch name="BackStrings" hbank="0" lbank="0" prog="30" /> + <Patch name="Flinker" hbank="0" lbank="0" prog="31" /> + <Patch name="TheWidestEver" hbank="0" lbank="0" prog="32" /> + <Patch name="DuneSdTrak" hbank="0" lbank="0" prog="33" /> + <Patch name="PrincessStrgs" hbank="0" lbank="0" prog="34" /> + <Patch name="Namlooking" hbank="0" lbank="0" prog="35" /> + <Patch name="Fiftyfive" hbank="0" lbank="0" prog="36" /> + <Patch name="Liquid Strg" hbank="0" lbank="0" prog="37" /> + <Patch name="CS100" hbank="0" lbank="0" prog="38" /> + <Patch name="Enough Power" hbank="0" lbank="0" prog="39" /> + <Patch name="Alphaville ?!" hbank="0" lbank="0" prog="40" /> + <Patch name="Breit..." hbank="0" lbank="0" prog="41" /> + <Patch name="Chord-Hose" hbank="0" lbank="0" prog="42" /> + <Patch name="Cool Porta" hbank="0" lbank="0" prog="43" /> + <Patch name="Trennkost" hbank="0" lbank="0" prog="44" /> + <Patch name="Deep Synth" hbank="0" lbank="0" prog="45" /> + <Patch name="Sounds BP" hbank="0" lbank="0" prog="46" /> + <Patch name="SH 2001" hbank="0" lbank="0" prog="47" /> + <Patch name="Vibro-Hook" hbank="0" lbank="0" prog="48" /> + <Patch name="Stuermer 2" hbank="0" lbank="0" prog="49" /> + <Patch name="Killer Bass" hbank="0" lbank="0" prog="50" /> + <Patch name="707Bass" hbank="0" lbank="0" prog="51" /> + <Patch name="Narrow" hbank="0" lbank="0" prog="52" /> + <Patch name="Gum Bass" hbank="0" lbank="0" prog="53" /> + <Patch name="NoreBass#2" hbank="0" lbank="0" prog="54" /> + <Patch name="Phalanx Bass" hbank="0" lbank="0" prog="55" /> + <Patch name="CCCP 70 E" hbank="0" lbank="0" prog="56" /> + <Patch name="Comb Clavi" hbank="0" lbank="0" prog="57" /> + <Patch name="FM-Rhodes 1" hbank="0" lbank="0" prog="58" /> + <Patch name="Shed" hbank="0" lbank="0" prog="59" /> + <Patch name="Wartz Piano1" hbank="0" lbank="0" prog="60" /> + <Patch name="Dirty Organ1" hbank="0" lbank="0" prog="61" /> + <Patch name="Tankin\" hbank="0" lbank="0" prog="62" /> + <Patch name="Old * Uck" hbank="0" lbank="0" prog="63" /> + <Patch name="Testosteron" hbank="0" lbank="0" prog="64" /> + <Patch name="Juno Soul" hbank="0" lbank="0" prog="65" /> + <Patch name="PEG Horns" hbank="0" lbank="0" prog="66" /> + <Patch name="Polaris" hbank="0" lbank="0" prog="67" /> + <Patch name="PrincessBells" hbank="0" lbank="0" prog="68" /> + <Patch name="Bells" hbank="0" lbank="0" prog="69" /> + <Patch name="TributeTo DX" hbank="0" lbank="0" prog="70" /> + <Patch name="DollarBells" hbank="0" lbank="0" prog="71" /> + <Patch name="Clock+Bells" hbank="0" lbank="0" prog="72" /> + <Patch name="RainAfterSun" hbank="0" lbank="0" prog="73" /> + <Patch name="Phazer PWM" hbank="0" lbank="0" prog="74" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="75" /> + <Patch name="Ultimaterial" hbank="0" lbank="0" prog="76" /> + <Patch name="Broadway" hbank="0" lbank="0" prog="77" /> + <Patch name="Dizzyland" hbank="0" lbank="0" prog="78" /> + <Patch name="WaveDrone" hbank="0" lbank="0" prog="79" /> + <Patch name="Major Matrix" hbank="0" lbank="0" prog="80" /> + <Patch name="Pop Melodee" hbank="0" lbank="0" prog="81" /> + <Patch name="Jp8 TRACER" hbank="0" lbank="0" prog="82" /> + <Patch name="HornsOfJericho" hbank="0" lbank="0" prog="83" /> + <Patch name="Meteor" hbank="0" lbank="0" prog="84" /> + <Patch name="CombTutorial" hbank="0" lbank="0" prog="85" /> + <Patch name="TschingHisCan" hbank="0" lbank="0" prog="86" /> + <Patch name="Phazed Chordz" hbank="0" lbank="0" prog="87" /> + <Patch name="Panreduction" hbank="0" lbank="0" prog="88" /> + <Patch name="Pluto" hbank="0" lbank="0" prog="89" /> + <Patch name="One Note BP" hbank="0" lbank="0" prog="90" /> + <Patch name="Ritual" hbank="0" lbank="0" prog="91" /> + <Patch name="He\s here!!!" hbank="0" lbank="0" prog="92" /> + <Patch name="Rubber" hbank="0" lbank="0" prog="93" /> + <Patch name="Buzzer 3" hbank="0" lbank="0" prog="94" /> + <Patch name="Sierra Velone" hbank="0" lbank="0" prog="95" /> + <Patch name="TheQBots" hbank="0" lbank="0" prog="96" /> + <Patch name="Bassline 3O3" hbank="0" lbank="0" prog="97" /> + <Patch name="Basssser" hbank="0" lbank="0" prog="98" /> + <Patch name="Moogish 2" hbank="0" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank B"> + <Patch name="Jazz Percssn" hbank="0" lbank="1" prog="0" /> + <Patch name="Wurlitzer104b" hbank="0" lbank="1" prog="1" /> + <Patch name="Organ #2" hbank="0" lbank="1" prog="2" /> + <Patch name="Funky Q" hbank="0" lbank="1" prog="3" /> + <Patch name="Wurlitzer" hbank="0" lbank="1" prog="4" /> + <Patch name="Ring Sequel" hbank="0" lbank="1" prog="5" /> + <Patch name="Bellophon" hbank="0" lbank="1" prog="6" /> + <Patch name="Qvation" hbank="0" lbank="1" prog="7" /> + <Patch name="Plucked Nylon" hbank="0" lbank="1" prog="8" /> + <Patch name="Pizzicated" hbank="0" lbank="1" prog="9" /> + <Patch name="Sonnenaufgang" hbank="0" lbank="1" prog="10" /> + <Patch name="FilterDenKamm" hbank="0" lbank="1" prog="11" /> + <Patch name="Qool Water" hbank="0" lbank="1" prog="12" /> + <Patch name="Dark Strings" hbank="0" lbank="1" prog="13" /> + <Patch name="Q-Sweep2" hbank="0" lbank="1" prog="14" /> + <Patch name="Score Edition" hbank="0" lbank="1" prog="15" /> + <Patch name="Soap" hbank="0" lbank="1" prog="16" /> + <Patch name="Soft Pad" hbank="0" lbank="1" prog="17" /> + <Patch name="Wide Saw Pad" hbank="0" lbank="1" prog="18" /> + <Patch name="FaMtastic" hbank="0" lbank="1" prog="19" /> + <Patch name="Kiddings" hbank="0" lbank="1" prog="20" /> + <Patch name="Poor Prophets" hbank="0" lbank="1" prog="21" /> + <Patch name="LggSit" hbank="0" lbank="1" prog="22" /> + <Patch name="Like Wool" hbank="0" lbank="1" prog="23" /> + <Patch name="FlimmerStrings" hbank="0" lbank="1" prog="24" /> + <Patch name="Padagogy" hbank="0" lbank="1" prog="25" /> + <Patch name="PhaserStrings" hbank="0" lbank="1" prog="26" /> + <Patch name="FMBP Sweep" hbank="0" lbank="1" prog="27" /> + <Patch name="Q-rious?" hbank="0" lbank="1" prog="28" /> + <Patch name="ProducersPad" hbank="0" lbank="1" prog="29" /> + <Patch name="FransenHarfe" hbank="0" lbank="1" prog="30" /> + <Patch name="Western Wind" hbank="0" lbank="1" prog="31" /> + <Patch name="Giga Prune" hbank="0" lbank="1" prog="32" /> + <Patch name="Oooh Choir" hbank="0" lbank="1" prog="33" /> + <Patch name="Chor 16\" hbank="0" lbank="1" prog="34" /> + <Patch name="JMX vs. DeLeon" hbank="0" lbank="1" prog="35" /> + <Patch name="HighpassFixer" hbank="0" lbank="1" prog="36" /> + <Patch name="Kl0ppelspitze" hbank="0" lbank="1" prog="37" /> + <Patch name="Mono Sync" hbank="0" lbank="1" prog="38" /> + <Patch name="MurkSolo" hbank="0" lbank="1" prog="39" /> + <Patch name="Cry Baby" hbank="0" lbank="1" prog="40" /> + <Patch name="VintageSpring" hbank="0" lbank="1" prog="41" /> + <Patch name="Liquid Mel" hbank="0" lbank="1" prog="42" /> + <Patch name="Zombie Nation" hbank="0" lbank="1" prog="43" /> + <Patch name="PWMaster" hbank="0" lbank="1" prog="44" /> + <Patch name="Qliniqs !!!" hbank="0" lbank="1" prog="45" /> + <Patch name="Quintage" hbank="0" lbank="1" prog="46" /> + <Patch name="Up And Down" hbank="0" lbank="1" prog="47" /> + <Patch name="Siegessaeule" hbank="0" lbank="1" prog="48" /> + <Patch name="Saw Lead" hbank="0" lbank="1" prog="49" /> + <Patch name="Schubduese" hbank="0" lbank="1" prog="50" /> + <Patch name="Sparkle Solo" hbank="0" lbank="1" prog="51" /> + <Patch name="TQ 303" hbank="0" lbank="1" prog="52" /> + <Patch name="Phat Beat" hbank="0" lbank="1" prog="53" /> + <Patch name="Moany" hbank="0" lbank="1" prog="54" /> + <Patch name="Naap! 3" hbank="0" lbank="1" prog="55" /> + <Patch name="Matrone" hbank="0" lbank="1" prog="56" /> + <Patch name="Tiny Solo" hbank="0" lbank="1" prog="57" /> + <Patch name="TuBerkel" hbank="0" lbank="1" prog="58" /> + <Patch name="Wells\Tripod" hbank="0" lbank="1" prog="59" /> + <Patch name="Crunchy Nuts" hbank="0" lbank="1" prog="60" /> + <Patch name="Aggreppo" hbank="0" lbank="1" prog="61" /> + <Patch name="Tsching Lead" hbank="0" lbank="1" prog="62" /> + <Patch name="Compromise K" hbank="0" lbank="1" prog="63" /> + <Patch name="Pressure Drive" hbank="0" lbank="1" prog="64" /> + <Patch name="Freaky Syncro" hbank="0" lbank="1" prog="65" /> + <Patch name="No Drive3" hbank="0" lbank="1" prog="66" /> + <Patch name="Juno Sound" hbank="0" lbank="1" prog="67" /> + <Patch name="DropBass 2001" hbank="0" lbank="1" prog="68" /> + <Patch name="Knurrhahn" hbank="0" lbank="1" prog="69" /> + <Patch name="Bass-Turbation" hbank="0" lbank="1" prog="70" /> + <Patch name="Pulse Bass 1" hbank="0" lbank="1" prog="71" /> + <Patch name="Pulse P.41" hbank="0" lbank="1" prog="72" /> + <Patch name="PWM ResoBass" hbank="0" lbank="1" prog="73" /> + <Patch name="NoreBass#5" hbank="0" lbank="1" prog="74" /> + <Patch name="NoreBass#7" hbank="0" lbank="1" prog="75" /> + <Patch name="Q-Bass" hbank="0" lbank="1" prog="76" /> + <Patch name="Sawproof Bass" hbank="0" lbank="1" prog="77" /> + <Patch name="NoAttackBass" hbank="0" lbank="1" prog="78" /> + <Patch name="Occybas" hbank="0" lbank="1" prog="79" /> + <Patch name="Deep Bass 9" hbank="0" lbank="1" prog="80" /> + <Patch name="FM SmurfBs" hbank="0" lbank="1" prog="81" /> + <Patch name="Conehead 1" hbank="0" lbank="1" prog="82" /> + <Patch name="Buzzer" hbank="0" lbank="1" prog="83" /> + <Patch name="FilterFM Bass" hbank="0" lbank="1" prog="84" /> + <Patch name="Dust Brothers" hbank="0" lbank="1" prog="85" /> + <Patch name="Q Visions" hbank="0" lbank="1" prog="86" /> + <Patch name="Love Van Dyke" hbank="0" lbank="1" prog="87" /> + <Patch name="Diana-01" hbank="0" lbank="1" prog="88" /> + <Patch name="Alt Wave ArP" hbank="0" lbank="1" prog="89" /> + <Patch name="Torment" hbank="0" lbank="1" prog="90" /> + <Patch name="Tranceomania" hbank="0" lbank="1" prog="91" /> + <Patch name="Waver" hbank="0" lbank="1" prog="92" /> + <Patch name="hARPo" hbank="0" lbank="1" prog="93" /> + <Patch name="GeeGaGooQ" hbank="0" lbank="1" prog="94" /> + <Patch name="Limbo" hbank="0" lbank="1" prog="95" /> + <Patch name="Philicorda2" hbank="0" lbank="1" prog="96" /> + <Patch name="DanceSequence" hbank="0" lbank="1" prog="97" /> + <Patch name="DeviantSerge" hbank="0" lbank="1" prog="98" /> + <Patch name="Furby Arp" hbank="0" lbank="1" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank C"> + <Patch name="The Beginning" hbank="0" lbank="2" prog="0" /> + <Patch name="Acostic Glue" hbank="0" lbank="2" prog="1" /> + <Patch name="VeryCompleqs" hbank="0" lbank="2" prog="2" /> + <Patch name="Brightseite" hbank="0" lbank="2" prog="3" /> + <Patch name="TheDarkPlanet" hbank="0" lbank="2" prog="4" /> + <Patch name="Q Tables" hbank="0" lbank="2" prog="5" /> + <Patch name="Trance-Port" hbank="0" lbank="2" prog="6" /> + <Patch name="Slow Wavetrip" hbank="0" lbank="2" prog="7" /> + <Patch name="PDQ ;-) WT13" hbank="0" lbank="2" prog="8" /> + <Patch name="Tranquilizer" hbank="0" lbank="2" prog="9" /> + <Patch name="S+H+Pad+Nice" hbank="0" lbank="2" prog="10" /> + <Patch name="Arctica" hbank="0" lbank="2" prog="11" /> + <Patch name="The BORG" hbank="0" lbank="2" prog="12" /> + <Patch name="Deep Space" hbank="0" lbank="2" prog="13" /> + <Patch name="Kairos" hbank="0" lbank="2" prog="14" /> + <Patch name="The Fog" hbank="0" lbank="2" prog="15" /> + <Patch name="HellsbugsIntro" hbank="0" lbank="2" prog="16" /> + <Patch name="feel WAVE" hbank="0" lbank="2" prog="17" /> + <Patch name="VocodaBass" hbank="0" lbank="2" prog="18" /> + <Patch name="Maschinenraum" hbank="0" lbank="2" prog="19" /> + <Patch name="Animals" hbank="0" lbank="2" prog="20" /> + <Patch name="Tire-Guy" hbank="0" lbank="2" prog="21" /> + <Patch name="Spiders2001" hbank="0" lbank="2" prog="22" /> + <Patch name="Waterfone2001" hbank="0" lbank="2" prog="23" /> + <Patch name="BD-Q0Q" hbank="0" lbank="2" prog="24" /> + <Patch name="Electric Drum" hbank="0" lbank="2" prog="25" /> + <Patch name="Bee Drum" hbank="0" lbank="2" prog="26" /> + <Patch name="909 Kick 1" hbank="0" lbank="2" prog="27" /> + <Patch name="909 Kick 2" hbank="0" lbank="2" prog="28" /> + <Patch name="Q 808" hbank="0" lbank="2" prog="29" /> + <Patch name="ClipDrum" hbank="0" lbank="2" prog="30" /> + <Patch name="House Kick" hbank="0" lbank="2" prog="31" /> + <Patch name="Techno Kick" hbank="0" lbank="2" prog="32" /> + <Patch name="Linniskus" hbank="0" lbank="2" prog="33" /> + <Patch name="El Snare 1" hbank="0" lbank="2" prog="34" /> + <Patch name="E-Snare 2" hbank="0" lbank="2" prog="35" /> + <Patch name="Fast Snare" hbank="0" lbank="2" prog="36" /> + <Patch name="808 Snare 1" hbank="0" lbank="2" prog="37" /> + <Patch name="808 Snare 2" hbank="0" lbank="2" prog="38" /> + <Patch name="Thin Snare" hbank="0" lbank="2" prog="39" /> + <Patch name="Snare 1" hbank="0" lbank="2" prog="40" /> + <Patch name="Snare 2" hbank="0" lbank="2" prog="41" /> + <Patch name="Metalic Snare" hbank="0" lbank="2" prog="42" /> + <Patch name="SimmonsSnare" hbank="0" lbank="2" prog="43" /> + <Patch name="Reso Snare" hbank="0" lbank="2" prog="44" /> + <Patch name="Noisy Snare" hbank="0" lbank="2" prog="45" /> + <Patch name="ClapsMuehle" hbank="0" lbank="2" prog="46" /> + <Patch name="Claps Rev" hbank="0" lbank="2" prog="47" /> + <Patch name="Claps 1" hbank="0" lbank="2" prog="48" /> + <Patch name="Claps 2" hbank="0" lbank="2" prog="49" /> + <Patch name="Claps 3" hbank="0" lbank="2" prog="50" /> + <Patch name="High Head" hbank="0" lbank="2" prog="51" /> + <Patch name="HH Closed 2" hbank="0" lbank="2" prog="52" /> + <Patch name="Band Hihat" hbank="0" lbank="2" prog="53" /> + <Patch name="www.hihat.com" hbank="0" lbank="2" prog="54" /> + <Patch name="Heavy HiHat" hbank="0" lbank="2" prog="55" /> + <Patch name="El HiHat op" hbank="0" lbank="2" prog="56" /> + <Patch name="Open HiHat" hbank="0" lbank="2" prog="57" /> + <Patch name="HH Open" hbank="0" lbank="2" prog="58" /> + <Patch name="TR66 Sidestk" hbank="0" lbank="2" prog="59" /> + <Patch name="Tom Lo" hbank="0" lbank="2" prog="60" /> + <Patch name="Tom Hi" hbank="0" lbank="2" prog="61" /> + <Patch name="Tom Mid" hbank="0" lbank="2" prog="62" /> + <Patch name="Tympani" hbank="0" lbank="2" prog="63" /> + <Patch name="LoFi Perc" hbank="0" lbank="2" prog="64" /> + <Patch name="Shot 1" hbank="0" lbank="2" prog="65" /> + <Patch name="African Perc." hbank="0" lbank="2" prog="66" /> + <Patch name="Peer Cussion" hbank="0" lbank="2" prog="67" /> + <Patch name="Percy Noises" hbank="0" lbank="2" prog="68" /> + <Patch name="Strom" hbank="0" lbank="2" prog="69" /> + <Patch name="Tron Ring Game" hbank="0" lbank="2" prog="70" /> + <Patch name="Eperc A" hbank="0" lbank="2" prog="71" /> + <Patch name="Fat Zaps" hbank="0" lbank="2" prog="72" /> + <Patch name="Zap Snap" hbank="0" lbank="2" prog="73" /> + <Patch name="FM Noises" hbank="0" lbank="2" prog="74" /> + <Patch name="LFO Speeddwn" hbank="0" lbank="2" prog="75" /> + <Patch name="LFO Speedup" hbank="0" lbank="2" prog="76" /> + <Patch name="No Way!" hbank="0" lbank="2" prog="77" /> + <Patch name="Flash" hbank="0" lbank="2" prog="78" /> + <Patch name="Chinese Gong" hbank="0" lbank="2" prog="79" /> + <Patch name="Quiro" hbank="0" lbank="2" prog="80" /> + <Patch name="Shattering FX" hbank="0" lbank="2" prog="81" /> + <Patch name="Tribbles" hbank="0" lbank="2" prog="82" /> + <Patch name="Star Trek 1" hbank="0" lbank="2" prog="83" /> + <Patch name="Star Wars" hbank="0" lbank="2" prog="84" /> + <Patch name="Lenco Clean" hbank="0" lbank="2" prog="85" /> + <Patch name="ZeitlosVocoder" hbank="0" lbank="2" prog="86" /> + <Patch name="Comb+/-Vocoder" hbank="0" lbank="2" prog="87" /> + <Patch name="FM Vocoder" hbank="0" lbank="2" prog="88" /> + <Patch name="Crazy Vocoder" hbank="0" lbank="2" prog="89" /> + <Patch name="Dr. Vocoder" hbank="0" lbank="2" prog="90" /> + <Patch name="VocoderStrings" hbank="0" lbank="2" prog="91" /> + <Patch name="Arp+Voc=???" hbank="0" lbank="2" prog="92" /> + <Patch name="Ext.Input FX" hbank="0" lbank="2" prog="93" /> + <Patch name="Ext.InputCrazy" hbank="0" lbank="2" prog="94" /> + <Patch name="Arp Init" hbank="0" lbank="2" prog="95" /> + <Patch name="Bass Init" hbank="0" lbank="2" prog="96" /> + <Patch name="Lead Init" hbank="0" lbank="2" prog="97" /> + <Patch name="Pad Init" hbank="0" lbank="2" prog="98" /> + <Patch name="Init Sound 2.0" hbank="0" lbank="2" prog="99" /> + </PatchGroup> + <PatchGroup name="Drums Bank D"> + <Patch name="Techno Set" hbank="0" lbank="4" prog="0" /> + <Patch name="Bass Drums" hbank="0" lbank="4" prog="1" /> + <Patch name="Snares+Claps" hbank="0" lbank="4" prog="2" /> + <Patch name="HiHats+Percs" hbank="0" lbank="4" prog="3" /> + <Patch name="Electro Set" hbank="0" lbank="4" prog="4" /> + <Patch name="StenzMap" hbank="0" lbank="4" prog="5" /> + <Patch name="Atmo Map" hbank="0" lbank="4" prog="6" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="7" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="8" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="9" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="10" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="11" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="12" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="13" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="14" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="15" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="16" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="17" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="18" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="19" /> + </PatchGroup> + <PatchGroup name="Internal Bank Multi"> + <Patch name="Venice Beach" hbank="0" lbank="104" prog="0" /> + <Patch name="Arp Chaos" hbank="0" lbank="104" prog="1" /> + <Patch name="Sinzig/Rhein" hbank="0" lbank="104" prog="2" /> + <Patch name="Choral" hbank="0" lbank="104" prog="3" /> + <Patch name="Zimmer Score" hbank="0" lbank="104" prog="4" /> + <Patch name="Movement" hbank="0" lbank="104" prog="5" /> + <Patch name="Kakophonie" hbank="0" lbank="104" prog="6" /> + <Patch name="20111973" hbank="0" lbank="104" prog="7" /> + <Patch name="Now Play Me!" hbank="0" lbank="104" prog="8" /> + <Patch name="Stakkatak" hbank="0" lbank="104" prog="9" /> + <Patch name="Tshingding" hbank="0" lbank="104" prog="10" /> + <Patch name="My Dream" hbank="0" lbank="104" prog="11" /> + <Patch name="Slow Mow" hbank="0" lbank="104" prog="12" /> + <Patch name="Superpad" hbank="0" lbank="104" prog="13" /> + <Patch name="At The Movies" hbank="0" lbank="104" prog="14" /> + <Patch name="Sequencer Multi" hbank="0" lbank="104" prog="15" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="16" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="17" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="18" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="19" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="20" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="21" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="22" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="23" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="24" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="25" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="26" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="27" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="28" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="29" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="30" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="31" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="32" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="33" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="34" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="35" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="36" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="37" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="38" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="39" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="40" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="41" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="42" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="43" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="44" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="45" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="46" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="47" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="48" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="49" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="50" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="51" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="52" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="53" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="54" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="55" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="56" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="57" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="58" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="59" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="60" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="61" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="62" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="63" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="64" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="65" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="66" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="67" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="68" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="69" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="70" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="71" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="72" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="73" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="74" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="75" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="76" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="77" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="78" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="79" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="80" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="81" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="82" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="83" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="84" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="85" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="86" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="87" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="88" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="89" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="90" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="91" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="92" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="93" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="94" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="95" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="96" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="97" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="98" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="99" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="Breath Control" l="2" /> + <Controller name="Foot Control" l="4" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Arp Range" l="12" /> + <Controller name="Arp Length" l="13" /> + <Controller name="Arp Active" l="14" /> + <Controller name="Lfo 1 Shape" l="15" /> + <Controller name="Lfo 1 Speed" l="16" /> + <Controller name="Lfo 1 Sync" l="17" /> + <Controller name="Lfo 1 Delay" l="18" /> + <Controller name="Lfo 2 Shape" l="19" /> + <Controller name="Lfo 2 Speed" l="20" /> + <Controller name="Lfo 2 Sync" l="21" /> + <Controller name="Lfo 2 Delay" l="22" /> + <Controller name="Lfo 3 Shape" l="23" /> + <Controller name="Lfo 3 Speed" l="24" /> + <Controller name="Lfo 3 Sync" l="25" /> + <Controller name="Lfo 3 Delay" l="26" /> + <Controller name="Osc 1 Octave" l="27" /> + <Controller name="Osc 1 Semitone" l="28" /> + <Controller name="Osc 1 Detune" l="29" /> + <Controller name="Osc 1 FM" l="30" /> + <Controller name="Osc 1 Shape" l="31" /> + <Controller name="Bank Select LSB" l="32" /> + <Controller name="Osc 1 PW" l="33" /> + <Controller name="Osc 1 PWM" l="34" /> + <Controller name="Osc 2 Octave" l="35" /> + <Controller name="Osc 2 Semitone" l="36" /> + <Controller name="Osc 2 Detune" l="37" /> + <Controller name="Osc 2 FM" l="38" /> + <Controller name="Osc 2 Shape" l="39" /> + <Controller name="Osc 2 PW" l="40" /> + <Controller name="Osc 2 PWM" l="41" /> + <Controller name="Osc 3 Octave" l="42" /> + <Controller name="Osc 3 Semitone" l="43" /> + <Controller name="Osc 3 Detune" l="44" /> + <Controller name="Osc 3 FM" l="45" /> + <Controller name="Osc 3 Shape" l="46" /> + <Controller name="Osc 3 PW" l="47" /> + <Controller name="Osc 3 PWM" l="48" /> + <Controller name="Sync" l="49" /> + <Controller name="Pitchmod" l="50" /> + <Controller name="Glide Mode" l="51" /> + <Controller name="Osc 1 Level" l="52" /> + <Controller name="Osc 1 Balance" l="53" /> + <Controller name="Ringmod Level" l="54" /> + <Controller name="Ringmod Balance" l="55" /> + <Controller name="Osc 2 Level" l="56" /> + <Controller name="Osc 2 Balance" l="57" /> + <Controller name="Osc 3 Level" l="58" /> + <Controller name="Osc 3 Balance" l="59" /> + <Controller name="N/E Level" l="60" /> + <Controller name="N/E Balance" l="61" /> + <Controller name="Sustain Pedal" l="64" /> + <Controller name="Glide Active" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="Routing" l="67" /> + <Controller name="Filter 1 Type" l="68" /> + <Controller name="Filter 1 Cutoff" l="69" /> + <Controller name="Filter 1 Resonance" l="70" /> + <Controller name="Filter 1 Drive" l="71" /> + <Controller name="Filter 1 Keytrack" l="72" /> + <Controller name="Filter 1 Env. Amount" l="73" /> + <Controller name="Filter 1 Env. Velocity" l="74" /> + <Controller name="Filter 1 CutoffMod" l="75" /> + <Controller name="Filter 1 FM" l="76" /> + <Controller name="Filter 1 Pan" l="77" /> + <Controller name="Filter 1 PanMod" l="78" /> + <Controller name="Filter 2 Type" l="79" /> + <Controller name="Filter 2 Cutoff" l="80" /> + <Controller name="Filter 2 Resonance" l="81" /> + <Controller name="Filter 2 Drive" l="82" /> + <Controller name="Filter 2 Keytrack" l="83" /> + <Controller name="Filter 2 Env. Amount" l="84" /> + <Controller name="Filter 2 Env. Velocity" l="85" /> + <Controller name="Filter 2 CutoffMod" l="86" /> + <Controller name="Filter 2 FM" l="87" /> + <Controller name="Filter 2 Pan" l="88" /> + <Controller name="Filter 2 PanMod" l="89" /> + <Controller name="Amp Volume" l="90" /> + <Controller name="Amp Velocity" l="91" /> + <Controller name="Amp Mod" l="92" /> + <Controller name="FX 1 Mix" l="93" /> + <Controller name="FX 2 Mix" l="94" /> + <Controller name="FE Attack" l="95" /> + <Controller name="FE Decay" l="96" /> + <Controller name="FE Sustain" l="97" /> + <Controller name="FE Decay 2" l="98" /> + <Controller name="FE Sustain 2" l="99" /> + <Controller name="FE Release" l="100" /> + <Controller name="AE Attack" l="101" /> + <Controller name="AE Decay" l="102" /> + <Controller name="AE Sustain" l="103" /> + <Controller name="AE Decay 2" l="104" /> + <Controller name="AE Sustain 2" l="105" /> + <Controller name="AE Release" l="106" /> + <Controller name="E3 Attack" l="107" /> + <Controller name="E3 Decay" l="108" /> + <Controller name="E3 Sustain" l="109" /> + <Controller name="E3 Decay 2" l="110" /> + <Controller name="E3 Sustain 2" l="111" /> + <Controller name="E3 Release" l="112" /> + <Controller name="E4 Attack" l="113" /> + <Controller name="E4 Decay" l="114" /> + <Controller name="E4 Sustain" l="115" /> + <Controller name="E4 Decay 2" l="116" /> + <Controller name="E4 Sustain 2" l="117" /> + <Controller name="E4 Release" l="118" /> + <Controller name="All Sounds Off" l="120" /> + <Controller name="Reset All Controllers" l="121" /> + <Controller name="Local Control" l="122" /> + <Controller name="All Notes Off" l="123" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Waldorf-microQ.idf b/muse2/share/instruments/Waldorf-microQ.idf new file mode 100644 index 00000000..7545857b --- /dev/null +++ b/muse2/share/instruments/Waldorf-microQ.idf @@ -0,0 +1,552 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Waldorf microQ"> + <PatchGroup name="Internal Bank A"> + <Patch name="LosAngeles2019" hbank="0" lbank="0" prog="0" /> + <Patch name="Rain" hbank="0" lbank="0" prog="1" /> + <Patch name="Choir 2.0" hbank="0" lbank="0" prog="2" /> + <Patch name="Zeitlos" hbank="0" lbank="0" prog="3" /> + <Patch name="Expensive" hbank="0" lbank="0" prog="4" /> + <Patch name="OBX Purple5" hbank="0" lbank="0" prog="5" /> + <Patch name="Queen-mom" hbank="0" lbank="0" prog="6" /> + <Patch name="Juanita" hbank="0" lbank="0" prog="7" /> + <Patch name="Demolition" hbank="0" lbank="0" prog="8" /> + <Patch name="The Showroom" hbank="0" lbank="0" prog="9" /> + <Patch name="Wartofsky" hbank="0" lbank="0" prog="10" /> + <Patch name="Cut-Verb" hbank="0" lbank="0" prog="11" /> + <Patch name="Visions of Q" hbank="0" lbank="0" prog="12" /> + <Patch name="MI5 Pad" hbank="0" lbank="0" prog="13" /> + <Patch name="Tank Girl" hbank="0" lbank="0" prog="14" /> + <Patch name="Attacke" hbank="0" lbank="0" prog="15" /> + <Patch name="11KHz Solo" hbank="0" lbank="0" prog="16" /> + <Patch name="Ass age:101" hbank="0" lbank="0" prog="17" /> + <Patch name="Hypnose 2.0" hbank="0" lbank="0" prog="18" /> + <Patch name="Cleanline 303" hbank="0" lbank="0" prog="19" /> + <Patch name="www.arp.com" hbank="0" lbank="0" prog="20" /> + <Patch name="Giedi Prime" hbank="0" lbank="0" prog="21" /> + <Patch name="Vince Clark 3" hbank="0" lbank="0" prog="22" /> + <Patch name="Night Flight" hbank="0" lbank="0" prog="23" /> + <Patch name="EyesWideOpen" hbank="0" lbank="0" prog="24" /> + <Patch name="Heart Bass FM" hbank="0" lbank="0" prog="25" /> + <Patch name="Sh-ARP" hbank="0" lbank="0" prog="26" /> + <Patch name="KrautedHaus" hbank="0" lbank="0" prog="27" /> + <Patch name="DEF" hbank="0" lbank="0" prog="28" /> + <Patch name="Kakophonia 1" hbank="0" lbank="0" prog="29" /> + <Patch name="BackStrings" hbank="0" lbank="0" prog="30" /> + <Patch name="Flinker" hbank="0" lbank="0" prog="31" /> + <Patch name="TheWidestEver" hbank="0" lbank="0" prog="32" /> + <Patch name="DuneSdTrak" hbank="0" lbank="0" prog="33" /> + <Patch name="PrincessStrgs" hbank="0" lbank="0" prog="34" /> + <Patch name="Namlooking" hbank="0" lbank="0" prog="35" /> + <Patch name="Fiftyfive" hbank="0" lbank="0" prog="36" /> + <Patch name="Liquid Strg" hbank="0" lbank="0" prog="37" /> + <Patch name="CS100" hbank="0" lbank="0" prog="38" /> + <Patch name="Enough Power" hbank="0" lbank="0" prog="39" /> + <Patch name="Alphaville ?!" hbank="0" lbank="0" prog="40" /> + <Patch name="Breit..." hbank="0" lbank="0" prog="41" /> + <Patch name="Chord-Hose" hbank="0" lbank="0" prog="42" /> + <Patch name="Cool Porta" hbank="0" lbank="0" prog="43" /> + <Patch name="Trennkost" hbank="0" lbank="0" prog="44" /> + <Patch name="Deep Synth" hbank="0" lbank="0" prog="45" /> + <Patch name="Sounds BP" hbank="0" lbank="0" prog="46" /> + <Patch name="SH 2001" hbank="0" lbank="0" prog="47" /> + <Patch name="Vibro-Hook" hbank="0" lbank="0" prog="48" /> + <Patch name="Stuermer 2" hbank="0" lbank="0" prog="49" /> + <Patch name="Killer Bass" hbank="0" lbank="0" prog="50" /> + <Patch name="707Bass" hbank="0" lbank="0" prog="51" /> + <Patch name="Narrow" hbank="0" lbank="0" prog="52" /> + <Patch name="Gum Bass" hbank="0" lbank="0" prog="53" /> + <Patch name="NoreBass#2" hbank="0" lbank="0" prog="54" /> + <Patch name="Phalanx Bass" hbank="0" lbank="0" prog="55" /> + <Patch name="CCCP 70 E" hbank="0" lbank="0" prog="56" /> + <Patch name="Comb Clavi" hbank="0" lbank="0" prog="57" /> + <Patch name="FM-Rhodes 1" hbank="0" lbank="0" prog="58" /> + <Patch name="Shed" hbank="0" lbank="0" prog="59" /> + <Patch name="Wartz Piano1" hbank="0" lbank="0" prog="60" /> + <Patch name="Dirty Organ1" hbank="0" lbank="0" prog="61" /> + <Patch name="Tankin\" hbank="0" lbank="0" prog="62" /> + <Patch name="Old * Uck" hbank="0" lbank="0" prog="63" /> + <Patch name="Testosteron" hbank="0" lbank="0" prog="64" /> + <Patch name="Juno Soul" hbank="0" lbank="0" prog="65" /> + <Patch name="PEG Horns" hbank="0" lbank="0" prog="66" /> + <Patch name="Polaris" hbank="0" lbank="0" prog="67" /> + <Patch name="PrincessBells" hbank="0" lbank="0" prog="68" /> + <Patch name="Bells" hbank="0" lbank="0" prog="69" /> + <Patch name="TributeTo DX" hbank="0" lbank="0" prog="70" /> + <Patch name="DollarBells" hbank="0" lbank="0" prog="71" /> + <Patch name="Clock+Bells" hbank="0" lbank="0" prog="72" /> + <Patch name="RainAfterSun" hbank="0" lbank="0" prog="73" /> + <Patch name="Phazer PWM" hbank="0" lbank="0" prog="74" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="75" /> + <Patch name="Ultimaterial" hbank="0" lbank="0" prog="76" /> + <Patch name="Broadway" hbank="0" lbank="0" prog="77" /> + <Patch name="Dizzyland" hbank="0" lbank="0" prog="78" /> + <Patch name="WaveDrone" hbank="0" lbank="0" prog="79" /> + <Patch name="Major Matrix" hbank="0" lbank="0" prog="80" /> + <Patch name="Pop Melodee" hbank="0" lbank="0" prog="81" /> + <Patch name="Jp8 TRACER" hbank="0" lbank="0" prog="82" /> + <Patch name="HornsOfJericho" hbank="0" lbank="0" prog="83" /> + <Patch name="Meteor" hbank="0" lbank="0" prog="84" /> + <Patch name="CombTutorial" hbank="0" lbank="0" prog="85" /> + <Patch name="TschingHisCan" hbank="0" lbank="0" prog="86" /> + <Patch name="Phazed Chordz" hbank="0" lbank="0" prog="87" /> + <Patch name="Panreduction" hbank="0" lbank="0" prog="88" /> + <Patch name="Pluto" hbank="0" lbank="0" prog="89" /> + <Patch name="One Note BP" hbank="0" lbank="0" prog="90" /> + <Patch name="Ritual" hbank="0" lbank="0" prog="91" /> + <Patch name="He\s here!!!" hbank="0" lbank="0" prog="92" /> + <Patch name="Rubber" hbank="0" lbank="0" prog="93" /> + <Patch name="Buzzer 3" hbank="0" lbank="0" prog="94" /> + <Patch name="Sierra Velone" hbank="0" lbank="0" prog="95" /> + <Patch name="TheQBots" hbank="0" lbank="0" prog="96" /> + <Patch name="Bassline 3O3" hbank="0" lbank="0" prog="97" /> + <Patch name="Basssser" hbank="0" lbank="0" prog="98" /> + <Patch name="Moogish 2" hbank="0" lbank="0" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank B"> + <Patch name="Jazz Percssn" hbank="0" lbank="1" prog="0" /> + <Patch name="Wurlitzer104b" hbank="0" lbank="1" prog="1" /> + <Patch name="Organ #2" hbank="0" lbank="1" prog="2" /> + <Patch name="Funky Q" hbank="0" lbank="1" prog="3" /> + <Patch name="Wurlitzer" hbank="0" lbank="1" prog="4" /> + <Patch name="Ring Sequel" hbank="0" lbank="1" prog="5" /> + <Patch name="Bellophon" hbank="0" lbank="1" prog="6" /> + <Patch name="Qvation" hbank="0" lbank="1" prog="7" /> + <Patch name="Plucked Nylon" hbank="0" lbank="1" prog="8" /> + <Patch name="Pizzicated" hbank="0" lbank="1" prog="9" /> + <Patch name="Sonnenaufgang" hbank="0" lbank="1" prog="10" /> + <Patch name="FilterDenKamm" hbank="0" lbank="1" prog="11" /> + <Patch name="Qool Water" hbank="0" lbank="1" prog="12" /> + <Patch name="Dark Strings" hbank="0" lbank="1" prog="13" /> + <Patch name="Q-Sweep2" hbank="0" lbank="1" prog="14" /> + <Patch name="Score Edition" hbank="0" lbank="1" prog="15" /> + <Patch name="Soap" hbank="0" lbank="1" prog="16" /> + <Patch name="Soft Pad" hbank="0" lbank="1" prog="17" /> + <Patch name="Wide Saw Pad" hbank="0" lbank="1" prog="18" /> + <Patch name="FaMtastic" hbank="0" lbank="1" prog="19" /> + <Patch name="Kiddings" hbank="0" lbank="1" prog="20" /> + <Patch name="Poor Prophets" hbank="0" lbank="1" prog="21" /> + <Patch name="LggSit" hbank="0" lbank="1" prog="22" /> + <Patch name="Like Wool" hbank="0" lbank="1" prog="23" /> + <Patch name="FlimmerStrings" hbank="0" lbank="1" prog="24" /> + <Patch name="Padagogy" hbank="0" lbank="1" prog="25" /> + <Patch name="PhaserStrings" hbank="0" lbank="1" prog="26" /> + <Patch name="FMBP Sweep" hbank="0" lbank="1" prog="27" /> + <Patch name="Q-rious?" hbank="0" lbank="1" prog="28" /> + <Patch name="ProducersPad" hbank="0" lbank="1" prog="29" /> + <Patch name="FransenHarfe" hbank="0" lbank="1" prog="30" /> + <Patch name="Western Wind" hbank="0" lbank="1" prog="31" /> + <Patch name="Giga Prune" hbank="0" lbank="1" prog="32" /> + <Patch name="Acostic Glue" hbank="0" lbank="1" prog="33" /> + <Patch name="Chor 16\" hbank="0" lbank="1" prog="34" /> + <Patch name="JMX vs. DeLeon" hbank="0" lbank="1" prog="35" /> + <Patch name="HighpassFixer" hbank="0" lbank="1" prog="36" /> + <Patch name="Kl0ppelspitze" hbank="0" lbank="1" prog="37" /> + <Patch name="Mono Sync" hbank="0" lbank="1" prog="38" /> + <Patch name="MurkSolo" hbank="0" lbank="1" prog="39" /> + <Patch name="Cry Baby" hbank="0" lbank="1" prog="40" /> + <Patch name="VintageSpring" hbank="0" lbank="1" prog="41" /> + <Patch name="Liquid Mel" hbank="0" lbank="1" prog="42" /> + <Patch name="Zombie Nation" hbank="0" lbank="1" prog="43" /> + <Patch name="PWMaster" hbank="0" lbank="1" prog="44" /> + <Patch name="Qliniqs !!!" hbank="0" lbank="1" prog="45" /> + <Patch name="Quintage" hbank="0" lbank="1" prog="46" /> + <Patch name="Up And Down" hbank="0" lbank="1" prog="47" /> + <Patch name="Siegessaeule" hbank="0" lbank="1" prog="48" /> + <Patch name="Saw Lead" hbank="0" lbank="1" prog="49" /> + <Patch name="Schubduese" hbank="0" lbank="1" prog="50" /> + <Patch name="Sparkle Solo" hbank="0" lbank="1" prog="51" /> + <Patch name="TQ 303" hbank="0" lbank="1" prog="52" /> + <Patch name="Phat Beat" hbank="0" lbank="1" prog="53" /> + <Patch name="Moany" hbank="0" lbank="1" prog="54" /> + <Patch name="Naap! 3" hbank="0" lbank="1" prog="55" /> + <Patch name="Matrone" hbank="0" lbank="1" prog="56" /> + <Patch name="Tiny Solo" hbank="0" lbank="1" prog="57" /> + <Patch name="TuBerkel" hbank="0" lbank="1" prog="58" /> + <Patch name="Wells\Tripod" hbank="0" lbank="1" prog="59" /> + <Patch name="Crunchy Nuts" hbank="0" lbank="1" prog="60" /> + <Patch name="Aggreppo" hbank="0" lbank="1" prog="61" /> + <Patch name="Tsching Lead" hbank="0" lbank="1" prog="62" /> + <Patch name="Compromise K" hbank="0" lbank="1" prog="63" /> + <Patch name="Pressure Drive" hbank="0" lbank="1" prog="64" /> + <Patch name="Freaky Syncro" hbank="0" lbank="1" prog="65" /> + <Patch name="No Drive3" hbank="0" lbank="1" prog="66" /> + <Patch name="Juno Sound" hbank="0" lbank="1" prog="67" /> + <Patch name="DropBass 2001" hbank="0" lbank="1" prog="68" /> + <Patch name="Knurrhahn" hbank="0" lbank="1" prog="69" /> + <Patch name="Bass-Turbation" hbank="0" lbank="1" prog="70" /> + <Patch name="Pulse Bass 1" hbank="0" lbank="1" prog="71" /> + <Patch name="Pulse P.41" hbank="0" lbank="1" prog="72" /> + <Patch name="PWM ResoBass" hbank="0" lbank="1" prog="73" /> + <Patch name="NoreBass#5" hbank="0" lbank="1" prog="74" /> + <Patch name="NoreBass#7" hbank="0" lbank="1" prog="75" /> + <Patch name="Q-Bass" hbank="0" lbank="1" prog="76" /> + <Patch name="Sawproof Bass" hbank="0" lbank="1" prog="77" /> + <Patch name="NoAttackBass" hbank="0" lbank="1" prog="78" /> + <Patch name="Occybas" hbank="0" lbank="1" prog="79" /> + <Patch name="Deep Bass 9" hbank="0" lbank="1" prog="80" /> + <Patch name="FM SmurfBs" hbank="0" lbank="1" prog="81" /> + <Patch name="Conehead 1" hbank="0" lbank="1" prog="82" /> + <Patch name="Buzzer" hbank="0" lbank="1" prog="83" /> + <Patch name="FilterFM Bass" hbank="0" lbank="1" prog="84" /> + <Patch name="Dust Brothers" hbank="0" lbank="1" prog="85" /> + <Patch name="Q Visions" hbank="0" lbank="1" prog="86" /> + <Patch name="Love Van Dyke" hbank="0" lbank="1" prog="87" /> + <Patch name="Diana-01" hbank="0" lbank="1" prog="88" /> + <Patch name="Alt Wave ArP" hbank="0" lbank="1" prog="89" /> + <Patch name="Torment" hbank="0" lbank="1" prog="90" /> + <Patch name="Tranceomania" hbank="0" lbank="1" prog="91" /> + <Patch name="Waver" hbank="0" lbank="1" prog="92" /> + <Patch name="hARPo" hbank="0" lbank="1" prog="93" /> + <Patch name="GeeGaGooQ" hbank="0" lbank="1" prog="94" /> + <Patch name="Limbo" hbank="0" lbank="1" prog="95" /> + <Patch name="Philicorda2" hbank="0" lbank="1" prog="96" /> + <Patch name="DanceSequence" hbank="0" lbank="1" prog="97" /> + <Patch name="DeviantSerge" hbank="0" lbank="1" prog="98" /> + <Patch name="Furby Arp" hbank="0" lbank="1" prog="99" /> + </PatchGroup> + <PatchGroup name="Internal Bank C"> + <Patch name="The Beginning" hbank="0" lbank="2" prog="0" /> + <Patch name="Atmotion" hbank="0" lbank="2" prog="1" /> + <Patch name="VeryCompleqs" hbank="0" lbank="2" prog="2" /> + <Patch name="Brightseite" hbank="0" lbank="2" prog="3" /> + <Patch name="TheDarkPlanet" hbank="0" lbank="2" prog="4" /> + <Patch name="Q Tables" hbank="0" lbank="2" prog="5" /> + <Patch name="Trance-Port" hbank="0" lbank="2" prog="6" /> + <Patch name="Slow Wavetrip" hbank="0" lbank="2" prog="7" /> + <Patch name="PDQ ;-) WT13" hbank="0" lbank="2" prog="8" /> + <Patch name="Tranquilizer" hbank="0" lbank="2" prog="9" /> + <Patch name="S+H+Pad+Nice" hbank="0" lbank="2" prog="10" /> + <Patch name="Arctica" hbank="0" lbank="2" prog="11" /> + <Patch name="The BORG" hbank="0" lbank="2" prog="12" /> + <Patch name="Deep Space" hbank="0" lbank="2" prog="13" /> + <Patch name="Kairos" hbank="0" lbank="2" prog="14" /> + <Patch name="The Fog" hbank="0" lbank="2" prog="15" /> + <Patch name="HellsbugsIntro" hbank="0" lbank="2" prog="16" /> + <Patch name="feel WAVE" hbank="0" lbank="2" prog="17" /> + <Patch name="VocodaBass" hbank="0" lbank="2" prog="18" /> + <Patch name="Maschinenraum" hbank="0" lbank="2" prog="19" /> + <Patch name="Animals" hbank="0" lbank="2" prog="20" /> + <Patch name="Tire-Guy" hbank="0" lbank="2" prog="21" /> + <Patch name="Spiders2001" hbank="0" lbank="2" prog="22" /> + <Patch name="Waterfone2001" hbank="0" lbank="2" prog="23" /> + <Patch name="BD-Q0Q" hbank="0" lbank="2" prog="24" /> + <Patch name="Electric Drum" hbank="0" lbank="2" prog="25" /> + <Patch name="Bee Drum" hbank="0" lbank="2" prog="26" /> + <Patch name="909 Kick 1" hbank="0" lbank="2" prog="27" /> + <Patch name="909 Kick 2" hbank="0" lbank="2" prog="28" /> + <Patch name="Q 808" hbank="0" lbank="2" prog="29" /> + <Patch name="ClipDrum" hbank="0" lbank="2" prog="30" /> + <Patch name="House Kick" hbank="0" lbank="2" prog="31" /> + <Patch name="Techno Kick" hbank="0" lbank="2" prog="32" /> + <Patch name="Linniskus" hbank="0" lbank="2" prog="33" /> + <Patch name="El Snare 1" hbank="0" lbank="2" prog="34" /> + <Patch name="E-Snare 2" hbank="0" lbank="2" prog="35" /> + <Patch name="Fast Snare" hbank="0" lbank="2" prog="36" /> + <Patch name="808 Snare 1" hbank="0" lbank="2" prog="37" /> + <Patch name="808 Snare 2" hbank="0" lbank="2" prog="38" /> + <Patch name="Thin Snare" hbank="0" lbank="2" prog="39" /> + <Patch name="Snare 1" hbank="0" lbank="2" prog="40" /> + <Patch name="Snare 2" hbank="0" lbank="2" prog="41" /> + <Patch name="Metalic Snare" hbank="0" lbank="2" prog="42" /> + <Patch name="SimmonsSnare" hbank="0" lbank="2" prog="43" /> + <Patch name="Reso Snare" hbank="0" lbank="2" prog="44" /> + <Patch name="Noisy Snare" hbank="0" lbank="2" prog="45" /> + <Patch name="ClapsMuehle" hbank="0" lbank="2" prog="46" /> + <Patch name="Claps Rev" hbank="0" lbank="2" prog="47" /> + <Patch name="Claps 1" hbank="0" lbank="2" prog="48" /> + <Patch name="Claps 2" hbank="0" lbank="2" prog="49" /> + <Patch name="Claps 3" hbank="0" lbank="2" prog="50" /> + <Patch name="High Head" hbank="0" lbank="2" prog="51" /> + <Patch name="HH Closed 2" hbank="0" lbank="2" prog="52" /> + <Patch name="Band Hihat" hbank="0" lbank="2" prog="53" /> + <Patch name="www.hihat.com" hbank="0" lbank="2" prog="54" /> + <Patch name="Heavy HiHat" hbank="0" lbank="2" prog="55" /> + <Patch name="El HiHat op" hbank="0" lbank="2" prog="56" /> + <Patch name="Open HiHat" hbank="0" lbank="2" prog="57" /> + <Patch name="HH Open" hbank="0" lbank="2" prog="58" /> + <Patch name="TR66 Sidestk" hbank="0" lbank="2" prog="59" /> + <Patch name="Tom Lo" hbank="0" lbank="2" prog="60" /> + <Patch name="Tom Hi" hbank="0" lbank="2" prog="61" /> + <Patch name="Tom Mid" hbank="0" lbank="2" prog="62" /> + <Patch name="Tympani" hbank="0" lbank="2" prog="63" /> + <Patch name="LoFi Perc" hbank="0" lbank="2" prog="64" /> + <Patch name="Shot 1" hbank="0" lbank="2" prog="65" /> + <Patch name="African Perc." hbank="0" lbank="2" prog="66" /> + <Patch name="Peer Cussion" hbank="0" lbank="2" prog="67" /> + <Patch name="Percy Noises" hbank="0" lbank="2" prog="68" /> + <Patch name="Strom" hbank="0" lbank="2" prog="69" /> + <Patch name="Tron Ring Game" hbank="0" lbank="2" prog="70" /> + <Patch name="Eperc A" hbank="0" lbank="2" prog="71" /> + <Patch name="Fat Zaps" hbank="0" lbank="2" prog="72" /> + <Patch name="Zap Snap" hbank="0" lbank="2" prog="73" /> + <Patch name="FM Noises" hbank="0" lbank="2" prog="74" /> + <Patch name="LFO Speeddwn" hbank="0" lbank="2" prog="75" /> + <Patch name="LFO Speedup" hbank="0" lbank="2" prog="76" /> + <Patch name="No Way!" hbank="0" lbank="2" prog="77" /> + <Patch name="Flash" hbank="0" lbank="2" prog="78" /> + <Patch name="Chinese Gong" hbank="0" lbank="2" prog="79" /> + <Patch name="Quiro" hbank="0" lbank="2" prog="80" /> + <Patch name="Shattering FX" hbank="0" lbank="2" prog="81" /> + <Patch name="Tribbles" hbank="0" lbank="2" prog="82" /> + <Patch name="Star Trek 1" hbank="0" lbank="2" prog="83" /> + <Patch name="Star Wars" hbank="0" lbank="2" prog="84" /> + <Patch name="Lenco Clean" hbank="0" lbank="2" prog="85" /> + <Patch name="ZeitlosVocoder" hbank="0" lbank="2" prog="86" /> + <Patch name="Comb+/-Vocoder" hbank="0" lbank="2" prog="87" /> + <Patch name="FM Vocoder" hbank="0" lbank="2" prog="88" /> + <Patch name="Crazy Vocoder" hbank="0" lbank="2" prog="89" /> + <Patch name="Dr. Vocoder" hbank="0" lbank="2" prog="90" /> + <Patch name="VocoderStrings" hbank="0" lbank="2" prog="91" /> + <Patch name="Arp+Voc=???" hbank="0" lbank="2" prog="92" /> + <Patch name="Ext.Input FX" hbank="0" lbank="2" prog="93" /> + <Patch name="Ext.InputCrazy" hbank="0" lbank="2" prog="94" /> + <Patch name="Arp Init" hbank="0" lbank="2" prog="95" /> + <Patch name="Bass Init" hbank="0" lbank="2" prog="96" /> + <Patch name="Lead Init" hbank="0" lbank="2" prog="97" /> + <Patch name="Pad Init" hbank="0" lbank="2" prog="98" /> + <Patch name="Init Sound 2.0" hbank="0" lbank="2" prog="99" /> + </PatchGroup> + <PatchGroup name="Drums Bank D"> + <Patch name="Techno Set" hbank="0" lbank="4" prog="0" /> + <Patch name="Bass Drums" hbank="0" lbank="4" prog="1" /> + <Patch name="Snares+Claps" hbank="0" lbank="4" prog="2" /> + <Patch name="HiHats+Percs" hbank="0" lbank="4" prog="3" /> + <Patch name="Electro Set" hbank="0" lbank="4" prog="4" /> + <Patch name="StenzMap" hbank="0" lbank="4" prog="5" /> + <Patch name="Atmo Map" hbank="0" lbank="4" prog="6" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="7" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="8" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="9" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="10" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="11" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="12" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="13" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="14" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="15" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="16" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="17" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="18" /> + <Patch name="Init Drummap 2.0" hbank="0" lbank="4" prog="19" /> + </PatchGroup> + <PatchGroup name="Internal Bank Multi"> + <Patch name="Venice Beach" hbank="0" lbank="104" prog="0" /> + <Patch name="Arp Chaos" hbank="0" lbank="104" prog="1" /> + <Patch name="Sinzig/Rhein" hbank="0" lbank="104" prog="2" /> + <Patch name="Choral" hbank="0" lbank="104" prog="3" /> + <Patch name="Zimmer Score" hbank="0" lbank="104" prog="4" /> + <Patch name="Movement" hbank="0" lbank="104" prog="5" /> + <Patch name="Kakophonie" hbank="0" lbank="104" prog="6" /> + <Patch name="20111973" hbank="0" lbank="104" prog="7" /> + <Patch name="Now Play Me!" hbank="0" lbank="104" prog="8" /> + <Patch name="Stakkatak" hbank="0" lbank="104" prog="9" /> + <Patch name="Tshingding" hbank="0" lbank="104" prog="10" /> + <Patch name="My Dream" hbank="0" lbank="104" prog="11" /> + <Patch name="Slow Mov" hbank="0" lbank="104" prog="12" /> + <Patch name="Superpad" hbank="0" lbank="104" prog="13" /> + <Patch name="At The Movies" hbank="0" lbank="104" prog="14" /> + <Patch name="Sequencer Multi" hbank="0" lbank="104" prog="15" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="16" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="17" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="18" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="19" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="20" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="21" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="22" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="23" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="24" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="25" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="26" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="27" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="28" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="29" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="30" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="31" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="32" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="33" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="34" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="35" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="36" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="37" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="38" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="39" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="40" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="41" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="42" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="43" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="44" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="45" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="46" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="47" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="48" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="49" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="50" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="51" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="52" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="53" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="54" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="55" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="56" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="57" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="58" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="59" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="60" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="61" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="62" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="63" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="64" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="65" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="66" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="67" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="68" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="69" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="70" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="71" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="72" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="73" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="74" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="75" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="76" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="77" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="78" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="79" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="80" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="81" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="82" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="83" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="84" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="85" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="86" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="87" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="88" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="89" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="90" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="91" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="92" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="93" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="94" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="95" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="96" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="97" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="98" /> + <Patch name="Free Multi V1.0" hbank="0" lbank="104" prog="99" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="Breath Control" l="2" /> + <Controller name="Foot Control" l="4" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Arp Range" l="12" /> + <Controller name="Arp Length" l="13" /> + <Controller name="Arp Active" l="14" /> + <Controller name="Lfo 1 Shape" l="15" /> + <Controller name="Lfo 1 Speed" l="16" /> + <Controller name="Lfo 1 Sync" l="17" /> + <Controller name="Lfo 1 Delay" l="18" /> + <Controller name="Lfo 2 Shape" l="19" /> + <Controller name="Lfo 2 Speed" l="20" /> + <Controller name="Lfo 2 Sync" l="21" /> + <Controller name="Lfo 2 Delay" l="22" /> + <Controller name="Lfo 3 Shape" l="23" /> + <Controller name="Lfo 3 Speed" l="24" /> + <Controller name="Lfo 3 Sync" l="25" /> + <Controller name="Lfo 3 Delay" l="26" /> + <Controller name="Osc 1 Octave" l="27" /> + <Controller name="Osc 1 Semitone" l="28" /> + <Controller name="Osc 1 Detune" l="29" /> + <Controller name="Osc 1 FM" l="30" /> + <Controller name="Osc 1 Shape" l="31" /> + <Controller name="Bank Select LSB" l="32" /> + <Controller name="Osc 1 PW" l="33" /> + <Controller name="Osc 1 PWM" l="34" /> + <Controller name="Osc 2 Octave" l="35" /> + <Controller name="Osc 2 Semitone" l="36" /> + <Controller name="Osc 2 Detune" l="37" /> + <Controller name="Osc 2 FM" l="38" /> + <Controller name="Osc 2 Shape" l="39" /> + <Controller name="Osc 2 PW" l="40" /> + <Controller name="Osc 2 PWM" l="41" /> + <Controller name="Osc 3 Octave" l="42" /> + <Controller name="Osc 3 Semitone" l="43" /> + <Controller name="Osc 3 Detune" l="44" /> + <Controller name="Osc 3 FM" l="45" /> + <Controller name="Osc 3 Shape" l="46" /> + <Controller name="Osc 3 PW" l="47" /> + <Controller name="Osc 3 PWM" l="48" /> + <Controller name="Sync" l="49" /> + <Controller name="Pitchmod" l="50" /> + <Controller name="Glide Mode" l="51" /> + <Controller name="Osc 1 Level" l="52" /> + <Controller name="Osc 1 Balance" l="53" /> + <Controller name="Ringmod Level" l="54" /> + <Controller name="Ringmod Balance" l="55" /> + <Controller name="Osc 2 Level" l="56" /> + <Controller name="Osc 2 Balance" l="57" /> + <Controller name="Osc 3 Level" l="58" /> + <Controller name="Osc 3 Balance" l="59" /> + <Controller name="N/E Level" l="60" /> + <Controller name="N/E Balance" l="61" /> + <Controller name="Sustain Pedal" l="64" /> + <Controller name="Glide Active" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="Routing" l="67" /> + <Controller name="Filter 1 Type" l="68" /> + <Controller name="Filter 1 Cutoff" l="69" /> + <Controller name="Filter 1 Resonance" l="70" /> + <Controller name="Filter 1 Drive" l="71" /> + <Controller name="Filter 1 Keytrack" l="72" /> + <Controller name="Filter 1 Env. Amount" l="73" /> + <Controller name="Filter 1 Env. Velocity" l="74" /> + <Controller name="Filter 1 CutoffMod" l="75" /> + <Controller name="Filter 1 FM" l="76" /> + <Controller name="Filter 1 Pan" l="77" /> + <Controller name="Filter 1 PanMod" l="78" /> + <Controller name="Filter 2 Type" l="79" /> + <Controller name="Filter 2 Cutoff" l="80" /> + <Controller name="Filter 2 Resonance" l="81" /> + <Controller name="Filter 2 Drive" l="82" /> + <Controller name="Filter 2 Keytrack" l="83" /> + <Controller name="Filter 2 Env. Amount" l="84" /> + <Controller name="Filter 2 Env. Velocity" l="85" /> + <Controller name="Filter 2 CutoffMod" l="86" /> + <Controller name="Filter 2 FM" l="87" /> + <Controller name="Filter 2 Pan" l="88" /> + <Controller name="Filter 2 PanMod" l="89" /> + <Controller name="Amp Volume" l="90" /> + <Controller name="Amp Velocity" l="91" /> + <Controller name="Amp Mod" l="92" /> + <Controller name="FX 1 Mix" l="93" /> + <Controller name="FX 2 Mix" l="94" /> + <Controller name="FE Attack" l="95" /> + <Controller name="FE Decay" l="96" /> + <Controller name="FE Sustain" l="97" /> + <Controller name="FE Decay 2" l="98" /> + <Controller name="FE Sustain 2" l="99" /> + <Controller name="FE Release" l="100" /> + <Controller name="AE Attack" l="101" /> + <Controller name="AE Decay" l="102" /> + <Controller name="AE Sustain" l="103" /> + <Controller name="AE Decay 2" l="104" /> + <Controller name="AE Sustain 2" l="105" /> + <Controller name="AE Release" l="106" /> + <Controller name="E3 Attack" l="107" /> + <Controller name="E3 Decay" l="108" /> + <Controller name="E3 Sustain" l="109" /> + <Controller name="E3 Decay 2" l="110" /> + <Controller name="E3 Sustain 2" l="111" /> + <Controller name="E3 Release" l="112" /> + <Controller name="E4 Attack" l="113" /> + <Controller name="E4 Decay" l="114" /> + <Controller name="E4 Sustain" l="115" /> + <Controller name="E4 Decay 2" l="116" /> + <Controller name="E4 Sustain 2" l="117" /> + <Controller name="E4 Release" l="118" /> + <Controller name="All Sounds Off" l="120" /> + <Controller name="Reset All Controllers" l="121" /> + <Controller name="Local Control" l="122" /> + <Controller name="All Notes Off" l="123" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Waldorf_Microwave-I.idf b/muse2/share/instruments/Waldorf_Microwave-I.idf new file mode 100644 index 00000000..4b953fc2 --- /dev/null +++ b/muse2/share/instruments/Waldorf_Microwave-I.idf @@ -0,0 +1,142 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Waldorf Microwave I"> + <PatchGroup name="Internal Bank A"> + <Patch name="A 01" hbank="0" lbank="0" prog="0" /> + <Patch name="A 02" hbank="0" lbank="0" prog="1" /> + <Patch name="A 03" hbank="0" lbank="0" prog="2" /> + <Patch name="A 04" hbank="0" lbank="0" prog="3" /> + <Patch name="A 05" hbank="0" lbank="0" prog="4" /> + <Patch name="A 06" hbank="0" lbank="0" prog="5" /> + <Patch name="A 07" hbank="0" lbank="0" prog="6" /> + <Patch name="A 08" hbank="0" lbank="0" prog="7" /> + <Patch name="A 09" hbank="0" lbank="0" prog="8" /> + <Patch name="A 10" hbank="0" lbank="0" prog="9" /> + <Patch name="A 11" hbank="0" lbank="0" prog="10" /> + <Patch name="A 12" hbank="0" lbank="0" prog="11" /> + <Patch name="A 13" hbank="0" lbank="0" prog="12" /> + <Patch name="A 14" hbank="0" lbank="0" prog="13" /> + <Patch name="A 15" hbank="0" lbank="0" prog="14" /> + <Patch name="A 16" hbank="0" lbank="0" prog="15" /> + <Patch name="A 17" hbank="0" lbank="0" prog="16" /> + <Patch name="A 18" hbank="0" lbank="0" prog="17" /> + <Patch name="A 19" hbank="0" lbank="0" prog="18" /> + <Patch name="A 20" hbank="0" lbank="0" prog="19" /> + <Patch name="A 21" hbank="0" lbank="0" prog="20" /> + <Patch name="A 22" hbank="0" lbank="0" prog="21" /> + <Patch name="A 23" hbank="0" lbank="0" prog="22" /> + <Patch name="A 24" hbank="0" lbank="0" prog="23" /> + <Patch name="A 25" hbank="0" lbank="0" prog="24" /> + <Patch name="A 26" hbank="0" lbank="0" prog="25" /> + <Patch name="A 27" hbank="0" lbank="0" prog="26" /> + <Patch name="A 28" hbank="0" lbank="0" prog="27" /> + <Patch name="A 29" hbank="0" lbank="0" prog="28" /> + <Patch name="A 30" hbank="0" lbank="0" prog="29" /> + <Patch name="A 31" hbank="0" lbank="0" prog="30" /> + <Patch name="A 32" hbank="0" lbank="0" prog="31" /> + </PatchGroup> + <PatchGroup name="Internal Bank B"> + <Patch name="B 01" hbank="0" lbank="0" prog="32" /> + <Patch name="B 02" hbank="0" lbank="0" prog="33" /> + <Patch name="B 03" hbank="0" lbank="0" prog="34" /> + <Patch name="B 04" hbank="0" lbank="0" prog="35" /> + <Patch name="B 05" hbank="0" lbank="0" prog="36" /> + <Patch name="B 06" hbank="0" lbank="0" prog="37" /> + <Patch name="B 07" hbank="0" lbank="0" prog="38" /> + <Patch name="B 08" hbank="0" lbank="0" prog="39" /> + <Patch name="B 09" hbank="0" lbank="0" prog="40" /> + <Patch name="B 10" hbank="0" lbank="0" prog="41" /> + <Patch name="B 11" hbank="0" lbank="0" prog="42" /> + <Patch name="B 12" hbank="0" lbank="0" prog="43" /> + <Patch name="B 13" hbank="0" lbank="0" prog="44" /> + <Patch name="B 14" hbank="0" lbank="0" prog="45" /> + <Patch name="B 15" hbank="0" lbank="0" prog="46" /> + <Patch name="B 16" hbank="0" lbank="0" prog="47" /> + <Patch name="B 17" hbank="0" lbank="0" prog="48" /> + <Patch name="B 18" hbank="0" lbank="0" prog="49" /> + <Patch name="B 19" hbank="0" lbank="0" prog="50" /> + <Patch name="B 20" hbank="0" lbank="0" prog="51" /> + <Patch name="B 21" hbank="0" lbank="0" prog="52" /> + <Patch name="B 22" hbank="0" lbank="0" prog="53" /> + <Patch name="B 23" hbank="0" lbank="0" prog="54" /> + <Patch name="B 24" hbank="0" lbank="0" prog="55" /> + <Patch name="B 25" hbank="0" lbank="0" prog="56" /> + <Patch name="B 26" hbank="0" lbank="0" prog="57" /> + <Patch name="B 27" hbank="0" lbank="0" prog="58" /> + <Patch name="B 28" hbank="0" lbank="0" prog="59" /> + <Patch name="B 29" hbank="0" lbank="0" prog="60" /> + <Patch name="B 30" hbank="0" lbank="0" prog="61" /> + <Patch name="B 31" hbank="0" lbank="0" prog="62" /> + <Patch name="B 32" hbank="0" lbank="0" prog="63" /> + </PatchGroup> + <PatchGroup name="Card Bank C"> + <Patch name="C 01" hbank="0" lbank="0" prog="64" /> + <Patch name="C 02" hbank="0" lbank="0" prog="65" /> + <Patch name="C 03" hbank="0" lbank="0" prog="66" /> + <Patch name="C 04" hbank="0" lbank="0" prog="67" /> + <Patch name="C 05" hbank="0" lbank="0" prog="68" /> + <Patch name="C 06" hbank="0" lbank="0" prog="69" /> + <Patch name="C 07" hbank="0" lbank="0" prog="70" /> + <Patch name="C 08" hbank="0" lbank="0" prog="71" /> + <Patch name="C 09" hbank="0" lbank="0" prog="72" /> + <Patch name="C 10" hbank="0" lbank="0" prog="73" /> + <Patch name="C 11" hbank="0" lbank="0" prog="74" /> + <Patch name="C 12" hbank="0" lbank="0" prog="75" /> + <Patch name="C 13" hbank="0" lbank="0" prog="76" /> + <Patch name="C 14" hbank="0" lbank="0" prog="77" /> + <Patch name="C 15" hbank="0" lbank="0" prog="78" /> + <Patch name="C 16" hbank="0" lbank="0" prog="79" /> + <Patch name="C 17" hbank="0" lbank="0" prog="80" /> + <Patch name="C 18" hbank="0" lbank="0" prog="81" /> + <Patch name="C 19" hbank="0" lbank="0" prog="82" /> + <Patch name="C 20" hbank="0" lbank="0" prog="83" /> + <Patch name="C 21" hbank="0" lbank="0" prog="84" /> + <Patch name="C 22" hbank="0" lbank="0" prog="85" /> + <Patch name="C 23" hbank="0" lbank="0" prog="86" /> + <Patch name="C 24" hbank="0" lbank="0" prog="87" /> + <Patch name="C 25" hbank="0" lbank="0" prog="88" /> + <Patch name="C 26" hbank="0" lbank="0" prog="89" /> + <Patch name="C 27" hbank="0" lbank="0" prog="90" /> + <Patch name="C 28" hbank="0" lbank="0" prog="91" /> + <Patch name="C 29" hbank="0" lbank="0" prog="92" /> + <Patch name="C 30" hbank="0" lbank="0" prog="93" /> + <Patch name="C 31" hbank="0" lbank="0" prog="94" /> + <Patch name="C 32" hbank="0" lbank="0" prog="95" /> + </PatchGroup> + <PatchGroup name="Card Bank D"> + <Patch name="D 01" hbank="0" lbank="0" prog="96" /> + <Patch name="D 02" hbank="0" lbank="0" prog="97" /> + <Patch name="D 03" hbank="0" lbank="0" prog="98" /> + <Patch name="D 04" hbank="0" lbank="0" prog="99" /> + <Patch name="D 05" hbank="0" lbank="0" prog="100" /> + <Patch name="D 06" hbank="0" lbank="0" prog="101" /> + <Patch name="D 07" hbank="0" lbank="0" prog="102" /> + <Patch name="D 08" hbank="0" lbank="0" prog="103" /> + <Patch name="D 09" hbank="0" lbank="0" prog="104" /> + <Patch name="D 10" hbank="0" lbank="0" prog="105" /> + <Patch name="D 11" hbank="0" lbank="0" prog="106" /> + <Patch name="D 12" hbank="0" lbank="0" prog="107" /> + <Patch name="D 13" hbank="0" lbank="0" prog="108" /> + <Patch name="D 14" hbank="0" lbank="0" prog="109" /> + <Patch name="D 15" hbank="0" lbank="0" prog="110" /> + <Patch name="D 16" hbank="0" lbank="0" prog="111" /> + <Patch name="D 17" hbank="0" lbank="0" prog="112" /> + <Patch name="D 18" hbank="0" lbank="0" prog="113" /> + <Patch name="D 19" hbank="0" lbank="0" prog="114" /> + <Patch name="D 20" hbank="0" lbank="0" prog="115" /> + <Patch name="D 21" hbank="0" lbank="0" prog="116" /> + <Patch name="D 22" hbank="0" lbank="0" prog="117" /> + <Patch name="D 23" hbank="0" lbank="0" prog="118" /> + <Patch name="D 24" hbank="0" lbank="0" prog="119" /> + <Patch name="D 25" hbank="0" lbank="0" prog="120" /> + <Patch name="D 26" hbank="0" lbank="0" prog="121" /> + <Patch name="D 27" hbank="0" lbank="0" prog="122" /> + <Patch name="D 28" hbank="0" lbank="0" prog="123" /> + <Patch name="D 29" hbank="0" lbank="0" prog="124" /> + <Patch name="D 30" hbank="0" lbank="0" prog="125" /> + <Patch name="D 31" hbank="0" lbank="0" prog="126" /> + <Patch name="D 32" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Yamaha-01v.idf b/muse2/share/instruments/Yamaha-01v.idf new file mode 100644 index 00000000..06826594 --- /dev/null +++ b/muse2/share/instruments/Yamaha-01v.idf @@ -0,0 +1,219 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Yamaha 01v"> + <PatchGroup name="Internal Bank A"> + <Patch name="00 init Data" hbank="0" lbank="0" prog="99" /> + <Patch name="01" hbank="0" lbank="0" prog="0" /> + <Patch name="02" hbank="0" lbank="0" prog="1" /> + <Patch name="03" hbank="0" lbank="0" prog="2" /> + <Patch name="04" hbank="0" lbank="0" prog="3" /> + <Patch name="05" hbank="0" lbank="0" prog="4" /> + <Patch name="06" hbank="0" lbank="0" prog="5" /> + <Patch name="07" hbank="0" lbank="0" prog="6" /> + <Patch name="08" hbank="0" lbank="0" prog="7" /> + <Patch name="09" hbank="0" lbank="0" prog="8" /> + <Patch name="10" hbank="0" lbank="0" prog="9" /> + <Patch name="11" hbank="0" lbank="0" prog="10" /> + <Patch name="12" hbank="0" lbank="0" prog="11" /> + <Patch name="13" hbank="0" lbank="0" prog="12" /> + <Patch name="14" hbank="0" lbank="0" prog="13" /> + <Patch name="15" hbank="0" lbank="0" prog="14" /> + <Patch name="16" hbank="0" lbank="0" prog="15" /> + <Patch name="17" hbank="0" lbank="0" prog="16" /> + <Patch name="18" hbank="0" lbank="0" prog="17" /> + <Patch name="19" hbank="0" lbank="0" prog="18" /> + <Patch name="20" hbank="0" lbank="0" prog="19" /> + <Patch name="21" hbank="0" lbank="0" prog="20" /> + <Patch name="22" hbank="0" lbank="0" prog="21" /> + <Patch name="23" hbank="0" lbank="0" prog="22" /> + <Patch name="24" hbank="0" lbank="0" prog="23" /> + <Patch name="25" hbank="0" lbank="0" prog="24" /> + <Patch name="26" hbank="0" lbank="0" prog="25" /> + <Patch name="27" hbank="0" lbank="0" prog="26" /> + <Patch name="28" hbank="0" lbank="0" prog="27" /> + <Patch name="29" hbank="0" lbank="0" prog="28" /> + <Patch name="30" hbank="0" lbank="0" prog="29" /> + <Patch name="31" hbank="0" lbank="0" prog="30" /> + <Patch name="32" hbank="0" lbank="0" prog="31" /> + <Patch name="33" hbank="0" lbank="0" prog="32" /> + <Patch name="34" hbank="0" lbank="0" prog="33" /> + <Patch name="35" hbank="0" lbank="0" prog="34" /> + <Patch name="36" hbank="0" lbank="0" prog="35" /> + <Patch name="37" hbank="0" lbank="0" prog="36" /> + <Patch name="38" hbank="0" lbank="0" prog="37" /> + <Patch name="39" hbank="0" lbank="0" prog="38" /> + <Patch name="40" hbank="0" lbank="0" prog="39" /> + <Patch name="41" hbank="0" lbank="0" prog="40" /> + <Patch name="42" hbank="0" lbank="0" prog="41" /> + <Patch name="43" hbank="0" lbank="0" prog="42" /> + <Patch name="44" hbank="0" lbank="0" prog="43" /> + <Patch name="45" hbank="0" lbank="0" prog="44" /> + <Patch name="46" hbank="0" lbank="0" prog="45" /> + <Patch name="47" hbank="0" lbank="0" prog="46" /> + <Patch name="48" hbank="0" lbank="0" prog="47" /> + <Patch name="49" hbank="0" lbank="0" prog="48" /> + <Patch name="50" hbank="0" lbank="0" prog="49" /> + <Patch name="51" hbank="0" lbank="0" prog="50" /> + <Patch name="52" hbank="0" lbank="0" prog="51" /> + <Patch name="53" hbank="0" lbank="0" prog="52" /> + <Patch name="54" hbank="0" lbank="0" prog="53" /> + <Patch name="55" hbank="0" lbank="0" prog="54" /> + <Patch name="56" hbank="0" lbank="0" prog="55" /> + <Patch name="57" hbank="0" lbank="0" prog="56" /> + <Patch name="58" hbank="0" lbank="0" prog="57" /> + <Patch name="59" hbank="0" lbank="0" prog="58" /> + <Patch name="60" hbank="0" lbank="0" prog="59" /> + <Patch name="61" hbank="0" lbank="0" prog="60" /> + <Patch name="62" hbank="0" lbank="0" prog="61" /> + <Patch name="63" hbank="0" lbank="0" prog="62" /> + <Patch name="64" hbank="0" lbank="0" prog="63" /> + <Patch name="65" hbank="0" lbank="0" prog="64" /> + <Patch name="66" hbank="0" lbank="0" prog="65" /> + <Patch name="67" hbank="0" lbank="0" prog="66" /> + <Patch name="68" hbank="0" lbank="0" prog="67" /> + <Patch name="69" hbank="0" lbank="0" prog="68" /> + <Patch name="70" hbank="0" lbank="0" prog="69" /> + <Patch name="71" hbank="0" lbank="0" prog="70" /> + <Patch name="72" hbank="0" lbank="0" prog="71" /> + <Patch name="73" hbank="0" lbank="0" prog="72" /> + <Patch name="74" hbank="0" lbank="0" prog="73" /> + <Patch name="75" hbank="0" lbank="0" prog="74" /> + <Patch name="76" hbank="0" lbank="0" prog="75" /> + <Patch name="77" hbank="0" lbank="0" prog="76" /> + <Patch name="78" hbank="0" lbank="0" prog="77" /> + <Patch name="79" hbank="0" lbank="0" prog="78" /> + <Patch name="80" hbank="0" lbank="0" prog="79" /> + <Patch name="81" hbank="0" lbank="0" prog="80" /> + <Patch name="82" hbank="0" lbank="0" prog="81" /> + <Patch name="83" hbank="0" lbank="0" prog="82" /> + <Patch name="84" hbank="0" lbank="0" prog="83" /> + <Patch name="85" hbank="0" lbank="0" prog="84" /> + <Patch name="86" hbank="0" lbank="0" prog="85" /> + <Patch name="87" hbank="0" lbank="0" prog="86" /> + <Patch name="88" hbank="0" lbank="0" prog="87" /> + <Patch name="89" hbank="0" lbank="0" prog="88" /> + <Patch name="90" hbank="0" lbank="0" prog="89" /> + <Patch name="91" hbank="0" lbank="0" prog="90" /> + <Patch name="92" hbank="0" lbank="0" prog="91" /> + <Patch name="93" hbank="0" lbank="0" prog="92" /> + <Patch name="94" hbank="0" lbank="0" prog="93" /> + <Patch name="95" hbank="0" lbank="0" prog="94" /> + <Patch name="96" hbank="0" lbank="0" prog="95" /> + <Patch name="97" hbank="0" lbank="0" prog="96" /> + <Patch name="98" hbank="0" lbank="0" prog="97" /> + <Patch name="99" hbank="0" lbank="0" prog="98" /> + </PatchGroup> + <Controller name="Fader CH 1" l="1" /> + <Controller name="Fader CH 2" l="2" /> + <Controller name="Fader CH 3" l="3" /> + <Controller name="Fader CH 4" l="4" /> + <Controller name="Fader CH 5" l="5" /> + <Controller name="Fader CH 6" l="6" /> + <Controller name="Fader CH 7" l="7" /> + <Controller name="Fader CH 8" l="8" /> + <Controller name="Fader CH 9" l="9" /> + <Controller name="Fader CH 10" l="10" /> + <Controller name="Fader CH 11" l="11" /> + <Controller name="Fader CH 12" l="12" /> + <Controller name="Fader CH 13-14" l="13" /> + <Controller name="Fader CH 15-16" l="14" /> + <Controller name="Fader Return 1" l="15" /> + <Controller name="Fader Return 2" l="16" /> + <Controller name="Fader Aux 1" l="17" /> + <Controller name="Fader Aux 2" l="18" /> + <Controller name="Fader Aux 3" l="19" /> + <Controller name="Fader Aux 4" l="20" /> + <Controller name="Fader Bus 1" l="21" /> + <Controller name="Fader Bus 2" l="22" /> + <Controller name="Fader Bus 3" l="23" /> + <Controller name="Fader Bus 4" l="24" /> + <Controller name="Fader Effect 1" l="25" /> + <Controller name="Fader Effect 2" l="26" /> + <Controller name="Fader St Out" l="27" /> + <Controller name="On CH 1" l="28" /> + <Controller name="On CH 2" l="29" /> + <Controller name="On CH 3" l="30" /> + <Controller name="On CH 4" l="31" /> + <Controller name="On CH 5" l="33" /> + <Controller name="On CH 6" l="34" /> + <Controller name="On CH 7" l="35" /> + <Controller name="On CH 8" l="36" /> + <Controller name="On CH 9" l="37" /> + <Controller name="On CH 10" l="38" /> + <Controller name="On CH 11" l="39" /> + <Controller name="On CH 12" l="40" /> + <Controller name="On CH 13-14" l="41" /> + <Controller name="On CH 15-16" l="42" /> + <Controller name="On Return 1" l="43" /> + <Controller name="On Return 2" l="44" /> + <Controller name="On Aux 1" l="45" /> + <Controller name="On Aux 2" l="46" /> + <Controller name="On Aux 3" l="47" /> + <Controller name="On Aux 4" l="48" /> + <Controller name="On Bus 1" l="49" /> + <Controller name="On Bus 2" l="50" /> + <Controller name="On Bus 3" l="51" /> + <Controller name="On Bus 4" l="52" /> + <Controller name="On Effect 1" l="53" /> + <Controller name="On Effect 2" l="54" /> + <Controller name="On St Out" l="55" /> + <Controller name="Pan CH 1" l="56" min="-64" max="63" /> + <Controller name="Pan CH 2" l="57" min="-64" max="63" /> + <Controller name="Pan CH 3" l="58" min="-64" max="63" /> + <Controller name="Pan CH 4" l="59" min="-64" max="63" /> + <Controller name="Pan CH 5" l="60" min="-64" max="63" /> + <Controller name="Pan CH 6" l="61" min="-64" max="63" /> + <Controller name="Pan CH 7" l="62" min="-64" max="63" /> + <Controller name="Pan CH 8" l="63" min="-64" max="63" /> + <Controller name="Pan CH 9" l="64" min="-64" max="63" /> + <Controller name="Pan CH 10" l="65" min="-64" max="63" /> + <Controller name="Pan CH 11" l="66" min="-64" max="63" /> + <Controller name="Pan CH 12" l="67" min="-64" max="63" /> + <Controller name="Pan CH 13" l="68" min="-64" max="63" /> + <Controller name="Pan CH 14" l="69" min="-64" max="63" /> + <Controller name="Pan CH 15" l="70" min="-64" max="63" /> + <Controller name="Pan CH 16" l="71" min="-64" max="63" /> + <Controller name="Pan Return 1 L" l="72" min="-64" max="63" /> + <Controller name="Pan Return 1 R" l="73" min="-64" max="63" /> + <Controller name="Pan Return 2 L" l="74" min="-64" max="63" /> + <Controller name="Pan Return 2 R" l="75" min="-64" max="63" /> + <Controller name="Pan St Out" l="76" min="-64" max="63" /> + <Controller name="Eff 1 Send CH 1" l="77" /> + <Controller name="Eff 1 Send CH 2" l="78" /> + <Controller name="Eff 1 Send CH 3" l="79" /> + <Controller name="Eff 1 Send CH 4" l="80" /> + <Controller name="Eff 1 Send CH 5" l="81" /> + <Controller name="Eff 1 Send CH 6" l="82" /> + <Controller name="Eff 1 Send CH 7" l="83" /> + <Controller name="Eff 1 Send CH 8" l="84" /> + <Controller name="Eff 1 Send CH 9" l="85" /> + <Controller name="Eff 1 Send CH 10" l="86" /> + <Controller name="Eff 1 Send CH 11" l="87" /> + <Controller name="Eff 1 Send CH 12" l="88" /> + <Controller name="Eff 1 Send CH 13-14" l="89" /> + <Controller name="Eff 1 Send CH 15-16" l="90" /> + <Controller name="Eff 2 Send CH 1" l="91" /> + <Controller name="Eff 2 Send CH 2" l="92" /> + <Controller name="Eff 2 Send CH 3" l="93" /> + <Controller name="Eff 2 Send CH 4" l="94" /> + <Controller name="Eff 2 Send CH 5" l="95" /> + <Controller name="Eff 2 Send CH 6" l="102" /> + <Controller name="Eff 2 Send CH 7" l="103" /> + <Controller name="Eff 2 Send CH 8" l="104" /> + <Controller name="Eff 2 Send CH 9" l="105" /> + <Controller name="Eff 2 Send CH 10" l="106" /> + <Controller name="Eff 2 Send CH 11" l="107" /> + <Controller name="Eff 2 Send CH 12" l="108" /> + <Controller name="Eff 2 Send CH 13-14" l="109" /> + <Controller name="Eff 2 Send CH 15-16" l="110" /> + <Controller name="Fader CH 17" l="111" /> + <Controller name="Fader CH 18" l="112" /> + <Controller name="Fader CH 19" l="113" /> + <Controller name="Fader CH 20" l="114" /> + <Controller name="Fader CH 21" l="115" /> + <Controller name="Fader CH 22" l="116" /> + <Controller name="Fader CH 23" l="117" /> + <Controller name="Fader CH 24" l="118" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Yamaha-Motif-Rack.idf b/muse2/share/instruments/Yamaha-Motif-Rack.idf new file mode 100644 index 00000000..956a8d92 --- /dev/null +++ b/muse2/share/instruments/Yamaha-Motif-Rack.idf @@ -0,0 +1,1135 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Yamaha Motif Rack" nullparam="32639"> + <PatchGroup name="Preset 1"> + <Patch name="PowerGrand" hbank="63" lbank="0" prog="0" /> + <Patch name="Jazz Grand" hbank="63" lbank="0" prog="1" /> + <Patch name="Dark Grand" hbank="63" lbank="0" prog="2" /> + <Patch name="CP 80" hbank="63" lbank="0" prog="3" /> + <Patch name="CP80 + EP" hbank="63" lbank="0" prog="4" /> + <Patch name="Yama EP`s" hbank="63" lbank="0" prog="5" /> + <Patch name="BalladKeys" hbank="63" lbank="0" prog="6" /> + <Patch name="80s Layer" hbank="63" lbank="0" prog="7" /> + <Patch name="Piano + Strg" hbank="63" lbank="0" prog="8" /> + <Patch name="Piano Ooh" hbank="63" lbank="0" prog="9" /> + <Patch name="PianoBakup" hbank="63" lbank="0" prog="10" /> + <Patch name="Max Tine" hbank="63" lbank="0" prog="11" /> + <Patch name="Early Fusn" hbank="63" lbank="0" prog="12" /> + <Patch name="Vintage;74" hbank="63" lbank="0" prog="13" /> + <Patch name="Sweetness" hbank="63" lbank="0" prog="14" /> + <Patch name="DynoStrait" hbank="63" lbank="0" prog="15" /> + <Patch name="ChorusHard" hbank="63" lbank="0" prog="16" /> + <Patch name="VintagCase" hbank="63" lbank="0" prog="17" /> + <Patch name="ChorusDyno" hbank="63" lbank="0" prog="18" /> + <Patch name="80th Boost" hbank="63" lbank="0" prog="19" /> + <Patch name="Contempo" hbank="63" lbank="0" prog="20" /> + <Patch name="Early 70;s" hbank="63" lbank="0" prog="21" /> + <Patch name="Tonight" hbank="63" lbank="0" prog="22" /> + <Patch name="E.PianoPad" hbank="63" lbank="0" prog="23" /> + <Patch name="TX802" hbank="63" lbank="0" prog="24" /> + <Patch name="ChorusBel" hbank="63" lbank="0" prog="25" /> + <Patch name="BellDX" hbank="63" lbank="0" prog="26" /> + <Patch name="Dark DX" hbank="63" lbank="0" prog="27" /> + <Patch name="GS Tines" hbank="63" lbank="0" prog="28" /> + <Patch name="Rich FM" hbank="63" lbank="0" prog="29" /> + <Patch name="FilteredDX" hbank="63" lbank="0" prog="30" /> + <Patch name="Ice Piano" hbank="63" lbank="0" prog="31" /> + <Patch name="WurliTrem" hbank="63" lbank="0" prog="32" /> + <Patch name="WurliAmped" hbank="63" lbank="0" prog="33" /> + <Patch name="TouchClavi" hbank="63" lbank="0" prog="34" /> + <Patch name="SuperClavi" hbank="63" lbank="0" prog="35" /> + <Patch name="StereoClav" hbank="63" lbank="0" prog="36" /> + <Patch name="HollowClav" hbank="63" lbank="0" prog="37" /> + <Patch name="Nu Phasing" hbank="63" lbank="0" prog="38" /> + <Patch name="Digi Clavi" hbank="63" lbank="0" prog="39" /> + <Patch name="PulseClavi" hbank="63" lbank="0" prog="40" /> + <Patch name="Twinkle" hbank="63" lbank="0" prog="41" /> + <Patch name="Stick Bell" hbank="63" lbank="0" prog="42" /> + <Patch name="Bell Chiff" hbank="63" lbank="0" prog="43" /> + <Patch name="FngrCymbl" hbank="63" lbank="0" prog="44" /> + <Patch name="ChorusBell" hbank="63" lbank="0" prog="45" /> + <Patch name="Tibetan" hbank="63" lbank="0" prog="46" /> + <Patch name="EastBell" hbank="63" lbank="0" prog="47" /> + <Patch name="Gamelan" hbank="63" lbank="0" prog="48" /> + <Patch name="IceBells" hbank="63" lbank="0" prog="49" /> + <Patch name="Digi Bell" hbank="63" lbank="0" prog="50" /> + <Patch name="Marimbell" hbank="63" lbank="0" prog="51" /> + <Patch name="16+8+5 + 1/3" hbank="63" lbank="0" prog="52" /> + <Patch name="Petit" hbank="63" lbank="0" prog="53" /> + <Patch name="Glassy" hbank="63" lbank="0" prog="54" /> + <Patch name="Jazzy" hbank="63" lbank="0" prog="55" /> + <Patch name="Slow Jam" hbank="63" lbank="0" prog="56" /> + <Patch name="Greasy" hbank="63" lbank="0" prog="57" /> + <Patch name="Swishie" hbank="63" lbank="0" prog="58" /> + <Patch name="Clean" hbank="63" lbank="0" prog="59" /> + <Patch name="Full/CVib" hbank="63" lbank="0" prog="60" /> + <Patch name="Mellow" hbank="63" lbank="0" prog="61" /> + <Patch name="Nu Shade" hbank="63" lbank="0" prog="62" /> + <Patch name="Cool Cat" hbank="63" lbank="0" prog="63" /> + <Patch name="Flutey" hbank="63" lbank="0" prog="64" /> + <Patch name="LeftManual" hbank="63" lbank="0" prog="65" /> + <Patch name="DrawContrl" hbank="63" lbank="0" prog="66" /> + <Patch name="Rocky" hbank="63" lbank="0" prog="67" /> + <Patch name="Expensive" hbank="63" lbank="0" prog="68" /> + <Patch name="Progressy" hbank="63" lbank="0" prog="69" /> + <Patch name="Crunchy" hbank="63" lbank="0" prog="70" /> + <Patch name="Early Bird" hbank="63" lbank="0" prog="71" /> + <Patch name="Jazz Split" hbank="63" lbank="0" prog="72" /> + <Patch name="GosplSplit" hbank="63" lbank="0" prog="73" /> + <Patch name="Tradi" hbank="63" lbank="0" prog="74" /> + <Patch name="Sunday" hbank="63" lbank="0" prog="75" /> + <Patch name="BreathPipe" hbank="63" lbank="0" prog="76" /> + <Patch name="Fluty Pipe" hbank="63" lbank="0" prog="77" /> + <Patch name="Reedy Pipe" hbank="63" lbank="0" prog="78" /> + <Patch name="OohPipes" hbank="63" lbank="0" prog="79" /> + <Patch name="Flamenco" hbank="63" lbank="0" prog="80" /> + <Patch name="Nylon Jam" hbank="63" lbank="0" prog="81" /> + <Patch name="BriteSteel" hbank="63" lbank="0" prog="82" /> + <Patch name="Strums" hbank="63" lbank="0" prog="83" /> + <Patch name="Big Steel" hbank="63" lbank="0" prog="84" /> + <Patch name="Folk Steel" hbank="63" lbank="0" prog="85" /> + <Patch name="18 String" hbank="63" lbank="0" prog="86" /> + <Patch name="HarpsiGtr" hbank="63" lbank="0" prog="87" /> + <Patch name="HybridGtr" hbank="63" lbank="0" prog="88" /> + <Patch name="JazzGTmelo" hbank="63" lbank="0" prog="89" /> + <Patch name="Velo Jazz" hbank="63" lbank="0" prog="90" /> + <Patch name="FM Jazz" hbank="63" lbank="0" prog="91" /> + <Patch name="For Funk" hbank="63" lbank="0" prog="92" /> + <Patch name="Spanky" hbank="63" lbank="0" prog="93" /> + <Patch name="Funkiest" hbank="63" lbank="0" prog="94" /> + <Patch name="Vin Strum" hbank="63" lbank="0" prog="95" /> + <Patch name="1CoilChors" hbank="63" lbank="0" prog="96" /> + <Patch name="CleanChors" hbank="63" lbank="0" prog="97" /> + <Patch name="ChorusPlus" hbank="63" lbank="0" prog="98" /> + <Patch name="SmoothChor" hbank="63" lbank="0" prog="99" /> + <Patch name="TexBoogie" hbank="63" lbank="0" prog="100" /> + <Patch name="Rockabilly" hbank="63" lbank="0" prog="101" /> + <Patch name="65 Combo" hbank="63" lbank="0" prog="102" /> + <Patch name="VinTremolo" hbank="63" lbank="0" prog="103" /> + <Patch name="Crunchoid" hbank="63" lbank="0" prog="104" /> + <Patch name="DynamicAmp" hbank="63" lbank="0" prog="105" /> + <Patch name="Feedback" hbank="63" lbank="0" prog="106" /> + <Patch name="VOODOOMAN" hbank="63" lbank="0" prog="106" /> + <Patch name="BlueLead" hbank="63" lbank="0" prog="107" /> + <Patch name="MeloRckLd" hbank="63" lbank="0" prog="108" /> + <Patch name="MetalMute" hbank="63" lbank="0" prog="109" /> + <Patch name="OverTheTop" hbank="63" lbank="0" prog="110" /> + <Patch name="RoundWound" hbank="63" lbank="0" prog="111" /> + <Patch name="FingerMan" hbank="63" lbank="0" prog="112" /> + <Patch name="PrecRW" hbank="63" lbank="0" prog="113" /> + <Patch name="PrecFW" hbank="63" lbank="0" prog="114" /> + <Patch name="HybridBass" hbank="63" lbank="0" prog="115" /> + <Patch name="Stand Up" hbank="63" lbank="0" prog="116" /> + <Patch name="Fretless" hbank="63" lbank="0" prog="117" /> + <Patch name="Slap + Fx" hbank="63" lbank="0" prog="118" /> + <Patch name="BriteSlap" hbank="63" lbank="0" prog="119" /> + <Patch name="Velo Bass" hbank="63" lbank="0" prog="120" /> + <Patch name="Bs+Cym+Vb" hbank="63" lbank="0" prog="121" /> + <Patch name="Boogie on" hbank="63" lbank="0" prog="122" /> + <Patch name="MiniDetune" hbank="63" lbank="0" prog="123" /> + <Patch name="Long Spit" hbank="63" lbank="0" prog="124" /> + <Patch name="Tack Bass" hbank="63" lbank="0" prog="125" /> + <Patch name="Fat Octave" hbank="63" lbank="0" prog="126" /> + </PatchGroup> + <PatchGroup name="Preset 2"> + <Patch name="Violin" hbank="63" lbank="1" prog="0" /> + <Patch name="Viola" hbank="63" lbank="1" prog="1" /> + <Patch name="Cello" hbank="63" lbank="1" prog="2" /> + <Patch name="SoloSpicat" hbank="63" lbank="1" prog="3" /> + <Patch name="2 Solos" hbank="63" lbank="1" prog="4" /> + <Patch name="Cello Duet" hbank="63" lbank="1" prog="5" /> + <Patch name="Trio" hbank="63" lbank="1" prog="6" /> + <Patch name="Chamber" hbank="63" lbank="1" prog="7" /> + <Patch name="Small Ens" hbank="63" lbank="1" prog="8" /> + <Patch name="Medium Ens" hbank="63" lbank="1" prog="9" /> + <Patch name="Ens Mix" hbank="63" lbank="1" prog="10" /> + <Patch name="Ensemble" hbank="63" lbank="1" prog="11" /> + <Patch name="Hard Ens" hbank="63" lbank="1" prog="12" /> + <Patch name="Background" hbank="63" lbank="1" prog="13" /> + <Patch name="BigSymphny" hbank="63" lbank="1" prog="14" /> + <Patch name="Str/Horns" hbank="63" lbank="1" prog="15" /> + <Patch name="Stringy" hbank="63" lbank="1" prog="16" /> + <Patch name="Polystring" hbank="63" lbank="1" prog="17" /> + <Patch name="JP Strings" hbank="63" lbank="1" prog="18" /> + <Patch name="MournStrgs" hbank="63" lbank="1" prog="19" /> + <Patch name="The Pizz" hbank="63" lbank="1" prog="20" /> + <Patch name="Fanfare" hbank="63" lbank="1" prog="21" /> + <Patch name="Hi Brass" hbank="63" lbank="1" prog="22" /> + <Patch name="Fat Sect" hbank="63" lbank="1" prog="23" /> + <Patch name="Sforzando" hbank="63" lbank="1" prog="24" /> + <Patch name="Symphony" hbank="63" lbank="1" prog="25" /> + <Patch name="Big Band" hbank="63" lbank="1" prog="26" /> + <Patch name="Big Band 2" hbank="63" lbank="1" prog="27" /> + <Patch name="SaxBigBand" hbank="63" lbank="1" prog="28" /> + <Patch name="MedmBrass" hbank="63" lbank="1" prog="29" /> + <Patch name="Soft Brass" hbank="63" lbank="1" prog="30" /> + <Patch name="SoftVeloBr" hbank="63" lbank="1" prog="31" /> + <Patch name="TrpRomantc" hbank="63" lbank="1" prog="32" /> + <Patch name="Phase Mute" hbank="63" lbank="1" prog="33" /> + <Patch name="Legend" hbank="63" lbank="1" prog="34" /> + <Patch name="Trombone" hbank="63" lbank="1" prog="35" /> + <Patch name="Flugelleaz" hbank="63" lbank="1" prog="36" /> + <Patch name="F.Horn Ens" hbank="63" lbank="1" prog="37" /> + <Patch name="SlowAttack" hbank="63" lbank="1" prog="38" /> + <Patch name="Strng/Bras" hbank="63" lbank="1" prog="39" /> + <Patch name="Movie Ens " hbank="63" lbank="1" prog="40" /> + <Patch name="Powered" hbank="63" lbank="1" prog="41" /> + <Patch name="ObStuff" hbank="63" lbank="1" prog="42" /> + <Patch name="Prophy" hbank="63" lbank="1" prog="43" /> + <Patch name="AnalogBras" hbank="63" lbank="1" prog="44" /> + <Patch name="After 1984" hbank="63" lbank="1" prog="45" /> + <Patch name="Soprano" hbank="63" lbank="1" prog="46" /> + <Patch name="Alto Vib" hbank="63" lbank="1" prog="47" /> + <Patch name="SaxEnsembl" hbank="63" lbank="1" prog="48" /> + <Patch name="Tenor Sax" hbank="63" lbank="1" prog="49" /> + <Patch name="Tenor Soft" hbank="63" lbank="1" prog="50" /> + <Patch name="The Winds" hbank="63" lbank="1" prog="51" /> + <Patch name="WindOrch" hbank="63" lbank="1" prog="52" /> + <Patch name="SweetFlute" hbank="63" lbank="1" prog="53" /> + <Patch name="PanBottle" hbank="63" lbank="1" prog="54" /> + <Patch name="AmpHarpMW" hbank="63" lbank="1" prog="55" /> + <Patch name="SmoothSaw" hbank="63" lbank="1" prog="56" /> + <Patch name="Lucky" hbank="63" lbank="1" prog="57" /> + <Patch name="Tri Solo" hbank="63" lbank="1" prog="58" /> + <Patch name="Syntrump" hbank="63" lbank="1" prog="59" /> + <Patch name="PWM Lead" hbank="63" lbank="1" prog="60" /> + <Patch name="Clicky Saw" hbank="63" lbank="1" prog="61" /> + <Patch name="Mini Pulse" hbank="63" lbank="1" prog="62" /> + <Patch name="Sync Lead" hbank="63" lbank="1" prog="63" /> + <Patch name="Altair" hbank="63" lbank="1" prog="64" /> + <Patch name="Analog" hbank="63" lbank="1" prog="65" /> + <Patch name="Sweetland" hbank="63" lbank="1" prog="66" /> + <Patch name="WarmSweepy" hbank="63" lbank="1" prog="67" /> + <Patch name="SinePad" hbank="63" lbank="1" prog="68" /> + <Patch name="Square" hbank="63" lbank="1" prog="69" /> + <Patch name="VoxPad" hbank="63" lbank="1" prog="70" /> + <Patch name="Pure Syn" hbank="63" lbank="1" prog="71" /> + <Patch name="MovingPad" hbank="63" lbank="1" prog="72" /> + <Patch name="SimpleSaws" hbank="63" lbank="1" prog="73" /> + <Patch name="X-Shower" hbank="63" lbank="1" prog="74" /> + <Patch name="PWM Pad" hbank="63" lbank="1" prog="75" /> + <Patch name="Bell Choir" hbank="63" lbank="1" prog="76" /> + <Patch name="ObSoft" hbank="63" lbank="1" prog="77" /> + <Patch name="MellowAnlg" hbank="63" lbank="1" prog="78" /> + <Patch name="Glasschoir" hbank="63" lbank="1" prog="79" /> + <Patch name="PeaceVox" hbank="63" lbank="1" prog="80" /> + <Patch name="StackChoir" hbank="63" lbank="1" prog="81" /> + <Patch name="Bronx" hbank="63" lbank="1" prog="82" /> + <Patch name="IceChoir" hbank="63" lbank="1" prog="83" /> + <Patch name="Fast Oohs" hbank="63" lbank="1" prog="84" /> + <Patch name="Ooze + OZ" hbank="63" lbank="1" prog="85" /> + <Patch name="NeoCrystal" hbank="63" lbank="1" prog="86" /> + <Patch name="Pop Synth" hbank="63" lbank="1" prog="87" /> + <Patch name="Fantasy" hbank="63" lbank="1" prog="88" /> + <Patch name="Heavenly" hbank="63" lbank="1" prog="89" /> + <Patch name="Retro" hbank="63" lbank="1" prog="90" /> + <Patch name="Airy Nylon" hbank="63" lbank="1" prog="91" /> + <Patch name="Antares" hbank="63" lbank="1" prog="92" /> + <Patch name="Pan Sphere" hbank="63" lbank="1" prog="93" /> + <Patch name="Tamburax" hbank="63" lbank="1" prog="94" /> + <Patch name="IndianFlai" hbank="63" lbank="1" prog="95" /> + <Patch name="SAKURA" hbank="63" lbank="1" prog="96" /> + <Patch name="RisingHigh" hbank="63" lbank="1" prog="97" /> + <Patch name="Champ" hbank="63" lbank="1" prog="98" /> + <Patch name="Gladiator" hbank="63" lbank="1" prog="99" /> + <Patch name="Hades" hbank="63" lbank="1" prog="100" /> + <Patch name="Glacy" hbank="63" lbank="1" prog="101" /> + <Patch name="Forest" hbank="63" lbank="1" prog="102" /> + <Patch name="MirrorRing" hbank="63" lbank="1" prog="103" /> + <Patch name="Poly" hbank="63" lbank="1" prog="104" /> + <Patch name="AnaTonk" hbank="63" lbank="1" prog="105" /> + <Patch name="Jaipur" hbank="63" lbank="1" prog="106" /> + <Patch name="Dulcitar" hbank="63" lbank="1" prog="107" /> + <Patch name="Cimbalon" hbank="63" lbank="1" prog="108" /> + <Patch name="EthncFlute" hbank="63" lbank="1" prog="109" /> + <Patch name="Hichiriki" hbank="63" lbank="1" prog="110" /> + <Patch name="Ryuteki" hbank="63" lbank="1" prog="111" /> + <Patch name="Gagaku" hbank="63" lbank="1" prog="112" /> + <Patch name="Kokyu" hbank="63" lbank="1" prog="113" /> + <Patch name="Digidoo" hbank="63" lbank="1" prog="114" /> + <Patch name="Bali" hbank="63" lbank="1" prog="115" /> + <Patch name="Indo" hbank="63" lbank="1" prog="116" /> + <Patch name="Trip East" hbank="63" lbank="1" prog="117" /> + <Patch name="Tabla" hbank="63" lbank="1" prog="118" /> + <Patch name="Djembe" hbank="63" lbank="1" prog="119" /> + <Patch name="Djerimbe" hbank="63" lbank="1" prog="120" /> + <Patch name="Udu" hbank="63" lbank="1" prog="121" /> + <Patch name="Tribal" hbank="63" lbank="1" prog="122" /> + <Patch name="Log+Drum" hbank="63" lbank="1" prog="123" /> + <Patch name="Afro" hbank="63" lbank="1" prog="124" /> + <Patch name="Japanesque" hbank="63" lbank="1" prog="125" /> + <Patch name="EthnoShock" hbank="63" lbank="1" prog="126" /> + <Patch name="Ethnology" hbank="63" lbank="1" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset 3"> + <Patch name="Wide Comp" hbank="63" lbank="2" prog="0" /> + <Patch name="78rpmPiano" hbank="63" lbank="2" prog="1" /> + <Patch name="Bristol" hbank="63" lbank="2" prog="2" /> + <Patch name="Mono Comp" hbank="63" lbank="2" prog="3" /> + <Patch name="Dance" hbank="63" lbank="2" prog="4" /> + <Patch name="Houze" hbank="63" lbank="2" prog="5" /> + <Patch name="Glass EP" hbank="63" lbank="2" prog="6" /> + <Patch name="VintSwitch" hbank="63" lbank="2" prog="7" /> + <Patch name="Early Case" hbank="63" lbank="2" prog="8" /> + <Patch name="RdsScape" hbank="63" lbank="2" prog="9" /> + <Patch name="RichEcho" hbank="63" lbank="2" prog="10" /> + <Patch name="StringyPno" hbank="63" lbank="2" prog="11" /> + <Patch name="Champagne" hbank="63" lbank="2" prog="12" /> + <Patch name="Moet" hbank="63" lbank="2" prog="13" /> + <Patch name="Compact" hbank="63" lbank="2" prog="14" /> + <Patch name="1967 Keys" hbank="63" lbank="2" prog="15" /> + <Patch name="YD-45C" hbank="63" lbank="2" prog="16" /> + <Patch name="Gnarly" hbank="63" lbank="2" prog="17" /> + <Patch name="Modular" hbank="63" lbank="2" prog="18" /> + <Patch name="Dark Jack" hbank="63" lbank="2" prog="19" /> + <Patch name="OneVoice" hbank="63" lbank="2" prog="20" /> + <Patch name="Dry Syn" hbank="63" lbank="2" prog="21" /> + <Patch name="PlasticBas" hbank="63" lbank="2" prog="22" /> + <Patch name="Bassline" hbank="63" lbank="2" prog="23" /> + <Patch name="RubbaRap" hbank="63" lbank="2" prog="24" /> + <Patch name="Juicy" hbank="63" lbank="2" prog="25" /> + <Patch name="Dark" hbank="63" lbank="2" prog="26" /> + <Patch name="UniBass" hbank="63" lbank="2" prog="27" /> + <Patch name="Flyer" hbank="63" lbank="2" prog="28" /> + <Patch name="QuackBass" hbank="63" lbank="2" prog="29" /> + <Patch name="Moonbass" hbank="63" lbank="2" prog="30" /> + <Patch name="ClassicSub" hbank="63" lbank="2" prog="31" /> + <Patch name="DX100" hbank="63" lbank="2" prog="32" /> + <Patch name="Lately" hbank="63" lbank="2" prog="33" /> + <Patch name="FMBass" hbank="63" lbank="2" prog="34" /> + <Patch name="Oct String" hbank="63" lbank="2" prog="35" /> + <Patch name="3 Octave" hbank="63" lbank="2" prog="36" /> + <Patch name="TapeStrngs" hbank="63" lbank="2" prog="37" /> + <Patch name="VP Strings" hbank="63" lbank="2" prog="38" /> + <Patch name="BriteTeeth" hbank="63" lbank="2" prog="39" /> + <Patch name="XDance" hbank="63" lbank="2" prog="40" /> + <Patch name="Timeless" hbank="63" lbank="2" prog="41" /> + <Patch name="FatSynth" hbank="63" lbank="2" prog="42" /> + <Patch name="Big Syn" hbank="63" lbank="2" prog="43" /> + <Patch name="Bluesharp" hbank="63" lbank="2" prog="44" /> + <Patch name="Sync" hbank="63" lbank="2" prog="45" /> + <Patch name="Atk Reso" hbank="63" lbank="2" prog="46" /> + <Patch name="Singleline" hbank="63" lbank="2" prog="47" /> + <Patch name="Free LFO" hbank="63" lbank="2" prog="48" /> + <Patch name="Soft Lead" hbank="63" lbank="2" prog="49" /> + <Patch name="PulseWound" hbank="63" lbank="2" prog="50" /> + <Patch name="Big Drone" hbank="63" lbank="2" prog="51" /> + <Patch name="Big Tune" hbank="63" lbank="2" prog="52" /> + <Patch name="PowerWheel" hbank="63" lbank="2" prog="53" /> + <Patch name="Flangefilt" hbank="63" lbank="2" prog="54" /> + <Patch name="G-Funk" hbank="63" lbank="2" prog="55" /> + <Patch name="Maria AT" hbank="63" lbank="2" prog="56" /> + <Patch name="InThePast" hbank="63" lbank="2" prog="57" /> + <Patch name="FatSawPad" hbank="63" lbank="2" prog="58" /> + <Patch name="Wide Sweep" hbank="63" lbank="2" prog="59" /> + <Patch name="Sunbeams" hbank="63" lbank="2" prog="60" /> + <Patch name="BPFx" hbank="63" lbank="2" prog="61" /> + <Patch name="FrozenPad" hbank="63" lbank="2" prog="62" /> + <Patch name="MICHINOKU" hbank="63" lbank="2" prog="63" /> + <Patch name="Esmeralda" hbank="63" lbank="2" prog="64" /> + <Patch name="Romance" hbank="63" lbank="2" prog="65" /> + <Patch name="Circle" hbank="63" lbank="2" prog="66" /> + <Patch name="Dreamspher" hbank="63" lbank="2" prog="67" /> + <Patch name="Silverlake" hbank="63" lbank="2" prog="68" /> + <Patch name="Shadow" hbank="63" lbank="2" prog="69" /> + <Patch name="Platinum" hbank="63" lbank="2" prog="70" /> + <Patch name="Gently" hbank="63" lbank="2" prog="71" /> + <Patch name="Warming" hbank="63" lbank="2" prog="72" /> + <Patch name="PW-EMMY" hbank="63" lbank="2" prog="73" /> + <Patch name="X-fade Pad" hbank="63" lbank="2" prog="74" /> + <Patch name="Zosma" hbank="63" lbank="2" prog="75" /> + <Patch name="NoizRezz" hbank="63" lbank="2" prog="76" /> + <Patch name="Mira" hbank="63" lbank="2" prog="77" /> + <Patch name="MultiPulse" hbank="63" lbank="2" prog="78" /> + <Patch name="VoxWaves" hbank="63" lbank="2" prog="79" /> + <Patch name="LazySweep" hbank="63" lbank="2" prog="80" /> + <Patch name="Doomed" hbank="63" lbank="2" prog="81" /> + <Patch name="PerkaVox" hbank="63" lbank="2" prog="82" /> + <Patch name="Punchy" hbank="63" lbank="2" prog="83" /> + <Patch name="Eyeliner" hbank="63" lbank="2" prog="84" /> + <Patch name="Quieck" hbank="63" lbank="2" prog="85" /> + <Patch name="Aladdin" hbank="63" lbank="2" prog="86" /> + <Patch name="QuadSwell" hbank="63" lbank="2" prog="87" /> + <Patch name="Lilley Pad" hbank="63" lbank="2" prog="88" /> + <Patch name="Didje Baz" hbank="63" lbank="2" prog="89" /> + <Patch name="RING PAD" hbank="63" lbank="2" prog="90" /> + <Patch name="Chaser 1" hbank="63" lbank="2" prog="91" /> + <Patch name="Chaser 2" hbank="63" lbank="2" prog="92" /> + <Patch name="Spacebreat" hbank="63" lbank="2" prog="93" /> + <Patch name="Long HiPa" hbank="63" lbank="2" prog="94" /> + <Patch name="Action Y" hbank="63" lbank="2" prog="95" /> + <Patch name="Trancelan" hbank="63" lbank="2" prog="96" /> + <Patch name="Eternal" hbank="63" lbank="2" prog="97" /> + <Patch name="VirtualSyn" hbank="63" lbank="2" prog="98" /> + <Patch name="Interlude" hbank="63" lbank="2" prog="99" /> + <Patch name="Flying" hbank="63" lbank="2" prog="100" /> + <Patch name="TheSlayer" hbank="63" lbank="2" prog="101" /> + <Patch name="White Rabb" hbank="63" lbank="2" prog="102" /> + <Patch name="Siam" hbank="63" lbank="2" prog="103" /> + <Patch name="Ududu" hbank="63" lbank="2" prog="104" /> + <Patch name="Particle" hbank="63" lbank="2" prog="105" /> + <Patch name="Shaper" hbank="63" lbank="2" prog="106" /> + <Patch name="VintageArp" hbank="63" lbank="2" prog="107" /> + <Patch name="Aah Dance" hbank="63" lbank="2" prog="108" /> + <Patch name="Joker" hbank="63" lbank="2" prog="109" /> + <Patch name="Holiday" hbank="63" lbank="2" prog="110" /> + <Patch name="Android" hbank="63" lbank="2" prog="111" /> + <Patch name="Spacious" hbank="63" lbank="2" prog="112" /> + <Patch name="VoiceCuica" hbank="63" lbank="2" prog="113" /> + <Patch name="Pop Arp" hbank="63" lbank="2" prog="114" /> + <Patch name="Ping Pong" hbank="63" lbank="2" prog="115" /> + <Patch name="Amoeba" hbank="63" lbank="2" prog="116" /> + <Patch name="Landing" hbank="63" lbank="2" prog="117" /> + <Patch name="I was born" hbank="63" lbank="2" prog="118" /> + <Patch name="PsychoGtr" hbank="63" lbank="2" prog="119" /> + <Patch name="NoGravity" hbank="63" lbank="2" prog="120" /> + <Patch name="Pulser" hbank="63" lbank="2" prog="121" /> + <Patch name="Racer" hbank="63" lbank="2" prog="122" /> + <Patch name="Storm" hbank="63" lbank="2" prog="123" /> + <Patch name="Oscillatin" hbank="63" lbank="2" prog="124" /> + <Patch name="FamlyFeud " hbank="63" lbank="2" prog="125" /> + <Patch name="WatrForest" hbank="63" lbank="2" prog="126" /> + <Patch name="Spacecraft" hbank="63" lbank="2" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset 4"> + <Patch name="MultcmpPno" hbank="63" lbank="3" prog="0" /> + <Patch name="Light" hbank="63" lbank="3" prog="1" /> + <Patch name="ConcrtGrnd" hbank="63" lbank="3" prog="2" /> + <Patch name="Balld Stck" hbank="63" lbank="3" prog="3" /> + <Patch name="Hard CP80" hbank="63" lbank="3" prog="4" /> + <Patch name="StereoComp" hbank="63" lbank="3" prog="5" /> + <Patch name="MetalPiano" hbank="63" lbank="3" prog="6" /> + <Patch name="Old Piano" hbank="63" lbank="3" prog="7" /> + <Patch name="Diablo" hbank="63" lbank="3" prog="8" /> + <Patch name="Satellite" hbank="63" lbank="3" prog="9" /> + <Patch name="SummerTime" hbank="63" lbank="3" prog="10" /> + <Patch name="SparkleTin" hbank="63" lbank="3" prog="11" /> + <Patch name="Tine E" hbank="63" lbank="3" prog="12" /> + <Patch name="Mr. Klank" hbank="63" lbank="3" prog="13" /> + <Patch name="DX7+Pad" hbank="63" lbank="3" prog="14" /> + <Patch name="PluckBells" hbank="63" lbank="3" prog="15" /> + <Patch name="RetroWurli" hbank="63" lbank="3" prog="16" /> + <Patch name="DampedClav" hbank="63" lbank="3" prog="17" /> + <Patch name="Dummy" hbank="63" lbank="3" prog="18" /> + <Patch name="Neo Soul" hbank="63" lbank="3" prog="19" /> + <Patch name="EpfCrusher" hbank="63" lbank="3" prog="20" /> + <Patch name="PlukdThing" hbank="63" lbank="3" prog="21" /> + <Patch name="Hiss Pad" hbank="63" lbank="3" prog="22" /> + <Patch name="GlassBells" hbank="63" lbank="3" prog="23" /> + <Patch name="YumiBell" hbank="63" lbank="3" prog="24" /> + <Patch name="Pad Bells" hbank="63" lbank="3" prog="25" /> + <Patch name="EthnoStone" hbank="63" lbank="3" prog="26" /> + <Patch name="BellsAbuzz" hbank="63" lbank="3" prog="27" /> + <Patch name="Icey Vibe" hbank="63" lbank="3" prog="28" /> + <Patch name="Gongladeer" hbank="63" lbank="3" prog="29" /> + <Patch name="ScaryNight" hbank="63" lbank="3" prog="30" /> + <Patch name="MoreDrwbrs" hbank="63" lbank="3" prog="31" /> + <Patch name="Soulemn" hbank="63" lbank="3" prog="32" /> + <Patch name="Green" hbank="63" lbank="3" prog="33" /> + <Patch name="JimyPercC3" hbank="63" lbank="3" prog="34" /> + <Patch name="Dirt Organ" hbank="63" lbank="3" prog="35" /> + <Patch name="Vint Drive" hbank="63" lbank="3" prog="36" /> + <Patch name="Yoshi Perc" hbank="63" lbank="3" prog="37" /> + <Patch name="Big Track" hbank="63" lbank="3" prog="38" /> + <Patch name="Circus" hbank="63" lbank="3" prog="39" /> + <Patch name="Mikuni’sFI" hbank="63" lbank="3" prog="40" /> + <Patch name="Elemental" hbank="63" lbank="3" prog="41" /> + <Patch name="Farfasso" hbank="63" lbank="3" prog="42" /> + <Patch name="Willis" hbank="63" lbank="3" prog="43" /> + <Patch name="Reed" hbank="63" lbank="3" prog="44" /> + <Patch name="Partita" hbank="63" lbank="3" prog="45" /> + <Patch name="Policia" hbank="63" lbank="3" prog="46" /> + <Patch name="Jazzmaster" hbank="63" lbank="3" prog="47" /> + <Patch name="Trip Rotor" hbank="63" lbank="3" prog="48" /> + <Patch name="Radio Cmp2" hbank="63" lbank="3" prog="49" /> + <Patch name="Simple WAH" hbank="63" lbank="3" prog="50" /> + <Patch name="Wah-Riff" hbank="63" lbank="3" prog="51" /> + <Patch name="Guitar&Pad" hbank="63" lbank="3" prog="52" /> + <Patch name="Coral" hbank="63" lbank="3" prog="53" /> + <Patch name="Harp" hbank="63" lbank="3" prog="54" /> + <Patch name="RnB Harp" hbank="63" lbank="3" prog="55" /> + <Patch name="Precsn Cmp" hbank="63" lbank="3" prog="56" /> + <Patch name="TubeFinger" hbank="63" lbank="3" prog="57" /> + <Patch name="Finger Amp" hbank="63" lbank="3" prog="58" /> + <Patch name="It;sRounda" hbank="63" lbank="3" prog="59" /> + <Patch name="NoResBass" hbank="63" lbank="3" prog="60" /> + <Patch name="Fat Sine" hbank="63" lbank="3" prog="61" /> + <Patch name="Wobble" hbank="63" lbank="3" prog="62" /> + <Patch name="Decor" hbank="63" lbank="3" prog="63" /> + <Patch name="Thump" hbank="63" lbank="3" prog="64" /> + <Patch name="EmFunk" hbank="63" lbank="3" prog="65" /> + <Patch name="FatOctaRes" hbank="63" lbank="3" prog="66" /> + <Patch name="Org Bass" hbank="63" lbank="3" prog="67" /> + <Patch name="FM Klick" hbank="63" lbank="3" prog="68" /> + <Patch name="Fat Low" hbank="63" lbank="3" prog="69" /> + <Patch name="SimplePowr" hbank="63" lbank="3" prog="70" /> + <Patch name="VeloString" hbank="63" lbank="3" prog="71" /> + <Patch name="NoSofia St" hbank="63" lbank="3" prog="72" /> + <Patch name="HoodStrngs" hbank="63" lbank="3" prog="73" /> + <Patch name="FullStrngs" hbank="63" lbank="3" prog="74" /> + <Patch name="Chamber AT" hbank="63" lbank="3" prog="75" /> + <Patch name="Big Swell2" hbank="63" lbank="3" prog="76" /> + <Patch name="BlueString" hbank="63" lbank="3" prog="77" /> + <Patch name="Old String" hbank="63" lbank="3" prog="78" /> + <Patch name="78rpmStrgs" hbank="63" lbank="3" prog="79" /> + <Patch name="Ens+Flute" hbank="63" lbank="3" prog="80" /> + <Patch name="Bells&Bows" hbank="63" lbank="3" prog="81" /> + <Patch name="The Pad" hbank="63" lbank="3" prog="82" /> + <Patch name="Full PWM" hbank="63" lbank="3" prog="83" /> + <Patch name="HybridSect" hbank="63" lbank="3" prog="84" /> + <Patch name="TaniBrass" hbank="63" lbank="3" prog="85" /> + <Patch name="Hybrid" hbank="63" lbank="3" prog="86" /> + <Patch name="F HornSec2" hbank="63" lbank="3" prog="87" /> + <Patch name="Hi Brass 2" hbank="63" lbank="3" prog="88" /> + <Patch name="Brassy" hbank="63" lbank="3" prog="89" /> + <Patch name="Hybri Pad" hbank="63" lbank="3" prog="90" /> + <Patch name="Oberhorns" hbank="63" lbank="3" prog="91" /> + <Patch name="PiccoloTpt" hbank="63" lbank="3" prog="92" /> + <Patch name="Flugelist" hbank="63" lbank="3" prog="93" /> + <Patch name="Soprano 3" hbank="63" lbank="3" prog="94" /> + <Patch name="4Brothers" hbank="63" lbank="3" prog="95" /> + <Patch name="Antique" hbank="63" lbank="3" prog="96" /> + <Patch name="Flutter Fl" hbank="63" lbank="3" prog="97" /> + <Patch name="Real Flute" hbank="63" lbank="3" prog="98" /> + <Patch name="Querfloete" hbank="63" lbank="3" prog="99" /> + <Patch name="Oboe+EHorn" hbank="63" lbank="3" prog="100" /> + <Patch name="FluteChord" hbank="63" lbank="3" prog="101" /> + <Patch name="Mini Soft" hbank="63" lbank="3" prog="102" /> + <Patch name="Portatone" hbank="63" lbank="3" prog="103" /> + <Patch name="Sine 2" hbank="63" lbank="3" prog="104" /> + <Patch name="Bare Saw" hbank="63" lbank="3" prog="105" /> + <Patch name="Green Eyes" hbank="63" lbank="3" prog="106" /> + <Patch name="inda Night" hbank="63" lbank="3" prog="107" /> + <Patch name="Shine on" hbank="63" lbank="3" prog="108" /> + <Patch name="Simp. Pad" hbank="63" lbank="3" prog="109" /> + <Patch name="Voxxaire" hbank="63" lbank="3" prog="110" /> + <Patch name="Angelvoice" hbank="63" lbank="3" prog="111" /> + <Patch name="Shangralo" hbank="63" lbank="3" prog="112" /> + <Patch name="Warm PWM" hbank="63" lbank="3" prog="113" /> + <Patch name="Balcony" hbank="63" lbank="3" prog="114" /> + <Patch name="Alabaster" hbank="63" lbank="3" prog="115" /> + <Patch name="BackPad MW" hbank="63" lbank="3" prog="116" /> + <Patch name="Dark Tower" hbank="63" lbank="3" prog="117" /> + <Patch name="Basic Poly" hbank="63" lbank="3" prog="118" /> + <Patch name="Straight" hbank="63" lbank="3" prog="119" /> + <Patch name="Soleil" hbank="63" lbank="3" prog="120" /> + <Patch name="Ana Synth1" hbank="63" lbank="3" prog="121" /> + <Patch name="PopularSyn" hbank="63" lbank="3" prog="122" /> + <Patch name="For Bertje" hbank="63" lbank="3" prog="123" /> + <Patch name="Udu Too" hbank="63" lbank="3" prog="124" /> + <Patch name="Funky Mood" hbank="63" lbank="3" prog="125" /> + <Patch name="Step Down" hbank="63" lbank="3" prog="126" /> + <Patch name="Shantasma" hbank="63" lbank="3" prog="127" /> + </PatchGroup> + <PatchGroup name="Preset 5"> + <Patch name="Gruvmaster" hbank="63" lbank="4" prog="0" /> + <Patch name="ANbasicARP" hbank="63" lbank="4" prog="1" /> + <Patch name="Europa" hbank="63" lbank="4" prog="2" /> + <Patch name="Q Machine" hbank="63" lbank="4" prog="3" /> + <Patch name="Happy Boy" hbank="63" lbank="4" prog="4" /> + <Patch name="X-Pulsar" hbank="63" lbank="4" prog="5" /> + <Patch name="Tekno Spy" hbank="63" lbank="4" prog="6" /> + <Patch name="Tuff Arp" hbank="63" lbank="4" prog="7" /> + <Patch name="Polygroove" hbank="63" lbank="4" prog="8" /> + <Patch name="OrangeMW" hbank="63" lbank="4" prog="9" /> + <Patch name="Hip Chordz" hbank="63" lbank="4" prog="10" /> + <Patch name="Em Arp" hbank="63" lbank="4" prog="11" /> + <Patch name="LostIsland" hbank="63" lbank="4" prog="12" /> + <Patch name="Bobby Bass" hbank="63" lbank="4" prog="13" /> + <Patch name="RnBass" hbank="63" lbank="4" prog="14" /> + <Patch name="SimpleBss2" hbank="63" lbank="4" prog="15" /> + <Patch name="SimpleReso" hbank="63" lbank="4" prog="16" /> + <Patch name="BobbyJuice" hbank="63" lbank="4" prog="17" /> + <Patch name="Bass&Comp!" hbank="63" lbank="4" prog="18" /> + <Patch name="TranceBass" hbank="63" lbank="4" prog="19" /> + <Patch name="Emlate" hbank="63" lbank="4" prog="20" /> + <Patch name="Velomaster" hbank="63" lbank="4" prog="21" /> + <Patch name="Kick Bass" hbank="63" lbank="4" prog="22" /> + <Patch name="Hollow" hbank="63" lbank="4" prog="23" /> + <Patch name="Em Bass" hbank="63" lbank="4" prog="24" /> + <Patch name="Oxide" hbank="63" lbank="4" prog="25" /> + <Patch name="Acidd" hbank="63" lbank="4" prog="26" /> + <Patch name="Pirate" hbank="63" lbank="4" prog="27" /> + <Patch name="AgressoFx" hbank="63" lbank="4" prog="28" /> + <Patch name="LOFI-BASS" hbank="63" lbank="4" prog="29" /> + <Patch name="Quack" hbank="63" lbank="4" prog="30" /> + <Patch name="ConeFlappe" hbank="63" lbank="4" prog="31" /> + <Patch name="Warmest" hbank="63" lbank="4" prog="32" /> + <Patch name="FatStrings" hbank="63" lbank="4" prog="33" /> + <Patch name="Superstrgs" hbank="63" lbank="4" prog="34" /> + <Patch name="JupiterStr" hbank="63" lbank="4" prog="35" /> + <Patch name="MIDIPAD" hbank="63" lbank="4" prog="36" /> + <Patch name="AKIRABRASS" hbank="63" lbank="4" prog="37" /> + <Patch name="TV Brass" hbank="63" lbank="4" prog="38" /> + <Patch name="Oberbrass" hbank="63" lbank="4" prog="39" /> + <Patch name="Thinth" hbank="63" lbank="4" prog="40" /> + <Patch name="Trendy" hbank="63" lbank="4" prog="41" /> + <Patch name="Tech Lead" hbank="63" lbank="4" prog="42" /> + <Patch name="PulseWidth" hbank="63" lbank="4" prog="43" /> + <Patch name="Mr. Finger" hbank="63" lbank="4" prog="44" /> + <Patch name="Punch Lead" hbank="63" lbank="4" prog="45" /> + <Patch name="GOA LEAD" hbank="63" lbank="4" prog="46" /> + <Patch name="I.C.U.2." hbank="63" lbank="4" prog="47" /> + <Patch name="Space Lead" hbank="63" lbank="4" prog="48" /> + <Patch name="Lead Wait" hbank="63" lbank="4" prog="49" /> + <Patch name="Pig Lead" hbank="63" lbank="4" prog="50" /> + <Patch name="Chordz" hbank="63" lbank="4" prog="51" /> + <Patch name="Twilight" hbank="63" lbank="4" prog="52" /> + <Patch name="VDU Pad" hbank="63" lbank="4" prog="53" /> + <Patch name="HPF+LPFpad" hbank="63" lbank="4" prog="54" /> + <Patch name="Sonar Pad" hbank="63" lbank="4" prog="55" /> + <Patch name="Whisperer" hbank="63" lbank="4" prog="56" /> + <Patch name="Flangerous" hbank="63" lbank="4" prog="57" /> + <Patch name="Sadness" hbank="63" lbank="4" prog="58" /> + <Patch name="Super Back" hbank="63" lbank="4" prog="59" /> + <Patch name="Bastille" hbank="63" lbank="4" prog="60" /> + <Patch name="Fat Swell" hbank="63" lbank="4" prog="61" /> + <Patch name="Pad&Syn" hbank="63" lbank="4" prog="62" /> + <Patch name="Eurostar" hbank="63" lbank="4" prog="63" /> + <Patch name="Pretty far" hbank="63" lbank="4" prog="64" /> + <Patch name="Needles" hbank="63" lbank="4" prog="65" /> + <Patch name="VectorPad1" hbank="63" lbank="4" prog="66" /> + <Patch name="Wake Up" hbank="63" lbank="4" prog="67" /> + <Patch name="Ether" hbank="63" lbank="4" prog="68" /> + <Patch name="Spiralised" hbank="63" lbank="4" prog="69" /> + <Patch name="RezSinePad" hbank="63" lbank="4" prog="70" /> + <Patch name="Granular" hbank="63" lbank="4" prog="71" /> + <Patch name="Ropey" hbank="63" lbank="4" prog="72" /> + <Patch name="Smear" hbank="63" lbank="4" prog="73" /> + <Patch name="Mizar" hbank="63" lbank="4" prog="74" /> + <Patch name="Homesick" hbank="63" lbank="4" prog="75" /> + <Patch name="Lost." hbank="63" lbank="4" prog="76" /> + <Patch name="Haunting" hbank="63" lbank="4" prog="77" /> + <Patch name="Infant" hbank="63" lbank="4" prog="78" /> + <Patch name="High Sine" hbank="63" lbank="4" prog="79" /> + <Patch name="Sm.OrganPd" hbank="63" lbank="4" prog="80" /> + <Patch name="Chianti" hbank="63" lbank="4" prog="81" /> + <Patch name="Guitar Pad" hbank="63" lbank="4" prog="82" /> + <Patch name="Tuscan" hbank="63" lbank="4" prog="83" /> + <Patch name="Shuttle" hbank="63" lbank="4" prog="84" /> + <Patch name="Ether 2" hbank="63" lbank="4" prog="85" /> + <Patch name="Sine Comp" hbank="63" lbank="4" prog="86" /> + <Patch name="Queens" hbank="63" lbank="4" prog="87" /> + <Patch name="Kairo" hbank="63" lbank="4" prog="88" /> + <Patch name="Synes XL" hbank="63" lbank="4" prog="89" /> + <Patch name="FaaatDance" hbank="63" lbank="4" prog="90" /> + <Patch name="Random LFO" hbank="63" lbank="4" prog="91" /> + <Patch name="Vacuum" hbank="63" lbank="4" prog="92" /> + <Patch name="RezzPunch" hbank="63" lbank="4" prog="93" /> + <Patch name="Kordal MW" hbank="63" lbank="4" prog="94" /> + <Patch name="M-Trance" hbank="63" lbank="4" prog="95" /> + <Patch name="Euro" hbank="63" lbank="4" prog="96" /> + <Patch name="DX Metal" hbank="63" lbank="4" prog="97" /> + <Patch name="Atlantis" hbank="63" lbank="4" prog="98" /> + <Patch name="Meteors" hbank="63" lbank="4" prog="99" /> + <Patch name="Girlfriend" hbank="63" lbank="4" prog="100" /> + <Patch name="Nebula AT" hbank="63" lbank="4" prog="101" /> + <Patch name="CosmicRain" hbank="63" lbank="4" prog="102" /> + <Patch name="Contact" hbank="63" lbank="4" prog="103" /> + <Patch name="Dalahi" hbank="63" lbank="4" prog="104" /> + <Patch name="CrushpadMW" hbank="63" lbank="4" prog="105" /> + <Patch name="Ar-tic" hbank="63" lbank="4" prog="106" /> + <Patch name="Alaska" hbank="63" lbank="4" prog="107" /> + <Patch name="Clusters" hbank="63" lbank="4" prog="108" /> + <Patch name="Glister" hbank="63" lbank="4" prog="109" /> + <Patch name="SliceIt Up" hbank="63" lbank="4" prog="110" /> + <Patch name="Chaser 3" hbank="63" lbank="4" prog="111" /> + <Patch name="Surface" hbank="63" lbank="4" prog="112" /> + <Patch name="Stalagtite" hbank="63" lbank="4" prog="113" /> + <Patch name="4ling Star" hbank="63" lbank="4" prog="114" /> + <Patch name="Old Skool" hbank="63" lbank="4" prog="115" /> + <Patch name="Katsu" hbank="63" lbank="4" prog="116" /> + <Patch name="Genie" hbank="63" lbank="4" prog="117" /> + <Patch name="Dream Text" hbank="63" lbank="4" prog="118" /> + <Patch name="Ambi Rain" hbank="63" lbank="4" prog="119" /> + <Patch name="Bitzz MW" hbank="63" lbank="4" prog="120" /> + <Patch name="JumpQ MW" hbank="63" lbank="4" prog="121" /> + <Patch name="Molt" hbank="63" lbank="4" prog="122" /> + <Patch name="Samsara" hbank="63" lbank="4" prog="123" /> + <Patch name="FX-MWSweep" hbank="63" lbank="4" prog="124" /> + <Patch name="Static" hbank="63" lbank="4" prog="125" /> + <Patch name="Wriggle" hbank="63" lbank="4" prog="126" /> + <Patch name="Kraftbeat" hbank="63" lbank="4" prog="127" /> + </PatchGroup> + <PatchGroup name="User 1"> + <Patch name="JM25 M.W." hbank="63" lbank="8" prog="0" /> + <Patch name="Softstars" hbank="63" lbank="8" prog="1" /> + <Patch name="Fast PWM" hbank="63" lbank="8" prog="2" /> + <Patch name="Terminator" hbank="63" lbank="8" prog="3" /> + <Patch name="Soft Tar" hbank="63" lbank="8" prog="4" /> + <Patch name="Sorted" hbank="63" lbank="8" prog="5" /> + <Patch name="Trendy Wah" hbank="63" lbank="8" prog="6" /> + <Patch name="Feed S&H" hbank="63" lbank="8" prog="7" /> + <Patch name="Didge" hbank="63" lbank="8" prog="8" /> + <Patch name="Old House" hbank="63" lbank="8" prog="9" /> + <Patch name="HPF Dance" hbank="63" lbank="8" prog="10" /> + <Patch name="Like Bees" hbank="63" lbank="8" prog="11" /> + <Patch name="Exodus" hbank="63" lbank="8" prog="12" /> + <Patch name="S/H Gruv" hbank="63" lbank="8" prog="13" /> + <Patch name="Funk It!!" hbank="63" lbank="8" prog="14" /> + <Patch name="Opening" hbank="63" lbank="8" prog="15" /> + <Patch name="DigDag" hbank="63" lbank="8" prog="16" /> + <Patch name="Dark Light" hbank="63" lbank="8" prog="17" /> + <Patch name="Boom Bass" hbank="63" lbank="8" prog="18" /> + <Patch name="Dirtbox" hbank="63" lbank="8" prog="19" /> + <Patch name="Shandala" hbank="63" lbank="8" prog="20" /> + <Patch name="Titan" hbank="63" lbank="8" prog="21" /> + <Patch name="Puls Step" hbank="63" lbank="8" prog="22" /> + <Patch name="Racket" hbank="63" lbank="8" prog="23" /> + <Patch name="Big Lead" hbank="63" lbank="8" prog="24" /> + <Patch name="Blush" hbank="63" lbank="8" prog="25" /> + <Patch name="Squeaky" hbank="63" lbank="8" prog="26" /> + <Patch name="Duck Worm" hbank="63" lbank="8" prog="27" /> + <Patch name="Jon" hbank="63" lbank="8" prog="28" /> + <Patch name="Weird scar" hbank="63" lbank="8" prog="29" /> + <Patch name="Auto Wah" hbank="63" lbank="8" prog="30" /> + <Patch name="MINIMAL" hbank="63" lbank="8" prog="31" /> + <Patch name="MGul" hbank="63" lbank="8" prog="32" /> + <Patch name="BrokenStar" hbank="63" lbank="8" prog="33" /> + <Patch name="Smooth" hbank="63" lbank="8" prog="34" /> + <Patch name="Sawmill" hbank="63" lbank="8" prog="35" /> + <Patch name="Cavern" hbank="63" lbank="8" prog="36" /> + <Patch name="Supersnap" hbank="63" lbank="8" prog="37" /> + <Patch name="Fuzzline" hbank="63" lbank="8" prog="38" /> + <Patch name="Foreplay" hbank="63" lbank="8" prog="39" /> + <Patch name="Brooklyn" hbank="63" lbank="8" prog="40" /> + <Patch name="Brief" hbank="63" lbank="8" prog="41" /> + <Patch name="Dist-MW" hbank="63" lbank="8" prog="42" /> + <Patch name="Hit&Down" hbank="63" lbank="8" prog="43" /> + <Patch name="Froglegs" hbank="63" lbank="8" prog="44" /> + <Patch name="Sand" hbank="63" lbank="8" prog="45" /> + <Patch name="R&B Steel" hbank="63" lbank="8" prog="46" /> + <Patch name="Rabbit" hbank="63" lbank="8" prog="47" /> + <Patch name="ElecWorld" hbank="63" lbank="8" prog="48" /> + <Patch name="Sickday" hbank="63" lbank="8" prog="49" /> + <Patch name="LoSnake" hbank="63" lbank="8" prog="50" /> + <Patch name="Boomeran" hbank="63" lbank="8" prog="51" /> + <Patch name="O+Ca+Si+Na" hbank="63" lbank="8" prog="52" /> + <Patch name="Space Run" hbank="63" lbank="8" prog="53" /> + <Patch name="Additive" hbank="63" lbank="8" prog="54" /> + <Patch name="Rap Lead 1" hbank="63" lbank="8" prog="55" /> + <Patch name="Nordic" hbank="63" lbank="8" prog="56" /> + <Patch name="Hip Aco" hbank="63" lbank="8" prog="57" /> + <Patch name="Mr. Cool" hbank="63" lbank="8" prog="58" /> + <Patch name="Orch Hits" hbank="63" lbank="8" prog="59" /> + <Patch name="Damp Cat" hbank="63" lbank="8" prog="60" /> + <Patch name="FISHINREEL" hbank="63" lbank="8" prog="61" /> + <Patch name="Melo Trmlo" hbank="63" lbank="8" prog="62" /> + <Patch name="Fois Gras" hbank="63" lbank="8" prog="63" /> + <Patch name="CheapEP" hbank="63" lbank="8" prog="64" /> + <Patch name="AnaMarcato" hbank="63" lbank="8" prog="65" /> + <Patch name="G Bass" hbank="63" lbank="8" prog="66" /> + <Patch name="Dolphin" hbank="63" lbank="8" prog="67" /> + <Patch name="Evolve" hbank="63" lbank="8" prog="68" /> + <Patch name="ARRIVAL" hbank="63" lbank="8" prog="69" /> + <Patch name="Wazzo" hbank="63" lbank="8" prog="70" /> + <Patch name="Rap Lead" hbank="63" lbank="8" prog="71" /> + <Patch name="Richard" hbank="63" lbank="8" prog="72" /> + <Patch name="Hip Pick" hbank="63" lbank="8" prog="73" /> + <Patch name="Early Lead" hbank="63" lbank="8" prog="74" /> + <Patch name="BDScrtch" hbank="63" lbank="8" prog="75" /> + <Patch name="Dukes" hbank="63" lbank="8" prog="76" /> + <Patch name="Mayday MW" hbank="63" lbank="8" prog="77" /> + <Patch name="CoolWAH" hbank="63" lbank="8" prog="78" /> + <Patch name="Mascara" hbank="63" lbank="8" prog="79" /> + <Patch name="HipWahEP" hbank="63" lbank="8" prog="80" /> + <Patch name="ChorusComp" hbank="63" lbank="8" prog="81" /> + <Patch name="Compton" hbank="63" lbank="8" prog="82" /> + <Patch name="Red Dots" hbank="63" lbank="8" prog="83" /> + <Patch name="Fragile" hbank="63" lbank="8" prog="84" /> + <Patch name="SpookyVibe" hbank="63" lbank="8" prog="85" /> + <Patch name="Gangsta" hbank="63" lbank="8" prog="86" /> + <Patch name="Rap Lead" hbank="63" lbank="8" prog="87" /> + <Patch name="81Z Comp" hbank="63" lbank="8" prog="88" /> + <Patch name="DarkBass" hbank="63" lbank="8" prog="89" /> + <Patch name="HiPaWheel" hbank="63" lbank="8" prog="90" /> + <Patch name="Rap Scream" hbank="63" lbank="8" prog="91" /> + <Patch name="InyerBass" hbank="63" lbank="8" prog="92" /> + <Patch name="Pierced" hbank="63" lbank="8" prog="93" /> + <Patch name="Hip Mute" hbank="63" lbank="8" prog="94" /> + <Patch name="Hip Pizz" hbank="63" lbank="8" prog="95" /> + <Patch name="R&B EP+" hbank="63" lbank="8" prog="96" /> + <Patch name="Kustom" hbank="63" lbank="8" prog="97" /> + <Patch name="PortaBass" hbank="63" lbank="8" prog="98" /> + <Patch name="Sirens" hbank="63" lbank="8" prog="99" /> + <Patch name="Silver" hbank="63" lbank="8" prog="100" /> + <Patch name="Zanaks" hbank="63" lbank="8" prog="101" /> + <Patch name="2001 Sub" hbank="63" lbank="8" prog="102" /> + <Patch name="Sine Lead" hbank="63" lbank="8" prog="103" /> + <Patch name="UK Oam" hbank="63" lbank="8" prog="104" /> + <Patch name="Fooger" hbank="63" lbank="8" prog="105" /> + <Patch name="D-tune" hbank="63" lbank="8" prog="106" /> + <Patch name="Rap Toyz" hbank="63" lbank="8" prog="107" /> + <Patch name="Mucus M" hbank="63" lbank="8" prog="108" /> + <Patch name="Future Z" hbank="63" lbank="8" prog="109" /> + <Patch name="FM Guitar" hbank="63" lbank="8" prog="110" /> + <Patch name="Trancedot" hbank="63" lbank="8" prog="111" /> + <Patch name="Dead?Alive" hbank="63" lbank="8" prog="112" /> + <Patch name="SlowSuckr" hbank="63" lbank="8" prog="113" /> + <Patch name="Clickk" hbank="63" lbank="8" prog="114" /> + <Patch name="KewBrick" hbank="63" lbank="8" prog="115" /> + <Patch name="Munchkins" hbank="63" lbank="8" prog="116" /> + <Patch name="Ants" hbank="63" lbank="8" prog="117" /> + <Patch name="Snoop Bass" hbank="63" lbank="8" prog="118" /> + <Patch name="BabeMagnet" hbank="63" lbank="8" prog="119" /> + <Patch name="Jones" hbank="63" lbank="8" prog="120" /> + <Patch name="100 dreams" hbank="63" lbank="8" prog="121" /> + <Patch name="FKitchen" hbank="63" lbank="8" prog="122" /> + <Patch name="Rabino" hbank="63" lbank="8" prog="123" /> + <Patch name="Teknophobe" hbank="63" lbank="8" prog="124" /> + <Patch name="FizzWah" hbank="63" lbank="8" prog="125" /> + <Patch name="Hip Voice" hbank="63" lbank="8" prog="126" /> + <Patch name="Strobe" hbank="63" lbank="8" prog="127" /> + </PatchGroup> + <PatchGroup name="User 2"> + <Patch name="Gruvmaster" hbank="63" lbank="9" prog="0" /> + <Patch name="ANbasicARP" hbank="63" lbank="9" prog="1" /> + <Patch name="Europa" hbank="63" lbank="9" prog="2" /> + <Patch name="Q Machine" hbank="63" lbank="9" prog="3" /> + <Patch name="Happy Boy" hbank="63" lbank="9" prog="4" /> + <Patch name="X-Pulsar" hbank="63" lbank="9" prog="5" /> + <Patch name="Tekno Spy" hbank="63" lbank="9" prog="6" /> + <Patch name="Tuff Arp" hbank="63" lbank="9" prog="7" /> + <Patch name="Polygroove" hbank="63" lbank="9" prog="8" /> + <Patch name="OrangeMW" hbank="63" lbank="9" prog="9" /> + <Patch name="Hip Chordz" hbank="63" lbank="9" prog="10" /> + <Patch name="Em Arp" hbank="63" lbank="9" prog="11" /> + <Patch name="LostIsland" hbank="63" lbank="9" prog="12" /> + <Patch name="Bobby Bass" hbank="63" lbank="9" prog="13" /> + <Patch name="RnBass" hbank="63" lbank="9" prog="14" /> + <Patch name="SimpleBss2" hbank="63" lbank="9" prog="15" /> + <Patch name="SimpleReso" hbank="63" lbank="9" prog="16" /> + <Patch name="BobbyJuice" hbank="63" lbank="9" prog="17" /> + <Patch name="Bass&Comp!" hbank="63" lbank="9" prog="18" /> + <Patch name="TranceBass" hbank="63" lbank="9" prog="19" /> + <Patch name="Emlate" hbank="63" lbank="9" prog="20" /> + <Patch name="Velomaster" hbank="63" lbank="9" prog="21" /> + <Patch name="Kick Bass" hbank="63" lbank="9" prog="22" /> + <Patch name="Hollow" hbank="63" lbank="9" prog="23" /> + <Patch name="Em Bass" hbank="63" lbank="9" prog="24" /> + <Patch name="Oxide" hbank="63" lbank="9" prog="25" /> + <Patch name="Acidd" hbank="63" lbank="9" prog="26" /> + <Patch name="Pirate" hbank="63" lbank="9" prog="27" /> + <Patch name="AgressoFx" hbank="63" lbank="9" prog="28" /> + <Patch name="LOFI-BASS" hbank="63" lbank="9" prog="29" /> + <Patch name="Quack" hbank="63" lbank="9" prog="30" /> + <Patch name="ConeFlappe" hbank="63" lbank="9" prog="31" /> + <Patch name="Warmest" hbank="63" lbank="9" prog="32" /> + <Patch name="FatStrings" hbank="63" lbank="9" prog="33" /> + <Patch name="Superstrgs" hbank="63" lbank="9" prog="34" /> + <Patch name="JupiterStr" hbank="63" lbank="9" prog="35" /> + <Patch name="MIDIPAD" hbank="63" lbank="9" prog="36" /> + <Patch name="AKIRABRASS" hbank="63" lbank="9" prog="37" /> + <Patch name="TV Brass" hbank="63" lbank="9" prog="38" /> + <Patch name="Oberbrass" hbank="63" lbank="9" prog="39" /> + <Patch name="Thinth" hbank="63" lbank="9" prog="40" /> + <Patch name="Trendy" hbank="63" lbank="9" prog="41" /> + <Patch name="Tech Lead" hbank="63" lbank="9" prog="42" /> + <Patch name="PulseWidth" hbank="63" lbank="9" prog="43" /> + <Patch name="Mr. Finger" hbank="63" lbank="9" prog="44" /> + <Patch name="Punch Lead" hbank="63" lbank="9" prog="45" /> + <Patch name="GOA LEAD" hbank="63" lbank="9" prog="46" /> + <Patch name="I.C.U.2." hbank="63" lbank="9" prog="47" /> + <Patch name="Space Lead" hbank="63" lbank="9" prog="48" /> + <Patch name="Lead Wait" hbank="63" lbank="9" prog="49" /> + <Patch name="Pig Lead" hbank="63" lbank="9" prog="50" /> + <Patch name="Chordz" hbank="63" lbank="9" prog="51" /> + <Patch name="Twilight" hbank="63" lbank="9" prog="52" /> + <Patch name="VDU Pad" hbank="63" lbank="9" prog="53" /> + <Patch name="HPF+LPFpad" hbank="63" lbank="9" prog="54" /> + <Patch name="Sonar Pad" hbank="63" lbank="9" prog="55" /> + <Patch name="Whisperer" hbank="63" lbank="9" prog="56" /> + <Patch name="Flangerous" hbank="63" lbank="9" prog="57" /> + <Patch name="Sadness" hbank="63" lbank="9" prog="58" /> + <Patch name="Super Back" hbank="63" lbank="9" prog="59" /> + <Patch name="Bastille" hbank="63" lbank="9" prog="60" /> + <Patch name="Fat Swell" hbank="63" lbank="9" prog="61" /> + <Patch name="Pad&Syn" hbank="63" lbank="9" prog="62" /> + <Patch name="Eurostar" hbank="63" lbank="9" prog="63" /> + <Patch name="Pretty far" hbank="63" lbank="9" prog="64" /> + <Patch name="Needles" hbank="63" lbank="9" prog="65" /> + <Patch name="VectorPad1" hbank="63" lbank="9" prog="66" /> + <Patch name="Wake Up" hbank="63" lbank="9" prog="67" /> + <Patch name="Ether" hbank="63" lbank="9" prog="68" /> + <Patch name="Spiralised" hbank="63" lbank="9" prog="69" /> + <Patch name="RezSinePad" hbank="63" lbank="9" prog="70" /> + <Patch name="Granular" hbank="63" lbank="9" prog="71" /> + <Patch name="Ropey" hbank="63" lbank="9" prog="72" /> + <Patch name="Smear" hbank="63" lbank="9" prog="73" /> + <Patch name="Mizar" hbank="63" lbank="9" prog="74" /> + <Patch name="Homesick" hbank="63" lbank="9" prog="75" /> + <Patch name="Lost." hbank="63" lbank="9" prog="76" /> + <Patch name="Haunting" hbank="63" lbank="9" prog="77" /> + <Patch name="Infant" hbank="63" lbank="9" prog="78" /> + <Patch name="High Sine" hbank="63" lbank="9" prog="79" /> + <Patch name="Sm.OrganPd" hbank="63" lbank="9" prog="80" /> + <Patch name="Chianti" hbank="63" lbank="9" prog="81" /> + <Patch name="Guitar Pad" hbank="63" lbank="9" prog="82" /> + <Patch name="Tuscan" hbank="63" lbank="9" prog="83" /> + <Patch name="Shuttle" hbank="63" lbank="9" prog="84" /> + <Patch name="Ether 2" hbank="63" lbank="9" prog="85" /> + <Patch name="Sine Comp" hbank="63" lbank="9" prog="86" /> + <Patch name="Queens" hbank="63" lbank="9" prog="87" /> + <Patch name="Kairo" hbank="63" lbank="9" prog="88" /> + <Patch name="Synes XL" hbank="63" lbank="9" prog="89" /> + <Patch name="FaaatDance" hbank="63" lbank="9" prog="90" /> + <Patch name="Random LFO" hbank="63" lbank="9" prog="91" /> + <Patch name="Vacuum" hbank="63" lbank="9" prog="92" /> + <Patch name="RezzPunch" hbank="63" lbank="9" prog="93" /> + <Patch name="Kordal MW" hbank="63" lbank="9" prog="94" /> + <Patch name="M-Trance" hbank="63" lbank="9" prog="95" /> + <Patch name="Euro" hbank="63" lbank="9" prog="96" /> + <Patch name="DX Metal" hbank="63" lbank="9" prog="97" /> + <Patch name="Atlantis" hbank="63" lbank="9" prog="98" /> + <Patch name="Meteors" hbank="63" lbank="9" prog="99" /> + <Patch name="Girlfriend" hbank="63" lbank="9" prog="100" /> + <Patch name="Nebula AT" hbank="63" lbank="9" prog="101" /> + <Patch name="CosmicRain" hbank="63" lbank="9" prog="102" /> + <Patch name="Contact" hbank="63" lbank="9" prog="103" /> + <Patch name="Dalahi" hbank="63" lbank="9" prog="104" /> + <Patch name="CrushpadMW" hbank="63" lbank="9" prog="105" /> + <Patch name="Ar-tic" hbank="63" lbank="9" prog="106" /> + <Patch name="Alaska" hbank="63" lbank="9" prog="107" /> + <Patch name="Clusters" hbank="63" lbank="9" prog="108" /> + <Patch name="Glister" hbank="63" lbank="9" prog="109" /> + <Patch name="SliceIt Up" hbank="63" lbank="9" prog="110" /> + <Patch name="Chaser 3" hbank="63" lbank="9" prog="111" /> + <Patch name="Surface" hbank="63" lbank="9" prog="112" /> + <Patch name="Stalagtite" hbank="63" lbank="9" prog="113" /> + <Patch name="4ling Star" hbank="63" lbank="9" prog="114" /> + <Patch name="Old Skool" hbank="63" lbank="9" prog="115" /> + <Patch name="Katsu" hbank="63" lbank="9" prog="116" /> + <Patch name="Genie" hbank="63" lbank="9" prog="117" /> + <Patch name="Dream Text" hbank="63" lbank="9" prog="118" /> + <Patch name="Ambi Rain" hbank="63" lbank="9" prog="119" /> + <Patch name="Bitzz MW" hbank="63" lbank="9" prog="120" /> + <Patch name="JumpQ MW" hbank="63" lbank="9" prog="121" /> + <Patch name="Molt" hbank="63" lbank="9" prog="122" /> + <Patch name="Samsara" hbank="63" lbank="9" prog="123" /> + <Patch name="FX-MWSweep" hbank="63" lbank="9" prog="124" /> + <Patch name="Static" hbank="63" lbank="9" prog="125" /> + <Patch name="Wriggle" hbank="63" lbank="9" prog="126" /> + <Patch name="Kraftbeat" hbank="63" lbank="9" prog="127" /> + </PatchGroup> + <PatchGroup name="Drums Preset"> + <Patch name="PoweredStd" hbank="63" lbank="32" prog="0" drum="1" /> + <Patch name="DryStandrd" hbank="63" lbank="32" prog="1" drum="1" /> + <Patch name="RockSt1" hbank="63" lbank="32" prog="2" drum="1" /> + <Patch name="RockSt2" hbank="63" lbank="32" prog="3" drum="1" /> + <Patch name="RockMono 1" hbank="63" lbank="32" prog="4" drum="1" /> + <Patch name="Hip Hop1" hbank="63" lbank="32" prog="5" drum="1" /> + <Patch name="Hip Hop2" hbank="63" lbank="32" prog="6" drum="1" /> + <Patch name="HipStick1" hbank="63" lbank="32" prog="7" drum="1" /> + <Patch name="T9HipKit1" hbank="63" lbank="32" prog="8" drum="1" /> + <Patch name="RnB Kit1" hbank="63" lbank="32" prog="9" drum="1" /> + <Patch name="RnB Kit2" hbank="63" lbank="32" prog="10" drum="1" /> + <Patch name="Analog T9" hbank="63" lbank="32" prog="11" drum="1" /> + <Patch name="Analog T8" hbank="63" lbank="32" prog="12" drum="1" /> + <Patch name="Techno Kit" hbank="63" lbank="32" prog="13" drum="1" /> + <Patch name="House Kit1" hbank="63" lbank="32" prog="14" drum="1" /> + <Patch name="House Kit2" hbank="63" lbank="32" prog="15" drum="1" /> + <Patch name="Big Kit" hbank="63" lbank="32" prog="16" drum="1" /> + <Patch name="Break Kit" hbank="63" lbank="32" prog="17" drum="1" /> + <Patch name="Drum`n`Bass" hbank="63" lbank="32" prog="18" drum="1" /> + <Patch name="Acid Kit" hbank="63" lbank="32" prog="19" drum="1" /> + <Patch name="Jungle Kit" hbank="63" lbank="32" prog="20" drum="1" /> + <Patch name="Electric" hbank="63" lbank="32" prog="21" drum="1" /> + <Patch name="Human Kit" hbank="63" lbank="32" prog="22" drum="1" /> + <Patch name="Hard Kit" hbank="63" lbank="32" prog="23" drum="1" /> + <Patch name="DistrtdKit" hbank="63" lbank="32" prog="24" drum="1" /> + <Patch name="AmbientKit" hbank="63" lbank="32" prog="25" drum="1" /> + <Patch name="Jazz Kit" hbank="63" lbank="32" prog="26" drum="1" /> + <Patch name="Hip Hop3" hbank="63" lbank="32" prog="27" drum="1" /> + <Patch name="Hip Hop4" hbank="63" lbank="32" prog="28" drum="1" /> + <Patch name="HipStick2" hbank="63" lbank="32" prog="29" drum="1" /> + <Patch name="Garage" hbank="63" lbank="32" prog="30" drum="1" /> + <Patch name="All-Round" hbank="63" lbank="32" prog="31" drum="1" /> + <Patch name="Rock Multi" hbank="63" lbank="32" prog="32" drum="1" /> + <Patch name="Hip Multi" hbank="63" lbank="32" prog="33" drum="1" /> + <Patch name="Percussion" hbank="63" lbank="32" prog="34" drum="1" /> + <Patch name="Latin Parc" hbank="63" lbank="32" prog="35" drum="1" /> + <Patch name="Gtr/Bs Fx" hbank="63" lbank="32" prog="36" drum="1" /> + <Patch name="Wacko Kit" hbank="63" lbank="32" prog="37" drum="1" /> + <Patch name="Wood Bits" hbank="63" lbank="32" prog="38" drum="1" /> + <Patch name="Metal Bits" hbank="63" lbank="32" prog="39" drum="1" /> + <Patch name="Hands Kit" hbank="63" lbank="32" prog="40" drum="1" /> + <Patch name="Scratches" hbank="63" lbank="32" prog="41" drum="1" /> + <Patch name="AcstSnares" hbank="63" lbank="32" prog="42" drum="1" /> + <Patch name="StSnares" hbank="63" lbank="32" prog="43" drum="1" /> + <Patch name="AllKicks" hbank="63" lbank="32" prog="44" drum="1" /> + <Patch name="DanceKicks" hbank="63" lbank="32" prog="45" drum="1" /> + <Patch name="Snare + Fx" hbank="63" lbank="32" prog="46" drum="1" /> + <Patch name="Easy Snares" hbank="63" lbank="32" prog="47" drum="1" /> + </PatchGroup> + <PatchGroup name="Drums User"> + <Patch name="RockMono2" hbank="63" lbank="40" prog="0" drum="1" /> + <Patch name="RockMono3" hbank="63" lbank="40" prog="1" drum="1" /> + <Patch name="Hip Hop5" hbank="63" lbank="40" prog="2" drum="1" /> + <Patch name="Hip Hop6" hbank="63" lbank="40" prog="3" drum="1" /> + <Patch name="T9HipKit2" hbank="63" lbank="40" prog="4" drum="1" /> + <Patch name="HipStick3" hbank="63" lbank="40" prog="5" drum="1" /> + <Patch name="HipStick4" hbank="63" lbank="40" prog="6" drum="1" /> + <Patch name="R&B Kit3" hbank="63" lbank="40" prog="7" drum="1" /> + <Patch name="Motor City" hbank="63" lbank="40" prog="8" drum="1" /> + <Patch name="MW AmpSim" hbank="63" lbank="40" prog="9" drum="1" /> + </PatchGroup> + <PatchGroup name="Drums GM"> + <Patch name="Stereo GM" hbank="127" lbank="0" prog="0" drum="1" /> + </PatchGroup> + <PatchGroup name="GM"> + <Patch name="NaturlGrnd" hbank="0" lbank="0" prog="0" /> + <Patch name="Rock Brite" hbank="0" lbank="0" prog="1" /> + <Patch name="CP 2001" hbank="0" lbank="0" prog="2" /> + <Patch name="Honkytonk" hbank="0" lbank="0" prog="3" /> + <Patch name="E.Piano 1" hbank="0" lbank="0" prog="4" /> + <Patch name="E.Piano 2" hbank="0" lbank="0" prog="5" /> + <Patch name="Harpsicord" hbank="0" lbank="0" prog="6" /> + <Patch name="Brite Clav" hbank="0" lbank="0" prog="7" /> + <Patch name="Celeste" hbank="0" lbank="0" prog="8" /> + <Patch name="Glocken" hbank="0" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="0" lbank="0" prog="10" /> + <Patch name="Vibes" hbank="0" lbank="0" prog="11" /> + <Patch name="Marimba" hbank="0" lbank="0" prog="12" /> + <Patch name="Xylophone" hbank="0" lbank="0" prog="13" /> + <Patch name="TublarBell" hbank="0" lbank="0" prog="14" /> + <Patch name="Dulcimar" hbank="0" lbank="0" prog="15" /> + <Patch name="Draw Organ" hbank="0" lbank="0" prog="16" /> + <Patch name="Perc Organ" hbank="0" lbank="0" prog="17" /> + <Patch name="Rock Organ" hbank="0" lbank="0" prog="18" /> + <Patch name="ChurchOrgn" hbank="0" lbank="0" prog="19" /> + <Patch name="Reed Organ" hbank="0" lbank="0" prog="20" /> + <Patch name="Accordion" hbank="0" lbank="0" prog="21" /> + <Patch name="Harmonica" hbank="0" lbank="0" prog="22" /> + <Patch name="TangoAccrd" hbank="0" lbank="0" prog="23" /> + <Patch name="Nylon" hbank="0" lbank="0" prog="24" /> + <Patch name="Steel" hbank="0" lbank="0" prog="25" /> + <Patch name="ModernJazz" hbank="0" lbank="0" prog="26" /> + <Patch name="Clean" hbank="0" lbank="0" prog="27" /> + <Patch name="Mute" hbank="0" lbank="0" prog="28" /> + <Patch name="Overdrive" hbank="0" lbank="0" prog="29" /> + <Patch name="Distortion" hbank="0" lbank="0" prog="30" /> + <Patch name="Harmonics" hbank="0" lbank="0" prog="31" /> + <Patch name="Accoustic" hbank="0" lbank="0" prog="32" /> + <Patch name="FingerBass" hbank="0" lbank="0" prog="33" /> + <Patch name="Pick Bass" hbank="0" lbank="0" prog="34" /> + <Patch name="Fretless 2" hbank="0" lbank="0" prog="35" /> + <Patch name="SimpleSlap" hbank="0" lbank="0" prog="36" /> + <Patch name="Velo Slap" hbank="0" lbank="0" prog="37" /> + <Patch name="SynthBass1" hbank="0" lbank="0" prog="38" /> + <Patch name="SynthBass2" hbank="0" lbank="0" prog="39" /> + <Patch name="Violin 2" hbank="0" lbank="0" prog="40" /> + <Patch name="Viola 2" hbank="0" lbank="0" prog="41" /> + <Patch name="Cello 2" hbank="0" lbank="0" prog="42" /> + <Patch name="Contrabass" hbank="0" lbank="0" prog="43" /> + <Patch name="TremoloStr" hbank="0" lbank="0" prog="44" /> + <Patch name="Pizz" hbank="0" lbank="0" prog="45" /> + <Patch name="Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="Timpni+Cym" hbank="0" lbank="0" prog="47" /> + <Patch name="StereoSt1" hbank="0" lbank="0" prog="48" /> + <Patch name="StereoSt2" hbank="0" lbank="0" prog="49" /> + <Patch name="Grand Saw" hbank="0" lbank="0" prog="50" /> + <Patch name="SynStrings" hbank="0" lbank="0" prog="51" /> + <Patch name="Aah Choir" hbank="0" lbank="0" prog="52" /> + <Patch name="Ooh Choir" hbank="0" lbank="0" prog="53" /> + <Patch name="Syn Voice" hbank="0" lbank="0" prog="54" /> + <Patch name="Orch.Hit" hbank="0" lbank="0" prog="55" /> + <Patch name="Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="Trombone 2" hbank="0" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="MuteTrpt 2" hbank="0" lbank="0" prog="59" /> + <Patch name="F.Horns" hbank="0" lbank="0" prog="60" /> + <Patch name="Brass Sect" hbank="0" lbank="0" prog="61" /> + <Patch name="SynthBrass" hbank="0" lbank="0" prog="62" /> + <Patch name="Soft Brass" hbank="0" lbank="0" prog="63" /> + <Patch name="Soprano 2" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="TenorSax 2" hbank="0" lbank="0" prog="66" /> + <Patch name="Bari Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="Eng.Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="0" prog="71" /> + <Patch name="Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="Panflute" hbank="0" lbank="0" prog="75" /> + <Patch name="Bottle" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="0" lbank="0" prog="79" /> + <Patch name="Square Ld" hbank="0" lbank="0" prog="80" /> + <Patch name="Saw Ld" hbank="0" lbank="0" prog="81" /> + <Patch name="Caliop Ld" hbank="0" lbank="0" prog="82" /> + <Patch name="Chiff Ld" hbank="0" lbank="0" prog="83" /> + <Patch name="Charan Ld" hbank="0" lbank="0" prog="84" /> + <Patch name="Voice Ld" hbank="0" lbank="0" prog="85" /> + <Patch name="Fifth Ld" hbank="0" lbank="0" prog="86" /> + <Patch name="Bass+Ld" hbank="0" lbank="0" prog="87" /> + <Patch name="New Age" hbank="0" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="0" lbank="0" prog="89" /> + <Patch name="Poly Synth" hbank="0" lbank="0" prog="90" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="91" /> + <Patch name="BowedPad" hbank="0" lbank="0" prog="92" /> + <Patch name="Metal Pad" hbank="0" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" hbank="0" lbank="0" prog="95" /> + <Patch name="Rain Pad" hbank="0" lbank="0" prog="96" /> + <Patch name="SoundTrack" hbank="0" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="0" lbank="0" prog="98" /> + <Patch name="Atmosphere" hbank="0" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblin" hbank="0" lbank="0" prog="101" /> + <Patch name="Echoes" hbank="0" lbank="0" prog="102" /> + <Patch name="Sci-Fi" hbank="0" lbank="0" prog="103" /> + <Patch name="Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="Bagpipe" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="0" lbank="0" prog="111" /> + <Patch name="Tinkerbel" hbank="0" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="Steeldrum" hbank="0" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="0" lbank="0" prog="115" /> + <Patch name="TaikoDrum" hbank="0" lbank="0" prog="116" /> + <Patch name="MelodicTom" hbank="0" lbank="0" prog="117" /> + <Patch name="Synth Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="Rev Cymbal" hbank="0" lbank="0" prog="119" /> + <Patch name="Fret Noise" hbank="0" lbank="0" prog="120" /> + <Patch name="BreathNoiz" hbank="0" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="Tweet" hbank="0" lbank="0" prog="123" /> + <Patch name="Telephone" hbank="0" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="0" lbank="0" prog="125" /> + <Patch name="Applause" hbank="0" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="FilterResonance" l="71" init="64" /> + <Controller name="ReleaseTime" l="72" init="64" /> + <Controller name="AttackTime" l="73" init="64" /> + <Controller name="Brightness" l="74" init="64" /> + <Controller name="DecayTime" l="75" init="64" /> + <Controller name="ReverbSendLevel" l="91" init="40" /> + <Controller name="ChorusSendLevel" l="93" init="0" /> + <Controller name="VariationSend" l="94" init="0" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="AllNotesOff" l="123" /> + <Controller name="Mono" l="126" /> + <Controller name="Poly" l="127" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Yamaha-Motif.idf b/muse2/share/instruments/Yamaha-Motif.idf new file mode 100644 index 00000000..e7acb5fc --- /dev/null +++ b/muse2/share/instruments/Yamaha-Motif.idf @@ -0,0 +1,744 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Yamaha Motif" nullparam="32639"> + <PatchGroup name="PRE1"> + <Patch name="PowerGrand" hbank="63" lbank="0" prog="0" /> + <Patch name="Jazz Grand" hbank="63" lbank="0" prog="1" /> + <Patch name="Dark Grand" hbank="63" lbank="0" prog="2" /> + <Patch name="CP 80" hbank="63" lbank="0" prog="3" /> + <Patch name="CP80 + EP" hbank="63" lbank="0" prog="4" /> + <Patch name="Yama EP`s" hbank="63" lbank="0" prog="5" /> + <Patch name="BalladKeys" hbank="63" lbank="0" prog="6" /> + <Patch name="80s Layer" hbank="63" lbank="0" prog="7" /> + <Patch name="Piano + Strg" hbank="63" lbank="0" prog="8" /> + <Patch name="Piano Ooh" hbank="63" lbank="0" prog="9" /> + <Patch name="PianoBakup" hbank="63" lbank="0" prog="10" /> + <Patch name="Max Tine" hbank="63" lbank="0" prog="11" /> + <Patch name="Early Fusn" hbank="63" lbank="0" prog="12" /> + <Patch name="Vintage;74" hbank="63" lbank="0" prog="13" /> + <Patch name="Sweetness" hbank="63" lbank="0" prog="14" /> + <Patch name="DynoStrait" hbank="63" lbank="0" prog="15" /> + <Patch name="ChorusHard" hbank="63" lbank="0" prog="16" /> + <Patch name="VintagCase" hbank="63" lbank="0" prog="17" /> + <Patch name="ChorusDyno" hbank="63" lbank="0" prog="18" /> + <Patch name="80th Boost" hbank="63" lbank="0" prog="19" /> + <Patch name="Contempo" hbank="63" lbank="0" prog="20" /> + <Patch name="Early 70;s" hbank="63" lbank="0" prog="21" /> + <Patch name="Tonight" hbank="63" lbank="0" prog="22" /> + <Patch name="E.PianoPad" hbank="63" lbank="0" prog="23" /> + <Patch name="TX802" hbank="63" lbank="0" prog="24" /> + <Patch name="ChorusBel" hbank="63" lbank="0" prog="25" /> + <Patch name="BellDX" hbank="63" lbank="0" prog="26" /> + <Patch name="Dark DX" hbank="63" lbank="0" prog="27" /> + <Patch name="GS Tines" hbank="63" lbank="0" prog="28" /> + <Patch name="Rich FM" hbank="63" lbank="0" prog="29" /> + <Patch name="FilteredDX" hbank="63" lbank="0" prog="30" /> + <Patch name="Ice Piano" hbank="63" lbank="0" prog="31" /> + <Patch name="WurliTrem" hbank="63" lbank="0" prog="32" /> + <Patch name="WurliAmped" hbank="63" lbank="0" prog="33" /> + <Patch name="TouchClavi" hbank="63" lbank="0" prog="34" /> + <Patch name="SuperClavi" hbank="63" lbank="0" prog="35" /> + <Patch name="StereoClav" hbank="63" lbank="0" prog="36" /> + <Patch name="HollowClav" hbank="63" lbank="0" prog="37" /> + <Patch name="Nu Phasing" hbank="63" lbank="0" prog="38" /> + <Patch name="Digi Clavi" hbank="63" lbank="0" prog="39" /> + <Patch name="PulseClavi" hbank="63" lbank="0" prog="40" /> + <Patch name="Twinkle" hbank="63" lbank="0" prog="41" /> + <Patch name="Stick Bell" hbank="63" lbank="0" prog="42" /> + <Patch name="Bell Chiff" hbank="63" lbank="0" prog="43" /> + <Patch name="FngrCymbl" hbank="63" lbank="0" prog="44" /> + <Patch name="ChorusBell" hbank="63" lbank="0" prog="45" /> + <Patch name="Tibetan" hbank="63" lbank="0" prog="46" /> + <Patch name="EastBell" hbank="63" lbank="0" prog="47" /> + <Patch name="Gamelan" hbank="63" lbank="0" prog="48" /> + <Patch name="IceBells" hbank="63" lbank="0" prog="49" /> + <Patch name="Digi Bell" hbank="63" lbank="0" prog="50" /> + <Patch name="Marimbell" hbank="63" lbank="0" prog="51" /> + <Patch name="16+8+5 + 1/3" hbank="63" lbank="0" prog="52" /> + <Patch name="Petit" hbank="63" lbank="0" prog="53" /> + <Patch name="Glassy" hbank="63" lbank="0" prog="54" /> + <Patch name="Jazzy" hbank="63" lbank="0" prog="55" /> + <Patch name="Slow Jam" hbank="63" lbank="0" prog="56" /> + <Patch name="Greasy" hbank="63" lbank="0" prog="57" /> + <Patch name="Swishie" hbank="63" lbank="0" prog="58" /> + <Patch name="Clean" hbank="63" lbank="0" prog="59" /> + <Patch name="Full/CVib" hbank="63" lbank="0" prog="60" /> + <Patch name="Mellow" hbank="63" lbank="0" prog="61" /> + <Patch name="Nu Shade" hbank="63" lbank="0" prog="62" /> + <Patch name="Cool Cat" hbank="63" lbank="0" prog="63" /> + <Patch name="Flutey" hbank="63" lbank="0" prog="64" /> + <Patch name="LeftManual" hbank="63" lbank="0" prog="65" /> + <Patch name="DrawContrl" hbank="63" lbank="0" prog="66" /> + <Patch name="Rocky" hbank="63" lbank="0" prog="67" /> + <Patch name="Expensive" hbank="63" lbank="0" prog="68" /> + <Patch name="Progressy" hbank="63" lbank="0" prog="69" /> + <Patch name="Crunchy" hbank="63" lbank="0" prog="70" /> + <Patch name="Early Bird" hbank="63" lbank="0" prog="71" /> + <Patch name="Jazz Split" hbank="63" lbank="0" prog="72" /> + <Patch name="GosplSplit" hbank="63" lbank="0" prog="73" /> + <Patch name="Tradi" hbank="63" lbank="0" prog="74" /> + <Patch name="Sunday" hbank="63" lbank="0" prog="75" /> + <Patch name="BreathPipe" hbank="63" lbank="0" prog="76" /> + <Patch name="Fluty Pipe" hbank="63" lbank="0" prog="77" /> + <Patch name="Reedy Pipe" hbank="63" lbank="0" prog="78" /> + <Patch name="OohPipes" hbank="63" lbank="0" prog="79" /> + <Patch name="Flamenco" hbank="63" lbank="0" prog="80" /> + <Patch name="Nylon Jam" hbank="63" lbank="0" prog="81" /> + <Patch name="BriteSteel" hbank="63" lbank="0" prog="82" /> + <Patch name="Strums" hbank="63" lbank="0" prog="83" /> + <Patch name="Big Steel" hbank="63" lbank="0" prog="84" /> + <Patch name="Folk Steel" hbank="63" lbank="0" prog="85" /> + <Patch name="18 String" hbank="63" lbank="0" prog="86" /> + <Patch name="HarpsiGtr" hbank="63" lbank="0" prog="87" /> + <Patch name="HybridGtr" hbank="63" lbank="0" prog="88" /> + <Patch name="JazzGTmelo" hbank="63" lbank="0" prog="89" /> + <Patch name="Velo Jazz" hbank="63" lbank="0" prog="90" /> + <Patch name="FM Jazz" hbank="63" lbank="0" prog="91" /> + <Patch name="For Funk" hbank="63" lbank="0" prog="92" /> + <Patch name="Spanky" hbank="63" lbank="0" prog="93" /> + <Patch name="Funkiest" hbank="63" lbank="0" prog="94" /> + <Patch name="Vin Strum" hbank="63" lbank="0" prog="95" /> + <Patch name="1CoilChors" hbank="63" lbank="0" prog="96" /> + <Patch name="CleanChors" hbank="63" lbank="0" prog="97" /> + <Patch name="ChorusPlus" hbank="63" lbank="0" prog="98" /> + <Patch name="SmoothChor" hbank="63" lbank="0" prog="99" /> + <Patch name="TexBoogie" hbank="63" lbank="0" prog="100" /> + <Patch name="Rockabilly" hbank="63" lbank="0" prog="101" /> + <Patch name="65 Combo" hbank="63" lbank="0" prog="102" /> + <Patch name="VinTremolo" hbank="63" lbank="0" prog="103" /> + <Patch name="Crunchoid" hbank="63" lbank="0" prog="104" /> + <Patch name="DynamicAmp" hbank="63" lbank="0" prog="105" /> + <Patch name="Feedback" hbank="63" lbank="0" prog="106" /> + <Patch name="VOODOOMAN" hbank="63" lbank="0" prog="106" /> + <Patch name="BlueLead" hbank="63" lbank="0" prog="107" /> + <Patch name="MeloRckLd" hbank="63" lbank="0" prog="108" /> + <Patch name="MetalMute" hbank="63" lbank="0" prog="109" /> + <Patch name="OverTheTop" hbank="63" lbank="0" prog="110" /> + <Patch name="RoundWound" hbank="63" lbank="0" prog="111" /> + <Patch name="FingerMan" hbank="63" lbank="0" prog="112" /> + <Patch name="PrecRW" hbank="63" lbank="0" prog="113" /> + <Patch name="PrecFW" hbank="63" lbank="0" prog="114" /> + <Patch name="HybridBass" hbank="63" lbank="0" prog="115" /> + <Patch name="Stand Up" hbank="63" lbank="0" prog="116" /> + <Patch name="Fretless" hbank="63" lbank="0" prog="117" /> + <Patch name="Slap + Fx" hbank="63" lbank="0" prog="118" /> + <Patch name="BriteSlap" hbank="63" lbank="0" prog="119" /> + <Patch name="Velo Bass" hbank="63" lbank="0" prog="120" /> + <Patch name="Bs+Cym+Vb" hbank="63" lbank="0" prog="121" /> + <Patch name="Boogie on" hbank="63" lbank="0" prog="122" /> + <Patch name="MiniDetune" hbank="63" lbank="0" prog="123" /> + <Patch name="Long Spit" hbank="63" lbank="0" prog="124" /> + <Patch name="Tack Bass" hbank="63" lbank="0" prog="125" /> + <Patch name="Fat Octave" hbank="63" lbank="0" prog="126" /> + </PatchGroup> + <PatchGroup name="PRE2"> + <Patch name="Violin" hbank="63" lbank="1" prog="0" /> + <Patch name="Viola" hbank="63" lbank="1" prog="1" /> + <Patch name="Cello" hbank="63" lbank="1" prog="2" /> + <Patch name="SoloSpicat" hbank="63" lbank="1" prog="3" /> + <Patch name="2 Solos" hbank="63" lbank="1" prog="4" /> + <Patch name="Cello Duet" hbank="63" lbank="1" prog="5" /> + <Patch name="Trio" hbank="63" lbank="1" prog="6" /> + <Patch name="Chamber" hbank="63" lbank="1" prog="7" /> + <Patch name="Small Ens" hbank="63" lbank="1" prog="8" /> + <Patch name="Medium Ens" hbank="63" lbank="1" prog="9" /> + <Patch name="Ens Mix" hbank="63" lbank="1" prog="10" /> + <Patch name="Ensemble" hbank="63" lbank="1" prog="11" /> + <Patch name="Hard Ens" hbank="63" lbank="1" prog="12" /> + <Patch name="Background" hbank="63" lbank="1" prog="13" /> + <Patch name="BigSymphny" hbank="63" lbank="1" prog="14" /> + <Patch name="Str/Horns" hbank="63" lbank="1" prog="15" /> + <Patch name="Stringy" hbank="63" lbank="1" prog="16" /> + <Patch name="Polystring" hbank="63" lbank="1" prog="17" /> + <Patch name="JP Strings" hbank="63" lbank="1" prog="18" /> + <Patch name="MournStrgs" hbank="63" lbank="1" prog="19" /> + <Patch name="The Pizz" hbank="63" lbank="1" prog="20" /> + <Patch name="Fanfare" hbank="63" lbank="1" prog="21" /> + <Patch name="Hi Brass" hbank="63" lbank="1" prog="22" /> + <Patch name="Fat Sect" hbank="63" lbank="1" prog="23" /> + <Patch name="Sforzando" hbank="63" lbank="1" prog="24" /> + <Patch name="Symphony" hbank="63" lbank="1" prog="25" /> + <Patch name="Big Band" hbank="63" lbank="1" prog="26" /> + <Patch name="Big Band 2" hbank="63" lbank="1" prog="27" /> + <Patch name="SaxBigBand" hbank="63" lbank="1" prog="28" /> + <Patch name="MedmBrass" hbank="63" lbank="1" prog="29" /> + <Patch name="Soft Brass" hbank="63" lbank="1" prog="30" /> + <Patch name="SoftVeloBr" hbank="63" lbank="1" prog="31" /> + <Patch name="TrpRomantc" hbank="63" lbank="1" prog="32" /> + <Patch name="Phase Mute" hbank="63" lbank="1" prog="33" /> + <Patch name="Legend" hbank="63" lbank="1" prog="34" /> + <Patch name="Trombone" hbank="63" lbank="1" prog="35" /> + <Patch name="Flugelleaz" hbank="63" lbank="1" prog="36" /> + <Patch name="F.Horn Ens" hbank="63" lbank="1" prog="37" /> + <Patch name="SlowAttack" hbank="63" lbank="1" prog="38" /> + <Patch name="Strng/Bras" hbank="63" lbank="1" prog="39" /> + <Patch name="Movie Ens " hbank="63" lbank="1" prog="40" /> + <Patch name="Powered" hbank="63" lbank="1" prog="41" /> + <Patch name="ObStuff" hbank="63" lbank="1" prog="42" /> + <Patch name="Prophy" hbank="63" lbank="1" prog="43" /> + <Patch name="AnalogBras" hbank="63" lbank="1" prog="44" /> + <Patch name="After 1984" hbank="63" lbank="1" prog="45" /> + <Patch name="Soprano" hbank="63" lbank="1" prog="46" /> + <Patch name="Alto Vib" hbank="63" lbank="1" prog="47" /> + <Patch name="SaxEnsembl" hbank="63" lbank="1" prog="48" /> + <Patch name="Tenor Sax" hbank="63" lbank="1" prog="49" /> + <Patch name="Tenor Soft" hbank="63" lbank="1" prog="50" /> + <Patch name="The Winds" hbank="63" lbank="1" prog="51" /> + <Patch name="WindOrch" hbank="63" lbank="1" prog="52" /> + <Patch name="SweetFlute" hbank="63" lbank="1" prog="53" /> + <Patch name="PanBottle" hbank="63" lbank="1" prog="54" /> + <Patch name="AmpHarpMW" hbank="63" lbank="1" prog="55" /> + <Patch name="SmoothSaw" hbank="63" lbank="1" prog="56" /> + <Patch name="Lucky" hbank="63" lbank="1" prog="57" /> + <Patch name="Tri Solo" hbank="63" lbank="1" prog="58" /> + <Patch name="Syntrump" hbank="63" lbank="1" prog="59" /> + <Patch name="PWM Lead" hbank="63" lbank="1" prog="60" /> + <Patch name="Clicky Saw" hbank="63" lbank="1" prog="61" /> + <Patch name="Mini Pulse" hbank="63" lbank="1" prog="62" /> + <Patch name="Sync Lead" hbank="63" lbank="1" prog="63" /> + <Patch name="Altair" hbank="63" lbank="1" prog="64" /> + <Patch name="Analog" hbank="63" lbank="1" prog="65" /> + <Patch name="Sweetland" hbank="63" lbank="1" prog="66" /> + <Patch name="WarmSweepy" hbank="63" lbank="1" prog="67" /> + <Patch name="SinePad" hbank="63" lbank="1" prog="68" /> + <Patch name="Square" hbank="63" lbank="1" prog="69" /> + <Patch name="VoxPad" hbank="63" lbank="1" prog="70" /> + <Patch name="Pure Syn" hbank="63" lbank="1" prog="71" /> + <Patch name="MovingPad" hbank="63" lbank="1" prog="72" /> + <Patch name="SimpleSaws" hbank="63" lbank="1" prog="73" /> + <Patch name="X-Shower" hbank="63" lbank="1" prog="74" /> + <Patch name="PWM Pad" hbank="63" lbank="1" prog="75" /> + <Patch name="Bell Choir" hbank="63" lbank="1" prog="76" /> + <Patch name="ObSoft" hbank="63" lbank="1" prog="77" /> + <Patch name="MellowAnlg" hbank="63" lbank="1" prog="78" /> + <Patch name="Glasschoir" hbank="63" lbank="1" prog="79" /> + <Patch name="PeaceVox" hbank="63" lbank="1" prog="80" /> + <Patch name="StackChoir" hbank="63" lbank="1" prog="81" /> + <Patch name="Bronx" hbank="63" lbank="1" prog="82" /> + <Patch name="IceChoir" hbank="63" lbank="1" prog="83" /> + <Patch name="Fast Oohs" hbank="63" lbank="1" prog="84" /> + <Patch name="Ooze + OZ" hbank="63" lbank="1" prog="85" /> + <Patch name="NeoCrystal" hbank="63" lbank="1" prog="86" /> + <Patch name="Pop Synth" hbank="63" lbank="1" prog="87" /> + <Patch name="Fantasy" hbank="63" lbank="1" prog="88" /> + <Patch name="Heavenly" hbank="63" lbank="1" prog="89" /> + <Patch name="Retro" hbank="63" lbank="1" prog="90" /> + <Patch name="Airy Nylon" hbank="63" lbank="1" prog="91" /> + <Patch name="Antares" hbank="63" lbank="1" prog="92" /> + <Patch name="Pan Sphere" hbank="63" lbank="1" prog="93" /> + <Patch name="Tamburax" hbank="63" lbank="1" prog="94" /> + <Patch name="IndianFlai" hbank="63" lbank="1" prog="95" /> + <Patch name="SAKURA" hbank="63" lbank="1" prog="96" /> + <Patch name="RisingHigh" hbank="63" lbank="1" prog="97" /> + <Patch name="Champ" hbank="63" lbank="1" prog="98" /> + <Patch name="Gladiator" hbank="63" lbank="1" prog="99" /> + <Patch name="Hades" hbank="63" lbank="1" prog="100" /> + <Patch name="Glacy" hbank="63" lbank="1" prog="101" /> + <Patch name="Forest" hbank="63" lbank="1" prog="102" /> + <Patch name="MirrorRing" hbank="63" lbank="1" prog="103" /> + <Patch name="Poly" hbank="63" lbank="1" prog="104" /> + <Patch name="AnaTonk" hbank="63" lbank="1" prog="105" /> + <Patch name="Jaipur" hbank="63" lbank="1" prog="106" /> + <Patch name="Dulcitar" hbank="63" lbank="1" prog="107" /> + <Patch name="Cimbalon" hbank="63" lbank="1" prog="108" /> + <Patch name="EthncFlute" hbank="63" lbank="1" prog="109" /> + <Patch name="Hichiriki" hbank="63" lbank="1" prog="110" /> + <Patch name="Ryuteki" hbank="63" lbank="1" prog="111" /> + <Patch name="Gagaku" hbank="63" lbank="1" prog="112" /> + <Patch name="Kokyu" hbank="63" lbank="1" prog="113" /> + <Patch name="Digidoo" hbank="63" lbank="1" prog="114" /> + <Patch name="Bali" hbank="63" lbank="1" prog="115" /> + <Patch name="Indo" hbank="63" lbank="1" prog="116" /> + <Patch name="Trip East" hbank="63" lbank="1" prog="117" /> + <Patch name="Tabla" hbank="63" lbank="1" prog="118" /> + <Patch name="Djembe" hbank="63" lbank="1" prog="119" /> + <Patch name="Djerimbe" hbank="63" lbank="1" prog="120" /> + <Patch name="Udu" hbank="63" lbank="1" prog="121" /> + <Patch name="Tribal" hbank="63" lbank="1" prog="122" /> + <Patch name="Log+Drum" hbank="63" lbank="1" prog="123" /> + <Patch name="Afro" hbank="63" lbank="1" prog="124" /> + <Patch name="Japanesque" hbank="63" lbank="1" prog="125" /> + <Patch name="EthnoShock" hbank="63" lbank="1" prog="126" /> + <Patch name="Ethnology" hbank="63" lbank="1" prog="127" /> + </PatchGroup> + <PatchGroup name="PRE3"> + <Patch name="Wide Comp" hbank="63" lbank="2" prog="0" /> + <Patch name="78rpmPiano" hbank="63" lbank="2" prog="1" /> + <Patch name="Bristol" hbank="63" lbank="2" prog="2" /> + <Patch name="Mono Comp" hbank="63" lbank="2" prog="3" /> + <Patch name="Dance" hbank="63" lbank="2" prog="4" /> + <Patch name="Houze" hbank="63" lbank="2" prog="5" /> + <Patch name="Glass EP" hbank="63" lbank="2" prog="6" /> + <Patch name="VintSwitch" hbank="63" lbank="2" prog="7" /> + <Patch name="Early Case" hbank="63" lbank="2" prog="8" /> + <Patch name="RdsScape" hbank="63" lbank="2" prog="9" /> + <Patch name="RichEcho" hbank="63" lbank="2" prog="10" /> + <Patch name="StringyPno" hbank="63" lbank="2" prog="11" /> + <Patch name="Champagne" hbank="63" lbank="2" prog="12" /> + <Patch name="Moet" hbank="63" lbank="2" prog="13" /> + <Patch name="Compact" hbank="63" lbank="2" prog="14" /> + <Patch name="1967 Keys" hbank="63" lbank="2" prog="15" /> + <Patch name="YD-45C" hbank="63" lbank="2" prog="16" /> + <Patch name="Gnarly" hbank="63" lbank="2" prog="17" /> + <Patch name="Modular" hbank="63" lbank="2" prog="18" /> + <Patch name="Dark Jack" hbank="63" lbank="2" prog="19" /> + <Patch name="OneVoice" hbank="63" lbank="2" prog="20" /> + <Patch name="Dry Syn" hbank="63" lbank="2" prog="21" /> + <Patch name="PlasticBas" hbank="63" lbank="2" prog="22" /> + <Patch name="Bassline" hbank="63" lbank="2" prog="23" /> + <Patch name="RubbaRap" hbank="63" lbank="2" prog="24" /> + <Patch name="Juicy" hbank="63" lbank="2" prog="25" /> + <Patch name="Dark" hbank="63" lbank="2" prog="26" /> + <Patch name="UniBass" hbank="63" lbank="2" prog="27" /> + <Patch name="Flyer" hbank="63" lbank="2" prog="28" /> + <Patch name="QuackBass" hbank="63" lbank="2" prog="29" /> + <Patch name="Moonbass" hbank="63" lbank="2" prog="30" /> + <Patch name="ClassicSub" hbank="63" lbank="2" prog="31" /> + <Patch name="DX100" hbank="63" lbank="2" prog="32" /> + <Patch name="Lately" hbank="63" lbank="2" prog="33" /> + <Patch name="FMBass" hbank="63" lbank="2" prog="34" /> + <Patch name="Oct String" hbank="63" lbank="2" prog="35" /> + <Patch name="3 Octave" hbank="63" lbank="2" prog="36" /> + <Patch name="TapeStrngs" hbank="63" lbank="2" prog="37" /> + <Patch name="VP Strings" hbank="63" lbank="2" prog="38" /> + <Patch name="BriteTeeth" hbank="63" lbank="2" prog="39" /> + <Patch name="XDance" hbank="63" lbank="2" prog="40" /> + <Patch name="Timeless" hbank="63" lbank="2" prog="41" /> + <Patch name="FatSynth" hbank="63" lbank="2" prog="42" /> + <Patch name="Big Syn" hbank="63" lbank="2" prog="43" /> + <Patch name="Bluesharp" hbank="63" lbank="2" prog="44" /> + <Patch name="Sync" hbank="63" lbank="2" prog="45" /> + <Patch name="Atk Reso" hbank="63" lbank="2" prog="46" /> + <Patch name="Singleline" hbank="63" lbank="2" prog="47" /> + <Patch name="Free LFO" hbank="63" lbank="2" prog="48" /> + <Patch name="Soft Lead" hbank="63" lbank="2" prog="49" /> + <Patch name="PulseWound" hbank="63" lbank="2" prog="50" /> + <Patch name="Big Drone" hbank="63" lbank="2" prog="51" /> + <Patch name="Big Tune" hbank="63" lbank="2" prog="52" /> + <Patch name="PowerWheel" hbank="63" lbank="2" prog="53" /> + <Patch name="Flangefilt" hbank="63" lbank="2" prog="54" /> + <Patch name="G-Funk" hbank="63" lbank="2" prog="55" /> + <Patch name="Maria AT" hbank="63" lbank="2" prog="56" /> + <Patch name="InThePast" hbank="63" lbank="2" prog="57" /> + <Patch name="FatSawPad" hbank="63" lbank="2" prog="58" /> + <Patch name="Wide Sweep" hbank="63" lbank="2" prog="59" /> + <Patch name="Sunbeams" hbank="63" lbank="2" prog="60" /> + <Patch name="BPFx" hbank="63" lbank="2" prog="61" /> + <Patch name="FrozenPad" hbank="63" lbank="2" prog="62" /> + <Patch name="MICHINOKU" hbank="63" lbank="2" prog="63" /> + <Patch name="Esmeralda" hbank="63" lbank="2" prog="64" /> + <Patch name="Romance" hbank="63" lbank="2" prog="65" /> + <Patch name="Circle" hbank="63" lbank="2" prog="66" /> + <Patch name="Dreamspher" hbank="63" lbank="2" prog="67" /> + <Patch name="Silverlake" hbank="63" lbank="2" prog="68" /> + <Patch name="Shadow" hbank="63" lbank="2" prog="69" /> + <Patch name="Platinum" hbank="63" lbank="2" prog="70" /> + <Patch name="Gently" hbank="63" lbank="2" prog="71" /> + <Patch name="Warming" hbank="63" lbank="2" prog="72" /> + <Patch name="PW-EMMY" hbank="63" lbank="2" prog="73" /> + <Patch name="X-fade Pad" hbank="63" lbank="2" prog="74" /> + <Patch name="Zosma" hbank="63" lbank="2" prog="75" /> + <Patch name="NoizRezz" hbank="63" lbank="2" prog="76" /> + <Patch name="Mira" hbank="63" lbank="2" prog="77" /> + <Patch name="MultiPulse" hbank="63" lbank="2" prog="78" /> + <Patch name="VoxWaves" hbank="63" lbank="2" prog="79" /> + <Patch name="LazySweep" hbank="63" lbank="2" prog="80" /> + <Patch name="Doomed" hbank="63" lbank="2" prog="81" /> + <Patch name="PerkaVox" hbank="63" lbank="2" prog="82" /> + <Patch name="Punchy" hbank="63" lbank="2" prog="83" /> + <Patch name="Eyeliner" hbank="63" lbank="2" prog="84" /> + <Patch name="Quieck" hbank="63" lbank="2" prog="85" /> + <Patch name="Aladdin" hbank="63" lbank="2" prog="86" /> + <Patch name="QuadSwell" hbank="63" lbank="2" prog="87" /> + <Patch name="Lilley Pad" hbank="63" lbank="2" prog="88" /> + <Patch name="Didje Baz" hbank="63" lbank="2" prog="89" /> + <Patch name="RING PAD" hbank="63" lbank="2" prog="90" /> + <Patch name="Chaser 1" hbank="63" lbank="2" prog="91" /> + <Patch name="Chaser 2" hbank="63" lbank="2" prog="92" /> + <Patch name="Spacebreat" hbank="63" lbank="2" prog="93" /> + <Patch name="Long HiPa" hbank="63" lbank="2" prog="94" /> + <Patch name="Action Y" hbank="63" lbank="2" prog="95" /> + <Patch name="Trancelan" hbank="63" lbank="2" prog="96" /> + <Patch name="Eternal" hbank="63" lbank="2" prog="97" /> + <Patch name="VirtualSyn" hbank="63" lbank="2" prog="98" /> + <Patch name="Interlude" hbank="63" lbank="2" prog="99" /> + <Patch name="Flying" hbank="63" lbank="2" prog="100" /> + <Patch name="TheSlayer" hbank="63" lbank="2" prog="101" /> + <Patch name="White Rabb" hbank="63" lbank="2" prog="102" /> + <Patch name="Siam" hbank="63" lbank="2" prog="103" /> + <Patch name="Ududu" hbank="63" lbank="2" prog="104" /> + <Patch name="Particle" hbank="63" lbank="2" prog="105" /> + <Patch name="Shaper" hbank="63" lbank="2" prog="106" /> + <Patch name="VintageArp" hbank="63" lbank="2" prog="107" /> + <Patch name="Aah Dance" hbank="63" lbank="2" prog="108" /> + <Patch name="Joker" hbank="63" lbank="2" prog="109" /> + <Patch name="Holiday" hbank="63" lbank="2" prog="110" /> + <Patch name="Android" hbank="63" lbank="2" prog="111" /> + <Patch name="Spacious" hbank="63" lbank="2" prog="112" /> + <Patch name="VoiceCuica" hbank="63" lbank="2" prog="113" /> + <Patch name="Pop Arp" hbank="63" lbank="2" prog="114" /> + <Patch name="Ping Pong" hbank="63" lbank="2" prog="115" /> + <Patch name="Amoeba" hbank="63" lbank="2" prog="116" /> + <Patch name="Landing" hbank="63" lbank="2" prog="117" /> + <Patch name="I was born" hbank="63" lbank="2" prog="118" /> + <Patch name="PsychoGtr" hbank="63" lbank="2" prog="119" /> + <Patch name="NoGravity" hbank="63" lbank="2" prog="120" /> + <Patch name="Pulser" hbank="63" lbank="2" prog="121" /> + <Patch name="Racer" hbank="63" lbank="2" prog="122" /> + <Patch name="Storm" hbank="63" lbank="2" prog="123" /> + <Patch name="Oscillatin" hbank="63" lbank="2" prog="124" /> + <Patch name="FamlyFeud " hbank="63" lbank="2" prog="125" /> + <Patch name="WatrForest" hbank="63" lbank="2" prog="126" /> + <Patch name="Spacecraft" hbank="63" lbank="2" prog="127" /> + </PatchGroup> + <PatchGroup name="USER"> + <Patch name="1" hbank="63" lbank="8" prog="0" /> + <Patch name="2" hbank="63" lbank="8" prog="1" /> + <Patch name="3" hbank="63" lbank="8" prog="2" /> + <Patch name="4" hbank="63" lbank="8" prog="3" /> + <Patch name="5" hbank="63" lbank="8" prog="4" /> + <Patch name="6" hbank="63" lbank="8" prog="5" /> + <Patch name="7" hbank="63" lbank="8" prog="6" /> + <Patch name="8" hbank="63" lbank="8" prog="7" /> + <Patch name="9" hbank="63" lbank="8" prog="8" /> + <Patch name="10" hbank="63" lbank="8" prog="9" /> + <Patch name="11" hbank="63" lbank="8" prog="10" /> + <Patch name="12" hbank="63" lbank="8" prog="11" /> + <Patch name="13" hbank="63" lbank="8" prog="12" /> + <Patch name="14" hbank="63" lbank="8" prog="13" /> + <Patch name="15" hbank="63" lbank="8" prog="14" /> + <Patch name="16" hbank="63" lbank="8" prog="15" /> + <Patch name="17" hbank="63" lbank="8" prog="16" /> + <Patch name="18" hbank="63" lbank="8" prog="17" /> + <Patch name="19" hbank="63" lbank="8" prog="18" /> + <Patch name="20" hbank="63" lbank="8" prog="19" /> + <Patch name="21" hbank="63" lbank="8" prog="20" /> + <Patch name="22" hbank="63" lbank="8" prog="21" /> + <Patch name="23" hbank="63" lbank="8" prog="22" /> + <Patch name="24" hbank="63" lbank="8" prog="23" /> + <Patch name="25" hbank="63" lbank="8" prog="24" /> + <Patch name="26" hbank="63" lbank="8" prog="25" /> + <Patch name="27" hbank="63" lbank="8" prog="26" /> + <Patch name="28" hbank="63" lbank="8" prog="27" /> + <Patch name="29" hbank="63" lbank="8" prog="28" /> + <Patch name="30" hbank="63" lbank="8" prog="29" /> + <Patch name="31" hbank="63" lbank="8" prog="30" /> + <Patch name="32" hbank="63" lbank="8" prog="31" /> + <Patch name="33" hbank="63" lbank="8" prog="32" /> + <Patch name="34" hbank="63" lbank="8" prog="33" /> + <Patch name="35" hbank="63" lbank="8" prog="34" /> + <Patch name="36" hbank="63" lbank="8" prog="35" /> + <Patch name="37" hbank="63" lbank="8" prog="36" /> + <Patch name="38" hbank="63" lbank="8" prog="37" /> + <Patch name="39" hbank="63" lbank="8" prog="38" /> + <Patch name="40" hbank="63" lbank="8" prog="39" /> + <Patch name="41" hbank="63" lbank="8" prog="40" /> + <Patch name="42" hbank="63" lbank="8" prog="41" /> + <Patch name="43" hbank="63" lbank="8" prog="42" /> + <Patch name="44" hbank="63" lbank="8" prog="43" /> + <Patch name="45" hbank="63" lbank="8" prog="44" /> + <Patch name="46" hbank="63" lbank="8" prog="45" /> + <Patch name="47" hbank="63" lbank="8" prog="46" /> + <Patch name="48" hbank="63" lbank="8" prog="47" /> + <Patch name="49" hbank="63" lbank="8" prog="48" /> + <Patch name="50" hbank="63" lbank="8" prog="49" /> + <Patch name="51" hbank="63" lbank="8" prog="50" /> + <Patch name="52" hbank="63" lbank="8" prog="51" /> + <Patch name="53" hbank="63" lbank="8" prog="52" /> + <Patch name="54" hbank="63" lbank="8" prog="53" /> + <Patch name="55" hbank="63" lbank="8" prog="54" /> + <Patch name="56" hbank="63" lbank="8" prog="55" /> + <Patch name="57" hbank="63" lbank="8" prog="56" /> + <Patch name="58" hbank="63" lbank="8" prog="57" /> + <Patch name="59" hbank="63" lbank="8" prog="58" /> + <Patch name="60" hbank="63" lbank="8" prog="59" /> + <Patch name="61" hbank="63" lbank="8" prog="60" /> + <Patch name="62" hbank="63" lbank="8" prog="61" /> + <Patch name="63" hbank="63" lbank="8" prog="62" /> + <Patch name="64" hbank="63" lbank="8" prog="63" /> + <Patch name="65" hbank="63" lbank="8" prog="64" /> + <Patch name="66" hbank="63" lbank="8" prog="65" /> + <Patch name="67" hbank="63" lbank="8" prog="66" /> + <Patch name="68" hbank="63" lbank="8" prog="67" /> + <Patch name="69" hbank="63" lbank="8" prog="68" /> + <Patch name="70" hbank="63" lbank="8" prog="69" /> + <Patch name="71" hbank="63" lbank="8" prog="70" /> + <Patch name="72" hbank="63" lbank="8" prog="71" /> + <Patch name="73" hbank="63" lbank="8" prog="72" /> + <Patch name="74" hbank="63" lbank="8" prog="73" /> + <Patch name="75" hbank="63" lbank="8" prog="74" /> + <Patch name="76" hbank="63" lbank="8" prog="75" /> + <Patch name="77" hbank="63" lbank="8" prog="76" /> + <Patch name="78" hbank="63" lbank="8" prog="77" /> + <Patch name="79" hbank="63" lbank="8" prog="78" /> + <Patch name="80" hbank="63" lbank="8" prog="79" /> + <Patch name="81" hbank="63" lbank="8" prog="80" /> + <Patch name="82" hbank="63" lbank="8" prog="81" /> + <Patch name="83" hbank="63" lbank="8" prog="82" /> + <Patch name="84" hbank="63" lbank="8" prog="83" /> + <Patch name="85" hbank="63" lbank="8" prog="84" /> + <Patch name="86" hbank="63" lbank="8" prog="85" /> + <Patch name="87" hbank="63" lbank="8" prog="86" /> + <Patch name="88" hbank="63" lbank="8" prog="87" /> + <Patch name="89" hbank="63" lbank="8" prog="88" /> + <Patch name="90" hbank="63" lbank="8" prog="89" /> + <Patch name="91" hbank="63" lbank="8" prog="90" /> + <Patch name="92" hbank="63" lbank="8" prog="91" /> + <Patch name="93" hbank="63" lbank="8" prog="92" /> + <Patch name="94" hbank="63" lbank="8" prog="93" /> + <Patch name="95" hbank="63" lbank="8" prog="94" /> + <Patch name="96" hbank="63" lbank="8" prog="95" /> + <Patch name="97" hbank="63" lbank="8" prog="96" /> + <Patch name="98" hbank="63" lbank="8" prog="97" /> + <Patch name="99" hbank="63" lbank="8" prog="98" /> + <Patch name="100" hbank="63" lbank="8" prog="99" /> + <Patch name="101" hbank="63" lbank="8" prog="100" /> + <Patch name="102" hbank="63" lbank="8" prog="101" /> + <Patch name="103" hbank="63" lbank="8" prog="102" /> + <Patch name="104" hbank="63" lbank="8" prog="103" /> + <Patch name="105" hbank="63" lbank="8" prog="104" /> + <Patch name="106" hbank="63" lbank="8" prog="105" /> + <Patch name="107" hbank="63" lbank="8" prog="106" /> + <Patch name="108" hbank="63" lbank="8" prog="107" /> + <Patch name="109" hbank="63" lbank="8" prog="108" /> + <Patch name="110" hbank="63" lbank="8" prog="109" /> + <Patch name="111" hbank="63" lbank="8" prog="110" /> + <Patch name="112" hbank="63" lbank="8" prog="111" /> + <Patch name="113" hbank="63" lbank="8" prog="112" /> + <Patch name="114" hbank="63" lbank="8" prog="113" /> + <Patch name="115" hbank="63" lbank="8" prog="114" /> + <Patch name="116" hbank="63" lbank="8" prog="115" /> + <Patch name="117" hbank="63" lbank="8" prog="116" /> + <Patch name="118" hbank="63" lbank="8" prog="117" /> + <Patch name="119" hbank="63" lbank="8" prog="118" /> + <Patch name="120" hbank="63" lbank="8" prog="119" /> + <Patch name="121" hbank="63" lbank="8" prog="120" /> + <Patch name="122" hbank="63" lbank="8" prog="121" /> + <Patch name="123" hbank="63" lbank="8" prog="122" /> + <Patch name="124" hbank="63" lbank="8" prog="123" /> + <Patch name="125" hbank="63" lbank="8" prog="124" /> + <Patch name="126" hbank="63" lbank="8" prog="125" /> + <Patch name="127" hbank="63" lbank="8" prog="126" /> + <Patch name="128" hbank="63" lbank="8" prog="127" /> + </PatchGroup> + <PatchGroup name="GM"> + <Patch name="NaturlGrnd" hbank="0" lbank="0" prog="0" /> + <Patch name="Rock Brite" hbank="0" lbank="0" prog="1" /> + <Patch name="CP 2001" hbank="0" lbank="0" prog="2" /> + <Patch name="Honkytonk" hbank="0" lbank="0" prog="3" /> + <Patch name="E.Piano 1" hbank="0" lbank="0" prog="4" /> + <Patch name="E.Piano 2" hbank="0" lbank="0" prog="5" /> + <Patch name="Harpsicord" hbank="0" lbank="0" prog="6" /> + <Patch name="Brite" hbank="0" lbank="0" prog="7" /> + <Patch name="Clav" hbank="0" lbank="0" prog="8" /> + <Patch name="Celeste" hbank="0" lbank="0" prog="9" /> + <Patch name="Glocken" hbank="0" lbank="0" prog="10" /> + <Patch name="Music Box" hbank="0" lbank="0" prog="11" /> + <Patch name="Vibes" hbank="0" lbank="0" prog="12" /> + <Patch name="Marimba" hbank="0" lbank="0" prog="13" /> + <Patch name="Xylophone" hbank="0" lbank="0" prog="14" /> + <Patch name="TublarBell" hbank="0" lbank="0" prog="15" /> + <Patch name="Dulcimar" hbank="0" lbank="0" prog="16" /> + <Patch name="Draw Organ" hbank="0" lbank="0" prog="17" /> + <Patch name="Perc Organ" hbank="0" lbank="0" prog="18" /> + <Patch name="Rock Organ" hbank="0" lbank="0" prog="19" /> + <Patch name="ChurchOrgn" hbank="0" lbank="0" prog="20" /> + <Patch name="Reed Organ" hbank="0" lbank="0" prog="21" /> + <Patch name="Accordion" hbank="0" lbank="0" prog="22" /> + <Patch name="Harmonica" hbank="0" lbank="0" prog="23" /> + <Patch name="TangoAccrd" hbank="0" lbank="0" prog="24" /> + <Patch name="Nylon" hbank="0" lbank="0" prog="25" /> + <Patch name="Steel" hbank="0" lbank="0" prog="26" /> + <Patch name="ModernJazz" hbank="0" lbank="0" prog="27" /> + <Patch name="Clean" hbank="0" lbank="0" prog="28" /> + <Patch name="Mute" hbank="0" lbank="0" prog="29" /> + <Patch name="Overdrive" hbank="0" lbank="0" prog="30" /> + <Patch name="Distortion" hbank="0" lbank="0" prog="31" /> + <Patch name="Harmonics" hbank="0" lbank="0" prog="32" /> + <Patch name="Accoustic" hbank="0" lbank="0" prog="33" /> + <Patch name="FingerBass" hbank="0" lbank="0" prog="34" /> + <Patch name="Pick Bass" hbank="0" lbank="0" prog="35" /> + <Patch name="Fretless 2" hbank="0" lbank="0" prog="36" /> + <Patch name="SimpleSlap" hbank="0" lbank="0" prog="37" /> + <Patch name="Velo Slap" hbank="0" lbank="0" prog="38" /> + <Patch name="SynthBass1" hbank="0" lbank="0" prog="39" /> + <Patch name="SynthBass2" hbank="0" lbank="0" prog="40" /> + <Patch name="Violin 2" hbank="0" lbank="0" prog="41" /> + <Patch name="Viola 2" hbank="0" lbank="0" prog="42" /> + <Patch name="Cello 2" hbank="0" lbank="0" prog="43" /> + <Patch name="Contrabass" hbank="0" lbank="0" prog="44" /> + <Patch name="TremoloStr" hbank="0" lbank="0" prog="45" /> + <Patch name="Pizz Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="Timpni+Cym" hbank="0" lbank="0" prog="47" /> + <Patch name="StereoSt1" hbank="0" lbank="0" prog="48" /> + <Patch name="StereoSt2" hbank="0" lbank="0" prog="49" /> + <Patch name="Grand Saw" hbank="0" lbank="0" prog="50" /> + <Patch name="SynStrings" hbank="0" lbank="0" prog="51" /> + <Patch name="Aah Choir" hbank="0" lbank="0" prog="52" /> + <Patch name="Ooh Choir" hbank="0" lbank="0" prog="53" /> + <Patch name="Syn Voice" hbank="0" lbank="0" prog="54" /> + <Patch name="Orch.Hit" hbank="0" lbank="0" prog="55" /> + <Patch name="Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="Trombone 2" hbank="0" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="MuteTrpt 2" hbank="0" lbank="0" prog="59" /> + <Patch name="F.Horns" hbank="0" lbank="0" prog="60" /> + <Patch name="Brass Sect" hbank="0" lbank="0" prog="61" /> + <Patch name="SynthBrass" hbank="0" lbank="0" prog="62" /> + <Patch name="Soft Brass" hbank="0" lbank="0" prog="63" /> + <Patch name="Soprano 2" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="TenorSax 2" hbank="0" lbank="0" prog="66" /> + <Patch name="Bari Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="Eng.Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="0" prog="71" /> + <Patch name="Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="Panflute" hbank="0" lbank="0" prog="75" /> + <Patch name="Bottle" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="0" lbank="0" prog="79" /> + <Patch name="Square Ld" hbank="0" lbank="0" prog="80" /> + <Patch name="Saw Ld" hbank="0" lbank="0" prog="81" /> + <Patch name="Caliop Ld" hbank="0" lbank="0" prog="82" /> + <Patch name="Chiff Ld" hbank="0" lbank="0" prog="83" /> + <Patch name="Charan Ld" hbank="0" lbank="0" prog="84" /> + <Patch name="Voice Ld" hbank="0" lbank="0" prog="85" /> + <Patch name="Fifth Ld" hbank="0" lbank="0" prog="86" /> + <Patch name="Bass+Ld" hbank="0" lbank="0" prog="87" /> + <Patch name="New Age" hbank="0" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="0" lbank="0" prog="89" /> + <Patch name="Poly Synth" hbank="0" lbank="0" prog="90" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="91" /> + <Patch name="BowedPad" hbank="0" lbank="0" prog="92" /> + <Patch name="Metal Pad" hbank="0" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" hbank="0" lbank="0" prog="95" /> + <Patch name="Rain Pad" hbank="0" lbank="0" prog="96" /> + <Patch name="SoundTrack" hbank="0" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="0" lbank="0" prog="98" /> + <Patch name="Atmosphere" hbank="0" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblin" hbank="0" lbank="0" prog="101" /> + <Patch name="Echoes" hbank="0" lbank="0" prog="102" /> + <Patch name="Sci-Fi" hbank="0" lbank="0" prog="103" /> + <Patch name="Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="Bagpipe" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="0" lbank="0" prog="111" /> + <Patch name="Tinkerbel" hbank="0" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="Steeldrum" hbank="0" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="0" lbank="0" prog="115" /> + <Patch name="TaikoDrum" hbank="0" lbank="0" prog="116" /> + <Patch name="MelodicTom" hbank="0" lbank="0" prog="117" /> + <Patch name="Synth Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="Rev Cymbal" hbank="0" lbank="0" prog="119" /> + <Patch name="Fret Noise" hbank="0" lbank="0" prog="120" /> + <Patch name="BreathNoiz" hbank="0" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="Tweet" hbank="0" lbank="0" prog="123" /> + <Patch name="Telephone" hbank="0" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="0" lbank="0" prog="125" /> + <Patch name="Applause" hbank="0" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="63" lbank="1" prog="127" /> + </PatchGroup> + <PatchGroup name="Drum Kits"> + <Patch name="PoweredStd" hbank="63" lbank="32" prog="0" drum="1" /> + <Patch name="DryStandrd" hbank="63" lbank="32" prog="1" drum="1" /> + <Patch name="RockSt1" hbank="63" lbank="32" prog="2" drum="1" /> + <Patch name="RockSt2" hbank="63" lbank="32" prog="3" drum="1" /> + <Patch name="RockMono 1" hbank="63" lbank="32" prog="4" drum="1" /> + <Patch name="Hip Hop1" hbank="63" lbank="32" prog="5" drum="1" /> + <Patch name="Hip Hop2" hbank="63" lbank="32" prog="6" drum="1" /> + <Patch name="HipStick1" hbank="63" lbank="32" prog="7" drum="1" /> + <Patch name="T9HipKit1" hbank="63" lbank="32" prog="8" drum="1" /> + <Patch name="RnB Kit1" hbank="63" lbank="32" prog="9" drum="1" /> + <Patch name="RnB Kit2" hbank="63" lbank="32" prog="10" drum="1" /> + <Patch name="Analog T9" hbank="63" lbank="32" prog="11" drum="1" /> + <Patch name="Analog T8" hbank="63" lbank="32" prog="12" drum="1" /> + <Patch name="Techno Kit" hbank="63" lbank="32" prog="13" drum="1" /> + <Patch name="House Kit1" hbank="63" lbank="32" prog="14" drum="1" /> + <Patch name="House Kit2" hbank="63" lbank="32" prog="15" drum="1" /> + <Patch name="Big Kit" hbank="63" lbank="32" prog="16" drum="1" /> + <Patch name="Break Kit" hbank="63" lbank="32" prog="17" drum="1" /> + <Patch name="Drum`n`Bass" hbank="63" lbank="32" prog="18" drum="1" /> + <Patch name="Acid Kit" hbank="63" lbank="32" prog="19" drum="1" /> + <Patch name="Jungle Kit" hbank="63" lbank="32" prog="20" drum="1" /> + <Patch name="Electric" hbank="63" lbank="32" prog="21" drum="1" /> + <Patch name="Human Kit" hbank="63" lbank="32" prog="22" drum="1" /> + <Patch name="Hard Kit" hbank="63" lbank="32" prog="23" drum="1" /> + <Patch name="DistrtdKit" hbank="63" lbank="32" prog="24" drum="1" /> + <Patch name="AmbientKit" hbank="63" lbank="32" prog="25" drum="1" /> + <Patch name="Jazz Kit" hbank="63" lbank="32" prog="26" drum="1" /> + <Patch name="Hip Hop3" hbank="63" lbank="32" prog="27" drum="1" /> + <Patch name="Hip Hop4" hbank="63" lbank="32" prog="28" drum="1" /> + <Patch name="HipStick2" hbank="63" lbank="32" prog="29" drum="1" /> + <Patch name="Garage" hbank="63" lbank="32" prog="30" drum="1" /> + <Patch name="All-Round" hbank="63" lbank="32" prog="31" drum="1" /> + <Patch name="Rock Multi" hbank="63" lbank="32" prog="32" drum="1" /> + <Patch name="Hip Multi" hbank="63" lbank="32" prog="33" drum="1" /> + <Patch name="Percussion" hbank="63" lbank="32" prog="34" drum="1" /> + <Patch name="Latin Parc" hbank="63" lbank="32" prog="35" drum="1" /> + <Patch name="Gtr/Bs Fx" hbank="63" lbank="32" prog="36" drum="1" /> + <Patch name="Wacko Kit" hbank="63" lbank="32" prog="37" drum="1" /> + <Patch name="Wood Bits" hbank="63" lbank="32" prog="38" drum="1" /> + <Patch name="Metal Bits" hbank="63" lbank="32" prog="39" drum="1" /> + <Patch name="Hands Kit" hbank="63" lbank="32" prog="40" drum="1" /> + <Patch name="Scratches" hbank="63" lbank="32" prog="41" drum="1" /> + <Patch name="AcstSnares" hbank="63" lbank="32" prog="42" drum="1" /> + <Patch name="StSnares" hbank="63" lbank="32" prog="43" drum="1" /> + <Patch name="AllKicks" hbank="63" lbank="32" prog="44" drum="1" /> + <Patch name="DanceKicks" hbank="63" lbank="32" prog="45" drum="1" /> + <Patch name="Snare + Fx" hbank="63" lbank="32" prog="46" drum="1" /> + <Patch name="Easy Snares" hbank="63" lbank="32" prog="47" drum="1" /> + </PatchGroup> + <PatchGroup name="GM Drum Kits"> + <Patch name="GM Drum" hbank="127" lbank="0" prog="0" drum="1" /> + <Patch name="RockMono2" hbank="63" lbank="40" prog="0" drum="1" /> + <Patch name="RockMono3" hbank="63" lbank="40" prog="1" drum="1" /> + <Patch name="HipHop5" hbank="63" lbank="40" prog="2" drum="1" /> + <Patch name="HipHop6" hbank="63" lbank="40" prog="3" drum="1" /> + <Patch name="T9HipKit2" hbank="63" lbank="40" prog="4" drum="1" /> + <Patch name="HipStick3" hbank="63" lbank="40" prog="5" drum="1" /> + <Patch name="HipStick4" hbank="63" lbank="40" prog="6" drum="1" /> + <Patch name="RnB Kit3" hbank="63" lbank="40" prog="7" drum="1" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="FilterResonance" l="71" init="64" /> + <Controller name="ReleaseTime" l="72" init="64" /> + <Controller name="AttackTime" l="73" init="64" /> + <Controller name="Brightness" l="74" init="64" /> + <Controller name="DecayTime" l="75" init="64" /> + <Controller name="VibrateRate" l="76" init="64" /> + <Controller name="VibrateDepth" l="77" init="64" /> + <Controller name="VibrateDelay" l="78" init="64" /> + <Controller name="PortamentoControl" l="84" /> + <Controller name="ReverbSendLevel" l="91" init="40" /> + <Controller name="ChorusSendLevel" l="93" init="0" /> + <Controller name="VariationSend" l="94" init="0" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="AllNotesOff" l="123" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Yamaha-P100.idf b/muse2/share/instruments/Yamaha-P100.idf new file mode 100644 index 00000000..7a583555 --- /dev/null +++ b/muse2/share/instruments/Yamaha-P100.idf @@ -0,0 +1,44 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Yamaha P100" nullparam="32639"> + <PatchGroup name=""> + <Patch name="Piano 1" prog="0" /> + <Patch name="Piano 2" prog="1" /> + <Patch name="E.Piano 1" prog="2" /> + <Patch name="E.Piano 2" prog="3" /> + <Patch name="Clavinova Tone" prog="4" /> + <Patch name="Vibes" prog="5" /> + <Patch name="Strings" prog="6" /> + <Patch name="Organ" prog="7" /> + <Patch name="Bass 1" prog="8" /> + <Patch name="Bass 2" prog="9" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="HarmonicContent" l="71" /> + <Controller name="ReleaseTime" l="72" /> + <Controller name="AttackTime" l="73" /> + <Controller name="Brightness" l="74" /> + <Controller name="PortamentoControl" l="84" /> + <Controller name="Effect1Depth" l="91" /> + <Controller name="Effect3Depth" l="93" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="VibratoRate" type="NRPN" h="1" l="8" min="-100" max="100" /> + <Controller name="VibratoDepth" type="NRPN" h="1" l="9" min="-100" max="100" /> + <Controller name="VibratoDelay" type="NRPN" h="1" l="10" min="-100" max="100" /> + <Controller name="FilterCutoffFrequency" type="NRPN" h="1" l="32" min="-100" max="100" /> + <Controller name="FilterResonance" type="NRPN" h="1" l="33" min="-100" max="100" /> + <Controller name="EgAttackTime" type="NRPN" h="1" l="99" min="-100" max="100" /> + <Controller name="EgDecayTime" type="NRPN" h="1" l="100" min="-100" max="100" /> + <Controller name="EgReleaseTime" type="NRPN" h="1" l="102" min="-100" max="100" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Yamaha-P50m.idf b/muse2/share/instruments/Yamaha-P50m.idf new file mode 100644 index 00000000..8ad932d5 --- /dev/null +++ b/muse2/share/instruments/Yamaha-P50m.idf @@ -0,0 +1,63 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Yamaha-P50m" nullparam="32639"> + <PatchGroup name=""> + <Patch name="bright piano s+s" prog="0" /> + <Patch name="bright piano s" prog="1" /> + <Patch name="bright piano m+s" prog="2" /> + <Patch name="bright piano m" prog="3" /> + <Patch name="dark piano" prog="4" /> + <Patch name="grand piano s+s" prog="5" /> + <Patch name="grand piano s" prog="6" /> + <Patch name="grand piano m+s" prog="7" /> + <Patch name="grand piano m" prog="8" /> + <Patch name="dance" prog="9" /> + <Patch name="honkytonk" prog="10" /> + <Patch name="hybrid piano" prog="11" /> + <Patch name="cp80, mono" prog="12" /> + <Patch name="cp80, mono s" prog="13" /> + <Patch name="cp80+chorus" prog="14" /> + <Patch name="dx ep" prog="15" /> + <Patch name="dx pad" prog="16" /> + <Patch name="dx ep+chorus" prog="17" /> + <Patch name="roads" prog="18" /> + <Patch name="roads+chorus" prog="19" /> + <Patch name="soft roads" prog="20" /> + <Patch name="hard roads" prog="21" /> + <Patch name="dyno" prog="22" /> + <Patch name="resonant dyno" prog="23" /> + <Patch name="dyno+chorus" prog="24" /> + <Patch name="wurli" prog="25" /> + <Patch name="clavi" prog="26" /> + <Patch name="clavi+wah" prog="27" /> + <Patch name="no sound" prog="28" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="HarmonicContent" l="71" /> + <Controller name="ReleaseTime" l="72" /> + <Controller name="AttackTime" l="73" /> + <Controller name="Brightness" l="74" /> + <Controller name="PortamentoControl" l="84" /> + <Controller name="Effect1Depth" l="91" /> + <Controller name="Effect3Depth" l="93" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="VibratoRate" type="NRPN" h="1" l="8" min="-100" max="100" /> + <Controller name="VibratoDepth" type="NRPN" h="1" l="9" min="-100" max="100" /> + <Controller name="VibratoDelay" type="NRPN" h="1" l="10" min="-100" max="100" /> + <Controller name="FilterCutoffFrequency" type="NRPN" h="1" l="32" min="-100" max="100" /> + <Controller name="FilterResonance" type="NRPN" h="1" l="33" min="-100" max="100" /> + <Controller name="EgAttackTime" type="NRPN" h="1" l="99" min="-100" max="100" /> + <Controller name="EgDecayTime" type="NRPN" h="1" l="100" min="-100" max="100" /> + <Controller name="EgReleaseTime" type="NRPN" h="1" l="102" min="-100" max="100" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Yamaha-PSR275.idf b/muse2/share/instruments/Yamaha-PSR275.idf new file mode 100755 index 00000000..c448c3bf --- /dev/null +++ b/muse2/share/instruments/Yamaha-PSR275.idf @@ -0,0 +1,567 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Yamaha PSR-275"> + <PatchGroup name="Piano (panel)"> + <Patch name="Grand Piano" hbank="0" lbank="112" prog="0" /> + <Patch name="Bright Piano" hbank="0" lbank="112" prog="1" /> + <Patch name="MIDI Grand Piano" hbank="0" lbank="112" prog="2" /> + <Patch name="CP 80" hbank="0" lbank="113" prog="2" /> + <Patch name="Honky-tonk Piano" hbank="0" lbank="112" prog="3" /> + <Patch name="Harpsichord" hbank="0" lbank="112" prog="6" /> + </PatchGroup> + <PatchGroup name="E.Piano (panel)"> + <Patch name="Funky Electric Piano" hbank="0" lbank="112" prog="4" /> + <Patch name="Galaxy EP" hbank="0" lbank="114" prog="4" /> + <Patch name="DX Modern Elec. Piano" hbank="0" lbank="112" prog="5" /> + <Patch name="Hyper Tines" hbank="0" lbank="113" prog="5" /> + <Patch name="Venus Electric Piano" hbank="0" lbank="114" prog="5" /> + <Patch name="Clavi" hbank="0" lbank="112" prog="7" /> + </PatchGroup> + <PatchGroup name="Piano (XG)"> + <Patch name="Grand Piano" mode="5" hbank="0" lbank="0" prog="0" /> + <Patch name="Grand Piano KSP" mode="4" hbank="0" lbank="1" prog="0" /> + <Patch name="Piano Strings" mode="4" hbank="0" lbank="40" prog="0" /> + <Patch name="Dream" mode="4" hbank="0" lbank="41" prog="0" /> + <Patch name="Bright Piano" mode="5" hbank="0" lbank="0" prog="1" /> + <Patch name="Bright Piano KSP" mode="4" hbank="0" lbank="1" prog="1" /> + <Patch name="Electric Grand Piano" mode="5" hbank="0" lbank="0" prog="2" /> + <Patch name="Electric Grand Piano KSP" mode="4" hbank="0" lbank="1" prog="2" /> + <Patch name="Detuned CP80" mode="4" hbank="0" lbank="32" prog="2" /> + <Patch name="Honky-tonk Piano" mode="5" hbank="0" lbank="0" prog="3" /> + <Patch name="Honky-tonk Piano KSP" mode="4" hbank="0" lbank="1" prog="3" /> + <Patch name="Electric Piano 1" mode="5" hbank="0" lbank="0" prog="4" /> + <Patch name="Electric Piano 1 KSP" mode="4" hbank="0" lbank="1" prog="4" /> + <Patch name="Chorus Electric Piano 1" mode="4" hbank="0" lbank="32" prog="4" /> + <Patch name="Electric Piano 2" mode="5" hbank="0" lbank="0" prog="5" /> + <Patch name="Electric Piano 2 KSP" mode="4" hbank="0" lbank="1" prog="5" /> + <Patch name="Chorus Electric Piano 2" mode="4" hbank="0" lbank="32" prog="5" /> + <Patch name="DX + Analog Electric Piano" mode="4" hbank="0" lbank="41" prog="5" /> + <Patch name="Harpsichord" mode="5" hbank="0" lbank="0" prog="6" /> + <Patch name="Harpsichord KSP" mode="4" hbank="0" lbank="1" prog="6" /> + <Patch name="Harpsichord 3" mode="4" hbank="0" lbank="35" prog="6" /> + <Patch name="Clavi" mode="5" hbank="0" lbank="0" prog="7" /> + <Patch name="Clavi KSP" mode="4" hbank="0" lbank="1" prog="7" /> + </PatchGroup> + <PatchGroup name="Organ (panel)"> + <Patch name="Jazz Organ 1" hbank="0" lbank="112" prog="16" /> + <Patch name="Jazz Organ 2" hbank="0" lbank="113" prog="16" /> + <Patch name="Theater Organ" hbank="0" lbank="114" prog="16" /> + <Patch name="Bright Organ" hbank="0" lbank="116" prog="16" /> + <Patch name="16;+2; Organ" hbank="0" lbank="118" prog="16" /> + <Patch name="16;+4; Organ" hbank="0" lbank="119" prog="16" /> + <Patch name="Click Organ" hbank="0" lbank="112" prog="17" /> + <Patch name="Rock Organ" hbank="0" lbank="112" prog="18" /> + <Patch name="Purple Organ" hbank="0" lbank="114" prog="18" /> + <Patch name="Church Organ" hbank="0" lbank="112" prog="19" /> + <Patch name="Chapel Organ" hbank="0" lbank="113" prog="19" /> + <Patch name="Reed Organ" hbank="0" lbank="112" prog="20" /> + </PatchGroup> + <PatchGroup name="Accordion (panel)"> + <Patch name="Musette Accordion" hbank="0" lbank="112" prog="21" /> + <Patch name="Traditional Accordion" hbank="0" lbank="113" prog="21" /> + <Patch name="Harmonica" hbank="0" lbank="112" prog="22" /> + <Patch name="Bandoneon" hbank="0" lbank="113" prog="23" /> + </PatchGroup> + <PatchGroup name="Organ (XG)"> + <Patch name="DrawOrg" mode="5" hbank="0" lbank="0" prog="16" /> + <Patch name="Detuned DrawOrg" mode="4" hbank="0" lbank="32" prog="16" /> + <Patch name="60;s DrawOrg 1" mode="4" hbank="0" lbank="33" prog="16" /> + <Patch name="60;s DrawOrg 2" mode="4" hbank="0" lbank="34" prog="16" /> + <Patch name="70;s DrawOrg 1" mode="4" hbank="0" lbank="35" prog="16" /> + <Patch name="60;s DrawOrg 3" mode="4" hbank="0" lbank="37" prog="16" /> + <Patch name="16+2"2/3" mode="4" hbank="0" lbank="40" prog="16" /> + <Patch name="Organ Bass" mode="4" hbank="0" lbank="64" prog="16" /> + <Patch name="70;s DrawOrg 2" mode="4" hbank="0" lbank="65" prog="16" /> + <Patch name="Cheezy Organ" mode="4" hbank="0" lbank="66" prog="16" /> + <Patch name="DrawOrg 3" mode="4" hbank="0" lbank="67" prog="16" /> + <Patch name="Percussive Organ" mode="5" hbank="0" lbank="0" prog="17" /> + <Patch name="70;s Percussive Organ" mode="4" hbank="0" lbank="24" prog="17" /> + <Patch name="Detuned Percussive Organ" mode="4" hbank="0" lbank="32" prog="17" /> + <Patch name="Light Organ" mode="4" hbank="0" lbank="33" prog="17" /> + <Patch name="Percussive Organ 2" mode="4" hbank="0" lbank="37" prog="17" /> + <Patch name="Rock Organ" mode="5" hbank="0" lbank="0" prog="18" /> + <Patch name="Rotary Organ" mode="4" hbank="0" lbank="64" prog="18" /> + <Patch name="Slow Rotary" mode="4" hbank="0" lbank="65" prog="18" /> + <Patch name="Fast Rotary" mode="4" hbank="0" lbank="66" prog="18" /> + <Patch name="Church Organ" mode="5" hbank="0" lbank="0" prog="19" /> + <Patch name="Church Organ 3" mode="4" hbank="0" lbank="32" prog="19" /> + <Patch name="Church Organ 2" mode="4" hbank="0" lbank="35" prog="19" /> + <Patch name="Notre Dame" mode="4" hbank="0" lbank="40" prog="19" /> + <Patch name="Organ Flute" mode="4" hbank="0" lbank="64" prog="19" /> + <Patch name="Tremolo Organ Flute" mode="4" hbank="0" lbank="65" prog="19" /> + <Patch name="Reed Organ" mode="5" hbank="0" lbank="0" prog="20" /> + <Patch name="Puff Organ" mode="4" hbank="0" lbank="40" prog="20" /> + <Patch name="Accordion" mode="5" hbank="0" lbank="0" prog="21" /> + <Patch name="Harmonica" mode="5" hbank="0" lbank="0" prog="22" /> + <Patch name="Harmonica 2" mode="4" hbank="0" lbank="32" prog="22" /> + <Patch name="Tango Accordion" mode="5" hbank="0" lbank="0" prog="23" /> + <Patch name="Tango Accordion 2" mode="4" hbank="0" lbank="64" prog="23" /> + </PatchGroup> + <PatchGroup name="Guitar (panel)"> + <Patch name="Classical Guitar" hbank="0" lbank="112" prog="24" /> + <Patch name="Folk Guitar" hbank="0" lbank="112" prog="25" /> + <Patch name="12Strings Guitar" hbank="0" lbank="113" prog="25" /> + <Patch name="Jazz Guitar" hbank="0" lbank="112" prog="26" /> + <Patch name="Octave Guitar" hbank="0" lbank="113" prog="26" /> + <Patch name="Clean Guitar" hbank="0" lbank="112" prog="27" /> + <Patch name="60;s Clean Guitar" hbank="0" lbank="117" prog="27" /> + <Patch name="Muted Guitar" hbank="0" lbank="112" prog="28" /> + <Patch name="Overdriven Guitar" hbank="0" lbank="112" prog="29" /> + <Patch name="Distortion Guitar" hbank="0" lbank="112" prog="30" /> + </PatchGroup> + <PatchGroup name="Guitar (XG)"> + <Patch name="Nylon Guitar" mode="5" hbank="0" lbank="0" prog="24" /> + <Patch name="Ukulele" mode="4" hbank="0" lbank="96" prog="24" /> + <Patch name="Steel Guitar" mode="5" hbank="0" lbank="0" prog="25" /> + <Patch name="12-string Guitar" mode="4" hbank="0" lbank="35" prog="25" /> + <Patch name="Nylon & Steel Guitar" mode="4" hbank="0" lbank="40" prog="25" /> + <Patch name="Steel Guitar with Body Sound" mode="4" hbank="0" lbank="41" prog="25" /> + <Patch name="Mandolin" mode="4" hbank="0" lbank="96" prog="25" /> + <Patch name="Jazz Guitar" mode="5" hbank="0" lbank="0" prog="26" /> + <Patch name="Jazz Amp" mode="4" hbank="0" lbank="32" prog="26" /> + <Patch name="Clean Guitar" mode="5" hbank="0" lbank="0" prog="27" /> + <Patch name="Chorus Guitar" mode="4" hbank="0" lbank="32" prog="27" /> + <Patch name="Muted Guitar" mode="5" hbank="0" lbank="0" prog="28" /> + <Patch name="Funk Guitar 1" mode="4" hbank="0" lbank="40" prog="28" /> + <Patch name="Muted Steel Guitar" mode="4" hbank="0" lbank="41" prog="28" /> + <Patch name="Jazz Man" mode="4" hbank="0" lbank="45" prog="28" /> + <Patch name="Overdriven Guitar" mode="5" hbank="0" lbank="0" prog="29" /> + <Patch name="Guitar Pinch" mode="4" hbank="0" lbank="43" prog="29" /> + <Patch name="Distortion Guitar" mode="5" hbank="0" lbank="0" prog="30" /> + <Patch name="Feedback Guitar" mode="4" hbank="0" lbank="40" prog="30" /> + <Patch name="Feedback Guitar 2" mode="4" hbank="0" lbank="41" prog="30" /> + <Patch name="Guitar Harmonics" mode="5" hbank="0" lbank="0" prog="31" /> + <Patch name="Guitar Feedback" mode="4" hbank="0" lbank="65" prog="31" /> + <Patch name="Guitar Harmonics 2" mode="4" hbank="0" lbank="66" prog="31" /> + </PatchGroup> + <PatchGroup name="Bass (panel)"> + <Patch name="Acoustic Bass" hbank="0" lbank="112" prog="32" /> + <Patch name="Finger Bass" hbank="0" lbank="112" prog="33" /> + <Patch name="Pick Bass" hbank="0" lbank="112" prog="34" /> + <Patch name="Fretless Bass" hbank="0" lbank="112" prog="35" /> + <Patch name="Slap Bass" hbank="0" lbank="112" prog="36" /> + <Patch name="Synth Bass" hbank="0" lbank="112" prog="38" /> + <Patch name="Hi-Q Bass" hbank="0" lbank="113" prog="38" /> + <Patch name="Dance Bass" hbank="0" lbank="113" prog="39" /> + </PatchGroup> + <PatchGroup name="Bass (XG)"> + <Patch name="Acoustic Bass" mode="5" hbank="0" lbank="0" prog="32" /> + <Patch name="Jazz Rhythm" mode="4" hbank="0" lbank="40" prog="32" /> + <Patch name="Velocity Crossfade Upright Bass" mode="4" hbank="0" lbank="45" prog="32" /> + <Patch name="Finger Bass" mode="5" hbank="0" lbank="0" prog="33" /> + <Patch name="Finger Dark" mode="4" hbank="0" lbank="18" prog="33" /> + <Patch name="Bass & Distorted Electric Guitar" mode="4" hbank="0" lbank="40" prog="33" /> + <Patch name="Finger Slap Bass" mode="4" hbank="0" lbank="43" prog="33" /> + <Patch name="Finger Bass 2" mode="4" hbank="0" lbank="45" prog="33" /> + <Patch name="Modulated Bass" mode="4" hbank="0" lbank="65" prog="33" /> + <Patch name="Pick Bass" mode="5" hbank="0" lbank="0" prog="34" /> + <Patch name="Muted Pick Bass" mode="4" hbank="0" lbank="28" prog="34" /> + <Patch name="Fretless Bass" mode="5" hbank="0" lbank="0" prog="35" /> + <Patch name="Fretless Bass 2" mode="4" hbank="0" lbank="32" prog="35" /> + <Patch name="Fretless Bass 3" mode="4" hbank="0" lbank="33" prog="35" /> + <Patch name="Fretless Bass 4" mode="4" hbank="0" lbank="34" prog="35" /> + <Patch name="Slap Bass 1" mode="5" hbank="0" lbank="0" prog="36" /> + <Patch name="Punch Thumb Bass" mode="4" hbank="0" lbank="32" prog="36" /> + <Patch name="Slap Bass 2" mode="5" hbank="0" lbank="0" prog="37" /> + <Patch name="Velocity Switch Slap" mode="4" hbank="0" lbank="43" prog="37" /> + <Patch name="Synth Bass 1" mode="5" hbank="0" lbank="0" prog="38" /> + <Patch name="Techno Synth Bass" mode="4" hbank="0" lbank="40" prog="38" /> + <Patch name="Synth Bass 2" mode="5" hbank="0" lbank="0" prog="39" /> + <Patch name="Mellow Synth Bass" mode="4" hbank="0" lbank="6" prog="39" /> + <Patch name="Sequenced Bass" mode="4" hbank="0" lbank="12" prog="39" /> + <Patch name="Click Synth Bass" mode="4" hbank="0" lbank="18" prog="39" /> + <Patch name="Synth Bass 2 Dark" mode="4" hbank="0" lbank="19" prog="39" /> + <Patch name="Modular Synth Bass" mode="4" hbank="0" lbank="40" prog="39" /> + <Patch name="DX Bass" mode="4" hbank="0" lbank="41" prog="39" /> + </PatchGroup> + <PatchGroup name="Strings (panel)"> + <Patch name="Violin" hbank="0" lbank="112" prog="40" /> + <Patch name="Cello" hbank="0" lbank="112" prog="42" /> + <Patch name="Contrabass" hbank="0" lbank="112" prog="43" /> + <Patch name="Tremolo Strings" hbank="0" lbank="112" prog="44" /> + <Patch name="Pizzicato Strings" hbank="0" lbank="112" prog="45" /> + <Patch name="Harp" hbank="0" lbank="112" prog="46" /> + <Patch name="String Ensemble" hbank="0" lbank="112" prog="48" /> + <Patch name="Chamber Strings" hbank="0" lbank="112" prog="49" /> + <Patch name="Slow Strings" hbank="0" lbank="113" prog="49" /> + <Patch name="Synth Strings" hbank="0" lbank="112" prog="50" /> + <Patch name="Orchestra Hit" hbank="0" lbank="112" prog="55" /> + <Patch name="Banjo" hbank="0" lbank="112" prog="105" /> + </PatchGroup> + <PatchGroup name="Choir (panel)"> + <Patch name="Choir" hbank="0" lbank="112" prog="52" /> + <Patch name="Vocal Ensemble" hbank="0" lbank="113" prog="52" /> + <Patch name="Vox Humana" hbank="0" lbank="112" prog="53" /> + <Patch name="Air Choir" hbank="0" lbank="112" prog="54" /> + </PatchGroup> + <PatchGroup name="String (XG)"> + <Patch name="Violin" mode="5" hbank="0" lbank="0" prog="40" /> + <Patch name="Slow Violin" mode="4" hbank="0" lbank="8" prog="40" /> + <Patch name="Viola" mode="5" hbank="0" lbank="0" prog="41" /> + <Patch name="Cello" mode="5" hbank="0" lbank="0" prog="42" /> + <Patch name="Contrabass" mode="5" hbank="0" lbank="0" prog="43" /> + <Patch name="Tremolo Strings" mode="5" hbank="0" lbank="0" prog="44" /> + <Patch name="Slow Tremolo Strings" mode="4" hbank="0" lbank="8" prog="44" /> + <Patch name="Suspense Strings" mode="4" hbank="0" lbank="40" prog="44" /> + <Patch name="Pizzicato Strings" mode="5" hbank="0" lbank="0" prog="45" /> + <Patch name="Orchestral Harp" mode="5" hbank="0" lbank="0" prog="46" /> + <Patch name="Yang Chin" mode="4" hbank="0" lbank="40" prog="46" /> + <Patch name="Timpani" mode="5" hbank="0" lbank="0" prog="47" /> + </PatchGroup> + <PatchGroup name="Ensemble (XG)"> + <Patch name="Strings 1" mode="5" hbank="0" lbank="0" prog="48" /> + <Patch name="Stereo Strings" mode="4" hbank="0" lbank="3" prog="48" /> + <Patch name="Slow Strings" mode="4" hbank="0" lbank="8" prog="48" /> + <Patch name="60;s Strings" mode="4" hbank="0" lbank="35" prog="48" /> + <Patch name="Orchestra" mode="4" hbank="0" lbank="40" prog="48" /> + <Patch name="Orchestra 2" mode="4" hbank="0" lbank="41" prog="48" /> + <Patch name="Tremolo Orchestra" mode="4" hbank="0" lbank="42" prog="48" /> + <Patch name="Velocity Strings" mode="4" hbank="0" lbank="45" prog="48" /> + <Patch name="Strings 2" mode="5" hbank="0" lbank="0" prog="49" /> + <Patch name="Slow Stereo Strings" mode="4" hbank="0" lbank="3" prog="49" /> + <Patch name="Legato Strings" mode="4" hbank="0" lbank="8" prog="49" /> + <Patch name="Warm Strings" mode="4" hbank="0" lbank="40" prog="49" /> + <Patch name="Kingdom" mode="4" hbank="0" lbank="41" prog="49" /> + <Patch name="Synth Strings 1" mode="5" hbank="0" lbank="0" prog="50" /> + <Patch name="Synth Strings 2" mode="5" hbank="0" lbank="0" prog="51" /> + <Patch name="Choir Aahs" mode="5" hbank="0" lbank="0" prog="52" /> + <Patch name="Stereo Choir" mode="4" hbank="0" lbank="3" prog="52" /> + <Patch name="Mellow Choir" mode="4" hbank="0" lbank="32" prog="52" /> + <Patch name="Choir Strings" mode="4" hbank="0" lbank="40" prog="52" /> + <Patch name="Voice Oohs" mode="5" hbank="0" lbank="0" prog="53" /> + <Patch name="Synth Voice" mode="5" hbank="0" lbank="0" prog="54" /> + <Patch name="Synth Voice 2" mode="4" hbank="0" lbank="40" prog="54" /> + <Patch name="Choral" mode="4" hbank="0" lbank="41" prog="54" /> + <Patch name="Analog Voice" mode="4" hbank="0" lbank="64" prog="54" /> + <Patch name="Orchestra Hit" mode="5" hbank="0" lbank="0" prog="55" /> + <Patch name="Orchestra Hit 2" mode="4" hbank="0" lbank="35" prog="55" /> + <Patch name="Impact" mode="4" hbank="0" lbank="64" prog="55" /> + </PatchGroup> + <PatchGroup name="Saxophone (panel)"> + <Patch name="Soprano Sax" hbank="0" lbank="112" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="112" prog="65" /> + <Patch name="Tenor Sax" hbank="0" lbank="112" prog="66" /> + <Patch name="Breathy Tenor" hbank="0" lbank="114" prog="66" /> + <Patch name="Baritone Sax" hbank="0" lbank="112" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="112" prog="68" /> + <Patch name="English Horn" hbank="0" lbank="112" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="112" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="112" prog="71" /> + </PatchGroup> + <PatchGroup name="Trumpet (panel)"> + <Patch name="Trumpet" hbank="0" lbank="112" prog="56" /> + <Patch name="Trombone" hbank="0" lbank="112" prog="57" /> + <Patch name="Trombone Section" hbank="0" lbank="113" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="112" prog="58" /> + <Patch name="Muted Trumpet" hbank="0" lbank="112" prog="59" /> + <Patch name="French Horn" hbank="0" lbank="112" prog="60" /> + </PatchGroup> + <PatchGroup name="Brass (panel)"> + <Patch name="Brass Section" hbank="0" lbank="112" prog="61" /> + <Patch name="Big Band Brass" hbank="0" lbank="113" prog="61" /> + <Patch name="Mellow Horns" hbank="0" lbank="119" prog="61" /> + <Patch name="Synth Brass" hbank="0" lbank="112" prog="62" /> + <Patch name="Jump Brass" hbank="0" lbank="113" prog="62" /> + <Patch name="Techno Brass" hbank="0" lbank="114" prog="62" /> + </PatchGroup> + <PatchGroup name="Brass (XG)"> + <Patch name="Trumpet" mode="5" hbank="0" lbank="0" prog="56" /> + <Patch name="Warm Trumpet" mode="4" hbank="0" lbank="32" prog="56" /> + <Patch name="Trombone" mode="5" hbank="0" lbank="0" prog="57" /> + <Patch name="Trombone 2" mode="4" hbank="0" lbank="18" prog="57" /> + <Patch name="Tuba" mode="5" hbank="0" lbank="0" prog="58" /> + <Patch name="Muted Trumpet" mode="5" hbank="0" lbank="0" prog="59" /> + <Patch name="French Horn" mode="5" hbank="0" lbank="0" prog="60" /> + <Patch name="French Horn Solo" mode="4" hbank="0" lbank="6" prog="60" /> + <Patch name="French Horn 2" mode="4" hbank="0" lbank="32" prog="60" /> + <Patch name="Horn Orchestra" mode="4" hbank="0" lbank="37" prog="60" /> + <Patch name="Brass Section" mode="5" hbank="0" lbank="0" prog="61" /> + <Patch name="Trumpet & Trombone Section" mode="4" hbank="0" lbank="35" prog="61" /> + <Patch name="Synth Brass 1" mode="5" hbank="0" lbank="0" prog="62" /> + <Patch name="Resonant Synth Brass" mode="4" hbank="0" lbank="20" prog="62" /> + <Patch name="Synth Brass 2" mode="5" hbank="0" lbank="0" prog="63" /> + <Patch name="Soft Brass" mode="4" hbank="0" lbank="18" prog="63" /> + <Patch name="Choir Brass" mode="4" hbank="0" lbank="41" prog="63" /> + </PatchGroup> + <PatchGroup name="Reed (XG)"> + <Patch name="Soprano Sax" mode="5" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" mode="5" hbank="0" lbank="0" prog="65" /> + <Patch name="Sax Section" mode="4" hbank="0" lbank="40" prog="65" /> + <Patch name="Tenor Sax" mode="5" hbank="0" lbank="0" prog="66" /> + <Patch name="Breathy Tenor Sax" mode="4" hbank="0" lbank="40" prog="66" /> + <Patch name="Baritone Sax" mode="5" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" mode="5" hbank="0" lbank="0" prog="68" /> + <Patch name="English Horn" mode="5" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" mode="5" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" mode="5" hbank="0" lbank="0" prog="71" /> + </PatchGroup> + <PatchGroup name="Flute (panel)"> + <Patch name="Piccolo" hbank="0" lbank="112" prog="72" /> + <Patch name="Flute" hbank="0" lbank="112" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="112" prog="74" /> + <Patch name="Pan Flute" hbank="0" lbank="112" prog="75" /> + <Patch name="Ocarina" hbank="0" lbank="112" prog="79" /> + </PatchGroup> + <PatchGroup name="Pipe (XG)"> + <Patch name="Piccolo" mode="5" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" mode="5" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" mode="5" hbank="0" lbank="0" prog="74" /> + <Patch name="Pan Flute" mode="5" hbank="0" lbank="0" prog="75" /> + <Patch name="Blown Bottle" mode="5" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" mode="5" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" mode="5" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" mode="5" hbank="0" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth Lead (panel)"> + <Patch name="Square Lead" hbank="0" lbank="112" prog="80" /> + <Patch name="Sawtooth Lead" hbank="0" lbank="112" prog="81" /> + <Patch name="Analogon" hbank="0" lbank="115" prog="81" /> + <Patch name="Fargo" hbank="0" lbank="119" prog="81" /> + <Patch name="Voice Lead" hbank="0" lbank="112" prog="85" /> + <Patch name="Star Dust" hbank="0" lbank="112" prog="98" /> + <Patch name="Brightness" hbank="0" lbank="112" prog="100" /> + </PatchGroup> + <PatchGroup name="Synth Lead (XG)"> + <Patch name="Square Lead" mode="5" hbank="0" lbank="0" prog="80" /> + <Patch name="Square Lead 2" mode="4" hbank="0" lbank="6" prog="80" /> + <Patch name="LM Square" mode="4" hbank="0" lbank="8" prog="80" /> + <Patch name="Hollow" mode="4" hbank="0" lbank="18" prog="80" /> + <Patch name="Shroud" mode="4" hbank="0" lbank="19" prog="80" /> + <Patch name="Mellow" mode="4" hbank="0" lbank="64" prog="80" /> + <Patch name="Solo Sine" mode="4" hbank="0" lbank="65" prog="80" /> + <Patch name="Sine Lead" mode="4" hbank="0" lbank="66" prog="80" /> + <Patch name="Sawtooth Lead" mode="5" hbank="0" lbank="0" prog="81" /> + <Patch name="Sawtooth Lead 2" mode="4" hbank="0" lbank="6" prog="81" /> + <Patch name="Thick Sawtooth" mode="4" hbank="0" lbank="8" prog="81" /> + <Patch name="Dynamic Sawtooth" mode="4" hbank="0" lbank="18" prog="81" /> + <Patch name="Digital Sawtooth" mode="4" hbank="0" lbank="19" prog="81" /> + <Patch name="Big Lead" mode="4" hbank="0" lbank="20" prog="81" /> + <Patch name="Sequenced Analog" mode="4" hbank="0" lbank="96" prog="81" /> + <Patch name="Calliope Lead" mode="5" hbank="0" lbank="0" prog="82" /> + <Patch name="Pure Lead" mode="4" hbank="0" lbank="65" prog="82" /> + <Patch name="Chiff Lead" mode="5" hbank="0" lbank="0" prog="83" /> + <Patch name="Charang Lead" mode="5" hbank="0" lbank="0" prog="84" /> + <Patch name="Distorted Lead" mode="4" hbank="0" lbank="64" prog="84" /> + <Patch name="Voice Lead" mode="5" hbank="0" lbank="0" prog="85" /> + <Patch name="Fifths Lead" mode="5" hbank="0" lbank="0" prog="86" /> + <Patch name="Big Five" mode="4" hbank="0" lbank="35" prog="86" /> + <Patch name="Bass & Lead" mode="5" hbank="0" lbank="0" prog="87" /> + <Patch name="Big & Low" mode="4" hbank="0" lbank="16" prog="87" /> + <Patch name="Fat & Perky" mode="4" hbank="0" lbank="64" prog="87" /> + <Patch name="Soft Whirl" mode="4" hbank="0" lbank="65" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Pad (panel)"> + <Patch name="Fantasia" hbank="0" lbank="112" prog="88" /> + <Patch name="Dark Moon" hbank="0" lbank="113" prog="89" /> + <Patch name="Xenon Pad" hbank="0" lbank="112" prog="91" /> + <Patch name="Equinox" hbank="0" lbank="112" prog="94" /> + <Patch name="Bell Pad" hbank="0" lbank="113" prog="100" /> + </PatchGroup> + <PatchGroup name="Synth Pad (XG)"> + <Patch name="New Age Pad" mode="5" hbank="0" lbank="0" prog="88" /> + <Patch name="Fantasy" mode="4" hbank="0" lbank="64" prog="88" /> + <Patch name="Warm Pad" mode="5" hbank="0" lbank="0" prog="89" /> + <Patch name="Poly Synth Pad" mode="5" hbank="0" lbank="0" prog="90" /> + <Patch name="Choir Pad" mode="5" hbank="0" lbank="0" prog="91" /> + <Patch name="Itopia" mode="4" hbank="0" lbank="66" prog="91" /> + <Patch name="Bowed Pad" mode="5" hbank="0" lbank="0" prog="92" /> + <Patch name="Metallic Pad" mode="5" hbank="0" lbank="0" prog="93" /> + <Patch name="Halo Pad" mode="5" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" mode="5" hbank="0" lbank="0" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth Effects (XG)"> + <Patch name="Rain" mode="5" hbank="0" lbank="0" prog="96" /> + <Patch name="African Wind" mode="4" hbank="0" lbank="65" prog="96" /> + <Patch name="Carib" mode="4" hbank="0" lbank="66" prog="96" /> + <Patch name="Sound Track" mode="5" hbank="0" lbank="0" prog="97" /> + <Patch name="Prologue" mode="4" hbank="0" lbank="27" prog="97" /> + <Patch name="Crystal" mode="5" hbank="0" lbank="0" prog="98" /> + <Patch name="Synth Drum Comp" mode="4" hbank="0" lbank="12" prog="98" /> + <Patch name="Popcorn" mode="4" hbank="0" lbank="14" prog="98" /> + <Patch name="Tiny Bells" mode="4" hbank="0" lbank="18" prog="98" /> + <Patch name="Round Glockenspiel" mode="4" hbank="0" lbank="35" prog="98" /> + <Patch name="Glockenspiel Chimes" mode="4" hbank="0" lbank="40" prog="98" /> + <Patch name="Clear Bells" mode="4" hbank="0" lbank="41" prog="98" /> + <Patch name="Chorus Bells" mode="4" hbank="0" lbank="42" prog="98" /> + <Patch name="Soft Crystal" mode="4" hbank="0" lbank="65" prog="98" /> + <Patch name="Air Bells" mode="4" hbank="0" lbank="70" prog="98" /> + <Patch name="Bell Harp" mode="4" hbank="0" lbank="71" prog="98" /> + <Patch name="Gamelimba" mode="4" hbank="0" lbank="72" prog="98" /> + <Patch name="Atmosphere" mode="5" hbank="0" lbank="0" prog="99" /> + <Patch name="Warm Atmosphere" mode="4" hbank="0" lbank="18" prog="99" /> + <Patch name="Hollow Release" mode="4" hbank="0" lbank="19" prog="99" /> + <Patch name="Nylon Electric Piano" mode="4" hbank="0" lbank="40" prog="99" /> + <Patch name="Nylon Harp" mode="4" hbank="0" lbank="64" prog="99" /> + <Patch name="Harp Vox" mode="4" hbank="0" lbank="65" prog="99" /> + <Patch name="Atmosphere Pad" mode="4" hbank="0" lbank="66" prog="99" /> + <Patch name="Brightness" mode="5" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblins" mode="5" hbank="0" lbank="0" prog="101" /> + <Patch name="Goblins Synth" mode="4" hbank="0" lbank="64" prog="101" /> + <Patch name="Creeper" mode="4" hbank="0" lbank="65" prog="101" /> + <Patch name="Ritual" mode="4" hbank="0" lbank="67" prog="101" /> + <Patch name="To Heaven" mode="4" hbank="0" lbank="68" prog="101" /> + <Patch name="Night" mode="4" hbank="0" lbank="70" prog="101" /> + <Patch name="Glisten" mode="4" hbank="0" lbank="71" prog="101" /> + <Patch name="Bell Choir" mode="4" hbank="0" lbank="96" prog="101" /> + <Patch name="Echoes" mode="5" hbank="0" lbank="0" prog="102" /> + <Patch name="Sci-Fi" mode="5" hbank="0" lbank="0" prog="103" /> + </PatchGroup> + <PatchGroup name="World (XG)"> + <Patch name="Sitar" mode="5" hbank="0" lbank="0" prog="104" /> + <Patch name="Detuned Sitar" mode="4" hbank="0" lbank="32" prog="104" /> + <Patch name="Sitar 2" mode="4" hbank="0" lbank="35" prog="104" /> + <Patch name="Tamboura" mode="4" hbank="0" lbank="97" prog="104" /> + <Patch name="Banjo" mode="5" hbank="0" lbank="0" prog="105" /> + <Patch name="Muted Banjo" mode="4" hbank="0" lbank="28" prog="105" /> + <Patch name="Rabab" mode="4" hbank="0" lbank="96" prog="105" /> + <Patch name="Gopichant" mode="4" hbank="0" lbank="97" prog="105" /> + <Patch name="Oud" mode="4" hbank="0" lbank="98" prog="105" /> + <Patch name="Shamisen" mode="5" hbank="0" lbank="0" prog="106" /> + <Patch name="Koto" mode="5" hbank="0" lbank="0" prog="107" /> + <Patch name="Taisho-kin" mode="4" hbank="0" lbank="96" prog="107" /> + <Patch name="Kanoon" mode="4" hbank="0" lbank="97" prog="107" /> + <Patch name="Kalimba" mode="5" hbank="0" lbank="0" prog="108" /> + <Patch name="Bagpipe" mode="5" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" mode="5" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" mode="5" hbank="0" lbank="0" prog="111" /> + </PatchGroup> + <PatchGroup name="Percussion (panel)"> + <Patch name="Celesta" hbank="0" lbank="112" prog="8" /> + <Patch name="Music Box" hbank="0" lbank="112" prog="10" /> + <Patch name="Vibraphone" hbank="0" lbank="112" prog="11" /> + <Patch name="Marimba" hbank="0" lbank="112" prog="12" /> + <Patch name="Xylophone" hbank="0" lbank="112" prog="13" /> + <Patch name="Tubular Bells" hbank="0" lbank="112" prog="14" /> + <Patch name="Timpani" hbank="0" lbank="112" prog="47" /> + <Patch name="Steel Drums" hbank="0" lbank="112" prog="114" /> + </PatchGroup> + <PatchGroup name="Chromatic (XG)"> + <Patch name="Celesta" mode="5" hbank="0" lbank="0" prog="8" /> + <Patch name="Glockenspiel" mode="5" hbank="0" lbank="0" prog="9" /> + <Patch name="Music Box" mode="5" hbank="0" lbank="0" prog="10" /> + <Patch name="Orgel" mode="4" hbank="0" lbank="64" prog="10" /> + <Patch name="Vibraphone" mode="5" hbank="0" lbank="0" prog="11" /> + <Patch name="Vibraphone KSP" mode="4" hbank="0" lbank="1" prog="11" /> + <Patch name="Marimba" mode="5" hbank="0" lbank="0" prog="12" /> + <Patch name="Marimba KSP" mode="4" hbank="0" lbank="1" prog="12" /> + <Patch name="Sine Marimba" mode="4" hbank="0" lbank="64" prog="12" /> + <Patch name="Balimba" mode="4" hbank="0" lbank="97" prog="12" /> + <Patch name="Log Drums" mode="4" hbank="0" lbank="98" prog="12" /> + <Patch name="Xylophone" mode="5" hbank="0" lbank="0" prog="13" /> + <Patch name="Tubular Bells" mode="5" hbank="0" lbank="0" prog="14" /> + <Patch name="Church Bells" mode="4" hbank="0" lbank="96" prog="14" /> + <Patch name="Carillon" mode="4" hbank="0" lbank="97" prog="14" /> + <Patch name="Dulcimer" mode="5" hbank="0" lbank="0" prog="15" /> + <Patch name="Dulcimer 2" mode="4" hbank="0" lbank="35" prog="15" /> + <Patch name="Cimbalom" mode="4" hbank="0" lbank="96" prog="15" /> + <Patch name="Santur" mode="4" hbank="0" lbank="97" prog="15" /> + </PatchGroup> + <PatchGroup name="Percussive (XG)"> + <Patch name="Tinkle Bell" mode="5" hbank="0" lbank="0" prog="112" /> + <Patch name="Bonang" mode="4" hbank="0" lbank="96" prog="112" /> + <Patch name="Altair" mode="4" hbank="0" lbank="97" prog="112" /> + <Patch name="Gamelan Gongs" mode="4" hbank="0" lbank="98" prog="112" /> + <Patch name="Stereo Gamelan Gongs" mode="4" hbank="0" lbank="99" prog="112" /> + <Patch name="Rama Cymbal" mode="4" hbank="0" lbank="100" prog="112" /> + <Patch name="Agogo" mode="5" hbank="0" lbank="0" prog="113" /> + <Patch name="Steel Drums" mode="5" hbank="0" lbank="0" prog="114" /> + <Patch name="Glass Percussion" mode="4" hbank="0" lbank="97" prog="114" /> + <Patch name="Thai Bells" mode="4" hbank="0" lbank="98" prog="114" /> + <Patch name="Woodblock" mode="5" hbank="0" lbank="0" prog="115" /> + <Patch name="Castanets" mode="4" hbank="0" lbank="96" prog="115" /> + <Patch name="Taiko Drum" mode="5" hbank="0" lbank="0" prog="116" /> + <Patch name="Gran Cassa" mode="4" hbank="0" lbank="96" prog="116" /> + <Patch name="Melodic Tom" mode="5" hbank="0" lbank="0" prog="117" /> + <Patch name="Melodic Tom 2" mode="4" hbank="0" lbank="64" prog="117" /> + <Patch name="Real Tom" mode="4" hbank="0" lbank="65" prog="117" /> + <Patch name="Rock Tom" mode="4" hbank="0" lbank="66" prog="117" /> + <Patch name="Synth Drum" mode="5" hbank="0" lbank="0" prog="118" /> + <Patch name="Analog Tom" mode="4" hbank="0" lbank="64" prog="118" /> + <Patch name="Electronic Percussion" mode="4" hbank="0" lbank="65" prog="118" /> + <Patch name="Reverse Cymbal" mode="5" hbank="0" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="Sound Effects (XG)"> + <Patch name="Fret Noise" mode="5" hbank="0" lbank="0" prog="120" /> + <Patch name="Breath Noise" mode="5" hbank="0" lbank="0" prog="121" /> + <Patch name="Seashore" mode="5" hbank="0" lbank="0" prog="122" /> + <Patch name="Bird Tweet" mode="5" hbank="0" lbank="0" prog="123" /> + <Patch name="Telephone Ring" mode="5" hbank="0" lbank="0" prog="124" /> + <Patch name="Helicopter" mode="5" hbank="0" lbank="0" prog="125" /> + <Patch name="Applause" mode="5" hbank="0" lbank="0" prog="126" /> + <Patch name="Gunshot" mode="5" hbank="0" lbank="0" prog="127" /> + <Patch name="Cutting Noise" mode="4" hbank="64" lbank="0" prog="0" /> + <Patch name="Cutting Noise 2" mode="4" hbank="64" lbank="0" prog="1" /> + <Patch name="String Slap" mode="4" hbank="64" lbank="0" prog="3" /> + <Patch name="Flute Key Click" mode="4" hbank="64" lbank="0" prog="16" /> + <Patch name="Shower" mode="4" hbank="64" lbank="0" prog="32" /> + <Patch name="Thunder" mode="4" hbank="64" lbank="0" prog="33" /> + <Patch name="Wind" mode="4" hbank="64" lbank="0" prog="34" /> + <Patch name="Steam" mode="4" hbank="64" lbank="0" prog="35" /> + <Patch name="Bubble" mode="4" hbank="64" lbank="0" prog="36" /> + <Patch name="Feed" mode="4" hbank="64" lbank="0" prog="37" /> + <Patch name="Dog" mode="4" hbank="64" lbank="0" prog="48" /> + <Patch name="Horse" mode="4" hbank="64" lbank="0" prog="49" /> + <Patch name="Bird Tweet 2" mode="4" hbank="64" lbank="0" prog="50" /> + <Patch name="Maou" mode="4" hbank="64" lbank="0" prog="55" /> + <Patch name="Phone Call" mode="4" hbank="64" lbank="0" prog="64" /> + <Patch name="Door Squeak" mode="4" hbank="64" lbank="0" prog="65" /> + <Patch name="Door Slam" mode="4" hbank="64" lbank="0" prog="66" /> + <Patch name="Scratch Cut" mode="4" hbank="64" lbank="0" prog="67" /> + <Patch name="Scratch Split" mode="4" hbank="64" lbank="0" prog="68" /> + <Patch name="Wind Chime" mode="4" hbank="64" lbank="0" prog="69" /> + <Patch name="Telephone Ring 2" mode="4" hbank="64" lbank="0" prog="70" /> + <Patch name="Car Engine Ignition" mode="4" hbank="64" lbank="0" prog="80" /> + <Patch name="Car Tires Squeak" mode="4" hbank="64" lbank="0" prog="81" /> + <Patch name="Car Passing" mode="4" hbank="64" lbank="0" prog="82" /> + <Patch name="Car Crash" mode="4" hbank="64" lbank="0" prog="83" /> + <Patch name="Siren" mode="4" hbank="64" lbank="0" prog="84" /> + <Patch name="Train" mode="4" hbank="64" lbank="0" prog="85" /> + <Patch name="Jet Plane" mode="4" hbank="64" lbank="0" prog="86" /> + <Patch name="Starship" mode="4" hbank="64" lbank="0" prog="87" /> + <Patch name="Burst" mode="4" hbank="64" lbank="0" prog="88" /> + <Patch name="Roller Coaster" mode="4" hbank="64" lbank="0" prog="89" /> + <Patch name="Submarine" mode="4" hbank="64" lbank="0" prog="90" /> + <Patch name="Laugh" mode="4" hbank="64" lbank="0" prog="96" /> + <Patch name="Scream" mode="4" hbank="64" lbank="0" prog="97" /> + <Patch name="Punch" mode="4" hbank="64" lbank="0" prog="98" /> + <Patch name="Heartbeat" mode="4" hbank="64" lbank="0" prog="99" /> + <Patch name="Footsteps" mode="4" hbank="64" lbank="0" prog="100" /> + <Patch name="Machine Gun" mode="4" hbank="64" lbank="0" prog="112" /> + <Patch name="Laser Gun" mode="4" hbank="64" lbank="0" prog="113" /> + <Patch name="Explosion" mode="4" hbank="64" lbank="0" prog="114" /> + <Patch name="Firework" mode="4" hbank="64" lbank="0" prog="115" /> + </PatchGroup> + <PatchGroup name="Drums"> + <Patch name="Standard Kit 1" mode="5" hbank="127" lbank="0" prog="0" drum="1" /> + <Patch name="Standard Kit 2" mode="4" hbank="127" lbank="0" prog="1" drum="1" /> + <Patch name="Room Kit" mode="4" hbank="127" lbank="0" prog="8" drum="1" /> + <Patch name="Rock Kit" mode="4" hbank="127" lbank="0" prog="16" drum="1" /> + <Patch name="Electronic Kit" mode="4" hbank="127" lbank="0" prog="24" drum="1" /> + <Patch name="Analog Kit" mode="4" hbank="127" lbank="0" prog="25" drum="1" /> + <Patch name="Dance Kit" mode="4" hbank="127" lbank="0" prog="27" drum="1" /> + <Patch name="Jazz Kit" mode="4" hbank="127" lbank="0" prog="32" drum="1" /> + <Patch name="Brush Kit" mode="4" hbank="127" lbank="0" prog="40" drum="1" /> + <Patch name="Symphony Kit" mode="4" hbank="127" lbank="0" prog="48" drum="1" /> + </PatchGroup> + <PatchGroup name="SFX"> + <Patch name="SFX Kit 1" mode="4" hbank="126" lbank="0" prog="0" /> + <Patch name="SFX Kit 2" mode="4" hbank="126" lbank="0" prog="1" /> + </PatchGroup> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + <Controller name="Modulation" l="1" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="100" /> + <Controller name="Sustain" l="64" /> + <Controller name="ReleaseTime" l="72" init="64" /> + <Controller name="AttackTime" l="73" init="64" /> + <Controller name="Brightness" l="74" init="64" /> + <Controller name="PortamentoControl" l="84" /> + <Controller name="ReverbSendLevel" l="91" init="0" /> + <Controller name="ChorusSendLevel" l="93" init="0" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="AllNotesOff" l="123" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Yamaha-PSR530.idf b/muse2/share/instruments/Yamaha-PSR530.idf new file mode 100644 index 00000000..7637b5f2 --- /dev/null +++ b/muse2/share/instruments/Yamaha-PSR530.idf @@ -0,0 +1,757 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Yamaha PSR 530"> + <PatchGroup name="Piano(1-18)"> + <Patch name="1: Grand Piano" hbank="0" lbank="112" prog="0" /> + <Patch name="2: BrightPiano" hbank="0" lbank="112" prog="1" /> + <Patch name="3: Honky Tonk" hbank="0" lbank="112" prog="3" /> + <Patch name="4: Midi Grand" hbank="0" lbank="112" prog="2" /> + <Patch name="5: CP 80" hbank="0" lbank="113" prog="2" /> + <Patch name="6: Galaxy EP" hbank="0" lbank="114" prog="4" /> + <Patch name="7: DX Modern" hbank="0" lbank="112" prog="5" /> + <Patch name="8: Funk EP" hbank="0" lbank="112" prog="4" /> + <Patch name="9: Modern EP" hbank="0" lbank="115" prog="5" /> + <Patch name="10: Hyper Tines" hbank="0" lbank="113" prog="5" /> + <Patch name="11: New Tines" hbank="0" lbank="116" prog="5" /> + <Patch name="12: Venus EP" hbank="0" lbank="114" prog="5" /> + <Patch name="13: Tremolo EP" hbank="0" lbank="113" prog="4" /> + <Patch name="14: Rock Piano" hbank="0" lbank="114" prog="2" /> + <Patch name="15: Clavi" hbank="0" lbank="112" prog="7" /> + <Patch name="16: Wah Clavi" hbank="0" lbank="113" prog="7" /> + <Patch name="17: Harpsichord" hbank="0" lbank="112" prog="6" /> + <Patch name="18: GrandHarpsi" hbank="0" lbank="113" prog="6" /> + </PatchGroup> + <PatchGroup name="Chromatic Percussion(19-30)"> + <Patch name="19: Vibraphone" hbank="0" lbank="112" prog="11" /> + <Patch name="20: Jazz Vibes" hbank="0" lbank="113" prog="11" /> + <Patch name="21: Marimba" hbank="0" lbank="112" prog="12" /> + <Patch name="22: Xylophone" hbank="0" lbank="112" prog="13" /> + <Patch name="23: Steel Drums" hbank="0" lbank="112" prog="114" /> + <Patch name="24: Celesta" hbank="0" lbank="112" prog="8" /> + <Patch name="25: Glocken" hbank="0" lbank="112" prog="9" /> + <Patch name="26: Music Box" hbank="0" lbank="112" prog="10" /> + <Patch name="27: TubularBells" hbank="0" lbank="112" prog="14" /> + <Patch name="28: Kalimba" hbank="0" lbank="112" prog="108" /> + <Patch name="29: Timpani" hbank="0" lbank="112" prog="47" /> + <Patch name="30: Dulcimer" hbank="0" lbank="112" prog="15" /> + </PatchGroup> + <PatchGroup name="Organ(31-57)"> + <Patch name="31: Jazz Organ1" hbank="0" lbank="112" prog="16" /> + <Patch name="32: Jazz Organ2" hbank="0" lbank="113" prog="16" /> + <Patch name="33: Click Organ" hbank="0" lbank="112" prog="17" /> + <Patch name="34: Dance Organ" hbank="0" lbank="113" prog="17" /> + <Patch name="35: Drawbar Org" hbank="0" lbank="115" prog="16" /> + <Patch name="36: Mellow Draw" hbank="0" lbank="115" prog="17" /> + <Patch name="37: Bright Draw" hbank="0" lbank="116" prog="16" /> + <Patch name="38: Rock Organ1" hbank="0" lbank="112" prog="18" /> + <Patch name="39: Rock Organ2" hbank="0" lbank="113" prog="18" /> + <Patch name="40: Purple Org" hbank="0" lbank="114" prog="18" /> + <Patch name="41: 60rs Organ" hbank="0" lbank="116" prog="17" /> + <Patch name="42: Blues Organ" hbank="0" lbank="117" prog="17" /> + <Patch name="43: 16+1 Organ" hbank="0" lbank="117" prog="16" /> + <Patch name="44: 16+2 Organ" hbank="0" lbank="118" prog="16" /> + <Patch name="45: 16+4 Organ" hbank="0" lbank="119" prog="16" /> + <Patch name="46: Elec.Organ" hbank="0" lbank="118" prog="17" /> + <Patch name="48: TheatreOrg2" hbank="0" lbank="114" prog="17" /> + <Patch name="49: Pipe Organ" hbank="0" lbank="112" prog="19" /> + <Patch name="50: ChapelOrgan" hbank="0" lbank="113" prog="19" /> + <Patch name="51: Reed Organ" hbank="0" lbank="112" prog="20" /> + <Patch name="52: Trad. Accrd" hbank="0" lbank="113" prog="21" /> + <Patch name="53: Musette" hbank="0" lbank="112" prog="21" /> + <Patch name="54: Tango Accrd" hbank="0" lbank="112" prog="23" /> + <Patch name="55: Bandoneon" hbank="0" lbank="113" prog="23" /> + <Patch name="56: Soft Accrd" hbank="0" lbank="114" prog="21" /> + <Patch name="57: Harmonica" hbank="0" lbank="112" prog="22" /> + </PatchGroup> + <PatchGroup name="Guitar(58-73)"> + <Patch name="58: Classic Gtr" hbank="0" lbank="112" prog="24" /> + <Patch name="59: Spanish Gtr" hbank="0" lbank="113" prog="24" /> + <Patch name="60: Folk Guitar" hbank="0" lbank="112" prog="25" /> + <Patch name="61: 12StrGuitar" hbank="0" lbank="113" prog="25" /> + <Patch name="62: Jazz Guitar" hbank="0" lbank="112" prog="26" /> + <Patch name="63: Octave Gtr" hbank="0" lbank="113" prog="26" /> + <Patch name="64: HawaiianGtr" hbank="0" lbank="114" prog="26" /> + <Patch name="65: CleanGuitar" hbank="0" lbank="112" prog="27" /> + <Patch name="66: Tremolo Gtr" hbank="0" lbank="113" prog="27" /> + <Patch name="67: Slap Guitar" hbank="0" lbank="114" prog="27" /> + <Patch name="68: Funk Guitar" hbank="0" lbank="113" prog="28" /> + <Patch name="69: MutedGuitar" hbank="0" lbank="112" prog="28" /> + <Patch name="70: FeedbackGtr" hbank="0" lbank="113" prog="29" /> + <Patch name="71: Overdrive" hbank="0" lbank="112" prog="29" /> + <Patch name="72: Distortion" hbank="0" lbank="112" prog="30" /> + <Patch name="73: PedalSteel" hbank="0" lbank="115" prog="27" /> + </PatchGroup> + <PatchGroup name="Bass(74-88)"> + <Patch name="74: Aco.Bass" hbank="0" lbank="112" prog="32" /> + <Patch name="75: Bass&Cymbal" hbank="0" lbank="114" prog="32" /> + <Patch name="76: FingerBass" hbank="0" lbank="112" prog="33" /> + <Patch name="77: Pick Bass" hbank="0" lbank="112" prog="34" /> + <Patch name="78: Fretless" hbank="0" lbank="112" prog="35" /> + <Patch name="79: Jaco Bass" hbank="0" lbank="113" prog="35" /> + <Patch name="80: Organ Bass" hbank="0" lbank="119" prog="17" /> + <Patch name="81: Slap Bass" hbank="0" lbank="112" prog="36" /> + <Patch name="82: Funk Bass" hbank="0" lbank="112" prog="37" /> + <Patch name="83: Fusion Bass" hbank="0" lbank="113" prog="36" /> + <Patch name="84: Synth Bass" hbank="0" lbank="112" prog="38" /> + <Patch name="85: Analog Bass" hbank="0" lbank="112" prog="39" /> + <Patch name="86: Dance Bass" hbank="0" lbank="113" prog="39" /> + <Patch name="87: Hi Q Bass" hbank="0" lbank="113" prog="38" /> + <Patch name="88: Rave Bass" hbank="0" lbank="114" prog="38" /> + </PatchGroup> + <PatchGroup name="Solo Strings(89-100)"> + <Patch name="89: Solo Violin" hbank="0" lbank="112" prog="40" /> + <Patch name="90: Soft Violin" hbank="0" lbank="113" prog="40" /> + <Patch name="91: Fiddle" hbank="0" lbank="112" prog="110" /> + <Patch name="92: Viola" hbank="0" lbank="112" prog="41" /> + <Patch name="93: Cello" hbank="0" lbank="112" prog="42" /> + <Patch name="94: Contrabass" hbank="0" lbank="112" prog="43" /> + <Patch name="95: Harp" hbank="0" lbank="112" prog="46" /> + <Patch name="96: Hackbrett" hbank="0" lbank="113" prog="46" /> + <Patch name="97: Shamisen" hbank="0" lbank="112" prog="106" /> + <Patch name="98: Koto" hbank="0" lbank="112" prog="107" /> + <Patch name="99: Sitar" hbank="0" lbank="112" prog="104" /> + <Patch name="100: Banjo" hbank="0" lbank="112" prog="105" /> + </PatchGroup> + <PatchGroup name="Ensemble(101-118)"> + <Patch name="101: Strings" hbank="0" lbank="112" prog="48" /> + <Patch name="102: OrchStrings" hbank="0" lbank="113" prog="48" /> + <Patch name="103: Symphon. Str" hbank="0" lbank="114" prog="48" /> + <Patch name="104: SlowStrings" hbank="0" lbank="113" prog="49" /> + <Patch name="105: Str.Quartet" hbank="0" lbank="114" prog="49" /> + <Patch name="106: ConcertoStr" hbank="0" lbank="115" prog="48" /> + <Patch name="107: MarcatoStrs" hbank="0" lbank="115" prog="49" /> + <Patch name="108: ChamberStrs" hbank="0" lbank="112" prog="49" /> + <Patch name="109: TremoloStrs" hbank="0" lbank="112" prog="44" /> + <Patch name="110: PizzStrings" hbank="0" lbank="112" prog="45" /> + <Patch name="111: Syn Strings" hbank="0" lbank="112" prog="50" /> + <Patch name="112: Analog Strs" hbank="0" lbank="112" prog="51" /> + <Patch name="113: Choir" hbank="0" lbank="112" prog="52" /> + <Patch name="114: Air Choir" hbank="0" lbank="112" prog="54" /> + <Patch name="115: Vocal Ensbl" hbank="0" lbank="113" prog="52" /> + <Patch name="116: Vox Humana" hbank="0" lbank="112" prog="53" /> + <Patch name="117: Gothic Vox" hbank="0" lbank="113" prog="53" /> + <Patch name="118: Orch.Hit" hbank="0" lbank="112" prog="55" /> + </PatchGroup> + <PatchGroup name="Solo Brass(119-126)"> + <Patch name="119: SoloTrumpet" hbank="0" lbank="112" prog="56" /> + <Patch name="120: SoftTrumpet" hbank="0" lbank="114" prog="56" /> + <Patch name="121: Flugel Horn" hbank="0" lbank="113" prog="56" /> + <Patch name="122: Muted Trp" hbank="0" lbank="112" prog="59" /> + <Patch name="123: Trombone" hbank="0" lbank="112" prog="57" /> + <Patch name="124: MelTrombone" hbank="0" lbank="114" prog="57" /> + <Patch name="125: French Horn" hbank="0" lbank="112" prog="60" /> + <Patch name="126: Tuba" hbank="0" lbank="112" prog="58" /> + </PatchGroup> + <PatchGroup name="Brass Ensemble(127-140)"> + <Patch name="127: BigBandBrs" hbank="0" lbank="113" prog="61" /> + <Patch name="128: BrasSection" hbank="0" lbank="112" prog="61" /> + <Patch name="129: MellowBrass" hbank="0" lbank="116" prog="61" /> + <Patch name="130: Small Brass" hbank="0" lbank="117" prog="61" /> + <Patch name="131: Pop Brass" hbank="0" lbank="118" prog="61" /> + <Patch name="132: MellowHorns" hbank="0" lbank="119" prog="61" /> + <Patch name="133: BallroomBrs" hbank="0" lbank="113" prog="59" /> + <Patch name="134: Full Horns" hbank="0" lbank="114" prog="61" /> + <Patch name="135: High Brass" hbank="0" lbank="115" prog="61" /> + <Patch name="136: Trb.Section" hbank="0" lbank="113" prog="57" /> + <Patch name="137: Synth Brass" hbank="0" lbank="112" prog="62" /> + <Patch name="138: Analog Brs" hbank="0" lbank="112" prog="63" /> + <Patch name="139: Jump Brass" hbank="0" lbank="113" prog="62" /> + <Patch name="140: TechnoBrass" hbank="0" lbank="114" prog="62" /> + </PatchGroup> + <PatchGroup name="Reed(141-155)"> + <Patch name="141: Soprano Sax" hbank="0" lbank="112" prog="64" /> + <Patch name="142: Alto Sax" hbank="0" lbank="112" prog="65" /> + <Patch name="143: BreathyAlto" hbank="0" lbank="113" prog="65" /> + <Patch name="144: Tenor Sax" hbank="0" lbank="112" prog="66" /> + <Patch name="145: BreathTenor" hbank="0" lbank="114" prog="66" /> + <Patch name="146: BaritoneSax" hbank="0" lbank="112" prog="67" /> + <Patch name="147: Sax Section" hbank="0" lbank="116" prog="66" /> + <Patch name="148: Clarinet" hbank="0" lbank="112" prog="71" /> + <Patch name="149: MelClarinet" hbank="0" lbank="113" prog="71" /> + <Patch name="150: WoodwindEns" hbank="0" lbank="113" prog="66" /> + <Patch name="151: Brass Combo" hbank="0" lbank="115" prog="66" /> + <Patch name="152: Oboe" hbank="0" lbank="112" prog="68" /> + <Patch name="153: EnglishHorn" hbank="0" lbank="112" prog="69" /> + <Patch name="154: Bassoon" hbank="0" lbank="112" prog="70" /> + <Patch name="155: Bagpipe" hbank="0" lbank="112" prog="109" /> + </PatchGroup> + <PatchGroup name="Pipe(156-163)"> + <Patch name="156: Flute" hbank="0" lbank="112" prog="73" /> + <Patch name="157: Pan Flute" hbank="0" lbank="112" prog="75" /> + <Patch name="158: Piccolo" hbank="0" lbank="112" prog="72" /> + <Patch name="159: EthnicFlute" hbank="0" lbank="113" prog="73" /> + <Patch name="160: Shakuhachi" hbank="0" lbank="112" prog="77" /> + <Patch name="161: Whistle" hbank="0" lbank="112" prog="78" /> + <Patch name="162: Recorder" hbank="0" lbank="112" prog="74" /> + <Patch name="163: Ocarina" hbank="0" lbank="112" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth Lead(164-181)"> + <Patch name="164: Square Lead" hbank="0" lbank="112" prog="80" /> + <Patch name="165: Saw.Lead" hbank="0" lbank="112" prog="81" /> + <Patch name="166: Big Lead" hbank="0" lbank="113" prog="81" /> + <Patch name="167: Stardust" hbank="0" lbank="112" prog="98" /> + <Patch name="168: Blaster" hbank="0" lbank="114" prog="81" /> + <Patch name="169: Analogon" hbank="0" lbank="115" prog="81" /> + <Patch name="170: Vintage Ld" hbank="0" lbank="113" prog="80" /> + <Patch name="171: Sun Bell" hbank="0" lbank="113" prog="98" /> + <Patch name="172: Aero Lead" hbank="0" lbank="112" prog="83" /> + <Patch name="173: Fire Wire" hbank="0" lbank="116" prog="81" /> + <Patch name="174: Mini Lead" hbank="0" lbank="114" prog="80" /> + <Patch name="175: Vinylead" hbank="0" lbank="115" prog="80" /> + <Patch name="176: Warp" hbank="0" lbank="117" prog="81" /> + <Patch name="177: Hi Bias" hbank="0" lbank="116" prog="80" /> + <Patch name="178: Meta Wood" hbank="0" lbank="117" prog="80" /> + <Patch name="179: Tiny Lead" hbank="0" lbank="118" prog="80" /> + <Patch name="180: Sub Aqua" hbank="0" lbank="118" prog="81" /> + <Patch name="181: Fargo" hbank="0" lbank="119" prog="81" /> + </PatchGroup> + <PatchGroup name="Synth Pad(182-200)"> + <Patch name="182: Insomnia" hbank="0" lbank="113" prog="94" /> + <Patch name="183: Krypton" hbank="0" lbank="112" prog="90" /> + <Patch name="184: Cyber Pad" hbank="0" lbank="113" prog="99" /> + <Patch name="185: Wave 2001" hbank="0" lbank="112" prog="95" /> + <Patch name="186: Equinox" hbank="0" lbank="112" prog="94" /> + <Patch name="187: Stargate" hbank="0" lbank="114" prog="88" /> + <Patch name="188: DX Pad" hbank="0" lbank="112" prog="92" /> + <Patch name="189: Loch Ness" hbank="0" lbank="112" prog="93" /> + <Patch name="190: Fantasia" hbank="0" lbank="112" prog="88" /> + <Patch name="191: Golden Age" hbank="0" lbank="115" prog="88" /> + <Patch name="192: Xenon Pad" hbank="0" lbank="112" prog="91" /> + <Patch name="193: Area 51" hbank="0" lbank="112" prog="89" /> + <Patch name="194: Atmosphere" hbank="0" lbank="112" prog="99" /> + <Patch name="195: Dark Moon" hbank="0" lbank="113" prog="89" /> + <Patch name="196: Ionosphere" hbank="0" lbank="115" prog="94" /> + <Patch name="197: Phase IV" hbank="0" lbank="113" prog="93" /> + <Patch name="198: Symbiont" hbank="0" lbank="113" prog="88" /> + <Patch name="199: Solaris" hbank="0" lbank="114" prog="94" /> + <Patch name="200: Transform" hbank="0" lbank="113" prog="95" /> + </PatchGroup> + <PatchGroup name="Drum Kits(201-212)"> + <Patch name="201: Std.Kit1" hbank="127" lbank="0" prog="0" drum="1" /> + <Patch name="202: Std.Kit2" hbank="127" lbank="0" prog="1" drum="1" /> + <Patch name="203: Room Kit" hbank="127" lbank="0" prog="8" drum="1" /> + <Patch name="204: Rock Kit" hbank="127" lbank="0" prog="16" drum="1" /> + <Patch name="205: Electro Kit" hbank="127" lbank="0" prog="24" drum="1" /> + <Patch name="206: Analog Kit" hbank="127" lbank="0" prog="25" drum="1" /> + <Patch name="207: Dance Kit" hbank="127" lbank="0" prog="27" drum="1" /> + <Patch name="208: Jazz Kit" hbank="127" lbank="0" prog="32" drum="1" /> + <Patch name="209: Brush Kit" hbank="127" lbank="0" prog="40" drum="1" /> + <Patch name="210: Classic Kit" hbank="127" lbank="0" prog="48" drum="1" /> + <Patch name="211: SFX Kit1" hbank="126" lbank="0" prog="0" drum="1" /> + <Patch name="212: SFX Kit2" hbank="126" lbank="0" prog="1" drum="1" /> + </PatchGroup> + <PatchGroup name="XG Pianos(213-251)"> + <Patch name="213: GrandPno" hbank="0" lbank="0" prog="0" /> + <Patch name="214: GrndPnoK" hbank="0" lbank="1" prog="0" /> + <Patch name="215: MelloGrP" hbank="0" lbank="18" prog="0" /> + <Patch name="216: PianoStr" hbank="0" lbank="40" prog="0" /> + <Patch name="217: Dream" hbank="0" lbank="41" prog="0" /> + <Patch name="218: BritePno" hbank="0" lbank="0" prog="1" /> + <Patch name="219: BritPnoK" hbank="0" lbank="1" prog="1" /> + <Patch name="220: E.Grand" hbank="0" lbank="0" prog="2" /> + <Patch name="221: ElGrPnoK" hbank="0" lbank="1" prog="2" /> + <Patch name="222: Det.CP80" hbank="0" lbank="32" prog="2" /> + <Patch name="223: ElGrPno1" hbank="0" lbank="40" prog="2" /> + <Patch name="224: ElGrPno2" hbank="0" lbank="41" prog="2" /> + <Patch name="225: HnkyTonk" hbank="0" lbank="0" prog="3" /> + <Patch name="226: HnkyTnkK" hbank="0" lbank="1" prog="3" /> + <Patch name="227: E.Piano1" hbank="0" lbank="0" prog="4" /> + <Patch name="228: El.Pno1K" hbank="0" lbank="1" prog="4" /> + <Patch name="229: MelloEP1" hbank="0" lbank="18" prog="4" /> + <Patch name="230: Chor.EP1" hbank="0" lbank="32" prog="4" /> + <Patch name="231: HardEl.P" hbank="0" lbank="40" prog="4" /> + <Patch name="232: VX El.P1" hbank="0" lbank="45" prog="4" /> + <Patch name="233: 60sEl.P" hbank="0" lbank="64" prog="4" /> + <Patch name="234: E.Piano2" hbank="0" lbank="0" prog="5" /> + <Patch name="235: El.Pno2K" hbank="0" lbank="1" prog="5" /> + <Patch name="236: Chor.EP2" hbank="0" lbank="32" prog="5" /> + <Patch name="237: DX Hard" hbank="0" lbank="33" prog="5" /> + <Patch name="238: DXLegend" hbank="0" lbank="34" prog="5" /> + <Patch name="239: DX Phase" hbank="0" lbank="40" prog="5" /> + <Patch name="240: DX+Analg" hbank="0" lbank="41" prog="5" /> + <Patch name="241: DXKotoEP" hbank="0" lbank="42" prog="5" /> + <Patch name="242: VX El.P2" hbank="0" lbank="45" prog="5" /> + <Patch name="243: Harpsi." hbank="0" lbank="0" prog="6" /> + <Patch name="244: Harpsi.K" hbank="0" lbank="1" prog="6" /> + <Patch name="245: Harpsi.2" hbank="0" lbank="25" prog="6" /> + <Patch name="246: Harpsi.3" hbank="0" lbank="35" prog="6" /> + <Patch name="247: Clavi." hbank="0" lbank="0" prog="7" /> + <Patch name="248: Clavi. K" hbank="0" lbank="1" prog="7" /> + <Patch name="249: ClaviWah" hbank="0" lbank="27" prog="7" /> + <Patch name="250: PulseClv" hbank="0" lbank="64" prog="7" /> + <Patch name="251: PierceCl" hbank="0" lbank="65" prog="7" /> + </PatchGroup> + <PatchGroup name="Chromatic Percussion(252-271)"> + <Patch name="252: Celesta" hbank="0" lbank="0" prog="8" /> + <Patch name="253: Glocken" hbank="0" lbank="0" prog="9" /> + <Patch name="254: MusicBox" hbank="0" lbank="0" prog="10" /> + <Patch name="255: Orgel" hbank="0" lbank="64" prog="10" /> + <Patch name="256: Vibes" hbank="0" lbank="0" prog="11" /> + <Patch name="257: VibesK" hbank="0" lbank="1" prog="11" /> + <Patch name="258: HardVibe" hbank="0" lbank="45" prog="11" /> + <Patch name="259: Marimba" hbank="0" lbank="0" prog="12" /> + <Patch name="260: MarimbaK" hbank="0" lbank="1" prog="12" /> + <Patch name="261: SineMrmb" hbank="0" lbank="64" prog="12" /> + <Patch name="262: Balafon2" hbank="0" lbank="97" prog="12" /> + <Patch name="263: Log Drum" hbank="0" lbank="98" prog="12" /> + <Patch name="264: Xylophon" hbank="0" lbank="0" prog="13" /> + <Patch name="265: TubulBel" hbank="0" lbank="0" prog="14" /> + <Patch name="266: ChrchBel" hbank="0" lbank="96" prog="14" /> + <Patch name="267: Carillon" hbank="0" lbank="97" prog="14" /> + <Patch name="268: Dulcimer" hbank="0" lbank="0" prog="15" /> + <Patch name="269: Dulcimr2" hbank="0" lbank="35" prog="15" /> + <Patch name="270: Cimbalom" hbank="0" lbank="96" prog="15" /> + <Patch name="271: Santur" hbank="0" lbank="97" prog="15" /> + </PatchGroup> + <PatchGroup name="Organ(272-307)"> + <Patch name="272: DrawOrgn" hbank="0" lbank="0" prog="16" /> + <Patch name="274: 60sDrOr1" hbank="0" lbank="33" prog="16" /> + <Patch name="275: 60sDrOr2" hbank="0" lbank="34" prog="16" /> + <Patch name="276: 70sDrOr1" hbank="0" lbank="35" prog="16" /> + <Patch name="277: DrawOrg2" hbank="0" lbank="36" prog="16" /> + <Patch name="278: 60sDrOr3" hbank="0" lbank="37" prog="16" /> + <Patch name="279: EvenBar" hbank="0" lbank="38" prog="16" /> + <Patch name="280: 16+2B2/3" hbank="0" lbank="40" prog="16" /> + <Patch name="281: Organ Ba" hbank="0" lbank="64" prog="16" /> + <Patch name="282: 70sDrOr2" hbank="0" lbank="65" prog="16" /> + <Patch name="283: CheezOrg" hbank="0" lbank="66" prog="16" /> + <Patch name="284: DrawOrg3" hbank="0" lbank="67" prog="16" /> + <Patch name="285: PercOrgn" hbank="0" lbank="0" prog="17" /> + <Patch name="286: 70sPcOr1" hbank="0" lbank="24" prog="17" /> + <Patch name="287: DetPrcOr" hbank="0" lbank="32" prog="17" /> + <Patch name="288: LiteOrg" hbank="0" lbank="33" prog="17" /> + <Patch name="289: PercOrg2" hbank="0" lbank="37" prog="17" /> + <Patch name="290: RockOrgn" hbank="0" lbank="0" prog="18" /> + <Patch name="291: RotaryOr" hbank="0" lbank="64" prog="18" /> + <Patch name="292: SloRotar" hbank="0" lbank="65" prog="18" /> + <Patch name="293: FstRotar" hbank="0" lbank="66" prog="18" /> + <Patch name="294: ChrchOrg" hbank="0" lbank="0" prog="19" /> + <Patch name="295: ChurOrg3" hbank="0" lbank="32" prog="19" /> + <Patch name="296: ChurOrg2" hbank="0" lbank="35" prog="19" /> + <Patch name="297: NotreDam" hbank="0" lbank="40" prog="19" /> + <Patch name="298: OrgFlute" hbank="0" lbank="64" prog="19" /> + <Patch name="299: TrmOrgFl" hbank="0" lbank="65" prog="19" /> + <Patch name="300: ReedOrgn" hbank="0" lbank="0" prog="20" /> + <Patch name="301: Puff Org" hbank="0" lbank="40" prog="20" /> + <Patch name="302: Acordion" hbank="0" lbank="0" prog="21" /> + <Patch name="303: AccordIt" hbank="0" lbank="32" prog="21" /> + <Patch name="304: Harmnica" hbank="0" lbank="0" prog="22" /> + <Patch name="305: Harmo 2" hbank="0" lbank="32" prog="22" /> + <Patch name="306: TangoAcd" hbank="0" lbank="0" prog="23" /> + <Patch name="307: TngoAcd2" hbank="0" lbank="64" prog="23" /> + </PatchGroup> + <PatchGroup name="Guitar(308-336)"> + <Patch name="308: NylonGtr" hbank="0" lbank="0" prog="24" /> + <Patch name="309: NylonGt2" hbank="0" lbank="16" prog="24" /> + <Patch name="310: NylonGt3" hbank="0" lbank="25" prog="24" /> + <Patch name="311: VelGtHrm" hbank="0" lbank="43" prog="24" /> + <Patch name="312: Ukulele" hbank="0" lbank="96" prog="24" /> + <Patch name="313: SteelGtr" hbank="0" lbank="0" prog="25" /> + <Patch name="314: SteelGt2" hbank="0" lbank="16" prog="25" /> + <Patch name="315: 12StrGtr" hbank="0" lbank="35" prog="25" /> + <Patch name="316: Nyln&Stl" hbank="0" lbank="40" prog="25" /> + <Patch name="317: Stl&Body" hbank="0" lbank="41" prog="25" /> + <Patch name="318: Mandolin" hbank="0" lbank="96" prog="25" /> + <Patch name="319: Jazz Gtr" hbank="0" lbank="0" prog="26" /> + <Patch name="320: MelloGtr" hbank="0" lbank="18" prog="26" /> + <Patch name="321: JazzAmp" hbank="0" lbank="32" prog="26" /> + <Patch name="322: CleanGtr" hbank="0" lbank="0" prog="27" /> + <Patch name="323: ChorusGt" hbank="0" lbank="32" prog="27" /> + <Patch name="324: Mute.Gtr" hbank="0" lbank="0" prog="28" /> + <Patch name="325: FunkGtr1" hbank="0" lbank="40" prog="28" /> + <Patch name="326: MuteStlG" hbank="0" lbank="41" prog="28" /> + <Patch name="327: FunkGtr2" hbank="0" lbank="43" prog="28" /> + <Patch name="328: Jazz Man" hbank="0" lbank="45" prog="28" /> + <Patch name="329: Ovrdrive" hbank="0" lbank="0" prog="29" /> + <Patch name="330: Gt.Pinch" hbank="0" lbank="43" prog="29" /> + <Patch name="331: Dist.Gtr" hbank="0" lbank="0" prog="30" /> + <Patch name="332: FeedbkGt" hbank="0" lbank="40" prog="30" /> + <Patch name="333: FeedbGt2" hbank="0" lbank="41" prog="30" /> + <Patch name="334: GtrHarmo" hbank="0" lbank="0" prog="31" /> + <Patch name="336: GtrHrmo2" hbank="0" lbank="66" prog="31" /> + </PatchGroup> + <PatchGroup name="Bass(337-378)"> + <Patch name="337: Aco.Bass" hbank="0" lbank="0" prog="32" /> + <Patch name="338: JazzRthm" hbank="0" lbank="40" prog="32" /> + <Patch name="339: VXUprght" hbank="0" lbank="45" prog="32" /> + <Patch name="340: FngrBass" hbank="0" lbank="0" prog="33" /> + <Patch name="341: FingrDrk" hbank="0" lbank="18" prog="33" /> + <Patch name="342: FlangeBa" hbank="0" lbank="27" prog="33" /> + <Patch name="343: Ba&DstEG" hbank="0" lbank="40" prog="33" /> + <Patch name="344: FngrSlap" hbank="0" lbank="43" prog="33" /> + <Patch name="345: FngBass2" hbank="0" lbank="45" prog="33" /> + <Patch name="346: ModAlem" hbank="0" lbank="65" prog="33" /> + <Patch name="347: PickBass" hbank="0" lbank="0" prog="34" /> + <Patch name="348: MutePkBa" hbank="0" lbank="28" prog="34" /> + <Patch name="349: Fretless" hbank="0" lbank="0" prog="35" /> + <Patch name="350: Fretles2" hbank="0" lbank="32" prog="35" /> + <Patch name="351: Fretles3" hbank="0" lbank="33" prog="35" /> + <Patch name="352: Fretles4" hbank="0" lbank="34" prog="35" /> + <Patch name="353: SynFretl" hbank="0" lbank="96" prog="35" /> + <Patch name="354: Smooth" hbank="0" lbank="97" prog="35" /> + <Patch name="355: SlapBas1" hbank="0" lbank="0" prog="36" /> + <Patch name="356: ResoSlap" hbank="0" lbank="27" prog="36" /> + <Patch name="357: PunchThm" hbank="0" lbank="32" prog="36" /> + <Patch name="358: SlapBas2" hbank="0" lbank="0" prog="37" /> + <Patch name="359: VeloSlap" hbank="0" lbank="43" prog="37" /> + <Patch name="360: SynBass1" hbank="0" lbank="0" prog="38" /> + <Patch name="361: SynBa1Dk" hbank="0" lbank="18" prog="38" /> + <Patch name="362: FastResB" hbank="0" lbank="20" prog="38" /> + <Patch name="363: AcidBass" hbank="0" lbank="24" prog="38" /> + <Patch name="364: Clv Bass" hbank="0" lbank="35" prog="38" /> + <Patch name="365: TeknoBa" hbank="0" lbank="40" prog="38" /> + <Patch name="366: Oscar" hbank="0" lbank="64" prog="38" /> + <Patch name="367: SqrBass" hbank="0" lbank="65" prog="38" /> + <Patch name="368: RubberBa" hbank="0" lbank="66" prog="38" /> + <Patch name="369: Hammer" hbank="0" lbank="96" prog="38" /> + <Patch name="370: SynBass2" hbank="0" lbank="0" prog="39" /> + <Patch name="371: MelloSB1" hbank="0" lbank="6" prog="39" /> + <Patch name="372: Seq Bass" hbank="0" lbank="12" prog="39" /> + <Patch name="373: ClkSynBa" hbank="0" lbank="18" prog="39" /> + <Patch name="374: SynBa2Dk" hbank="0" lbank="19" prog="39" /> + <Patch name="375: SmthBa 2" hbank="0" lbank="32" prog="39" /> + <Patch name="376: ModulrBa" hbank="0" lbank="40" prog="39" /> + <Patch name="377: DX Bass" hbank="0" lbank="41" prog="39" /> + <Patch name="378: X WireBa" hbank="0" lbank="64" prog="39" /> + </PatchGroup> + <PatchGroup name="Strings(379-390)"> + <Patch name="379: Violin" hbank="0" lbank="0" prog="40" /> + <Patch name="380: SlowVln" hbank="0" lbank="8" prog="40" /> + <Patch name="381: Viola" hbank="0" lbank="0" prog="41" /> + <Patch name="382: Cello" hbank="0" lbank="0" prog="42" /> + <Patch name="383: Contrabs" hbank="0" lbank="0" prog="43" /> + <Patch name="384: Trem.Str" hbank="0" lbank="0" prog="44" /> + <Patch name="385: SlowTrStr" hbank="0" lbank="8" prog="44" /> + <Patch name="386: Susp Str" hbank="0" lbank="40" prog="44" /> + <Patch name="387: Pizz.Str" hbank="0" lbank="0" prog="45" /> + <Patch name="388: Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="389: YangChin" hbank="0" lbank="40" prog="46" /> + <Patch name="390: Timpani" hbank="0" lbank="0" prog="47" /> + </PatchGroup> + <PatchGroup name="Ensemble(391-424)"> + <Patch name="391: Strings1" hbank="0" lbank="0" prog="48" /> + <Patch name="392: S.Strngs" hbank="0" lbank="3" prog="48" /> + <Patch name="393: SlowStr" hbank="0" lbank="8" prog="48" /> + <Patch name="394: ArcoStr" hbank="0" lbank="24" prog="48" /> + <Patch name="395: 60sStrng" hbank="0" lbank="35" prog="48" /> + <Patch name="396: Orchestr" hbank="0" lbank="40" prog="48" /> + <Patch name="397: Orchstr2" hbank="0" lbank="41" prog="48" /> + <Patch name="398: TremOrch" hbank="0" lbank="42" prog="48" /> + <Patch name="399: VeloStr" hbank="0" lbank="45" prog="48" /> + <Patch name="400: Strings2" hbank="0" lbank="0" prog="49" /> + <Patch name="401: S.SlwStr" hbank="0" lbank="3" prog="49" /> + <Patch name="402: LegatoSt" hbank="0" lbank="8" prog="49" /> + <Patch name="403: Warm Str" hbank="0" lbank="40" prog="49" /> + <Patch name="404: Kingdom" hbank="0" lbank="41" prog="49" /> + <Patch name="405: 70s Str" hbank="0" lbank="64" prog="49" /> + <Patch name="406: Str Ens3" hbank="0" lbank="65" prog="49" /> + <Patch name="407: Syn.Str1" hbank="0" lbank="0" prog="50" /> + <Patch name="408: ResoStr" hbank="0" lbank="27" prog="50" /> + <Patch name="409: Syn Str4" hbank="0" lbank="64" prog="50" /> + <Patch name="410: SS Str" hbank="0" lbank="65" prog="50" /> + <Patch name="411: Syn.Str2" hbank="0" lbank="0" prog="51" /> + <Patch name="412: ChoirAah" hbank="0" lbank="0" prog="52" /> + <Patch name="413: S.Choir" hbank="0" lbank="3" prog="52" /> + <Patch name="414: Ch.Aahs2" hbank="0" lbank="16" prog="52" /> + <Patch name="415: MelChoir" hbank="0" lbank="32" prog="52" /> + <Patch name="416: ChoirStr" hbank="0" lbank="40" prog="52" /> + <Patch name="417: VoiceOoh" hbank="0" lbank="0" prog="53" /> + <Patch name="418: SynVoice" hbank="0" lbank="0" prog="54" /> + <Patch name="419: SynVox2" hbank="0" lbank="40" prog="54" /> + <Patch name="420: Choral" hbank="0" lbank="41" prog="54" /> + <Patch name="421: AnaVoice" hbank="0" lbank="64" prog="54" /> + <Patch name="422: Orch.Hit" hbank="0" lbank="0" prog="55" /> + <Patch name="423: OrchHit2" hbank="0" lbank="35" prog="55" /> + <Patch name="424: Impact" hbank="0" lbank="64" prog="55" /> + </PatchGroup> + <PatchGroup name="Brass(425-469)"> + <Patch name="425: Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="426: Trumpet2" hbank="0" lbank="16" prog="56" /> + <Patch name="427: BriteTrp" hbank="0" lbank="17" prog="56" /> + <Patch name="428: WarmTrp" hbank="0" lbank="32" prog="56" /> + <Patch name="429: Trombone" hbank="0" lbank="0" prog="57" /> + <Patch name="430: Trmbone2" hbank="0" lbank="18" prog="57" /> + <Patch name="431: Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="432: Tuba 2" hbank="0" lbank="16" prog="58" /> + <Patch name="433: Mute.Trp" hbank="0" lbank="0" prog="59" /> + <Patch name="434: Fr.Horn" hbank="0" lbank="0" prog="60" /> + <Patch name="435: FrHrSolo" hbank="0" lbank="6" prog="60" /> + <Patch name="436: FrHorn2" hbank="0" lbank="32" prog="60" /> + <Patch name="437: HornOrch" hbank="0" lbank="37" prog="60" /> + <Patch name="438: BrasSect" hbank="0" lbank="0" prog="61" /> + <Patch name="439: Tp&TbSec" hbank="0" lbank="35" prog="61" /> + <Patch name="440: BrssSec2" hbank="0" lbank="40" prog="61" /> + <Patch name="441: HiBrass" hbank="0" lbank="41" prog="61" /> + <Patch name="442: MelloBrs" hbank="0" lbank="42" prog="61" /> + <Patch name="443: SynBras1" hbank="0" lbank="0" prog="62" /> + <Patch name="444: QuackBr" hbank="0" lbank="12" prog="62" /> + <Patch name="445: RezSynBr" hbank="0" lbank="20" prog="62" /> + <Patch name="446: PolyBrss" hbank="0" lbank="24" prog="62" /> + <Patch name="447: SynBras3" hbank="0" lbank="27" prog="62" /> + <Patch name="448: JumpBrss" hbank="0" lbank="32" prog="62" /> + <Patch name="449: AnaVelBr" hbank="0" lbank="45" prog="62" /> + <Patch name="450: AnaBrss1" hbank="0" lbank="64" prog="62" /> + <Patch name="451: SynBras2" hbank="0" lbank="0" prog="63" /> + <Patch name="452: Soft Brs" hbank="0" lbank="18" prog="63" /> + <Patch name="453: SynBrss4" hbank="0" lbank="40" prog="63" /> + <Patch name="454: ChoirBrs" hbank="0" lbank="41" prog="63" /> + <Patch name="455: VelBrss2" hbank="0" lbank="45" prog="63" /> + <Patch name="456: AnaBrss2" hbank="0" lbank="64" prog="63" /> + </PatchGroup> + <PatchGroup name="Reed(457-469)"> + <Patch name="457: SprnoSax" hbank="0" lbank="0" prog="64" /> + <Patch name="458: Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="459: Sax Sect" hbank="0" lbank="40" prog="65" /> + <Patch name="460: HyprAlto" hbank="0" lbank="43" prog="65" /> + <Patch name="461: TenorSax" hbank="0" lbank="0" prog="66" /> + <Patch name="462: BrthTnSx" hbank="0" lbank="40" prog="66" /> + <Patch name="463: SoftTenr" hbank="0" lbank="41" prog="66" /> + <Patch name="464: TnrSax 2" hbank="0" lbank="64" prog="66" /> + <Patch name="465: Bari.Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="466: Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="467: Eng.Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="468: Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="469: Clarinet" hbank="0" lbank="0" prog="71" /> + </PatchGroup> + <PatchGroup name="Pipe(470-477)"> + <Patch name="470: Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="471: Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="472: Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="473: PanFlute" hbank="0" lbank="0" prog="75" /> + <Patch name="474: Bottle" hbank="0" lbank="0" prog="76" /> + <Patch name="475: Shakhchi" hbank="0" lbank="0" prog="77" /> + <Patch name="476: Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="477: Ocarina" hbank="0" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth Lead(478-513)"> + <Patch name="478: SquareLd" hbank="0" lbank="0" prog="80" /> + <Patch name="479: Square 2" hbank="0" lbank="6" prog="80" /> + <Patch name="480: LMSquare" hbank="0" lbank="8" prog="80" /> + <Patch name="481: Hollow" hbank="0" lbank="18" prog="80" /> + <Patch name="482: Shmoog" hbank="0" lbank="19" prog="80" /> + <Patch name="483: Mellow" hbank="0" lbank="64" prog="80" /> + <Patch name="484: SoloSine" hbank="0" lbank="65" prog="80" /> + <Patch name="485: SineLead" hbank="0" lbank="66" prog="80" /> + <Patch name="486: Saw.Lead" hbank="0" lbank="0" prog="81" /> + <Patch name="487: Saw 2" hbank="0" lbank="6" prog="81" /> + <Patch name="488: ThickSaw" hbank="0" lbank="8" prog="81" /> + <Patch name="489: DynaSaw" hbank="0" lbank="18" prog="81" /> + <Patch name="490: DigiSaw" hbank="0" lbank="19" prog="81" /> + <Patch name="491: Big Lead" hbank="0" lbank="20" prog="81" /> + <Patch name="492: HeavySyn" hbank="0" lbank="24" prog="81" /> + <Patch name="493: WaspySyn" hbank="0" lbank="25" prog="81" /> + <Patch name="494: PulseSaw" hbank="0" lbank="40" prog="81" /> + <Patch name="495: Dr. Lead" hbank="0" lbank="41" prog="81" /> + <Patch name="496: VeloLead" hbank="0" lbank="45" prog="81" /> + <Patch name="497: Seq Ana" hbank="0" lbank="96" prog="81" /> + <Patch name="498: CaliopLd" hbank="0" lbank="0" prog="82" /> + <Patch name="499: Pure Pad" hbank="0" lbank="65" prog="82" /> + <Patch name="500: Chiff Ld" hbank="0" lbank="0" prog="83" /> + <Patch name="501: Rubby" hbank="0" lbank="64" prog="83" /> + <Patch name="502: CharanLd" hbank="0" lbank="0" prog="84" /> + <Patch name="503: DistLead" hbank="0" lbank="64" prog="84" /> + <Patch name="504: WireLead" hbank="0" lbank="65" prog="84" /> + <Patch name="505: Voice Ld" hbank="0" lbank="0" prog="85" /> + <Patch name="506: SynthAah" hbank="0" lbank="24" prog="85" /> + <Patch name="507: VoxLead" hbank="0" lbank="64" prog="85" /> + <Patch name="508: Fifth Ld" hbank="0" lbank="0" prog="86" /> + <Patch name="509: Big Five" hbank="0" lbank="35" prog="86" /> + <Patch name="510: Bass &Ld" hbank="0" lbank="0" prog="87" /> + <Patch name="511: Big&Low" hbank="0" lbank="16" prog="87" /> + <Patch name="512: Fat&Prky" hbank="0" lbank="64" prog="87" /> + <Patch name="513: SoftWurl" hbank="0" lbank="65" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Pad(514-542)"> + <Patch name="514: NewAgePd" hbank="0" lbank="0" prog="88" /> + <Patch name="515: Fantasy2" hbank="0" lbank="64" prog="88" /> + <Patch name="516: Warm Pad" hbank="0" lbank="0" prog="89" /> + <Patch name="517: ThickPad" hbank="0" lbank="16" prog="89" /> + <Patch name="518: Soft Pad" hbank="0" lbank="17" prog="89" /> + <Patch name="519: SinePad" hbank="0" lbank="18" prog="89" /> + <Patch name="520: Horn Pad" hbank="0" lbank="64" prog="89" /> + <Patch name="521: RotarStr" hbank="0" lbank="65" prog="89" /> + <Patch name="522: PolySyPd" hbank="0" lbank="0" prog="90" /> + <Patch name="523: PolyPd80" hbank="0" lbank="64" prog="90" /> + <Patch name="524: ClickPad" hbank="0" lbank="65" prog="90" /> + <Patch name="525: Ana Pad" hbank="0" lbank="66" prog="90" /> + <Patch name="526: SquarPad" hbank="0" lbank="67" prog="90" /> + <Patch name="527: ChoirPad" hbank="0" lbank="0" prog="91" /> + <Patch name="528: Heaven2" hbank="0" lbank="64" prog="91" /> + <Patch name="529: Itopia" hbank="0" lbank="66" prog="91" /> + <Patch name="530: CC Pad" hbank="0" lbank="67" prog="91" /> + <Patch name="531: BowedPad" hbank="0" lbank="0" prog="92" /> + <Patch name="532: Glacier" hbank="0" lbank="64" prog="92" /> + <Patch name="533: GlassPad" hbank="0" lbank="65" prog="92" /> + <Patch name="534: MetalPad" hbank="0" lbank="0" prog="93" /> + <Patch name="535: Tine Pad" hbank="0" lbank="64" prog="93" /> + <Patch name="536: Pan Pad" hbank="0" lbank="65" prog="93" /> + <Patch name="537: Halo Pad" hbank="0" lbank="0" prog="94" /> + <Patch name="538: SweepPad" hbank="0" lbank="0" prog="95" /> + <Patch name="539: Shwimmer" hbank="0" lbank="20" prog="95" /> + <Patch name="540: Converge" hbank="0" lbank="27" prog="95" /> + <Patch name="541: PolarPad" hbank="0" lbank="64" prog="95" /> + <Patch name="542: Celstial" hbank="0" lbank="66" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth Effects(543-598)"> + <Patch name="543: Rain" hbank="0" lbank="0" prog="96" /> + <Patch name="544: ClaviPad" hbank="0" lbank="45" prog="96" /> + <Patch name="545: HrmoRain" hbank="0" lbank="64" prog="96" /> + <Patch name="546: AfrcnWnd" hbank="0" lbank="65" prog="96" /> + <Patch name="547: Caribean" hbank="0" lbank="66" prog="96" /> + <Patch name="548: SoundTrk" hbank="0" lbank="0" prog="97" /> + <Patch name="549: Prologue" hbank="0" lbank="27" prog="97" /> + <Patch name="550: Ancestrl" hbank="0" lbank="64" prog="97" /> + <Patch name="551: Crystal" hbank="0" lbank="0" prog="98" /> + <Patch name="552: SynDrCmp" hbank="0" lbank="12" prog="98" /> + <Patch name="553: Popcorn" hbank="0" lbank="14" prog="98" /> + <Patch name="554: TinyBell" hbank="0" lbank="18" prog="98" /> + <Patch name="555: RndGlock" hbank="0" lbank="35" prog="98" /> + <Patch name="556: GlockChi" hbank="0" lbank="40" prog="98" /> + <Patch name="557: ClearBel" hbank="0" lbank="41" prog="98" /> + <Patch name="558: ChorBell" hbank="0" lbank="42" prog="98" /> + <Patch name="559: SynMalet" hbank="0" lbank="64" prog="98" /> + <Patch name="560: SftCryst" hbank="0" lbank="65" prog="98" /> + <Patch name="561: LoudGlok" hbank="0" lbank="66" prog="98" /> + <Patch name="562: XmasBell" hbank="0" lbank="67" prog="98" /> + <Patch name="563: VibeBell" hbank="0" lbank="68" prog="98" /> + <Patch name="564: DigiBell" hbank="0" lbank="69" prog="98" /> + <Patch name="565: AirBells" hbank="0" lbank="70" prog="98" /> + <Patch name="566: BellHarp" hbank="0" lbank="71" prog="98" /> + <Patch name="567: Gamelmba" hbank="0" lbank="72" prog="98" /> + <Patch name="568: Atmosphr" hbank="0" lbank="0" prog="99" /> + <Patch name="569: WarmAtms" hbank="0" lbank="18" prog="99" /> + <Patch name="570: HollwRls" hbank="0" lbank="19" prog="99" /> + <Patch name="571: NylonEP" hbank="0" lbank="40" prog="99" /> + <Patch name="572: NylnHarp" hbank="0" lbank="64" prog="99" /> + <Patch name="573: Harp Vox" hbank="0" lbank="65" prog="99" /> + <Patch name="574: AtmosPad" hbank="0" lbank="66" prog="99" /> + <Patch name="575: Planet" hbank="0" lbank="67" prog="99" /> + <Patch name="576: Bright" hbank="0" lbank="0" prog="100" /> + <Patch name="577: FantaBel" hbank="0" lbank="64" prog="100" /> + <Patch name="578: Smokey" hbank="0" lbank="96" prog="100" /> + <Patch name="579: Goblins" hbank="0" lbank="0" prog="101" /> + <Patch name="580: GobSyn" hbank="0" lbank="64" prog="101" /> + <Patch name="581: 50sSciFi" hbank="0" lbank="65" prog="101" /> + <Patch name="582: Ring Pad" hbank="0" lbank="66" prog="101" /> + <Patch name="583: Ritual" hbank="0" lbank="67" prog="101" /> + <Patch name="584: ToHeaven" hbank="0" lbank="68" prog="101" /> + <Patch name="585: Night" hbank="0" lbank="70" prog="101" /> + <Patch name="586: Glisten" hbank="0" lbank="71" prog="101" /> + <Patch name="587: BelChoir" hbank="0" lbank="96" prog="101" /> + <Patch name="588: Echoes" hbank="0" lbank="0" prog="102" /> + <Patch name="589: EchoPad2" hbank="0" lbank="8" prog="102" /> + <Patch name="590: Echo Pan" hbank="0" lbank="14" prog="102" /> + <Patch name="591: EchoBell" hbank="0" lbank="64" prog="102" /> + <Patch name="592: Big Pan" hbank="0" lbank="65" prog="102" /> + <Patch name="593: SynPiano" hbank="0" lbank="66" prog="102" /> + <Patch name="594: Creation" hbank="0" lbank="67" prog="102" /> + <Patch name="595: Stardust" hbank="0" lbank="68" prog="102" /> + <Patch name="596: Reso Pan" hbank="0" lbank="69" prog="102" /> + <Patch name="597: Sci-Fi" hbank="0" lbank="0" prog="103" /> + <Patch name="598: Starz" hbank="0" lbank="64" prog="103" /> + </PatchGroup> + <PatchGroup name="Ethnic(599-619)"> + <Patch name="599: Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="600: DetSitar" hbank="0" lbank="32" prog="104" /> + <Patch name="601: Sitar 2" hbank="0" lbank="35" prog="104" /> + <Patch name="602: Tambra" hbank="0" lbank="96" prog="104" /> + <Patch name="603: Tamboura" hbank="0" lbank="97" prog="104" /> + <Patch name="604: Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="605: MuteBnjo" hbank="0" lbank="28" prog="105" /> + <Patch name="606: Rabab" hbank="0" lbank="96" prog="105" /> + <Patch name="607: Gopichnt" hbank="0" lbank="97" prog="105" /> + <Patch name="608: Oud" hbank="0" lbank="98" prog="105" /> + <Patch name="609: Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="610: Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="611: T. Koto" hbank="0" lbank="96" prog="107" /> + <Patch name="612: Kanoon" hbank="0" lbank="97" prog="107" /> + <Patch name="613: Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="614: Bagpipe" hbank="0" lbank="0" prog="109" /> + <Patch name="615: Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="616: Shanai" hbank="0" lbank="0" prog="111" /> + <Patch name="617: Shanai2" hbank="0" lbank="64" prog="111" /> + <Patch name="618: Pungi" hbank="0" lbank="96" prog="111" /> + <Patch name="619: Hichriki" hbank="0" lbank="97" prog="111" /> + </PatchGroup> + <PatchGroup name="Percussive(620-642)"> + <Patch name="620: TnklBell" hbank="0" lbank="0" prog="112" /> + <Patch name="621: Bonang" hbank="0" lbank="96" prog="112" /> + <Patch name="622: Gender" hbank="0" lbank="97" prog="112" /> + <Patch name="623: Gamelan" hbank="0" lbank="98" prog="112" /> + <Patch name="624: S.Gamlan" hbank="0" lbank="99" prog="112" /> + <Patch name="625: Rama Cym" hbank="0" lbank="100" prog="112" /> + <Patch name="626: AsianBel" hbank="0" lbank="101" prog="112" /> + <Patch name="627: Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="628: SteelDrm" hbank="0" lbank="0" prog="114" /> + <Patch name="629: GlasPerc" hbank="0" lbank="97" prog="114" /> + <Patch name="630: ThaiBell" hbank="0" lbank="98" prog="114" /> + <Patch name="631: WoodBlok" hbank="0" lbank="0" prog="115" /> + <Patch name="632: Castanet" hbank="0" lbank="96" prog="115" /> + <Patch name="633: TaikoDrm" hbank="0" lbank="0" prog="116" /> + <Patch name="634: Gr.Cassa" hbank="0" lbank="96" prog="116" /> + <Patch name="635: MelodTom" hbank="0" lbank="0" prog="117" /> + <Patch name="636: Mel Tom2" hbank="0" lbank="64" prog="117" /> + <Patch name="637: Real Tom" hbank="0" lbank="65" prog="117" /> + <Patch name="638: Rock Tom" hbank="0" lbank="66" prog="117" /> + <Patch name="639: Syn.Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="640: Ana Tom" hbank="0" lbank="64" prog="118" /> + <Patch name="641: ElecPerc" hbank="0" lbank="65" prog="118" /> + <Patch name="642: RevCymbl" hbank="0" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="Sound Effects(643-650)"> + <Patch name="643: FretNoiz" hbank="0" lbank="0" prog="120" /> + <Patch name="644: BrthNoiz" hbank="0" lbank="0" prog="121" /> + <Patch name="645: Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="646: Tweet" hbank="0" lbank="0" prog="123" /> + <Patch name="647: Telphone" hbank="0" lbank="0" prog="124" /> + <Patch name="648: Helicptr" hbank="0" lbank="0" prog="125" /> + <Patch name="649: Applause" hbank="0" lbank="0" prog="126" /> + <Patch name="650: Gunshot" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="SFX(651-692)"> + <Patch name="651: CuttngNz" hbank="64" lbank="0" prog="0" /> + <Patch name="652: CttngNz2" hbank="64" lbank="0" prog="1" /> + <Patch name="653: Str Slap" hbank="64" lbank="0" prog="3" /> + <Patch name="654: Fl.KClik" hbank="64" lbank="0" prog="16" /> + <Patch name="655: Rain" hbank="64" lbank="0" prog="32" /> + <Patch name="656: Thunder" hbank="64" lbank="0" prog="33" /> + <Patch name="657: Wind" hbank="64" lbank="0" prog="34" /> + <Patch name="658: Stream" hbank="64" lbank="0" prog="35" /> + <Patch name="659: Bubble" hbank="64" lbank="0" prog="36" /> + <Patch name="660: Feed" hbank="64" lbank="0" prog="37" /> + <Patch name="661: Dog" hbank="64" lbank="0" prog="48" /> + <Patch name="662: Horse" hbank="64" lbank="0" prog="49" /> + <Patch name="663: Bird 2" hbank="64" lbank="0" prog="50" /> + <Patch name="664: Ghost" hbank="64" lbank="0" prog="54" /> + <Patch name="665: Maou" hbank="64" lbank="0" prog="55" /> + <Patch name="666: Tel.Dial" hbank="64" lbank="0" prog="64" /> + <Patch name="667: DoorSqek" hbank="64" lbank="0" prog="65" /> + <Patch name="668: Door Slam" hbank="64" lbank="0" prog="66" /> + <Patch name="669: Scratch" hbank="64" lbank="0" prog="67" /> + <Patch name="670: Scratch 2" hbank="64" lbank="0" prog="68" /> + <Patch name="671: WindChm" hbank="64" lbank="0" prog="69" /> + <Patch name="672: Telphon2" hbank="64" lbank="0" prog="70" /> + <Patch name="673: CarEngin" hbank="64" lbank="0" prog="80" /> + <Patch name="674: Car Stop" hbank="64" lbank="0" prog="81" /> + <Patch name="675: Car Pass" hbank="64" lbank="0" prog="82" /> + <Patch name="676: CarCrash" hbank="64" lbank="0" prog="83" /> + <Patch name="677: Siren" hbank="64" lbank="0" prog="84" /> + <Patch name="678: Train" hbank="64" lbank="0" prog="85" /> + <Patch name="679: Jetplane" hbank="64" lbank="0" prog="86" /> + <Patch name="680: Starship" hbank="64" lbank="0" prog="87" /> + <Patch name="681: Burst" hbank="64" lbank="0" prog="88" /> + <Patch name="682: Coaster" hbank="64" lbank="0" prog="89" /> + <Patch name="683: SbMarine" hbank="64" lbank="0" prog="90" /> + <Patch name="684: Laughing" hbank="64" lbank="0" prog="96" /> + <Patch name="685: Scream" hbank="64" lbank="0" prog="97" /> + <Patch name="686: Punch" hbank="64" lbank="0" prog="98" /> + <Patch name="687: Heart" hbank="64" lbank="0" prog="99" /> + <Patch name="688: FootStep" hbank="64" lbank="0" prog="100" /> + <Patch name="689: MchinGun" hbank="64" lbank="0" prog="112" /> + <Patch name="690: LaserGun" hbank="64" lbank="0" prog="113" /> + <Patch name="691: Xplosion" hbank="64" lbank="0" prog="114" /> + <Patch name="692: FireWork" hbank="64" lbank="0" prog="115" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/Yamaha-S90.idf b/muse2/share/instruments/Yamaha-S90.idf new file mode 100644 index 00000000..dd0125a1 --- /dev/null +++ b/muse2/share/instruments/Yamaha-S90.idf @@ -0,0 +1,666 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Yamaha-S90"> + <PatchGroup name="PRE1"> + <Patch name="3LayerS700" hbank="63" lbank="0" prog="0" /> + <Patch name="Soft Touch" hbank="63" lbank="0" prog="1" /> + <Patch name="PowerGrand" hbank="63" lbank="0" prog="2" /> + <Patch name="BriteRock" hbank="63" lbank="0" prog="3" /> + <Patch name="Jazz Grand" hbank="63" lbank="0" prog="4" /> + <Patch name="CP 80" hbank="63" lbank="0" prog="5" /> + <Patch name="BalladKeys" hbank="63" lbank="0" prog="6" /> + <Patch name="80;s Layer" hbank="63" lbank="0" prog="7" /> + <Patch name="S700&Strg" hbank="63" lbank="0" prog="8" /> + <Patch name="S700&Ooh" hbank="63" lbank="0" prog="9" /> + <Patch name="PianoBakup" hbank="63" lbank="0" prog="10" /> + <Patch name="Max Tine" hbank="63" lbank="0" prog="11" /> + <Patch name="Early Fusn" hbank="63" lbank="0" prog="12" /> + <Patch name="Vintage;74" hbank="63" lbank="0" prog="13" /> + <Patch name="Sweetness" hbank="63" lbank="0" prog="14" /> + <Patch name="DynoStrait" hbank="63" lbank="0" prog="15" /> + <Patch name="ChorusHard" hbank="63" lbank="0" prog="16" /> + <Patch name="VintagCase" hbank="63" lbank="0" prog="17" /> + <Patch name="ChorusDyno" hbank="63" lbank="0" prog="18" /> + <Patch name="80th Boost" hbank="63" lbank="0" prog="19" /> + <Patch name="Contempo" hbank="63" lbank="0" prog="20" /> + <Patch name="Early 70;s" hbank="63" lbank="0" prog="21" /> + <Patch name="Tonight" hbank="63" lbank="0" prog="22" /> + <Patch name="E.PianoPad" hbank="63" lbank="0" prog="23" /> + <Patch name="TX802" hbank="63" lbank="0" prog="24" /> + <Patch name="ChorusBel" hbank="63" lbank="0" prog="25" /> + <Patch name="BellDX" hbank="63" lbank="0" prog="26" /> + <Patch name="Dark DX" hbank="63" lbank="0" prog="27" /> + <Patch name="GS Tines" hbank="63" lbank="0" prog="28" /> + <Patch name="Rich FM" hbank="63" lbank="0" prog="29" /> + <Patch name="FilteredDX" hbank="63" lbank="0" prog="30" /> + <Patch name="Ice Piano" hbank="63" lbank="0" prog="31" /> + <Patch name="WurliTrem" hbank="63" lbank="0" prog="32" /> + <Patch name="WurliAmped" hbank="63" lbank="0" prog="33" /> + <Patch name="TouchClavi" hbank="63" lbank="0" prog="34" /> + <Patch name="SuperClavi" hbank="63" lbank="0" prog="35" /> + <Patch name="StereoClav" hbank="63" lbank="0" prog="36" /> + <Patch name="HollowClav" hbank="63" lbank="0" prog="37" /> + <Patch name="Nu Phasing" hbank="63" lbank="0" prog="38" /> + <Patch name="Digi Clavi" hbank="63" lbank="0" prog="39" /> + <Patch name="PulseClavi" hbank="63" lbank="0" prog="40" /> + <Patch name="Twinkle" hbank="63" lbank="0" prog="41" /> + <Patch name="Stick Bell" hbank="63" lbank="0" prog="42" /> + <Patch name="Bell Chiff" hbank="63" lbank="0" prog="43" /> + <Patch name="FngrCymbl" hbank="63" lbank="0" prog="44" /> + <Patch name="ChorusBell" hbank="63" lbank="0" prog="45" /> + <Patch name="Tibetan" hbank="63" lbank="0" prog="46" /> + <Patch name="EastBell" hbank="63" lbank="0" prog="47" /> + <Patch name="Gamelan" hbank="63" lbank="0" prog="48" /> + <Patch name="IceBells" hbank="63" lbank="0" prog="49" /> + <Patch name="Digi Bell" hbank="63" lbank="0" prog="50" /> + <Patch name="Marimbell" hbank="63" lbank="0" prog="51" /> + <Patch name="16+8+5&1/3" hbank="63" lbank="0" prog="52" /> + <Patch name="Petit" hbank="63" lbank="0" prog="53" /> + <Patch name="Glassy" hbank="63" lbank="0" prog="54" /> + <Patch name="Jazzy" hbank="63" lbank="0" prog="55" /> + <Patch name="Slow Jam" hbank="63" lbank="0" prog="56" /> + <Patch name="Greasy" hbank="63" lbank="0" prog="57" /> + <Patch name="Swishie" hbank="63" lbank="0" prog="58" /> + <Patch name="Clean" hbank="63" lbank="0" prog="59" /> + <Patch name="Full/CVib" hbank="63" lbank="0" prog="60" /> + <Patch name="Mellow" hbank="63" lbank="0" prog="61" /> + <Patch name="Nu Shade" hbank="63" lbank="0" prog="62" /> + <Patch name="Cool Cat" hbank="63" lbank="0" prog="63" /> + <Patch name="Flutey" hbank="63" lbank="0" prog="0" /> + <Patch name="LeftManual" hbank="63" lbank="0" prog="1" /> + <Patch name="DrawContrl" hbank="63" lbank="0" prog="2" /> + <Patch name="Rocky" hbank="63" lbank="0" prog="3" /> + <Patch name="Expensive" hbank="63" lbank="0" prog="4" /> + <Patch name="Progressy" hbank="63" lbank="0" prog="5" /> + <Patch name="Crunchy" hbank="63" lbank="0" prog="6" /> + <Patch name="Early Bird" hbank="63" lbank="0" prog="7" /> + <Patch name="Jazz Split" hbank="63" lbank="0" prog="8" /> + <Patch name="GosplSplit" hbank="63" lbank="0" prog="9" /> + <Patch name="Tradi" hbank="63" lbank="0" prog="10" /> + <Patch name="Sunday" hbank="63" lbank="0" prog="11" /> + <Patch name="BreathPipe" hbank="63" lbank="0" prog="12" /> + <Patch name="Fluty Pipe" hbank="63" lbank="0" prog="13" /> + <Patch name="Reedy Pipe" hbank="63" lbank="0" prog="14" /> + <Patch name="OohPipes" hbank="63" lbank="0" prog="15" /> + <Patch name="Flamenco" hbank="63" lbank="0" prog="16" /> + <Patch name="Nylon Jam" hbank="63" lbank="0" prog="17" /> + <Patch name="BriteSteel" hbank="63" lbank="0" prog="18" /> + <Patch name="Strums" hbank="63" lbank="0" prog="19" /> + <Patch name="Big Steel" hbank="63" lbank="0" prog="20" /> + <Patch name="Folk Steel" hbank="63" lbank="0" prog="21" /> + <Patch name="18 String" hbank="63" lbank="0" prog="22" /> + <Patch name="HarpsiGtr" hbank="63" lbank="0" prog="23" /> + <Patch name="HybridGtr" hbank="63" lbank="0" prog="24" /> + <Patch name="JazzGTmelo" hbank="63" lbank="0" prog="25" /> + <Patch name="Velo Jazz" hbank="63" lbank="0" prog="26" /> + <Patch name="FM Jazz" hbank="63" lbank="0" prog="27" /> + <Patch name="For Funk" hbank="63" lbank="0" prog="28" /> + <Patch name="Spanky" hbank="63" lbank="0" prog="29" /> + <Patch name="Funkiest" hbank="63" lbank="0" prog="30" /> + <Patch name="Vin Strum" hbank="63" lbank="0" prog="31" /> + <Patch name="1CoilChors" hbank="63" lbank="0" prog="32" /> + <Patch name="CleanChors" hbank="63" lbank="0" prog="33" /> + <Patch name="ChorusPlus" hbank="63" lbank="0" prog="34" /> + <Patch name="SmoothChor" hbank="63" lbank="0" prog="35" /> + <Patch name="TexBoogie" hbank="63" lbank="0" prog="36" /> + <Patch name="Rockabilly" hbank="63" lbank="0" prog="37" /> + <Patch name="65 Combo" hbank="63" lbank="0" prog="38" /> + <Patch name="VinTremolo" hbank="63" lbank="0" prog="39" /> + <Patch name="Crunchoid" hbank="63" lbank="0" prog="40" /> + <Patch name="DynamicAmp" hbank="63" lbank="0" prog="41" /> + <Patch name="Feedback" hbank="63" lbank="0" prog="42" /> + <Patch name="VOODOOMAN" hbank="63" lbank="0" prog="43" /> + <Patch name="BlueLead" hbank="63" lbank="0" prog="44" /> + <Patch name="MeloRckLd" hbank="63" lbank="0" prog="45" /> + <Patch name="MetalMute" hbank="63" lbank="0" prog="46" /> + <Patch name="OverTheTop" hbank="63" lbank="0" prog="47" /> + <Patch name="RoundWound" hbank="63" lbank="0" prog="48" /> + <Patch name="FingerMan" hbank="63" lbank="0" prog="49" /> + <Patch name="PrecRW" hbank="63" lbank="0" prog="50" /> + <Patch name="PrecFW" hbank="63" lbank="0" prog="51" /> + <Patch name="HybridBass" hbank="63" lbank="0" prog="52" /> + <Patch name="Stand Up" hbank="63" lbank="0" prog="53" /> + <Patch name="Fretless" hbank="63" lbank="0" prog="54" /> + <Patch name="Slap&Fx" hbank="63" lbank="0" prog="55" /> + <Patch name="BriteSlap" hbank="63" lbank="0" prog="56" /> + <Patch name="Velo Bass" hbank="63" lbank="0" prog="57" /> + <Patch name="Bs+Cym+Vb" hbank="63" lbank="0" prog="58" /> + <Patch name="Boogie on" hbank="63" lbank="0" prog="59" /> + <Patch name="MiniDetune" hbank="63" lbank="0" prog="60" /> + <Patch name="Long Spit" hbank="63" lbank="0" prog="61" /> + <Patch name="Tack Bass" hbank="63" lbank="0" prog="62" /> + <Patch name="Fat Octave" hbank="63" lbank="0" prog="63" /> + </PatchGroup> + <PatchGroup name="PRE2"> + <Patch name="Violin" hbank="63" lbank="1" prog="0" /> + <Patch name="Viola" hbank="63" lbank="1" prog="1" /> + <Patch name="Cello" hbank="63" lbank="1" prog="2" /> + <Patch name="SoloSpicat" hbank="63" lbank="1" prog="3" /> + <Patch name="2 Solos" hbank="63" lbank="1" prog="4" /> + <Patch name="Cello Duet" hbank="63" lbank="1" prog="5" /> + <Patch name="Trio" hbank="63" lbank="1" prog="6" /> + <Patch name="Chamber" hbank="63" lbank="1" prog="7" /> + <Patch name="Small Ens" hbank="63" lbank="1" prog="8" /> + <Patch name="Medium Ens" hbank="63" lbank="1" prog="9" /> + <Patch name="Ens Mix" hbank="63" lbank="1" prog="10" /> + <Patch name="Ensemble" hbank="63" lbank="1" prog="11" /> + <Patch name="Hard Ens" hbank="63" lbank="1" prog="12" /> + <Patch name="Background" hbank="63" lbank="1" prog="13" /> + <Patch name="BigSymphny" hbank="63" lbank="1" prog="14" /> + <Patch name="Str/Horns" hbank="63" lbank="1" prog="15" /> + <Patch name="Stringy" hbank="63" lbank="1" prog="16" /> + <Patch name="Polystring" hbank="63" lbank="1" prog="17" /> + <Patch name="JP Strings" hbank="63" lbank="1" prog="18" /> + <Patch name="MournStrgs" hbank="63" lbank="1" prog="19" /> + <Patch name="The Pizz" hbank="63" lbank="1" prog="20" /> + <Patch name="Fanfare" hbank="63" lbank="1" prog="21" /> + <Patch name="Hi Brass" hbank="63" lbank="1" prog="22" /> + <Patch name="Fat Sect" hbank="63" lbank="1" prog="23" /> + <Patch name="Sforzando" hbank="63" lbank="1" prog="24" /> + <Patch name="Symphony" hbank="63" lbank="1" prog="25" /> + <Patch name="Big Band" hbank="63" lbank="1" prog="26" /> + <Patch name="Big Band 2" hbank="63" lbank="1" prog="27" /> + <Patch name="SaxBigBand" hbank="63" lbank="1" prog="28" /> + <Patch name="MedmBrass" hbank="63" lbank="1" prog="29" /> + <Patch name="Soft Brass" hbank="63" lbank="1" prog="30" /> + <Patch name="SoftVeloBr" hbank="63" lbank="1" prog="31" /> + <Patch name="TrpRomantc" hbank="63" lbank="1" prog="32" /> + <Patch name="Phase Mute" hbank="63" lbank="1" prog="33" /> + <Patch name="Legend" hbank="63" lbank="1" prog="34" /> + <Patch name="Trombone" hbank="63" lbank="1" prog="35" /> + <Patch name="Flugelleaz" hbank="63" lbank="1" prog="36" /> + <Patch name="F.Horn Ens" hbank="63" lbank="1" prog="37" /> + <Patch name="SlowAttack" hbank="63" lbank="1" prog="38" /> + <Patch name="Strng/Bras" hbank="63" lbank="1" prog="39" /> + <Patch name="Movie Ens " hbank="63" lbank="1" prog="40" /> + <Patch name="Powered" hbank="63" lbank="1" prog="41" /> + <Patch name="ObStuff" hbank="63" lbank="1" prog="42" /> + <Patch name="Prophy" hbank="63" lbank="1" prog="43" /> + <Patch name="AnalogBras" hbank="63" lbank="1" prog="44" /> + <Patch name="After 1984" hbank="63" lbank="1" prog="45" /> + <Patch name="Soprano" hbank="63" lbank="1" prog="46" /> + <Patch name="Alto Vib" hbank="63" lbank="1" prog="47" /> + <Patch name="SaxEnsembl" hbank="63" lbank="1" prog="48" /> + <Patch name="Tenor Sax" hbank="63" lbank="1" prog="49" /> + <Patch name="Tenor Soft" hbank="63" lbank="1" prog="50" /> + <Patch name="The Winds" hbank="63" lbank="1" prog="51" /> + <Patch name="WindOrch" hbank="63" lbank="1" prog="52" /> + <Patch name="SweetFlute" hbank="63" lbank="1" prog="53" /> + <Patch name="PanBottle" hbank="63" lbank="1" prog="54" /> + <Patch name="AmpHarpMW" hbank="63" lbank="1" prog="55" /> + <Patch name="SmoothSaw" hbank="63" lbank="1" prog="56" /> + <Patch name="Lucky" hbank="63" lbank="1" prog="57" /> + <Patch name="Tri Solo" hbank="63" lbank="1" prog="58" /> + <Patch name="Syntrump" hbank="63" lbank="1" prog="59" /> + <Patch name="PWM Lead" hbank="63" lbank="1" prog="60" /> + <Patch name="Clicky Saw" hbank="63" lbank="1" prog="61" /> + <Patch name="Mini Pulse" hbank="63" lbank="1" prog="62" /> + <Patch name="Sync Lead" hbank="63" lbank="1" prog="63" /> + <Patch name="Altair" hbank="63" lbank="1" prog="64" /> + <Patch name="Analog" hbank="63" lbank="1" prog="65" /> + <Patch name="Sweetland" hbank="63" lbank="1" prog="66" /> + <Patch name="WarmSweepy" hbank="63" lbank="1" prog="67" /> + <Patch name="SinePad" hbank="63" lbank="1" prog="68" /> + <Patch name="Square" hbank="63" lbank="1" prog="69" /> + <Patch name="VoxPad" hbank="63" lbank="1" prog="70" /> + <Patch name="Pure Syn" hbank="63" lbank="1" prog="71" /> + <Patch name="MovingPad" hbank="63" lbank="1" prog="72" /> + <Patch name="SimpleSaws" hbank="63" lbank="1" prog="73" /> + <Patch name="X-Shower" hbank="63" lbank="1" prog="74" /> + <Patch name="PWM Pad" hbank="63" lbank="1" prog="75" /> + <Patch name="Bell Choir" hbank="63" lbank="1" prog="76" /> + <Patch name="ObSoft" hbank="63" lbank="1" prog="77" /> + <Patch name="MellowAnlg" hbank="63" lbank="1" prog="78" /> + <Patch name="Glasschoir" hbank="63" lbank="1" prog="79" /> + <Patch name="PeaceVox" hbank="63" lbank="1" prog="80" /> + <Patch name="StackChoir" hbank="63" lbank="1" prog="81" /> + <Patch name="Bronx" hbank="63" lbank="1" prog="82" /> + <Patch name="IceChoir" hbank="63" lbank="1" prog="83" /> + <Patch name="Fast Oohs" hbank="63" lbank="1" prog="84" /> + <Patch name="Ooze & OZ" hbank="63" lbank="1" prog="85" /> + <Patch name="NeoCrystal" hbank="63" lbank="1" prog="86" /> + <Patch name="Pop Synth" hbank="63" lbank="1" prog="87" /> + <Patch name="Fantasy" hbank="63" lbank="1" prog="88" /> + <Patch name="Heavenly" hbank="63" lbank="1" prog="89" /> + <Patch name="Retro" hbank="63" lbank="1" prog="90" /> + <Patch name="Airy" hbank="63" lbank="1" prog="91" /> + <Patch name="Nylon" hbank="63" lbank="1" prog="92" /> + <Patch name="Antares" hbank="63" lbank="1" prog="93" /> + <Patch name="Pan Sphere" hbank="63" lbank="1" prog="94" /> + <Patch name="Tamburax" hbank="63" lbank="1" prog="95" /> + <Patch name="IndianFlai" hbank="63" lbank="1" prog="96" /> + <Patch name="SAKURA" hbank="63" lbank="1" prog="97" /> + <Patch name="RisingHigh" hbank="63" lbank="1" prog="98" /> + <Patch name="Champ" hbank="63" lbank="1" prog="99" /> + <Patch name="Gladiator" hbank="63" lbank="1" prog="100" /> + <Patch name="Hades" hbank="63" lbank="1" prog="101" /> + <Patch name="Glacy" hbank="63" lbank="1" prog="102" /> + <Patch name="Forest" hbank="63" lbank="1" prog="103" /> + <Patch name="MirrorRing" hbank="63" lbank="1" prog="104" /> + <Patch name="Poly" hbank="63" lbank="1" prog="105" /> + <Patch name="AnaTonk" hbank="63" lbank="1" prog="106" /> + <Patch name="Jaipur" hbank="63" lbank="1" prog="107" /> + <Patch name="Dulcitar" hbank="63" lbank="1" prog="108" /> + <Patch name="Cimbalon" hbank="63" lbank="1" prog="109" /> + <Patch name="EthncFlute" hbank="63" lbank="1" prog="110" /> + <Patch name="Hichiriki" hbank="63" lbank="1" prog="111" /> + <Patch name="Ryuteki" hbank="63" lbank="1" prog="112" /> + <Patch name="Gagaku" hbank="63" lbank="1" prog="113" /> + <Patch name="Kokyu" hbank="63" lbank="1" prog="114" /> + <Patch name="Digidoo" hbank="63" lbank="1" prog="115" /> + <Patch name="Bali" hbank="63" lbank="1" prog="116" /> + <Patch name="Indo Trip" hbank="63" lbank="1" prog="117" /> + <Patch name="East Tabla" hbank="63" lbank="1" prog="118" /> + <Patch name="Djembe" hbank="63" lbank="1" prog="119" /> + <Patch name="Djerimbe" hbank="63" lbank="1" prog="120" /> + <Patch name="Udu" hbank="63" lbank="1" prog="121" /> + <Patch name="Tribal" hbank="63" lbank="1" prog="122" /> + <Patch name="Log&Drum" hbank="63" lbank="1" prog="123" /> + <Patch name="Afro" hbank="63" lbank="1" prog="124" /> + <Patch name="Japanesque" hbank="63" lbank="1" prog="125" /> + <Patch name="EthnoShock" hbank="63" lbank="1" prog="126" /> + <Patch name="Ethnology" hbank="63" lbank="1" prog="127" /> + </PatchGroup> + <PatchGroup name="PRE3"> + <Patch name="Wide Comp" hbank="63" lbank="2" prog="0" /> + <Patch name="78rpmPiano" hbank="63" lbank="2" prog="1" /> + <Patch name="1968 45rpm" hbank="63" lbank="2" prog="2" /> + <Patch name="1971 33rpm" hbank="63" lbank="2" prog="3" /> + <Patch name="DigiGrand1" hbank="63" lbank="2" prog="4" /> + <Patch name="Harp&Piano" hbank="63" lbank="2" prog="5" /> + <Patch name="Glass EP" hbank="63" lbank="2" prog="6" /> + <Patch name="VintSwitch" hbank="63" lbank="2" prog="7" /> + <Patch name="Early Case" hbank="63" lbank="2" prog="8" /> + <Patch name="RdsScape" hbank="63" lbank="2" prog="9" /> + <Patch name="Feathers" hbank="63" lbank="2" prog="10" /> + <Patch name="StringyPno" hbank="63" lbank="2" prog="11" /> + <Patch name="Champagne" hbank="63" lbank="2" prog="12" /> + <Patch name="Moet" hbank="63" lbank="2" prog="13" /> + <Patch name="Compact" hbank="63" lbank="2" prog="14" /> + <Patch name="1967 Keys" hbank="63" lbank="2" prog="15" /> + <Patch name="YD-45C" hbank="63" lbank="2" prog="16" /> + <Patch name="Gnarly" hbank="63" lbank="2" prog="17" /> + <Patch name="Modular" hbank="63" lbank="2" prog="18" /> + <Patch name="Dark Jack" hbank="63" lbank="2" prog="19" /> + <Patch name="OneVoice" hbank="63" lbank="2" prog="20" /> + <Patch name="Dry Syn" hbank="63" lbank="2" prog="21" /> + <Patch name="PlasticBas" hbank="63" lbank="2" prog="22" /> + <Patch name="Bassline" hbank="63" lbank="2" prog="23" /> + <Patch name="RubbaRap" hbank="63" lbank="2" prog="24" /> + <Patch name="Juicy" hbank="63" lbank="2" prog="25" /> + <Patch name="Dark" hbank="63" lbank="2" prog="26" /> + <Patch name="UniBass" hbank="63" lbank="2" prog="27" /> + <Patch name="Flyer" hbank="63" lbank="2" prog="28" /> + <Patch name="QuackBass" hbank="63" lbank="2" prog="29" /> + <Patch name="Moonbass" hbank="63" lbank="2" prog="30" /> + <Patch name="ClassicSub" hbank="63" lbank="2" prog="31" /> + <Patch name="DX100" hbank="63" lbank="2" prog="32" /> + <Patch name="Lately" hbank="63" lbank="2" prog="33" /> + <Patch name="FMBass" hbank="63" lbank="2" prog="34" /> + <Patch name="Oct String" hbank="63" lbank="2" prog="35" /> + <Patch name="3 Octave" hbank="63" lbank="2" prog="36" /> + <Patch name="TapeStrngs" hbank="63" lbank="2" prog="37" /> + <Patch name="VP Strings" hbank="63" lbank="2" prog="38" /> + <Patch name="BriteTeeth" hbank="63" lbank="2" prog="39" /> + <Patch name="XDance" hbank="63" lbank="2" prog="40" /> + <Patch name="Timeless" hbank="63" lbank="2" prog="41" /> + <Patch name="FatSynth" hbank="63" lbank="2" prog="42" /> + <Patch name="Big Syn" hbank="63" lbank="2" prog="43" /> + <Patch name="Bluesharp" hbank="63" lbank="2" prog="44" /> + <Patch name="Sync Atk" hbank="63" lbank="2" prog="45" /> + <Patch name="Reso" hbank="63" lbank="2" prog="46" /> + <Patch name="Singleline" hbank="63" lbank="2" prog="47" /> + <Patch name="Free LFO" hbank="63" lbank="2" prog="48" /> + <Patch name="Soft Lead" hbank="63" lbank="2" prog="49" /> + <Patch name="PulseWound" hbank="63" lbank="2" prog="50" /> + <Patch name="Big Drone" hbank="63" lbank="2" prog="51" /> + <Patch name="Big Tune" hbank="63" lbank="2" prog="52" /> + <Patch name="PowerWheel" hbank="63" lbank="2" prog="53" /> + <Patch name="Flangefilt" hbank="63" lbank="2" prog="54" /> + <Patch name="G-Funk" hbank="63" lbank="2" prog="55" /> + <Patch name="Maria AT" hbank="63" lbank="2" prog="56" /> + <Patch name="InThePast" hbank="63" lbank="2" prog="57" /> + <Patch name="FatSawPad" hbank="63" lbank="2" prog="58" /> + <Patch name="Wide Sweep" hbank="63" lbank="2" prog="59" /> + <Patch name="Sunbeams" hbank="63" lbank="2" prog="60" /> + <Patch name="BPFx" hbank="63" lbank="2" prog="61" /> + <Patch name="FrozenPad" hbank="63" lbank="2" prog="62" /> + <Patch name="MICHINOKU" hbank="63" lbank="2" prog="63" /> + <Patch name="Esmeralda" hbank="63" lbank="2" prog="64" /> + <Patch name="Romance" hbank="63" lbank="2" prog="65" /> + <Patch name="Circle" hbank="63" lbank="2" prog="66" /> + <Patch name="Dreamspher" hbank="63" lbank="2" prog="67" /> + <Patch name="Silverlake" hbank="63" lbank="2" prog="68" /> + <Patch name="Shadow" hbank="63" lbank="2" prog="69" /> + <Patch name="Platinum" hbank="63" lbank="2" prog="70" /> + <Patch name="Gently" hbank="63" lbank="2" prog="71" /> + <Patch name="Warming" hbank="63" lbank="2" prog="72" /> + <Patch name="PW-EMMY" hbank="63" lbank="2" prog="73" /> + <Patch name="X-fade" hbank="63" lbank="2" prog="74" /> + <Patch name="Pad Zosma" hbank="63" lbank="2" prog="75" /> + <Patch name="NoizRezz" hbank="63" lbank="2" prog="76" /> + <Patch name="Mira" hbank="63" lbank="2" prog="77" /> + <Patch name="MultiPulse" hbank="63" lbank="2" prog="78" /> + <Patch name="VoxWaves" hbank="63" lbank="2" prog="79" /> + <Patch name="LazySweep" hbank="63" lbank="2" prog="80" /> + <Patch name="Doomed" hbank="63" lbank="2" prog="81" /> + <Patch name="PerkaVox" hbank="63" lbank="2" prog="82" /> + <Patch name="Punchy" hbank="63" lbank="2" prog="83" /> + <Patch name="Eyeliner" hbank="63" lbank="2" prog="84" /> + <Patch name="Quieck" hbank="63" lbank="2" prog="85" /> + <Patch name="Aladdin" hbank="63" lbank="2" prog="86" /> + <Patch name="QuadSwell" hbank="63" lbank="2" prog="87" /> + <Patch name="Lilley" hbank="63" lbank="2" prog="88" /> + <Patch name="Pad Didje" hbank="63" lbank="2" prog="89" /> + <Patch name="Baz" hbank="63" lbank="2" prog="90" /> + <Patch name="RING PAD" hbank="63" lbank="2" prog="91" /> + <Patch name="Chaser 1" hbank="63" lbank="2" prog="92" /> + <Patch name="Chaser 2" hbank="63" lbank="2" prog="93" /> + <Patch name="Spacebreat" hbank="63" lbank="2" prog="94" /> + <Patch name="Long HiPa" hbank="63" lbank="2" prog="95" /> + <Patch name="Action Y" hbank="63" lbank="2" prog="96" /> + <Patch name="Trancelan" hbank="63" lbank="2" prog="97" /> + <Patch name="Eternal" hbank="63" lbank="2" prog="98" /> + <Patch name="VirtualSyn" hbank="63" lbank="2" prog="99" /> + <Patch name="Interlude" hbank="63" lbank="2" prog="100" /> + <Patch name="Flying" hbank="63" lbank="2" prog="101" /> + <Patch name="TheSlayer" hbank="63" lbank="2" prog="102" /> + <Patch name="White Rabb" hbank="63" lbank="2" prog="103" /> + <Patch name="Siam Ududu" hbank="63" lbank="2" prog="104" /> + <Patch name="Particle" hbank="63" lbank="2" prog="105" /> + <Patch name="Shaper" hbank="63" lbank="2" prog="106" /> + <Patch name="VintageArp" hbank="63" lbank="2" prog="107" /> + <Patch name="Aah Dance" hbank="63" lbank="2" prog="108" /> + <Patch name="Joker" hbank="63" lbank="2" prog="109" /> + <Patch name="Holiday" hbank="63" lbank="2" prog="110" /> + <Patch name="Android" hbank="63" lbank="2" prog="111" /> + <Patch name="Spacious" hbank="63" lbank="2" prog="112" /> + <Patch name="VoiceCuica" hbank="63" lbank="2" prog="113" /> + <Patch name="Pop Arp" hbank="63" lbank="2" prog="114" /> + <Patch name="Ping Pong" hbank="63" lbank="2" prog="115" /> + <Patch name="Amoeba" hbank="63" lbank="2" prog="116" /> + <Patch name="Landing" hbank="63" lbank="2" prog="117" /> + <Patch name="I was born" hbank="63" lbank="2" prog="118" /> + <Patch name="PsychoGtr" hbank="63" lbank="2" prog="119" /> + <Patch name="NoGravity" hbank="63" lbank="2" prog="120" /> + <Patch name="Pulser" hbank="63" lbank="2" prog="121" /> + <Patch name="Racer" hbank="63" lbank="2" prog="122" /> + <Patch name="Storm" hbank="63" lbank="2" prog="123" /> + <Patch name="Oscillatin" hbank="63" lbank="2" prog="124" /> + <Patch name="FamlyFeud " hbank="63" lbank="2" prog="125" /> + <Patch name="WatrForest" hbank="63" lbank="2" prog="126" /> + <Patch name="Spacecraft" hbank="63" lbank="2" prog="127" /> + </PatchGroup> + <PatchGroup name="USER"> + <Patch name="BriteS700" hbank="63" lbank="8" prog="0" /> + <Patch name="Old Blues" hbank="63" lbank="8" prog="1" /> + <Patch name="S700&OldEp" hbank="63" lbank="8" prog="2" /> + <Patch name="S700&DX" hbank="63" lbank="8" prog="3" /> + <Patch name="Bell Piano" hbank="63" lbank="8" prog="4" /> + <Patch name="Dream" hbank="63" lbank="8" prog="5" /> + <Patch name="Tomorrow" hbank="63" lbank="8" prog="6" /> + <Patch name="Piano&Pad" hbank="63" lbank="8" prog="7" /> + <Patch name="CP80&EP" hbank="63" lbank="8" prog="8" /> + <Patch name="Yama EP;s" hbank="63" lbank="8" prog="9" /> + <Patch name="Mr. Klank" hbank="63" lbank="8" prog="10" /> + <Patch name="Electro" hbank="63" lbank="8" prog="11" /> + <Patch name="Satellite" hbank="63" lbank="8" prog="12" /> + <Patch name="Partita" hbank="63" lbank="8" prog="13" /> + <Patch name="Reed" hbank="63" lbank="8" prog="14" /> + <Patch name="Org&Voice" hbank="63" lbank="8" prog="15" /> + <Patch name="Stingfingr" hbank="63" lbank="8" prog="16" /> + <Patch name="Fat Low" hbank="63" lbank="8" prog="17" /> + <Patch name="OB Saw" hbank="63" lbank="8" prog="18" /> + <Patch name="Ana Decay" hbank="63" lbank="8" prog="19" /> + <Patch name="MiniAnalog" hbank="63" lbank="8" prog="20" /> + <Patch name="SimpleReso" hbank="63" lbank="8" prog="21" /> + <Patch name="SyzStrng" hbank="63" lbank="8" prog="22" /> + <Patch name="Real Harp" hbank="63" lbank="8" prog="23" /> + <Patch name="Real Flute" hbank="63" lbank="8" prog="24" /> + <Patch name="Twilight" hbank="63" lbank="8" prog="25" /> + <Patch name="HighSine" hbank="63" lbank="8" prog="26" /> + <Patch name="Hi Q Pad" hbank="63" lbank="8" prog="27" /> + <Patch name="Snow Storm" hbank="63" lbank="8" prog="28" /> + <Patch name="Classic" hbank="63" lbank="8" prog="29" /> + <Patch name="Step Down" hbank="63" lbank="8" prog="30" /> + <Patch name="Ens+Flute" hbank="63" lbank="8" prog="31" /> + <Patch name="Polygroove" hbank="63" lbank="8" prog="32" /> + <Patch name="ANbasicARP" hbank="63" lbank="8" prog="33" /> + <Patch name="Pop Split" hbank="63" lbank="8" prog="34" /> + <Patch name="Pianosyn" hbank="63" lbank="8" prog="35" /> + <Patch name="Wake Up" hbank="63" lbank="8" prog="36" /> + <Patch name="BackPad MW" hbank="63" lbank="8" prog="37" /> + <Patch name="Poly Comp" hbank="63" lbank="8" prog="38" /> + <Patch name="Surface" hbank="63" lbank="8" prog="39" /> + <Patch name="HPF+LPFpad" hbank="63" lbank="8" prog="40" /> + <Patch name="Hip Chordz" hbank="63" lbank="8" prog="41" /> + <Patch name="CrushPadMW" hbank="63" lbank="8" prog="42" /> + <Patch name="Warmest" hbank="63" lbank="8" prog="43" /> + <Patch name="Sadness" hbank="63" lbank="8" prog="44" /> + <Patch name="Bright Aah" hbank="63" lbank="8" prog="45" /> + <Patch name="FatSwell" hbank="63" lbank="8" prog="46" /> + <Patch name="Pearls" hbank="63" lbank="8" prog="47" /> + <Patch name="Sonar Pad" hbank="63" lbank="8" prog="48" /> + <Patch name="Alaska" hbank="63" lbank="8" prog="49" /> + <Patch name="Happy Boy" hbank="63" lbank="8" prog="50" /> + <Patch name="Whisperer" hbank="63" lbank="8" prog="51" /> + <Patch name="Pad Bells" hbank="63" lbank="8" prog="52" /> + <Patch name="Funky Mood" hbank="63" lbank="8" prog="53" /> + <Patch name="For you!" hbank="63" lbank="8" prog="54" /> + <Patch name="Gruvmaster" hbank="63" lbank="8" prog="55" /> + <Patch name="PlucknGruv" hbank="63" lbank="8" prog="56" /> + <Patch name="AllYouNeed" hbank="63" lbank="8" prog="57" /> + <Patch name="Atlantis" hbank="63" lbank="8" prog="58" /> + <Patch name="Pad&Syn" hbank="63" lbank="8" prog="59" /> + <Patch name="Warm AN" hbank="63" lbank="8" prog="60" /> + <Patch name="BigOctave" hbank="63" lbank="8" prog="61" /> + <Patch name="OldStrings" hbank="63" lbank="8" prog="62" /> + <Patch name="Pro Lead" hbank="63" lbank="8" prog="63" /> + <Patch name="Shine on" hbank="63" lbank="8" prog="64" /> + <Patch name="Pianospher" hbank="63" lbank="8" prog="65" /> + <Patch name="SuperStrgs" hbank="63" lbank="8" prog="66" /> + <Patch name="Guitar&Pad" hbank="63" lbank="8" prog="67" /> + <Patch name="PluckPno" hbank="63" lbank="8" prog="68" /> + <Patch name="Softstars" hbank="63" lbank="8" prog="69" /> + <Patch name="Soft Tar" hbank="63" lbank="8" prog="70" /> + <Patch name="Sorted" hbank="63" lbank="8" prog="71" /> + <Patch name="Trendy" hbank="63" lbank="8" prog="72" /> + <Patch name="Wah Feed" hbank="63" lbank="8" prog="73" /> + <Patch name="S&H Didge" hbank="63" lbank="8" prog="74" /> + <Patch name="Old House" hbank="63" lbank="8" prog="75" /> + <Patch name="HPF Dance" hbank="63" lbank="8" prog="76" /> + <Patch name="Exodus" hbank="63" lbank="8" prog="77" /> + <Patch name="S/H Gruv" hbank="63" lbank="8" prog="78" /> + <Patch name="Dark Light" hbank="63" lbank="8" prog="79" /> + <Patch name="Boom Bass" hbank="63" lbank="8" prog="80" /> + <Patch name="Shandala" hbank="63" lbank="8" prog="81" /> + <Patch name="Titan" hbank="63" lbank="8" prog="82" /> + <Patch name="Puls Step" hbank="63" lbank="8" prog="83" /> + <Patch name="Big Lead " hbank="63" lbank="8" prog="84" /> + <Patch name="Squeaky" hbank="63" lbank="8" prog="85" /> + <Patch name="Auto Wah" hbank="63" lbank="8" prog="86" /> + <Patch name="MetalPiano" hbank="63" lbank="8" prog="87" /> + <Patch name="BrokenStar" hbank="63" lbank="8" prog="88" /> + <Patch name="Smooth" hbank="63" lbank="8" prog="89" /> + <Patch name="Fuzzline" hbank="63" lbank="8" prog="90" /> + <Patch name="Brief" hbank="63" lbank="8" prog="91" /> + <Patch name="Dist-MW" hbank="63" lbank="8" prog="92" /> + <Patch name="Hit&Down" hbank="63" lbank="8" prog="93" /> + <Patch name="Sand" hbank="63" lbank="8" prog="94" /> + <Patch name="R&B Steel" hbank="63" lbank="8" prog="95" /> + <Patch name="LoSnake" hbank="63" lbank="8" prog="96" /> + <Patch name="Additive" hbank="63" lbank="8" prog="97" /> + <Patch name="Rap Lead 1" hbank="63" lbank="8" prog="98" /> + <Patch name="Orch Hits" hbank="63" lbank="8" prog="99" /> + <Patch name="Melo Trmlo" hbank="63" lbank="8" prog="100" /> + <Patch name="DigiGrand2" hbank="63" lbank="8" prog="101" /> + <Patch name="CheapEP" hbank="63" lbank="8" prog="102" /> + <Patch name="AnaMarcato" hbank="63" lbank="8" prog="103" /> + <Patch name="Evolve" hbank="63" lbank="8" prog="104" /> + <Patch name="Wazzo" hbank="63" lbank="8" prog="105" /> + <Patch name="Rap Lead 2" hbank="63" lbank="8" prog="106" /> + <Patch name="Early Lead" hbank="63" lbank="8" prog="107" /> + <Patch name="BDScrtch" hbank="63" lbank="8" prog="108" /> + <Patch name="Mayday MW" hbank="63" lbank="8" prog="109" /> + <Patch name="CoolWAH" hbank="63" lbank="8" prog="110" /> + <Patch name="HipWahEP" hbank="63" lbank="8" prog="111" /> + <Patch name="Rap Lead 3" hbank="63" lbank="8" prog="112" /> + <Patch name="DarkBass" hbank="63" lbank="8" prog="113" /> + <Patch name="HiPaWheel" hbank="63" lbank="8" prog="114" /> + <Patch name="Pierced" hbank="63" lbank="8" prog="115" /> + <Patch name="PortaBass" hbank="63" lbank="8" prog="116" /> + <Patch name="Sine Lead" hbank="63" lbank="8" prog="117" /> + <Patch name="UK Oam" hbank="63" lbank="8" prog="118" /> + <Patch name="Rap" hbank="63" lbank="8" prog="119" /> + <Patch name="Toyz" hbank="63" lbank="8" prog="120" /> + <Patch name="Future Z" hbank="63" lbank="8" prog="121" /> + <Patch name="Dead?Alive" hbank="63" lbank="8" prog="122" /> + <Patch name="SlowSuckr" hbank="63" lbank="8" prog="123" /> + <Patch name="Munchkins" hbank="63" lbank="8" prog="124" /> + <Patch name="Snoop Bass" hbank="63" lbank="8" prog="125" /> + <Patch name="BabeMagnet" hbank="63" lbank="8" prog="126" /> + <Patch name="Rabino Hip" hbank="63" lbank="8" prog="127" /> + </PatchGroup> + <PatchGroup name="GM"> + <Patch name="NaturlGrnd" hbank="0" lbank="0" prog="0" /> + <Patch name="Rock Brite" hbank="0" lbank="0" prog="1" /> + <Patch name="CP 2001" hbank="0" lbank="0" prog="2" /> + <Patch name="Honkytonk" hbank="0" lbank="0" prog="3" /> + <Patch name="E.Piano 1" hbank="0" lbank="0" prog="4" /> + <Patch name="E.Piano 2" hbank="0" lbank="0" prog="5" /> + <Patch name="Harpsicord" hbank="0" lbank="0" prog="6" /> + <Patch name="Brite" hbank="0" lbank="0" prog="7" /> + <Patch name="Clav" hbank="0" lbank="0" prog="8" /> + <Patch name="Celeste" hbank="0" lbank="0" prog="9" /> + <Patch name="Glocken" hbank="0" lbank="0" prog="10" /> + <Patch name="Music Box" hbank="0" lbank="0" prog="11" /> + <Patch name="Vibes" hbank="0" lbank="0" prog="12" /> + <Patch name="Marimba" hbank="0" lbank="0" prog="13" /> + <Patch name="Xylophone" hbank="0" lbank="0" prog="14" /> + <Patch name="TublarBell" hbank="0" lbank="0" prog="15" /> + <Patch name="Dulcimar" hbank="0" lbank="0" prog="16" /> + <Patch name="Draw Organ" hbank="0" lbank="0" prog="17" /> + <Patch name="Perc Organ" hbank="0" lbank="0" prog="18" /> + <Patch name="Rock Organ" hbank="0" lbank="0" prog="19" /> + <Patch name="ChurchOrgn" hbank="0" lbank="0" prog="20" /> + <Patch name="Reed Organ" hbank="0" lbank="0" prog="21" /> + <Patch name="Accordion" hbank="0" lbank="0" prog="22" /> + <Patch name="Harmonica" hbank="0" lbank="0" prog="23" /> + <Patch name="TangoAccrd" hbank="0" lbank="0" prog="24" /> + <Patch name="Nylon" hbank="0" lbank="0" prog="25" /> + <Patch name="Steel" hbank="0" lbank="0" prog="26" /> + <Patch name="ModernJazz" hbank="0" lbank="0" prog="27" /> + <Patch name="Clean" hbank="0" lbank="0" prog="28" /> + <Patch name="Mute" hbank="0" lbank="0" prog="29" /> + <Patch name="Overdrive" hbank="0" lbank="0" prog="30" /> + <Patch name="Distortion" hbank="0" lbank="0" prog="31" /> + <Patch name="Harmonics" hbank="0" lbank="0" prog="32" /> + <Patch name="Accoustic" hbank="0" lbank="0" prog="33" /> + <Patch name="FingerBass" hbank="0" lbank="0" prog="34" /> + <Patch name="Pick Bass" hbank="0" lbank="0" prog="35" /> + <Patch name="Fretless 2" hbank="0" lbank="0" prog="36" /> + <Patch name="SimpleSlap" hbank="0" lbank="0" prog="37" /> + <Patch name="Velo Slap" hbank="0" lbank="0" prog="38" /> + <Patch name="SynthBass1" hbank="0" lbank="0" prog="39" /> + <Patch name="SynthBass2" hbank="0" lbank="0" prog="40" /> + <Patch name="Violin 2" hbank="0" lbank="0" prog="41" /> + <Patch name="Viola 2" hbank="0" lbank="0" prog="42" /> + <Patch name="Cello 2" hbank="0" lbank="0" prog="43" /> + <Patch name="Contrabass" hbank="0" lbank="0" prog="44" /> + <Patch name="TremoloStr" hbank="0" lbank="0" prog="45" /> + <Patch name="Pizz Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="Timpni+Cym" hbank="0" lbank="0" prog="47" /> + <Patch name="StereoSt1" hbank="0" lbank="0" prog="48" /> + <Patch name="StereoSt2" hbank="0" lbank="0" prog="49" /> + <Patch name="Grand Saw" hbank="0" lbank="0" prog="50" /> + <Patch name="SynStrings" hbank="0" lbank="0" prog="51" /> + <Patch name="Aah Choir" hbank="0" lbank="0" prog="52" /> + <Patch name="Ooh Choir" hbank="0" lbank="0" prog="53" /> + <Patch name="Syn Voice" hbank="0" lbank="0" prog="54" /> + <Patch name="Orch.Hit" hbank="0" lbank="0" prog="55" /> + <Patch name="Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="Trombone 2" hbank="0" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="MuteTrpt 2" hbank="0" lbank="0" prog="59" /> + <Patch name="F.Horns" hbank="0" lbank="0" prog="60" /> + <Patch name="Brass Sect" hbank="0" lbank="0" prog="61" /> + <Patch name="SynthBrass" hbank="0" lbank="0" prog="62" /> + <Patch name="Soft Brass" hbank="0" lbank="0" prog="63" /> + <Patch name="Soprano 2" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="TenorSax 2" hbank="0" lbank="0" prog="66" /> + <Patch name="Bari Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="Eng.Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="0" prog="71" /> + <Patch name="Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="Panflute" hbank="0" lbank="0" prog="75" /> + <Patch name="Bottle" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="0" lbank="0" prog="79" /> + <Patch name="Square Ld" hbank="0" lbank="0" prog="80" /> + <Patch name="Saw Ld" hbank="0" lbank="0" prog="81" /> + <Patch name="Caliop Ld" hbank="0" lbank="0" prog="82" /> + <Patch name="Chiff Ld" hbank="0" lbank="0" prog="83" /> + <Patch name="Charan Ld" hbank="0" lbank="0" prog="84" /> + <Patch name="Voice Ld" hbank="0" lbank="0" prog="85" /> + <Patch name="Fifth Ld" hbank="0" lbank="0" prog="86" /> + <Patch name="Bass&Ld" hbank="0" lbank="0" prog="87" /> + <Patch name="New Age" hbank="0" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="0" lbank="0" prog="89" /> + <Patch name="Poly Synth" hbank="0" lbank="0" prog="90" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="91" /> + <Patch name="BowedPad" hbank="0" lbank="0" prog="92" /> + <Patch name="Metal Pad" hbank="0" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" hbank="0" lbank="0" prog="95" /> + <Patch name="Rain Pad" hbank="0" lbank="0" prog="96" /> + <Patch name="SoundTrack" hbank="0" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="0" lbank="0" prog="98" /> + <Patch name="Atmosphere" hbank="0" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblin" hbank="0" lbank="0" prog="101" /> + <Patch name="Echoes" hbank="0" lbank="0" prog="102" /> + <Patch name="Sci-Fi" hbank="0" lbank="0" prog="103" /> + <Patch name="Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="Bagpipe" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="0" lbank="0" prog="111" /> + <Patch name="Tinkerbel" hbank="0" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="Steeldrum" hbank="0" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="0" lbank="0" prog="115" /> + <Patch name="TaikoDrum" hbank="0" lbank="0" prog="116" /> + <Patch name="MelodicTom" hbank="0" lbank="0" prog="117" /> + <Patch name="Synth Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="Rev Cymbal" hbank="0" lbank="0" prog="119" /> + <Patch name="Fret Noise" hbank="0" lbank="0" prog="120" /> + <Patch name="BreathNoiz" hbank="0" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="Tweet" hbank="0" lbank="0" prog="123" /> + <Patch name="Telephone" hbank="0" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="0" lbank="0" prog="125" /> + <Patch name="Applause" hbank="0" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="63" lbank="1" prog="127" /> + </PatchGroup> + <PatchGroup name="Drum Kits"> + <Patch name="PoweredStd" hbank="63" lbank="32" prog="0" drum="1" /> + <Patch name="DryStd" hbank="63" lbank="32" prog="1" drum="1" /> + </PatchGroup> + <PatchGroup name="GM Drum Kits"> + <Patch name="GM Drum" hbank="127" lbank="0" prog="0" drum="1" /> + <Patch name="RockMono2" hbank="63" lbank="40" prog="0" drum="1" /> + <Patch name="RockMono3" hbank="63" lbank="40" prog="1" drum="1" /> + <Patch name="HipHop5" hbank="63" lbank="40" prog="2" drum="1" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/ZynAdd-1_4.idf b/muse2/share/instruments/ZynAdd-1_4.idf new file mode 100644 index 00000000..55b2d818 --- /dev/null +++ b/muse2/share/instruments/ZynAdd-1_4.idf @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="ZynAddSubFX-1.4"> + <Controller name="Program" type="Program" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Modulation" l="1" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="FilterQ" l="71" init="64" /> + <Controller name="FilterCutoff" l="74" init="64" /> + <Controller name="Bandwidth" l="75" init="64" /> + <Controller name="ModulationAmp" l="76" init="127" /> + <Controller name="ResonanceCenter" l="77" init="64" /> + <Controller name="ResonanceBandwidth" l="78" init="64" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="AllNotesOff" l="123" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/emuproteus2000.idf b/muse2/share/instruments/emuproteus2000.idf new file mode 100644 index 00000000..8a1fccaf --- /dev/null +++ b/muse2/share/instruments/emuproteus2000.idf @@ -0,0 +1,1081 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Emu Proteus 2000"> + <PatchGroup name="bpm"> + <Patch name="Build Up" hbank="4" lbank="2" prog="22" /> + <Patch name="Jumping" hbank="4" lbank="4" prog="16" /> + <Patch name="Move Clock !" hbank="4" lbank="2" prog="30" /> + <Patch name="Something" hbank="4" lbank="2" prog="31" /> + <Patch name="Electronica" hbank="4" lbank="2" prog="26" /> + <Patch name="Waver" hbank="4" lbank="2" prog="33" /> + <Patch name="DXBeat" hbank="4" lbank="2" prog="25" /> + <Patch name="Free Love" hbank="4" lbank="2" prog="27" /> + <Patch name="Choice 1" hbank="4" lbank="2" prog="23" /> + <Patch name="Freeze" hbank="4" lbank="2" prog="28" /> + <Patch name="Industry Vox" hbank="4" lbank="2" prog="29" /> + <Patch name="The Man" hbank="4" lbank="2" prog="32" /> + <Patch name="Deep Blue" hbank="4" lbank="2" prog="24" /> + </PatchGroup> + <PatchGroup name="brs"> + <Patch name="Horny" hbank="4" lbank="7" prog="115" /> + <Patch name="Bone" hbank="4" lbank="7" prog="104" /> + <Patch name="BreathyTBone" hbank="4" lbank="4" prog="21" /> + <Patch name="Tromboned" hbank="4" lbank="0" prog="7" /> + <Patch name="TrumpetMute2" hbank="4" lbank="0" prog="19" /> + <Patch name="Profit 5" hbank="4" lbank="7" prog="120" /> + <Patch name="Breathy Mute" hbank="4" lbank="7" prog="108" /> + <Patch name="SforzadoEnsb" hbank="4" lbank="7" prog="126" /> + <Patch name="ClassicBrass" hbank="4" lbank="7" prog="109" /> + <Patch name="Synth Brass" hbank="4" lbank="0" prog="3" /> + <Patch name="Bigga" hbank="4" lbank="7" prog="103" /> + <Patch name="Dizzy" hbank="4" lbank="7" prog="111" /> + <Patch name="Smiles" hbank="4" lbank="7" prog="123" /> + <Patch name="Trumpet FX 4" hbank="4" lbank="0" prog="13" /> + <Patch name="Section" hbank="4" lbank="7" prog="125" /> + <Patch name="Ensemble" hbank="4" lbank="7" prog="113" /> + <Patch name="Brass&Bari" hbank="4" lbank="7" prog="105" /> + <Patch name="Trmpt+Sect" hbank="4" lbank="0" prog="6" /> + <Patch name="TrumpetMute1" hbank="4" lbank="0" prog="18" /> + <Patch name="Brassy" hbank="4" lbank="7" prog="107" /> + <Patch name="Trumpet FX 6" hbank="4" lbank="0" prog="15" /> + <Patch name="Trumpet FX 7" hbank="4" lbank="0" prog="16" /> + <Patch name="Miles" hbank="4" lbank="7" prog="119" /> + <Patch name="SforzadoSect" hbank="4" lbank="0" prog="0" /> + <Patch name="The Ensemble" hbank="4" lbank="0" prog="4" /> + <Patch name="Barry Bones" hbank="4" lbank="7" prog="102" /> + <Patch name="Reed & Brass" hbank="4" lbank="7" prog="122" /> + <Patch name="Trumpet FX 2" hbank="4" lbank="0" prog="11" /> + <Patch name="Da Brasses" hbank="4" lbank="7" prog="110" /> + <Patch name="Hans E4s" hbank="4" lbank="7" prog="114" /> + <Patch name="B4PCM Brass" hbank="4" lbank="7" prog="101" /> + <Patch name="RadioHorns" hbank="4" lbank="7" prog="121" /> + <Patch name="Trumpet FX 5" hbank="4" lbank="0" prog="14" /> + <Patch name="MellowDTrmp" hbank="4" lbank="7" prog="118" /> + <Patch name="Trumpet FX 3" hbank="4" lbank="0" prog="12" /> + <Patch name="Trumpet Hard" hbank="4" lbank="0" prog="17" /> + <Patch name="5th Wave" hbank="4" lbank="7" prog="99" /> + <Patch name="Trombrass" hbank="4" lbank="0" prog="8" /> + <Patch name="Schwyn 1" hbank="4" lbank="7" prog="124" /> + <Patch name="Airy Trumpet" hbank="4" lbank="7" prog="100" /> + <Patch name="Movie Brass" hbank="4" lbank="4" prog="14" /> + <Patch name="Louis" hbank="4" lbank="7" prog="117" /> + <Patch name="DonsTrumpet" hbank="4" lbank="7" prog="112" /> + <Patch name="Trump FX etc" hbank="4" lbank="0" prog="9" /> + <Patch name="Huge Brass" hbank="4" lbank="7" prog="116" /> + <Patch name="BrassControl" hbank="4" lbank="7" prog="106" /> + <Patch name="Trumpet FX 1" hbank="4" lbank="0" prog="10" /> + <Patch name="Soft Trumpet" hbank="4" lbank="0" prog="1" /> + <Patch name="Too Bahhd" hbank="4" lbank="0" prog="5" /> + <Patch name="Solo Bone" hbank="4" lbank="0" prog="2" /> + </PatchGroup> + <PatchGroup name="bs1"> + <Patch name="DynoStandUp" hbank="4" lbank="5" prog="40" /> + <Patch name="Upright Days" hbank="4" lbank="5" prog="44" /> + <Patch name="A Ku Stq" hbank="4" lbank="4" prog="4" /> + <Patch name="Upright 2" hbank="4" lbank="5" prog="43" /> + <Patch name="WalkinUprite" hbank="4" lbank="5" prog="45" /> + <Patch name="Upright 1" hbank="4" lbank="5" prog="42" /> + <Patch name="Acoustic" hbank="4" lbank="5" prog="39" /> + <Patch name="Up ~" hbank="4" lbank="5" prog="41" /> + </PatchGroup> + <PatchGroup name="bs2"> + <Patch name="Fingered In" hbank="4" lbank="5" prog="57" /> + <Patch name="Big Basic" hbank="4" lbank="5" prog="47" /> + <Patch name="Slap 1" hbank="4" lbank="5" prog="77" /> + <Patch name="EP 2" hbank="4" lbank="5" prog="49" /> + <Patch name="Fretlessd" hbank="4" lbank="5" prog="63" /> + <Patch name="Sloppiest" hbank="4" lbank="5" prog="86" /> + <Patch name="Signfeld Pop" hbank="4" lbank="5" prog="76" /> + <Patch name="Pop Slide 1" hbank="4" lbank="5" prog="72" /> + <Patch name="Fretless 4" hbank="4" lbank="5" prog="61" /> + <Patch name="Finger Harmz" hbank="4" lbank="5" prog="54" /> + <Patch name="EP Bass" hbank="4" lbank="5" prog="51" /> + <Patch name="SlapBack" hbank="4" lbank="5" prog="83" /> + <Patch name="Slappity" hbank="4" lbank="5" prog="84" /> + <Patch name="BADtube" hbank="4" lbank="5" prog="46" /> + <Patch name="EP 3" hbank="4" lbank="5" prog="50" /> + <Patch name="Finger1" hbank="4" lbank="5" prog="55" /> + <Patch name="EP 1" hbank="4" lbank="5" prog="48" /> + <Patch name="Harmonics" hbank="4" lbank="5" prog="67" /> + <Patch name="MelloRounder" hbank="4" lbank="5" prog="68" /> + <Patch name="Full Finger" hbank="4" lbank="5" prog="65" /> + <Patch name="VeloFretless" hbank="4" lbank="5" prog="89" /> + <Patch name="Pop Slide 3" hbank="4" lbank="5" prog="74" /> + <Patch name="Finger2" hbank="4" lbank="5" prog="56" /> + <Patch name="Slap 4" hbank="4" lbank="5" prog="80" /> + <Patch name="Fretless 5" hbank="4" lbank="5" prog="62" /> + <Patch name="Fing&Harms 2" hbank="4" lbank="4" prog="35" /> + <Patch name="FretterNot" hbank="4" lbank="5" prog="64" /> + <Patch name="Fretless 2" hbank="4" lbank="5" prog="59" /> + <Patch name="Pop" hbank="4" lbank="5" prog="71" /> + <Patch name="Slop Bass" hbank="4" lbank="5" prog="85" /> + <Patch name="Slap 5" hbank="4" lbank="5" prog="81" /> + <Patch name="Pop Slide 2" hbank="4" lbank="5" prog="73" /> + <Patch name="Picked" hbank="4" lbank="5" prog="69" /> + <Patch name="Gruzzy Pop" hbank="4" lbank="5" prog="66" /> + <Patch name="Finger Out" hbank="4" lbank="5" prog="53" /> + <Patch name="Slap Me!" hbank="4" lbank="5" prog="82" /> + <Patch name="Fing&Harms 1" hbank="4" lbank="5" prog="52" /> + <Patch name="Slap 2" hbank="4" lbank="5" prog="78" /> + <Patch name="Slap 3" hbank="4" lbank="5" prog="79" /> + <Patch name="ThickFretles" hbank="4" lbank="5" prog="88" /> + <Patch name="Fretless 1" hbank="4" lbank="5" prog="58" /> + <Patch name="Fretless 3" hbank="4" lbank="5" prog="60" /> + <Patch name="Picked Off" hbank="4" lbank="5" prog="70" /> + <Patch name="Pop Slide 4" hbank="4" lbank="5" prog="75" /> + <Patch name="Spankin" hbank="4" lbank="5" prog="87" /> + </PatchGroup> + <PatchGroup name="bs3"> + <Patch name="Analow" hbank="4" lbank="5" prog="91" /> + <Patch name="Lowness" hbank="4" lbank="5" prog="109" /> + <Patch name="Ice" hbank="4" lbank="5" prog="106" /> + <Patch name="Way Low Down" hbank="4" lbank="6" prog="6" /> + <Patch name="Plex" hbank="4" lbank="5" prog="114" /> + <Patch name="Super Sub" hbank="4" lbank="6" prog="2" /> + <Patch name="Poly Style" hbank="4" lbank="5" prog="115" /> + <Patch name="ZuB CoMpLeX" hbank="4" lbank="6" prog="8" /> + <Patch name="Homeboy E" hbank="4" lbank="5" prog="105" /> + <Patch name="Sub Core" hbank="4" lbank="5" prog="123" /> + <Patch name="Below Sub" hbank="4" lbank="5" prog="97" /> + <Patch name="Planet Bass" hbank="4" lbank="5" prog="113" /> + <Patch name="Spanker" hbank="4" lbank="5" prog="121" /> + <Patch name="Subtle Bass" hbank="4" lbank="6" prog="1" /> + <Patch name="RoundabouT" hbank="4" lbank="5" prog="117" /> + <Patch name="DB Sub" hbank="4" lbank="5" prog="99" /> + <Patch name="Sub Drop" hbank="4" lbank="5" prog="124" /> + <Patch name="HipPocket" hbank="4" lbank="5" prog="104" /> + <Patch name="MassiveMini" hbank="4" lbank="5" prog="110" /> + <Patch name="Real Low" hbank="4" lbank="5" prog="116" /> + <Patch name="Easy" hbank="4" lbank="5" prog="100" /> + <Patch name="JP-Moog 4" hbank="4" lbank="5" prog="107" /> + <Patch name="Wide Chorus" hbank="4" lbank="6" prog="7" /> + <Patch name="Sub Plunk" hbank="4" lbank="5" prog="125" /> + <Patch name="Thip Kong" hbank="4" lbank="6" prog="5" /> + <Patch name="ATC 3" hbank="4" lbank="5" prog="94" /> + <Patch name="ATC 1" hbank="4" lbank="5" prog="92" /> + <Patch name="SE Sub 1" hbank="4" lbank="5" prog="119" /> + <Patch name="Big Basic" hbank="4" lbank="5" prog="98" /> + <Patch name="Moogy Mudd" hbank="4" lbank="5" prog="112" /> + <Patch name="Sub Pummeled" hbank="4" lbank="5" prog="127" /> + <Patch name="Four U" hbank="4" lbank="5" prog="103" /> + <Patch name="Line" hbank="4" lbank="5" prog="108" /> + <Patch name="Thickley Dub" hbank="4" lbank="6" prog="4" /> + <Patch name="SE Sub 2" hbank="4" lbank="5" prog="120" /> + <Patch name="MooG DropS" hbank="4" lbank="5" prog="111" /> + <Patch name="ATC 4" hbank="4" lbank="5" prog="95" /> + <Patch name="Fat Sunbass" hbank="4" lbank="5" prog="102" /> + <Patch name="Sub Poke" hbank="4" lbank="5" prog="126" /> + <Patch name="SE Micro" hbank="4" lbank="5" prog="118" /> + <Patch name="26" hbank="4" lbank="5" prog="90" /> + <Patch name="The Tunnel" hbank="4" lbank="6" prog="3" /> + <Patch name="Beauty" hbank="4" lbank="5" prog="96" /> + <Patch name="ATC 2" hbank="4" lbank="5" prog="93" /> + <Patch name="Sub-Basement" hbank="4" lbank="6" prog="0" /> + <Patch name="Spkr Damage" hbank="4" lbank="5" prog="122" /> + <Patch name="Face Bass" hbank="4" lbank="5" prog="101" /> + </PatchGroup> + <PatchGroup name="bs4"> + <Patch name="Reverend JB" hbank="4" lbank="6" prog="66" /> + <Patch name="Synth 4" hbank="4" lbank="6" prog="81" /> + <Patch name="Synth 2" hbank="4" lbank="6" prog="79" /> + <Patch name="Lukes Best" hbank="4" lbank="6" prog="38" /> + <Patch name="Power Q" hbank="4" lbank="6" prog="58" /> + <Patch name="TB 1" hbank="4" lbank="6" prog="88" /> + <Patch name="Q Attack" hbank="4" lbank="6" prog="60" /> + <Patch name="TB 2" hbank="4" lbank="6" prog="89" /> + <Patch name="Moog Tri" hbank="4" lbank="6" prog="49" /> + <Patch name="Analogic" hbank="4" lbank="6" prog="12" /> + <Patch name="Bondomatic" hbank="4" lbank="6" prog="18" /> + <Patch name="Q Snap" hbank="4" lbank="6" prog="65" /> + <Patch name="Sync Echo" hbank="4" lbank="6" prog="77" /> + <Patch name="Sobered Up" hbank="4" lbank="6" prog="75" /> + <Patch name="FP Powerbass" hbank="4" lbank="6" prog="33" /> + <Patch name="Mini More" hbank="4" lbank="6" prog="45" /> + <Patch name="Q Bass 1" hbank="4" lbank="6" prog="61" /> + <Patch name="Synth 8" hbank="4" lbank="6" prog="85" /> + <Patch name="Mini 2" hbank="4" lbank="6" prog="42" /> + <Patch name="Walky Talk" hbank="4" lbank="4" prog="24" /> + <Patch name="DB" hbank="4" lbank="6" prog="24" /> + <Patch name="Acid 4 Ever" hbank="4" lbank="6" prog="11" /> + <Patch name="Moog 1" hbank="4" lbank="6" prog="47" /> + <Patch name="Mod da Wheel" hbank="4" lbank="6" prog="46" /> + <Patch name="Memory Moog" hbank="4" lbank="6" prog="39" /> + <Patch name="PuLs Ating" hbank="4" lbank="6" prog="59" /> + <Patch name="Q Bass 2" hbank="4" lbank="6" prog="62" /> + <Patch name="AnalogPlanet" hbank="4" lbank="4" prog="8" /> + <Patch name="FM Sonic" hbank="4" lbank="6" prog="32" /> + <Patch name="DB9 1" hbank="4" lbank="6" prog="25" /> + <Patch name="FM" hbank="4" lbank="6" prog="31" /> + <Patch name="Synth 6" hbank="4" lbank="6" prog="83" /> + <Patch name="Deep Pocket" hbank="4" lbank="6" prog="27" /> + <Patch name="Bass Hit" hbank="4" lbank="6" prog="14" /> + <Patch name="Moog 2" hbank="4" lbank="6" prog="48" /> + <Patch name="Brolins 1st" hbank="4" lbank="6" prog="20" /> + <Patch name="Examination" hbank="4" lbank="6" prog="30" /> + <Patch name="Q Bass 3" hbank="4" lbank="6" prog="63" /> + <Patch name="Distorto-TB" hbank="4" lbank="6" prog="29" /> + <Patch name="Q Bass 4" hbank="4" lbank="6" prog="64" /> + <Patch name="Synth 7" hbank="4" lbank="6" prog="84" /> + <Patch name="Synth" hbank="4" lbank="6" prog="87" /> + <Patch name="Tres o Tres" hbank="4" lbank="6" prog="94" /> + <Patch name="SE 2" hbank="4" lbank="6" prog="71" /> + <Patch name="Mini 3" hbank="4" lbank="6" prog="43" /> + <Patch name="Octave" hbank="4" lbank="6" prog="53" /> + <Patch name="TB 3" hbank="4" lbank="6" prog="90" /> + <Patch name="Tight Mo MW" hbank="4" lbank="6" prog="93" /> + <Patch name="Synth 5" hbank="4" lbank="6" prog="82" /> + <Patch name="DB9 2" hbank="4" lbank="6" prog="26" /> + <Patch name="Bass ic" hbank="4" lbank="6" prog="15" /> + <Patch name="Bernie Funk" hbank="4" lbank="6" prog="16" /> + <Patch name="Acid" hbank="4" lbank="6" prog="10" /> + <Patch name="Brite Beauty" hbank="4" lbank="6" prog="19" /> + <Patch name="JP4 Bass" hbank="4" lbank="6" prog="36" /> + <Patch name="Crystal Meth" hbank="4" lbank="6" prog="22" /> + <Patch name="HaLLoW !" hbank="4" lbank="6" prog="34" /> + <Patch name="Ripped3" hbank="4" lbank="6" prog="67" /> + <Patch name="Simple 3" hbank="4" lbank="6" prog="74" /> + <Patch name="Sugar Freak" hbank="4" lbank="4" prog="18" /> + <Patch name="Big Sync" hbank="4" lbank="6" prog="17" /> + <Patch name="SE 1" hbank="4" lbank="6" prog="70" /> + <Patch name="Mini 1" hbank="4" lbank="6" prog="41" /> + <Patch name="Not So Mini" hbank="4" lbank="6" prog="51" /> + <Patch name="Thunk" hbank="4" lbank="6" prog="92" /> + <Patch name="Mini 4" hbank="4" lbank="6" prog="44" /> + <Patch name="Osc-Kars" hbank="4" lbank="6" prog="55" /> + <Patch name="Digi-Punch" hbank="4" lbank="6" prog="28" /> + <Patch name="Walky Talk2" hbank="4" lbank="6" prog="95" /> + <Patch name="Synth 9" hbank="4" lbank="6" prog="86" /> + <Patch name="In the Money" hbank="4" lbank="6" prog="35" /> + <Patch name="Occitan Root" hbank="4" lbank="6" prog="52" /> + <Patch name="Plexy" hbank="4" lbank="6" prog="57" /> + <Patch name="Micro" hbank="4" lbank="6" prog="40" /> + <Patch name="Org Gruz" hbank="4" lbank="6" prog="54" /> + <Patch name="Saw Sync" hbank="4" lbank="6" prog="68" /> + <Patch name="Shift" hbank="4" lbank="6" prog="73" /> + <Patch name="Synth 1" hbank="4" lbank="6" prog="78" /> + <Patch name="Asidic Bass" hbank="4" lbank="6" prog="13" /> + <Patch name="01.10.2005" hbank="4" lbank="6" prog="23" /> + <Patch name="3 O WorM" hbank="4" lbank="6" prog="9" /> + <Patch name="StraytUPjunO" hbank="4" lbank="6" prog="76" /> + <Patch name="TB 4" hbank="4" lbank="6" prog="91" /> + <Patch name="SE One" hbank="4" lbank="6" prog="72" /> + <Patch name="Sawz" hbank="4" lbank="6" prog="69" /> + <Patch name="Mr. Clean" hbank="4" lbank="6" prog="50" /> + <Patch name="Juno" hbank="4" lbank="6" prog="37" /> + <Patch name="PercoOrgana" hbank="4" lbank="6" prog="56" /> + <Patch name="Synth 3" hbank="4" lbank="6" prog="80" /> + <Patch name="Buzza" hbank="4" lbank="6" prog="21" /> + </PatchGroup> + <PatchGroup name="bs5"> + <Patch name="Organ Bass 1" hbank="4" lbank="6" prog="110" /> + <Patch name="WetMonica" hbank="4" lbank="7" prog="4" /> + <Patch name="Street" hbank="4" lbank="6" prog="124" /> + <Patch name="Buzzed" hbank="4" lbank="6" prog="97" /> + <Patch name="Ultimate 3" hbank="4" lbank="7" prog="1" /> + <Patch name="Mozambique" hbank="4" lbank="6" prog="107" /> + <Patch name="Thickener" hbank="4" lbank="6" prog="126" /> + <Patch name="Organ Bass 2" hbank="4" lbank="6" prog="111" /> + <Patch name="Ultimate 2" hbank="4" lbank="7" prog="0" /> + <Patch name="DX 2" hbank="4" lbank="6" prog="99" /> + <Patch name="Funkalicous" hbank="4" lbank="6" prog="102" /> + <Patch name="Sonics" hbank="4" lbank="6" prog="120" /> + <Patch name="Oh Yea" hbank="4" lbank="6" prog="109" /> + <Patch name="Soft & Hard" hbank="4" lbank="6" prog="119" /> + <Patch name="Home 1" hbank="4" lbank="6" prog="103" /> + <Patch name="All Purpose" hbank="4" lbank="6" prog="96" /> + <Patch name="Phlappy" hbank="4" lbank="6" prog="113" /> + <Patch name="Ultimate 1" hbank="4" lbank="6" prog="127" /> + <Patch name="Standard" hbank="4" lbank="6" prog="123" /> + <Patch name="Pocket" hbank="4" lbank="6" prog="114" /> + <Patch name="Smoothy" hbank="4" lbank="6" prog="118" /> + <Patch name="Pure" hbank="4" lbank="6" prog="115" /> + <Patch name="DX 1" hbank="4" lbank="6" prog="98" /> + <Patch name="Tapp" hbank="4" lbank="6" prog="125" /> + <Patch name="VP1 2" hbank="4" lbank="7" prog="3" /> + <Patch name="Home 2" hbank="4" lbank="6" prog="104" /> + <Patch name="Perco" hbank="4" lbank="6" prog="112" /> + <Patch name="VP1 1" hbank="4" lbank="7" prog="2" /> + <Patch name="Say What" hbank="4" lbank="6" prog="116" /> + <Patch name="DX 3" hbank="4" lbank="6" prog="100" /> + <Patch name="Hybrid" hbank="4" lbank="6" prog="105" /> + <Patch name="Feeder" hbank="4" lbank="6" prog="101" /> + <Patch name="Spitt" hbank="4" lbank="6" prog="121" /> + <Patch name="Slider" hbank="4" lbank="6" prog="117" /> + <Patch name="Spread" hbank="4" lbank="6" prog="122" /> + <Patch name="Mozamdrip" hbank="4" lbank="6" prog="108" /> + <Patch name="Knocker" hbank="4" lbank="6" prog="106" /> + </PatchGroup> + <PatchGroup name="gtr"> + <Patch name="Heavy Mon" hbank="4" lbank="7" prog="21" /> + <Patch name="Distorter-X" hbank="4" lbank="7" prog="10" /> + <Patch name="Cry Babies" hbank="4" lbank="7" prog="8" /> + <Patch name="Wah Minor" hbank="4" lbank="7" prog="55" /> + <Patch name="Nye Lonny" hbank="4" lbank="7" prog="36" /> + <Patch name="Chuckin" hbank="4" lbank="7" prog="7" /> + <Patch name="TwangyNylon" hbank="4" lbank="7" prog="53" /> + <Patch name="Power 1" hbank="4" lbank="7" prog="42" /> + <Patch name="Rezatronics" hbank="4" lbank="7" prog="44" /> + <Patch name="Waaaa Waaaa" hbank="4" lbank="7" prog="54" /> + <Patch name="Looz 12s" hbank="4" lbank="7" prog="26" /> + <Patch name="Slippery Joe" hbank="4" lbank="7" prog="45" /> + <Patch name="Electric 2" hbank="4" lbank="7" prog="15" /> + <Patch name="Carlos" hbank="4" lbank="7" prog="5" /> + <Patch name="ThickPick" hbank="4" lbank="7" prog="52" /> + <Patch name="MutableJazz" hbank="4" lbank="7" prog="29" /> + <Patch name="Metal Head" hbank="4" lbank="7" prog="28" /> + <Patch name="EmmTV Crunch" hbank="4" lbank="7" prog="17" /> + <Patch name="FullNylon" hbank="4" lbank="7" prog="19" /> + <Patch name="WaaKeeGa" hbank="4" lbank="4" prog="38" /> + <Patch name="LA Strata" hbank="4" lbank="7" prog="25" /> + <Patch name="Power 2" hbank="4" lbank="7" prog="43" /> + <Patch name="MellowElect" hbank="4" lbank="7" prog="27" /> + <Patch name="SlipSly" hbank="4" lbank="7" prog="46" /> + <Patch name="Steel Real" hbank="4" lbank="7" prog="49" /> + <Patch name="Dark Gut" hbank="4" lbank="7" prog="9" /> + <Patch name="Grusty" hbank="4" lbank="4" prog="3" /> + <Patch name="FlangnVioWah" hbank="4" lbank="7" prog="18" /> + <Patch name="El Mute 2" hbank="4" lbank="7" prog="13" /> + <Patch name="JangleWah" hbank="4" lbank="7" prog="22" /> + <Patch name="FunkChunk" hbank="4" lbank="7" prog="20" /> + <Patch name="Mute-Ted" hbank="4" lbank="7" prog="32" /> + <Patch name="Nrysty12" hbank="4" lbank="7" prog="35" /> + <Patch name="El Mute 1" hbank="4" lbank="7" prog="12" /> + <Patch name="Stolen7Away" hbank="4" lbank="4" prog="13" /> + <Patch name="ElectricDis" hbank="4" lbank="7" prog="16" /> + <Patch name="Nylonistic" hbank="4" lbank="7" prog="40" /> + <Patch name="Dolobroso" hbank="4" lbank="7" prog="11" /> + <Patch name="Jazzed" hbank="4" lbank="7" prog="24" /> + <Patch name="Nylon Silk" hbank="4" lbank="7" prog="38" /> + <Patch name="WahWah Spice" hbank="4" lbank="7" prog="56" /> + <Patch name="Pantastic" hbank="4" lbank="7" prog="41" /> + <Patch name="Cast Teller" hbank="4" lbank="7" prog="6" /> + <Patch name="The 12String" hbank="4" lbank="7" prog="51" /> + <Patch name="Spy" hbank="4" lbank="7" prog="47" /> + <Patch name="Jazz" hbank="4" lbank="7" prog="23" /> + <Patch name="Strat Wow" hbank="4" lbank="7" prog="50" /> + <Patch name="Electric 1" hbank="4" lbank="7" prog="14" /> + <Patch name="Mutes" hbank="4" lbank="7" prog="33" /> + <Patch name="Steel" hbank="4" lbank="7" prog="48" /> + <Patch name="NyloSteel" hbank="4" lbank="4" prog="32" /> + <Patch name="Mutant Pick" hbank="4" lbank="7" prog="30" /> + <Patch name="Nylon" hbank="4" lbank="7" prog="37" /> + <Patch name="Nrysty" hbank="4" lbank="7" prog="34" /> + <Patch name="Nylon Vox" hbank="4" lbank="7" prog="39" /> + <Patch name="Mute Gtr vsw" hbank="4" lbank="7" prog="31" /> + </PatchGroup> + <PatchGroup name="hit"> + <Patch name="Dance Hits 1" hbank="4" lbank="2" prog="48" /> + <Patch name="MasterBlast" hbank="4" lbank="4" prog="31" /> + <Patch name="Guitars" hbank="4" lbank="2" prog="54" /> + <Patch name="Brass Hits 2" hbank="4" lbank="2" prog="42" /> + <Patch name="Brass Hitz" hbank="4" lbank="2" prog="46" /> + <Patch name="Vox Grunts" hbank="4" lbank="2" prog="65" /> + <Patch name="Dirt Strings" hbank="4" lbank="2" prog="51" /> + <Patch name="Fashion" hbank="4" lbank="2" prog="52" /> + <Patch name="Big Band" hbank="4" lbank="2" prog="37" /> + <Patch name="Garagiste" hbank="4" lbank="2" prog="53" /> + <Patch name="Alta Trumpt" hbank="4" lbank="2" prog="34" /> + <Patch name="Sax Scandals" hbank="4" lbank="2" prog="61" /> + <Patch name="Orch Fatlow" hbank="4" lbank="2" prog="56" /> + <Patch name="Brass Hits 3" hbank="4" lbank="2" prog="43" /> + <Patch name="Vox Hits 1" hbank="4" lbank="2" prog="66" /> + <Patch name="Organ Hits 1" hbank="4" lbank="2" prog="57" /> + <Patch name="String Hits" hbank="4" lbank="2" prog="63" /> + <Patch name="Punch Prak" hbank="4" lbank="2" prog="60" /> + <Patch name="Dance Hits 2" hbank="4" lbank="2" prog="49" /> + <Patch name="Guitarzits" hbank="4" lbank="2" prog="55" /> + <Patch name="Deep Brass" hbank="4" lbank="2" prog="50" /> + <Patch name="Synth Basses" hbank="4" lbank="2" prog="64" /> + <Patch name="Poker" hbank="4" lbank="2" prog="59" /> + <Patch name="Skweeler" hbank="4" lbank="2" prog="62" /> + <Patch name="Brass Bite" hbank="4" lbank="2" prog="40" /> + <Patch name="Vox Hitties" hbank="4" lbank="2" prog="68" /> + <Patch name="Bass Slips" hbank="4" lbank="2" prog="35" /> + <Patch name="Brass Hits 1" hbank="4" lbank="2" prog="41" /> + <Patch name="Basses" hbank="4" lbank="2" prog="36" /> + <Patch name="Da Danzits" hbank="4" lbank="2" prog="47" /> + <Patch name="Brass Batz" hbank="4" lbank="2" prog="39" /> + <Patch name="Organ Hits 2" hbank="4" lbank="2" prog="58" /> + <Patch name="Brass Hits 4" hbank="4" lbank="2" prog="44" /> + <Patch name="Biggy Brass" hbank="4" lbank="2" prog="38" /> + <Patch name="Brass Hittas" hbank="4" lbank="2" prog="45" /> + <Patch name="Vox Hits 2" hbank="4" lbank="2" prog="67" /> + </PatchGroup> + <PatchGroup name="kb1"> + <Patch name="Sung Piano" hbank="4" lbank="4" prog="57" /> + <Patch name="Concert Pno" hbank="4" lbank="4" prog="42" /> + <Patch name="Grande" hbank="4" lbank="4" prog="45" /> + <Patch name="Layer Piano" hbank="4" lbank="4" prog="48" /> + <Patch name="Piano&Strng2" hbank="4" lbank="4" prog="52" /> + <Patch name="HonkTonkeyz" hbank="4" lbank="4" prog="46" /> + <Patch name="Chime Grand" hbank="4" lbank="4" prog="41" /> + <Patch name="StereoGrand2" hbank="4" lbank="4" prog="54" /> + <Patch name="StereoGrand1" hbank="4" lbank="4" prog="53" /> + <Patch name="Techno Piano" hbank="4" lbank="4" prog="58" /> + <Patch name="Miami Grand" hbank="4" lbank="4" prog="49" /> + <Patch name="Piano Mio" hbank="4" lbank="4" prog="50" /> + <Patch name="Dance Pno" hbank="4" lbank="4" prog="43" /> + <Patch name="Piano&Strng1" hbank="4" lbank="4" prog="51" /> + <Patch name="Klassical" hbank="4" lbank="4" prog="47" /> + <Patch name="Elecro7CP" hbank="4" lbank="4" prog="44" /> + <Patch name="StereoGrand3" hbank="4" lbank="4" prog="55" /> + <Patch name="StereoGrand4" hbank="4" lbank="4" prog="56" /> + <Patch name="Ballad Grand" hbank="4" lbank="4" prog="40" /> + <Patch name="And Voice" hbank="4" lbank="4" prog="10" /> + <Patch name="DynamicGrand" hbank="4" lbank="4" prog="0" /> + </PatchGroup> + <PatchGroup name="kb2"> + <Patch name="Med Dyno" hbank="4" lbank="4" prog="73" /> + <Patch name="Hard EP" hbank="4" lbank="4" prog="71" /> + <Patch name="FM EP 1" hbank="4" lbank="4" prog="67" /> + <Patch name="WurlitzerSft" hbank="4" lbank="4" prog="81" /> + <Patch name="Wurlitzer Hd" hbank="4" lbank="4" prog="80" /> + <Patch name="WurlyDLayer" hbank="4" lbank="4" prog="82" /> + <Patch name="FM El Piano" hbank="4" lbank="4" prog="66" /> + <Patch name="Supatramp EP" hbank="4" lbank="4" prog="79" /> + <Patch name="Classic EP 4" hbank="4" lbank="4" prog="63" /> + <Patch name="Classic EP 3" hbank="4" lbank="4" prog="62" /> + <Patch name="PrettyLushEP" hbank="4" lbank="4" prog="76" /> + <Patch name="Melosoul EP" hbank="4" lbank="4" prog="28" /> + <Patch name="FM2Classic" hbank="4" lbank="4" prog="69" /> + <Patch name="Pretty EP" hbank="4" lbank="4" prog="75" /> + <Patch name="FM EP 2" hbank="4" lbank="4" prog="68" /> + <Patch name="Hard Tine" hbank="4" lbank="4" prog="72" /> + <Patch name="Classic EP 1" hbank="4" lbank="4" prog="60" /> + <Patch name="DooGie" hbank="4" lbank="4" prog="64" /> + <Patch name="Classic EP 2" hbank="4" lbank="4" prog="61" /> + <Patch name="Dynofunk EP" hbank="4" lbank="4" prog="65" /> + <Patch name="Hard Dyno" hbank="4" lbank="4" prog="70" /> + <Patch name="Suitcase EP" hbank="4" lbank="4" prog="78" /> + <Patch name="Ballad Tine" hbank="4" lbank="4" prog="59" /> + <Patch name="Rezzroadz" hbank="4" lbank="4" prog="77" /> + <Patch name="Lovers Fm EP" hbank="4" lbank="4" prog="36" /> + <Patch name="WideSuitcase" hbank="4" lbank="4" prog="6" /> + <Patch name="Med EP" hbank="4" lbank="4" prog="74" /> + </PatchGroup> + <PatchGroup name="kb3"> + <Patch name="Simple Organ" hbank="4" lbank="4" prog="111" /> + <Patch name="Disco" hbank="4" lbank="4" prog="92" /> + <Patch name="DirtyHertz" hbank="4" lbank="4" prog="91" /> + <Patch name="Full Organ" hbank="4" lbank="4" prog="97" /> + <Patch name="Rockin B" hbank="4" lbank="4" prog="5" /> + <Patch name="Nod" hbank="4" lbank="4" prog="105" /> + <Patch name="B3OrganWave1" hbank="4" lbank="4" prog="84" /> + <Patch name="WheelSpeed B" hbank="4" lbank="4" prog="117" /> + <Patch name="DX Organ" hbank="4" lbank="4" prog="96" /> + <Patch name="Gritty B Wav" hbank="4" lbank="4" prog="100" /> + <Patch name="Clicky B" hbank="4" lbank="4" prog="88" /> + <Patch name="DX" hbank="4" lbank="4" prog="95" /> + <Patch name="B3 X-Wheel 1" hbank="4" lbank="4" prog="83" /> + <Patch name="Organomics X" hbank="4" lbank="4" prog="108" /> + <Patch name="Clean X-Whl" hbank="4" lbank="4" prog="87" /> + <Patch name="Tone Organ" hbank="4" lbank="4" prog="113" /> + <Patch name="Org Lite" hbank="4" lbank="4" prog="107" /> + <Patch name="Testify" hbank="4" lbank="4" prog="112" /> + <Patch name="GreenEyed" hbank="4" lbank="4" prog="99" /> + <Patch name="Drawbar" hbank="4" lbank="4" prog="93" /> + <Patch name="Drawbars" hbank="4" lbank="4" prog="94" /> + <Patch name="Day" hbank="4" lbank="4" prog="89" /> + <Patch name="Upper B" hbank="4" lbank="4" prog="114" /> + <Patch name="DirT baG" hbank="4" lbank="4" prog="90" /> + <Patch name="Oddd Organ" hbank="4" lbank="4" prog="106" /> + <Patch name="Vox 2" hbank="4" lbank="4" prog="116" /> + <Patch name="JX Organ" hbank="4" lbank="4" prog="102" /> + <Patch name="Grundge XXX" hbank="4" lbank="4" prog="101" /> + <Patch name="JimmyJazzy B" hbank="4" lbank="4" prog="33" /> + <Patch name="Gospel Soul" hbank="4" lbank="4" prog="98" /> + <Patch name="Pipe Organ" hbank="4" lbank="4" prog="110" /> + <Patch name="B3OrganWave2" hbank="4" lbank="4" prog="85" /> + <Patch name="Bally Yard" hbank="4" lbank="4" prog="86" /> + <Patch name="Perc Organ" hbank="4" lbank="4" prog="109" /> + <Patch name="Kool N Mello" hbank="4" lbank="4" prog="103" /> + <Patch name="Mellow Man" hbank="4" lbank="4" prog="104" /> + <Patch name="Vox 1" hbank="4" lbank="4" prog="115" /> + </PatchGroup> + <PatchGroup name="kb4"> + <Patch name="Comp Keyz 3" hbank="4" lbank="4" prog="126" /> + <Patch name="EP Roll 2" hbank="4" lbank="5" prog="10" /> + <Patch name="Vox-A-Phaze" hbank="4" lbank="5" prog="37" /> + <Patch name="Electrified" hbank="4" lbank="5" prog="7" /> + <Patch name="Yo My Dynos" hbank="4" lbank="4" prog="1" /> + <Patch name="Clavinet 3" hbank="4" lbank="4" prog="121" /> + <Patch name="Knockkerz" hbank="4" lbank="5" prog="22" /> + <Patch name="Farfisa 3" hbank="4" lbank="5" prog="14" /> + <Patch name="Clavinet 1" hbank="4" lbank="4" prog="119" /> + <Patch name="Elecre 1" hbank="4" lbank="5" prog="4" /> + <Patch name="Breathy" hbank="4" lbank="4" prog="118" /> + <Patch name="EP Roll 1" hbank="4" lbank="5" prog="9" /> + <Patch name="Elecre 3" hbank="4" lbank="5" prog="6" /> + <Patch name="PnoWndStrg 1" hbank="4" lbank="5" prog="29" /> + <Patch name="Mystery Roll" hbank="4" lbank="5" prog="24" /> + <Patch name="Hard Tined" hbank="4" lbank="5" prog="21" /> + <Patch name="Elecre 2" hbank="4" lbank="5" prog="5" /> + <Patch name="PerkyRhodes" hbank="4" lbank="5" prog="27" /> + <Patch name="Hard Comp 4" hbank="4" lbank="5" prog="19" /> + <Patch name="M12Tines" hbank="4" lbank="5" prog="23" /> + <Patch name="Whistle Keys" hbank="4" lbank="5" prog="38" /> + <Patch name="PnoWndStrg 2" hbank="4" lbank="5" prog="30" /> + <Patch name="Farfisa 1" hbank="4" lbank="5" prog="12" /> + <Patch name="Synth Cheese" hbank="4" lbank="5" prog="34" /> + <Patch name="Comp Keyz 1" hbank="4" lbank="4" prog="124" /> + <Patch name="RollinDreams" hbank="4" lbank="5" prog="32" /> + <Patch name="Pharpheeza" hbank="4" lbank="5" prog="28" /> + <Patch name="Dyno Piano" hbank="4" lbank="5" prog="1" /> + <Patch name="Farfisa 2" hbank="4" lbank="5" prog="13" /> + <Patch name="EP Roll 3" hbank="4" lbank="5" prog="11" /> + <Patch name="Comp Keyz 2" hbank="4" lbank="4" prog="125" /> + <Patch name="Hard Comp 5" hbank="4" lbank="5" prog="20" /> + <Patch name="DynoWahClav" hbank="4" lbank="5" prog="2" /> + <Patch name="Clavity" hbank="4" lbank="4" prog="123" /> + <Patch name="E Grand" hbank="4" lbank="5" prog="3" /> + <Patch name="Synth Organ" hbank="4" lbank="5" prog="35" /> + <Patch name="Dance" hbank="4" lbank="5" prog="0" /> + <Patch name="Roll" hbank="4" lbank="5" prog="31" /> + <Patch name="Nu Tynez 1" hbank="4" lbank="5" prog="25" /> + <Patch name="EP Fog" hbank="4" lbank="5" prog="8" /> + <Patch name="Clavinetti" hbank="4" lbank="4" prog="19" /> + <Patch name="Hard Comp 2" hbank="4" lbank="5" prog="17" /> + <Patch name="Hard Comp 1" hbank="4" lbank="5" prog="16" /> + <Patch name="Clavinet 2" hbank="4" lbank="4" prog="120" /> + <Patch name="Hard Comp 3" hbank="4" lbank="5" prog="18" /> + <Patch name="Grand FM" hbank="4" lbank="5" prog="15" /> + <Patch name="Clavin It" hbank="4" lbank="4" prog="122" /> + <Patch name="Nu Tynez 2" hbank="4" lbank="5" prog="26" /> + <Patch name="Tine EP" hbank="4" lbank="5" prog="36" /> + <Patch name="Syn Ballad" hbank="4" lbank="5" prog="33" /> + <Patch name="Crystal" hbank="4" lbank="4" prog="127" /> + </PatchGroup> + <PatchGroup name="kit"> + <Patch name="Hot Swing" hbank="4" lbank="3" prog="108" drum="1" /> + <Patch name="Swing Hop 3" hbank="4" lbank="3" prog="124" drum="1" /> + <Patch name="Dance 2" hbank="4" lbank="3" prog="89" drum="1" /> + <Patch name="Kit" hbank="4" lbank="4" prog="34" drum="1" /> + <Patch name="ClubVinyl" hbank="4" lbank="3" prog="86" drum="1" /> + <Patch name="Drum/Bass 1" hbank="4" lbank="3" prog="96" drum="1" /> + <Patch name="GritKitt" hbank="4" lbank="3" prog="106" drum="1" /> + <Patch name="Dee and Be 1" hbank="4" lbank="3" prog="91" drum="1" /> + <Patch name="Skin Drums" hbank="4" lbank="3" prog="117" drum="1" /> + <Patch name="SounDfacTory" hbank="4" lbank="3" prog="119" drum="1" /> + <Patch name="Clean R&B" hbank="4" lbank="3" prog="85" drum="1" /> + <Patch name="Kit 16" hbank="4" lbank="3" prog="74" drum="1" /> + <Patch name="Bag O Tricks" hbank="4" lbank="4" prog="27" drum="1" /> + <Patch name="Swing Hop 1" hbank="4" lbank="3" prog="122" drum="1" /> + <Patch name="Shag" hbank="4" lbank="3" prog="116" drum="1" /> + <Patch name="Kit 02" hbank="4" lbank="3" prog="60" drum="1" /> + <Patch name="Acoustic 2" hbank="4" lbank="3" prog="79" drum="1" /> + <Patch name="Acoustic 1" hbank="4" lbank="4" prog="20" drum="1" /> + <Patch name="Subversive" hbank="4" lbank="3" prog="121" drum="1" /> + <Patch name="OnTheTip" hbank="4" lbank="3" prog="112" drum="1" /> + <Patch name="Drum/Bass 6" hbank="4" lbank="3" prog="101" drum="1" /> + <Patch name="Drum/Bass 4" hbank="4" lbank="3" prog="99" drum="1" /> + <Patch name="ClassicHouse" hbank="4" lbank="3" prog="84" drum="1" /> + <Patch name="BMF" hbank="4" lbank="3" prog="82" drum="1" /> + <Patch name="This & That" hbank="4" lbank="3" prog="125" drum="1" /> + <Patch name="Kit 19" hbank="4" lbank="3" prog="77" drum="1" /> + <Patch name="Kit 12" hbank="4" lbank="3" prog="70" drum="1" /> + <Patch name="Booster" hbank="4" lbank="3" prog="83" drum="1" /> + <Patch name="Berzerker" hbank="4" lbank="3" prog="81" drum="1" /> + <Patch name="Kit 09" hbank="4" lbank="3" prog="67" drum="1" /> + <Patch name="DeepBooty" hbank="4" lbank="3" prog="93" drum="1" /> + <Patch name="Jazz Trio" hbank="4" lbank="3" prog="111" drum="1" /> + <Patch name="Kit 05" hbank="4" lbank="3" prog="63" drum="1" /> + <Patch name="Kit 10" hbank="4" lbank="3" prog="68" drum="1" /> + <Patch name="Gate Dances" hbank="4" lbank="3" prog="104" drum="1" /> + <Patch name="Kit 07" hbank="4" lbank="3" prog="65" drum="1" /> + <Patch name="DearLyBeEmuD" hbank="4" lbank="3" prog="90" drum="1" /> + <Patch name="Jazz Quartet" hbank="4" lbank="3" prog="110" drum="1" /> + <Patch name="Smackers" hbank="4" lbank="3" prog="118" drum="1" /> + <Patch name="Speed Garage" hbank="4" lbank="3" prog="120" drum="1" /> + <Patch name="Kit 06" hbank="4" lbank="3" prog="64" drum="1" /> + <Patch name="Dance 1" hbank="4" lbank="3" prog="88" drum="1" /> + <Patch name="Phattasassin" hbank="4" lbank="3" prog="114" drum="1" /> + <Patch name="Dee and Be 2" hbank="4" lbank="3" prog="92" drum="1" /> + <Patch name="Jams" hbank="4" lbank="3" prog="109" drum="1" /> + <Patch name="Kit 15" hbank="4" lbank="3" prog="73" drum="1" /> + <Patch name="Drum/Bass 2" hbank="4" lbank="3" prog="97" drum="1" /> + <Patch name="For Real" hbank="4" lbank="3" prog="103" drum="1" /> + <Patch name="Kit 17" hbank="4" lbank="3" prog="75" drum="1" /> + <Patch name="Swing Hop 2" hbank="4" lbank="3" prog="123" drum="1" /> + <Patch name="Kit 03" hbank="4" lbank="3" prog="61" drum="1" /> + <Patch name="424" hbank="4" lbank="3" prog="59" drum="1" /> + <Patch name="Drum/Bass 3" hbank="4" lbank="3" prog="98" drum="1" /> + <Patch name="DrumBuzza" hbank="4" lbank="3" prog="102" drum="1" /> + <Patch name="Kit 08" hbank="4" lbank="3" prog="66" drum="1" /> + <Patch name="Drum/Bass 5" hbank="4" lbank="3" prog="100" drum="1" /> + <Patch name="Kit 14" hbank="4" lbank="3" prog="72" drum="1" /> + <Patch name="Kit 11" hbank="4" lbank="3" prog="69" drum="1" /> + <Patch name="Kit 04" hbank="4" lbank="3" prog="62" drum="1" /> + <Patch name="Disenegrate" hbank="4" lbank="3" prog="94" drum="1" /> + <Patch name="All Niter" hbank="4" lbank="3" prog="80" drum="1" /> + <Patch name="Kit 13" hbank="4" lbank="3" prog="71" drum="1" /> + <Patch name="HatAttack" hbank="4" lbank="3" prog="107" drum="1" /> + <Patch name="Gett..OutPt2" hbank="4" lbank="3" prog="105" drum="1" /> + <Patch name="Werzerker" hbank="4" lbank="3" prog="127" drum="1" /> + <Patch name="Phased DrumR" hbank="4" lbank="3" prog="113" drum="1" /> + <Patch name="Kit 1" hbank="4" lbank="4" prog="9" drum="1" /> + <Patch name="R&B Flava" hbank="4" lbank="3" prog="115" drum="1" /> + <Patch name="Tribal House" hbank="4" lbank="3" prog="126" drum="1" /> + <Patch name="CookUsAHit" hbank="4" lbank="3" prog="87" drum="1" /> + <Patch name="Drum 3" hbank="4" lbank="3" prog="95" drum="1" /> + <Patch name="Kit 20" hbank="4" lbank="3" prog="78" drum="1" /> + <Patch name="Kit 18" hbank="4" lbank="3" prog="76" drum="1" /> + </PatchGroup> + <PatchGroup name="led"> + <Patch name="Dwiddle" hbank="4" lbank="0" prog="94" /> + <Patch name="Freakus" hbank="4" lbank="0" prog="97" /> + <Patch name="Flutter" hbank="4" lbank="0" prog="96" /> + <Patch name="Speedronic" hbank="4" lbank="0" prog="111" /> + <Patch name="Ethereosity" hbank="4" lbank="0" prog="95" /> + <Patch name="Shiner" hbank="4" lbank="0" prog="108" /> + <Patch name="Apple Eater" hbank="4" lbank="0" prog="90" /> + <Patch name="Syrian Nod" hbank="4" lbank="0" prog="112" /> + <Patch name="Blue Danube" hbank="4" lbank="0" prog="91" /> + <Patch name="LVs Worm" hbank="4" lbank="4" prog="26" /> + <Patch name="Dancerama" hbank="4" lbank="0" prog="93" /> + <Patch name="Wandering" hbank="4" lbank="0" prog="113" /> + <Patch name="RememberWhen" hbank="4" lbank="0" prog="105" /> + <Patch name="Laser Larry" hbank="4" lbank="0" prog="100" /> + <Patch name="JabbaStabba" hbank="4" lbank="0" prog="99" /> + <Patch name="Cats Nip" hbank="4" lbank="0" prog="92" /> + <Patch name="inBottles" hbank="4" lbank="4" prog="39" /> + <Patch name="Q Snapper" hbank="4" lbank="0" prog="103" /> + <Patch name="Post 90s DM" hbank="4" lbank="0" prog="102" /> + <Patch name="Nice Lead" hbank="4" lbank="0" prog="101" /> + <Patch name="Worm 2" hbank="4" lbank="0" prog="116" /> + <Patch name="Intervalis" hbank="4" lbank="0" prog="98" /> + <Patch name="Quacker" hbank="4" lbank="0" prog="104" /> + <Patch name="Sci-Fi B" hbank="4" lbank="0" prog="106" /> + <Patch name="Smack Bender" hbank="4" lbank="0" prog="110" /> + <Patch name="Worm 1" hbank="4" lbank="0" prog="115" /> + <Patch name="Zimppler" hbank="4" lbank="4" prog="7" /> + <Patch name="Weezy Lead" hbank="4" lbank="0" prog="114" /> + <Patch name="Shimmy" hbank="4" lbank="0" prog="107" /> + <Patch name="Wormy Janis" hbank="4" lbank="0" prog="118" /> + <Patch name="SineSurprise" hbank="4" lbank="0" prog="109" /> + <Patch name="Wormwood" hbank="4" lbank="0" prog="117" /> + <Patch name="Zaw Za Zah" hbank="4" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="nse"> + <Patch name="Carrion" hbank="4" lbank="2" prog="108" /> + <Patch name="Vinyl" hbank="4" lbank="2" prog="114" /> + <Patch name="Jungle Pump" hbank="4" lbank="2" prog="110" /> + <Patch name="StopThat!" hbank="4" lbank="2" prog="113" /> + <Patch name="White" hbank="4" lbank="2" prog="115" /> + <Patch name="Dust Bunny" hbank="4" lbank="2" prog="109" /> + <Patch name="Pink" hbank="4" lbank="2" prog="112" /> + <Patch name="Lift Off" hbank="4" lbank="2" prog="111" /> + </PatchGroup> + <PatchGroup name="orc"> + <Patch name="Orch w/Perc" hbank="4" lbank="2" prog="72" /> + <Patch name="Orchestral" hbank="4" lbank="4" prog="2" /> + <Patch name="PnoBrsStrg" hbank="4" lbank="2" prog="74" /> + <Patch name="Brasso" hbank="4" lbank="2" prog="69" /> + <Patch name="Fanfare" hbank="4" lbank="2" prog="71" /> + <Patch name="Str/Brs/Wd2" hbank="4" lbank="2" prog="76" /> + <Patch name="Combo" hbank="4" lbank="2" prog="70" /> + <Patch name="Orchestra" hbank="4" lbank="2" prog="73" /> + <Patch name="Str/Brs/Wd3" hbank="4" lbank="2" prog="77" /> + <Patch name="Str/Brs/Wd1" hbank="4" lbank="2" prog="75" /> + </PatchGroup> + <PatchGroup name="pad"> + <Patch name="PWM Rezslide" hbank="4" lbank="2" prog="9" /> + <Patch name="Kingdom High" hbank="4" lbank="1" prog="125" /> + <Patch name="Classic" hbank="4" lbank="1" prog="110" /> + <Patch name="Paddy" hbank="4" lbank="2" prog="3" /> + <Patch name="Tunguska" hbank="4" lbank="2" prog="14" /> + <Patch name="Under Pad FM" hbank="4" lbank="2" prog="15" /> + <Patch name="Deep Spacy" hbank="4" lbank="1" prog="115" /> + <Patch name="Xylo Pad" hbank="4" lbank="2" prog="18" /> + <Patch name="MovingBells" hbank="4" lbank="2" prog="1" /> + <Patch name="Dreamer" hbank="4" lbank="1" prog="117" /> + <Patch name="Meloden" hbank="4" lbank="1" prog="127" /> + <Patch name="Keyngdom" hbank="4" lbank="1" prog="124" /> + <Patch name="Pulsation" hbank="4" lbank="2" prog="7" /> + <Patch name="JP6 Pad" hbank="4" lbank="1" prog="123" /> + <Patch name="Dream Pad" hbank="4" lbank="1" prog="116" /> + <Patch name="Infants" hbank="4" lbank="1" prog="122" /> + <Patch name="LOCoMotion" hbank="4" lbank="1" prog="126" /> + <Patch name="Zoom 2000!" hbank="4" lbank="2" prog="20" /> + <Patch name="RiffTrippin" hbank="4" lbank="2" prog="10" /> + <Patch name="Dance Chord" hbank="4" lbank="1" prog="113" /> + <Patch name="Pad Life" hbank="4" lbank="2" prog="2" /> + <Patch name="Dreamy" hbank="4" lbank="1" prog="118" /> + <Patch name="Phat Pan" hbank="4" lbank="2" prog="6" /> + <Patch name="Dances Well" hbank="4" lbank="1" prog="114" /> + <Patch name="Urban Pipe" hbank="4" lbank="2" prog="16" /> + <Patch name="Highway" hbank="4" lbank="1" prog="121" /> + <Patch name="Whisp" hbank="4" lbank="2" prog="17" /> + <Patch name="Crystal Beam" hbank="4" lbank="1" prog="112" /> + <Patch name="Spinwip Octa" hbank="4" lbank="2" prog="11" /> + <Patch name="Paddy Flange" hbank="4" lbank="2" prog="4" /> + <Patch name="PWM Melopadd" hbank="4" lbank="2" prog="8" /> + <Patch name="Zoom" hbank="4" lbank="2" prog="19" /> + <Patch name="Cloud 9" hbank="4" lbank="1" prog="111" /> + <Patch name="Synth Pad" hbank="4" lbank="2" prog="13" /> + <Patch name="Floatatious" hbank="4" lbank="1" prog="119" /> + <Patch name="GreaT" hbank="4" lbank="1" prog="120" /> + <Patch name="Zyzzle" hbank="4" lbank="2" prog="21" /> + <Patch name="Phat Pad" hbank="4" lbank="2" prog="5" /> + <Patch name="MetalBeats" hbank="4" lbank="2" prog="0" /> + <Patch name="SweptAway" hbank="4" lbank="2" prog="12" /> + </PatchGroup> + <PatchGroup name="prc"> + <Patch name="Bells1" hbank="4" lbank="3" prog="4" /> + <Patch name="Borneo" hbank="4" lbank="3" prog="8" /> + <Patch name="Blocks2" hbank="4" lbank="3" prog="7" /> + <Patch name="Kix 1" hbank="4" lbank="3" prog="26" /> + <Patch name="Bells2" hbank="4" lbank="3" prog="5" /> + <Patch name="Xylophone" hbank="4" lbank="3" prog="58" /> + <Patch name="Tams 2" hbank="4" lbank="3" prog="47" /> + <Patch name="Orchestral" hbank="4" lbank="3" prog="32" /> + <Patch name="TV Spy Vibes" hbank="4" lbank="3" prog="53" /> + <Patch name="PerkyThings1" hbank="4" lbank="3" prog="34" /> + <Patch name="Vibraslap" hbank="4" lbank="3" prog="55" /> + <Patch name="C Bells" hbank="4" lbank="3" prog="9" /> + <Patch name="Cyms 1" hbank="4" lbank="3" prog="16" /> + <Patch name="Congas2" hbank="4" lbank="3" prog="15" /> + <Patch name="Snares 2" hbank="4" lbank="3" prog="42" /> + <Patch name="Hard Vibes" hbank="4" lbank="3" prog="21" /> + <Patch name="Stuff 2" hbank="4" lbank="3" prog="45" /> + <Patch name="Village" hbank="4" lbank="3" prog="56" /> + <Patch name="Cargo" hbank="4" lbank="3" prog="10" /> + <Patch name="Electro" hbank="4" lbank="3" prog="18" /> + <Patch name="Log On" hbank="4" lbank="3" prog="28" /> + <Patch name="Toms 2" hbank="4" lbank="3" prog="52" /> + <Patch name="Plexitone" hbank="4" lbank="3" prog="36" /> + <Patch name="Velo Vibes" hbank="4" lbank="3" prog="54" /> + <Patch name="Congas1" hbank="4" lbank="3" prog="14" /> + <Patch name="Agogos" hbank="4" lbank="3" prog="1" /> + <Patch name="Hats 1" hbank="4" lbank="3" prog="22" /> + <Patch name="Flexi" hbank="4" lbank="3" prog="19" /> + <Patch name="Miscellany" hbank="4" lbank="3" prog="31" /> + <Patch name="Bell Tree 1" hbank="4" lbank="3" prog="2" /> + <Patch name="Toms 1" hbank="4" lbank="3" prog="51" /> + <Patch name="Blocks1" hbank="4" lbank="3" prog="6" /> + <Patch name="Snares 1" hbank="4" lbank="3" prog="41" /> + <Patch name="Timbs 1" hbank="4" lbank="3" prog="48" /> + <Patch name="Soft Vibes" hbank="4" lbank="3" prog="43" /> + <Patch name="Timbs 2" hbank="4" lbank="3" prog="49" /> + <Patch name="Hats 2" hbank="4" lbank="3" prog="23" /> + <Patch name="Claves" hbank="4" lbank="3" prog="13" /> + <Patch name="Timpani" hbank="4" lbank="3" prog="50" /> + <Patch name="Progress" hbank="4" lbank="3" prog="37" /> + <Patch name="Guiros" hbank="4" lbank="3" prog="20" /> + <Patch name="Perky Dance" hbank="4" lbank="3" prog="33" /> + <Patch name="SiameseCats" hbank="4" lbank="3" prog="39" /> + <Patch name="Hi Bell" hbank="4" lbank="3" prog="24" /> + <Patch name="Snaps" hbank="4" lbank="3" prog="40" /> + <Patch name="Kix 2" hbank="4" lbank="3" prog="27" /> + <Patch name="Claps 2" hbank="4" lbank="3" prog="12" /> + <Patch name="Bell Tree 2" hbank="4" lbank="3" prog="3" /> + <Patch name="Stuff 1" hbank="4" lbank="3" prog="44" /> + <Patch name="Marimba" hbank="4" lbank="3" prog="30" /> + <Patch name="WoodHitsBell" hbank="4" lbank="3" prog="57" /> + <Patch name="Acidphone" hbank="4" lbank="3" prog="0" /> + <Patch name="Maracca" hbank="4" lbank="3" prog="29" /> + <Patch name="Cyms 2" hbank="4" lbank="3" prog="17" /> + <Patch name="PerkyThings2" hbank="4" lbank="3" prog="35" /> + <Patch name="Shakers" hbank="4" lbank="3" prog="38" /> + <Patch name="Kalimba" hbank="4" lbank="3" prog="25" /> + <Patch name="Claps 1" hbank="4" lbank="3" prog="11" /> + <Patch name="Tams 1" hbank="4" lbank="3" prog="46" /> + </PatchGroup> + <PatchGroup name="scr"> + <Patch name="Outa Sqaced" hbank="4" lbank="2" prog="121" /> + <Patch name="From Vinyl" hbank="4" lbank="2" prog="119" /> + <Patch name="Scratches 1" hbank="4" lbank="2" prog="124" /> + <Patch name="Scratches 2" hbank="4" lbank="2" prog="125" /> + <Patch name="Skrach Dis" hbank="4" lbank="2" prog="126" /> + <Patch name="DissedSkrach" hbank="4" lbank="2" prog="117" /> + <Patch name="Monsta Slips" hbank="4" lbank="2" prog="120" /> + <Patch name="PuppyAlarm" hbank="4" lbank="2" prog="123" /> + <Patch name="DogsnHeat" hbank="4" lbank="2" prog="118" /> + <Patch name="Vinyl Set" hbank="4" lbank="2" prog="127" /> + <Patch name="Cuts & Hats" hbank="4" lbank="2" prog="116" /> + <Patch name="Play It" hbank="4" lbank="2" prog="122" /> + </PatchGroup> + <PatchGroup name="sfx"> + <Patch name="Bass Scrape" hbank="4" lbank="2" prog="82" /> + <Patch name="Hill" hbank="4" lbank="2" prog="93" /> + <Patch name="Full Circle" hbank="4" lbank="2" prog="87" /> + <Patch name="We Ha" hbank="4" lbank="2" prog="104" /> + <Patch name="Gtr Scrape 1" hbank="4" lbank="2" prog="88" /> + <Patch name="Crickets" hbank="4" lbank="2" prog="84" /> + <Patch name="Ritual" hbank="4" lbank="2" prog="101" /> + <Patch name="Loop 3" hbank="4" lbank="2" prog="95" /> + <Patch name="AKS Vinyl" hbank="4" lbank="2" prog="80" /> + <Patch name="30" hbank="4" lbank="2" prog="78" /> + <Patch name="7Os Phazzy" hbank="4" lbank="2" prog="79" /> + <Patch name="Bad Bells" hbank="4" lbank="2" prog="81" /> + <Patch name="TarzansDance" hbank="4" lbank="2" prog="103" /> + <Patch name="Hello!!!" hbank="4" lbank="2" prog="92" /> + <Patch name="WhoaWhoa" hbank="4" lbank="2" prog="105" /> + <Patch name="GtrBodyKnock" hbank="4" lbank="2" prog="90" /> + <Patch name="Guitar Pick" hbank="4" lbank="2" prog="91" /> + <Patch name="Crowd" hbank="4" lbank="2" prog="85" /> + <Patch name="StringScrape" hbank="4" lbank="2" prog="102" /> + <Patch name="Its Coming" hbank="4" lbank="2" prog="94" /> + <Patch name="Bass Thud" hbank="4" lbank="2" prog="83" /> + <Patch name="Oh No its..." hbank="4" lbank="2" prog="97" /> + <Patch name="PoppysOnMars" hbank="4" lbank="2" prog="100" /> + <Patch name="NightCrawler" hbank="4" lbank="2" prog="96" /> + <Patch name="Ya Who" hbank="4" lbank="2" prog="107" /> + <Patch name="PnoSndBoard" hbank="4" lbank="2" prog="99" /> + <Patch name="Woooo!" hbank="4" lbank="2" prog="106" /> + <Patch name="Gtr Scrape 2" hbank="4" lbank="2" prog="89" /> + <Patch name="Ohh" hbank="4" lbank="2" prog="98" /> + <Patch name="DawnFollows" hbank="4" lbank="2" prog="86" /> + <Patch name="MetalScience" hbank="4" lbank="4" prog="11" /> + </PatchGroup> + <PatchGroup name="str"> + <Patch name="Section" hbank="4" lbank="7" prog="84" /> + <Patch name="Allin a Pizz" hbank="4" lbank="4" prog="23" /> + <Patch name="AbbeyStrngs" hbank="4" lbank="7" prog="57" /> + <Patch name="Hindookurdoo" hbank="4" lbank="7" prog="71" /> + <Patch name="Sectioned" hbank="4" lbank="7" prog="85" /> + <Patch name="The Lonely 1" hbank="4" lbank="7" prog="94" /> + <Patch name="So Long" hbank="4" lbank="7" prog="90" /> + <Patch name="SitarTalk" hbank="4" lbank="7" prog="87" /> + <Patch name="Obieanna" hbank="4" lbank="7" prog="79" /> + <Patch name="Velo Marcato" hbank="4" lbank="7" prog="97" /> + <Patch name="Drews Harp" hbank="4" lbank="7" prog="66" /> + <Patch name="Filmscore" hbank="4" lbank="4" prog="25" /> + <Patch name="Analogic" hbank="4" lbank="7" prog="59" /> + <Patch name="Tron" hbank="4" lbank="7" prog="95" /> + <Patch name="Pizzicato" hbank="4" lbank="7" prog="81" /> + <Patch name="Japanman" hbank="4" lbank="7" prog="72" /> + <Patch name="Koto" hbank="4" lbank="7" prog="73" /> + <Patch name="MeltroniKnbD" hbank="4" lbank="7" prog="77" /> + <Patch name="ChamberGrp" hbank="4" lbank="7" prog="62" /> + <Patch name="Swoon" hbank="4" lbank="7" prog="92" /> + <Patch name="Many Quarts" hbank="4" lbank="7" prog="75" /> + <Patch name="GlissiPizzi" hbank="4" lbank="7" prog="69" /> + <Patch name="DarkMoods" hbank="4" lbank="7" prog="63" /> + <Patch name="Morocco Feel" hbank="4" lbank="7" prog="78" /> + <Patch name="Kult E Vatn" hbank="4" lbank="7" prog="74" /> + <Patch name="Texture" hbank="4" lbank="7" prog="93" /> + <Patch name="SoloOutFront" hbank="4" lbank="7" prog="91" /> + <Patch name="Sneajy" hbank="4" lbank="7" prog="88" /> + <Patch name="Rich Analogs" hbank="4" lbank="7" prog="83" /> + <Patch name="Big Strings" hbank="4" lbank="7" prog="61" /> + <Patch name="Dyna-heim" hbank="4" lbank="4" prog="15" /> + <Patch name="Sham Wave" hbank="4" lbank="7" prog="86" /> + <Patch name="Real Matrix" hbank="4" lbank="7" prog="82" /> + <Patch name="Solo Quartet" hbank="4" lbank="7" prog="89" /> + <Patch name="Digital 1" hbank="4" lbank="7" prog="64" /> + <Patch name="Digital 2" hbank="4" lbank="7" prog="65" /> + <Patch name="Victrola" hbank="4" lbank="7" prog="98" /> + <Patch name="Fortuna" hbank="4" lbank="7" prog="68" /> + <Patch name="ArcotremPizz" hbank="4" lbank="7" prog="60" /> + <Patch name="TronStrings" hbank="4" lbank="7" prog="96" /> + <Patch name="ExtremeStrng" hbank="4" lbank="7" prog="67" /> + <Patch name="Helium" hbank="4" lbank="7" prog="70" /> + <Patch name="Analog" hbank="4" lbank="7" prog="58" /> + <Patch name="Matrix Synth" hbank="4" lbank="7" prog="76" /> + <Patch name="Pizzicati" hbank="4" lbank="7" prog="80" /> + </PatchGroup> + <PatchGroup name="syn"> + <Patch name="Big Planet" hbank="4" lbank="1" prog="50" /> + <Patch name="Festival" hbank="4" lbank="1" prog="63" /> + <Patch name="Pulse Pulse" hbank="4" lbank="1" prog="82" /> + <Patch name="Synbrasso" hbank="4" lbank="1" prog="95" /> + <Patch name="Skreach Arp" hbank="4" lbank="1" prog="93" /> + <Patch name="Heavy" hbank="4" lbank="1" prog="65" /> + <Patch name="LOCoCution" hbank="4" lbank="1" prog="70" /> + <Patch name="8O8 Synthax" hbank="4" lbank="1" prog="47" /> + <Patch name="Moog" hbank="4" lbank="1" prog="73" /> + <Patch name="Syncty" hbank="4" lbank="1" prog="97" /> + <Patch name="Hydraine" hbank="4" lbank="1" prog="68" /> + <Patch name="Nervous" hbank="4" lbank="1" prog="75" /> + <Patch name="Arpitty" hbank="4" lbank="1" prog="48" /> + <Patch name="Synthall AT" hbank="4" lbank="1" prog="100" /> + <Patch name="CZ Synstring" hbank="4" lbank="1" prog="55" /> + <Patch name="Soft Synth" hbank="4" lbank="1" prog="94" /> + <Patch name="AirBorn" hbank="4" lbank="1" prog="109" /> + <Patch name="Rez Synth" hbank="4" lbank="1" prog="87" /> + <Patch name="Brazz" hbank="4" lbank="1" prog="52" /> + <Patch name="Saw Sweep" hbank="4" lbank="1" prog="91" /> + <Patch name="Wheezy Worm" hbank="4" lbank="1" prog="106" /> + <Patch name="Synth Brass" hbank="4" lbank="1" prog="101" /> + <Patch name="Messy" hbank="4" lbank="1" prog="71" /> + <Patch name="Blippoid" hbank="4" lbank="1" prog="51" /> + <Patch name="JunoPlseComp" hbank="4" lbank="4" prog="37" /> + <Patch name="OBX Saws" hbank="4" lbank="1" prog="77" /> + <Patch name="Pulsey!" hbank="4" lbank="1" prog="83" /> + <Patch name="OohAhh Vox" hbank="4" lbank="1" prog="78" /> + <Patch name="Ensemblist" hbank="4" lbank="1" prog="59" /> + <Patch name="Rezzy Wave" hbank="4" lbank="1" prog="88" /> + <Patch name="Fat Slide" hbank="4" lbank="1" prog="62" /> + <Patch name="Transpander" hbank="4" lbank="1" prog="104" /> + <Patch name="Syntax On2" hbank="4" lbank="1" prog="99" /> + <Patch name="Mood Strings" hbank="4" lbank="1" prog="72" /> + <Patch name="P5 Brass" hbank="4" lbank="1" prog="79" /> + <Patch name="Hi String" hbank="4" lbank="1" prog="67" /> + <Patch name="Gritstrings" hbank="4" lbank="1" prog="64" /> + <Patch name="Ethnosplint" hbank="4" lbank="1" prog="60" /> + <Patch name="Hi Oct Synth" hbank="4" lbank="1" prog="66" /> + <Patch name="DinkedSquare" hbank="4" lbank="1" prog="58" /> + <Patch name="Promoseus" hbank="4" lbank="1" prog="81" /> + <Patch name="Buzz Synth" hbank="4" lbank="1" prog="53" /> + <Patch name="Saw Blip" hbank="4" lbank="1" prog="89" /> + <Patch name="ThinTecPulse" hbank="4" lbank="1" prog="103" /> + <Patch name="SynEnsemble" hbank="4" lbank="1" prog="98" /> + <Patch name="Razor" hbank="4" lbank="1" prog="85" /> + <Patch name="DigiBuzphaze" hbank="4" lbank="1" prog="56" /> + <Patch name="Z&C Leeder" hbank="4" lbank="1" prog="108" /> + <Patch name="Wildsync" hbank="4" lbank="1" prog="107" /> + <Patch name="Razor Edge" hbank="4" lbank="1" prog="86" /> + <Patch name="Euro Wave" hbank="4" lbank="1" prog="61" /> + <Patch name="BenderPlanet" hbank="4" lbank="1" prog="49" /> + <Patch name="Silk OBXsaws" hbank="4" lbank="4" prog="12" /> + <Patch name="NarrowEscape" hbank="4" lbank="1" prog="74" /> + <Patch name="Saw Stack" hbank="4" lbank="1" prog="90" /> + <Patch name="Conglomo" hbank="4" lbank="1" prog="54" /> + <Patch name="Pweet Square" hbank="4" lbank="1" prog="84" /> + <Patch name="Syncsyn Clav" hbank="4" lbank="1" prog="96" /> + <Patch name="5th Brass" hbank="4" lbank="1" prog="46" /> + <Patch name="ProfitMargin" hbank="4" lbank="1" prog="80" /> + <Patch name="SawsweepComp" hbank="4" lbank="1" prog="92" /> + <Patch name="Digiglass" hbank="4" lbank="1" prog="57" /> + <Patch name="VoxNonsense" hbank="4" lbank="1" prog="105" /> + <Patch name="ThinHi Worm" hbank="4" lbank="1" prog="102" /> + <Patch name="No NerveNet" hbank="4" lbank="1" prog="76" /> + <Patch name="Little Tins" hbank="4" lbank="1" prog="69" /> + </PatchGroup> + <PatchGroup name="vox"> + <Patch name="Slo Lunarvox" hbank="4" lbank="0" prog="82" /> + <Patch name="Pop Oohs" hbank="4" lbank="0" prog="81" /> + <Patch name="Pop Aahs" hbank="4" lbank="0" prog="80" /> + <Patch name="Majestic" hbank="4" lbank="0" prog="73" /> + <Patch name="PhasePhlips" hbank="4" lbank="0" prog="79" /> + <Patch name="Mist" hbank="4" lbank="0" prog="75" /> + <Patch name="New Age Oohs" hbank="4" lbank="4" prog="17" /> + <Patch name="Common Vox" hbank="4" lbank="0" prog="67" /> + <Patch name="SpiritWorld" hbank="4" lbank="0" prog="84" /> + <Patch name="ThroatRattle" hbank="4" lbank="0" prog="87" /> + <Patch name="Lo FakeChoir" hbank="4" lbank="0" prog="71" /> + <Patch name="SynthSing" hbank="4" lbank="0" prog="85" /> + <Patch name="Odd Vox" hbank="4" lbank="0" prog="77" /> + <Patch name="Soul Oohs" hbank="4" lbank="0" prog="83" /> + <Patch name="Tarzanalien" hbank="4" lbank="0" prog="86" /> + <Patch name="Ahhs" hbank="4" lbank="0" prog="65" /> + <Patch name="Gothic Dream" hbank="4" lbank="0" prog="70" /> + <Patch name="Frozen Time" hbank="4" lbank="4" prog="30" /> + <Patch name="Dark Angels" hbank="4" lbank="0" prog="68" /> + <Patch name="Lo-Fi Ether" hbank="4" lbank="0" prog="72" /> + <Patch name="Tokenring" hbank="4" lbank="0" prog="88" /> + <Patch name="Oohs Souls" hbank="4" lbank="0" prog="78" /> + <Patch name="Gossamer" hbank="4" lbank="0" prog="69" /> + <Patch name="MauzeWowz" hbank="4" lbank="0" prog="74" /> + <Patch name="Odd Boys" hbank="4" lbank="0" prog="76" /> + <Patch name="Arco Breath" hbank="4" lbank="0" prog="66" /> + <Patch name="Trapped" hbank="4" lbank="0" prog="89" /> + </PatchGroup> + <PatchGroup name="wav"> + <Patch name="Overtone Syn" hbank="4" lbank="1" prog="19" /> + <Patch name="Synthetic" hbank="4" lbank="1" prog="40" /> + <Patch name="CZ Lead" hbank="4" lbank="0" prog="127" /> + <Patch name="Blipper" hbank="4" lbank="0" prog="123" /> + <Patch name="M12 Sync" hbank="4" lbank="1" prog="11" /> + <Patch name="Sync 1" hbank="4" lbank="1" prog="33" /> + <Patch name="Metal 2" hbank="4" lbank="1" prog="14" /> + <Patch name="Glass Perc" hbank="4" lbank="1" prog="5" /> + <Patch name="Moog Lead" hbank="4" lbank="1" prog="17" /> + <Patch name="Fat Attack" hbank="4" lbank="1" prog="4" /> + <Patch name="Narrow Synth" hbank="4" lbank="1" prog="18" /> + <Patch name="Sync 4" hbank="4" lbank="1" prog="36" /> + <Patch name="Pop Square" hbank="4" lbank="1" prog="22" /> + <Patch name="Whine" hbank="4" lbank="1" prog="44" /> + <Patch name="PPG" hbank="4" lbank="1" prog="23" /> + <Patch name="Juno Pulse" hbank="4" lbank="1" prog="7" /> + <Patch name="Perc Axe Syn" hbank="4" lbank="1" prog="20" /> + <Patch name="SquareAttack" hbank="4" lbank="1" prog="30" /> + <Patch name="Spacey Keys" hbank="4" lbank="1" prog="28" /> + <Patch name="Sync 2" hbank="4" lbank="1" prog="34" /> + <Patch name="Arp" hbank="4" lbank="0" prog="120" /> + <Patch name="ES Rag" hbank="4" lbank="1" prog="3" /> + <Patch name="Rezzy" hbank="4" lbank="1" prog="27" /> + <Patch name="Rast Keys" hbank="4" lbank="1" prog="26" /> + <Patch name="Bass Synth" hbank="4" lbank="0" prog="121" /> + <Patch name="Sync 6" hbank="4" lbank="1" prog="38" /> + <Patch name="MetalAttack" hbank="4" lbank="1" prog="15" /> + <Patch name="Mini Lead" hbank="4" lbank="1" prog="16" /> + <Patch name="Buzz Saw Syn" hbank="4" lbank="0" prog="124" /> + <Patch name="Bell Synth" hbank="4" lbank="0" prog="122" /> + <Patch name="Pluck Tone" hbank="4" lbank="1" prog="21" /> + <Patch name="CZ Echo" hbank="4" lbank="0" prog="126" /> + <Patch name="Sync 5" hbank="4" lbank="1" prog="37" /> + <Patch name="Synth Wave" hbank="4" lbank="1" prog="39" /> + <Patch name="Wild Synth" hbank="4" lbank="1" prog="45" /> + <Patch name="Pure H" hbank="4" lbank="1" prog="24" /> + <Patch name="Eraser" hbank="4" lbank="1" prog="2" /> + <Patch name="Chime" hbank="4" lbank="0" prog="125" /> + <Patch name="Log Hit" hbank="4" lbank="1" prog="9" /> + <Patch name="Juno Square" hbank="4" lbank="1" prog="8" /> + <Patch name="Magic" hbank="4" lbank="1" prog="12" /> + <Patch name="PWM" hbank="4" lbank="1" prog="25" /> + <Patch name="CZ101 Digi" hbank="4" lbank="1" prog="0" /> + <Patch name="VS37" hbank="4" lbank="1" prog="42" /> + <Patch name="VS Voxwav" hbank="4" lbank="1" prog="41" /> + <Patch name="Syn Tone" hbank="4" lbank="1" prog="32" /> + <Patch name="Square Lead" hbank="4" lbank="1" prog="29" /> + <Patch name="Dig Buzz Syn" hbank="4" lbank="1" prog="1" /> + <Patch name="SquareChorus" hbank="4" lbank="1" prog="31" /> + <Patch name="Hollow Deep" hbank="4" lbank="1" prog="6" /> + <Patch name="Metal 1" hbank="4" lbank="1" prog="13" /> + <Patch name="M12 Lead" hbank="4" lbank="1" prog="10" /> + <Patch name="Sync 3" hbank="4" lbank="1" prog="35" /> + <Patch name="VS48" hbank="4" lbank="1" prog="43" /> + </PatchGroup> + <PatchGroup name="wnd"> + <Patch name="Oboe 2" hbank="4" lbank="0" prog="49" /> + <Patch name="T-Sax" hbank="4" lbank="0" prog="61" /> + <Patch name="Big Top" hbank="4" lbank="0" prog="27" /> + <Patch name="Breathy Flt1" hbank="4" lbank="0" prog="29" /> + <Patch name="Pan Flute 2" hbank="4" lbank="0" prog="53" /> + <Patch name="Bari" hbank="4" lbank="0" prog="26" /> + <Patch name="Polka Cheat" hbank="4" lbank="0" prog="55" /> + <Patch name="Clarinet" hbank="4" lbank="0" prog="34" /> + <Patch name="Gs Soprano" hbank="4" lbank="0" prog="41" /> + <Patch name="WindTrio" hbank="4" lbank="0" prog="64" /> + <Patch name="Real Flute" hbank="4" lbank="4" prog="22" /> + <Patch name="Nuages" hbank="4" lbank="0" prog="47" /> + <Patch name="AiryClarinet" hbank="4" lbank="0" prog="21" /> + <Patch name="Monica Blow" hbank="4" lbank="0" prog="46" /> + <Patch name="Pastoral" hbank="4" lbank="0" prog="54" /> + <Patch name="S-Sax" hbank="4" lbank="0" prog="56" /> + <Patch name="Sax FX 1 2 3" hbank="4" lbank="0" prog="57" /> + <Patch name="Harmony" hbank="4" lbank="0" prog="45" /> + <Patch name="B-Sax" hbank="4" lbank="0" prog="24" /> + <Patch name="Breather" hbank="4" lbank="4" prog="29" /> + <Patch name="Ocarina 1" hbank="4" lbank="0" prog="50" /> + <Patch name="Harmonica" hbank="4" lbank="0" prog="43" /> + <Patch name="Sax Session" hbank="4" lbank="0" prog="58" /> + <Patch name="Bottle Blow" hbank="4" lbank="0" prog="28" /> + <Patch name="Chi-Town" hbank="4" lbank="0" prog="32" /> + <Patch name="Harmonika" hbank="4" lbank="0" prog="44" /> + <Patch name="Fieldberries" hbank="4" lbank="0" prog="37" /> + <Patch name="Alto Saxo" hbank="4" lbank="0" prog="23" /> + <Patch name="Synth Flute" hbank="4" lbank="0" prog="60" /> + <Patch name="Chamber Orch" hbank="4" lbank="0" prog="31" /> + <Patch name="B2-Sax" hbank="4" lbank="0" prog="25" /> + <Patch name="Flute" hbank="4" lbank="0" prog="39" /> + <Patch name="Ocarina 2" hbank="4" lbank="0" prog="51" /> + <Patch name="Pan Flute 1" hbank="4" lbank="0" prog="52" /> + <Patch name="Flt/Obe/Bone" hbank="4" lbank="0" prog="38" /> + <Patch name="Virtuaccord" hbank="4" lbank="0" prog="63" /> + <Patch name="Full Bari" hbank="4" lbank="0" prog="40" /> + <Patch name="Breathy Flt2" hbank="4" lbank="0" prog="30" /> + <Patch name="English Horn" hbank="4" lbank="0" prog="36" /> + <Patch name="Akkordione" hbank="4" lbank="0" prog="22" /> + <Patch name="Shenai" hbank="4" lbank="0" prog="59" /> + <Patch name="Oboe 1" hbank="4" lbank="0" prog="48" /> + <Patch name="Tenor Phone" hbank="4" lbank="0" prog="62" /> + <Patch name="Clarinette" hbank="4" lbank="0" prog="35" /> + <Patch name="A-SAX" hbank="4" lbank="0" prog="20" /> + <Patch name="Grouch" hbank="4" lbank="0" prog="42" /> + <Patch name="Clar/Oboe" hbank="4" lbank="0" prog="33" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/gm.idf b/muse2/share/instruments/gm.idf new file mode 100644 index 00000000..04bf23ff --- /dev/null +++ b/muse2/share/instruments/gm.idf @@ -0,0 +1,193 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="GM" nullparam="32639"> + <PatchGroup name="Piano"> + <Patch name="Grand Piano" prog="0" /> + <Patch name="Bright Piano" prog="1" /> + <Patch name="E.Grand" prog="2" /> + <Patch name="Honky-tonk" prog="3" /> + <Patch name="E.Piano" prog="4" /> + <Patch name="E.Piano 2" prog="5" /> + <Patch name="Harpsichord" prog="6" /> + <Patch name="Clav." prog="7" /> + </PatchGroup> + <PatchGroup name="Chromatic Perc"> + <Patch name="Celesta" prog="8" /> + <Patch name="Glockenspiel" prog="9" /> + <Patch name="Music Box" prog="10" /> + <Patch name="Vibraphone" prog="11" /> + <Patch name="Marimba" prog="12" /> + <Patch name="Xylophone" prog="13" /> + <Patch name="Tubular Bells" prog="14" /> + <Patch name="Dulcimer" prog="15" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Drawbar Organ" prog="16" /> + <Patch name="Perc. Organ" prog="17" /> + <Patch name="Rock Organ" prog="18" /> + <Patch name="Church Organ" prog="19" /> + <Patch name="Reed Organ" prog="20" /> + <Patch name="Akkordion" prog="21" /> + <Patch name="Harmonica" prog="22" /> + <Patch name="Bandoneon" prog="23" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Nylon Gtr." prog="24" /> + <Patch name="Steel Gtr." prog="25" /> + <Patch name="Jazz Guitar" prog="26" /> + <Patch name="Clean Guitar" prog="27" /> + <Patch name="Muted Guitar" prog="28" /> + <Patch name="Overdrive Gtr" prog="29" /> + <Patch name="Distortion Gtr" prog="30" /> + <Patch name="Gtr. Harmonics" prog="31" /> + </PatchGroup> + <PatchGroup name="Bass"> + <Patch name="Acoustic Bass" prog="32" /> + <Patch name="Fingered Bass" prog="33" /> + <Patch name="Picked Bass" prog="34" /> + <Patch name="Fretless Bass" prog="35" /> + <Patch name="Slap Bass 1" prog="36" /> + <Patch name="Slap Bass 2" prog="37" /> + <Patch name="Synth Bass 1" prog="38" /> + <Patch name="Synth Bass 2" prog="39" /> + </PatchGroup> + <PatchGroup name="Strings/Orch"> + <Patch name="Violin" prog="40" /> + <Patch name="Viola" prog="41" /> + <Patch name="Cello" prog="42" /> + <Patch name="Contrabass" prog="43" /> + <Patch name="Tremolo Str." prog="44" /> + <Patch name="Pizzicato Str." prog="45" /> + <Patch name="Harp" prog="46" /> + <Patch name="Timpani" prog="47" /> + </PatchGroup> + <PatchGroup name="Ensemble"> + <Patch name="Strings 1" prog="48" /> + <Patch name="Strings 2" prog="49" /> + <Patch name="Syn. Strings 1" prog="50" /> + <Patch name="Syn. Strings 2" prog="51" /> + <Patch name="Choir Aahs" prog="52" /> + <Patch name="Voice Oohs" prog="53" /> + <Patch name="Synth Voice" prog="54" /> + <Patch name="Orchestra Hit" prog="55" /> + </PatchGroup> + <PatchGroup name="Brass"> + <Patch name="Trumpet" prog="56" /> + <Patch name="Trombone" prog="57" /> + <Patch name="Tuba" prog="58" /> + <Patch name="Muted Trumpet" prog="59" /> + <Patch name="French Horn" prog="60" /> + <Patch name="Brass Section" prog="61" /> + <Patch name="Synth Brass 1" prog="62" /> + <Patch name="Synth Brass 2" prog="63" /> + </PatchGroup> + <PatchGroup name="Reed"> + <Patch name="Soprano Sax" prog="64" /> + <Patch name="Alto Sax" prog="65" /> + <Patch name="Tenor Sax" prog="66" /> + <Patch name="Baritone Sax" prog="67" /> + <Patch name="Oboe" prog="68" /> + <Patch name="English Horn" prog="69" /> + <Patch name="Bassoon" prog="70" /> + <Patch name="Clarinet" prog="71" /> + </PatchGroup> + <PatchGroup name="Pipe"> + <Patch name="Piccolo" prog="72" /> + <Patch name="Flute" prog="73" /> + <Patch name="Recorder" prog="74" /> + <Patch name="Pan Flute" prog="75" /> + <Patch name="Blown Bottle" prog="76" /> + <Patch name="Shakuhachi" prog="77" /> + <Patch name="Whistle" prog="78" /> + <Patch name="Ocarina" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth Lead"> + <Patch name="Square Wave" prog="80" /> + <Patch name="Saw Wave" prog="81" /> + <Patch name="Calliope" prog="82" /> + <Patch name="Chiffer Lead" prog="83" /> + <Patch name="Charang" prog="84" /> + <Patch name="Solo Vox" prog="85" /> + <Patch name="Fifth Saw" prog="86" /> + <Patch name="Bass Lead" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Pad"> + <Patch name="New Age Pad" prog="88" /> + <Patch name="Warm Pad" prog="89" /> + <Patch name="Polysynth Pad" prog="90" /> + <Patch name="Choir Pad" prog="91" /> + <Patch name="Bowed Pad" prog="92" /> + <Patch name="Metallic Pad" prog="93" /> + <Patch name="Halo Pad" prog="94" /> + <Patch name="Sweep Pad" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth FX"> + <Patch name="Rain" prog="96" /> + <Patch name="Soundtrack" prog="97" /> + <Patch name="Crystal" prog="98" /> + <Patch name="Athmosphere" prog="99" /> + <Patch name="Brightness" prog="100" /> + <Patch name="Goblins" prog="101" /> + <Patch name="Echoes" prog="102" /> + <Patch name="Sci-Fi" prog="103" /> + </PatchGroup> + <PatchGroup name="Ethnic"> + <Patch name="Sitar" prog="104" /> + <Patch name="Banjo" prog="105" /> + <Patch name="Shamisen" prog="106" /> + <Patch name="Koto" prog="107" /> + <Patch name="Kalimba" prog="108" /> + <Patch name="Bagpipe" prog="109" /> + <Patch name="Fiddle" prog="110" /> + <Patch name="Shanai" prog="111" /> + </PatchGroup> + <PatchGroup name="Percussive"> + <Patch name="Tinkle Bell" prog="112" /> + <Patch name="Agogo" prog="113" /> + <Patch name="Steel Drums" prog="114" /> + <Patch name="Woodblock" prog="115" /> + <Patch name="Taiko Drum" prog="116" /> + <Patch name="Melodic Drum" prog="117" /> + <Patch name="Synth Drum" prog="118" /> + <Patch name="Rev. Cymbal" prog="119" /> + </PatchGroup> + <PatchGroup name="Special FX"> + <Patch name="Gtr Fret Noise" prog="120" /> + <Patch name="Breath Noise" prog="121" /> + <Patch name="Seashore" prog="122" /> + <Patch name="Bird Tweed" prog="123" /> + <Patch name="Telephone" prog="124" /> + <Patch name="Helicopter" prog="125" /> + <Patch name="Applaus" prog="126" /> + <Patch name="Gunshot" prog="127" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="FilterResonance" l="71" init="64" /> + <Controller name="ReleaseTime" l="72" init="64" /> + <Controller name="AttackTime" l="73" init="64" /> + <Controller name="Brightness" l="74" init="64" /> + <Controller name="DecayTime" l="75" init="64" /> + <Controller name="VibrateRate" l="76" init="64" /> + <Controller name="VibrateDepth" l="77" init="64" /> + <Controller name="VibrateDelay" l="78" init="64" /> + <Controller name="PortamentoControl" l="84" /> + <Controller name="ReverbSendLevel" l="91" init="40" /> + <Controller name="ChorusSendLevel" l="93" init="0" /> + <Controller name="VariationSend" l="94" init="0" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="AllNotesOff" l="123" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/gs.idf b/muse2/share/instruments/gs.idf new file mode 100644 index 00000000..3368b7c9 --- /dev/null +++ b/muse2/share/instruments/gs.idf @@ -0,0 +1,218 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="GS" nullparam="32639"> + <PatchGroup name="Piano"> + <Patch name="Grand Piano" hbank="0" lbank="0" prog="0" /> + <Patch name="Bright Piano" hbank="0" lbank="0" prog="1" /> + <Patch name="E.Grand" hbank="0" lbank="0" prog="2" /> + <Patch name="Honky-tonk" hbank="0" lbank="0" prog="3" /> + <Patch name="E.Piano" hbank="0" lbank="0" prog="4" /> + <Patch name="E.Piano 2" hbank="0" lbank="0" prog="5" /> + <Patch name="Harpsichord" hbank="0" lbank="0" prog="6" /> + <Patch name="Clav." hbank="0" lbank="0" prog="7" /> + </PatchGroup> + <PatchGroup name="Chromatic Perc"> + <Patch name="Celesta" hbank="0" lbank="0" prog="8" /> + <Patch name="Glockenspiel" hbank="0" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="0" lbank="0" prog="10" /> + <Patch name="Vibraphone" hbank="0" lbank="0" prog="11" /> + <Patch name="Marimba" hbank="0" lbank="0" prog="12" /> + <Patch name="Xylophone" hbank="0" lbank="0" prog="13" /> + <Patch name="Tubular Bells" hbank="0" lbank="0" prog="14" /> + <Patch name="Dulcimer" hbank="0" lbank="0" prog="15" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Drawbar Organ" hbank="0" lbank="0" prog="16" /> + <Patch name="Perc. Organ" hbank="0" lbank="0" prog="17" /> + <Patch name="Rock Organ" hbank="0" lbank="0" prog="18" /> + <Patch name="Church Organ" hbank="0" lbank="0" prog="19" /> + <Patch name="Reed Organ" hbank="0" lbank="0" prog="20" /> + <Patch name="Akkordion" hbank="0" lbank="0" prog="21" /> + <Patch name="Harmonica" hbank="0" lbank="0" prog="22" /> + <Patch name="Bandoneon" hbank="0" lbank="0" prog="23" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Nylon Gtr." hbank="0" lbank="0" prog="24" /> + <Patch name="Steel Gtr." hbank="0" lbank="0" prog="25" /> + <Patch name="Jazz Guitar" hbank="0" lbank="0" prog="26" /> + <Patch name="Clean Guitar" hbank="0" lbank="0" prog="27" /> + <Patch name="Muted Guitar" hbank="0" lbank="0" prog="28" /> + <Patch name="Overdrive Gtr" hbank="0" lbank="0" prog="29" /> + <Patch name="Distortion Gtr" hbank="0" lbank="0" prog="30" /> + <Patch name="Gtr. Harmonics" hbank="0" lbank="0" prog="31" /> + </PatchGroup> + <PatchGroup name="Bass"> + <Patch name="Acoustic Bass" hbank="0" lbank="0" prog="32" /> + <Patch name="Fingered Bass" hbank="0" lbank="0" prog="33" /> + <Patch name="Picked Bass" hbank="0" lbank="0" prog="34" /> + <Patch name="Fretless Bass" hbank="0" lbank="0" prog="35" /> + <Patch name="Slap Bass 1" hbank="0" lbank="0" prog="36" /> + <Patch name="Slap Bass 2" hbank="0" lbank="0" prog="37" /> + <Patch name="Synth Bass 1" hbank="0" lbank="0" prog="38" /> + <Patch name="Synth Bass 2" hbank="0" lbank="0" prog="39" /> + </PatchGroup> + <PatchGroup name="Strings/Orch"> + <Patch name="Violin" hbank="0" lbank="0" prog="40" /> + <Patch name="Viola" hbank="0" lbank="0" prog="41" /> + <Patch name="Cello" hbank="0" lbank="0" prog="42" /> + <Patch name="Contrabass" hbank="0" lbank="0" prog="43" /> + <Patch name="Tremolo Str." hbank="0" lbank="0" prog="44" /> + <Patch name="Pizzicato Str." hbank="0" lbank="0" prog="45" /> + <Patch name="Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="Timpani" hbank="0" lbank="0" prog="47" /> + </PatchGroup> + <PatchGroup name="Ensemble"> + <Patch name="Strings 1" hbank="0" lbank="0" prog="48" /> + <Patch name="Strings 2" hbank="0" lbank="0" prog="49" /> + <Patch name="Syn. Strings 1" hbank="0" lbank="0" prog="50" /> + <Patch name="Syn. Strings 2" hbank="0" lbank="0" prog="51" /> + <Patch name="Choir Aahs" hbank="0" lbank="0" prog="52" /> + <Patch name="Voice Oohs" hbank="0" lbank="0" prog="53" /> + <Patch name="Synth Voice" hbank="0" lbank="0" prog="54" /> + <Patch name="Orchestra Hit" hbank="0" lbank="0" prog="55" /> + </PatchGroup> + <PatchGroup name="Brass"> + <Patch name="Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="Trombone" hbank="0" lbank="0" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="Muted Trumpet" hbank="0" lbank="0" prog="59" /> + <Patch name="French Horn" hbank="0" lbank="0" prog="60" /> + <Patch name="Brass Section" hbank="0" lbank="0" prog="61" /> + <Patch name="Synth Brass 1" hbank="0" lbank="0" prog="62" /> + <Patch name="Synth Brass 2" hbank="0" lbank="0" prog="63" /> + </PatchGroup> + <PatchGroup name="Reed"> + <Patch name="Soprano Sax" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="Tenor Sax" hbank="0" lbank="0" prog="66" /> + <Patch name="Baritone Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="English Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="0" prog="71" /> + </PatchGroup> + <PatchGroup name="Pipe"> + <Patch name="Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="Pan Flute" hbank="0" lbank="0" prog="75" /> + <Patch name="Blown Bottle" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="0" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth Lead"> + <Patch name="Square Wave" hbank="0" lbank="0" prog="80" /> + <Patch name="Saw Wave" hbank="0" lbank="0" prog="81" /> + <Patch name="Calliope" hbank="0" lbank="0" prog="82" /> + <Patch name="Chiffer Lead" hbank="0" lbank="0" prog="83" /> + <Patch name="Charang" hbank="0" lbank="0" prog="84" /> + <Patch name="Solo Vox" hbank="0" lbank="0" prog="85" /> + <Patch name="Fifth Saw" hbank="0" lbank="0" prog="86" /> + <Patch name="Bass Lead" hbank="0" lbank="0" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Pad"> + <Patch name="New Age Pad" hbank="0" lbank="0" prog="88" /> + <Patch name="Warm Pad" hbank="0" lbank="0" prog="89" /> + <Patch name="Polysynth Pad" hbank="0" lbank="0" prog="90" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="91" /> + <Patch name="Bowed Pad" hbank="0" lbank="0" prog="92" /> + <Patch name="Metallic Pad" hbank="0" lbank="0" prog="93" /> + <Patch name="Halo Pad" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" hbank="0" lbank="0" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth FX"> + <Patch name="Rain" hbank="0" lbank="0" prog="96" /> + <Patch name="Soundtrack" hbank="0" lbank="0" prog="97" /> + <Patch name="Crystal" hbank="0" lbank="0" prog="98" /> + <Patch name="Athmosphere" hbank="0" lbank="0" prog="99" /> + <Patch name="Brightness" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblins" hbank="0" lbank="0" prog="101" /> + <Patch name="Echoes" hbank="0" lbank="0" prog="102" /> + <Patch name="Sci-Fi" hbank="0" lbank="0" prog="103" /> + </PatchGroup> + <PatchGroup name="Ethnic"> + <Patch name="Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="Bagpipe" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="0" lbank="0" prog="111" /> + </PatchGroup> + <PatchGroup name="Percussive"> + <Patch name="Tinkle Bell" hbank="0" lbank="0" prog="112" /> + <Patch name="Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="Steel Drums" hbank="0" lbank="0" prog="114" /> + <Patch name="Woodblock" hbank="0" lbank="0" prog="115" /> + <Patch name="Taiko Drum" hbank="0" lbank="0" prog="116" /> + <Patch name="Melodic Drum" hbank="0" lbank="0" prog="117" /> + <Patch name="Synth Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="Rev. Cymbal" hbank="0" lbank="0" prog="119" /> + </PatchGroup> + <PatchGroup name="Special FX"> + <Patch name="Gtr Fret Noise" hbank="0" lbank="0" prog="120" /> + <Patch name="Breath Noise" hbank="0" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="Bird Tweed" hbank="0" lbank="0" prog="123" /> + <Patch name="Telephone" hbank="0" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="0" lbank="0" prog="125" /> + <Patch name="Applaus" hbank="0" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Drums"> + <Patch name="Standard" hbank="127" prog="0" drum="1" /> + <Patch name="Room" hbank="127" prog="8" drum="1" /> + <Patch name="Electro" hbank="127" prog="24" drum="1" /> + <Patch name="Analog" hbank="127" prog="25" drum="1" /> + <Patch name="Jazz" hbank="127" prog="32" drum="1" /> + <Patch name="Brush" hbank="127" prog="40" drum="1" /> + <Patch name="Classic" hbank="127" prog="48" drum="1" /> + <Patch name="Power" hbank="127" prog="16" drum="1" /> + <Patch name="SFX1" hbank="127" prog="56" drum="1" /> + <Patch name="GM" hbank="127" prog="127" drum="1" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" init="127" /> + <Controller name="GenPurpose1" l="16" /> + <Controller name="GenPurpose2" l="17" /> + <Controller name="GenPurpose3" l="18" /> + <Controller name="GenPurpose4" l="19" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="HarmonicContent" l="68" /> + <Controller name="ReleaseTime" l="72" /> + <Controller name="AttackTime" l="73" /> + <Controller name="Brightness" l="74" init="127" /> + <Controller name="PortamentoControl" l="75" /> + <Controller name="Effect1Depth" l="76" /> + <Controller name="Effect3Depth" l="93" /> + <Controller name="VariationSend" l="94" init="0" /> + <Controller name="AllSoundsOff" l="120" /> + <Controller name="ResetAllController" l="121" /> + <Controller name="AllNotesOff" l="123" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="VibratoRate" type="NRPN" h="1" l="8" /> + <Controller name="VibratoDepth" type="NRPN" h="1" l="9" /> + <Controller name="VibratoDelay" type="NRPN" h="1" l="10" /> + <Controller name="FilterCutoffFreq" type="NRPN" h="1" l="32" /> + <Controller name="FilterResonance" type="NRPN" h="1" l="33" /> + <Controller name="AttackRate" type="NRPN" h="1" l="99" /> + <Controller name="DecayRate" type="NRPN" h="1" l="100" /> + <Controller name="ReleaseRate" type="NRPN" h="1" l="102" /> + <Controller name="DrumPitchCoarseTune" type="NRPN" h="24" l="pitch" min="-64" max="63" /> + <Controller name="DrumLevel" type="NRPN" h="26" l="pitch" /> + <Controller name="DrumPanpot" type="NRPN" h="28" l="pitch" min="-64" max="63" init="0" /> + <Controller name="DrumReverbSend" type="NRPN" h="29" l="pitch" /> + <Controller name="DrumChorusSend" type="NRPN" h="30" l="pitch" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/ns5r.idf b/muse2/share/instruments/ns5r.idf new file mode 100644 index 00000000..a7448372 --- /dev/null +++ b/muse2/share/instruments/ns5r.idf @@ -0,0 +1,565 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="Korg-NS5R"> + <PatchGroup name="Piano"> + <Patch name="Grand Piano" mode="7" hbank="0" lbank="0" prog="0" /> + <Patch name="GrndPnoK" mode="4" hbank="0" lbank="1" prog="0" /> + <Patch name="MelloGrP" mode="4" hbank="0" lbank="18" prog="0" /> + <Patch name="PianoStr" mode="4" hbank="0" lbank="40" prog="0" /> + <Patch name="Dream" mode="4" hbank="0" lbank="41" prog="0" /> + <Patch name="Bright Piano" mode="7" hbank="0" lbank="0" prog="1" /> + <Patch name="BritPnoK" mode="4" hbank="0" lbank="1" prog="1" /> + <Patch name="E.Grand" mode="7" hbank="0" lbank="0" prog="2" /> + <Patch name="ElGrPnoK" mode="4" hbank="0" lbank="1" prog="2" /> + <Patch name="Det.CP80" mode="4" hbank="0" lbank="32" prog="2" /> + <Patch name="ElGrPno1" mode="4" hbank="0" lbank="40" prog="2" /> + <Patch name="ElGrPno2" mode="4" hbank="0" lbank="41" prog="2" /> + <Patch name="Honky-tonk" mode="7" hbank="0" lbank="0" prog="3" /> + <Patch name="HonkyTonkK" mode="4" hbank="0" lbank="1" prog="3" /> + <Patch name="E.Piano" mode="7" hbank="0" lbank="0" prog="4" /> + <Patch name="El.Pno1K" mode="4" hbank="0" lbank="1" prog="4" /> + <Patch name="MelloEP1" mode="4" hbank="0" lbank="18" prog="4" /> + <Patch name="Chor.EP1" mode="4" hbank="0" lbank="32" prog="4" /> + <Patch name="HardEl.P" mode="4" hbank="0" lbank="40" prog="4" /> + <Patch name="VXElP1" mode="4" hbank="0" lbank="45" prog="4" /> + <Patch name="60sEl.P" mode="4" hbank="0" lbank="64" prog="4" /> + <Patch name="E.Piano 2" mode="7" hbank="0" lbank="0" prog="5" /> + <Patch name="El.Pno2K" mode="4" hbank="0" lbank="1" prog="5" /> + <Patch name="Chor.EP2" mode="4" hbank="0" lbank="32" prog="5" /> + <Patch name="DX.Hard" mode="4" hbank="0" lbank="33" prog="5" /> + <Patch name="DXLegend" mode="4" hbank="0" lbank="34" prog="5" /> + <Patch name="DXPhase" mode="4" hbank="0" lbank="40" prog="5" /> + <Patch name="DX+Analg" mode="4" hbank="0" lbank="41" prog="5" /> + <Patch name="DXKotoEP" mode="4" hbank="0" lbank="42" prog="5" /> + <Patch name="VXEl.P2" mode="4" hbank="0" lbank="45" prog="5" /> + <Patch name="Harpsichord" mode="7" hbank="0" lbank="0" prog="6" /> + <Patch name="Harpsi.K" mode="4" hbank="0" lbank="1" prog="6" /> + <Patch name="Harpsi.2" mode="4" hbank="0" lbank="25" prog="6" /> + <Patch name="Harpsi.3" mode="4" hbank="0" lbank="35" prog="6" /> + <Patch name="Clav." mode="7" hbank="0" lbank="0" prog="7" /> + <Patch name="Clavi.K" mode="4" hbank="0" lbank="1" prog="7" /> + <Patch name="ClaviWah" mode="4" hbank="0" lbank="27" prog="7" /> + <Patch name="PulseClv" mode="4" hbank="0" lbank="64" prog="7" /> + <Patch name="PierceCl" mode="4" hbank="0" lbank="65" prog="7" /> + </PatchGroup> + <PatchGroup name="Chromatic Perc"> + <Patch name="Celesta" mode="7" hbank="0" lbank="0" prog="8" /> + <Patch name="Glockenspiel" mode="7" hbank="0" lbank="0" prog="9" /> + <Patch name="Music Box" mode="7" hbank="0" lbank="0" prog="10" /> + <Patch name="Orgel" mode="4" hbank="0" lbank="64" prog="10" /> + <Patch name="Vibraphone" mode="7" hbank="0" lbank="0" prog="11" /> + <Patch name="VibesK" mode="4" hbank="0" lbank="1" prog="11" /> + <Patch name="HardVibe" mode="4" hbank="0" lbank="45" prog="11" /> + <Patch name="Marimba" mode="7" hbank="0" lbank="0" prog="12" /> + <Patch name="MarimbaK" mode="4" hbank="0" lbank="1" prog="12" /> + <Patch name="SineMrmb" mode="4" hbank="0" lbank="64" prog="12" /> + <Patch name="Balafon" mode="4" hbank="0" lbank="96" prog="12" /> + <Patch name="Balafon2" mode="4" hbank="0" lbank="97" prog="12" /> + <Patch name="LogDrum" mode="4" hbank="0" lbank="98" prog="12" /> + <Patch name="Xylophone" mode="7" hbank="0" lbank="0" prog="13" /> + <Patch name="Tubular Bells" mode="7" hbank="0" lbank="0" prog="14" /> + <Patch name="ChrchBel" mode="4" hbank="0" lbank="96" prog="14" /> + <Patch name="Carillon" mode="4" hbank="0" lbank="97" prog="14" /> + <Patch name="Dulcimer" mode="7" hbank="0" lbank="0" prog="15" /> + <Patch name="Dulcimr2" mode="4" hbank="0" lbank="35" prog="15" /> + <Patch name="Santur" mode="4" hbank="0" lbank="97" prog="15" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Drawbar Organ" mode="7" hbank="0" lbank="0" prog="16" /> + <Patch name="DelDrwOr" mode="4" hbank="0" lbank="32" prog="16" /> + <Patch name="60sDrOr1" mode="4" hbank="0" lbank="33" prog="16" /> + <Patch name="60sDrOr2" mode="4" hbank="0" lbank="34" prog="16" /> + <Patch name="70sDrOr1" mode="4" hbank="0" lbank="35" prog="16" /> + <Patch name="DrawOrg2" mode="4" hbank="0" lbank="36" prog="16" /> + <Patch name="60sDrOr3" mode="4" hbank="0" lbank="37" prog="16" /> + <Patch name="EvenBar" mode="4" hbank="0" lbank="38" prog="16" /> + <Patch name="16+2\" hbank="0" lbank="40" prog="16" /> + <Patch name="OrganBa" mode="4" hbank="0" lbank="64" prog="16" /> + <Patch name="70sDrOr2" mode="4" hbank="0" lbank="65" prog="16" /> + <Patch name="CheezOrg" mode="4" hbank="0" lbank="66" prog="16" /> + <Patch name="DrawOrg3" mode="4" hbank="0" lbank="67" prog="16" /> + <Patch name="Perc. Organ" mode="7" hbank="0" lbank="0" prog="17" /> + <Patch name="70sPcOr1" mode="4" hbank="0" lbank="24" prog="17" /> + <Patch name="DetPrcOr" mode="4" hbank="0" lbank="32" prog="17" /> + <Patch name="LiteOrg" mode="4" hbank="0" lbank="33" prog="17" /> + <Patch name="PercOrg2" mode="4" hbank="0" lbank="37" prog="17" /> + <Patch name="Rock Organ" mode="7" hbank="0" lbank="0" prog="18" /> + <Patch name="RotaryOr" mode="4" hbank="0" lbank="64" prog="18" /> + <Patch name="SloRotar" mode="4" hbank="0" lbank="65" prog="18" /> + <Patch name="FstRotar" mode="4" hbank="0" lbank="66" prog="18" /> + <Patch name="Church Organ" mode="7" hbank="0" lbank="0" prog="19" /> + <Patch name="ChurOrg3" mode="4" hbank="0" lbank="32" prog="19" /> + <Patch name="ChurOrg2" mode="4" hbank="0" lbank="35" prog="19" /> + <Patch name="NotreDam" mode="4" hbank="0" lbank="40" prog="19" /> + <Patch name="OrgFlute" mode="4" hbank="0" lbank="64" prog="19" /> + <Patch name="TrmOrgFl" mode="4" hbank="0" lbank="65" prog="19" /> + <Patch name="Reed Organ" mode="7" hbank="0" lbank="0" prog="20" /> + <Patch name="PuffOrg" mode="4" hbank="0" lbank="40" prog="20" /> + <Patch name="Akkordion" mode="7" hbank="0" lbank="0" prog="21" /> + <Patch name="Accordlt" mode="4" hbank="0" lbank="32" prog="21" /> + <Patch name="Harmonica" mode="7" hbank="0" lbank="0" prog="22" /> + <Patch name="Harmo2" mode="4" hbank="0" lbank="32" prog="22" /> + <Patch name="Bandoneon" mode="7" hbank="0" lbank="0" prog="23" /> + <Patch name="TngoAcd2" mode="4" hbank="0" lbank="64" prog="23" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Nylon Gtr." mode="7" hbank="0" lbank="0" prog="24" /> + <Patch name="NylonGt2" mode="4" hbank="0" lbank="16" prog="24" /> + <Patch name="NylonGt3" mode="4" hbank="0" lbank="25" prog="24" /> + <Patch name="VelGtHrm" mode="4" hbank="0" lbank="43" prog="24" /> + <Patch name="Ukelele" mode="4" hbank="0" lbank="96" prog="24" /> + <Patch name="Steel Gtr." mode="7" hbank="0" lbank="0" prog="25" /> + <Patch name="SteelGt2" mode="4" hbank="0" lbank="16" prog="25" /> + <Patch name="12StrGtr" mode="4" hbank="0" lbank="35" prog="25" /> + <Patch name="Nylon-Stl" mode="4" hbank="0" lbank="40" prog="25" /> + <Patch name="Stl-Body" mode="4" hbank="0" lbank="41" prog="25" /> + <Patch name="Mandolin" mode="4" hbank="0" lbank="96" prog="25" /> + <Patch name="Jazz Guitar" mode="7" hbank="0" lbank="0" prog="26" /> + <Patch name="MelloGtr" mode="4" hbank="0" lbank="18" prog="26" /> + <Patch name="JazzAmp" mode="4" hbank="0" lbank="32" prog="26" /> + <Patch name="PdlSteel" mode="4" hbank="0" lbank="96" prog="26" /> + <Patch name="Clean Guitar" mode="7" hbank="0" lbank="0" prog="27" /> + <Patch name="ChorusGt" mode="4" hbank="0" lbank="32" prog="27" /> + <Patch name="CleanGt2" mode="4" hbank="0" lbank="64" prog="27" /> + <Patch name="Muted Guitar" mode="7" hbank="0" lbank="0" prog="28" /> + <Patch name="FunkGtr1" mode="4" hbank="0" lbank="40" prog="28" /> + <Patch name="MuteStlG" mode="4" hbank="0" lbank="41" prog="28" /> + <Patch name="FunkGtr2" mode="4" hbank="0" lbank="43" prog="28" /> + <Patch name="JazzMan" mode="4" hbank="0" lbank="45" prog="28" /> + <Patch name="Mu.DstGt" mode="4" hbank="0" lbank="96" prog="28" /> + <Patch name="Overdrive Gtr" mode="7" hbank="0" lbank="0" prog="29" /> + <Patch name="Gt.Pinch" mode="4" hbank="0" lbank="43" prog="29" /> + <Patch name="Distortion Gtr" mode="7" hbank="0" lbank="0" prog="30" /> + <Patch name="DstRthmG" mode="4" hbank="0" lbank="12" prog="30" /> + <Patch name="DistGtr2" mode="4" hbank="0" lbank="24" prog="30" /> + <Patch name="DistGtr3" mode="4" hbank="0" lbank="35" prog="30" /> + <Patch name="PowerGt2" mode="4" hbank="0" lbank="36" prog="30" /> + <Patch name="PowerGt1" mode="4" hbank="0" lbank="37" prog="30" /> + <Patch name="Dst.5ths" mode="4" hbank="0" lbank="38" prog="30" /> + <Patch name="FeedbkGt" mode="4" hbank="0" lbank="40" prog="30" /> + <Patch name="FeedbGt2" mode="4" hbank="0" lbank="41" prog="30" /> + <Patch name="RkRythm2" mode="4" hbank="0" lbank="43" prog="30" /> + <Patch name="RockRthm" mode="4" hbank="0" lbank="45" prog="30" /> + <Patch name="Gtr. Harmonics" mode="7" hbank="0" lbank="0" prog="31" /> + <Patch name="GtFeedbk" mode="4" hbank="0" lbank="65" prog="31" /> + <Patch name="GtrHrmo2" mode="4" hbank="0" lbank="66" prog="31" /> + <Patch name="AcoHarmo" mode="4" hbank="0" lbank="64" prog="31" /> + </PatchGroup> + <PatchGroup name="Bass"> + <Patch name="Acoustic Bass" mode="7" hbank="0" lbank="0" prog="32" /> + <Patch name="JazzRthm" mode="4" hbank="0" lbank="40" prog="32" /> + <Patch name="VXUprght" mode="4" hbank="0" lbank="45" prog="32" /> + <Patch name="Fingered Bass" mode="7" hbank="0" lbank="0" prog="33" /> + <Patch name="FingrDrk" mode="4" hbank="0" lbank="18" prog="33" /> + <Patch name="FlangeBa" mode="4" hbank="0" lbank="27" prog="33" /> + <Patch name="Ba-DstEG" mode="4" hbank="0" lbank="40" prog="33" /> + <Patch name="FngrSlap" mode="4" hbank="0" lbank="43" prog="33" /> + <Patch name="FngBass2" mode="4" hbank="0" lbank="45" prog="33" /> + <Patch name="JazzBass" mode="4" hbank="0" lbank="64" prog="33" /> + <Patch name="ModAlem" mode="4" hbank="0" lbank="65" prog="33" /> + <Patch name="Picked Bass" mode="7" hbank="0" lbank="0" prog="34" /> + <Patch name="MutePkBa" mode="4" hbank="0" lbank="28" prog="34" /> + <Patch name="Fretless Bass" mode="7" hbank="0" lbank="0" prog="35" /> + <Patch name="Fretles2" mode="4" hbank="0" lbank="32" prog="35" /> + <Patch name="Fretles3" mode="4" hbank="0" lbank="33" prog="35" /> + <Patch name="Fretles4" mode="4" hbank="0" lbank="34" prog="35" /> + <Patch name="SynFretl" mode="4" hbank="0" lbank="96" prog="35" /> + <Patch name="Smooth" mode="4" hbank="0" lbank="97" prog="35" /> + <Patch name="Slap Bass 1" mode="7" hbank="0" lbank="0" prog="36" /> + <Patch name="ResoSlap" mode="4" hbank="0" lbank="27" prog="36" /> + <Patch name="PunchThm" mode="4" hbank="0" lbank="32" prog="36" /> + <Patch name="Slap Bass 2" mode="7" hbank="0" lbank="0" prog="37" /> + <Patch name="VeloSlap" mode="4" hbank="0" lbank="43" prog="37" /> + <Patch name="Synth Bass 1" mode="7" hbank="0" lbank="0" prog="38" /> + <Patch name="SynBa1Dk" mode="4" hbank="0" lbank="18" prog="38" /> + <Patch name="FastResB" mode="4" hbank="0" lbank="20" prog="38" /> + <Patch name="AcidBass" mode="4" hbank="0" lbank="24" prog="38" /> + <Patch name="ClvBass" mode="4" hbank="0" lbank="35" prog="38" /> + <Patch name="TeknoBa" mode="4" hbank="0" lbank="40" prog="38" /> + <Patch name="Oscar" mode="4" hbank="0" lbank="64" prog="38" /> + <Patch name="SqrBass" mode="4" hbank="0" lbank="65" prog="38" /> + <Patch name="RubberBa" mode="4" hbank="0" lbank="66" prog="38" /> + <Patch name="Hammer" mode="4" hbank="0" lbank="96" prog="38" /> + <Patch name="Synth Bass 2" mode="7" hbank="0" lbank="0" prog="39" /> + <Patch name="MelloSB1" mode="4" hbank="0" lbank="6" prog="39" /> + <Patch name="SeqBass" mode="4" hbank="0" lbank="12" prog="39" /> + <Patch name="ClkSynBa" mode="4" hbank="0" lbank="18" prog="39" /> + <Patch name="SynBa2Dk" mode="4" hbank="0" lbank="19" prog="39" /> + <Patch name="SmthBa2" mode="4" hbank="0" lbank="32" prog="39" /> + <Patch name="ModulrBa" mode="4" hbank="0" lbank="40" prog="39" /> + <Patch name="DXBass" mode="4" hbank="0" lbank="41" prog="39" /> + <Patch name="XWireBa" mode="4" hbank="0" lbank="64" prog="39" /> + </PatchGroup> + <PatchGroup name="Strings/Orch"> + <Patch name="Violin" mode="7" hbank="0" lbank="0" prog="40" /> + <Patch name="SlowVln" mode="4" hbank="0" lbank="8" prog="40" /> + <Patch name="Viola" mode="7" hbank="0" lbank="0" prog="41" /> + <Patch name="Cello" mode="7" hbank="0" lbank="0" prog="42" /> + <Patch name="Contrabass" mode="7" hbank="0" lbank="0" prog="43" /> + <Patch name="Tremolo Str." mode="7" hbank="0" lbank="0" prog="44" /> + <Patch name="SlowTrSt" mode="4" hbank="0" lbank="8" prog="44" /> + <Patch name="SuspStr" mode="4" hbank="0" lbank="40" prog="44" /> + <Patch name="Pizzicato Str." mode="7" hbank="0" lbank="0" prog="45" /> + <Patch name="Harp" mode="7" hbank="0" lbank="0" prog="46" /> + <Patch name="YangChin" mode="4" hbank="0" lbank="40" prog="46" /> + <Patch name="Timpani" mode="7" hbank="0" lbank="0" prog="47" /> + </PatchGroup> + <PatchGroup name="Ensemble"> + <Patch name="Strings 1" mode="7" hbank="0" lbank="0" prog="48" /> + <Patch name="S.Strngs" mode="4" hbank="0" lbank="3" prog="48" /> + <Patch name="SlowStr" mode="4" hbank="0" lbank="8" prog="48" /> + <Patch name="ArcoStr" mode="4" hbank="0" lbank="24" prog="48" /> + <Patch name="60sStrng" mode="4" hbank="0" lbank="35" prog="48" /> + <Patch name="Orchestr" mode="4" hbank="0" lbank="40" prog="48" /> + <Patch name="Orchstr2" mode="4" hbank="0" lbank="41" prog="48" /> + <Patch name="TremOrch" mode="4" hbank="0" lbank="42" prog="48" /> + <Patch name="VeloStr" mode="4" hbank="0" lbank="45" prog="48" /> + <Patch name="Strings 2" mode="7" hbank="0" lbank="0" prog="49" /> + <Patch name="S.SlwStr" mode="4" hbank="0" lbank="3" prog="49" /> + <Patch name="LegatoSt" mode="4" hbank="0" lbank="8" prog="49" /> + <Patch name="WarmStr" mode="4" hbank="0" lbank="40" prog="49" /> + <Patch name="Kingdom" mode="4" hbank="0" lbank="41" prog="49" /> + <Patch name="70sStr" mode="4" hbank="0" lbank="64" prog="49" /> + <Patch name="StrEns3" mode="4" hbank="0" lbank="65" prog="49" /> + <Patch name="Syn. Strings 1" mode="7" hbank="0" lbank="0" prog="50" /> + <Patch name="ResoStr" mode="4" hbank="0" lbank="27" prog="50" /> + <Patch name="SynStr4" mode="4" hbank="0" lbank="64" prog="50" /> + <Patch name="SSStr" mode="4" hbank="0" lbank="65" prog="50" /> + <Patch name="SynStr3" mode="4" hbank="0" lbank="35" prog="50" /> + <Patch name="Syn. Strings 2" mode="7" hbank="0" lbank="0" prog="51" /> + <Patch name="Choir Aahs" mode="7" hbank="0" lbank="0" prog="52" /> + <Patch name="S.Choir" mode="4" hbank="0" lbank="3" prog="52" /> + <Patch name="Ch.Aahs2" mode="4" hbank="0" lbank="16" prog="52" /> + <Patch name="MelChoir" mode="4" hbank="0" lbank="32" prog="52" /> + <Patch name="ChoirStr" mode="4" hbank="0" lbank="40" prog="52" /> + <Patch name="StrngAah" mode="4" hbank="0" lbank="64" prog="52" /> + <Patch name="MaleAah" mode="4" hbank="0" lbank="65" prog="52" /> + <Patch name="Voice Oohs" mode="7" hbank="0" lbank="0" prog="53" /> + <Patch name="VoiceDoo" mode="4" hbank="0" lbank="64" prog="53" /> + <Patch name="VoiceHmn" mode="4" hbank="0" lbank="96" prog="53" /> + <Patch name="Synth Voice" mode="7" hbank="0" lbank="0" prog="54" /> + <Patch name="SynVox2" mode="4" hbank="0" lbank="40" prog="54" /> + <Patch name="Choral" mode="4" hbank="0" lbank="41" prog="54" /> + <Patch name="AnaVoice" mode="4" hbank="0" lbank="64" prog="54" /> + <Patch name="Orchestra Hit" mode="7" hbank="0" lbank="0" prog="55" /> + <Patch name="OrchHit2" mode="4" hbank="0" lbank="35" prog="55" /> + <Patch name="Impact" mode="4" hbank="0" lbank="64" prog="55" /> + <Patch name="DoublHit" mode="4" hbank="0" lbank="66" prog="55" /> + <Patch name="BrStab80" mode="4" hbank="0" lbank="67" prog="55" /> + </PatchGroup> + <PatchGroup name="Brass"> + <Patch name="Trumpet" mode="7" hbank="0" lbank="0" prog="56" /> + <Patch name="Trumpet2" mode="4" hbank="0" lbank="16" prog="56" /> + <Patch name="BriteTrp" mode="4" hbank="0" lbank="17" prog="56" /> + <Patch name="WarmTrp" mode="4" hbank="0" lbank="32" prog="56" /> + <Patch name="FluglHrn" mode="4" hbank="0" lbank="96" prog="56" /> + <Patch name="Trombone" mode="7" hbank="0" lbank="0" prog="57" /> + <Patch name="Trmbone2" mode="4" hbank="0" lbank="18" prog="57" /> + <Patch name="Tuba" mode="7" hbank="0" lbank="0" prog="58" /> + <Patch name="Tuba2" mode="4" hbank="0" lbank="16" prog="58" /> + <Patch name="Muted Trumpet" mode="7" hbank="0" lbank="0" prog="59" /> + <Patch name="MuteTrp2" mode="4" hbank="2" lbank="64" prog="59" /> + <Patch name="French Horn" mode="7" hbank="0" lbank="0" prog="60" /> + <Patch name="FrHrSolo" mode="4" hbank="0" lbank="6" prog="60" /> + <Patch name="FrHorn2" mode="4" hbank="0" lbank="32" prog="60" /> + <Patch name="HornOrch" mode="4" hbank="0" lbank="37" prog="60" /> + <Patch name="Brass Section" mode="7" hbank="0" lbank="0" prog="61" /> + <Patch name="Tp-TbSec" mode="4" hbank="0" lbank="35" prog="61" /> + <Patch name="BrssSec2" mode="4" hbank="0" lbank="40" prog="61" /> + <Patch name="HiBrass" mode="4" hbank="0" lbank="41" prog="61" /> + <Patch name="MelloBrs" mode="4" hbank="0" lbank="42" prog="61" /> + <Patch name="SfrzndBr" mode="4" hbank="0" lbank="14" prog="61" /> + <Patch name="BrssFall" mode="4" hbank="0" lbank="39" prog="61" /> + <Patch name="Synth Brass 1" mode="7" hbank="0" lbank="0" prog="62" /> + <Patch name="QuackBr" mode="4" hbank="0" lbank="12" prog="62" /> + <Patch name="RezSynBr" mode="4" hbank="0" lbank="20" prog="62" /> + <Patch name="PolyBrss" mode="4" hbank="0" lbank="24" prog="62" /> + <Patch name="SynBras3" mode="4" hbank="0" lbank="27" prog="62" /> + <Patch name="JumpBrss" mode="4" hbank="0" lbank="32" prog="62" /> + <Patch name="AnaVelBr" mode="4" hbank="0" lbank="45" prog="62" /> + <Patch name="AnaBrss1" mode="4" hbank="0" lbank="64" prog="62" /> + <Patch name="Synth Brass 2" mode="7" hbank="0" lbank="0" prog="63" /> + <Patch name="SoftBrs" mode="4" hbank="0" lbank="18" prog="63" /> + <Patch name="SynBras4" mode="4" hbank="0" lbank="40" prog="63" /> + <Patch name="ChoBrss" mode="4" hbank="0" lbank="41" prog="63" /> + <Patch name="VelBras2" mode="4" hbank="0" lbank="45" prog="63" /> + <Patch name="AnaBras2" mode="4" hbank="0" lbank="64" prog="63" /> + </PatchGroup> + <PatchGroup name="Reed"> + <Patch name="Soprano Sax" mode="7" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" mode="7" hbank="0" lbank="0" prog="65" /> + <Patch name="SaxSect" mode="4" hbank="0" lbank="40" prog="65" /> + <Patch name="HyprAlto" mode="4" hbank="0" lbank="43" prog="65" /> + <Patch name="Tenor Sax" mode="7" hbank="0" lbank="0" prog="66" /> + <Patch name="BrthTnSx" mode="4" hbank="0" lbank="40" prog="66" /> + <Patch name="SoftTenr" mode="4" hbank="0" lbank="41" prog="66" /> + <Patch name="TnrSax2" mode="4" hbank="0" lbank="64" prog="66" /> + <Patch name="Baritone Sax" mode="7" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" mode="7" hbank="0" lbank="0" prog="68" /> + <Patch name="English Horn" mode="7" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" mode="7" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" mode="7" hbank="0" lbank="0" prog="71" /> + <Patch name="BassClar" mode="4" hbank="0" lbank="96" prog="71" /> + </PatchGroup> + <PatchGroup name="Pipe"> + <Patch name="Piccolo" mode="7" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" mode="7" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" mode="7" hbank="0" lbank="0" prog="74" /> + <Patch name="Pan Flute" mode="7" hbank="0" lbank="0" prog="75" /> + <Patch name="PanFlut2" mode="4" hbank="0" lbank="64" prog="75" /> + <Patch name="Kawala" mode="4" hbank="0" lbank="96" prog="75" /> + <Patch name="Blown Bottle" mode="7" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" mode="7" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" mode="7" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" mode="7" hbank="0" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth Lead"> + <Patch name="Square Wave" mode="7" hbank="0" lbank="0" prog="80" /> + <Patch name="Square2" mode="4" hbank="0" lbank="6" prog="80" /> + <Patch name="LMSquare" mode="4" hbank="0" lbank="8" prog="80" /> + <Patch name="Hollow" mode="4" hbank="0" lbank="18" prog="80" /> + <Patch name="Shmoog" mode="4" hbank="0" lbank="19" prog="80" /> + <Patch name="Mellow" mode="4" hbank="0" lbank="64" prog="80" /> + <Patch name="SoloSine" mode="4" hbank="0" lbank="65" prog="80" /> + <Patch name="SineLead" mode="4" hbank="0" lbank="66" prog="80" /> + <Patch name="Saw Wave" mode="7" hbank="0" lbank="0" prog="81" /> + <Patch name="Saw2" mode="4" hbank="0" lbank="6" prog="81" /> + <Patch name="ThickSaw" mode="4" hbank="0" lbank="8" prog="81" /> + <Patch name="DynaSaw" mode="4" hbank="0" lbank="18" prog="81" /> + <Patch name="DigiSaw" mode="4" hbank="0" lbank="19" prog="81" /> + <Patch name="BigLead" mode="4" hbank="0" lbank="20" prog="81" /> + <Patch name="HeavySyn" mode="4" hbank="0" lbank="24" prog="81" /> + <Patch name="WaspySyn" mode="4" hbank="0" lbank="25" prog="81" /> + <Patch name="PulseSaw" mode="4" hbank="0" lbank="40" prog="81" /> + <Patch name="Dr.Lead" mode="4" hbank="0" lbank="41" prog="81" /> + <Patch name="VeloLead" mode="4" hbank="0" lbank="45" prog="81" /> + <Patch name="SeqAna" mode="4" hbank="0" lbank="96" prog="81" /> + <Patch name="Calliope" mode="7" hbank="0" lbank="0" prog="82" /> + <Patch name="PurePad" mode="4" hbank="0" lbank="65" prog="82" /> + <Patch name="VentSyn" mode="4" hbank="0" lbank="64" prog="82" /> + <Patch name="Chiffer Lead" mode="7" hbank="0" lbank="0" prog="83" /> + <Patch name="Rubby" mode="4" hbank="0" lbank="64" prog="83" /> + <Patch name="Charang" mode="7" hbank="0" lbank="0" prog="84" /> + <Patch name="DistLead" mode="4" hbank="0" lbank="64" prog="84" /> + <Patch name="WireLead" mode="4" hbank="0" lbank="65" prog="84" /> + <Patch name="Solo Vox" mode="7" hbank="0" lbank="0" prog="85" /> + <Patch name="SynthAah" mode="4" hbank="0" lbank="24" prog="85" /> + <Patch name="VoxLead" mode="4" hbank="0" lbank="64" prog="85" /> + <Patch name="Fifth Saw" mode="7" hbank="0" lbank="0" prog="86" /> + <Patch name="BigFive" mode="4" hbank="0" lbank="35" prog="86" /> + <Patch name="Bass Lead" mode="7" hbank="0" lbank="0" prog="87" /> + <Patch name="Big-Low" mode="4" hbank="0" lbank="16" prog="87" /> + <Patch name="Fat-Prky" mode="4" hbank="0" lbank="64" prog="87" /> + <Patch name="SoftWurl" mode="4" hbank="0" lbank="65" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Pad"> + <Patch name="New Age Pad" mode="7" hbank="0" lbank="0" prog="88" /> + <Patch name="Fantasy2" mode="4" hbank="0" lbank="64" prog="88" /> + <Patch name="Warm Pad" mode="7" hbank="0" lbank="0" prog="89" /> + <Patch name="ThickPad" mode="4" hbank="0" lbank="16" prog="89" /> + <Patch name="SoftPad" mode="4" hbank="0" lbank="17" prog="89" /> + <Patch name="SinePad" mode="4" hbank="0" lbank="18" prog="89" /> + <Patch name="HornPad" mode="4" hbank="0" lbank="64" prog="89" /> + <Patch name="RotarStr" mode="4" hbank="0" lbank="65" prog="89" /> + <Patch name="Polysynth Pad" mode="7" hbank="0" lbank="0" prog="90" /> + <Patch name="PolyPd80" mode="4" hbank="0" lbank="64" prog="90" /> + <Patch name="ClickPad" mode="4" hbank="0" lbank="65" prog="90" /> + <Patch name="AnaPad" mode="4" hbank="0" lbank="66" prog="90" /> + <Patch name="SquarPad" mode="4" hbank="0" lbank="67" prog="90" /> + <Patch name="Choir Pad" mode="7" hbank="0" lbank="0" prog="91" /> + <Patch name="Heaven2" mode="4" hbank="0" lbank="64" prog="91" /> + <Patch name="Itopia" mode="4" hbank="0" lbank="66" prog="91" /> + <Patch name="CCPad" mode="4" hbank="0" lbank="67" prog="91" /> + <Patch name="LitePad" mode="4" hbank="0" lbank="65" prog="91" /> + <Patch name="Bowed Pad" mode="7" hbank="0" lbank="0" prog="92" /> + <Patch name="Glacier" mode="4" hbank="0" lbank="64" prog="92" /> + <Patch name="GlassPad" mode="4" hbank="0" lbank="65" prog="92" /> + <Patch name="Metallic Pad" mode="7" hbank="0" lbank="0" prog="93" /> + <Patch name="TinePad" mode="4" hbank="0" lbank="64" prog="93" /> + <Patch name="PanPad" mode="4" hbank="0" lbank="65" prog="93" /> + <Patch name="Halo Pad" mode="7" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" mode="7" hbank="0" lbank="0" prog="95" /> + <Patch name="Shwimmer" mode="4" hbank="0" lbank="20" prog="95" /> + <Patch name="Converge" mode="4" hbank="0" lbank="27" prog="95" /> + <Patch name="PolarPad" mode="4" hbank="0" lbank="64" prog="95" /> + <Patch name="Celstial" mode="4" hbank="0" lbank="66" prog="95" /> + <Patch name="Sweepy" mode="4" hbank="0" lbank="65" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth FX"> + <Patch name="Rain" mode="7" hbank="0" lbank="0" prog="96" /> + <Patch name="ClaviPad" mode="4" hbank="0" lbank="45" prog="96" /> + <Patch name="HrmoRain" mode="4" hbank="0" lbank="64" prog="96" /> + <Patch name="AfrcnWnd" mode="4" hbank="0" lbank="65" prog="96" /> + <Patch name="Caribean" mode="4" hbank="0" lbank="66" prog="96" /> + <Patch name="Soundtrack" mode="7" hbank="0" lbank="0" prog="97" /> + <Patch name="Prologue" mode="4" hbank="0" lbank="27" prog="97" /> + <Patch name="Ancestrl" mode="4" hbank="0" lbank="64" prog="97" /> + <Patch name="Rave" mode="4" hbank="0" lbank="65" prog="97" /> + <Patch name="Crystal" mode="7" hbank="0" lbank="0" prog="98" /> + <Patch name="SynDrCmp" mode="4" hbank="0" lbank="12" prog="98" /> + <Patch name="Popcorn" mode="4" hbank="0" lbank="14" prog="98" /> + <Patch name="TinyBell" mode="4" hbank="0" lbank="18" prog="98" /> + <Patch name="RndGlock" mode="4" hbank="0" lbank="35" prog="98" /> + <Patch name="GlockChi" mode="4" hbank="0" lbank="40" prog="98" /> + <Patch name="ClearBel" mode="4" hbank="0" lbank="41" prog="98" /> + <Patch name="ChorBell" mode="4" hbank="0" lbank="42" prog="98" /> + <Patch name="SynMalet" mode="4" hbank="0" lbank="64" prog="98" /> + <Patch name="SftCryst" mode="4" hbank="0" lbank="65" prog="98" /> + <Patch name="LoudGlok" mode="4" hbank="0" lbank="66" prog="98" /> + <Patch name="XmasBell" mode="4" hbank="0" lbank="67" prog="98" /> + <Patch name="VibeBell" mode="4" hbank="0" lbank="68" prog="98" /> + <Patch name="DigiBell" mode="4" hbank="0" lbank="69" prog="98" /> + <Patch name="AirBells" mode="4" hbank="0" lbank="70" prog="98" /> + <Patch name="BellHarp" mode="4" hbank="0" lbank="71" prog="98" /> + <Patch name="Gamelmba" mode="4" hbank="0" lbank="72" prog="98" /> + <Patch name="Athmosphere" mode="7" hbank="0" lbank="0" prog="99" /> + <Patch name="WarmAtms" mode="4" hbank="0" lbank="18" prog="99" /> + <Patch name="HollwRls" mode="4" hbank="0" lbank="19" prog="99" /> + <Patch name="NylonEP" mode="4" hbank="0" lbank="40" prog="99" /> + <Patch name="NylnHarp" mode="4" hbank="0" lbank="64" prog="99" /> + <Patch name="HarpVox" mode="4" hbank="0" lbank="65" prog="99" /> + <Patch name="Brightness" mode="7" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblins" mode="7" hbank="0" lbank="0" prog="101" /> + <Patch name="MilkyWay" mode="4" hbank="0" lbank="69" prog="101" /> + <Patch name="Puffy" mode="4" hbank="0" lbank="72" prog="101" /> + <Patch name="Echoes" mode="7" hbank="0" lbank="0" prog="102" /> + <Patch name="Sci-Fi" mode="7" hbank="0" lbank="0" prog="103" /> + <Patch name="Odyssey" mode="4" hbank="0" lbank="65" prog="103" /> + </PatchGroup> + <PatchGroup name="Ethnic"> + <Patch name="Sitar" mode="7" hbank="0" lbank="0" prog="104" /> + <Patch name="DetSitar" mode="4" hbank="0" lbank="32" prog="104" /> + <Patch name="Sitar2" mode="4" hbank="0" lbank="35" prog="104" /> + <Patch name="Tambra" mode="4" hbank="0" lbank="96" prog="104" /> + <Patch name="Tamboura" mode="4" hbank="0" lbank="97" prog="104" /> + <Patch name="Banjo" mode="7" hbank="0" lbank="0" prog="105" /> + <Patch name="MuteBnjo" mode="4" hbank="0" lbank="28" prog="105" /> + <Patch name="Rabab" mode="4" hbank="0" lbank="96" prog="105" /> + <Patch name="Gopichnt" mode="4" hbank="0" lbank="97" prog="105" /> + <Patch name="Oud" mode="4" hbank="0" lbank="98" prog="105" /> + <Patch name="Shamisen" mode="7" hbank="0" lbank="0" prog="106" /> + <Patch name="Tsugaru" mode="4" hbank="0" lbank="96" prog="106" /> + <Patch name="Koto" mode="7" hbank="0" lbank="0" prog="107" /> + <Patch name="T.Koto" mode="4" hbank="0" lbank="96" prog="107" /> + <Patch name="Kanoon" mode="4" hbank="0" lbank="97" prog="107" /> + <Patch name="Kalimba" mode="7" hbank="0" lbank="0" prog="108" /> + <Patch name="BigKalim" mode="4" hbank="0" lbank="64" prog="108" /> + <Patch name="Bagpipe" mode="7" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" mode="7" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" mode="7" hbank="0" lbank="0" prog="111" /> + <Patch name="Shanai2" mode="4" hbank="0" lbank="64" prog="111" /> + <Patch name="Pungi" mode="4" hbank="0" lbank="96" prog="111" /> + <Patch name="Hichriki" mode="4" hbank="0" lbank="97" prog="111" /> + </PatchGroup> + <PatchGroup name="Percussive"> + <Patch name="Tinkle Bell" mode="7" hbank="0" lbank="0" prog="112" /> + <Patch name="Bonang" mode="4" hbank="0" lbank="96" prog="112" /> + <Patch name="Gender" mode="4" hbank="0" lbank="97" prog="112" /> + <Patch name="Gamelan" mode="4" hbank="0" lbank="98" prog="112" /> + <Patch name="S.Gamlan" mode="4" hbank="0" lbank="99" prog="112" /> + <Patch name="RamaCym" mode="4" hbank="0" lbank="100" prog="112" /> + <Patch name="AsianBel" mode="4" hbank="0" lbank="101" prog="112" /> + <Patch name="Agogo" mode="7" hbank="0" lbank="0" prog="113" /> + <Patch name="Atrigane" mode="4" hbank="0" lbank="96" prog="113" /> + <Patch name="Steel Drums" mode="7" hbank="0" lbank="0" prog="114" /> + <Patch name="GlasPerc" mode="4" hbank="0" lbank="97" prog="114" /> + <Patch name="ThaiBell" mode="4" hbank="0" lbank="98" prog="114" /> + <Patch name="Tablas" mode="4" hbank="0" lbank="96" prog="114" /> + <Patch name="Woodblock" mode="7" hbank="0" lbank="0" prog="115" /> + <Patch name="Castanet" mode="4" hbank="0" lbank="96" prog="115" /> + <Patch name="Taiko Drum" mode="7" hbank="0" lbank="0" prog="116" /> + <Patch name="Gr.Cassa" mode="4" hbank="0" lbank="96" prog="116" /> + <Patch name="Melodic Drum" mode="7" hbank="0" lbank="0" prog="117" /> + <Patch name="MelTom2" mode="4" hbank="0" lbank="64" prog="117" /> + <Patch name="RealTom" mode="4" hbank="0" lbank="65" prog="117" /> + <Patch name="RockTom" mode="4" hbank="0" lbank="66" prog="117" /> + <Patch name="Synth Drum" mode="7" hbank="0" lbank="0" prog="118" /> + <Patch name="AnaTom" mode="4" hbank="0" lbank="64" prog="118" /> + <Patch name="ElecPerc" mode="4" hbank="0" lbank="65" prog="118" /> + <Patch name="Rev. Cymbal" mode="7" hbank="0" lbank="0" prog="119" /> + <Patch name="RevCym2" mode="4" hbank="0" lbank="64" prog="119" /> + <Patch name="RevSnar1" mode="4" hbank="0" lbank="96" prog="119" /> + <Patch name="RevSnar2" mode="4" hbank="0" lbank="97" prog="119" /> + <Patch name="RevKick1" mode="4" hbank="0" lbank="98" prog="119" /> + <Patch name="RevConBD" mode="4" hbank="0" lbank="99" prog="119" /> + <Patch name="RevTom1" mode="4" hbank="0" lbank="100" prog="119" /> + <Patch name="RevTom2" mode="4" hbank="0" lbank="101" prog="119" /> + </PatchGroup> + <PatchGroup name="Special FX"> + <Patch name="Gtr Fret Noise" mode="7" hbank="0" lbank="0" prog="120" /> + <Patch name="Breath Noise" mode="7" hbank="0" lbank="0" prog="121" /> + <Patch name="Seashore" mode="7" hbank="0" lbank="0" prog="122" /> + <Patch name="Bird Tweed" mode="7" hbank="0" lbank="0" prog="123" /> + <Patch name="Telephone" mode="7" hbank="0" lbank="0" prog="124" /> + <Patch name="Helicopter" mode="7" hbank="0" lbank="0" prog="125" /> + <Patch name="Applaus" mode="7" hbank="0" lbank="0" prog="126" /> + <Patch name="Gunshot" mode="7" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Drums"> + <Patch name="Standard" mode="6" hbank="127" lbank="0" prog="0" drum="1" /> + <Patch name="Standrd2" mode="4" hbank="127" lbank="0" prog="1" drum="1" /> + <Patch name="Room" mode="6" hbank="127" lbank="0" prog="8" drum="1" /> + <Patch name="Rock" mode="4" hbank="127" lbank="0" prog="16" drum="1" /> + <Patch name="Electro" mode="6" hbank="127" lbank="0" prog="24" drum="1" /> + <Patch name="Analog" mode="6" hbank="127" lbank="0" prog="25" drum="1" /> + <Patch name="Jazz" mode="6" hbank="127" lbank="0" prog="32" drum="1" /> + <Patch name="Brush" mode="6" hbank="127" lbank="0" prog="40" drum="1" /> + <Patch name="Classic" mode="6" hbank="127" lbank="0" prog="48" drum="1" /> + <Patch name="Power" mode="2" hbank="127" lbank="0" prog="16" drum="1" /> + <Patch name="SFX1" mode="2" hbank="127" lbank="0" prog="56" drum="1" /> + <Patch name="GM" mode="2" hbank="127" lbank="0" prog="127" drum="1" /> + <Patch name="SFX1" mode="4" hbank="126" lbank="0" prog="0" drum="1" /> + <Patch name="SFX2" mode="4" hbank="126" lbank="0" prog="1" drum="1" /> + <Patch name="CuttngNz" mode="4" hbank="4" lbank="0" prog="0" /> + <Patch name="CuttngNz2" mode="4" hbank="4" lbank="0" prog="1" /> + <Patch name="StrSlap" mode="4" hbank="4" lbank="0" prog="3" /> + <Patch name="Fl.KClik" mode="4" hbank="4" lbank="0" prog="16" /> + <Patch name="Rain" mode="4" hbank="4" lbank="0" prog="32" /> + <Patch name="Thunder" mode="4" hbank="4" lbank="0" prog="33" /> + <Patch name="Wind" mode="4" hbank="4" lbank="0" prog="34" /> + <Patch name="Stream" mode="4" hbank="4" lbank="0" prog="35" /> + <Patch name="Bubble" mode="4" hbank="4" lbank="0" prog="36" /> + <Patch name="Feed" mode="4" hbank="4" lbank="0" prog="37" /> + <Patch name="Dog" mode="4" hbank="4" lbank="0" prog="48" /> + <Patch name="Horse" mode="4" hbank="4" lbank="0" prog="49" /> + <Patch name="Bird2" mode="4" hbank="4" lbank="0" prog="50" /> + <Patch name="Ghost" mode="4" hbank="4" lbank="0" prog="54" /> + <Patch name="Maou" mode="4" hbank="4" lbank="0" prog="55" /> + <Patch name="Tel.Dial" mode="4" hbank="4" lbank="0" prog="64" /> + <Patch name="DoorSqek" mode="4" hbank="4" lbank="0" prog="65" /> + <Patch name="DoorSlam" mode="4" hbank="4" lbank="0" prog="66" /> + <Patch name="Scratch" mode="4" hbank="4" lbank="0" prog="67" /> + <Patch name="Scratch2" mode="4" hbank="4" lbank="0" prog="68" /> + <Patch name="WindChm" mode="4" hbank="4" lbank="0" prog="69" /> + <Patch name="Telphon2" mode="4" hbank="4" lbank="0" prog="70" /> + <Patch name="CarEngin" mode="4" hbank="4" lbank="0" prog="80" /> + <Patch name="CarStop" mode="4" hbank="4" lbank="0" prog="81" /> + <Patch name="CarPass" mode="4" hbank="4" lbank="0" prog="82" /> + <Patch name="CarCrash" mode="4" hbank="4" lbank="0" prog="83" /> + <Patch name="Siren" mode="4" hbank="4" lbank="0" prog="84" /> + <Patch name="Train" mode="4" hbank="4" lbank="0" prog="85" /> + <Patch name="Jetplane" mode="4" hbank="4" lbank="0" prog="86" /> + <Patch name="Starship" mode="4" hbank="4" lbank="0" prog="87" /> + <Patch name="Burst" mode="4" hbank="4" lbank="0" prog="88" /> + <Patch name="Coaster" mode="4" hbank="4" lbank="0" prog="89" /> + <Patch name="SbMarine" mode="4" hbank="4" lbank="0" prog="90" /> + <Patch name="Laughing" mode="4" hbank="4" lbank="0" prog="96" /> + <Patch name="Scream" mode="4" hbank="4" lbank="0" prog="97" /> + <Patch name="Punch" mode="4" hbank="4" lbank="0" prog="98" /> + <Patch name="Heart" mode="4" hbank="4" lbank="0" prog="99" /> + <Patch name="FootStep" mode="4" hbank="4" lbank="0" prog="100" /> + <Patch name="MchinGun" mode="4" hbank="4" lbank="0" prog="112" /> + <Patch name="LaserGun" mode="4" hbank="4" lbank="0" prog="113" /> + <Patch name="Xplosion" mode="4" hbank="4" lbank="0" prog="114" /> + <Patch name="FireWork" mode="4" hbank="4" lbank="0" prog="115" /> + <Patch name="DstCutNz" mode="4" hbank="4" lbank="0" prog="2" /> + <Patch name="B.Slide" mode="4" hbank="4" lbank="0" prog="4" /> + <Patch name="P.Scrape" mode="4" hbank="4" lbank="0" prog="5" /> + <Patch name="Kitty" mode="4" hbank="4" lbank="0" prog="51" /> + <Patch name="Growl" mode="4" hbank="4" lbank="0" prog="52" /> + <Patch name="Haunted" mode="4" hbank="4" lbank="0" prog="53" /> + <Patch name="Applaus2" mode="4" hbank="4" lbank="0" prog="101" /> + </PatchGroup> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/instruments/xg.idf b/muse2/share/instruments/xg.idf new file mode 100644 index 00000000..4f5f586e --- /dev/null +++ b/muse2/share/instruments/xg.idf @@ -0,0 +1,606 @@ +<?xml version="1.0"?> +<muse version="1.0"> + <MidiInstrument name="XG" nullparam="32639"> + <PatchGroup name="Piano"> + <Patch name="Grand Piano" hbank="0" lbank="0" prog="0" /> + <Patch name="GrndPnoK" hbank="0" lbank="1" prog="0" /> + <Patch name="MelloGrP" hbank="0" lbank="18" prog="0" /> + <Patch name="PianoStr" hbank="0" lbank="40" prog="0" /> + <Patch name="Dream" hbank="0" lbank="41" prog="0" /> + <Patch name="Bright Piano" hbank="0" lbank="0" prog="1" /> + <Patch name="BritPnoK" hbank="0" lbank="1" prog="1" /> + <Patch name="E.Grand" hbank="0" lbank="0" prog="2" /> + <Patch name="ElGrPnoK" hbank="0" lbank="1" prog="2" /> + <Patch name="Det.CP80" hbank="0" lbank="32" prog="2" /> + <Patch name="ElGrPno1" hbank="0" lbank="40" prog="2" /> + <Patch name="ElGrPno2" hbank="0" lbank="41" prog="2" /> + <Patch name="Honky-tonk" hbank="0" lbank="0" prog="3" /> + <Patch name="HonkyTonkK" hbank="0" lbank="1" prog="3" /> + <Patch name="E.Piano" hbank="0" lbank="0" prog="4" /> + <Patch name="El.Pno1K" hbank="0" lbank="1" prog="4" /> + <Patch name="MelloEP1" hbank="0" lbank="18" prog="4" /> + <Patch name="Chor.EP1" hbank="0" lbank="32" prog="4" /> + <Patch name="HardEl.P" hbank="0" lbank="40" prog="4" /> + <Patch name="VXElP1" hbank="0" lbank="45" prog="4" /> + <Patch name="60sEl.P" hbank="0" lbank="64" prog="4" /> + <Patch name="E.Piano 2" hbank="0" lbank="0" prog="5" /> + <Patch name="El.Pno2K" hbank="0" lbank="1" prog="5" /> + <Patch name="Chor.EP2" hbank="0" lbank="32" prog="5" /> + <Patch name="DX.Hard" hbank="0" lbank="33" prog="5" /> + <Patch name="DXLegend" hbank="0" lbank="34" prog="5" /> + <Patch name="DXPhase" hbank="0" lbank="40" prog="5" /> + <Patch name="DX+Analg" hbank="0" lbank="41" prog="5" /> + <Patch name="DXKotoEP" hbank="0" lbank="42" prog="5" /> + <Patch name="VXEl.P2" hbank="0" lbank="45" prog="5" /> + <Patch name="Harpsichord" hbank="0" lbank="0" prog="6" /> + <Patch name="Harpsi.K" hbank="0" lbank="1" prog="6" /> + <Patch name="Harpsi.2" hbank="0" lbank="25" prog="6" /> + <Patch name="Harpsi.3" hbank="0" lbank="35" prog="6" /> + <Patch name="Clav." hbank="0" lbank="0" prog="7" /> + <Patch name="Clavi.K" hbank="0" lbank="1" prog="7" /> + <Patch name="ClaviWah" hbank="0" lbank="27" prog="7" /> + <Patch name="PulseClv" hbank="0" lbank="64" prog="7" /> + <Patch name="PierceCl" hbank="0" lbank="65" prog="7" /> + </PatchGroup> + <PatchGroup name="Chromatic Perc"> + <Patch name="Celesta" hbank="0" lbank="0" prog="8" /> + <Patch name="Glockenspiel" hbank="0" lbank="0" prog="9" /> + <Patch name="Music Box" hbank="0" lbank="0" prog="10" /> + <Patch name="Orgel" hbank="0" lbank="64" prog="10" /> + <Patch name="Vibraphone" hbank="0" lbank="0" prog="11" /> + <Patch name="VibesK" hbank="0" lbank="1" prog="11" /> + <Patch name="HardVibe" hbank="0" lbank="45" prog="11" /> + <Patch name="Marimba" hbank="0" lbank="0" prog="12" /> + <Patch name="MarimbaK" hbank="0" lbank="1" prog="12" /> + <Patch name="SineMrmb" hbank="0" lbank="64" prog="12" /> + <Patch name="Balafon" hbank="0" lbank="96" prog="12" /> + <Patch name="Balafon2" hbank="0" lbank="97" prog="12" /> + <Patch name="LogDrum" hbank="0" lbank="98" prog="12" /> + <Patch name="Xylophone" hbank="0" lbank="0" prog="13" /> + <Patch name="Tubular Bells" hbank="0" lbank="0" prog="14" /> + <Patch name="ChrchBel" hbank="0" lbank="96" prog="14" /> + <Patch name="Carillon" hbank="0" lbank="97" prog="14" /> + <Patch name="Dulcimer" hbank="0" lbank="0" prog="15" /> + <Patch name="Dulcimr2" hbank="0" lbank="35" prog="15" /> + <Patch name="Santur" hbank="0" lbank="97" prog="15" /> + </PatchGroup> + <PatchGroup name="Organ"> + <Patch name="Drawbar Organ" hbank="0" lbank="0" prog="16" /> + <Patch name="DelDrwOr" hbank="0" lbank="32" prog="16" /> + <Patch name="60sDrOr1" hbank="0" lbank="33" prog="16" /> + <Patch name="60sDrOr2" hbank="0" lbank="34" prog="16" /> + <Patch name="70sDrOr1" hbank="0" lbank="35" prog="16" /> + <Patch name="DrawOrg2" hbank="0" lbank="36" prog="16" /> + <Patch name="60sDrOr3" hbank="0" lbank="37" prog="16" /> + <Patch name="EvenBar" hbank="0" lbank="38" prog="16" /> + <Patch name="16+2\" hbank="0" lbank="40" prog="16" /> + <Patch name="OrganBa" hbank="0" lbank="64" prog="16" /> + <Patch name="70sDrOr2" hbank="0" lbank="65" prog="16" /> + <Patch name="CheezOrg" hbank="0" lbank="66" prog="16" /> + <Patch name="DrawOrg3" hbank="0" lbank="67" prog="16" /> + <Patch name="Perc. Organ" hbank="0" lbank="0" prog="17" /> + <Patch name="70sPcOr1" hbank="0" lbank="24" prog="17" /> + <Patch name="DetPrcOr" hbank="0" lbank="32" prog="17" /> + <Patch name="LiteOrg" hbank="0" lbank="33" prog="17" /> + <Patch name="PercOrg2" hbank="0" lbank="37" prog="17" /> + <Patch name="Rock Organ" hbank="0" lbank="0" prog="18" /> + <Patch name="RotaryOr" hbank="0" lbank="64" prog="18" /> + <Patch name="SloRotar" hbank="0" lbank="65" prog="18" /> + <Patch name="FstRotar" hbank="0" lbank="66" prog="18" /> + <Patch name="Church Organ" hbank="0" lbank="0" prog="19" /> + <Patch name="ChurOrg3" hbank="0" lbank="32" prog="19" /> + <Patch name="ChurOrg2" hbank="0" lbank="35" prog="19" /> + <Patch name="NotreDam" hbank="0" lbank="40" prog="19" /> + <Patch name="OrgFlute" hbank="0" lbank="64" prog="19" /> + <Patch name="TrmOrgFl" hbank="0" lbank="65" prog="19" /> + <Patch name="Reed Organ" hbank="0" lbank="0" prog="20" /> + <Patch name="PuffOrg" hbank="0" lbank="40" prog="20" /> + <Patch name="Akkordion" hbank="0" lbank="0" prog="21" /> + <Patch name="Accordlt" hbank="0" lbank="32" prog="21" /> + <Patch name="Harmonica" hbank="0" lbank="0" prog="22" /> + <Patch name="Harmo2" hbank="0" lbank="32" prog="22" /> + <Patch name="Bandoneon" hbank="0" lbank="0" prog="23" /> + <Patch name="TngoAcd2" hbank="0" lbank="64" prog="23" /> + </PatchGroup> + <PatchGroup name="Guitar"> + <Patch name="Nylon Gtr." hbank="0" lbank="0" prog="24" /> + <Patch name="NylonGt2" hbank="0" lbank="16" prog="24" /> + <Patch name="NylonGt3" hbank="0" lbank="25" prog="24" /> + <Patch name="VelGtHrm" hbank="0" lbank="43" prog="24" /> + <Patch name="Ukelele" hbank="0" lbank="96" prog="24" /> + <Patch name="Steel Gtr." hbank="0" lbank="0" prog="25" /> + <Patch name="SteelGt2" hbank="0" lbank="16" prog="25" /> + <Patch name="12StrGtr" hbank="0" lbank="35" prog="25" /> + <Patch name="Nylon-Stl" hbank="0" lbank="40" prog="25" /> + <Patch name="Stl-Body" hbank="0" lbank="41" prog="25" /> + <Patch name="Mandolin" hbank="0" lbank="96" prog="25" /> + <Patch name="Jazz Guitar" hbank="0" lbank="0" prog="26" /> + <Patch name="MelloGtr" hbank="0" lbank="18" prog="26" /> + <Patch name="JazzAmp" hbank="0" lbank="32" prog="26" /> + <Patch name="PdlSteel" hbank="0" lbank="96" prog="26" /> + <Patch name="Clean Guitar" hbank="0" lbank="0" prog="27" /> + <Patch name="ChorusGt" hbank="0" lbank="32" prog="27" /> + <Patch name="CleanGt2" hbank="0" lbank="64" prog="27" /> + <Patch name="Muted Guitar" hbank="0" lbank="0" prog="28" /> + <Patch name="FunkGtr1" hbank="0" lbank="40" prog="28" /> + <Patch name="MuteStlG" hbank="0" lbank="41" prog="28" /> + <Patch name="FunkGtr2" hbank="0" lbank="43" prog="28" /> + <Patch name="JazzMan" hbank="0" lbank="45" prog="28" /> + <Patch name="Mu.DstGt" hbank="0" lbank="96" prog="28" /> + <Patch name="Overdrive Gtr" hbank="0" lbank="0" prog="29" /> + <Patch name="Gt.Pinch" hbank="0" lbank="43" prog="29" /> + <Patch name="Distortion Gtr" hbank="0" lbank="0" prog="30" /> + <Patch name="DstRthmG" hbank="0" lbank="12" prog="30" /> + <Patch name="DistGtr2" hbank="0" lbank="24" prog="30" /> + <Patch name="DistGtr3" hbank="0" lbank="35" prog="30" /> + <Patch name="PowerGt2" hbank="0" lbank="36" prog="30" /> + <Patch name="PowerGt1" hbank="0" lbank="37" prog="30" /> + <Patch name="Dst.5ths" hbank="0" lbank="38" prog="30" /> + <Patch name="FeedbkGt" hbank="0" lbank="40" prog="30" /> + <Patch name="FeedbGt2" hbank="0" lbank="41" prog="30" /> + <Patch name="RkRythm2" hbank="0" lbank="43" prog="30" /> + <Patch name="RockRthm" hbank="0" lbank="45" prog="30" /> + <Patch name="Gtr. Harmonics" hbank="0" lbank="0" prog="31" /> + <Patch name="GtFeedbk" hbank="0" lbank="65" prog="31" /> + <Patch name="GtrHrmo2" hbank="0" lbank="66" prog="31" /> + <Patch name="AcoHarmo" hbank="0" lbank="64" prog="31" /> + </PatchGroup> + <PatchGroup name="Bass"> + <Patch name="Acoustic Bass" hbank="0" lbank="0" prog="32" /> + <Patch name="JazzRthm" hbank="0" lbank="40" prog="32" /> + <Patch name="VXUprght" hbank="0" lbank="45" prog="32" /> + <Patch name="Fingered Bass" hbank="0" lbank="0" prog="33" /> + <Patch name="FingrDrk" hbank="0" lbank="18" prog="33" /> + <Patch name="FlangeBa" hbank="0" lbank="27" prog="33" /> + <Patch name="Ba-DstEG" hbank="0" lbank="40" prog="33" /> + <Patch name="FngrSlap" hbank="0" lbank="43" prog="33" /> + <Patch name="FngBass2" hbank="0" lbank="45" prog="33" /> + <Patch name="JazzBass" hbank="0" lbank="64" prog="33" /> + <Patch name="ModAlem" hbank="0" lbank="65" prog="33" /> + <Patch name="Picked Bass" hbank="0" lbank="0" prog="34" /> + <Patch name="MutePkBa" hbank="0" lbank="28" prog="34" /> + <Patch name="Fretless Bass" hbank="0" lbank="0" prog="35" /> + <Patch name="Fretles2" hbank="0" lbank="32" prog="35" /> + <Patch name="Fretles3" hbank="0" lbank="33" prog="35" /> + <Patch name="Fretles4" hbank="0" lbank="34" prog="35" /> + <Patch name="SynFretl" hbank="0" lbank="96" prog="35" /> + <Patch name="Smooth" hbank="0" lbank="97" prog="35" /> + <Patch name="Slap Bass 1" hbank="0" lbank="0" prog="36" /> + <Patch name="ResoSlap" hbank="0" lbank="27" prog="36" /> + <Patch name="PunchThm" hbank="0" lbank="32" prog="36" /> + <Patch name="Slap Bass 2" hbank="0" lbank="0" prog="37" /> + <Patch name="VeloSlap" hbank="0" lbank="43" prog="37" /> + <Patch name="Synth Bass 1" hbank="0" lbank="0" prog="38" /> + <Patch name="SynBa1Dk" hbank="0" lbank="18" prog="38" /> + <Patch name="FastResB" hbank="0" lbank="20" prog="38" /> + <Patch name="AcidBass" hbank="0" lbank="24" prog="38" /> + <Patch name="ClvBass" hbank="0" lbank="35" prog="38" /> + <Patch name="TeknoBa" hbank="0" lbank="40" prog="38" /> + <Patch name="Oscar" hbank="0" lbank="64" prog="38" /> + <Patch name="SqrBass" hbank="0" lbank="65" prog="38" /> + <Patch name="RubberBa" hbank="0" lbank="66" prog="38" /> + <Patch name="Hammer" hbank="0" lbank="96" prog="38" /> + <Patch name="Synth Bass 2" hbank="0" lbank="0" prog="39" /> + <Patch name="MelloSB1" hbank="0" lbank="6" prog="39" /> + <Patch name="SeqBass" hbank="0" lbank="12" prog="39" /> + <Patch name="ClkSynBa" hbank="0" lbank="18" prog="39" /> + <Patch name="SynBa2Dk" hbank="0" lbank="19" prog="39" /> + <Patch name="SmthBa2" hbank="0" lbank="32" prog="39" /> + <Patch name="ModulrBa" hbank="0" lbank="40" prog="39" /> + <Patch name="DXBass" hbank="0" lbank="41" prog="39" /> + <Patch name="XWireBa" hbank="0" lbank="64" prog="39" /> + </PatchGroup> + <PatchGroup name="Strings/Orch"> + <Patch name="Violin" hbank="0" lbank="0" prog="40" /> + <Patch name="SlowVln" hbank="0" lbank="8" prog="40" /> + <Patch name="Viola" hbank="0" lbank="0" prog="41" /> + <Patch name="Cello" hbank="0" lbank="0" prog="42" /> + <Patch name="Contrabass" hbank="0" lbank="0" prog="43" /> + <Patch name="Tremolo Str." hbank="0" lbank="0" prog="44" /> + <Patch name="SlowTrSt" hbank="0" lbank="8" prog="44" /> + <Patch name="SuspStr" hbank="0" lbank="40" prog="44" /> + <Patch name="Pizzicato Str." hbank="0" lbank="0" prog="45" /> + <Patch name="Harp" hbank="0" lbank="0" prog="46" /> + <Patch name="YangChin" hbank="0" lbank="40" prog="46" /> + <Patch name="Timpani" hbank="0" lbank="0" prog="47" /> + </PatchGroup> + <PatchGroup name="Ensemble"> + <Patch name="Strings 1" hbank="0" lbank="0" prog="48" /> + <Patch name="S.Strngs" hbank="0" lbank="3" prog="48" /> + <Patch name="SlowStr" hbank="0" lbank="8" prog="48" /> + <Patch name="ArcoStr" hbank="0" lbank="24" prog="48" /> + <Patch name="60sStrng" hbank="0" lbank="35" prog="48" /> + <Patch name="Orchestr" hbank="0" lbank="40" prog="48" /> + <Patch name="Orchstr2" hbank="0" lbank="41" prog="48" /> + <Patch name="TremOrch" hbank="0" lbank="42" prog="48" /> + <Patch name="VeloStr" hbank="0" lbank="45" prog="48" /> + <Patch name="Strings 2" hbank="0" lbank="0" prog="49" /> + <Patch name="S.SlwStr" hbank="0" lbank="3" prog="49" /> + <Patch name="LegatoSt" hbank="0" lbank="8" prog="49" /> + <Patch name="WarmStr" hbank="0" lbank="40" prog="49" /> + <Patch name="Kingdom" hbank="0" lbank="41" prog="49" /> + <Patch name="70sStr" hbank="0" lbank="64" prog="49" /> + <Patch name="StrEns3" hbank="0" lbank="65" prog="49" /> + <Patch name="Syn. Strings 1" hbank="0" lbank="0" prog="50" /> + <Patch name="ResoStr" hbank="0" lbank="27" prog="50" /> + <Patch name="SynStr4" hbank="0" lbank="64" prog="50" /> + <Patch name="SSStr" hbank="0" lbank="65" prog="50" /> + <Patch name="SynStr3" hbank="0" lbank="35" prog="50" /> + <Patch name="Syn. Strings 2" hbank="0" lbank="0" prog="51" /> + <Patch name="Choir Aahs" hbank="0" lbank="0" prog="52" /> + <Patch name="S.Choir" hbank="0" lbank="3" prog="52" /> + <Patch name="Ch.Aahs2" hbank="0" lbank="16" prog="52" /> + <Patch name="MelChoir" hbank="0" lbank="32" prog="52" /> + <Patch name="ChoirStr" hbank="0" lbank="40" prog="52" /> + <Patch name="StrngAah" hbank="0" lbank="64" prog="52" /> + <Patch name="MaleAah" hbank="0" lbank="65" prog="52" /> + <Patch name="Voice Oohs" hbank="0" lbank="0" prog="53" /> + <Patch name="VoiceDoo" hbank="0" lbank="64" prog="53" /> + <Patch name="VoiceHmn" hbank="0" lbank="96" prog="53" /> + <Patch name="Synth Voice" hbank="0" lbank="0" prog="54" /> + <Patch name="SynVox2" hbank="0" lbank="40" prog="54" /> + <Patch name="Choral" hbank="0" lbank="41" prog="54" /> + <Patch name="AnaVoice" hbank="0" lbank="64" prog="54" /> + <Patch name="Orchestra Hit" hbank="0" lbank="0" prog="55" /> + <Patch name="OrchHit2" hbank="0" lbank="35" prog="55" /> + <Patch name="Impact" hbank="0" lbank="64" prog="55" /> + <Patch name="DoublHit" hbank="0" lbank="66" prog="55" /> + <Patch name="BrStab80" hbank="0" lbank="67" prog="55" /> + </PatchGroup> + <PatchGroup name="Brass"> + <Patch name="Trumpet" hbank="0" lbank="0" prog="56" /> + <Patch name="Trumpet2" hbank="0" lbank="16" prog="56" /> + <Patch name="BriteTrp" hbank="0" lbank="17" prog="56" /> + <Patch name="WarmTrp" hbank="0" lbank="32" prog="56" /> + <Patch name="FluglHrn" hbank="0" lbank="96" prog="56" /> + <Patch name="Trombone" hbank="0" lbank="0" prog="57" /> + <Patch name="Trmbone2" hbank="0" lbank="18" prog="57" /> + <Patch name="Tuba" hbank="0" lbank="0" prog="58" /> + <Patch name="Tuba2" hbank="0" lbank="16" prog="58" /> + <Patch name="Muted Trumpet" hbank="0" lbank="0" prog="59" /> + <Patch name="MuteTrp2" hbank="0" lbank="64" prog="59" /> + <Patch name="French Horn" hbank="0" lbank="0" prog="60" /> + <Patch name="FrHrSolo" hbank="0" lbank="6" prog="60" /> + <Patch name="FrHorn2" hbank="0" lbank="32" prog="60" /> + <Patch name="HornOrch" hbank="0" lbank="37" prog="60" /> + <Patch name="Brass Section" hbank="0" lbank="0" prog="61" /> + <Patch name="Tp-TbSec" hbank="0" lbank="35" prog="61" /> + <Patch name="BrssSec2" hbank="0" lbank="40" prog="61" /> + <Patch name="HiBrass" hbank="0" lbank="41" prog="61" /> + <Patch name="MelloBrs" hbank="0" lbank="42" prog="61" /> + <Patch name="SfrzndBr" hbank="0" lbank="14" prog="61" /> + <Patch name="BrssFall" hbank="0" lbank="39" prog="61" /> + <Patch name="Synth Brass 1" hbank="0" lbank="0" prog="62" /> + <Patch name="QuackBr" hbank="0" lbank="12" prog="62" /> + <Patch name="RezSynBr" hbank="0" lbank="20" prog="62" /> + <Patch name="PolyBrss" hbank="0" lbank="24" prog="62" /> + <Patch name="SynBras3" hbank="0" lbank="27" prog="62" /> + <Patch name="JumpBrss" hbank="0" lbank="32" prog="62" /> + <Patch name="AnaVelBr" hbank="0" lbank="45" prog="62" /> + <Patch name="AnaBrss1" hbank="0" lbank="64" prog="62" /> + <Patch name="Synth Brass 2" hbank="0" lbank="0" prog="63" /> + <Patch name="SoftBrs" hbank="0" lbank="18" prog="63" /> + <Patch name="SynBras4" hbank="0" lbank="40" prog="63" /> + <Patch name="ChoBrss" hbank="0" lbank="41" prog="63" /> + <Patch name="VelBras2" hbank="0" lbank="45" prog="63" /> + <Patch name="AnaBras2" hbank="0" lbank="64" prog="63" /> + </PatchGroup> + <PatchGroup name="Reed"> + <Patch name="Soprano Sax" hbank="0" lbank="0" prog="64" /> + <Patch name="Alto Sax" hbank="0" lbank="0" prog="65" /> + <Patch name="SaxSect" hbank="0" lbank="40" prog="65" /> + <Patch name="HyprAlto" hbank="0" lbank="43" prog="65" /> + <Patch name="Tenor Sax" hbank="0" lbank="0" prog="66" /> + <Patch name="BrthTnSx" hbank="0" lbank="40" prog="66" /> + <Patch name="SoftTenr" hbank="0" lbank="41" prog="66" /> + <Patch name="TnrSax2" hbank="0" lbank="64" prog="66" /> + <Patch name="Baritone Sax" hbank="0" lbank="0" prog="67" /> + <Patch name="Oboe" hbank="0" lbank="0" prog="68" /> + <Patch name="English Horn" hbank="0" lbank="0" prog="69" /> + <Patch name="Bassoon" hbank="0" lbank="0" prog="70" /> + <Patch name="Clarinet" hbank="0" lbank="0" prog="71" /> + <Patch name="BassClar" hbank="0" lbank="96" prog="71" /> + </PatchGroup> + <PatchGroup name="Pipe"> + <Patch name="Piccolo" hbank="0" lbank="0" prog="72" /> + <Patch name="Flute" hbank="0" lbank="0" prog="73" /> + <Patch name="Recorder" hbank="0" lbank="0" prog="74" /> + <Patch name="Pan Flute" hbank="0" lbank="0" prog="75" /> + <Patch name="PanFlut2" hbank="0" lbank="64" prog="75" /> + <Patch name="Kawala" hbank="0" lbank="96" prog="75" /> + <Patch name="Blown Bottle" hbank="0" lbank="0" prog="76" /> + <Patch name="Shakuhachi" hbank="0" lbank="0" prog="77" /> + <Patch name="Whistle" hbank="0" lbank="0" prog="78" /> + <Patch name="Ocarina" hbank="0" lbank="0" prog="79" /> + </PatchGroup> + <PatchGroup name="Synth Lead"> + <Patch name="Square Wave" hbank="0" lbank="0" prog="80" /> + <Patch name="Square2" hbank="0" lbank="6" prog="80" /> + <Patch name="LMSquare" hbank="0" lbank="8" prog="80" /> + <Patch name="Hollow" hbank="0" lbank="18" prog="80" /> + <Patch name="Shmoog" hbank="0" lbank="19" prog="80" /> + <Patch name="Mellow" hbank="0" lbank="64" prog="80" /> + <Patch name="SoloSine" hbank="0" lbank="65" prog="80" /> + <Patch name="SineLead" hbank="0" lbank="66" prog="80" /> + <Patch name="Saw Wave" hbank="0" lbank="0" prog="81" /> + <Patch name="Saw2" hbank="0" lbank="6" prog="81" /> + <Patch name="ThickSaw" hbank="0" lbank="8" prog="81" /> + <Patch name="DynaSaw" hbank="0" lbank="18" prog="81" /> + <Patch name="DigiSaw" hbank="0" lbank="19" prog="81" /> + <Patch name="BigLead" hbank="0" lbank="20" prog="81" /> + <Patch name="HeavySyn" hbank="0" lbank="24" prog="81" /> + <Patch name="WaspySyn" hbank="0" lbank="25" prog="81" /> + <Patch name="PulseSaw" hbank="0" lbank="40" prog="81" /> + <Patch name="Dr.Lead" hbank="0" lbank="41" prog="81" /> + <Patch name="VeloLead" hbank="0" lbank="45" prog="81" /> + <Patch name="SeqAna" hbank="0" lbank="96" prog="81" /> + <Patch name="Calliope" hbank="0" lbank="0" prog="82" /> + <Patch name="PurePad" hbank="0" lbank="65" prog="82" /> + <Patch name="VentSyn" hbank="0" lbank="64" prog="82" /> + <Patch name="Chiffer Lead" hbank="0" lbank="0" prog="83" /> + <Patch name="Rubby" hbank="0" lbank="64" prog="83" /> + <Patch name="Charang" hbank="0" lbank="0" prog="84" /> + <Patch name="DistLead" hbank="0" lbank="64" prog="84" /> + <Patch name="WireLead" hbank="0" lbank="65" prog="84" /> + <Patch name="Solo Vox" hbank="0" lbank="0" prog="85" /> + <Patch name="SynthAah" hbank="0" lbank="24" prog="85" /> + <Patch name="VoxLead" hbank="0" lbank="64" prog="85" /> + <Patch name="Fifth Saw" hbank="0" lbank="0" prog="86" /> + <Patch name="BigFive" hbank="0" lbank="35" prog="86" /> + <Patch name="Bass Lead" hbank="0" lbank="0" prog="87" /> + <Patch name="Big-Low" hbank="0" lbank="16" prog="87" /> + <Patch name="Fat-Prky" hbank="0" lbank="64" prog="87" /> + <Patch name="SoftWurl" hbank="0" lbank="65" prog="87" /> + </PatchGroup> + <PatchGroup name="Synth Pad"> + <Patch name="New Age Pad" hbank="0" lbank="0" prog="88" /> + <Patch name="Fantasy2" hbank="0" lbank="64" prog="88" /> + <Patch name="Warm Pad" hbank="0" lbank="0" prog="89" /> + <Patch name="ThickPad" hbank="0" lbank="16" prog="89" /> + <Patch name="SoftPad" hbank="0" lbank="17" prog="89" /> + <Patch name="SinePad" hbank="0" lbank="18" prog="89" /> + <Patch name="HornPad" hbank="0" lbank="64" prog="89" /> + <Patch name="RotarStr" hbank="0" lbank="65" prog="89" /> + <Patch name="Polysynth Pad" hbank="0" lbank="0" prog="90" /> + <Patch name="PolyPd80" hbank="0" lbank="64" prog="90" /> + <Patch name="ClickPad" hbank="0" lbank="65" prog="90" /> + <Patch name="AnaPad" hbank="0" lbank="66" prog="90" /> + <Patch name="SquarPad" hbank="0" lbank="67" prog="90" /> + <Patch name="Choir Pad" hbank="0" lbank="0" prog="91" /> + <Patch name="Heaven2" hbank="0" lbank="64" prog="91" /> + <Patch name="Itopia" hbank="0" lbank="66" prog="91" /> + <Patch name="CCPad" hbank="0" lbank="67" prog="91" /> + <Patch name="LitePad" hbank="0" lbank="65" prog="91" /> + <Patch name="Bowed Pad" hbank="0" lbank="0" prog="92" /> + <Patch name="Glacier" hbank="0" lbank="64" prog="92" /> + <Patch name="GlassPad" hbank="0" lbank="65" prog="92" /> + <Patch name="Metallic Pad" hbank="0" lbank="0" prog="93" /> + <Patch name="TinePad" hbank="0" lbank="64" prog="93" /> + <Patch name="PanPad" hbank="0" lbank="65" prog="93" /> + <Patch name="Halo Pad" hbank="0" lbank="0" prog="94" /> + <Patch name="Sweep Pad" hbank="0" lbank="0" prog="95" /> + <Patch name="Shwimmer" hbank="0" lbank="20" prog="95" /> + <Patch name="Converge" hbank="0" lbank="27" prog="95" /> + <Patch name="PolarPad" hbank="0" lbank="64" prog="95" /> + <Patch name="Celstial" hbank="0" lbank="66" prog="95" /> + <Patch name="Sweepy" hbank="0" lbank="65" prog="95" /> + </PatchGroup> + <PatchGroup name="Synth FX"> + <Patch name="Rain" hbank="0" lbank="0" prog="96" /> + <Patch name="ClaviPad" hbank="0" lbank="45" prog="96" /> + <Patch name="HrmoRain" hbank="0" lbank="64" prog="96" /> + <Patch name="AfrcnWnd" hbank="0" lbank="65" prog="96" /> + <Patch name="Caribean" hbank="0" lbank="66" prog="96" /> + <Patch name="Soundtrack" hbank="0" lbank="0" prog="97" /> + <Patch name="Prologue" hbank="0" lbank="27" prog="97" /> + <Patch name="Ancestrl" hbank="0" lbank="64" prog="97" /> + <Patch name="Rave" hbank="0" lbank="65" prog="97" /> + <Patch name="Crystal" hbank="0" lbank="0" prog="98" /> + <Patch name="SynDrCmp" hbank="0" lbank="12" prog="98" /> + <Patch name="Popcorn" hbank="0" lbank="14" prog="98" /> + <Patch name="TinyBell" hbank="0" lbank="18" prog="98" /> + <Patch name="RndGlock" hbank="0" lbank="35" prog="98" /> + <Patch name="GlockChi" hbank="0" lbank="40" prog="98" /> + <Patch name="ClearBel" hbank="0" lbank="41" prog="98" /> + <Patch name="ChorBell" hbank="0" lbank="42" prog="98" /> + <Patch name="SynMalet" hbank="0" lbank="64" prog="98" /> + <Patch name="SftCryst" hbank="0" lbank="65" prog="98" /> + <Patch name="LoudGlok" hbank="0" lbank="66" prog="98" /> + <Patch name="XmasBell" hbank="0" lbank="67" prog="98" /> + <Patch name="VibeBell" hbank="0" lbank="68" prog="98" /> + <Patch name="DigiBell" hbank="0" lbank="69" prog="98" /> + <Patch name="AirBells" hbank="0" lbank="70" prog="98" /> + <Patch name="BellHarp" hbank="0" lbank="71" prog="98" /> + <Patch name="Gamelmba" hbank="0" lbank="72" prog="98" /> + <Patch name="Athmosphere" hbank="0" lbank="0" prog="99" /> + <Patch name="WarmAtms" hbank="0" lbank="18" prog="99" /> + <Patch name="HollwRls" hbank="0" lbank="19" prog="99" /> + <Patch name="NylonEP" hbank="0" lbank="40" prog="99" /> + <Patch name="NylnHarp" hbank="0" lbank="64" prog="99" /> + <Patch name="HarpVox" hbank="0" lbank="65" prog="99" /> + <Patch name="Brightness" hbank="0" lbank="0" prog="100" /> + <Patch name="Goblins" hbank="0" lbank="0" prog="101" /> + <Patch name="MilkyWay" hbank="0" lbank="69" prog="101" /> + <Patch name="Puffy" hbank="0" lbank="72" prog="101" /> + <Patch name="Echoes" hbank="0" lbank="0" prog="102" /> + <Patch name="Sci-Fi" hbank="0" lbank="0" prog="103" /> + <Patch name="Odyssey" hbank="0" lbank="65" prog="103" /> + </PatchGroup> + <PatchGroup name="Ethnic"> + <Patch name="Sitar" hbank="0" lbank="0" prog="104" /> + <Patch name="DetSitar" hbank="0" lbank="32" prog="104" /> + <Patch name="Sitar2" hbank="0" lbank="35" prog="104" /> + <Patch name="Tambra" hbank="0" lbank="96" prog="104" /> + <Patch name="Tamboura" hbank="0" lbank="97" prog="104" /> + <Patch name="Banjo" hbank="0" lbank="0" prog="105" /> + <Patch name="MuteBnjo" hbank="0" lbank="28" prog="105" /> + <Patch name="Rabab" hbank="0" lbank="96" prog="105" /> + <Patch name="Gopichnt" hbank="0" lbank="97" prog="105" /> + <Patch name="Oud" hbank="0" lbank="98" prog="105" /> + <Patch name="Shamisen" hbank="0" lbank="0" prog="106" /> + <Patch name="Tsugaru" hbank="0" lbank="96" prog="106" /> + <Patch name="Koto" hbank="0" lbank="0" prog="107" /> + <Patch name="T.Koto" hbank="0" lbank="96" prog="107" /> + <Patch name="Kanoon" hbank="0" lbank="97" prog="107" /> + <Patch name="Kalimba" hbank="0" lbank="0" prog="108" /> + <Patch name="BigKalim" hbank="0" lbank="64" prog="108" /> + <Patch name="Bagpipe" hbank="0" lbank="0" prog="109" /> + <Patch name="Fiddle" hbank="0" lbank="0" prog="110" /> + <Patch name="Shanai" hbank="0" lbank="0" prog="111" /> + <Patch name="Shanai2" hbank="0" lbank="64" prog="111" /> + <Patch name="Pungi" hbank="0" lbank="96" prog="111" /> + <Patch name="Hichriki" hbank="0" lbank="97" prog="111" /> + </PatchGroup> + <PatchGroup name="Percussive"> + <Patch name="Tinkle Bell" hbank="0" lbank="0" prog="112" /> + <Patch name="Bonang" hbank="0" lbank="96" prog="112" /> + <Patch name="Gender" hbank="0" lbank="97" prog="112" /> + <Patch name="Gamelan" hbank="0" lbank="98" prog="112" /> + <Patch name="S.Gamlan" hbank="0" lbank="99" prog="112" /> + <Patch name="RamaCym" hbank="0" lbank="100" prog="112" /> + <Patch name="AsianBel" hbank="0" lbank="101" prog="112" /> + <Patch name="Agogo" hbank="0" lbank="0" prog="113" /> + <Patch name="Atrigane" hbank="0" lbank="96" prog="113" /> + <Patch name="Steel Drums" hbank="0" lbank="0" prog="114" /> + <Patch name="GlasPerc" hbank="0" lbank="97" prog="114" /> + <Patch name="ThaiBell" hbank="0" lbank="98" prog="114" /> + <Patch name="Tablas" hbank="0" lbank="96" prog="114" /> + <Patch name="Woodblock" hbank="0" lbank="0" prog="115" /> + <Patch name="Castanet" hbank="0" lbank="96" prog="115" /> + <Patch name="Taiko Drum" hbank="0" lbank="0" prog="116" /> + <Patch name="Gr.Cassa" hbank="0" lbank="96" prog="116" /> + <Patch name="Melodic Drum" hbank="0" lbank="0" prog="117" /> + <Patch name="MelTom2" hbank="0" lbank="64" prog="117" /> + <Patch name="RealTom" hbank="0" lbank="65" prog="117" /> + <Patch name="RockTom" hbank="0" lbank="66" prog="117" /> + <Patch name="Synth Drum" hbank="0" lbank="0" prog="118" /> + <Patch name="AnaTom" hbank="0" lbank="64" prog="118" /> + <Patch name="ElecPerc" hbank="0" lbank="65" prog="118" /> + <Patch name="Rev. Cymbal" hbank="0" lbank="0" prog="119" /> + <Patch name="RevCym2" hbank="0" lbank="64" prog="119" /> + <Patch name="RevSnar1" hbank="0" lbank="96" prog="119" /> + <Patch name="RevSnar2" hbank="0" lbank="97" prog="119" /> + <Patch name="RevKick1" hbank="0" lbank="98" prog="119" /> + <Patch name="RevConBD" hbank="0" lbank="99" prog="119" /> + <Patch name="RevTom1" hbank="0" lbank="100" prog="119" /> + <Patch name="RevTom2" hbank="0" lbank="101" prog="119" /> + </PatchGroup> + <PatchGroup name="Special FX"> + <Patch name="Gtr Fret Noise" hbank="0" lbank="0" prog="120" /> + <Patch name="Breath Noise" hbank="0" lbank="0" prog="121" /> + <Patch name="Seashore" hbank="0" lbank="0" prog="122" /> + <Patch name="Bird Tweed" hbank="0" lbank="0" prog="123" /> + <Patch name="Telephone" hbank="0" lbank="0" prog="124" /> + <Patch name="Helicopter" hbank="0" lbank="0" prog="125" /> + <Patch name="Applaus" hbank="0" lbank="0" prog="126" /> + <Patch name="Gunshot" hbank="0" lbank="0" prog="127" /> + </PatchGroup> + <PatchGroup name="Sound FX"> + <Patch name="SFX1" hbank="126" prog="0" drum="1" /> + <Patch name="SFX2" hbank="126" prog="1" drum="1" /> + <Patch name="CuttngNz" hbank="64" lbank="0" prog="0" /> + <Patch name="CuttngNz2" hbank="64" lbank="0" prog="1" /> + <Patch name="StrSlap" hbank="64" lbank="0" prog="3" /> + <Patch name="Fl.KClik" hbank="64" lbank="0" prog="16" /> + <Patch name="Rain" hbank="64" lbank="0" prog="32" /> + <Patch name="Thunder" hbank="64" lbank="0" prog="33" /> + <Patch name="Wind" hbank="64" lbank="0" prog="34" /> + <Patch name="Stream" hbank="64" lbank="0" prog="35" /> + <Patch name="Bubble" hbank="64" lbank="0" prog="36" /> + <Patch name="Feed" hbank="64" lbank="0" prog="37" /> + <Patch name="Dog" hbank="64" lbank="0" prog="48" /> + <Patch name="Horse" hbank="64" lbank="0" prog="49" /> + <Patch name="Bird2" hbank="64" lbank="0" prog="50" /> + <Patch name="Ghost" hbank="64" lbank="0" prog="54" /> + <Patch name="Maou" hbank="64" lbank="0" prog="55" /> + <Patch name="Tel.Dial" hbank="64" lbank="0" prog="64" /> + <Patch name="DoorSqek" hbank="64" lbank="0" prog="65" /> + <Patch name="DoorSlam" hbank="64" lbank="0" prog="66" /> + <Patch name="Scratch" hbank="64" lbank="0" prog="67" /> + <Patch name="Scratch2" hbank="64" lbank="0" prog="68" /> + <Patch name="WindChm" hbank="64" lbank="0" prog="69" /> + <Patch name="Telphon2" hbank="64" lbank="0" prog="70" /> + <Patch name="CarEngin" hbank="64" lbank="0" prog="80" /> + <Patch name="CarStop" hbank="64" lbank="0" prog="81" /> + <Patch name="CarPass" hbank="64" lbank="0" prog="82" /> + <Patch name="CarCrash" hbank="64" lbank="0" prog="83" /> + <Patch name="Siren" hbank="64" lbank="0" prog="84" /> + <Patch name="Train" hbank="64" lbank="0" prog="85" /> + <Patch name="Jetplane" hbank="64" lbank="0" prog="86" /> + <Patch name="Starship" hbank="64" lbank="0" prog="87" /> + <Patch name="Burst" hbank="64" lbank="0" prog="88" /> + <Patch name="Coaster" hbank="64" lbank="0" prog="89" /> + <Patch name="SbMarine" hbank="64" lbank="0" prog="90" /> + <Patch name="Laughing" hbank="64" lbank="0" prog="96" /> + <Patch name="Scream" hbank="64" lbank="0" prog="97" /> + <Patch name="Punch" hbank="64" lbank="0" prog="98" /> + <Patch name="Heart" hbank="64" lbank="0" prog="99" /> + <Patch name="FootStep" hbank="64" lbank="0" prog="100" /> + <Patch name="MchinGun" hbank="64" lbank="0" prog="112" /> + <Patch name="LaserGun" hbank="64" lbank="0" prog="113" /> + <Patch name="Xplosion" hbank="64" lbank="0" prog="114" /> + <Patch name="FireWork" hbank="64" lbank="0" prog="115" /> + <Patch name="DstCutNz" hbank="64" lbank="0" prog="2" /> + <Patch name="B.Slide" hbank="64" lbank="0" prog="4" /> + <Patch name="P.Scrape" hbank="64" lbank="0" prog="5" /> + <Patch name="Kitty" hbank="64" lbank="0" prog="51" /> + <Patch name="Growl" hbank="64" lbank="0" prog="52" /> + <Patch name="Haunted" hbank="64" lbank="0" prog="53" /> + <Patch name="Applaus2" hbank="64" lbank="0" prog="101" /> + </PatchGroup> + <PatchGroup name="Drum Kits"> + <Patch name="Analog" hbank="127" prog="25" drum="1" /> + <Patch name="Brush" hbank="127" prog="40" drum="1" /> + <Patch name="Classic" hbank="127" prog="48" drum="1" /> + <Patch name="Electro" hbank="127" prog="24" drum="1" /> + <Patch name="Rock" hbank="127" prog="16" drum="1" /> + <Patch name="Room" hbank="127" prog="8" drum="1" /> + <Patch name="Standard" hbank="127" prog="0" drum="1" /> + <Patch name="Standard2" hbank="127" prog="1" drum="1" /> + <Patch name="Jazz" hbank="127" prog="32" drum="1" /> + </PatchGroup> + <Controller name="Modulation" l="1" /> + <Controller name="BreathControl" l="2" /> + <Controller name="FootControl" l="4" /> + <Controller name="PortamentoTime" l="5" /> + <Controller name="MainVolume" l="7" init="100" /> + <Controller name="Balance" l="8" min="-64" max="63" /> + <Controller name="Pan" l="10" min="-64" max="63" init="0" /> + <Controller name="Expression" l="11" /> + <Controller name="Sustain" l="64" /> + <Controller name="Portamento" l="65" /> + <Controller name="Sostenuto" l="66" /> + <Controller name="SoftPedal" l="67" /> + <Controller name="HarmonicContent" l="71" /> + <Controller name="ReleaseTime" l="72" /> + <Controller name="AttackTime" l="73" /> + <Controller name="Brightness" l="74" /> + <Controller name="PortamentoControl" l="84" /> + <Controller name="Effect1Depth" l="91" /> + <Controller name="Effect3Depth" l="93" /> + <Controller name="VariationSend" l="94" init="0" /> + <Controller name="PitchBendSensitivity" type="RPN" h="0" l="0" max="24" init="2" /> + <Controller name="FineTuning" type="RPN" h="0" l="1" min="-64" max="63" init="0" /> + <Controller name="VibratoRate" type="NRPN" h="1" l="8" /> + <Controller name="VibratoDepth" type="NRPN" h="1" l="9" /> + <Controller name="VibratoDelay" type="NRPN" h="1" l="10" /> + <Controller name="FilterCutoffFreq" type="NRPN" h="1" l="32" /> + <Controller name="FilterResonance" type="NRPN" h="1" l="33" /> + <Controller name="EG AttackTime" type="NRPN" h="1" l="99" /> + <Controller name="EG DecayTime" type="NRPN" h="1" l="100" /> + <Controller name="EG Release" type="NRPN" h="1" l="102" /> + <Controller name="Drum FilterCutoffFreq" type="NRPN" h="20" l="pitch" /> + <Controller name="Drum FilterResonance" type="NRPN" h="21" l="pitch" /> + <Controller name="Drum EG AttackRate" type="NRPN" h="22" l="pitch" /> + <Controller name="Drum EG DecayRage" type="NRPN" h="23" l="pitch" /> + <Controller name="Drum Pitch Coarse" type="NRPN" h="24" l="pitch" min="-64" max="63" /> + <Controller name="Drum Pitch Fine" type="NRPN" h="25" l="pitch" min="-64" max="63" /> + <Controller name="Drum Level" type="NRPN" h="26" l="pitch" /> + <Controller name="Drum Pan" type="NRPN" h="28" l="pitch" min="-64" max="63" /> + <Controller name="Drum ReverbSendLevel" type="NRPN" h="29" l="pitch" /> + <Controller name="Drum ChorusSendLevel" type="NRPN" h="30" l="pitch" /> + <Controller name="Drum VariationSendLev" type="NRPN" h="31" l="pitch" /> + <Controller name="Pitch" type="Pitch" /> + <Controller name="Program" type="Program" /> + </MidiInstrument> +</muse> diff --git a/muse2/share/locale/Makefile.am b/muse2/share/locale/Makefile.am new file mode 100644 index 00000000..976b8885 --- /dev/null +++ b/muse2/share/locale/Makefile.am @@ -0,0 +1,11 @@ +EXTRA_DIST = \ + muse_de.qm muse_de.ts \ + muse_fr.qm muse_fr.ts \ + muse_sv_SE.qm muse_sv_SE.ts \ + muse_es.qm muse_es.ts \ + muse_pl.qm muse_pl.ts \ + muse_ru.qm muse_ru.ts + +localepkgdata_DATA = $(EXTRA_DIST) + +localepkgdatadir = $(pkgdatadir)/locale diff --git a/muse2/share/locale/Makefile.in b/muse2/share/locale/Makefile.in new file mode 100644 index 00000000..5e60257c --- /dev/null +++ b/muse2/share/locale/Makefile.in @@ -0,0 +1,472 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/locale +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(localepkgdatadir)" +DATA = $(localepkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = \ + muse_de.qm muse_de.ts \ + muse_fr.qm muse_fr.ts \ + muse_sv_SE.qm muse_sv_SE.ts \ + muse_es.qm muse_es.ts \ + muse_pl.qm muse_pl.ts \ + muse_ru.qm muse_ru.ts + +localepkgdata_DATA = $(EXTRA_DIST) +localepkgdatadir = $(pkgdatadir)/locale +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/locale/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/locale/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-localepkgdataDATA: $(localepkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(localepkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(localepkgdatadir)" + @list='$(localepkgdata_DATA)'; test -n "$(localepkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(localepkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(localepkgdatadir)" || exit $$?; \ + done + +uninstall-localepkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(localepkgdata_DATA)'; test -n "$(localepkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(localepkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(localepkgdatadir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(localepkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-localepkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-localepkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-localepkgdataDATA \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am uninstall-localepkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/locale/muse_de.qm b/muse2/share/locale/muse_de.qm Binary files differnew file mode 100644 index 00000000..55504f9e --- /dev/null +++ b/muse2/share/locale/muse_de.qm diff --git a/muse2/share/locale/muse_de.ts b/muse2/share/locale/muse_de.ts new file mode 100644 index 00000000..5124ad8b --- /dev/null +++ b/muse2/share/locale/muse_de.ts @@ -0,0 +1,5722 @@ +<!DOCTYPE TS><TS> +<context> + <name></name> + <message> + <source>Click this button to enable recording</source> + <translation>Auf diese Schaltfläche klicken um in den Modus "Aufnahme" zu gelangen</translation> + </message> + <message> + <source>sets amount of quantization: +0 - no quantization +100 - full quantization</source> + <translation>Quantisierungsstärke einstellen: +0 - keine Quantisierung +100 - volle Quantisierung</translation> + </message> + <message> + <source>select Pointer Tool: +with the pointer tool you can: + select parts + move parts + copy parts</source> + <translation>Werkzeug "Zeiger": +Dieses Werkzeug ermöglicht: + Parts auswählen + Parts verschieben + Parts kopieren</translation> + </message> +</context> +<context> + <name>@default</name> + <message> + <source>Click this button to open a <em>new song</em>.<br>You can also select the <b>Open command</b> from the File menu.</source> + <translation>Auf diese Schaltfläche klicken um ein <em>Neues Lied</em> zu öffnen.<br> Alternativ den Befehl <b>Neues Lied</b> des Menüs "Datei" auswählen.</translation> + </message> + <message> + <source>Click this button to save the song you are editing. You will be prompted for a file name. +You can also select the Save command from the File menu.</source> + <translation>Auf diese Schaltfläche klicken um das gerade bearbeitete Lied zu sichern mit der automatischen Aufforderung einen Dateinamen anzugeben. +Alternativ das Lied mit dem Befehl "Sichern" im Menü "Datei" sichern.</translation> + </message> + <message> + <source>Create New Song</source> + <translation>Neues Lied erzeugen</translation> + </message> + <message> + <source>Click this button to stop playback</source> + <translation>Klicke auf diese Schaltfläche um die Wiedergabe zu stoppen</translation> + </message> + <message> + <source>Click this button to start playback</source> + <translation>Klicke auf diese Schaltfläche um die Wiedergabe zu starten</translation> + </message> + <message> + <source>Click this button to rewind to start position</source> + <translation>Klicke auf diese Schaltfläche um zur Startposition zurückzukehren</translation> + </message> + <message> + <source>Click this button to rewind</source> + <translation>Klicke auf diese Schaltfläche um einen Taktschlag rückwärts zu springen</translation> + </message> + <message> + <source>Click this button to forward current play position</source> + <translation>Klicke auf diese Schaltfläche um einen Taktschlag vorwärts zu springen</translation> + </message> + <message> + <source>don't quantize notes above this tick limit</source> + <translation>Keine Note länger als die Taktschlagdauer quantisieren</translation> + </message> + <message> + <source>quantize also note len as default</source> + <translation>Auch die Notenlänge als Standard quantisieren</translation> + </message> + <message> + <source>loop between left mark and right mark</source> + <translation>Schleife zwischen linkem und rechtem Marker erzeugen</translation> + </message> + <message> + <source>record starts at left mark</source> + <translation>Aufnahme am linken Marker beginnen</translation> + </message> + <message> + <source>record stops at right mark</source> + <translation>Aufnahme am rechten Marker beenden</translation> + </message> + <message> + <source>rewind to start position</source> + <translation>Zur Startposition springen</translation> + </message> + <message> + <source>rewind current position</source> + <translation>Einen Taktschlag rückwärts</translation> + </message> + <message> + <source>move current position</source> + <translation>Einen Taktschlag vorwärts</translation> + </message> + <message> + <source>stop sequencer</source> + <translation>Wiedergabe beenden</translation> + </message> + <message> + <source>start sequencer play</source> + <translation>Wiedergabe beginnen</translation> + </message> + <message> + <source>to record press record and then play</source> + <translation>Zur Aufnahme erst die Schaltfläche "Aufnahme" und dann "Wiedergabe" klicken</translation> + </message> + <message> + <source>send note off to all midi channels</source> + <translation>Panik - "Note aus" Befehl an alle Midikanäle senden</translation> + </message> + <message> + <source>select Pencil Tool: +with the pencil tool you can: + create new parts + modify length of parts</source> + <translation>Werkzeug "Zeichenstift": +Dieses Werkzeug ermöglicht: + Neue Parts erzeugen + Die Länge einzelner Parts ändern</translation> + </message> + <message> + <source>select Delete Tool: +with the delete tool you can delete parts</source> + <translation>Werkzeug "Radierer": + mit diesem Werkzeug werden Parts gelöscht</translation> + </message> + <message> + <source>select Cut Tool: +with the cut tool you can split a part</source> + <translation>Werkzeug "Schnitt": + mit diesem Werkzeug werden Parts geteilt</translation> + </message> + <message> + <source>select Glue Tool: +with the glue tool you can glue two parts</source> + <translation>Werkzeug "Verbinder": + mit diesem Werkzeug werden zwei einzelne Parts zu einem verbunden</translation> + </message> + <message> + <source>select Score Tool: +</source> + <translation>Werkzeug "Notensatz":</translation> + </message> + <message> + <source>select Quantize Tool: +insert display quantize event</source> + <translation>Werkzeug "Quantisierung": + mit diesem Werkzeug werden quantisierte Ereignisse eingefügt</translation> + </message> + <message> + <source>select Drawing Tool</source> + <translation>Werkzeug "Zeichenstift"</translation> + </message> + <message> + <source>select Muting Tool: +click on part to mute/unmute</source> + <translation>Werkzeug "Stille": + Klicke auf einen Part um diesen still/laut zu schalten</translation> + </message> + <message> + <source>pointer</source> + <translation>Zeiger</translation> + </message> + <message> + <source>pencil</source> + <translation>Zeichenstift</translation> + </message> + <message> + <source>cutter</source> + <translation>Schnitt</translation> + </message> + <message> + <source>score</source> + <translation>Notensatz</translation> + </message> + <message> + <source>glue</source> + <translation>Verbinder</translation> + </message> + <message> + <source>quantize</source> + <translation>Quantisierung</translation> + </message> + <message> + <source>draw</source> + <translation>Zeichenstift</translation> + </message> + <message> + <source>mute parts</source> + <translation>Schalte Part still</translation> + </message> + <message> + <source>Off</source> + <translation>Aus</translation> + </message> + <message> + <source>presets (*.pre *.pre.gz *.pre.bz2)</source> + <translation>Vorlagen (*.pre *.pre.gz *.pre.bz2)</translation> + </message> + <message> + <source>All Files (*)</source> + <translation>Alle Dateien (*)</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation>Midispur erzeugen</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation>Schlagzeugspur erzeugen</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation>Wavespur erzeugen</translation> + </message> + <message> + <source>Add Audio Output</source> + <translation>Audioausgang erzeugen</translation> + </message> + <message> + <source>Add Audio Group</source> + <translation>Audiogruppe erzeugen</translation> + </message> + <message> + <source>Add Audio Input</source> + <translation>Audioeingang erzeugen</translation> + </message> + <message> + <source>Add Aux Send</source> + <translation>Aux Send erzeugen</translation> + </message> + <message> + <source>eraser</source> + <translation>Radierer</translation> + </message> +</context> +<context> + <name>AboutBox</name> + <message> + <source>AboutBox</source> + <translation>Projektinformation</translation> + </message> + <message> + <source>Keep On Rocking!</source> + <translation>Zurück zu MusE!</translation> + </message> + <message> + <source>Version 0.7.0 + +(C) Copyright 1999-2004 Werner Schweer and others. +See http://lmuse.sourceforge.net for new versions and +more information. + +Published under the GNU Public License</source> + <translation></translation> + </message> +</context> +<context> + <name>Appearance</name> + <message> + <source>MusE: load image</source> + <translation>MusE: Bild laden</translation> + </message> +</context> +<context> + <name>AppearanceDialogBase</name> + <message> + <source>MusE: Appearance settings</source> + <translation>MusE: Erscheinungsbild einstellen</translation> + </message> + <message> + <source>Apply</source> + <translation>Anwenden</translation> + </message> + <message> + <source>Ok</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> + <message> + <source>Arranger</source> + <translation>Arrangierer</translation> + </message> + <message> + <source>Parts</source> + <translation>Parts</translation> + </message> + <message> + <source>show names</source> + <translation>Namen anzeigen</translation> + </message> + <message> + <source>show events</source> + <translation>Ereignisse anzeigen</translation> + </message> + <message> + <source>show Cakewalk Style</source> + <translation>Cakewalk Stil</translation> + </message> + <message> + <source>Events</source> + <translation>Ereignisse</translation> + </message> + <message> + <source>note on</source> + <translation>Note An</translation> + </message> + <message> + <source>poly pressure</source> + <translation>Poly Tastendruck</translation> + </message> + <message> + <source>controller</source> + <translation>Kontroller</translation> + </message> + <message> + <source>aftertouch</source> + <translation>Aftertouch</translation> + </message> + <message> + <source>pitch bend</source> + <translation>Pitch bend</translation> + </message> + <message> + <source>program change</source> + <translation>Programmwechsel</translation> + </message> + <message> + <source>special</source> + <translation>Spezial</translation> + </message> + <message> + <source>Background picture</source> + <translation>Hintergrundbild</translation> + </message> + <message> + <source>bg</source> + <translation>bg</translation> + </message> + <message> + <source>select...</source> + <translation>auswählen ...</translation> + </message> + <message> + <source>show snap grid</source> + <translation>Magnetisches Gitter anzeigen</translation> + </message> + <message> + <source>Colors</source> + <translation>Farben</translation> + </message> + <message> + <source>Items</source> + <translation>Items</translation> + </message> + <message> + <source>Style/Fonts</source> + <translation>Stil und Schriftart</translation> + </message> + <message> + <source>QT Theme</source> + <translation>Qt Thema</translation> + </message> + <message> + <source>Windows</source> + <translation>Fenster</translation> + </message> + <message> + <source>MusE</source> + <translation>MusE</translation> + </message> + <message> + <source>Metal</source> + <translation>Metall</translation> + </message> + <message> + <source>Norwegian Wood</source> + <translation>Norwegisches Holz</translation> + </message> + <message> + <source>Platinum</source> + <translation>Platinum</translation> + </message> + <message> + <source>CDE</source> + <translation>CDE</translation> + </message> + <message> + <source>Motif</source> + <translation>Motif</translation> + </message> + <message> + <source>Motif Plus</source> + <translation>Motif Plus</translation> + </message> + <message> + <source>Fonts</source> + <translation>Schriftarten</translation> + </message> + <message> + <source>Family</source> + <translation>Familie</translation> + </message> + <message> + <source>Size</source> + <translation>Größe</translation> + </message> + <message> + <source>Font 1</source> + <translation>Schriftart 1</translation> + </message> + <message> + <source>Font 2</source> + <translation>Schriftart 2</translation> + </message> + <message> + <source>Font 3</source> + <translation>Schriftart 3</translation> + </message> + <message> + <source>Font 0</source> + <translation>Schriftart 0</translation> + </message> + <message> + <source>Bold</source> + <translation>Fett</translation> + </message> + <message> + <source>Italic</source> + <translation>Kursiv</translation> + </message> + <message> + <source>...</source> + <translation>...</translation> + </message> + <message> + <source>Font 4</source> + <translation>Schriftart 4</translation> + </message> + <message> + <source>Font 5</source> + <translation>Schriftart 5</translation> + </message> + <message> + <source>Palette</source> + <translation>Palette</translation> + </message> + <message> + <source>add to palette</source> + <translation>Zur Palette hinzufügen</translation> + </message> + <message> + <source>B</source> + <translation>B</translation> + </message> + <message> + <source>S</source> + <translation>S</translation> + </message> + <message> + <source>H</source> + <translation>H</translation> + </message> + <message> + <source>V</source> + <translation>V</translation> + </message> + <message> + <source>G</source> + <translation>G</translation> + </message> + <message> + <source>R</source> + <translation>R</translation> + </message> +</context> +<context> + <name>Arranger</name> + <message> + <source>Cursor</source> + <translation>Position</translation> + </message> + <message> + <source>Snap</source> + <translation>Magnet</translation> + </message> + <message> + <source>Len</source> + <translation>Länge</translation> + </message> + <message> + <source>NO</source> + <translation>Kein</translation> + </message> + <message> + <source>TrackInfo</source> + <translation>Spurinfo</translation> + </message> + <message> + <source>Track</source> + <translation>Spur</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>midi song type</source> + <translation>Midi Lied Typ</translation> + </message> + <message> + <source>Pitch</source> + <translation>Tonhöhenänderung</translation> + </message> + <message> + <source>midi pitch</source> + <translation>Midi Tonhöhenänderung</translation> + </message> + <message> + <source>global midi pitch shift</source> + <translation>Globale Midi Tonhöhenänderung</translation> + </message> + <message> + <source>Tempo</source> + <translation>Tempo</translation> + </message> + <message> + <source>midi tempo</source> + <translation>Midi Tempo</translation> + </message> + <message> + <source>O-Port</source> + <translation>Ausgangsanschluss</translation> + </message> + <message> + <source>Arranger</source> + <translation>Arrangierer</translation> + </message> + <message> + <source>Off</source> + <translation>Aus</translation> + </message> + <message> + <source>Bar</source> + <translation>Takt</translation> + </message> + <message> + <source>GM</source> + <translation>GM</translation> + </message> + <message> + <source>GS</source> + <translation>GS</translation> + </message> + <message> + <source>XG</source> + <translation>XG</translation> + </message> + <message> + <source>N</source> + <translation>N</translation> + </message> + <message> + <source>R</source> + <translation>R</translation> + </message> + <message> + <source>M</source> + <translation>M</translation> + </message> + <message> + <source>S</source> + <translation>S</translation> + </message> + <message> + <source>C</source> + <translation>C</translation> + </message> + <message> + <source>Ch</source> + <translation>K</translation> + </message> + <message> + <source>T</source> + <translation>T</translation> + </message> +</context> +<context> + <name>AudioMixerApp</name> + <message> + <source>MusE: Mixer</source> + <translation>MusE: Mischpult</translation> + </message> + <message> + <source>&Create</source> + <translation>&Erzeugen</translation> + </message> + <message> + <source>&View</source> + <translation>&Zeigen</translation> + </message> + <message> + <source>Routing</source> + <translation>Signalfluss</translation> + </message> +</context> +<context> + <name>AudioStrip</name> + <message> + <source>panorama</source> + <translation>Panorama</translation> + </message> + <message> + <source>aux send level</source> + <translation>Aux Send Pegel</translation> + </message> + <message> + <source>off</source> + <translation>Aus</translation> + </message> + <message> + <source>Pan</source> + <translation>Balance</translation> + </message> + <message> + <source>1/2 channel</source> + <translation>1/2 Kanal</translation> + </message> + <message> + <source>Pre</source> + <translation>Pre</translation> + </message> + <message> + <source>pre fader - post fader</source> + <translation>Vor Regler - nach Regler</translation> + </message> + <message> + <source>dB</source> + <translation>dB</translation> + </message> + <message> + <source>record</source> + <translation>Aufnahme</translation> + </message> + <message> + <source>mute</source> + <translation>still</translation> + </message> + <message> + <source>record downmix</source> + <translation>Aufnahme Abmischung</translation> + </message> + <message> + <source>solo mode (monitor)</source> + <translation>Solo Modus (Monitor)</translation> + </message> + <message> + <source>pre fader listening</source> + <translation>Abhöre vor Regler</translation> + </message> + <message> + <source>iR</source> + <translation>iR</translation> + </message> + <message> + <source>intput routing</source> + <translation>Eingangs-Signalfluss</translation> + </message> + <message> + <source>oR</source> + <translation>oR</translation> + </message> + <message> + <source>output routing</source> + <translation>Ausgangs-Signalfluss</translation> + </message> + <message> + <source>Off</source> + <translation>Aus</translation> + </message> + <message> + <source>Read</source> + <translation>Lesen</translation> + </message> + <message> + <source>Touch</source> + <translation>Antasten</translation> + </message> + <message> + <source>Write</source> + <translation>Schreiben</translation> + </message> + <message> + <source>automation type</source> + <translation>Automationstyp</translation> + </message> + <message> + <source>Channel</source> + <translation>Kanal</translation> + </message> +</context> +<context> + <name>BigTime</name> + <message> + <source>MusE: Bigtime</source> + <translation>MusE: Zeitanzeige groß</translation> + </message> +</context> +<context> + <name>ClipListEditorBase</name> + <message> + <source>MusE: ClipList</source> + <translation>MusE: Klipp Liste</translation> + </message> + <message> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <source>Refs</source> + <translation>Refs</translation> + </message> + <message> + <source>Start</source> + <translation>Start</translation> + </message> + <message> + <source>Len</source> + <translation>Länge</translation> + </message> + <message> + <source>Data</source> + <translation>Daten</translation> + </message> + <message> + <source>Clip Properties</source> + <translation>Klippeigenschaften</translation> + </message> + <message> + <source>Pos:</source> + <translation>Pos:</translation> + </message> + <message> + <source>Len:</source> + <translation>Länge:</translation> + </message> +</context> +<context> + <name>CommentBase</name> + <message> + <source>Form1</source> + <translation>Form1</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Spur Kommentar</translation> + </message> + <message> + <source>Track 1</source> + <translation>Spur 1</translation> + </message> +</context> +<context> + <name>ConfigMidiFileBase</name> + <message> + <source>MusE: Config Midi File Export</source> + <translation>MusE: Konfiguration Midi Datei exportieren</translation> + </message> + <message> + <source>&OK</source> + <translation>&Bestätigen</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Abbrechen</translation> + </message> + <message> + <source>0 (single track)</source> + <translation>0 (einzelne Spur)</translation> + </message> + <message> + <source>1 (multiple tracks)</source> + <translation>1 (mehrere Spuren)</translation> + </message> + <message> + <source>Format:</source> + <translation>Format:</translation> + </message> + <message> + <source>96</source> + <translation>96</translation> + </message> + <message> + <source>192</source> + <translation>192</translation> + </message> + <message> + <source>384</source> + <translation>384</translation> + </message> + <message> + <source>Division:</source> + <translation>Unterteilung:</translation> + </message> + <message> + <source>Copyright:</source> + <translation>Copyright:</translation> + </message> + <message> + <source>Enable extended smf format</source> + <translation>Aktiviere erweitertes SMF Format</translation> + </message> +</context> +<context> + <name>CtrlPanel</name> + <message> + <source>select controller</source> + <translation>Kontroller wählen</translation> + </message> + <message> + <source>remove panel</source> + <translation>Kontrolleransicht schließen</translation> + </message> + <message> + <source>Sel</source> + <translation>Wählen</translation> + </message> + <message> + <source>x</source> + <translation>Schließen</translation> + </message> + <message> + <source>Velocity</source> + <translation>Velocity</translation> + </message> + <message> + <source>add new ...</source> + <translation>Neuen Kontroller hinzufügen ...</translation> + </message> +</context> +<context> + <name>DrumEdit</name> + <message> + <source>Load Map</source> + <translation>Schlagzeugbelegung laden</translation> + </message> + <message> + <source>Save Map</source> + <translation>Schlagzeugbelegung Sichern</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Bearbeiten</translation> + </message> + <message> + <source>Cut</source> + <translation>Ausschneiden</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <source>Paste</source> + <translation>Einfügen</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Events entfernen</translation> + </message> + <message> + <source>Select All</source> + <translation>Alles auswählen</translation> + </message> + <message> + <source>Select None</source> + <translation>Auswahl aufheben</translation> + </message> + <message> + <source>Invert</source> + <translation>Auswahl umkehren</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>Innerhalb Schleife</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Ausserhalb Schleife</translation> + </message> + <message> + <source>&Select</source> + <translation>&Auswählen</translation> + </message> + <message> + <source>Step Record</source> + <translation>Aufnahme taktschlagweise</translation> + </message> + <message> + <source>Midi Input</source> + <translation>Midi Eingang</translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Kontrolleransicht hinzufügen</translation> + </message> + <message> + <source>M</source> + <translation>M</translation> + </message> + <message> + <source>Sound</source> + <translation>Klang</translation> + </message> + <message> + <source>QNT</source> + <translation>QNT</translation> + </message> + <message> + <source>E-Note</source> + <translation>E-Note</translation> + </message> + <message> + <source>Len</source> + <translation>Länge</translation> + </message> + <message> + <source>A-Note</source> + <translation>A-Note</translation> + </message> + <message> + <source>Ch</source> + <translation>K</translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> + <message> + <source>LV1</source> + <translation>LV1</translation> + </message> + <message> + <source>LV2</source> + <translation>LV2</translation> + </message> + <message> + <source>LV3</source> + <translation>LV3</translation> + </message> + <message> + <source>LV4</source> + <translation>LV4</translation> + </message> + <message> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <source>Load Drummap</source> + <translation>Schlagzeugbelegung laden</translation> + </message> + <message> + <source>Store Drummap</source> + <translation>Schlagzeugbelegung sichern</translation> + </message> + <message> + <source>ctrl</source> + <translation>steuern</translation> + </message> + <message> + <source>drummaps</source> + <translation>Schlagzeugbelegungen</translation> + </message> + <message> + <source>Muse: Load Drum Map</source> + <translation>MusE: Schlagzeugbelegung laden</translation> + </message> + <message> + <source>MusE: Store Drum Map</source> + <translation>MusE: Schlagzeugbelegung speichern</translation> + </message> + <message> + <source>Set fixed length</source> + <translation>Länge festlegen</translation> + </message> + <message> + <source>&Functions</source> + <translation>&Funktionen</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Velocity ändern</translation> + </message> +</context> +<context> + <name>EditCAfterDialog</name> + <message> + <source>Time Position</source> + <translation>Position</translation> + </message> + <message> + <source>Pressure</source> + <translation>Anschlagsdruck</translation> + </message> + <message> + <source>MusE: Enter Channel Aftertouch</source> + <translation>MusE: Kanal Aftertouch festlegen</translation> + </message> +</context> +<context> + <name>EditCtrl7DialogBase</name> + <message> + <source>MusE: Enter Controller</source> + <translation>MusE: Kontroller eingeben</translation> + </message> + <message> + <source>Controller:</source> + <translation>Kontroller:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Position:</translation> + </message> + <message> + <source>Value:</source> + <translation>Wert:</translation> + </message> + <message> + <source>controller value</source> + <translation>Kontroller Wert</translation> + </message> + <message> + <source>OK</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> +</context> +<context> + <name>EditCtrlBase</name> + <message> + <source>MusE: Edit Controller Event</source> + <translation>MusE: Kontroller Ereignis bearbeiten</translation> + </message> + <message> + <source>Time Position</source> + <translation>Position</translation> + </message> + <message> + <source>Available Controller:</source> + <translation>Verfügbare Kontroller:</translation> + </message> + <message> + <source>Create New Controller</source> + <translation>Neuen Kontroller erstellen</translation> + </message> + <message> + <source>textLabel3</source> + <translation>Beschriftung3</translation> + </message> + <message> + <source>Value</source> + <translation>Wert</translation> + </message> + <message> + <source>Controller</source> + <translation>Kontroller</translation> + </message> + <message> + <source>H-Bank</source> + <translation>H-Bank</translation> + </message> + <message> + <source>L-Bank</source> + <translation>L-Bank</translation> + </message> + <message> + <source>Program</source> + <translation>Programm</translation> + </message> + <message> + <source>off</source> + <translation>aus</translation> + </message> + <message> + <source>pushButton4</source> + <translation>Schaltfläche4</translation> + </message> + <message> + <source>&OK</source> + <translation>&Bestätigen</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Abbrechen</translation> + </message> +</context> +<context> + <name>EditEventDialog</name> + <message> + <source>Ok</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> +</context> +<context> + <name>EditInstrumentBase</name> + <message> + <source>MusE: Instrument Editor</source> + <translation>MusE: Instrumenten Editor</translation> + </message> + <message> + <source>Patches</source> + <translation>Patches</translation> + </message> + <message> + <source>Patch Name:</source> + <translation>Patch Name:</translation> + </message> + <message> + <source>High Bank:</source> + <translation>High Bank:</translation> + </message> + <message> + <source>Low Bank:</source> + <translation>Low Bank:</translation> + </message> + <message> + <source>Program:</source> + <translation>Programm:</translation> + </message> + <message> + <source>d.c.</source> + <comment>dont care</comment> + <translation>d.c.</translation> + </message> + <message> + <source>d.c.</source> + <translation>d.c.</translation> + </message> + <message> + <source>Patch/Group</source> + <translation>Patch/Gruppe</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <source>Alt+D</source> + <translation>Alt+D</translation> + </message> + <message> + <source>&New Patch</source> + <translation>&Neuer Patch</translation> + </message> + <message> + <source>Alt+N</source> + <translation>Alt+N</translation> + </message> + <message> + <source>New Group</source> + <translation>Neue Gruppe</translation> + </message> + <message> + <source>Drum</source> + <translation>Schlagzeug</translation> + </message> + <message> + <source>GM</source> + <translation>GM</translation> + </message> + <message> + <source>GS</source> + <translation>GS</translation> + </message> + <message> + <source>XG</source> + <translation>XG</translation> + </message> + <message> + <source>Controller</source> + <translation>Kontroller</translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation>Vordefinierte Kontroller:</translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation>Dies ist eine Liste häufig verwendeter Midi Kontroller. +MusE behandelt allerdings Kontroller wie "pitch" und "program changes" wie normale Kontroller.</translation> + </message> + <message> + <source>Properties</source> + <translation>Eigenschaften</translation> + </message> + <message> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>Control7</source> + <translation>Kontroller7</translation> + </message> + <message> + <source>Control14</source> + <translation>Kontroller14</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>Pitch</source> + <translation>Tonhöhe</translation> + </message> + <message> + <source>Program</source> + <translation>Programm</translation> + </message> + <message> + <source>H-Ctrl</source> + <translation>H-Ctrl</translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation>Midi Kontrollernummer High Byte</translation> + </message> + <message> + <source>L-Ctrl</source> + <translation>L-Ctrl</translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation>Midi Kontrollernummer Low Byte</translation> + </message> + <message> + <source>Range</source> + <translation>Bereich</translation> + </message> + <message> + <source>Min</source> + <translation>Min</translation> + </message> + <message> + <source>Max</source> + <translation>Max</translation> + </message> + <message> + <source>Default</source> + <translation>Standard</translation> + </message> + <message> + <source>Name </source> + <translation>Name</translation> + </message> + <message> + <source>Type </source> + <translation>Typ</translation> + </message> + <message> + <source>Min Val</source> + <translation>Min Wert</translation> + </message> + <message> + <source>Max Val</source> + <translation>Max Wert</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>Liste von definierten Kontrollern</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>Dies ist die MusE Liste von definierten Kontrollern.</translation> + </message> + <message> + <source>SysEx</source> + <translation>SysEx</translation> + </message> + <message> + <source>Initialization</source> + <translation>Initialisierung</translation> + </message> + <message> + <source>Panic</source> + <translation>Panik</translation> + </message> + <message> + <source>Hex Entry:</source> + <translation>Hex Eintrag:</translation> + </message> + <message> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <source>Tools</source> + <translation>Werkzeuge</translation> + </message> + <message> + <source>New</source> + <translation>Neu</translation> + </message> + <message> + <source>&New</source> + <translation>&Neu</translation> + </message> + <message> + <source>Ctrl+N</source> + <translation>Ctrl+N</translation> + </message> + <message> + <source>Open</source> + <translation>Öffnen</translation> + </message> + <message> + <source>&Open...</source> + <translation>&Öffnen ...</translation> + </message> + <message> + <source>Ctrl+O</source> + <translation>Ctrl+O</translation> + </message> + <message> + <source>Save</source> + <translation>Sichern</translation> + </message> + <message> + <source>&Save</source> + <translation>&Sichern</translation> + </message> + <message> + <source>Ctrl+S</source> + <translation>Ctrl+S</translation> + </message> + <message> + <source>Save As</source> + <translation>Sichern Unter</translation> + </message> + <message> + <source>Save &As...</source> + <translation>Sichern &Unter...</translation> + </message> + <message> + <source>Exit</source> + <translation>Beenden</translation> + </message> + <message> + <source>E&xit</source> + <translation>&Beenden</translation> + </message> +</context> +<context> + <name>EditMetaDialog</name> + <message> + <source>Time Position</source> + <translation>Position</translation> + </message> + <message> + <source>Meta Type</source> + <translation>Meta Typ</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Hex Eingabe</translation> + </message> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MusE: Eingabe von Metaereignissen</translation> + </message> +</context> +<context> + <name>EditMetaDialogBase</name> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MusE: Meta Ereignis eingeben</translation> + </message> + <message> + <source>OK</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> + <message> + <source>TextLabel1</source> + <translation>Beschriftung1</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Position:</translation> + </message> + <message> + <source>Meta Type:</source> + <translation>Meta Typ:</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Hex eingeben</translation> + </message> +</context> +<context> + <name>EditNoteDialogBase</name> + <message> + <source>MusE: Enter Note</source> + <translation>MusE: Note eingeben</translation> + </message> + <message> + <source>OK</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> + <message> + <source>Length:</source> + <translation>Länge:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Position:</translation> + </message> + <message> + <source>Pitch:</source> + <translation>Tonhöhe:</translation> + </message> + <message> + <source>Velocity On:</source> + <translation>Velocity An:</translation> + </message> + <message> + <source>Velocity Off:</source> + <translation>Velocity Aus:</translation> + </message> +</context> +<context> + <name>EditPAfterDialog</name> + <message> + <source>Time Position</source> + <translation>Position</translation> + </message> + <message> + <source>Pitch</source> + <translation>Tonhöhe</translation> + </message> + <message> + <source>Pressure</source> + <translation>Anschlagsdruck</translation> + </message> + <message> + <source>MusE: Enter Poly Aftertouch</source> + <translation>MusE: Poly Aftertouch eingeben</translation> + </message> +</context> +<context> + <name>EditSysexDialogBase</name> + <message> + <source>MusE: Enter SysEx</source> + <translation>MusE: SysEx eingeben</translation> + </message> + <message> + <source>TimePosition:</source> + <translation>Position:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Kommentar:</translation> + </message> + <message> + <source>OK</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> +</context> +<context> + <name>EditToolBar</name> + <message> + <source>Edit Tools</source> + <translation>Werkzeuge bearbeiten</translation> + </message> +</context> +<context> + <name>EffectRack</name> + <message> + <source>effect rack</source> + <translation>Effekteinschub</translation> + </message> + <message> + <source>move up</source> + <translation>Nach oben bewegen</translation> + </message> + <message> + <source>move down</source> + <translation>Nach unten bewegen</translation> + </message> + <message> + <source>remove</source> + <translation>entfernen</translation> + </message> + <message> + <source>bypass</source> + <translation>umleiten</translation> + </message> + <message> + <source>show gui</source> + <translation>GUI anzeigen</translation> + </message> + <message> + <source>new</source> + <translation>neu</translation> + </message> + <message> + <source>change</source> + <translation>ändern</translation> + </message> +</context> +<context> + <name>FileDialogButtons</name> + <message> + <source>Form1</source> + <translation>Form1</translation> + </message> + <message> + <source>Global</source> + <translation>Global</translation> + </message> + <message> + <source>User</source> + <translation>Benutzer</translation> + </message> + <message> + <source>Project</source> + <translation>Projekt</translation> + </message> + <message> + <source>Load:</source> + <translation>Laden:</translation> + </message> + <message> + <source>Songdata + +Cofiguration</source> + <translation>Lieddaten + +Konfiguration</translation> + </message> + <message> + <source>only +Songdata</source> + <translation>Nur Lieddaten</translation> + </message> +</context> +<context> + <name>FontSel</name> + <message> + <source>Size:</source> + <translation>Größe:</translation> + </message> +</context> +<context> + <name>GateTimeBase</name> + <message> + <source>MusE: Modify Gate Time</source> + <translation>MusE: Gate Zeit ändern</translation> + </message> + <message> + <source>Range</source> + <translation>Bereich</translation> + </message> + <message> + <source>All Events</source> + <translation>Alle Ereignisse</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Ausgewählte Ereignisse</translation> + </message> + <message> + <source>Looped Events</source> + <translation>Ereignisse innerhalb Schleife</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Ausgewählt & innerhalb der Schleife</translation> + </message> + <message> + <source>Values</source> + <translation>Werte</translation> + </message> + <message> + <source>Rate:</source> + <translation>Rate:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Zeitversatz:</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>OK</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> +</context> +<context> + <name>GlobalSettingsDialogBase</name> + <message> + <source>MusE: Global Settings</source> + <translation>MusE: Globale Einstellungen</translation> + </message> + <message> + <source>Audio</source> + <translation>Audio</translation> + </message> + <message> + <source>Mixer</source> + <translation>Mischpult</translation> + </message> + <message> + <source>dB</source> + <translation>dB</translation> + </message> + <message> + <source>min. Meter Value</source> + <translation>min. Pegelreglerwerte</translation> + </message> + <message> + <source>min.Slider Val</source> + <translation>min. Schiebereglerwerte</translation> + </message> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>Ticks</source> + <translation>Ticks</translation> + </message> + <message> + <source>1024</source> + <translation>1024</translation> + </message> + <message> + <source>2048</source> + <translation>2048</translation> + </message> + <message> + <source>4096</source> + <translation>4096</translation> + </message> + <message> + <source>8172</source> + <translation>8172</translation> + </message> + <message> + <source>Displayed Resolution +(Ticks/Quarternote)</source> + <translation>Angezeigte Auflösung +(Ticks/Viertelnote)</translation> + </message> + <message> + <source>48</source> + <translation>48</translation> + </message> + <message> + <source>96</source> + <translation>96</translation> + </message> + <message> + <source>192</source> + <translation>192</translation> + </message> + <message> + <source>384</source> + <translation>384</translation> + </message> + <message> + <source>768</source> + <translation>768</translation> + </message> + <message> + <source>1536</source> + <translation>1536</translation> + </message> + <message> + <source>3072</source> + <translation>3072</translation> + </message> + <message> + <source>6144</source> + <translation>61144</translation> + </message> + <message> + <source>12288</source> + <translation>12288</translation> + </message> + <message> + <source>RTC Resolution +(Ticks/Sec)</source> + <translation>RTC (RealTimeClock) Auflösung +(Ticks/Sekunde)</translation> + </message> + <message> + <source>GUI</source> + <translation>GUI</translation> + </message> + <message> + <source>/sec</source> + <translation>/sek</translation> + </message> + <message> + <source>GUI Refresh Rate</source> + <translation>GUI Aktualisierungsrate</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Anwenden</translation> + </message> + <message> + <source>&Ok</source> + <translation>&Bestätigen</translation> + </message> + <message> + <source>&Cancel</source> + <translation>Abb&rechen</translation> + </message> + <message> + <source>Help Browser:</source> + <translation>Hilfe Browser:</translation> + </message> + <message> + <source>Application</source> + <translation>Anwendung</translation> + </message> + <message> + <source>Start Muse</source> + <translation>MusE starten</translation> + </message> + <message> + <source>start with last song</source> + <translation>Mit letztem Lied starten</translation> + </message> + <message> + <source>start with song</source> + <translation>Mit bestimmtem Lied starten</translation> + </message> + <message> + <source>start song:</source> + <translation>Startlied:</translation> + </message> + <message> + <source>Views</source> + <translation>Ansichten</translation> + </message> + <message> + <source>y-pos</source> + <translation>y-pos</translation> + </message> + <message> + <source>show</source> + <translation>zeigen</translation> + </message> + <message> + <source>x-pos</source> + <translation>x-pos</translation> + </message> + <message> + <source>height</source> + <translation>Höhe</translation> + </message> + <message> + <source>width</source> + <translation>Breite</translation> + </message> + <message> + <source>Big Time</source> + <translation>Zeitanzeige groß</translation> + </message> + <message> + <source>Arranger</source> + <translation>Arrangierer</translation> + </message> + <message> + <source>Transport</source> + <translation>Transport</translation> + </message> + <message> + <source>Cur</source> + <translation>Jetzt</translation> + </message> + <message> + <source>set current values</source> + <translation>Jetzige Werte übernehmen</translation> + </message> + <message> + <source>start with template: default.med</source> + <translation>Mit Lied: default.med starten</translation> + </message> + <message> + <source>show splash screen</source> + <translation>Begrüßungsbild anzeigen</translation> + </message> +</context> +<context> + <name>LMaster</name> + <message> + <source>new tempo</source> + <translation>Neues Tempo</translation> + </message> + <message> + <source>new signature</source> + <translation>Neues Taktmaß</translation> + </message> + <message> + <source>Meter</source> + <translation>Taktposition</translation> + </message> + <message> + <source>Time</source> + <translation>Zeitposition</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>Value</source> + <translation>Wert</translation> + </message> + <message> + <source>MusE: Mastertrack</source> + <translation>MusE: Masterspur</translation> + </message> + <message> + <source>Tempo</source> + <translation>Tempo</translation> + </message> + <message> + <source>Timesig</source> + <translation>Taktmaß</translation> + </message> +</context> +<context> + <name>ListEdit</name> + <message> + <source>&Edit</source> + <translation>B&earbeiten</translation> + </message> + <message> + <source>Cut</source> + <translation>Ausschneiden</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <source>Paste</source> + <translation>Einfügen</translation> + </message> + <message> + <source>List Tools</source> + <translation>Werkzeuge "Liste"</translation> + </message> + <message> + <source>Insert Tools</source> + <translation>Werkzeuge "Einfügen"</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Ereignisse löschen</translation> + </message> + <message> + <source>Insert Note</source> + <translation>Note einfügen</translation> + </message> + <message> + <source>insert Note</source> + <translation>Note einfügen</translation> + </message> + <message> + <source>Insert SysEx</source> + <translation>SysEx einfügen</translation> + </message> + <message> + <source>insert SysEx</source> + <translation>SysEx einfügen</translation> + </message> + <message> + <source>Insert Ctrl</source> + <translation>Ctrl einfügen</translation> + </message> + <message> + <source>insert Ctrl</source> + <translation>ctrl einfügen</translation> + </message> + <message> + <source>Insert Meta</source> + <translation>Meta einfügen</translation> + </message> + <message> + <source>insert Meta</source> + <translation>Meta einfügen</translation> + </message> + <message> + <source>Insert Channel Aftertouch</source> + <translation>Channel Aftertouch einfügen</translation> + </message> + <message> + <source>insert Channel Aftertouch</source> + <translation>Channel Aftertouch einfügen</translation> + </message> + <message> + <source>Insert Key Aftertouch</source> + <translation>Key Aftertouch einfügen</translation> + </message> + <message> + <source>insert Poly Aftertouch</source> + <translation>Poly Aftertouch einfügen</translation> + </message> + <message> + <source>Tick</source> + <translation>Tick</translation> + </message> + <message> + <source>Bar</source> + <translation>Takt</translation> + </message> + <message> + <source>Typ</source> + <translation>Typ</translation> + </message> + <message> + <source>Ch</source> + <translation>K</translation> + </message> + <message> + <source>Val A</source> + <translation>Wert A</translation> + </message> + <message> + <source>Val B</source> + <translation>Wert B</translation> + </message> + <message> + <source>Val C</source> + <translation>Wert C</translation> + </message> + <message> + <source>Len</source> + <translation>Länge</translation> + </message> + <message> + <source>Comment</source> + <translation>Kommentar</translation> + </message> +</context> +<context> + <name>MITTransposeBase</name> + <message> + <source>MusE: Midi Input Plugin: Transpose</source> + <translation>MusE: Midi Eingang PlugIn: Transponieren</translation> + </message> + <message> + <source>On</source> + <translation>An</translation> + </message> + <message> + <source>TriggerKey</source> + <translation>Auslösertaste</translation> + </message> + <message> + <source>Transpose:</source> + <translation>Transponieren:</translation> + </message> + <message> + <source>+0</source> + <translation>+0</translation> + </message> +</context> +<context> + <name>MPConfig</name> + <message> + <source>none</source> + <translation>kein</translation> + </message> + <message> + <source>Port</source> + <translation>Anschluss</translation> + </message> + <message> + <source>GUI</source> + <translation>GUI</translation> + </message> + <message> + <source>Instrument</source> + <translation>Instrument</translation> + </message> + <message> + <source>Device Name</source> + <translation>Gerätename</translation> + </message> + <message> + <source>State</source> + <translation>Status</translation> + </message> + <message> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> + <source>I</source> + <translation>E</translation> + </message> + <message> + <source>O</source> + <translation>A</translation> + </message> +</context> +<context> + <name>MRConfigBase</name> + <message> + <source>MusE: Midi Input Plugin: Remote Control</source> + <translation>MusE: Midi Eingang PlugIn: Fernbedienung</translation> + </message> + <message> + <source>Activate</source> + <translation>Einschalten</translation> + </message> + <message> + <source>On</source> + <translation>An</translation> + </message> + <message> + <source>Actions</source> + <translation>Funktionen</translation> + </message> + <message> + <source>Stop</source> + <translation>Stopp</translation> + </message> + <message> + <source>Record</source> + <translation>Aufnahme</translation> + </message> + <message> + <source>Goto Left Mark</source> + <translation>Zum linken Marker bewegen</translation> + </message> + <message> + <source>Play</source> + <translation>Wiedergabe</translation> + </message> +</context> +<context> + <name>MTScale</name> + <message> + <source>bar scale</source> + <translation>Taktposition</translation> + </message> +</context> +<context> + <name>MarkerView</name> + <message> + <source>Bar:Beat:Tick</source> + <translation>Takt:Schlag:Tick</translation> + </message> + <message> + <source>Hr:Mn:Sc:Fr:Sf</source> + <translation>Std:Min:Sek:R:SR</translation> + </message> + <message> + <source>Lock</source> + <translation>Sperre</translation> + </message> + <message> + <source>Text</source> + <translation>Text</translation> + </message> + <message> + <source>Marker Properties</source> + <translation>Marker Eigenschaften</translation> + </message> + <message> + <source>MusE: Marker</source> + <translation>MusE: Marker</translation> + </message> + <message> + <source>add marker</source> + <translation>Marker hinzufügen</translation> + </message> + <message> + <source>Add Marker</source> + <translation>Marker hinzufügen</translation> + </message> + <message> + <source>delete marker</source> + <translation>Marker löschen</translation> + </message> + <message> + <source>Delete Marker</source> + <translation>Marker löschen</translation> + </message> + <message> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Bearbeiten</translation> + </message> +</context> +<context> + <name>MasterEdit</name> + <message> + <source>Cursor</source> + <translation>Positionsmarker</translation> + </message> + <message> + <source>Snap</source> + <translation>Magnet</translation> + </message> + <message> + <source>time at cursor position</source> + <translation>Zeit an aktuellem Positionsmarker</translation> + </message> + <message> + <source>tempo at cursor position</source> + <translation>Tempo an aktuellem Positionsmarker</translation> + </message> + <message> + <source>CurPos </source> + <translation>AktPos</translation> + </message> + <message> + <source>tempo at current position</source> + <translation>Tempo an aktuellem Positionsmarker</translation> + </message> + <message> + <source>time signature at current position</source> + <translation>Taktmaß an aktuellem Positionsmarker</translation> + </message> + <message> + <source>MusE: Mastertrack</source> + <translation>MusE: Masterspur</translation> + </message> + <message> + <source>edit tools</source> + <translation>Werkzeuge "Bearbeitung"</translation> + </message> + <message> + <source>EnableMaster</source> + <translation>Master aktivieren</translation> + </message> + <message> + <source>Info</source> + <translation>Info</translation> + </message> + <message> + <source>Off</source> + <translation>Aus +</translation> + </message> + <message> + <source>Enable</source> + <translation>Einschalten</translation> + </message> + <message> + <source>Enable usage of master track</source> + <translation>Verwendung der Masterspur einschalten</translation> + </message> +</context> +<context> + <name>MetronomeConfigBase</name> + <message> + <source>MusE: Metronome Config</source> + <translation>MusE: Metronom Konfiguration</translation> + </message> + <message> + <source>Metronome</source> + <translation>Metronom</translation> + </message> + <message> + <source>Audio Beep</source> + <translation>Interner PC Lautsprecher</translation> + </message> + <message> + <source>MIDI Click</source> + <translation>MIDI Klick</translation> + </message> + <message> + <source>Midi Channel</source> + <translation>Midi Kanal</translation> + </message> + <message> + <source>Measure Note</source> + <translation>Midi Note Taktbeginn</translation> + </message> + <message> + <source>Measure Velocity</source> + <translation>Midi Note Taktschlag</translation> + </message> + <message> + <source>Beat Velocity</source> + <translation>Taktbeginn Anschlagstärke</translation> + </message> + <message> + <source>Beat Note</source> + <translation>Taktschlag Anschlagstärke</translation> + </message> + <message> + <source>Midi Port</source> + <translation>Midi Anschluss</translation> + </message> + <message> + <source>Precount</source> + <translation>Einzählen</translation> + </message> + <message> + <source>enable</source> + <translation>einschalten</translation> + </message> + <message> + <source>Bars</source> + <translation>Takte</translation> + </message> + <message> + <source>From Mastertrack</source> + <translation>Von der Masterspur</translation> + </message> + <message> + <source>/</source> + <translation>/</translation> + </message> + <message> + <source>Signature</source> + <translation>Taktmaß</translation> + </message> + <message> + <source>Prerecord</source> + <translation>Aufnahme ab Einzählen</translation> + </message> + <message> + <source>Preroll</source> + <translation>Vorlauf</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Anwenden</translation> + </message> + <message> + <source>&OK</source> + <translation>&Bestätigen</translation> + </message> + <message> + <source>&Cancel</source> + <translation>Abb&rechen</translation> + </message> +</context> +<context> + <name>MidiController</name> + <message> + <source>Velocity</source> + <translation>Velocity</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialogBase</name> + <message> + <source>Type </source> + <translation>Typ</translation> + </message> + <message> + <source>Properties</source> + <translation>Eigenschaften</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>&New</source> + <translation type="obsolete">Neu</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <source>&OK</source> + <translation>&Bestätigen</translation> + </message> + <message> + <source>&Cancel</source> + <translation>Abb&rechen</translation> + </message> + <message> + <source>MusE: Define Midi Controller</source> + <translation>MusE: Midi Kontroller definieren</translation> + </message> + <message> + <source>&Add</source> + <translation>&Hinzufügen</translation> + </message> + <message> + <source>Alt+A</source> + <translation>Alt+A</translation> + </message> + <message> + <source>create new entry</source> + <translation>Neuen Eintrag erzeugen</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>Durch Klicken der Schaltfläche "Neu" einen neuen Eintrag erzeugen +in der MusE Liste "Definierte Kontroller"</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>Ausgewählten Eintrag löschen</translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation>Vordefinierte Kontroller:</translation> + </message> + <message> + <source>Name </source> + <translation>Name</translation> + </message> + <message> + <source>H-Ctrl</source> + <translation>H-Ctrl</translation> + </message> + <message> + <source>L-Ctrl</source> + <translation>L-Ctrl</translation> + </message> + <message> + <source>Min Val</source> + <translation>Min Wert</translation> + </message> + <message> + <source>Max Val</source> + <translation>Max Wert</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>Liste definierter Kontroller</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>Dies ist die MusE Liste definierter Kontroller.</translation> + </message> + <message> + <source>Managed Controller for Port</source> + <translation>Verwendeter Kontroller für Anschluss</translation> + </message> + <message> + <source>Channel</source> + <translation>Kanal</translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation>Dies ist eine Liste oft standardisierter Midi Kontroller. +Beachte dass in MusE Tonhöhen- und Programmwechselbefehle wie Midikontroller behandelt werden.</translation> + </message> + <message> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <source>Min Value</source> + <translation>Min Wert</translation> + </message> + <message> + <source>Max Value</source> + <translation>Max Wert</translation> + </message> + <message> + <source>Control7</source> + <translation>Kontroller7</translation> + </message> + <message> + <source>Control14</source> + <translation>Kontroller14</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>Pitch</source> + <translation>Tonhöhe</translation> + </message> + <message> + <source>Program</source> + <translation>Programm</translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation>Midi Kontrollernummer höchstwertiges Byte</translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation>Midi Kontrollernummer niederwertigstes Byte</translation> + </message> + <message> + <source>Range</source> + <translation>Bereich</translation> + </message> +</context> +<context> + <name>MidiFilterConfigBase</name> + <message> + <source>MusE: Midi Input Filter</source> + <translation>MusE: Midi Eingangsfilter</translation> + </message> + <message> + <source>Record Filter</source> + <translation>Aufnahme Filter</translation> + </message> + <message> + <source>Note On</source> + <translation>Note an</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Poly Anschlagsdruck</translation> + </message> + <message> + <source>Controller</source> + <translation>Kontroller</translation> + </message> + <message> + <source>Program Change</source> + <translation>Programmwechsel</translation> + </message> + <message> + <source>After Touch</source> + <translation>Aftertouch</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Pitch bend</translation> + </message> + <message> + <source>Sysex</source> + <translation>Sysex</translation> + </message> + <message> + <source>Thru Filter</source> + <translation>Thru Filter</translation> + </message> + <message> + <source>Controller Filter</source> + <translation>Kontroller Filter</translation> + </message> + <message> + <source>Channel Filter</source> + <translation>Kanal Filter</translation> + </message> + <message> + <source>14</source> + <translation>14</translation> + </message> + <message> + <source>10</source> + <translation>10</translation> + </message> + <message> + <source>6</source> + <translation>6</translation> + </message> + <message> + <source>12</source> + <translation>12</translation> + </message> + <message> + <source>4</source> + <translation>4</translation> + </message> + <message> + <source>2</source> + <translation>2</translation> + </message> + <message> + <source>9</source> + <translation>9</translation> + </message> + <message> + <source>8</source> + <translation>8</translation> + </message> + <message> + <source>3</source> + <translation>3</translation> + </message> + <message> + <source>13</source> + <translation>13</translation> + </message> + <message> + <source>15</source> + <translation>15</translation> + </message> + <message> + <source>16</source> + <translation>16</translation> + </message> + <message> + <source>7</source> + <translation>7</translation> + </message> + <message> + <source>11</source> + <translation>11</translation> + </message> + <message> + <source>5</source> + <translation>5</translation> + </message> + <message> + <source>1</source> + <translation>1</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialog</name> + <message> + <source>New</source> + <translation>Neu</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialogBase</name> + <message> + <source>MusE: Midi Input Transformator</source> + <translation>MusE: Midi Eingang Transformator</translation> + </message> + <message> + <source>Filter</source> + <translation>Filter</translation> + </message> + <message> + <source>All</source> + <translation>alle</translation> + </message> + <message> + <source>Equal</source> + <translation>gleich</translation> + </message> + <message> + <source>Unequal</source> + <translation>ungleich</translation> + </message> + <message> + <source>Note</source> + <translation>Note</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Poly Anschlagsdruck</translation> + </message> + <message> + <source>Control Change</source> + <translation>Kontrollerwechsel</translation> + </message> + <message> + <source>Aftertouch</source> + <translation>Aftertouch</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Pitch bend</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>Value 2</source> + <translation>Wert 2</translation> + </message> + <message> + <source>Value 1</source> + <translation>Wert 1</translation> + </message> + <message> + <source>Event Type</source> + <translation>Ereignistyp</translation> + </message> + <message> + <source>Ignore</source> + <translation>ignorieren</translation> + </message> + <message> + <source>Higher</source> + <translation>größer</translation> + </message> + <message> + <source>Lower</source> + <translation>kleiner</translation> + </message> + <message> + <source>Inside</source> + <translation>innerhalb</translation> + </message> + <message> + <source>Outside</source> + <translation>außerhalb</translation> + </message> + <message> + <source>Channel</source> + <translation>Kanal</translation> + </message> + <message> + <source>Port</source> + <translation>Anschluss</translation> + </message> + <message> + <source>Processing</source> + <translation>Bearbeitung</translation> + </message> + <message> + <source>Keep</source> + <translation>behalten</translation> + </message> + <message> + <source>Fix</source> + <translation>fest</translation> + </message> + <message> + <source>Plus</source> + <translation>plus</translation> + </message> + <message> + <source>Minus</source> + <translation>minus</translation> + </message> + <message> + <source>Multiply</source> + <translation>multiplizieren</translation> + </message> + <message> + <source>Divide</source> + <translation>dividieren</translation> + </message> + <message> + <source>Invert</source> + <translation>invertieren</translation> + </message> + <message> + <source>ScaleMap</source> + <translation>Notenbelegung</translation> + </message> + <message> + <source>Flip</source> + <translation>umdrehen</translation> + </message> + <message> + <source>Dyn</source> + <translation>Dyn</translation> + </message> + <message> + <source>Random</source> + <translation>zufällig</translation> + </message> + <message> + <source>Modules</source> + <translation>Module</translation> + </message> + <message> + <source>1</source> + <translation>1</translation> + </message> + <message> + <source>2</source> + <translation>2</translation> + </message> + <message> + <source>3</source> + <translation>3</translation> + </message> + <message> + <source>4</source> + <translation>4</translation> + </message> + <message> + <source>enable modul 1</source> + <translation>Modul 1 einschalten</translation> + </message> + <message> + <source>enable modul 2</source> + <translation>Modul 2 einschalten</translation> + </message> + <message> + <source>enable modul 3</source> + <translation>Modul 3 einschalten</translation> + </message> + <message> + <source>enable modul 4</source> + <translation>Modul 4 einschalten</translation> + </message> + <message> + <source>Preset</source> + <translation>Vorlage</translation> + </message> + <message> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Kommentar:</translation> + </message> + <message> + <source>Function</source> + <translation>Funktion</translation> + </message> + <message> + <source>&New</source> + <translation>&Neu</translation> + </message> + <message> + <source>create new preset</source> + <translation>Neue Vorlage erzeugen</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <source>delete preset</source> + <translation>Vorlage löschen</translation> + </message> + <message> + <source>&Dismiss</source> + <translation>&Verwerfen</translation> + </message> + <message> + <source>PresetList</source> + <translation>Liste Vorlagen</translation> + </message> +</context> +<context> + <name>MidiPortRouteBase</name> + <message> + <source>MusE: Midi Port Routing</source> + <translation>MusE: Midi Anschluss Signalfluss</translation> + </message> + <message> + <source>Port 2</source> + <translation>Anschluss 2</translation> + </message> + <message> + <source>Output</source> + <translation>Ausgang</translation> + </message> + <message> + <source>Input</source> + <translation>Eingang</translation> + </message> +</context> +<context> + <name>MidiStrip</name> + <message> + <source>VariationSend</source> + <translation>VariationSend</translation> + </message> + <message> + <source>Var</source> + <translation>Var</translation> + </message> + <message> + <source>ReverbSend</source> + <translation>ReverbSend</translation> + </message> + <message> + <source>Rev</source> + <translation>Rev</translation> + </message> + <message> + <source>ChorusSend</source> + <translation>ChorusSend</translation> + </message> + <message> + <source>Cho</source> + <translation>Cho</translation> + </message> + <message> + <source>off</source> + <translation>aus</translation> + </message> + <message> + <source>dB</source> + <translation>dB</translation> + </message> + <message> + <source>Pan/Balance</source> + <translation>Pan/Balance</translation> + </message> + <message> + <source>Pan</source> + <translation>Pan</translation> + </message> + <message> + <source>record</source> + <translation>Aufnahme</translation> + </message> + <message> + <source>mute</source> + <translation>still</translation> + </message> + <message> + <source>pre fader listening</source> + <translation>Vor Regler abhören</translation> + </message> + <message> + <source>Route</source> + <translation>Signalfluss</translation> + </message> + <message> + <source>set routing</source> + <translation>Signalfluss einstellen</translation> + </message> + <message> + <source>Off</source> + <translation>aus</translation> + </message> + <message> + <source>Read</source> + <translation>lesen</translation> + </message> + <message> + <source>Touch</source> + <translation>berühren</translation> + </message> + <message> + <source>Write</source> + <translation>schreiben</translation> + </message> + <message> + <source>automation type</source> + <translation>Automatisationstyp</translation> + </message> +</context> +<context> + <name>MidiSyncConfigBase</name> + <message> + <source>MusE: Midi Sync</source> + <translation>MusE: Midi Sync</translation> + </message> + <message> + <source>Apply</source> + <translation>Anwenden</translation> + </message> + <message> + <source>Ok</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> + <message> + <source>hour</source> + <translation>Stunde</translation> + </message> + <message> + <source>h</source> + <translation>Std</translation> + </message> + <message> + <source>minute</source> + <translation>Minute</translation> + </message> + <message> + <source>m</source> + <translation>min</translation> + </message> + <message> + <source>second</source> + <translation>Sekunde</translation> + </message> + <message> + <source>s</source> + <translation>Sek</translation> + </message> + <message> + <source>frame</source> + <translation>Rahmen</translation> + </message> + <message> + <source>f</source> + <translation>R</translation> + </message> + <message> + <source>subframe</source> + <translation>Subrahmen</translation> + </message> + <message> + <source>24</source> + <translation>24</translation> + </message> + <message> + <source>25</source> + <translation>25</translation> + </message> + <message> + <source>30D</source> + <translation>30D</translation> + </message> + <message> + <source>30N</source> + <translation>30N</translation> + </message> + <message> + <source>Id:</source> + <translation>Id:</translation> + </message> + <message> + <source>device id</source> + <translation>Geräte id</translation> + </message> + <message> + <source>Port:</source> + <translation>Anschluss:</translation> + </message> + <message> + <source>midi port</source> + <translation>Midi Anschluss</translation> + </message> + <message> + <source>Sync Source</source> + <translation>Sync Quelle</translation> + </message> + <message> + <source>accept MTC</source> + <translation>MTC erlauben</translation> + </message> + <message> + <source>accept Midi Clock</source> + <translation>Midi Clock erlauben</translation> + </message> + <message> + <source>accept MMC</source> + <translation>MMC erlauben</translation> + </message> + <message> + <source>Sync Gen</source> + <translation>Sync Gen</translation> + </message> + <message> + <source>Midi Time Code (MTC)</source> + <translation>Midi Time Code (MTC)</translation> + </message> + <message> + <source>Midi Clock</source> + <translation>Midi Clock</translation> + </message> + <message> + <source>Midi Machine Control (MMC)</source> + <translation>Midi Machine Control (MMC)</translation> + </message> + <message> + <source>Sync Mode</source> + <translation>Sync Modus</translation> + </message> + <message> + <source>Master</source> + <translation>Master</translation> + </message> + <message> + <source>Slave</source> + <translation>Sklave</translation> + </message> + <message> + <source>all</source> + <translation>alle</translation> + </message> + <message> + <source>MTC</source> + <translation>MTC</translation> + </message> + <message> + <source>Type:</source> + <translation>Typ:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Zeitversatz:</translation> + </message> +</context> +<context> + <name>MidiTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>MusE: Spurinfo</translation> + </message> + <message> + <source>output channel</source> + <translation>Ausgangskanal</translation> + </message> + <message> + <source>all midi events are send to this output channel</source> + <translation>Alle Midi Ereignisse werden an diesen Ausgangskanal gesandt</translation> + </message> + <message> + <source>Track Info</source> + <translation>Spurinfo</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>Track Name</source> + <translation>Spur Name</translation> + </message> + <message> + <source>output port</source> + <translation>Ausgangsanschluss</translation> + </message> + <message> + <source>off</source> + <translation>aus</translation> + </message> + <message> + <source>change stereo position</source> + <translation>Stereoposition tauschen</translation> + </message> + <message> + <source>OCh.</source> + <translation>AusgKan.</translation> + </message> + <message> + <source>???</source> + <translation>???</translation> + </message> + <message> + <source>select instrument patch</source> + <translation>Instrumentenpatch auswählen</translation> + </message> + <message> + <source>Transp.</source> + <translation>Transp.</translation> + </message> + <message> + <source>Volume</source> + <translation>Volume</translation> + </message> + <message> + <source>Channel Info</source> + <translation>Kanalinfo</translation> + </message> + <message> + <source>Pan</source> + <translation>Pan</translation> + </message> + <message> + <source>Delay</source> + <translation>Delay</translation> + </message> + <message> + <source>H-Bank</source> + <translation>H-Bank</translation> + </message> + <message> + <source>Compr.</source> + <translation>Kompr.</translation> + </message> + <message> + <source>L-Bank</source> + <translation>L-Bank</translation> + </message> + <message> + <source>Progr.</source> + <translation>Progr.</translation> + </message> + <message> + <source>Velocity</source> + <translation>Velocity</translation> + </message> + <message> + <source>Length</source> + <translation>Länge</translation> + </message> + <message> + <source>input ports</source> + <translation>Eingangsanschlüsse</translation> + </message> + <message> + <source>IChan.</source> + <translation>EingKan.</translation> + </message> + <message> + <source>input channels</source> + <translation>Eingangsknäle</translation> + </message> + <message> + <source>Events from all configured channels are +recorded to this track. +You can specify more than one channel for +recording: + 1 2 3 record from channel 1 2 and 3 + 1-3 same + 1-3 5<byte value="x9"/> record from channel 1 2 3 and 5</source> + <translation>Ereignisse von allen gewählten Kanälen +werden auf dieser Spur aufgenommen. +Zur Aufnahme können mehrere Kanäle gewählt werden: +<byte value="x9"/>1 2 3<byte value="x9"/>Aufnahme von den Kanälen 1 2 und 3 +<byte value="x9"/>1-3<byte value="x9"/>Aufnahme von den Kanälen 1 2 und 3 +<byte value="x9"/>1-3 5<byte value="x9"/>Aufnahme von den Kanälen 1 2 3 und 5 +</translation> + </message> + <message> + <source>record:</source> + <translation>aufnehmen:</translation> + </message> + <message> + <source>Rec</source> + <translation>Aufnahme</translation> + </message> + <message> + <source>add settings to song</source> + <translation>Einstellungen zum Lied hinzufügen</translation> + </message> + <message> + <source>Bank Select LSB</source> + <translation>Bank Wahl LSB</translation> + </message> + <message> + <source>Bank Select MSB</source> + <translation>Bank Wahl MSB</translation> + </message> +</context> +<context> + <name>MidiTransformDialogBase</name> + <message> + <source>MusE: Midi Transformator</source> + <translation>MusE: Midi Transformator</translation> + </message> + <message> + <source>&New</source> + <translation>&Neu</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Anwenden</translation> + </message> + <message> + <source>&OK</source> + <translation>&Bestätigen</translation> + </message> + <message> + <source>&Cancel</source> + <translation>Abb&rechen</translation> + </message> + <message> + <source>PresetList</source> + <translation>Vorlagenliste</translation> + </message> + <message> + <source>Processing</source> + <translation>Bearbeitung</translation> + </message> + <message> + <source>Event Type</source> + <translation>Ereignistyp</translation> + </message> + <message> + <source>Keep</source> + <translation>behalten</translation> + </message> + <message> + <source>Fix</source> + <translation>fest</translation> + </message> + <message> + <source>Note</source> + <translation>Note</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Poly Andruckstärke</translation> + </message> + <message> + <source>Control Change</source> + <translation>Kontrollerwechsel</translation> + </message> + <message> + <source>Aftertouch</source> + <translation>Aftertouch</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Pitch bend</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>Plus</source> + <translation>plus</translation> + </message> + <message> + <source>Minus</source> + <translation>minus</translation> + </message> + <message> + <source>Multiply</source> + <translation>multiplizieren</translation> + </message> + <message> + <source>Divide</source> + <translation>dividieren</translation> + </message> + <message> + <source>Value 2</source> + <translation>Wert 2</translation> + </message> + <message> + <source>Invert</source> + <translation>umkehren</translation> + </message> + <message> + <source>ScaleMap</source> + <translation>Notenbelegung</translation> + </message> + <message> + <source>Flip</source> + <translation>umdrehen</translation> + </message> + <message> + <source>Dyn</source> + <translation>Dyn</translation> + </message> + <message> + <source>Random</source> + <translation>zufällig</translation> + </message> + <message> + <source>Value 1</source> + <translation>Wert 1</translation> + </message> + <message> + <source>Length</source> + <translation>Länge</translation> + </message> + <message> + <source>Position</source> + <translation>Zeitposition</translation> + </message> + <message> + <source>Filter</source> + <translation>Filter</translation> + </message> + <message> + <source>All</source> + <translation>alle</translation> + </message> + <message> + <source>Equal</source> + <translation>gleich</translation> + </message> + <message> + <source>Unequal</source> + <translation>ungleich</translation> + </message> + <message> + <source>Ignore</source> + <translation>ignorieren</translation> + </message> + <message> + <source>Higher</source> + <translation>größer</translation> + </message> + <message> + <source>Lower</source> + <translation>kleiner</translation> + </message> + <message> + <source>Inside</source> + <translation>innerhalb</translation> + </message> + <message> + <source>Outside</source> + <translation>außerhalb</translation> + </message> + <message> + <source>Bar Range</source> + <translation>Taktbereich</translation> + </message> + <message> + <source>Preset</source> + <translation>Vorlage</translation> + </message> + <message> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Kommentar:</translation> + </message> + <message> + <source>Range</source> + <translation>Bereich</translation> + </message> + <message> + <source>process all events</source> + <translation>Alle Ereignisse verarbeiten</translation> + </message> + <message> + <source>selected tracks</source> + <translation>Ausgewählte Spuren</translation> + </message> + <message> + <source>inside loop</source> + <translation>Innerhalb der Schleife</translation> + </message> + <message> + <source>Function</source> + <translation>Funktion</translation> + </message> + <message> + <source>Select</source> + <translation>Auswählen</translation> + </message> + <message> + <source>Quantize</source> + <translation>Quantisieren</translation> + </message> + <message> + <source>Delete</source> + <translation>Löschen</translation> + </message> + <message> + <source>Transform</source> + <translation>Transformieren</translation> + </message> + <message> + <source>Insert</source> + <translation>Einfügen</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <source>Extract</source> + <translation>Entnehmen</translation> + </message> + <message> + <source>Quantize Value</source> + <translation>Wert quantisieren</translation> + </message> +</context> +<context> + <name>MidiTransformerDialog</name> + <message> + <source>New</source> + <translation>Neu</translation> + </message> +</context> +<context> + <name>MixdownFileDialog</name> + <message> + <source>Wave Files (*.wav);;All Files (*)</source> + <translation>Wave Dateien (*.wav);;Alle Dateien (*)</translation> + </message> +</context> +<context> + <name>MixdownFileDialogBase</name> + <message> + <source>MusE: Set Mixdown Wavefile</source> + <translation>MusE: Wave Datei Abmischung einstellen</translation> + </message> + <message> + <source>&OK</source> + <translation>&Bestätigen</translation> + </message> + <message> + <source>&Cancel</source> + <translation>Abb&rechen</translation> + </message> + <message> + <source>File Path</source> + <translation>Dateipfad</translation> + </message> + <message> + <source>Channel</source> + <translation>Kanal</translation> + </message> + <message> + <source>Stereo</source> + <translation>Stereo</translation> + </message> + <message> + <source>Mono</source> + <translation>Mono</translation> + </message> + <message> + <source>5.1</source> + <translation>5.1</translation> + </message> + <message> + <source>wav,16 Bit</source> + <translation>wav, 16 Bit</translation> + </message> + <message> + <source>wav, 24 Bit</source> + <translation>wav, 24 Bit</translation> + </message> + <message> + <source>wav, 32 Bit (float)</source> + <translation>wav, 32 Bit (float)</translation> + </message> + <message> + <source>Format</source> + <translation>Format</translation> + </message> +</context> +<context> + <name>Mixer</name> + <message> + <source>Port</source> + <translation type="obsolete">Port</translation> + </message> +</context> +<context> + <name>MusE</name> + <message> + <source>&File</source> + <translation>Lied&datei</translation> + </message> + <message> + <source>Open &Recent</source> + <translation>&Letztes Lied öffnen</translation> + </message> + <message> + <source>Save &As</source> + <translation>Lied &sichern als</translation> + </message> + <message> + <source>Config &Printer</source> + <translation type="obsolete">Druckerkonfiguration</translation> + </message> + <message> + <source>Import Midifile</source> + <translation>Mididatei importieren</translation> + </message> + <message> + <source>Export Midifile</source> + <translation>Mididatei exportieren</translation> + </message> + <message> + <source>Import Wave File</source> + <translation>Wavedatei importieren</translation> + </message> + <message> + <source>&Quit</source> + <translation>&Beenden</translation> + </message> + <message> + <source>&Edit</source> + <translation>B&earbeiten</translation> + </message> + <message> + <source>C&ut</source> + <translation>&Ausschneiden</translation> + </message> + <message> + <source>&Copy</source> + <translation>&Kopieren</translation> + </message> + <message> + <source>&Paste</source> + <translation>Ei&nfügen</translation> + </message> + <message> + <source>Delete Track</source> + <translation type="obsolete">Spur löschen</translation> + </message> + <message> + <source>Add Track</source> + <translation>Spur hinzufügen</translation> + </message> + <message> + <source>Select &All</source> + <translation>Alles a&uswählen</translation> + </message> + <message> + <source>&Deselect All</source> + <translation>Alles ab&wählen</translation> + </message> + <message> + <source>Invert &Selection</source> + <translation>Auswa&hl umkehren</translation> + </message> + <message> + <source>&Inside Loop</source> + <translation>Bereich &innerhalb der Schleife</translation> + </message> + <message> + <source>&Outside Loop</source> + <translation>Bereich außerhalb der Schlei&fe</translation> + </message> + <message> + <source>All &Parts on Track</source> + <translation>Alle &Parts der Spur</translation> + </message> + <message> + <source>Select</source> + <translation>Auswählen</translation> + </message> + <message> + <source>Drums</source> + <translation>Schlagzeug Editor</translation> + </message> + <message> + <source>List</source> + <translation>Listen Editor</translation> + </message> + <message> + <source>Graphic</source> + <translation>Graphischer Editor</translation> + </message> + <message> + <source>Mastertrack</source> + <translation>Masterspur</translation> + </message> + <message> + <source>Midi &Transform</source> + <translation>Midi &transformieren</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Gate Zeit ändern</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Velocity ändern</translation> + </message> + <message> + <source>Crescendo</source> + <translation>Crescendo</translation> + </message> + <message> + <source>Transpose</source> + <translation>Transponieren</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Daten ausdünnen</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Ereignis löschen</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Notenhöhe ändern</translation> + </message> + <message> + <source>Move Clock</source> + <translation></translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Takt kopieren</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Takt löschen</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Takt entfernen</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Takt erzeugen</translation> + </message> + <message> + <source>Mix Track</source> + <translation>Spur mischen</translation> + </message> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>&Structure</source> + <translation>&Struktur</translation> + </message> + <message> + <source>Global Cut</source> + <translation>Globaler Schnitt</translation> + </message> + <message> + <source>Global Insert</source> + <translation>Globales Einfügen</translation> + </message> + <message> + <source>Global Split</source> + <translation>Globales Aufteilen</translation> + </message> + <message> + <source>Copy Range</source> + <translation>Bereich kopieren</translation> + </message> + <message> + <source>Cut Events</source> + <translation>Ereignisse ausschneiden</translation> + </message> + <message> + <source>Transport Panel</source> + <translation>Transportkonsole</translation> + </message> + <message> + <source>Bigtime window</source> + <translation>Zeitanzeige groß</translation> + </message> + <message> + <source>dont follow Song</source> + <translation>Fenster folgt nicht dem Lied</translation> + </message> + <message> + <source>follow page</source> + <translation>Fenster folgt dem Lied seitenweise</translation> + </message> + <message> + <source>follow continuous</source> + <translation>Fenster folgt dem Lied ständig</translation> + </message> + <message> + <source>Global Settings</source> + <translation>Globale Einstellungen</translation> + </message> + <message> + <source>follow song</source> + <translation>Folge dem Lied</translation> + </message> + <message> + <source>Metronome</source> + <translation>Metronom</translation> + </message> + <message> + <source>Midi Sync</source> + <translation>Midi Sync</translation> + </message> + <message> + <source>Appearance settings</source> + <translation>Erscheinungsbild einstellen</translation> + </message> + <message> + <source>Midi Input Transform</source> + <translation>Midi Eingang transformieren</translation> + </message> + <message> + <source>Midi Input Filter</source> + <translation>Midi Eingangsfilter</translation> + </message> + <message> + <source>Midi Remote Control</source> + <translation>Midi Fernbedienung</translation> + </message> + <message> + <source>Random Rhythm Generator</source> + <translation>Zufälliger Rhythmusgenerator</translation> + </message> + <message> + <source>&Midi</source> + <translation>&Midi</translation> + </message> + <message> + <source>Mixer</source> + <translation>Mischpult</translation> + </message> + <message> + <source>Input Plugins</source> + <translation>Eingangs-PlugIns</translation> + </message> + <message> + <source>Reset Instr.</source> + <translation>Rücksetzen Instr.</translation> + </message> + <message> + <source>Init Instr.</source> + <translation>Initialisieren Instr.</translation> + </message> + <message> + <source>local off</source> + <translation>Lokal off</translation> + </message> + <message> + <source>&Audio</source> + <translation>&Audio</translation> + </message> + <message> + <source>Bounce to Track</source> + <translation>Auf Spur abmischen</translation> + </message> + <message> + <source>Bounce to File</source> + <translation>In Datei abmischen</translation> + </message> + <message> + <source>&Help</source> + <translation>&Hilfe</translation> + </message> + <message> + <source>Browser</source> + <translation type="obsolete">Browser</translation> + </message> + <message> + <source>About&Qt</source> + <translation>Über &Qt</translation> + </message> + <message> + <source>MusE: load project</source> + <translation>Muse: Projekt laden</translation> + </message> + <message> + <source>The current Project contains unsaved data +Save Current Project?</source> + <translation>Das aktuelle Projekt enthält ungesicherte Daten +Aktuelles Projekt sichern?</translation> + </message> + <message> + <source>&Save</source> + <translation>Lied &sichern</translation> + </message> + <message> + <source>&Nosave</source> + <translation>Lied &nicht Sichern</translation> + </message> + <message> + <source>&Abort</source> + <translation>&Abbrechen</translation> + </message> + <message> + <source>MusE: Save As</source> + <translation>MusE: Lied sichern als</translation> + </message> + <message> + <source>Nothing to edit</source> + <translation>Es gibt Nichts zu editieren</translation> + </message> + <message> + <source>The current Project contains unsaved data +Load overwrites current Project: +Save Current Project?</source> + <translation>Das aktuelle Projekt enthält ungesicherte Daten +Neues Lied laden überschreibt das aktuelle Projekt: +Aktuelles Projekt sichern?</translation> + </message> + <message> + <source>&Overwrite</source> + <translation>&Überschreiben</translation> + </message> + <message> + <source>no help found at: </source> + <translation>Hilfe wurde nicht gefunden:</translation> + </message> + <message> + <source>MusE: Open Help</source> + <translation>MusE: Hilfe öffnen</translation> + </message> + <message> + <source>UndoRedo</source> + <translation>Zurück Wiederholen</translation> + </message> + <message> + <source>undo</source> + <translation>Rücksetzen</translation> + </message> + <message> + <source>Und&o</source> + <translation>&Rücksetzen</translation> + </message> + <message> + <source>redo</source> + <translation>Wiederholen</translation> + </message> + <message> + <source>Re&do</source> + <translation>&Wiederholen</translation> + </message> + <message> + <source>undo last change to song</source> + <translation>Letzte Änderung am Lied rücksetzen</translation> + </message> + <message> + <source>redo last undo</source> + <translation>Letztes Rücksetzen wiederholen</translation> + </message> + <message> + <source>Transport</source> + <translation>Transport</translation> + </message> + <message> + <source>loop</source> + <translation>Schleife erzeugen</translation> + </message> + <message> + <source>Loop</source> + <translation>Schleife</translation> + </message> + <message> + <source>punchin</source> + <translation>Aufnahme am linken Marker beginnen</translation> + </message> + <message> + <source>Punchin</source> + <translation>Aufnahme am linken Marker beginnen</translation> + </message> + <message> + <source>punchout</source> + <translation>Aufnahme am rechten Marker beenden</translation> + </message> + <message> + <source>Punchout</source> + <translation>Aufnahme am rechten Marker beenden</translation> + </message> + <message> + <source>start</source> + <translation>Start</translation> + </message> + <message> + <source>Start</source> + <translation>Start</translation> + </message> + <message> + <source>rewind</source> + <translation>Einen Taktschlag rückwärts</translation> + </message> + <message> + <source>Rewind</source> + <translation>Einen Taktschlag rückwärts</translation> + </message> + <message> + <source>forward</source> + <translation>Einen Taktschlag vorwärts</translation> + </message> + <message> + <source>Forward</source> + <translation>Einen Taktschlag vorwärts</translation> + </message> + <message> + <source>stop</source> + <translation>Stopp</translation> + </message> + <message> + <source>Stop</source> + <translation>Stopp</translation> + </message> + <message> + <source>play</source> + <translation>Wiedergabe</translation> + </message> + <message> + <source>Play</source> + <translation>Wiedergabe</translation> + </message> + <message> + <source>record</source> + <translation>Aufnahme</translation> + </message> + <message> + <source>Record</source> + <translation>Aufnahme</translation> + </message> + <message> + <source>panic</source> + <translation>Panik</translation> + </message> + <message> + <source>Panic</source> + <translation>Panik</translation> + </message> + <message> + <source>new</source> + <translation>Neues Lied</translation> + </message> + <message> + <source>&New</source> + <translation>&Neues Lied</translation> + </message> + <message> + <source>open</source> + <translation>Öffnen</translation> + </message> + <message> + <source>&Open</source> + <translation>Lied &öffnen</translation> + </message> + <message> + <source>save</source> + <translation>Lied sichern</translation> + </message> + <message> + <source>pianoroll</source> + <translation>Pianorollen Editor</translation> + </message> + <message> + <source>Pianoroll</source> + <translation>Pianorollen Editor</translation> + </message> + <message> + <source>marker</source> + <translation>Marker</translation> + </message> + <message> + <source>Marker</source> + <translation>Marker</translation> + </message> + <message> + <source>File Buttons</source> + <translation>Schaltflächen</translation> + </message> + <message> + <source>Unknown File Format</source> + <translation>Unbekanntes Dateiformat</translation> + </message> + <message> + <source>MusE: Write File failed</source> + <translation>MusE: Datei schreiben schlug fehl</translation> + </message> + <message> + <source>MusE: Song: </source> + <translation>MusE: Lied:</translation> + </message> + <message> + <source>MusE: Copy Range</source> + <translation>MusE: Bereich kopieren</translation> + </message> + <message> + <source>not implemented</source> + <translation>Nicht umgesetzt</translation> + </message> + <message> + <source>MusE: Cut Events</source> + <translation>MusE: Ereignisse ausschneiden</translation> + </message> + <message> + <source>MusE: Bounce to Track</source> + <translation>MusE: Auf Spur abmischen</translation> + </message> + <message> + <source>more than one target track selected</source> + <translation>Mehr als eine Zielspur ausgewählt</translation> + </message> + <message> + <source>wrong target track type, +select wave track as target</source> + <translation>Falscher Zielspurtyp, +Wave Spur als Zielspur auswählen</translation> + </message> + <message> + <source>no target track selected</source> + <translation>Keine Zielspur ausgewählt</translation> + </message> + <message> + <source>to import a audio file you have first to selecta wave track</source> + <translation>Um eine Audiodatei zu importieren zuerst eine Wave Spur auswählen</translation> + </message> + <message> + <source>Delete Selected Tracks</source> + <translation>Ausgewählte Spuren löschen</translation> + </message> + <message> + <source>View</source> + <translation>Ansicht</translation> + </message> + <message> + <source>Edit Instrument</source> + <translation>Instrument bearbeiten</translation> + </message> + <message> + <source>Restart Audio</source> + <translation>Audio erneut starten</translation> + </message> + <message> + <source>Automation</source> + <translation>Automatisierung</translation> + </message> + <message> + <source>Mixer Automation</source> + <translation>Mischpult Automatisierung</translation> + </message> + <message> + <source>Take Snapshot</source> + <translation>Schnappschuss aufnehmen</translation> + </message> + <message> + <source>Clear Automation Data</source> + <translation>Automatisierungsdaten löschen</translation> + </message> + <message> + <source>Settings</source> + <translation>Einstellungen</translation> + </message> + <message> + <source>Configure shortcuts</source> + <translation>Tastenkürzel einstellen</translation> + </message> + <message> + <source>Midi File Export</source> + <translation>Midi Datei exportieren</translation> + </message> + <message> + <source>Midi Ports / Soft Synth</source> + <translation>Midi Anschlüsse / Software Synthesizer</translation> + </message> + <message> + <source>&Manual</source> + <translation>&Handbuch</translation> + </message> + <message> + <source>&MusE homepage</source> + <translation>&MusE Webseite</translation> + </message> + <message> + <source>&Report Bug...</source> + <translation>&Fehler melden ...</translation> + </message> + <message> + <source>&About MusE</source> + <translation>&Über MusE</translation> + </message> + <message> + <source>What's &This?</source> + <translation>Was ist &das?</translation> + </message> + <message> + <source>Cannot read template</source> + <translation>Vorlage nicht lesbar</translation> + </message> + <message> + <source>File open error</source> + <translation>Fehler beim Datei öffnen</translation> + </message> + <message> + <source>File read error</source> + <translation>Fehler beim Datei lesen</translation> + </message> + <message> + <source>MusE: load template</source> + <translation>Muse: Vorlage laden</translation> + </message> + <message> + <source>MusE: Bounce</source> + <translation>MusE: Abmischen</translation> + </message> + <message> + <source>set left/right marker for bounce range</source> + <translation>Linken/rechten Marker für Abmischbereich einstellen</translation> + </message> + <message> + <source>MusE: Bounce to File</source> + <translation>MusE: In Datei abmischen</translation> + </message> + <message> + <source>no output track found</source> + <translation>Keine Ausgangsspur gefunden</translation> + </message> + <message> + <source>MusE: Export Midi</source> + <translation>MusE: Midi exportieren</translation> + </message> + <message> + <source>MusE: Import Midi</source> + <translation>MusE: Midi importieren</translation> + </message> + <message> + <source>Add midi file to current project? +</source> + <translation>Mididatei zu aktuellem Lied hinzufügen?</translation> + </message> + <message> + <source>&Add to Project</source> + <translation>Zu Lied hin&zufügen</translation> + </message> + <message> + <source>&Replace</source> + <translation>Erset&zen</translation> + </message> + <message> + <source>reading midifile + </source> + <translation>Lese Mididatei</translation> + </message> + <message> + <source> +failed: </source> + <translation>schlug fehl:</translation> + </message> +</context> +<context> + <name>NoteInfo</name> + <message> + <source>Start</source> + <translation>Start</translation> + </message> + <message> + <source>Len</source> + <translation>Länge</translation> + </message> + <message> + <source>Pitch</source> + <translation>Tonhöhe</translation> + </message> + <message> + <source>Velo On</source> + <translation>Velo an</translation> + </message> + <message> + <source>Velo Off</source> + <translation>Velo aus</translation> + </message> + <message> + <source>Note Info</source> + <translation>Noteninformation</translation> + </message> +</context> +<context> + <name>PageSettings</name> + <message> + <source>Track Name</source> + <translation type="obsolete">Spur Name</translation> + </message> +</context> +<context> + <name>PartCanvas</name> + <message> + <source>C&ut</source> + <translation>&Ausschneiden</translation> + </message> + <message> + <source>&Copy</source> + <translation>&Kopieren</translation> + </message> + <message> + <source>rename</source> + <translation>Umbenennen</translation> + </message> + <message> + <source>delete</source> + <translation>Löschen</translation> + </message> + <message> + <source>split</source> + <translation>Schnitt</translation> + </message> + <message> + <source>glue</source> + <translation>Verbinder</translation> + </message> + <message> + <source>pianoroll</source> + <translation>Pianorollen Editor</translation> + </message> + <message> + <source>list</source> + <translation>Listen Editor</translation> + </message> + <message> + <source>drums</source> + <translation>Schlagzeug Editor</translation> + </message> + <message> + <source>Cannot copy/move/clone to different Track-Type</source> + <translation>Kopieren/verschieben/klonen auf anderen Spurtyp nicht möglich</translation> + </message> + <message> + <source>color</source> + <translation>Farbe</translation> + </message> + <message> + <source>de-clone</source> + <translation>Entklonen</translation> + </message> + <message> + <source>wave edit</source> + <translation>Wave Editor</translation> + </message> + <message> + <source>Cannot paste: multiple tracks selected</source> + <translation>Einfügen nicht möglich: mehrere Spuren ausgewählt</translation> + </message> + <message> + <source>Cannot paste: no track selected</source> + <translation>Einfügen nicht möglich: keine Spur ausgewählt</translation> + </message> + <message> + <source>Cannot paste: wrong data type</source> + <translation>Einfügen nicht möglich: falscher Datentyp</translation> + </message> + <message> + <source>Can only paste to midi/drum track</source> + <translation>Einfügen möglich nur in Midi/Drum Spur </translation> + </message> + <message> + <source>Can only paste to wave track</source> + <translation>Einfügen möglich nur in Wave Spur</translation> + </message> +</context> +<context> + <name>PatchBay</name> + <message> + <source>MusE: ALSA MIDI Patch Bay</source> + <translation>MusE: ALSA Midi Verbindungsübersicht</translation> + </message> +</context> +<context> + <name>PatchBayBase</name> + <message> + <source>ALSA Patch Bay</source> + <translation>ALSA Verbindungsübersicht</translation> + </message> +</context> +<context> + <name>PianoRoll</name> + <message> + <source>&Edit</source> + <translation>&Bearbeiten</translation> + </message> + <message> + <source>Cut</source> + <translation>Ausschneiden</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <source>Paste</source> + <translation>Einfügen</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Ereignisse löschen</translation> + </message> + <message> + <source>Select All</source> + <translation>Alle auswählen</translation> + </message> + <message> + <source>Select None</source> + <translation>Nichts auswählen</translation> + </message> + <message> + <source>Invert</source> + <translation>Auswahl umkehren</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>Auswahl innerhalb Schleife</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Auswahl außerhalb Schleife</translation> + </message> + <message> + <source>&Select</source> + <translation>&Auswählen</translation> + </message> + <message> + <source>blue</source> + <translation>Farbe blau</translation> + </message> + <message> + <source>pitch colors</source> + <translation>Farbe nach Tonhöhe</translation> + </message> + <message> + <source>velocity colors</source> + <translation>Farbe nach Anschlagsstärke</translation> + </message> + <message> + <source>&Config</source> + <translation>&Einstellen</translation> + </message> + <message> + <source>event color</source> + <translation>Ereignisfarbe</translation> + </message> + <message> + <source>&Functions</source> + <translation>&Funktionen</translation> + </message> + <message> + <source>Over Quantize</source> + <translation>Überquantisieren</translation> + </message> + <message> + <source>Note On Quantize</source> + <translation>Wert "Note an" quantisieren</translation> + </message> + <message> + <source>Note On/Off Quantize</source> + <translation>Wert "Note an/aus" quantisieren</translation> + </message> + <message> + <source>Iterative Quantize</source> + <translation>Iteratives quantisieren</translation> + </message> + <message> + <source>Pianoroll Tools</source> + <translation>Werkzeug "Pianorollen Editor"</translation> + </message> + <message> + <source>Step Record</source> + <translation>Aufnahme taktschlagweise</translation> + </message> + <message> + <source>Midi Input</source> + <translation>Midi Eingang</translation> + </message> + <message> + <source>Play Events</source> + <translation>Ereignisse abspielen</translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Kontrolleransicht hinzufügen</translation> + </message> + <message> + <source>Config Quant...</source> + <translation>Quantisierung einstellen ...</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Gate Zeit ändern</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Velocity ändern</translation> + </message> + <message> + <source>Crescendo</source> + <translation>Crescendo</translation> + </message> + <message> + <source>Transpose</source> + <translation>Transponieren</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Ausdünnen</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Ereignis löschen</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Note verschieben</translation> + </message> + <message> + <source>Move Clock</source> + <translation>Zeitposition verschieben</translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Taktmaß kopieren</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Taktmaß löschen</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Taktmaß löschen</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Taktmaß erzeugen</translation> + </message> + <message> + <source>ctrl</source> + <translation>Ktrl</translation> + </message> +</context> +<context> + <name>PluginDialog</name> + <message> + <source>Ok</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> + <message> + <source>MusE: select plugin</source> + <translation>MusE: PlugIn wählen</translation> + </message> + <message> + <source>Lib</source> + <translation>Lib</translation> + </message> + <message> + <source>Label</source> + <translation>Beschriftung</translation> + </message> + <message> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <source>AI</source> + <translation>Al</translation> + </message> + <message> + <source>AO</source> + <translation>AO</translation> + </message> + <message> + <source>CI</source> + <translation>Cl</translation> + </message> + <message> + <source>CO</source> + <translation>CO</translation> + </message> + <message> + <source>IP</source> + <translation>IP</translation> + </message> + <message> + <source>id</source> + <translation>id</translation> + </message> + <message> + <source>Maker</source> + <translation>Erzeuger</translation> + </message> + <message> + <source>Copyright</source> + <translation>Copyright</translation> + </message> + <message> + <source>Select which types of plugins should be visible in the list,<br>beware that 'all' includes plugins that probably are not usable by MusE.</source> + <translation>Typen in Liste dargestellter PlugIns auswählen, "all" beinhaltet auch in MusE womöglich nicht nutzbare PlugIns.</translation> + </message> + <message> + <source>Stereo and Mono</source> + <translation>Stereo und Mono</translation> + </message> + <message> + <source>Stereo</source> + <translation>Stereo</translation> + </message> + <message> + <source>Mono</source> + <translation>Mono</translation> + </message> + <message> + <source>All</source> + <translation>alle</translation> + </message> +</context> +<context> + <name>PluginGui</name> + <message> + <source>bypass plugin</source> + <translation>Signalfluss PlugIn umleiten</translation> + </message> + <message> + <source>MusE: load preset</source> + <translation>MusE: Vorlage laden</translation> + </message> + <message> + <source>MusE: save preset</source> + <translation>MusE: Vorlage sichern</translation> + </message> + <message> + <source>File Buttons</source> + <translation>Schaltfläche Datei</translation> + </message> + <message> + <source>Load Preset</source> + <translation></translation> + </message> + <message> + <source>Save Preset</source> + <translation>Speicher Preset</translation> + </message> +</context> +<context> + <name>QHeader</name> + <message> + <source>Port Number</source> + <translation>Anschlussnummer</translation> + </message> + <message> + <source>enable gui for device</source> + <translation>GUI für Gerät einschalten</translation> + </message> + <message> + <source>Instrument connected to port</source> + <translation>Instrument mit Anschluss verbunden</translation> + </message> + <message> + <source>State: result of opening the device</source> + <translation>Status: Ergebnis des Geräteanschlusses</translation> + </message> + <message> + <source>mute instrument</source> + <translation>Instrument still schalten</translation> + </message> + <message> + <source>sound name</source> + <translation>Klangname</translation> + </message> + <message> + <source>quantisation +currently not used</source> + <translation>Quantisierung +gegenwärtig nicht benutzt</translation> + </message> + <message> + <source>this input note triggers the sound</source> + <translation>Diese Eingangsnote löst den Klang aus</translation> + </message> + <message> + <source>note length</source> + <translation>Notenlänge</translation> + </message> + <message> + <source>this note is send for the sound</source> + <translation>Diese Note wird für den Klang verwendet</translation> + </message> + <message> + <source>output channel +currently not used</source> + <translation>Ausgangskanal +gegenwärtig nicht benutzt</translation> + </message> + <message> + <source>output port +currently not used</source> + <translation>Ausgangsanschluss +gegenwärtig nicht benutzt</translation> + </message> + <message> + <source>velocity level 1</source> + <translation>Velocity Pegel 1</translation> + </message> + <message> + <source>velocity level 2</source> + <translation>Velocity Pegel 2</translation> + </message> + <message> + <source>velocity level 3</source> + <translation>Velocity Pegel 3</translation> + </message> + <message> + <source>velocity level 4</source> + <translation>Velocity Pegel 4</translation> + </message> + <message> + <source>quantisation</source> + <translation>Quantisierung</translation> + </message> + <message> + <source>output channel</source> + <translation>Ausgangskanal</translation> + </message> + <message> + <source>output port</source> + <translation>Ausgangsanschluss</translation> + </message> + <message> + <source>Enable Recording</source> + <translation>Aufnahme einschalten</translation> + </message> + <message> + <source>Mute Indicator</source> + <translation>Anzeige "Stille"</translation> + </message> + <message> + <source>Solo Indicator</source> + <translation>Anzeige "Solo"</translation> + </message> + <message> + <source>Track Type</source> + <translation>Spurtyp</translation> + </message> + <message> + <source>Track Name</source> + <translation>Spurname</translation> + </message> + <message> + <source>Output Channel Number</source> + <translation>Ausgangskanalnummer</translation> + </message> + <message> + <source>Output Port</source> + <translation>Ausgangsanschluss</translation> + </message> + <message> + <source>Time Lock</source> + <translation>Sperre "Zeit"</translation> + </message> + <message> + <source>Solo/Pre Fader Listening</source> + <translation>Solo/Vor Regler Abhöre</translation> + </message> + <message> + <source>Name of the midi device associated with this port number</source> + <translation>Name des Midi Gerätes an dieser Anschlussnummer</translation> + </message> + <message> + <source>enables reading from device</source> + <translation>Auslesen vom Gerät ermöglichen</translation> + </message> + <message> + <source>enables writing to device</source> + <translation>Schreiben zum Gerät ermöglichen</translation> + </message> +</context> +<context> + <name>QWidget</name> + <message> + <source>Cannot convert sysex string</source> + <translation>Sysex Kette nicht umwandelbar</translation> + </message> + <message> + <source>Hex String too long (2048 bytes limit)</source> + <translation>Hex Kette ist zu lang (Grenze 2048 Bytes)</translation> + </message> + <message> + <source>new</source> + <translation>Neu</translation> + </message> + <message> + <source>create peakfile for </source> + <translation>Pegelspitzendatei erzeugen für</translation> + </message> + <message> + <source>MusE: get file name</source> + <translation>MusE: Dateinamen übermitteln</translation> + </message> + <message> + <source>the directory +</source> + <translation>Das Verzeichnis</translation> + </message> + <message> + <source> +does not exist +create?</source> + <translation>Es besteht nicht +Erzeugen?</translation> + </message> + <message> + <source>&Create</source> + <translation>&Erzeugen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> + <message> + <source>MusE: create directory</source> + <translation>MusE: Verzeichnis erzeugen</translation> + </message> + <message> + <source>creating dir failed</source> + <translation>Verzeichnis erzeugen schlug fehl</translation> + </message> + <message> + <source>File +</source> + <translation>Datei</translation> + </message> + <message> + <source> +exists</source> + <translation>besteht</translation> + </message> + <message> + <source>MusE: write</source> + <translation>MusE: schreiben</translation> + </message> + <message> + <source>Overwrite</source> + <translation>Überschreiben</translation> + </message> + <message> + <source>Quit</source> + <translation>Beenden</translation> + </message> + <message> + <source>Open File +</source> + <translation>Datei öffnen</translation> + </message> + <message> + <source> +failed: </source> + <translation>schlug fehl:</translation> + </message> + <message> + <source>MusE: Open File</source> + <translation>MusE: Datei öffnen</translation> + </message> + <message> + <source>None</source> + <translation>Kein</translation> + </message> + <message> + <source>generic midi</source> + <translation>General Midi</translation> + </message> +</context> +<context> + <name>QuantConfig</name> + <message> + <source>Config Quantize</source> + <translation>Quantisierung einstellen</translation> + </message> + <message> + <source>Strength</source> + <translation>Stärke</translation> + </message> + <message> + <source>Don´t Quantize</source> + <translation>Nicht quantisieren</translation> + </message> + <message> + <source>Quant Len</source> + <translation>Länge quantisieren</translation> + </message> + <message> + <source>MusE: Config Quantize</source> + <translation>MusE: Quantisierung einstellen</translation> + </message> +</context> +<context> + <name>RhythmBase</name> + <message> + <source>MusE: Random Rhythm Generator</source> + <translation>MusE: Rhythmus Zufallsgenerator</translation> + </message> + <message> + <source>Instrument Properties</source> + <translation>Instrumenteigenschaften</translation> + </message> + <message> + <source>counts/bar</source> + <translation>Schläge/Takt</translation> + </message> + <message> + <source>steps/count</source> + <translation>Schritte/Schlag</translation> + </message> + <message> + <source># bars</source> + <translation># Takte</translation> + </message> + <message> + <source>test</source> + <translation>testen</translation> + </message> + <message> + <source>contrib</source> + <translation>beitragen</translation> + </message> + <message> + <source>randomize</source> + <translation>zufällig anordnen</translation> + </message> + <message> + <source>Group 1</source> + <translation>Gruppe 1</translation> + </message> + <message> + <source>Group 2</source> + <translation>Gruppe 2</translation> + </message> + <message> + <source>Group 3</source> + <translation>Gruppe 3</translation> + </message> + <message> + <source>Group 4</source> + <translation>Gruppe 4</translation> + </message> + <message> + <source>Group 5</source> + <translation>Gruppe 5</translation> + </message> + <message> + <source>listen</source> + <translation>vorhören</translation> + </message> + <message> + <source>Instrument</source> + <translation>Instrument</translation> + </message> + <message> + <source>Group</source> + <translation>Gruppe</translation> + </message> + <message> + <source>&New</source> + <translation>&Neu</translation> + </message> + <message> + <source>create new entry</source> + <translation>Neuen Eintrag erzeugen</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>Schaltfläche "Neu" klicken um einen neuen Eintrag +in der MusE Liste definierter Kontroller zu erzeugen</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>Ausgewählten Eintrag löschen</translation> + </message> + <message> + <source>Up</source> + <translation>Nach oben</translation> + </message> + <message> + <source>Down</source> + <translation>Nach unten</translation> + </message> + <message> + <source>Instrument </source> + <translation>Instrument</translation> + </message> + <message> + <source>steps/count </source> + <translation>Schritte/Schlag</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>Liste definierter Kontroller</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>Dies ist die MusE Liste definierter Kontroller.</translation> + </message> + <message> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Bearbeiten</translation> + </message> + <message> + <source>&Help</source> + <translation>&Hilfe</translation> + </message> + <message> + <source>Tools</source> + <translation>Werkzeuge</translation> + </message> + <message> + <source>New</source> + <translation>Neu</translation> + </message> + <message> + <source>Open</source> + <translation>Öffnen</translation> + </message> + <message> + <source>&Open...</source> + <translation>&Öffnen ...</translation> + </message> + <message> + <source>Save</source> + <translation>Sichern</translation> + </message> + <message> + <source>&Save</source> + <translation>&Sichern</translation> + </message> + <message> + <source>Save As</source> + <translation>Sichern als</translation> + </message> + <message> + <source>Save &As...</source> + <translation>S&ichern als ...</translation> + </message> + <message> + <source>Print</source> + <translation>Drucken</translation> + </message> + <message> + <source>&Print...</source> + <translation>&Drucken ...</translation> + </message> + <message> + <source>Exit</source> + <translation>Beenden</translation> + </message> + <message> + <source>E&xit</source> + <translation>Bee&nden</translation> + </message> + <message> + <source>Undo</source> + <translation>Rckgängig</translation> + </message> + <message> + <source>&Undo</source> + <translation>&Rückgängig</translation> + </message> + <message> + <source>Redo</source> + <translation>Wiederherstellen</translation> + </message> + <message> + <source>&Redo</source> + <translation>&Wiederherstellen</translation> + </message> + <message> + <source>Cut</source> + <translation>Ausschneiden</translation> + </message> + <message> + <source>&Cut</source> + <translation>A&usschneiden</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <source>C&opy</source> + <translation>Ko&pieren</translation> + </message> + <message> + <source>Paste</source> + <translation>Einfügen</translation> + </message> + <message> + <source>&Paste</source> + <translation>Ein&fügen</translation> + </message> + <message> + <source>Find</source> + <translation>Suchen</translation> + </message> + <message> + <source>&Find...</source> + <translation>&Suchen ...</translation> + </message> + <message> + <source>Contents</source> + <translation>Inhalte</translation> + </message> + <message> + <source>&Contents...</source> + <translation>&Inhalte ...</translation> + </message> + <message> + <source>Index</source> + <translation>Verzeichnis</translation> + </message> + <message> + <source>&Index...</source> + <translation>&Verzeichnis ...</translation> + </message> + <message> + <source>About</source> + <translation>Über</translation> + </message> + <message> + <source>&About...</source> + <translation>&Über ...</translation> + </message> + <message> + <source><b>Notice!</b><br> +Random Rhythm Generator is not enabled yet!</source> + <translation>Merke! +Rhythmus Zufallsgenerator noch nicht eingeführt!</translation> + </message> + <message> + <source>Ctrl+N</source> + <translation>Strg+N</translation> + </message> + <message> + <source>Ctrl+O</source> + <translation>Strg+O</translation> + </message> + <message> + <source>Ctrl+S</source> + <translation>Strg+S</translation> + </message> + <message> + <source>Ctrl+P</source> + <translation>Strg+P</translation> + </message> + <message> + <source>Ctrl+Z</source> + <translation>Strg+Z</translation> + </message> + <message> + <source>Ctrl+Y</source> + <translation>Strg+Y</translation> + </message> + <message> + <source>Ctrl+X</source> + <translation>Strg+X</translation> + </message> + <message> + <source>Ctrl+C</source> + <translation>Strg+C</translation> + </message> + <message> + <source>Ctrl+V</source> + <translation>Strg+V</translation> + </message> + <message> + <source>Ctrl+F</source> + <translation>Strg+F</translation> + </message> +</context> +<context> + <name>RhythmGenerator</name> + <message> + <source>Instrument Settings:</source> + <translation type="obsolete">Instrument Einstellungen</translation> + </message> + <message> + <source>add</source> + <translation type="obsolete">Zufgen</translation> + </message> + <message> + <source>delete</source> + <translation type="obsolete">Entfernen</translation> + </message> + <message> + <source>Group</source> + <translation type="obsolete">Gruppe</translation> + </message> + <message> + <source></source> + <translation>Rhythmusgenerator</translation> + </message> +</context> +<context> + <name>RouteDialogBase</name> + <message> + <source>MusE: Routing</source> + <translation>MusE: Signalfluss</translation> + </message> + <message> + <source>Add Route</source> + <translation>Signalfluss hinzufügen</translation> + </message> + <message> + <source>Source:</source> + <translation>Quelle:</translation> + </message> + <message> + <source>Destination:</source> + <translation>Ziel:</translation> + </message> + <message> + <source>Connect</source> + <translation>Verbinden</translation> + </message> + <message> + <source>connect source to destination</source> + <translation>Quelle mit Ziel verbinden</translation> + </message> + <message> + <source>Current Routes</source> + <translation>Aktueller Signalfluss</translation> + </message> + <message> + <source>Source</source> + <translation>Quelle</translation> + </message> + <message> + <source>Destination</source> + <translation>Ziel</translation> + </message> + <message> + <source>Remove</source> + <translation>Entfernen</translation> + </message> + <message> + <source>remove selected route</source> + <translation>Ausgewählten Signalfluss entfernen</translation> + </message> +</context> +<context> + <name>ScrollScale</name> + <message> + <source>next page</source> + <translation>Nächste Seite</translation> + </message> + <message> + <source>previous page</source> + <translation>Vorherige Seite</translation> + </message> + <message> + <source>current page number</source> + <translation>Aktuelle Seitennummer</translation> + </message> +</context> +<context> + <name>ShortcutCaptureDialogBase</name> + <message> + <source>Enter shortcut sequence</source> + <translation>Folge von Tastenkürzeln eingeben</translation> + </message> + <message> + <source>Press keys to enter shortcut sequence!</source> + <translation>Tasten drücken um Folge von Tastenkürzeln einzugeben!</translation> + </message> + <message> + <source>Old shortcut:</source> + <translation>Altes Tastenkürzel:</translation> + </message> + <message> + <source>Undefined</source> + <translation>unbestimmt</translation> + </message> + <message> + <source>New shortcut:</source> + <translation>Neues Tastenkürzel:</translation> + </message> + <message> + <source>OK</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> +</context> +<context> + <name>ShortcutConfigBase</name> + <message> + <source>Configure Keyboard Shortcuts</source> + <translation>Tastenkürzel einstellen</translation> + </message> + <message> + <source>Shortcut Category</source> + <translation>Kategorie Tastenkürzel</translation> + </message> + <message> + <source>Description</source> + <translation>Beschreibung</translation> + </message> + <message> + <source>Shortcut</source> + <translation>Tastenkürzel</translation> + </message> + <message> + <source>&Clear</source> + <translation>&Löschen</translation> + </message> + <message> + <source>Alt+C</source> + <translation>Alt+C</translation> + </message> + <message> + <source>&Define</source> + <translation>&Bestimmen</translation> + </message> + <message> + <source>Alt+D</source> + <translation>Alt+D</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Anwenden</translation> + </message> + <message> + <source>Alt+A</source> + <translation>Alt+A</translation> + </message> +</context> +<context> + <name>SigScale</name> + <message> + <source>signature scale</source> + <translation>Skala Taktmaß</translation> + </message> +</context> +<context> + <name>SynthConfigBase</name> + <message> + <source>MusE: Synth Configuration</source> + <translation>MusE: Synth Einstellung</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation>Software-Synthesizer</translation> + </message> + <message> + <source>File</source> + <translation>Datei</translation> + </message> + <message> + <source>Instances</source> + <translation>Instanzen</translation> + </message> + <message> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <source>list of available software synthesizers</source> + <translation>Liste verfügbarer Software-Synthesizer</translation> + </message> + <message> + <source>Add Instance</source> + <translation>Instanz hinzufügen</translation> + </message> + <message> + <source>Remove Instance</source> + <translation>Instanz entfernen</translation> + </message> + <message> + <source>Midi Port</source> + <translation>Midi Anschluss</translation> + </message> + <message> + <source>Midi connections</source> + <translation>Midi Verbindungen</translation> + </message> + <message> + <source>Inst</source> + <translation>Inst</translation> + </message> + <message> + <source>Version</source> + <translation>Version</translation> + </message> + <message> + <source>Description</source> + <translation>Beschreibung</translation> + </message> +</context> +<context> + <name>TList</name> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>Drum</source> + <translation>Drum</translation> + </message> + <message> + <source>Delete Track</source> + <translation>Spur löschen</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Spur Kommentar</translation> + </message> + <message> + <source>Show Gui</source> + <translation>Zeige GUI</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation>Midi Spur hinzufügen</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation>Drum Spur hinzufügen</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation>Wave Spur hinzufügen</translation> + </message> + <message> + <source>MusE: bad trackname</source> + <translation>MusE: ungeeigneter Spurname</translation> + </message> + <message> + <source>please choose a unique track name</source> + <translation>Bitte eindeutigen Spurnamen wählen</translation> + </message> + <message> + <source>Add Output</source> + <translation>Ausgang hinzufügen</translation> + </message> + <message> + <source>Add Group</source> + <translation>Gruppe hinzufügen</translation> + </message> + <message> + <source>Add Input</source> + <translation>Eingang hinzufügen</translation> + </message> + <message> + <source>Add Aux Send</source> + <translation>Aux Send hinzufügen</translation> + </message> + <message> + <source>Update drummap?</source> + <translation>Drumbelegung aktualisieren?</translation> + </message> + <message> + <source>Do you want to use same port for all instruments in the drummap?</source> + <translation>Möchten Sie für alle Instrumente der Drumbelegung den selben Anschluss verwenden?</translation> + </message> + <message> + <source>&Yes</source> + <translation>&Ja</translation> + </message> + <message> + <source>&No</source> + <translation>&Nein</translation> + </message> + <message> + <source>Do you want to use same port and channel for all instruments in the drummap?</source> + <translation>Möchten Sie für alle Instrumente der Drumbelegung den selben Anschluss und Kanal verwenden?</translation> + </message> +</context> +<context> + <name>TempoSig</name> + <message> + <source>Tempo/Sig</source> + <translation>Tempo/Taktmaß</translation> + </message> +</context> +<context> + <name>Toolbar1</name> + <message> + <source>Solo</source> + <translation>Solo</translation> + </message> + <message> + <source>Snap</source> + <translation>Magnet</translation> + </message> + <message> + <source>Quantize</source> + <translation>Quantisieren</translation> + </message> + <message> + <source>To</source> + <translation>Zu</translation> + </message> + <message> + <source>All Events</source> + <translation>Alle Ereignisse</translation> + </message> + <message> + <source>Looped Ev.</source> + <translation>Ereignisse innerhalb Schleife.</translation> + </message> + <message> + <source>Selected Ev.</source> + <translation>Ausgewählte Ereignisse.</translation> + </message> + <message> + <source>Looped+Sel.</source> + <translation>Innerhalb Schleife + augewählt.</translation> + </message> + <message> + <source>Cursor</source> + <translation>Positionsmarker</translation> + </message> +</context> +<context> + <name>TrackComment</name> + <message> + <source>MusE: Track Comment</source> + <translation>MusE: Spur Kommentar</translation> + </message> + <message> + <source>Track Comment:</source> + <translation>Spur Kommentar:</translation> + </message> +</context> +<context> + <name>Transport</name> + <message> + <source>Punch In</source> + <translation>Aufnahme am linken Marker beginnen</translation> + </message> + <message> + <source>Loop</source> + <translation>Schleife</translation> + </message> + <message> + <source>Punch Out</source> + <translation>Aufnahme am rechten Marker beenden</translation> + </message> + <message> + <source>Left Mark</source> + <translation>Linker Marker</translation> + </message> + <message> + <source>Right Mark</source> + <translation>Rechter Marker</translation> + </message> + <message> + <source>Overdub</source> + <translation>Überschreiben</translation> + </message> + <message> + <source>Replace</source> + <translation>Ersetzen</translation> + </message> + <message> + <source>Rec Mode</source> + <translation>Modus "Aufnahme"</translation> + </message> + <message> + <source>Normal</source> + <translation>Normal</translation> + </message> + <message> + <source>Mix</source> + <translation>Mischen</translation> + </message> + <message> + <source>Cycle Rec</source> + <translation>Aufnahme in Schleife</translation> + </message> + <message> + <source>punchin</source> + <translation>Aufnahme am linken Marker geginnen</translation> + </message> + <message> + <source>loop</source> + <translation>Schleife</translation> + </message> + <message> + <source>punchout</source> + <translation>Aufnahme am rechten Marker beenden</translation> + </message> + <message> + <source>rewind to start</source> + <translation>Zum Start zurück</translation> + </message> + <message> + <source>rewind</source> + <translation>Einen Taktschlag rückwärts</translation> + </message> + <message> + <source>forward</source> + <translation>Einen Taktschlag vorwärts</translation> + </message> + <message> + <source>stop</source> + <translation>Stopp</translation> + </message> + <message> + <source>play</source> + <translation>Wiedergabe</translation> + </message> + <message> + <source>record</source> + <translation>Aufnahme</translation> + </message> + <message> + <source>AC</source> + <translation>AC</translation> + </message> + <message> + <source>quantize during record</source> + <translation>Während Aufnahme quantisieren</translation> + </message> + <message> + <source>Click</source> + <translation>Klick</translation> + </message> + <message> + <source>metronom click on/off</source> + <translation>Metronom Klick an/aus</translation> + </message> + <message> + <source>Sync</source> + <translation>Sync</translation> + </message> + <message> + <source>external sync on/off</source> + <translation>Externer Sync an/aus</translation> + </message> + <message> + <source>Master</source> + <translation>Master</translation> + </message> + <message> + <source>use master track</source> + <translation>Masterspur einschalten</translation> + </message> +</context> +<context> + <name>TransposeDialogBase</name> + <message> + <source>MusE: Midi Transpose</source> + <translation>MusE: Midi transponieren</translation> + </message> + <message> + <source>Value</source> + <translation>Wert</translation> + </message> + <message> + <source>halftones</source> + <translation>Halbtonschritte</translation> + </message> + <message> + <source>Time</source> + <translation>Zeit</translation> + </message> + <message> + <source>all</source> + <translation>alle</translation> + </message> + <message> + <source>between markers</source> + <translation>Zwischen Markern</translation> + </message> + <message> + <source>Parts</source> + <translation>Parts</translation> + </message> + <message> + <source>all in selected tracks</source> + <translation>Alles in ausgewählter Spur</translation> + </message> + <message> + <source>OK</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> +</context> +<context> + <name>VelocityBase</name> + <message> + <source>MusE: Modify Velocity</source> + <translation>MusE: Velocity ändern</translation> + </message> + <message> + <source>Range</source> + <translation>Bereich</translation> + </message> + <message> + <source>All Events</source> + <translation>Alle Ereignisse</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Ausgewählte Ereignisse</translation> + </message> + <message> + <source>Looped Events</source> + <translation>Ereignisse innerhalb Schleife</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Ausgewählt & innerhalb Schleife</translation> + </message> + <message> + <source>Values</source> + <translation>Werte</translation> + </message> + <message> + <source>Rate:</source> + <translation>Rate:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Zeitversatz:</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>OK</source> + <translation>Bestätigen</translation> + </message> + <message> + <source>Cancel</source> + <translation>Abbrechen</translation> + </message> +</context> +<context> + <name>WTScale</name> + <message> + <source>bar scale</source> + <translation>Taktskala</translation> + </message> +</context> +<context> + <name>WaveEdit</name> + <message> + <source>Normalize</source> + <translation>Normalisieren</translation> + </message> + <message> + <source>weTools</source> + <translation>Werkzeug "we"</translation> + </message> + <message> + <source>Solo</source> + <translation>Solo</translation> + </message> + <message> + <source>Cursor</source> + <translation>Positionsmarker</translation> + </message> + <message> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <source>Functions</source> + <translation>Funktionen</translation> + </message> +</context> +<context> + <name>WaveTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>MusE: Spurinfo</translation> + </message> + <message> + <source>Track Info</source> + <translation>Spurinfo</translation> + </message> + <message> + <source>Track Name</source> + <translation>Spurname</translation> + </message> + <message> + <source>Output Route:</source> + <translation>Ausgangssignalfluss:</translation> + </message> + <message> + <source>Input Route:</source> + <translation>Eingangssignalfluss:</translation> + </message> + <message> + <source>Ports:</source> + <translation>Anschlüsse:</translation> + </message> + <message> + <source>Mono</source> + <translation>Mono</translation> + </message> + <message> + <source>Stereo</source> + <translation>Stereo</translation> + </message> +</context> +</TS> diff --git a/muse2/share/locale/muse_es.qm b/muse2/share/locale/muse_es.qm Binary files differnew file mode 100644 index 00000000..8a328844 --- /dev/null +++ b/muse2/share/locale/muse_es.qm diff --git a/muse2/share/locale/muse_es.ts b/muse2/share/locale/muse_es.ts new file mode 100644 index 00000000..c48735b4 --- /dev/null +++ b/muse2/share/locale/muse_es.ts @@ -0,0 +1,7146 @@ +<!DOCTYPE TS><TS> +<context> + <name></name> + <message> + <source>Click this button to enable recording</source> + <translation type="unfinished">Pulsa este bot� para habilitar la grabaci�</translation> + </message> + <message> + <source>sets amount of quantization: +0 - no quantization +100 - full quantization</source> + <translation type="unfinished">selecciona la cantidad de cuantizaci�: +0 - sin cuantizar +100 - cuantizaci� completa</translation> + </message> + <message> + <source>select Pointer Tool: +with the pointer tool you can: + select parts + move parts + copy parts</source> + <translation type="unfinished">selecciona la Herramienta de Puntero: +con la herramienta de puntero puedes: + seleccionar partes + mover partes + copiar partes</translation> + </message> +</context> +<context> + <name>@default</name> + <message> + <source>Click this button to open a <em>new song</em>.<br>You can also select the <b>Open command</b> from the File menu.</source> + <translation type="unfinished">Pulsa este bot� para abrir una <em>nueva canci�</em>Puedes usar tambi� el comando <b>Abrir</b> del me de archivo</translation> + </message> + <message> + <source>Click this button to save the song you are editing. You will be prompted for a file name. +You can also select the Save command from the File menu.</source> + <translation type="unfinished">Pulsa este bot� para guardar la canci� que est� editando. Se te preguntar�por un nombre de archivo. +Puedes seleccionar tambi� el comando Guardar del men de Archivo</translation> + </message> + <message> + <source>Create New Song</source> + <translation type="unfinished">Crea una nueva Canci�</translation> + </message> + <message> + <source>Click this button to stop playback</source> + <translation type="unfinished">Pulsa este bot� para parar la reproducci�</translation> + </message> + <message> + <source>Click this button to start playback</source> + <translation type="unfinished">Pulsa este bot� para iniciar la reproducci�</translation> + </message> + <message> + <source>Click this button to rewind to start position</source> + <translation type="unfinished">Pulsa este bot� para regresar al principio</translation> + </message> + <message> + <source>Click this button to rewind</source> + <translation type="unfinished">Pulsa este bot� para ir hacia atr�</translation> + </message> + <message> + <source>Click this button to forward current play position</source> + <translation type="unfinished">Pulsa este bot� para adelantar la posici� de reproducci�</translation> + </message> + <message> + <source>don't quantize notes above this tick limit</source> + <translation type="unfinished">no cuantices notas por encima de este l�ite de tick</translation> + </message> + <message> + <source>quantize also note len as default</source> + <translation type="unfinished">cuantiza tambi� la longitud de la nota al valor por defecto</translation> + </message> + <message> + <source>loop between left mark and right mark</source> + <translation type="unfinished">hace un bucle entre las marcas de izquierda y derecha</translation> + </message> + <message> + <source>record starts at left mark</source> + <translation type="unfinished">la grabaci� comienza en la marca izquierda</translation> + </message> + <message> + <source>record stops at right mark</source> + <translation type="unfinished">la grabaci� termina en la merca derecha</translation> + </message> + <message> + <source>rewind to start position</source> + <translation type="unfinished">retrocede a la posici� de inicio</translation> + </message> + <message> + <source>rewind current position</source> + <translation type="unfinished">retrasa la posici� actual</translation> + </message> + <message> + <source>move current position</source> + <translation type="unfinished">mueve la posici� actual</translation> + </message> + <message> + <source>stop sequencer</source> + <translation type="unfinished">para el secuenciador</translation> + </message> + <message> + <source>start sequencer play</source> + <translation type="unfinished">inicia el secuenciador</translation> + </message> + <message> + <source>to record press record and then play</source> + <translation type="unfinished">para grabar pulsa grabar y despu� reproducir</translation> + </message> + <message> + <source>send note off to all midi channels</source> + <translation type="unfinished">envia un apagado de nota (note off) a todos los canales midi</translation> + </message> + <message> + <source>select Pencil Tool: +with the pencil tool you can: + create new parts + modify length of parts</source> + <translation type="unfinished">selecciona la Herramienta de L�iz: +con la herramienta de l�iz puedes: + crear nuevas partes + modificar la longitud de las partes</translation> + </message> + <message> + <source>select Delete Tool: +with the delete tool you can delete parts</source> + <translation type="unfinished">selecciona la Herramienta de Borrado: +con la herramienta de borrado puedes borrar partes</translation> + </message> + <message> + <source>select Cut Tool: +with the cut tool you can split a part</source> + <translation type="unfinished">selecciona la Herramienta de Corte: +con la herramienta de core puedes partir una parte</translation> + </message> + <message> + <source>select Glue Tool: +with the glue tool you can glue two parts</source> + <translation type="unfinished">selecciona la Herramienta de Pegado: +con la herramienta de pegado puedes unir dos partes</translation> + </message> + <message> + <source>select Score Tool: +</source> + <translation type="unfinished">selecciona la Herramienta de Partitura: +</translation> + </message> + <message> + <source>select Quantize Tool: +insert display quantize event</source> + <translation type="unfinished">selecciona la Herramianta de Cuantizaci�: +inserta un evento de cuantizaci� de visualizaci�</translation> + </message> + <message> + <source>select Drawing Tool</source> + <translation type="unfinished">selecciona la Herramienta de Dibujo</translation> + </message> + <message> + <source>select Muting Tool: +click on part to mute/unmute</source> + <translation type="unfinished">selecciona la Herramienta de Silenciar: +haz click en una parte para silenciar/des-silenciar</translation> + </message> + <message> + <source>pointer</source> + <translation type="unfinished">puntero</translation> + </message> + <message> + <source>pencil</source> + <translation type="unfinished">l�iz</translation> + </message> + <message> + <source>rubber</source> + <translation type="obsolete">goma</translation> + </message> + <message> + <source>cutter</source> + <translation type="unfinished">cortador</translation> + </message> + <message> + <source>score</source> + <translation type="unfinished">partitura</translation> + </message> + <message> + <source>glue</source> + <translation type="unfinished">pegamento</translation> + </message> + <message> + <source>quantize</source> + <translation type="unfinished">cuantizador</translation> + </message> + <message> + <source>draw</source> + <translation type="unfinished">dibujar</translation> + </message> + <message> + <source>mute parts</source> + <translation type="unfinished">silenciar partes</translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished">Apagar</translation> + </message> + <message> + <source>presets (*.pre *.pre.gz *.pre.bz2)</source> + <translation type="unfinished">preselecciones (*.pre *.pre.gz *.pre.bz2)</translation> + </message> + <message> + <source>All Files (*)</source> + <translation type="unfinished">Todos los archivos (*)</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Drum Track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Wave Track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Audio Output</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Audio Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Audio Input</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Aux Send</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>eraser</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>AboutBox</name> + <message> + <source>AboutBox</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Keep On Rocking!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Version 0.7.0 + +(C) Copyright 1999-2004 Werner Schweer and others. +See http://lmuse.sourceforge.net for new versions and +more information. + +Published under the GNU Public License</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Appearance</name> + <message> + <source>MusE: load image</source> + <translation type="unfinished">MusE: carga imagen</translation> + </message> + <message> + <source>handle of transport window</source> + <translation type="obsolete">gestor de la ventana de transporte</translation> + </message> + <message> + <source>track activity in arranger</source> + <translation type="obsolete">actividad de tramos en el arreglador</translation> + </message> + <message> + <source>bigtime font color</source> + <translation type="obsolete">color de fuente bigtime</translation> + </message> + <message> + <source>bigtime background color</source> + <translation type="obsolete">color de fondo de bigtime</translation> + </message> + <message> + <source>waveedit background color</source> + <translation type="obsolete">color de fondo de edici� de onda</translation> + </message> +</context> +<context> + <name>AppearanceDialogBase</name> + <message> + <source>MusE: Appearance settings</source> + <translation type="unfinished">MusE: Configuraci� de apariencia</translation> + </message> + <message> + <source>Apply</source> + <translation type="unfinished">Aplicar</translation> + </message> + <message> + <source>Ok</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> + <message> + <source>Arranger</source> + <translation type="unfinished">Arreglador</translation> + </message> + <message> + <source>Parts</source> + <translation type="unfinished">Partes</translation> + </message> + <message> + <source>show frames</source> + <translation type="obsolete">mostrar frames</translation> + </message> + <message> + <source>show names</source> + <translation type="unfinished">mostrar nombres</translation> + </message> + <message> + <source>show events</source> + <translation type="unfinished">mostrar eventos</translation> + </message> + <message> + <source>show Cakewalk Style</source> + <translation type="unfinished">mostrar al estilo de Cakewalk</translation> + </message> + <message> + <source>Events</source> + <translation type="unfinished">Eventos</translation> + </message> + <message> + <source>note on</source> + <translation type="unfinished">nota on</translation> + </message> + <message> + <source>poly pressure</source> + <translation type="unfinished">presi� polif�ica</translation> + </message> + <message> + <source>controller</source> + <translation type="unfinished">controlador</translation> + </message> + <message> + <source>aftertouch</source> + <translation type="unfinished">aftertouch</translation> + </message> + <message> + <source>pitch bend</source> + <translation type="unfinished">pitch bend</translation> + </message> + <message> + <source>program change</source> + <translation type="unfinished">cambio de programa</translation> + </message> + <message> + <source>special</source> + <translation type="unfinished">especial</translation> + </message> + <message> + <source>Background picture</source> + <translation type="unfinished">Imagen de fondo</translation> + </message> + <message> + <source>bg</source> + <translation type="unfinished">fondo</translation> + </message> + <message> + <source>select...</source> + <translation type="unfinished">selecciona...</translation> + </message> + <message> + <source>show snap grid</source> + <translation type="unfinished">muestra la rejilla de captura</translation> + </message> + <message> + <source>Colors</source> + <translation type="unfinished">Colores</translation> + </message> + <message> + <source>Items</source> + <translation type="unfinished">Objetos</translation> + </message> + <message> + <source>selected</source> + <translation type="obsolete">seleccionado</translation> + </message> + <message> + <source>current:</source> + <translation type="obsolete">actual:</translation> + </message> + <message> + <source>change...</source> + <translation type="obsolete">cambia...</translation> + </message> + <message> + <source>dynamic colors for track activity in arranger</source> + <translation type="obsolete">colores din�icos para actividad en el arreglador</translation> + </message> + <message> + <source>Style/Fonts</source> + <translation type="unfinished">Estilo/Tipografia</translation> + </message> + <message> + <source>QT Theme</source> + <translation type="unfinished">tema QT</translation> + </message> + <message> + <source>Windows</source> + <translation type="unfinished">Ventanas</translation> + </message> + <message> + <source>MusE</source> + <translation type="unfinished">MusE</translation> + </message> + <message> + <source>Metal</source> + <translation type="unfinished">Metal</translation> + </message> + <message> + <source>Norwegian Wood</source> + <translation type="unfinished">Madera Noruega</translation> + </message> + <message> + <source>Platinum</source> + <translation type="unfinished">Platino</translation> + </message> + <message> + <source>CDE</source> + <translation type="unfinished">CDE</translation> + </message> + <message> + <source>Motif</source> + <translation type="unfinished">Motif</translation> + </message> + <message> + <source>Motif Plus</source> + <translation type="unfinished">Motif Plus</translation> + </message> + <message> + <source>Fonts</source> + <translation type="unfinished">Tipografia</translation> + </message> + <message> + <source>Family</source> + <translation type="unfinished">Familia</translation> + </message> + <message> + <source>Size</source> + <translation type="unfinished">Tama�</translation> + </message> + <message> + <source>Font 1</source> + <translation type="unfinished">Tipografia 1</translation> + </message> + <message> + <source>Font 2</source> + <translation type="unfinished">Tipografia 2</translation> + </message> + <message> + <source>Font 3</source> + <translation type="unfinished">Tipografia 3</translation> + </message> + <message> + <source>Font 0</source> + <translation type="unfinished">Tipografia 0</translation> + </message> + <message> + <source>Bold</source> + <translation type="unfinished">Negrita</translation> + </message> + <message> + <source>Italic</source> + <translation type="unfinished">Cursiva</translation> + </message> + <message> + <source>...</source> + <translation type="unfinished">...</translation> + </message> + <message> + <source>Font 4</source> + <translation type="unfinished">Tipografia 4</translation> + </message> + <message> + <source>Font 5</source> + <translation type="unfinished">Tipografia 5</translation> + </message> + <message> + <source>Palette</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>add to palette</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>B</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>S</source> + <translation type="unfinished">S</translation> + </message> + <message> + <source>H</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>V</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>G</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>R</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Arranger</name> + <message> + <source>Cursor</source> + <translation type="unfinished">Cursor</translation> + </message> + <message> + <source>Snap</source> + <translation type="unfinished">Snap</translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished">Longitud</translation> + </message> + <message> + <source>NO</source> + <translation>No</translation> + </message> + <message> + <source>TrackInfo</source> + <translation>Informaci� de pista</translation> + </message> + <message> + <source>Track</source> + <translation>Pista</translation> + </message> + <message> + <source>Type</source> + <translation type="unfinished">Tipo</translation> + </message> + <message> + <source>midi song type</source> + <translation type="unfinished">tipo de canci� midi</translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tono</translation> + </message> + <message> + <source>midi pitch</source> + <translation type="unfinished">tono midi</translation> + </message> + <message> + <source>global midi pitch shift</source> + <translation type="unfinished">desplazamiento de tono midi</translation> + </message> + <message> + <source>Tempo</source> + <translation type="unfinished">Tempo</translation> + </message> + <message> + <source>midi tempo</source> + <translation type="unfinished">tempo midi</translation> + </message> + <message> + <source>O-Port</source> + <translation type="unfinished">Port de Salida</translation> + </message> + <message> + <source>Arranger</source> + <translation type="unfinished">Arreglador</translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished">apagado</translation> + </message> + <message> + <source>Bar</source> + <translation type="unfinished">comp�</translation> + </message> + <message> + <source>GM</source> + <translation type="unfinished">GM</translation> + </message> + <message> + <source>GS</source> + <translation type="unfinished">GS</translation> + </message> + <message> + <source>XG</source> + <translation type="unfinished">XG</translation> + </message> + <message> + <source>N</source> + <translation type="unfinished">N</translation> + </message> + <message> + <source>R</source> + <translation type="unfinished">R</translation> + </message> + <message> + <source>A</source> + <translation type="obsolete">A</translation> + </message> + <message> + <source>M</source> + <translation type="unfinished">M</translation> + </message> + <message> + <source>S</source> + <translation type="unfinished">S</translation> + </message> + <message> + <source>C</source> + <translation type="unfinished">C</translation> + </message> + <message> + <source>Ch</source> + <translation type="unfinished">Ch</translation> + </message> + <message> + <source>T</source> + <translation type="unfinished">T</translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Maestro</translation> + </message> + <message> + <source>Group A</source> + <translation type="obsolete">Grupo A</translation> + </message> + <message> + <source>Group B</source> + <translation type="obsolete">Grupo B</translation> + </message> + <message> + <source>Group C</source> + <translation type="obsolete">Grupo C</translation> + </message> + <message> + <source>Group D</source> + <translation type="obsolete">Grupo D</translation> + </message> +</context> +<context> + <name>AudioConfBase</name> + <message> + <source>MusE: Audio Configuration</source> + <translation type="obsolete">MusE: Configuraci� de Audio</translation> + </message> + <message> + <source>&Apply</source> + <translation type="obsolete">&Aplicar</translation> + </message> + <message> + <source>&OK</source> + <translation type="obsolete">C&orrecto</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="obsolete">&Cancelar</translation> + </message> + <message> + <source>Audio Parameters</source> + <translation type="obsolete">Par�etros de Audio</translation> + </message> + <message> + <source>32</source> + <translation type="obsolete">32</translation> + </message> + <message> + <source>64</source> + <translation type="obsolete">64</translation> + </message> + <message> + <source>128</source> + <translation type="obsolete">128</translation> + </message> + <message> + <source>256</source> + <translation type="obsolete">256</translation> + </message> + <message> + <source>512</source> + <translation type="obsolete">512</translation> + </message> + <message> + <source>1024</source> + <translation type="obsolete">1024</translation> + </message> + <message> + <source>2048</source> + <translation type="obsolete">2048</translation> + </message> + <message> + <source>4096</source> + <translation type="obsolete">4096</translation> + </message> + <message> + <source>Frame Size:</source> + <translation type="obsolete">Tama� de ventana:</translation> + </message> + <message> + <source>Delay:</source> + <translation type="obsolete">Retardo:</translation> + </message> + <message> + <source>Sample Rate:</source> + <translation type="obsolete">Velocidad de muestreo:</translation> + </message> + <message> + <source>44100</source> + <translation type="obsolete">44100</translation> + </message> + <message> + <source>48000</source> + <translation type="obsolete">48000</translation> + </message> + <message> + <source>96000</source> + <translation type="obsolete">96000</translation> + </message> + <message> + <source>Audio Driver</source> + <translation type="obsolete">Controlador de Audio</translation> + </message> + <message> + <source>Use Alsa</source> + <translation type="obsolete">Usa Alsa</translation> + </message> + <message> + <source>Use JACK</source> + <translation type="obsolete">Usa Jack</translation> + </message> + <message> + <source>No Audio</source> + <translation type="obsolete">Sin Audio</translation> + </message> + <message> + <source>Status:</source> + <translation type="obsolete">Estado:</translation> + </message> + <message> + <source>TextLabel6</source> + <translation type="obsolete">EtiquetadeTexto16</translation> + </message> +</context> +<context> + <name>AudioMixerApp</name> + <message> + <source>1/2 channel</source> + <translation type="obsolete">Canales 1/2</translation> + </message> + <message> + <source>pre fader - post fader</source> + <translation type="obsolete">pre fader - port fader</translation> + </message> + <message> + <source>record</source> + <translation type="obsolete">grabar</translation> + </message> + <message> + <source>mute</source> + <translation type="obsolete">silencio</translation> + </message> + <message> + <source>pre fader listening</source> + <translation type="obsolete">monitorizar pre fader</translation> + </message> + <message> + <source>record downmix</source> + <translation type="obsolete">downmix de grabaci�</translation> + </message> + <message> + <source>off</source> + <translation type="obsolete">apagado</translation> + </message> + <message> + <source>output routing</source> + <translation type="obsolete">ruteado de entrada</translation> + </message> + <message> + <source>&Config</source> + <translation type="obsolete">&Configuraci�</translation> + </message> + <message> + <source>Add Input Strip</source> + <translation type="obsolete">A�dir canal de entrada</translation> + </message> + <message> + <source>S</source> + <translation type="obsolete">S</translation> + </message> + <message> + <source>Pre</source> + <translation type="obsolete">Pre</translation> + </message> + <message> + <source>dB</source> + <translation type="obsolete">dB</translation> + </message> + <message> + <source>MusE: Audio Mixer</source> + <translation type="obsolete">MusE: Mezclador de audio</translation> + </message> + <message> + <source>Inputs</source> + <translation type="obsolete">Entradas</translation> + </message> + <message> + <source>Synthi</source> + <translation type="obsolete">Entrada de sintetizador</translation> + </message> + <message> + <source>Tracks</source> + <translation type="obsolete">Pistas</translation> + </message> + <message> + <source>Groups</source> + <translation type="obsolete">Grupos</translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Maestro</translation> + </message> + <message> + <source>Group A</source> + <translation type="obsolete">Grupo A</translation> + </message> + <message> + <source>Group B</source> + <translation type="obsolete">Grupo B</translation> + </message> + <message> + <source>Group C</source> + <translation type="obsolete">Grupo C</translation> + </message> + <message> + <source>Group D</source> + <translation type="obsolete">Grupo D</translation> + </message> + <message> + <source>MusE: Mixer</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Create</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&View</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Routing</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>AudioStrip</name> + <message> + <source>panorama</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>aux send level</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">apagado</translation> + </message> + <message> + <source>Pan</source> + <translation type="unfinished">Bal</translation> + </message> + <message> + <source>S</source> + <translation type="obsolete">S</translation> + </message> + <message> + <source>1/2 channel</source> + <translation type="unfinished">Canales 1/2</translation> + </message> + <message> + <source>Pre</source> + <translation type="unfinished">Pre</translation> + </message> + <message> + <source>pre fader - post fader</source> + <translation type="unfinished">pre fader - port fader</translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished">dB</translation> + </message> + <message> + <source>record</source> + <translation type="unfinished">grabar</translation> + </message> + <message> + <source>mute</source> + <translation type="unfinished">silencio</translation> + </message> + <message> + <source>record downmix</source> + <translation type="unfinished">downmix de grabaci�</translation> + </message> + <message> + <source>solo mode (monitor)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>pre fader listening</source> + <translation type="unfinished">monitorizar pre fader</translation> + </message> + <message> + <source>iR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>intput routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>oR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>output routing</source> + <translation type="unfinished">ruteado de entrada</translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Read</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Touch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Write</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>automation type</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Channel</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>BigTime</name> + <message> + <source>MusE: Bigtime</source> + <translation type="unfinished">MusE: Big Time</translation> + </message> +</context> +<context> + <name>ClipListEdit</name> + <message> + <source>MusE: Clip List Editor</source> + <translation type="obsolete">MusE: Editor de lista de clips</translation> + </message> +</context> +<context> + <name>ClipListEditorBase</name> + <message> + <source>MusE: ClipList</source> + <translation type="unfinished">MusE: Lista de Clips</translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Nombre</translation> + </message> + <message> + <source>Refs</source> + <translation type="unfinished">Referencias</translation> + </message> + <message> + <source>Start</source> + <translation type="unfinished">Inicio</translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished">Longitud</translation> + </message> + <message> + <source>Data</source> + <translation type="unfinished">Datos</translation> + </message> + <message> + <source>Clip Properties</source> + <translation type="unfinished">Propiedades del Clip</translation> + </message> + <message> + <source>Pos:</source> + <translation type="unfinished">Posici�:</translation> + </message> + <message> + <source>Len:</source> + <translation type="unfinished">Longitud:</translation> + </message> +</context> +<context> + <name>CommentBase</name> + <message> + <source>Form1</source> + <translation type="unfinished">Form1</translation> + </message> + <message> + <source>Track Comment</source> + <translation type="unfinished">Comentario de la pista</translation> + </message> + <message> + <source>Track 1</source> + <translation type="unfinished">Pista 1</translation> + </message> +</context> +<context> + <name>ConfigMidiFileBase</name> + <message> + <source>MusE: Config Midi File Export</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Cancelar</translation> + </message> + <message> + <source>0 (single track)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>1 (multiple tracks)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Format:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>96</source> + <translation type="unfinished">96</translation> + </message> + <message> + <source>192</source> + <translation type="unfinished">192</translation> + </message> + <message> + <source>384</source> + <translation type="unfinished">384</translation> + </message> + <message> + <source>Division:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Copyright:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Enable extended smf format</source> + <translation type="unfinished">Habilita el formato extendido de smf</translation> + </message> +</context> +<context> + <name>CtrlPanel</name> + <message> + <source>select controller</source> + <translation type="unfinished">selecciona controlador</translation> + </message> + <message> + <source>remove panel</source> + <translation type="unfinished">quitar panel</translation> + </message> + <message> + <source>other ...</source> + <translation type="obsolete">otro ...</translation> + </message> + <message> + <source>Sel</source> + <translation type="unfinished">Sel</translation> + </message> + <message> + <source>x</source> + <translation type="unfinished">x</translation> + </message> + <message> + <source>Velocity</source> + <translation type="unfinished">Velocidad</translation> + </message> + <message> + <source>Pitch</source> + <translation type="obsolete">Tono</translation> + </message> + <message> + <source>add new ...</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>DrumEdit</name> + <message> + <source>Load Map</source> + <translation type="unfinished">Carga Mapa</translation> + </message> + <message> + <source>Save Map</source> + <translation type="unfinished">Guarda Mapa</translation> + </message> + <message> + <source>&Edit</source> + <translation type="unfinished">&Editar</translation> + </message> + <message> + <source>Cut</source> + <translation type="unfinished">Cortar</translation> + </message> + <message> + <source>Copy</source> + <translation type="unfinished">Copiar</translation> + </message> + <message> + <source>Paste</source> + <translation type="unfinished">Pegar</translation> + </message> + <message> + <source>Delete Events</source> + <translation type="unfinished">Borrar Eventos</translation> + </message> + <message> + <source>Select All</source> + <translation type="unfinished">Seleccionar todo</translation> + </message> + <message> + <source>Select None</source> + <translation type="unfinished">Deseleccionar</translation> + </message> + <message> + <source>Invert</source> + <translation type="unfinished">Invertir</translation> + </message> + <message> + <source>Inside Loop</source> + <translation type="unfinished">Bucle interior</translation> + </message> + <message> + <source>Outside Loop</source> + <translation type="unfinished">Bucle exterior</translation> + </message> + <message> + <source>&Select</source> + <translation type="unfinished">&Seleccionar</translation> + </message> + <message> + <source>Step Record</source> + <translation type="unfinished">Parar Grabaci�</translation> + </message> + <message> + <source>Midi Input</source> + <translation type="unfinished">Entrada MIDI</translation> + </message> + <message> + <source>Add Controller View</source> + <translation type="unfinished">A�dir Controlador</translation> + </message> + <message> + <source>M</source> + <translation type="unfinished">M</translation> + </message> + <message> + <source>Sound</source> + <translation type="unfinished">Sonido</translation> + </message> + <message> + <source>QNT</source> + <translation type="unfinished">QNT</translation> + </message> + <message> + <source>E-Note</source> + <translation type="unfinished">Nota-E</translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished">Longitud</translation> + </message> + <message> + <source>A-Note</source> + <translation type="unfinished">Nota-A</translation> + </message> + <message> + <source>Ch</source> + <translation type="unfinished">Ch</translation> + </message> + <message> + <source>Port</source> + <translation type="unfinished">Puerto</translation> + </message> + <message> + <source>LV1</source> + <translation type="unfinished">VL1</translation> + </message> + <message> + <source>LV2</source> + <translation type="unfinished">VL2</translation> + </message> + <message> + <source>LV3</source> + <translation type="unfinished">VL3</translation> + </message> + <message> + <source>LV4</source> + <translation type="unfinished">VL4</translation> + </message> + <message> + <source>&File</source> + <translation type="unfinished">&Fichero</translation> + </message> + <message> + <source>Load Drummap</source> + <translation type="unfinished">Cargar mapa de percusi�</translation> + </message> + <message> + <source>Store Drummap</source> + <translation type="unfinished">Guardar mapa de percusi�</translation> + </message> + <message> + <source>ctrl</source> + <translation type="unfinished">control</translation> + </message> + <message> + <source>drummaps</source> + <translation type="unfinished">mapas de percusi�</translation> + </message> + <message> + <source>Muse: Load Drum Map</source> + <translation type="unfinished">MusE: Cargar mapa de percusi�</translation> + </message> + <message> + <source>MusE: Store Drum Map</source> + <translation type="unfinished">MusE: Guardar mapa de percusi�</translation> + </message> + <message> + <source>Set fixed length</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Functions</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Modify Velocity</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditCAfterDialog</name> + <message> + <source>Time Position</source> + <translation type="unfinished">Posici� de tiempo</translation> + </message> + <message> + <source>Pressure</source> + <translation type="unfinished">Presi�</translation> + </message> + <message> + <source>MusE: Enter Channel Aftertouch</source> + <translation type="unfinished">MusE: Introduce el AfterTouch del canal</translation> + </message> +</context> +<context> + <name>EditCtrl14Dialog</name> + <message> + <source>Time Position</source> + <translation type="obsolete">Posici� de tiempo</translation> + </message> + <message> + <source>Controller-H</source> + <translation type="obsolete">Controlador-H</translation> + </message> + <message> + <source>Controller-L</source> + <translation type="obsolete">Controlador-L</translation> + </message> + <message> + <source>Value</source> + <translation type="obsolete">Valor</translation> + </message> + <message> + <source>MusE: Enter Controller14 Event</source> + <translation type="obsolete">MusE: Introduce el evento del controlador 14</translation> + </message> +</context> +<context> + <name>EditCtrl7Dialog</name> + <message> + <source>Time Position</source> + <translation type="obsolete">Posici� de tiempo</translation> + </message> + <message> + <source>Controller</source> + <translation type="obsolete">Controlador</translation> + </message> + <message> + <source>Value</source> + <translation type="obsolete">Valor</translation> + </message> + <message> + <source>MusE: Enter Controller Event</source> + <translation type="obsolete">MusE: Introduce el evento del controlador</translation> + </message> +</context> +<context> + <name>EditCtrl7DialogBase</name> + <message> + <source>MusE: Enter Controller</source> + <translation type="unfinished">MusE: Introduce controlador</translation> + </message> + <message> + <source>Controller:</source> + <translation type="unfinished">Controlador:</translation> + </message> + <message> + <source>Time Position:</source> + <translation type="unfinished">Posici� de tiempo:</translation> + </message> + <message> + <source>Value:</source> + <translation type="unfinished">Valor:</translation> + </message> + <message> + <source>controller value</source> + <translation type="unfinished">valor del controlador</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> +</context> +<context> + <name>EditCtrlBase</name> + <message> + <source>MusE: Edit Controller Event</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Time Position</source> + <translation type="unfinished">Posici� de tiempo</translation> + </message> + <message> + <source>Available Controller:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Create New Controller</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>textLabel3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Value</source> + <translation type="unfinished">Valor</translation> + </message> + <message> + <source>Controller</source> + <translation type="unfinished">Controlador</translation> + </message> + <message> + <source>H-Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>L-Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Program</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">apagado</translation> + </message> + <message> + <source>pushButton4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Cancelar</translation> + </message> +</context> +<context> + <name>EditEventDialog</name> + <message> + <source>Ok</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> +</context> +<context> + <name>EditInstrumentBase</name> + <message> + <source>MusE: Instrument Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Patches</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Patch Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>High Bank:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Low Bank:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Program:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>d.c.</source> + <comment>dont care</comment> + <translation type="unfinished"></translation> + </message> + <message> + <source>d.c.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Patch/Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Delete</source> + <translation type="unfinished">&Borrar</translation> + </message> + <message> + <source>Alt+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&New Patch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>New Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Drum</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>GM</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>GS</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>XG</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Controller</source> + <translation type="unfinished">Controlador</translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Nombre</translation> + </message> + <message> + <source>Type</source> + <translation type="unfinished">Tipo</translation> + </message> + <message> + <source>Control7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Control14</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tono</translation> + </message> + <message> + <source>Program</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>H-Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>L-Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Range</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Min</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Max</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Default</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Name </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Type </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Min Val</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Max Val</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>list of defined controllers</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>SysEx</source> + <translation type="unfinished">Sistema Exclusivo</translation> + </message> + <message> + <source>Initialization</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Panic</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hex Entry:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&File</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>New</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&New</source> + <translation type="unfinished">&Nuevo</translation> + </message> + <message> + <source>Ctrl+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Open</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Open...</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+O</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Save</source> + <translation type="unfinished">Guardar</translation> + </message> + <message> + <source>&Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Save As</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Save &As...</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Exit</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>E&xit</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditMetaDialog</name> + <message> + <source>Time Position</source> + <translation type="unfinished">Posici� de tiempo</translation> + </message> + <message> + <source>Meta Type</source> + <translation type="unfinished">Tipo de Meta</translation> + </message> + <message> + <source>Enter Hex</source> + <translation type="unfinished">Introduzca en Hexadecimal</translation> + </message> + <message> + <source>MusE: Enter Meta Event</source> + <translation type="unfinished">MusE: Introduzca evento Meta</translation> + </message> +</context> +<context> + <name>EditMetaDialogBase</name> + <message> + <source>MusE: Enter Meta Event</source> + <translation type="unfinished">MusE: Introduzca evento Meta</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> + <message> + <source>TextLabel1</source> + <translation type="unfinished">EtiquetaTexto1</translation> + </message> + <message> + <source>Time Position:</source> + <translation type="unfinished">Posici� de tiempo</translation> + </message> + <message> + <source>Meta Type:</source> + <translation type="unfinished">Tipo de Meta:</translation> + </message> + <message> + <source>Enter Hex</source> + <translation type="unfinished">Escribe Hexadecimal</translation> + </message> +</context> +<context> + <name>EditNoteDialogBase</name> + <message> + <source>MusE: Enter Note</source> + <translation type="unfinished">MusE: Escribe Nota</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> + <message> + <source>Length:</source> + <translation type="unfinished">Longitud:</translation> + </message> + <message> + <source>Time Position:</source> + <translation type="unfinished">Posici� de tiempo</translation> + </message> + <message> + <source>Pitch:</source> + <translation type="unfinished">Tono:</translation> + </message> + <message> + <source>Velocity On:</source> + <translation type="unfinished">Velocidad On:</translation> + </message> + <message> + <source>Velocity Off:</source> + <translation type="unfinished">Velocidad Off:</translation> + </message> +</context> +<context> + <name>EditPAfterDialog</name> + <message> + <source>Time Position</source> + <translation type="unfinished">Posici� de tiempo</translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tono</translation> + </message> + <message> + <source>Pressure</source> + <translation type="unfinished">Presi�</translation> + </message> + <message> + <source>MusE: Enter Poly Aftertouch</source> + <translation type="unfinished">Muse: Escribe el aftertouch polif�ico</translation> + </message> +</context> +<context> + <name>EditPitchDialog</name> + <message> + <source>Time Position</source> + <translation type="obsolete">Posici� de tiempo</translation> + </message> + <message> + <source>Pitch</source> + <translation type="obsolete">Tono</translation> + </message> + <message> + <source>MusE: Enter Pitch Shift</source> + <translation type="obsolete">MusE: Introduce el deplazamiento de tono</translation> + </message> +</context> +<context> + <name>EditSysexDialogBase</name> + <message> + <source>MusE: Enter SysEx</source> + <translation type="unfinished">MusE: Introduce el sistema exclusivo</translation> + </message> + <message> + <source>TimePosition:</source> + <translation type="unfinished">Posici� de tiempo:</translation> + </message> + <message> + <source>Comment:</source> + <translation type="unfinished">Comentario:</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> +</context> +<context> + <name>EditToolBar</name> + <message> + <source>Edit Tools</source> + <translation type="unfinished">Editar herramientas</translation> + </message> +</context> +<context> + <name>EffectRack</name> + <message> + <source>effect rack</source> + <translation type="unfinished">rack de efectos</translation> + </message> + <message> + <source>move up</source> + <translation type="unfinished">subir</translation> + </message> + <message> + <source>move down</source> + <translation type="unfinished">bajar</translation> + </message> + <message> + <source>remove</source> + <translation type="unfinished">quitar</translation> + </message> + <message> + <source>bypass</source> + <translation type="unfinished">saltar</translation> + </message> + <message> + <source>show gui</source> + <translation type="unfinished">mostrar gui</translation> + </message> + <message> + <source>new</source> + <translation type="unfinished">nuevo</translation> + </message> + <message> + <source>change</source> + <translation type="unfinished">cambiar</translation> + </message> +</context> +<context> + <name>FileDialogButtons</name> + <message> + <source>Form1</source> + <translation type="unfinished">Formulario1</translation> + </message> + <message> + <source>Global</source> + <translation type="unfinished">Global</translation> + </message> + <message> + <source>User</source> + <translation type="unfinished">Usuario</translation> + </message> + <message> + <source>Project</source> + <translation type="unfinished">Proyecto</translation> + </message> + <message> + <source>Load:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Songdata + +Cofiguration</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>only +Songdata</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FontSel</name> + <message> + <source>Size:</source> + <translation type="unfinished">Tama�:</translation> + </message> +</context> +<context> + <name>GateTimeBase</name> + <message> + <source>MusE: Modify Gate Time</source> + <translation type="unfinished">MusE: Modifica el timpo de puerta</translation> + </message> + <message> + <source>Range</source> + <translation type="unfinished">Rango</translation> + </message> + <message> + <source>All Events</source> + <translation type="unfinished">Todos los eventos</translation> + </message> + <message> + <source>Selected Events</source> + <translation type="unfinished">Eventos seleccionados</translation> + </message> + <message> + <source>Looped Events</source> + <translation type="unfinished">Eventos en bucle</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation type="unfinished">Seleccionados y en bucle</translation> + </message> + <message> + <source>Values</source> + <translation type="unfinished">Valores</translation> + </message> + <message> + <source>Rate:</source> + <translation type="unfinished">Velocidad:</translation> + </message> + <message> + <source>Offset:</source> + <translation type="unfinished">Desplazamiento:</translation> + </message> + <message> + <source>%</source> + <translation type="unfinished">%</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> +</context> +<context> + <name>GlobalSettingsDialogBase</name> + <message> + <source>MusE: Global Settings</source> + <translation type="unfinished">MusE: Valores globales</translation> + </message> + <message> + <source>Audio</source> + <translation type="unfinished">Audio</translation> + </message> + <message> + <source>Mixer</source> + <translation type="unfinished">Mezclador</translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished">dB</translation> + </message> + <message> + <source>min. Meter Value</source> + <translation type="unfinished">valor m�imo del vumeter</translation> + </message> + <message> + <source>min.Slider Val</source> + <translation type="unfinished">valor m�imo del desplazador</translation> + </message> + <message> + <source>Midi</source> + <translation type="unfinished">MIDI</translation> + </message> + <message> + <source>Ticks</source> + <translation type="unfinished">Ticks</translation> + </message> + <message> + <source>1024</source> + <translation type="unfinished">1024</translation> + </message> + <message> + <source>2048</source> + <translation type="unfinished">2048</translation> + </message> + <message> + <source>4096</source> + <translation type="unfinished">4096</translation> + </message> + <message> + <source>8172</source> + <translation type="unfinished">8172</translation> + </message> + <message> + <source>Displayed Resolution +(Ticks/Quarternote)</source> + <translation type="unfinished">Resoluci� mostrada +(ticks/negra)</translation> + </message> + <message> + <source>48</source> + <translation type="unfinished">48</translation> + </message> + <message> + <source>96</source> + <translation type="unfinished">96</translation> + </message> + <message> + <source>192</source> + <translation type="unfinished">192</translation> + </message> + <message> + <source>384</source> + <translation type="unfinished">384</translation> + </message> + <message> + <source>768</source> + <translation type="unfinished">768</translation> + </message> + <message> + <source>1536</source> + <translation type="unfinished">1536</translation> + </message> + <message> + <source>3072</source> + <translation type="unfinished">3072</translation> + </message> + <message> + <source>6144</source> + <translation type="unfinished">6144</translation> + </message> + <message> + <source>12288</source> + <translation type="unfinished">12288</translation> + </message> + <message> + <source>RTC Resolution +(Ticks/Sec)</source> + <translation type="unfinished">Resoluci� del reloj +(Ticks/segundo)</translation> + </message> + <message> + <source>GUI</source> + <translation type="unfinished">GUI</translation> + </message> + <message> + <source>/sec</source> + <translation type="unfinished">/seg</translation> + </message> + <message> + <source>GUI Refresh Rate</source> + <translation type="unfinished">Velocidad de refresco del GUI</translation> + </message> + <message> + <source>&Apply</source> + <translation type="unfinished">&Aplicar</translation> + </message> + <message> + <source>&Ok</source> + <translation type="unfinished">Ac&eptar</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Cancelar</translation> + </message> + <message> + <source>Help Browser:</source> + <translation type="unfinished">Navegador de ayuda:</translation> + </message> + <message> + <source>Application</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Start Muse</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start with last song</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start with song</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start song:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Views</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>y-pos</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>show</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>x-pos</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>height</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>width</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Big Time</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Arranger</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Transport</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cur</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set current values</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start with template: default.med</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>show splash screen</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IIWUGuiBase</name> + <message> + <source>Form1</source> + <translation type="obsolete">Formulario1</translation> + </message> + <message> + <source>Soundfont</source> + <translation type="obsolete">Fuente de sonido</translation> + </message> + <message> + <source>Load</source> + <translation type="obsolete">Cargar</translation> + </message> +</context> +<context> + <name>IIWUSynthGuiBase</name> + <message> + <source>IIWU Synth</source> + <translation type="obsolete">Sintetizador IIWU</translation> + </message> + <message> + <source>Gain</source> + <translation type="obsolete">Ganancia</translation> + </message> + <message> + <source>Room Size</source> + <translation type="obsolete">Tama� estancia</translation> + </message> + <message> + <source>Damping</source> + <translation type="obsolete">Amortiguamiento</translation> + </message> + <message> + <source>Level</source> + <translation type="obsolete">Nivel</translation> + </message> + <message> + <source>Width</source> + <translation type="obsolete">Anchura</translation> + </message> + <message> + <source>Speed</source> + <translation type="obsolete">Velocidad</translation> + </message> + <message> + <source>Depth</source> + <translation type="obsolete">Profundidad</translation> + </message> + <message> + <source>Number</source> + <translation type="obsolete">Nmero</translation> + </message> + <message> + <source>Type</source> + <translation type="obsolete">Tipo</translation> + </message> + <message> + <source>Sine</source> + <translation type="obsolete">Seno</translation> + </message> + <message> + <source>Triangle</source> + <translation type="obsolete">Tri�gulo</translation> + </message> + <message> + <source>Reverb</source> + <translation type="obsolete">Reverberaci�</translation> + </message> + <message> + <source>Chorus</source> + <translation type="obsolete">Coro ;-)</translation> + </message> + <message> + <source>Pop</source> + <translation type="obsolete">Pop 8-?</translation> + </message> + <message> + <source>Push</source> + <translation type="obsolete">Empuje</translation> + </message> + <message> + <source>...</source> + <translation type="obsolete">...</translation> + </message> + <message> + <source>show iiwusynth controls</source> + <translation type="obsolete">mostrar controles del sintetizador iiwu</translation> + </message> + <message> + <source>Load</source> + <translation type="obsolete">Cargar</translation> + </message> + <message> + <source>Save</source> + <translation type="obsolete">Guardar</translation> + </message> +</context> +<context> + <name>LMaster</name> + <message> + <source>new tempo</source> + <translation type="unfinished">nuevo tempo</translation> + </message> + <message> + <source>new signature</source> + <translation type="unfinished">nuevo comp�</translation> + </message> + <message> + <source>Meter</source> + <translation type="unfinished">Metr�omo</translation> + </message> + <message> + <source>Time</source> + <translation type="unfinished">Tiempo</translation> + </message> + <message> + <source>Type</source> + <translation type="unfinished">Tipo</translation> + </message> + <message> + <source>Value</source> + <translation type="unfinished">Valor</translation> + </message> + <message> + <source>MusE: Mastertrack</source> + <translation type="unfinished">MusE: Pista maestra</translation> + </message> + <message> + <source>Tempo</source> + <translation type="unfinished">Tempo</translation> + </message> + <message> + <source>Timesig</source> + <translation type="unfinished">comp�</translation> + </message> +</context> +<context> + <name>ListEdit</name> + <message> + <source>&Edit</source> + <translation type="unfinished">&Editar</translation> + </message> + <message> + <source>Cut</source> + <translation type="unfinished">Cortar</translation> + </message> + <message> + <source>Copy</source> + <translation type="unfinished">Copiar</translation> + </message> + <message> + <source>Paste</source> + <translation type="unfinished">Pegar</translation> + </message> + <message> + <source>List Tools</source> + <translation type="unfinished">Lista de herramientas</translation> + </message> + <message> + <source>Insert Tools</source> + <translation type="unfinished">Insertar herramientas</translation> + </message> + <message> + <source>Delete Events</source> + <translation type="unfinished">Borrar eventos</translation> + </message> + <message> + <source>Insert Note</source> + <translation type="unfinished">Insertar nota</translation> + </message> + <message> + <source>insert Note</source> + <translation type="unfinished">insertar Nota</translation> + </message> + <message> + <source>Insert SysEx</source> + <translation type="unfinished">Insertar sistema exclusivo</translation> + </message> + <message> + <source>insert SysEx</source> + <translation type="unfinished">insertar sistema exclusivo</translation> + </message> + <message> + <source>Insert Ctrl</source> + <translation type="unfinished">Insertar controlador</translation> + </message> + <message> + <source>insert Ctrl</source> + <translation type="unfinished">insertar controlador</translation> + </message> + <message> + <source>Insert Meta</source> + <translation type="unfinished">Insertar Meta</translation> + </message> + <message> + <source>insert Meta</source> + <translation type="unfinished">insertar Meta</translation> + </message> + <message> + <source>Insert Pitch</source> + <translation type="obsolete">Insertar Tono</translation> + </message> + <message> + <source>insert Pitch</source> + <translation type="obsolete">insertar Tono</translation> + </message> + <message> + <source>Insert Channel Aftertouch</source> + <translation type="unfinished">Insertar AfterTouch de canal</translation> + </message> + <message> + <source>insert Channel Aftertouch</source> + <translation type="unfinished">insertar AfterTouch de canal</translation> + </message> + <message> + <source>Insert Key Aftertouch</source> + <translation type="unfinished">Insertar AfterTouch de tecla</translation> + </message> + <message> + <source>insert Poly Aftertouch</source> + <translation type="unfinished">insertar AfterTouch Polif�ico</translation> + </message> + <message> + <source>Tick</source> + <translation type="unfinished">Tick</translation> + </message> + <message> + <source>Bar</source> + <translation type="unfinished">Comp�</translation> + </message> + <message> + <source>Typ</source> + <translation type="unfinished">Tip</translation> + </message> + <message> + <source>Ch</source> + <translation type="unfinished">Cn</translation> + </message> + <message> + <source>Val A</source> + <translation type="unfinished">Val A</translation> + </message> + <message> + <source>Val B</source> + <translation type="unfinished">Val B</translation> + </message> + <message> + <source>Val C</source> + <translation type="unfinished">Val C</translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished">Lon</translation> + </message> + <message> + <source>Comment</source> + <translation type="unfinished">Comentario</translation> + </message> +</context> +<context> + <name>MITTransposeBase</name> + <message> + <source>MusE: Midi Input Plugin: Transpose</source> + <translation type="unfinished">MusE: Plugin de entrada MIDI : Transposici�</translation> + </message> + <message> + <source>On</source> + <translation type="unfinished">Encendido</translation> + </message> + <message> + <source>TriggerKey</source> + <translation type="unfinished">Tecla de salto</translation> + </message> + <message> + <source>Transpose:</source> + <translation type="unfinished">Trasponer:</translation> + </message> + <message> + <source>+0</source> + <translation type="unfinished">+0</translation> + </message> +</context> +<context> + <name>MPConfig</name> + <message> + <source>none</source> + <translation type="unfinished">ninguno</translation> + </message> + <message> + <source>other raw ...</source> + <translation type="obsolete">otro crudo (raw) ...</translation> + </message> + <message> + <source>MusE: Midi Port Table</source> + <translation type="obsolete">MusE: Tabla de puertos MIDI</translation> + </message> + <message> + <source>Port</source> + <translation type="unfinished">Puerto</translation> + </message> + <message> + <source>GUI</source> + <translation type="unfinished">GUI</translation> + </message> + <message> + <source>Rec</source> + <translation type="obsolete">Grabar</translation> + </message> + <message> + <source>Instrument</source> + <translation type="unfinished">Instrumento</translation> + </message> + <message> + <source>Device Name</source> + <translation type="unfinished">Nombre de dispositivo</translation> + </message> + <message> + <source>State</source> + <translation type="unfinished">Estado</translation> + </message> + <message> + <source>unknown</source> + <translation type="unfinished">desconocido</translation> + </message> + <message> + <source>I</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>O</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MRConfigBase</name> + <message> + <source>MusE: Midi Input Plugin: Remote Control</source> + <translation type="unfinished">MusE: Pluginde entrada MIDI : Control remoto</translation> + </message> + <message> + <source>Activate</source> + <translation type="unfinished">Activar</translation> + </message> + <message> + <source>On</source> + <translation type="unfinished">Encendido</translation> + </message> + <message> + <source>Actions</source> + <translation type="unfinished">Acciones</translation> + </message> + <message> + <source>Stop</source> + <translation type="unfinished">Parar</translation> + </message> + <message> + <source>Record</source> + <translation type="unfinished">Grabar</translation> + </message> + <message> + <source>Goto Left Mark</source> + <translation type="unfinished">Ir ala marca izquierda</translation> + </message> + <message> + <source>Play</source> + <translation type="unfinished">Reproducir</translation> + </message> +</context> +<context> + <name>MTScale</name> + <message> + <source>bar scale</source> + <translation type="unfinished">escala de compases</translation> + </message> +</context> +<context> + <name>MarkerView</name> + <message> + <source>Bar:Beat:Tick</source> + <translation type="unfinished">Barra:Golpe:Tick</translation> + </message> + <message> + <source>Hr:Mn:Sc:Fr:Sf</source> + <translation type="unfinished">Hr:Mn:Sg:Fr:Sf</translation> + </message> + <message> + <source>Lock</source> + <translation type="unfinished">Bloquear</translation> + </message> + <message> + <source>Text</source> + <translation type="unfinished">Texto</translation> + </message> + <message> + <source>Marker Properties</source> + <translation type="unfinished">Propiedades del marcador</translation> + </message> + <message> + <source>MusE: Marker</source> + <translation type="unfinished">MusE: Marcador</translation> + </message> + <message> + <source>add marker</source> + <translation type="unfinished">a�dir marcador</translation> + </message> + <message> + <source>Add Marker</source> + <translation type="unfinished">A�dir marcador</translation> + </message> + <message> + <source>delete marker</source> + <translation type="unfinished">borrar marcador</translation> + </message> + <message> + <source>Delete Marker</source> + <translation type="unfinished">Borrar Marcador</translation> + </message> + <message> + <source>&File</source> + <translation type="unfinished">&Archivo</translation> + </message> + <message> + <source>&Edit</source> + <translation type="unfinished">&Editar</translation> + </message> +</context> +<context> + <name>MasterEdit</name> + <message> + <source>Cursor</source> + <translation type="unfinished">Cursor</translation> + </message> + <message> + <source>Snap</source> + <translation type="unfinished">Snap</translation> + </message> + <message> + <source>time at cursor position</source> + <translation type="unfinished">tiempo en la posici� del cursor</translation> + </message> + <message> + <source>tempo at cursor position</source> + <translation type="unfinished">tempo en la posici� del cursor</translation> + </message> + <message> + <source>CurPos </source> + <translation type="unfinished">Posici� del cursor </translation> + </message> + <message> + <source>tempo at current position</source> + <translation type="unfinished">tempo en la posici� actual</translation> + </message> + <message> + <source>time signature at current position</source> + <translation type="unfinished">comp� en la posici� actual</translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Maestro</translation> + </message> + <message> + <source>MusE: Mastertrack</source> + <translation type="unfinished">Muse: Pista Maestra</translation> + </message> + <message> + <source>edit tools</source> + <translation type="unfinished">editar herramientas</translation> + </message> + <message> + <source>EnableMaster</source> + <translation type="unfinished">Habilitar maestro</translation> + </message> + <message> + <source>use master track</source> + <translation type="obsolete">usar pista maestra</translation> + </message> + <message> + <source>Info</source> + <translation type="unfinished">Info</translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished">Apagado</translation> + </message> + <message> + <source>Enable</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Enable usage of master track</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MetronomeConfigBase</name> + <message> + <source>MusE: Metronome Config</source> + <translation type="unfinished">MusE: Configuraci� del metr�omo</translation> + </message> + <message> + <source>Metronome</source> + <translation type="unfinished">Metr�omo</translation> + </message> + <message> + <source>Audio Beep</source> + <translation type="unfinished">Bip de audio</translation> + </message> + <message> + <source>MIDI Click</source> + <translation type="unfinished">Click MIDI</translation> + </message> + <message> + <source>Midi Channel</source> + <translation type="unfinished">Canal MIDI</translation> + </message> + <message> + <source>Measure Note</source> + <translation type="unfinished">Nota de comp�</translation> + </message> + <message> + <source>Measure Velocity</source> + <translation type="unfinished">Velocidad de comp�</translation> + </message> + <message> + <source>Beat Velocity</source> + <translation type="unfinished">Velocidad de barra</translation> + </message> + <message> + <source>Beat Note</source> + <translation type="unfinished">Nota de barra</translation> + </message> + <message> + <source>Midi Port</source> + <translation type="unfinished">Puerto MIDI</translation> + </message> + <message> + <source>Precount</source> + <translation type="unfinished">Cuenta atr�</translation> + </message> + <message> + <source>enable</source> + <translation type="unfinished">habilitada</translation> + </message> + <message> + <source>Bars</source> + <translation type="unfinished">Compases</translation> + </message> + <message> + <source>From Mastertrack</source> + <translation type="unfinished">desde la pista Mestra</translation> + </message> + <message> + <source>/</source> + <translation type="unfinished">/</translation> + </message> + <message> + <source>Signature</source> + <translation type="unfinished">comp�</translation> + </message> + <message> + <source>Prerecord</source> + <translation type="unfinished">pre-grabaci�</translation> + </message> + <message> + <source>Preroll</source> + <translation type="unfinished">pre-escucha</translation> + </message> + <message> + <source>&Apply</source> + <translation type="unfinished">&Aplicar</translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished">Ac&eptar</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Cancelar</translation> + </message> +</context> +<context> + <name>MidiController</name> + <message> + <source>Velocity</source> + <translation type="unfinished">Velocidad</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialog</name> + <message> + <source>MusE: save midi controller list</source> + <translation type="obsolete">MusE: guardar lista de controladores MIDI</translation> + </message> + <message> + <source>MusE: load midi controller list</source> + <translation type="obsolete">MusE: Cargar lista de controladores MIDI</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialogBase</name> + <message> + <source>MusE: Define Midi Controller</source> + <translation type="unfinished">MusE: Define controlador MIDI</translation> + </message> + <message> + <source>replace controller set</source> + <translation type="obsolete">reemplazar conjunto de controladores</translation> + </message> + <message> + <source>merge controller set</source> + <translation type="obsolete">unir conjunto de controladores</translation> + </message> + <message> + <source>save controller set as</source> + <translation type="obsolete">guardar conjunto de controladores como</translation> + </message> + <message> + <source>Name </source> + <translation type="unfinished">Nombre </translation> + </message> + <message> + <source>Type </source> + <translation type="unfinished">Tipo </translation> + </message> + <message> + <source>H-Ctrl</source> + <translation type="unfinished">Control-H</translation> + </message> + <message> + <source>L-Ctrl</source> + <translation type="unfinished">Control-L</translation> + </message> + <message> + <source>Min Val</source> + <translation type="unfinished">Valor m�imo</translation> + </message> + <message> + <source>Max Val</source> + <translation type="unfinished">Valor m�imo</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation type="unfinished">lista de controladores definidos</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation type="unfinished">Esta es la lista de controladores definidos por MusE.</translation> + </message> + <message> + <source>Properties</source> + <translation type="unfinished">Propiedades</translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Nombre</translation> + </message> + <message> + <source>Max Value</source> + <translation type="unfinished">Valor m�imo</translation> + </message> + <message> + <source>Min Value</source> + <translation type="unfinished">Valor m�imo</translation> + </message> + <message> + <source>Control7</source> + <translation type="unfinished">Control7 :-?</translation> + </message> + <message> + <source>Control14</source> + <translation type="unfinished">Control14</translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished">RPN</translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished">NRPN</translation> + </message> + <message> + <source>XG-SysEx</source> + <translation type="obsolete">Sys-Ex-XG</translation> + </message> + <message> + <source>SysEx</source> + <translation type="obsolete">Sistema Exclusivo</translation> + </message> + <message> + <source>Type</source> + <translation type="unfinished">Tipo</translation> + </message> + <message> + <source>&New</source> + <translation type="obsolete">&Nuevo</translation> + </message> + <message> + <source>create new entry</source> + <translation type="unfinished">crear entrada nueva</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation type="unfinished">pulsando el bot� se crear�una nueva +clase de controladores en la lista de MusE.</translation> + </message> + <message> + <source>&Delete</source> + <translation type="unfinished">&Borrar</translation> + </message> + <message> + <source>delete selected entry</source> + <translation type="unfinished">borra la clase seleccionada</translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished">&Aceptar</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Cancelar</translation> + </message> + <message> + <source>&Add</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+A</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Managed Controller for Port</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Channel</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tono</translation> + </message> + <message> + <source>Program</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Range</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MidiFileConfig</name> + <message> + <source>Enable extended smf format</source> + <translation type="obsolete">Habilita el formato extendido de smf</translation> + </message> + <message> + <source>Division</source> + <translation type="obsolete">Divisi�</translation> + </message> + <message> + <source>Copyright</source> + <translation type="obsolete">Copyright</translation> + </message> + <message> + <source>Config exported Midi Files</source> + <translation type="obsolete">Configurar archivos MIDI exportados</translation> + </message> + <message> + <source>MusE: Config exported Midi Files</source> + <translation type="obsolete">MusE: configurar archivos MIDi exportados</translation> + </message> +</context> +<context> + <name>MidiFilterConfigBase</name> + <message> + <source>MusE: Midi Input Filter</source> + <translation type="unfinished">MusE: Filtro de entrada MIDI</translation> + </message> + <message> + <source>Record Filter</source> + <translation type="unfinished">Filtro de grabaci�</translation> + </message> + <message> + <source>Note On</source> + <translation type="unfinished">Nota on</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation type="unfinished">Presi� polif�ica</translation> + </message> + <message> + <source>Controller</source> + <translation type="unfinished">Caontrolador</translation> + </message> + <message> + <source>Program Change</source> + <translation type="unfinished">Cambio de programa</translation> + </message> + <message> + <source>After Touch</source> + <translation type="unfinished">After Touch</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation type="unfinished">Rueda de bend</translation> + </message> + <message> + <source>Sysex</source> + <translation type="unfinished">Sistema exclusivo</translation> + </message> + <message> + <source>Thru Filter</source> + <translation type="unfinished">Filtro Thru</translation> + </message> + <message> + <source>Controller Filter</source> + <translation type="unfinished">Filtrar controlador</translation> + </message> + <message> + <source>Channel Filter</source> + <translation type="unfinished">Filtro de canal</translation> + </message> + <message> + <source>14</source> + <translation type="unfinished">14</translation> + </message> + <message> + <source>10</source> + <translation type="unfinished">10</translation> + </message> + <message> + <source>6</source> + <translation type="unfinished">6</translation> + </message> + <message> + <source>12</source> + <translation type="unfinished">12</translation> + </message> + <message> + <source>4</source> + <translation type="unfinished">4</translation> + </message> + <message> + <source>2</source> + <translation type="unfinished">2</translation> + </message> + <message> + <source>9</source> + <translation type="unfinished">9</translation> + </message> + <message> + <source>8</source> + <translation type="unfinished">8</translation> + </message> + <message> + <source>3</source> + <translation type="unfinished">3</translation> + </message> + <message> + <source>13</source> + <translation type="unfinished">13</translation> + </message> + <message> + <source>15</source> + <translation type="unfinished">15</translation> + </message> + <message> + <source>16</source> + <translation type="unfinished">16</translation> + </message> + <message> + <source>7</source> + <translation type="unfinished">7</translation> + </message> + <message> + <source>11</source> + <translation type="unfinished">11</translation> + </message> + <message> + <source>5</source> + <translation type="unfinished">5</translation> + </message> + <message> + <source>1</source> + <translation type="unfinished">1</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialog</name> + <message> + <source>New</source> + <translation type="unfinished">Nueva</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialogBase</name> + <message> + <source>MusE: Midi Input Transformator</source> + <translation type="unfinished">MusE: Transformador de entrada MIDI</translation> + </message> + <message> + <source>Filter</source> + <translation type="unfinished">Filtrar</translation> + </message> + <message> + <source>All</source> + <translation type="unfinished">Todo</translation> + </message> + <message> + <source>Equal</source> + <translation type="unfinished">Igual</translation> + </message> + <message> + <source>Unequal</source> + <translation type="unfinished">Diferente</translation> + </message> + <message> + <source>Note</source> + <translation type="unfinished">Nota</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation type="unfinished">Presi� poif�ica</translation> + </message> + <message> + <source>Control Change</source> + <translation type="unfinished">Cambio de control</translation> + </message> + <message> + <source>Aftertouch</source> + <translation type="unfinished">AfterTouch</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation type="unfinished">Rueda de modulaci�</translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished">NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished">RPN</translation> + </message> + <message> + <source>Value 2</source> + <translation type="unfinished">Valor 2</translation> + </message> + <message> + <source>Value 1</source> + <translation type="unfinished">Valor 1</translation> + </message> + <message> + <source>Event Type</source> + <translation type="unfinished">Tipo de Evento</translation> + </message> + <message> + <source>Ignore</source> + <translation type="unfinished">Ignorar</translation> + </message> + <message> + <source>Higher</source> + <translation type="unfinished">Mayor</translation> + </message> + <message> + <source>Lower</source> + <translation type="unfinished">Menor</translation> + </message> + <message> + <source>Inside</source> + <translation type="unfinished">Entre</translation> + </message> + <message> + <source>Outside</source> + <translation type="unfinished">Fuera</translation> + </message> + <message> + <source>Channel</source> + <translation type="unfinished">Canal</translation> + </message> + <message> + <source>Port</source> + <translation type="unfinished">Puerto</translation> + </message> + <message> + <source>Processing</source> + <translation type="unfinished">Procesando</translation> + </message> + <message> + <source>Keep</source> + <translation type="unfinished">Mantener</translation> + </message> + <message> + <source>Fix</source> + <translation type="unfinished">Arreglar</translation> + </message> + <message> + <source>Plus</source> + <translation type="unfinished">M�</translation> + </message> + <message> + <source>Minus</source> + <translation type="unfinished">Menos</translation> + </message> + <message> + <source>Multiply</source> + <translation type="unfinished">Multiplicar</translation> + </message> + <message> + <source>Divide</source> + <translation type="unfinished">Dividir</translation> + </message> + <message> + <source>Invert</source> + <translation type="unfinished">Invertir</translation> + </message> + <message> + <source>ScaleMap</source> + <translation type="unfinished">Mapa de escalado</translation> + </message> + <message> + <source>Flip</source> + <translation type="unfinished">cambiar</translation> + </message> + <message> + <source>Dyn</source> + <translation type="unfinished">Din�ico</translation> + </message> + <message> + <source>Random</source> + <translation type="unfinished">Aleatorio</translation> + </message> + <message> + <source>Modules</source> + <translation type="unfinished">M�ulos</translation> + </message> + <message> + <source>1</source> + <translation type="unfinished">1</translation> + </message> + <message> + <source>2</source> + <translation type="unfinished">2</translation> + </message> + <message> + <source>3</source> + <translation type="unfinished">3</translation> + </message> + <message> + <source>4</source> + <translation type="unfinished">4</translation> + </message> + <message> + <source>enable modul 1</source> + <translation type="unfinished">habilitar m�ulo 1</translation> + </message> + <message> + <source>enable modul 2</source> + <translation type="unfinished">habilitar m�ulo 2</translation> + </message> + <message> + <source>enable modul 3</source> + <translation type="unfinished">habilitar m�ulo 3</translation> + </message> + <message> + <source>enable modul 4</source> + <translation type="unfinished">habilitar m�ulo 4</translation> + </message> + <message> + <source>Preset</source> + <translation type="unfinished">Preselecci�</translation> + </message> + <message> + <source>Name:</source> + <translation type="unfinished">Nombre:</translation> + </message> + <message> + <source>Comment:</source> + <translation type="unfinished">Comentario:</translation> + </message> + <message> + <source>Function</source> + <translation type="unfinished">Funci�</translation> + </message> + <message> + <source>&New</source> + <translation type="unfinished">&Nueva</translation> + </message> + <message> + <source>create new preset</source> + <translation type="unfinished">crea nueva preselecci�</translation> + </message> + <message> + <source>&Delete</source> + <translation type="unfinished">&Borrar</translation> + </message> + <message> + <source>delete preset</source> + <translation type="unfinished">borra la preselecci�</translation> + </message> + <message> + <source>&Dismiss</source> + <translation type="unfinished">&Ocultar</translation> + </message> + <message> + <source>PresetList</source> + <translation type="unfinished">Lista de Preselecciones</translation> + </message> +</context> +<context> + <name>MidiPortRouteBase</name> + <message> + <source>MusE: Midi Port Routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Port 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Output</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Input</source> + <translation type="unfinished">Entrada</translation> + </message> +</context> +<context> + <name>MidiRawDeviceDialogBase</name> + <message> + <source>MusE: raw midi device configuration</source> + <translation type="obsolete">NusE: Condifuraci� de dispositivo MIDI directo</translation> + </message> + <message> + <source>Name</source> + <translation type="obsolete">Nombre</translation> + </message> + <message> + <source>Device</source> + <translation type="obsolete">Dispositivo</translation> + </message> + <message> + <source>Type</source> + <translation type="obsolete">Tipo</translation> + </message> + <message> + <source>Virt. Ports</source> + <translation type="obsolete">Puertos virtuales</translation> + </message> + <message> + <source>Speed</source> + <translation type="obsolete">Velocidad</translation> + </message> + <message> + <source>Handshaking</source> + <translation type="obsolete">Control de flujo</translation> + </message> + <message> + <source>Device Properties</source> + <translation type="obsolete">Propiedades del dispositivo</translation> + </message> + <message> + <source>Virt.Ports</source> + <translation type="obsolete">Ports Virtuales</translation> + </message> + <message> + <source>Raw Device</source> + <translation type="obsolete">Dispositivo directo</translation> + </message> + <message> + <source>Serial Port</source> + <translation type="obsolete">Puerto s�ie</translation> + </message> + <message> + <source>Pipe</source> + <translation type="obsolete">Tuberia</translation> + </message> + <message> + <source>Device Path</source> + <translation type="obsolete">Direcci� del dispositivo</translation> + </message> + <message> + <source>9600</source> + <translation type="obsolete">9600</translation> + </message> + <message> + <source>19200</source> + <translation type="obsolete">19200</translation> + </message> + <message> + <source>38400</source> + <translation type="obsolete">38400</translation> + </message> + <message> + <source>None</source> + <translation type="obsolete">Ninguno</translation> + </message> + <message> + <source>RTS/CTS</source> + <translation type="obsolete">RTS/CTS</translation> + </message> + <message> + <source>Xon/Xoff</source> + <translation type="obsolete">Xon/Xoff</translation> + </message> + <message> + <source>&New</source> + <translation type="obsolete">&Nuevo</translation> + </message> + <message> + <source>&Delete</source> + <translation type="obsolete">&Borrar</translation> + </message> + <message> + <source>&OK</source> + <translation type="obsolete">&Aceptar</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="obsolete">&Cancelar</translation> + </message> +</context> +<context> + <name>MidiStrip</name> + <message> + <source>VariationSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Var</source> + <translation type="unfinished">Var</translation> + </message> + <message> + <source>ReverbSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Rev</source> + <translation type="unfinished">Rev</translation> + </message> + <message> + <source>ChorusSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cho</source> + <translation type="unfinished">Cho</translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">apagado</translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished">dB</translation> + </message> + <message> + <source>Pan/Balance</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pan</source> + <translation type="unfinished">Bal</translation> + </message> + <message> + <source>record</source> + <translation type="unfinished">grabar</translation> + </message> + <message> + <source>mute</source> + <translation type="unfinished">silencio</translation> + </message> + <message> + <source>pre fader listening</source> + <translation type="unfinished">monitorizar pre fader</translation> + </message> + <message> + <source>Route</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Read</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Touch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Write</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>automation type</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MidiSyncConfigBase</name> + <message> + <source>MusE: Midi Sync</source> + <translation type="unfinished">MusE: Sincronizaci� MIDI</translation> + </message> + <message> + <source>Apply</source> + <translation type="unfinished">Aplicar</translation> + </message> + <message> + <source>Ok</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> + <message> + <source>hour</source> + <translation type="unfinished">hora</translation> + </message> + <message> + <source>h</source> + <translation type="unfinished">h</translation> + </message> + <message> + <source>minute</source> + <translation type="unfinished">minuto</translation> + </message> + <message> + <source>m</source> + <translation type="unfinished">m</translation> + </message> + <message> + <source>second</source> + <translation type="unfinished">segundo</translation> + </message> + <message> + <source>s</source> + <translation type="unfinished">s</translation> + </message> + <message> + <source>frame</source> + <translation type="unfinished">frame</translation> + </message> + <message> + <source>f</source> + <translation type="unfinished">f</translation> + </message> + <message> + <source>subframe</source> + <translation type="unfinished">sub-frame</translation> + </message> + <message> + <source>24</source> + <translation type="unfinished">24</translation> + </message> + <message> + <source>25</source> + <translation type="unfinished">25</translation> + </message> + <message> + <source>30D</source> + <translation type="unfinished">30D</translation> + </message> + <message> + <source>30N</source> + <translation type="unfinished">30N</translation> + </message> + <message> + <source>Id:</source> + <translation type="unfinished">Id:</translation> + </message> + <message> + <source>device id</source> + <translation type="unfinished">id de dispositivo</translation> + </message> + <message> + <source>Port:</source> + <translation type="unfinished">Puerto:</translation> + </message> + <message> + <source>midi port</source> + <translation type="unfinished">puerto MIDI</translation> + </message> + <message> + <source>Sync Source</source> + <translation type="unfinished">Fuente de Sincronizaci�</translation> + </message> + <message> + <source>accept MTC</source> + <translation type="unfinished">aceptar MTC</translation> + </message> + <message> + <source>accept Midi Clock</source> + <translation type="unfinished">aceptar MIDI clock</translation> + </message> + <message> + <source>accept MMC</source> + <translation type="unfinished">aceptar MMC</translation> + </message> + <message> + <source>Sync Gen</source> + <translation type="unfinished">Generar Sync</translation> + </message> + <message> + <source>Midi Time Code (MTC)</source> + <translation type="unfinished">C�igo de Tiempo Midi (MTC)</translation> + </message> + <message> + <source>Midi Clock</source> + <translation type="unfinished">Reloj Midi</translation> + </message> + <message> + <source>Midi Machine Control (MMC)</source> + <translation type="unfinished">Control de m�uina MIDI (MMC)</translation> + </message> + <message> + <source>Sync Mode</source> + <translation type="unfinished">Modo de sincronizaci�</translation> + </message> + <message> + <source>Master</source> + <translation type="unfinished">Maestro</translation> + </message> + <message> + <source>Slave</source> + <translation type="unfinished">Esclavo</translation> + </message> + <message> + <source>all</source> + <translation type="unfinished">todo</translation> + </message> + <message> + <source>MTC</source> + <translation type="unfinished">MTC</translation> + </message> + <message> + <source>Type:</source> + <translation type="unfinished">Tipo:</translation> + </message> + <message> + <source>Offset:</source> + <translation type="unfinished">Desplazamiento:</translation> + </message> +</context> +<context> + <name>MidiTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation type="unfinished">MusE: Informaci� de pista</translation> + </message> + <message> + <source>output channel</source> + <translation type="unfinished">canal de salida</translation> + </message> + <message> + <source>all midi events are send to this output channel</source> + <translation type="unfinished">todos los eventos MIDI se envian a �te canal de salida</translation> + </message> + <message> + <source>Track Info</source> + <translation type="unfinished">Informaci� de Pista</translation> + </message> + <message> + <source>%</source> + <translation type="unfinished">%</translation> + </message> + <message> + <source>Track Name</source> + <translation type="unfinished">Nombre de Pista</translation> + </message> + <message> + <source>output port</source> + <translation type="unfinished">puerto de salida</translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">apagado</translation> + </message> + <message> + <source>change stereo position</source> + <translation type="unfinished">cambiar posici� estereof�ica</translation> + </message> + <message> + <source>OCh.</source> + <translation type="unfinished">OCh.</translation> + </message> + <message> + <source>MidiThru</source> + <translation type="obsolete">Midi Thru</translation> + </message> + <message> + <source>???</source> + <translation type="unfinished">???</translation> + </message> + <message> + <source>select instrument patch</source> + <translation type="unfinished">selecciona el grupo de instrumento</translation> + </message> + <message> + <source>Transp.</source> + <translation type="unfinished">Transposici�</translation> + </message> + <message> + <source>Volume</source> + <translation type="unfinished">Volumen</translation> + </message> + <message> + <source>Channel Info</source> + <translation type="unfinished">Informaci� de Canal</translation> + </message> + <message> + <source>Pan</source> + <translation type="unfinished">Balance</translation> + </message> + <message> + <source>Delay</source> + <translation type="unfinished">Delay</translation> + </message> + <message> + <source>H-Bank</source> + <translation type="unfinished">Banco-H</translation> + </message> + <message> + <source>Compr.</source> + <translation type="unfinished">Compr.</translation> + </message> + <message> + <source>L-Bank</source> + <translation type="unfinished">Banco-L</translation> + </message> + <message> + <source>Progr.</source> + <translation type="unfinished">Progr.</translation> + </message> + <message> + <source>Velocity</source> + <translation type="unfinished">Velocidad</translation> + </message> + <message> + <source>Length</source> + <translation type="unfinished">Longitud</translation> + </message> + <message> + <source>input ports</source> + <translation type="unfinished">puertos de entrada</translation> + </message> + <message> + <source>IChan.</source> + <translation type="unfinished">Canal de entrada</translation> + </message> + <message> + <source>input channels</source> + <translation type="unfinished">Canales de entrada</translation> + </message> + <message> + <source>Events from all configured channels are +recorded to this track. +You can specify more than one channel for +recording: + 1 2 3 record from channel 1 2 and 3 + 1-3 same + 1-3 5<byte value="x9"/> record from channel 1 2 3 and 5</source> + <translation type="unfinished">Los eventos de todos los canales configurados +se graban en esta pista. +Puedes especificar m� de un canal para grabar: + 1 2 3<byte value="x9"/>Graba desde los canales 1, 2 y 3 + 1-3<byte value="x9"/><byte value="x9"/>Lo mismo + 1-3 5<byte value="x9"/>Graba desde los canales 1, 2, 3 y 5</translation> + </message> + <message> + <source>record:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Rec</source> + <translation type="unfinished">Grabar</translation> + </message> + <message> + <source>add settings to song</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bank Select LSB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bank Select MSB</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MidiTransformDialogBase</name> + <message> + <source>MusE: Midi Transformator</source> + <translation type="unfinished">MusE: Transformador MIDI</translation> + </message> + <message> + <source>&New</source> + <translation type="unfinished">&Nueva</translation> + </message> + <message> + <source>&Delete</source> + <translation type="unfinished">&Borrar</translation> + </message> + <message> + <source>&Apply</source> + <translation type="unfinished">&Aplicar</translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished">Ac&eptar</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Cancelar</translation> + </message> + <message> + <source>PresetList</source> + <translation type="unfinished">Lista de preselecciones</translation> + </message> + <message> + <source>Processing</source> + <translation type="unfinished">Procesando</translation> + </message> + <message> + <source>Event Type</source> + <translation type="unfinished">Tipo de evento</translation> + </message> + <message> + <source>Keep</source> + <translation type="unfinished">Mantener</translation> + </message> + <message> + <source>Fix</source> + <translation type="unfinished">Arreglar</translation> + </message> + <message> + <source>Note</source> + <translation type="unfinished">Nota</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation type="unfinished">Presi� polif�ica</translation> + </message> + <message> + <source>Control Change</source> + <translation type="unfinished">Cambio de control</translation> + </message> + <message> + <source>Aftertouch</source> + <translation type="unfinished">AfterTouch</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation type="unfinished">Rueda de modulaci�</translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished">NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished">RPN</translation> + </message> + <message> + <source>Plus</source> + <translation type="unfinished">M�</translation> + </message> + <message> + <source>Minus</source> + <translation type="unfinished">Menos</translation> + </message> + <message> + <source>Multiply</source> + <translation type="unfinished">Multiplicar</translation> + </message> + <message> + <source>Divide</source> + <translation type="unfinished">Dividir</translation> + </message> + <message> + <source>Value 2</source> + <translation type="unfinished">Valor 2</translation> + </message> + <message> + <source>Invert</source> + <translation type="unfinished">Invertir</translation> + </message> + <message> + <source>ScaleMap</source> + <translation type="unfinished">Escalado de mapa</translation> + </message> + <message> + <source>Flip</source> + <translation type="unfinished">Cambiar</translation> + </message> + <message> + <source>Dyn</source> + <translation type="unfinished">Dyn</translation> + </message> + <message> + <source>Random</source> + <translation type="unfinished">Aleatorio</translation> + </message> + <message> + <source>Value 1</source> + <translation type="unfinished">Valor 1</translation> + </message> + <message> + <source>Length</source> + <translation type="unfinished">Longitud</translation> + </message> + <message> + <source>Position</source> + <translation type="unfinished">Posici�</translation> + </message> + <message> + <source>Filter</source> + <translation type="unfinished">Filtro</translation> + </message> + <message> + <source>All</source> + <translation type="unfinished">Todo</translation> + </message> + <message> + <source>Equal</source> + <translation type="unfinished">Igual</translation> + </message> + <message> + <source>Unequal</source> + <translation type="unfinished">Diferente</translation> + </message> + <message> + <source>Ignore</source> + <translation type="unfinished">Ignora</translation> + </message> + <message> + <source>Higher</source> + <translation type="unfinished">Mayor</translation> + </message> + <message> + <source>Lower</source> + <translation type="unfinished">Menor</translation> + </message> + <message> + <source>Inside</source> + <translation type="unfinished">Entre</translation> + </message> + <message> + <source>Outside</source> + <translation type="unfinished">Fuera</translation> + </message> + <message> + <source>Bar Range</source> + <translation type="unfinished">Rango de compases</translation> + </message> + <message> + <source>Preset</source> + <translation type="unfinished">Preselecci�</translation> + </message> + <message> + <source>Name:</source> + <translation type="unfinished">Nombre:</translation> + </message> + <message> + <source>Comment:</source> + <translation type="unfinished">Comentario:</translation> + </message> + <message> + <source>Range</source> + <translation type="unfinished">Rango</translation> + </message> + <message> + <source>process all events</source> + <translation type="unfinished">procesar todos los eventos</translation> + </message> + <message> + <source>selected tracks</source> + <translation type="unfinished">seleccionar pistas</translation> + </message> + <message> + <source>inside loop</source> + <translation type="unfinished">dentro de bucle</translation> + </message> + <message> + <source>Function</source> + <translation type="unfinished">Funci�</translation> + </message> + <message> + <source>Select</source> + <translation type="unfinished">Seleccionar</translation> + </message> + <message> + <source>Quantize</source> + <translation type="unfinished">Cuantizar</translation> + </message> + <message> + <source>Delete</source> + <translation type="unfinished">Borrar</translation> + </message> + <message> + <source>Transform</source> + <translation type="unfinished">Transformar</translation> + </message> + <message> + <source>Insert</source> + <translation type="unfinished">Insertar</translation> + </message> + <message> + <source>Copy</source> + <translation type="unfinished">Copiar</translation> + </message> + <message> + <source>Extract</source> + <translation type="unfinished">Extraer</translation> + </message> + <message> + <source>Quantize Value</source> + <translation type="unfinished">Cuantizar valor</translation> + </message> +</context> +<context> + <name>MidiTransformerDialog</name> + <message> + <source>New</source> + <translation type="unfinished">Nueva</translation> + </message> +</context> +<context> + <name>MixdownFileDialog</name> + <message> + <source>Wave Files (*.wav);;All Files (*)</source> + <translation type="unfinished">Archivos de onda (*.wav);;Todos los archivos(*)</translation> + </message> +</context> +<context> + <name>MixdownFileDialogBase</name> + <message> + <source>MusE: Set Mixdown Wavefile</source> + <translation type="unfinished">MusE: Selecciona el archivo de Masterizaci�</translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished">&Aceptar</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Cancelar</translation> + </message> + <message> + <source>File Path</source> + <translation type="unfinished">Directorio del archivo</translation> + </message> + <message> + <source>Channel</source> + <translation type="unfinished">Canal</translation> + </message> + <message> + <source>Stereo</source> + <translation type="unfinished">Est�eo</translation> + </message> + <message> + <source>Mono</source> + <translation type="unfinished">Mono</translation> + </message> + <message> + <source>5.1</source> + <translation type="unfinished">5.1</translation> + </message> + <message> + <source>wav,16 Bit</source> + <translation type="unfinished">wav, 16 bits</translation> + </message> + <message> + <source>wav, 24 Bit</source> + <translation type="unfinished">wav, 24 bits</translation> + </message> + <message> + <source>wav, 32 Bit (float)</source> + <translation type="unfinished">wav, 32 bits</translation> + </message> + <message> + <source>Format</source> + <translation type="unfinished">Formato</translation> + </message> +</context> +<context> + <name>Mixer</name> + <message> + <source>Mute</source> + <translation type="obsolete">Silencio</translation> + </message> + <message> + <source>MusE: Midi Mixer</source> + <translation type="obsolete">MusE: MExclador MIDI</translation> + </message> + <message> + <source>Rev</source> + <translation type="obsolete">Rev</translation> + </message> + <message> + <source>Cho</source> + <translation type="obsolete">Cho</translation> + </message> + <message> + <source>Var</source> + <translation type="obsolete">Var</translation> + </message> + <message> + <source>Pan</source> + <translation type="obsolete">Bal</translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Maestro</translation> + </message> + <message> + <source>Port</source> + <translation type="obsolete">Puerto</translation> + </message> +</context> +<context> + <name>MusE</name> + <message> + <source>&File</source> + <translation type="unfinished">&Archivo</translation> + </message> + <message> + <source>Open &Recent</source> + <translation type="unfinished">Abrir &Recientes</translation> + </message> + <message> + <source>Save &As</source> + <translation type="unfinished">Guardar c&omo</translation> + </message> + <message> + <source>Config &Printer</source> + <translation type="obsolete">Configurar &Impresi�</translation> + </message> + <message> + <source>Import Midifile</source> + <translation type="unfinished">Importar archivo MIDI</translation> + </message> + <message> + <source>Export Midifile</source> + <translation type="unfinished">Exportar archivo MIDI</translation> + </message> + <message> + <source>Import Wave File</source> + <translation type="unfinished">Importar archivo de audio</translation> + </message> + <message> + <source>&Quit</source> + <translation type="unfinished">&Salir</translation> + </message> + <message> + <source>&Edit</source> + <translation type="unfinished">&Editar</translation> + </message> + <message> + <source>C&ut</source> + <translation type="unfinished">C&ortar</translation> + </message> + <message> + <source>&Copy</source> + <translation type="unfinished">&Copiar</translation> + </message> + <message> + <source>&Paste</source> + <translation type="unfinished">&Pegar</translation> + </message> + <message> + <source>Delete Track</source> + <translation type="obsolete">Borrar pista</translation> + </message> + <message> + <source>Add Track</source> + <translation type="unfinished">A�dir Pista</translation> + </message> + <message> + <source>Select &All</source> + <translation type="unfinished">Seleccion&ar Todo</translation> + </message> + <message> + <source>&Deselect All</source> + <translation type="unfinished">&Deseleccionar Todo</translation> + </message> + <message> + <source>Invert &Selection</source> + <translation type="unfinished">Invertir &Selecci�</translation> + </message> + <message> + <source>&Inside Loop</source> + <translation type="unfinished">&Interior de bucle</translation> + </message> + <message> + <source>&Outside Loop</source> + <translation type="unfinished">&Exterior de Bucle</translation> + </message> + <message> + <source>All &Parts on Track</source> + <translation type="unfinished">Todas las &Partes de la pista</translation> + </message> + <message> + <source>Select</source> + <translation type="unfinished">Seleccionar</translation> + </message> + <message> + <source>Drums</source> + <translation type="unfinished">Percusi�</translation> + </message> + <message> + <source>List</source> + <translation type="unfinished">Lista</translation> + </message> + <message> + <source>Graphic</source> + <translation type="unfinished">Gr�ico</translation> + </message> + <message> + <source>Mastertrack</source> + <translation type="unfinished">Pista Maestra</translation> + </message> + <message> + <source>Midi &Transform</source> + <translation type="unfinished">&Transformaci� MIDI</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation type="unfinished">Modificar el tiempo de puerta</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation type="unfinished">Modificar Velocidad</translation> + </message> + <message> + <source>Crescendo</source> + <translation type="unfinished">Crescendo</translation> + </message> + <message> + <source>Transpose</source> + <translation type="unfinished">Transponer</translation> + </message> + <message> + <source>Thin Out</source> + <translation type="unfinished">Adelgazar? (Thin Out)</translation> + </message> + <message> + <source>Erase Event</source> + <translation type="unfinished">Borrar Evento</translation> + </message> + <message> + <source>Note Shift</source> + <translation type="unfinished">Desplazamiento de nota</translation> + </message> + <message> + <source>Move Clock</source> + <translation type="unfinished">Mover reloj</translation> + </message> + <message> + <source>Copy Measure</source> + <translation type="unfinished">Copiar comp�</translation> + </message> + <message> + <source>Erase Measure</source> + <translation type="unfinished">Vaciar comp�</translation> + </message> + <message> + <source>Delete Measure</source> + <translation type="unfinished">Borrar comp�</translation> + </message> + <message> + <source>Create Measure</source> + <translation type="unfinished">Crear comp�</translation> + </message> + <message> + <source>Mix Track</source> + <translation type="unfinished">Mezclar pista</translation> + </message> + <message> + <source>Midi</source> + <translation type="unfinished">MIDI</translation> + </message> + <message> + <source>&Structure</source> + <translation type="unfinished">E&structura</translation> + </message> + <message> + <source>Global Cut</source> + <translation type="unfinished">Corte global</translation> + </message> + <message> + <source>Global Insert</source> + <translation type="unfinished">Inserci� Global</translation> + </message> + <message> + <source>Global Split</source> + <translation type="unfinished">Partici� Global</translation> + </message> + <message> + <source>Copy Range</source> + <translation type="unfinished">Copiar Rango</translation> + </message> + <message> + <source>Cut Events</source> + <translation type="unfinished">Cortar eventos</translation> + </message> + <message> + <source>&Display</source> + <translation type="obsolete">&Mostrar</translation> + </message> + <message> + <source>Transport Panel</source> + <translation type="unfinished">Panel de transporte</translation> + </message> + <message> + <source>Bigtime window</source> + <translation type="unfinished">ventana BigTime</translation> + </message> + <message> + <source>dont follow Song</source> + <translation type="unfinished">no sigas la canci�</translation> + </message> + <message> + <source>follow page</source> + <translation type="unfinished">sigue la p�ina</translation> + </message> + <message> + <source>follow continuous</source> + <translation type="unfinished">sigue cont�uamente</translation> + </message> + <message> + <source>&Config</source> + <translation type="obsolete">&Configuraci�</translation> + </message> + <message> + <source>Global Settings</source> + <translation type="unfinished">Selecciones Globales</translation> + </message> + <message> + <source>follow song</source> + <translation type="unfinished">seguir canci�</translation> + </message> + <message> + <source>Metronome</source> + <translation type="unfinished">Metr�omo</translation> + </message> + <message> + <source>Midi Sync</source> + <translation type="unfinished">Sincronizaci� MIDI</translation> + </message> + <message> + <source>Midi File Config</source> + <translation type="obsolete">Configuraci� de archivos MIDI</translation> + </message> + <message> + <source>Appearance settings</source> + <translation type="unfinished">Selecciones de apariencia</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation type="obsolete">Sintetizador virtual</translation> + </message> + <message> + <source>Midi Ports</source> + <translation type="obsolete">Puertos MIDI</translation> + </message> + <message> + <source>Audio System</source> + <translation type="obsolete">Sistema de Audio</translation> + </message> + <message> + <source>Save Configuration</source> + <translation type="obsolete">Guardar configuraci�</translation> + </message> + <message> + <source>Midi Input Transform</source> + <translation type="unfinished">Transformaci� de entrada MIDI</translation> + </message> + <message> + <source>Midi Input Filter</source> + <translation type="unfinished">Filtrado de entrada MIDI</translation> + </message> + <message> + <source>Midi Remote Control</source> + <translation type="unfinished">Control remoto MIDI</translation> + </message> + <message> + <source>Random Rhythm Generator</source> + <translation type="unfinished">generador aleatorio de ritmos</translation> + </message> + <message> + <source>&Midi</source> + <translation type="unfinished">&MIDI</translation> + </message> + <message> + <source>Mixer</source> + <translation type="unfinished">Mezclador</translation> + </message> + <message> + <source>Define Controller</source> + <translation type="obsolete">Define Controlador</translation> + </message> + <message> + <source>Input Plugins</source> + <translation type="unfinished">Plugins e entrada</translation> + </message> + <message> + <source>Reset Instr.</source> + <translation type="unfinished">Reinicializa Instrumento</translation> + </message> + <message> + <source>Init Instr.</source> + <translation type="unfinished">Inicializa Instruemnto</translation> + </message> + <message> + <source>local off</source> + <translation type="unfinished">apagado local</translation> + </message> + <message> + <source>&Audio</source> + <translation type="unfinished">&Audio</translation> + </message> + <message> + <source>Audio</source> + <translation type="obsolete">Audio</translation> + </message> + <message> + <source>Cliplist</source> + <translation type="obsolete">Lista de Clips</translation> + </message> + <message> + <source>Bounce to Track</source> + <translation type="unfinished">Rebotar a pista</translation> + </message> + <message> + <source>Bounce to File</source> + <translation type="unfinished">Rebotar a Archivo</translation> + </message> + <message> + <source>Bounce</source> + <translation type="obsolete">Rebotar</translation> + </message> + <message> + <source>&Help</source> + <translation type="unfinished">A&yuda</translation> + </message> + <message> + <source>Browser</source> + <translation type="obsolete">Navegador</translation> + </message> + <message> + <source>&About</source> + <translation type="obsolete">&Acerca de</translation> + </message> + <message> + <source>About&Qt</source> + <translation type="unfinished">Acerca de &Qt</translation> + </message> + <message> + <source>What's &This</source> + <translation type="obsolete">Qu�es esto</translation> + </message> + <message> + <source>MusE: load project</source> + <translation type="unfinished">MusE: Carga proyecto</translation> + </message> + <message> + <source>The current Project contains unsaved data +Save Current Project?</source> + <translation type="unfinished">El proyecto actual contiene datos no guardados +Guardamos el proyecto actual?</translation> + </message> + <message> + <source>&Save</source> + <translation type="unfinished">&Guardar</translation> + </message> + <message> + <source>&Nosave</source> + <translation type="unfinished">&No Guardar</translation> + </message> + <message> + <source>&Abort</source> + <translation type="unfinished">&Abortar</translation> + </message> + <message> + <source>MusE: Save As</source> + <translation type="unfinished">MusE: Guardar como</translation> + </message> + <message> + <source>MusE: Import Midi</source> + <translation type="unfinished">MusE: Importar MIDI</translation> + </message> + <message> + <source>MusE: Export Midi</source> + <translation type="unfinished">MusE: Exportar MIDI</translation> + </message> + <message> + <source>Nothing to edit</source> + <translation type="unfinished">Nada para editar</translation> + </message> + <message> + <source>The current Project contains unsaved data +Load overwrites current Project: +Save Current Project?</source> + <translation type="unfinished">El proyecto actual contine datos no guardados +Cargar sobreescribe el proyecto actual: +Guardar el proyecto actual?</translation> + </message> + <message> + <source>&Overwrite</source> + <translation type="unfinished">S&obre escribir</translation> + </message> + <message> + <source>no help found at: </source> + <translation type="unfinished">no se ha encontrado ayuda en: </translation> + </message> + <message> + <source>MusE: Open Help</source> + <translation type="unfinished">MusE: Abre ayuda</translation> + </message> + <message> + <source>to import a audio file you have first to selecta audio track</source> + <translation type="obsolete">para importar un archivo de audio tienes que tener seleccionada una pista de audio</translation> + </message> + <message> + <source>UndoRedo</source> + <translation type="unfinished">Deshacer/Rehacer</translation> + </message> + <message> + <source>undo</source> + <translation type="unfinished">deshacer</translation> + </message> + <message> + <source>Und&o</source> + <translation type="unfinished">&Deshacer</translation> + </message> + <message> + <source>redo</source> + <translation type="unfinished">rehacer</translation> + </message> + <message> + <source>Re&do</source> + <translation type="unfinished">&Rehacer</translation> + </message> + <message> + <source>undo last change to song</source> + <translation type="unfinished">deshace el ltimo cambio en la canci�</translation> + </message> + <message> + <source>redo last undo</source> + <translation type="unfinished">rehace el ltimo deshacer</translation> + </message> + <message> + <source>Transport</source> + <translation type="unfinished">Transporte</translation> + </message> + <message> + <source>loop</source> + <translation type="unfinished">bucle</translation> + </message> + <message> + <source>Loop</source> + <translation type="unfinished">Bucle</translation> + </message> + <message> + <source>punchin</source> + <translation type="unfinished">pinchar</translation> + </message> + <message> + <source>Punchin</source> + <translation type="unfinished">Pinchar</translation> + </message> + <message> + <source>punchout</source> + <translation type="unfinished">fin pinchado</translation> + </message> + <message> + <source>Punchout</source> + <translation type="unfinished">Fin pinchado</translation> + </message> + <message> + <source>start</source> + <translation type="unfinished">empezar</translation> + </message> + <message> + <source>Start</source> + <translation type="unfinished">Empezar</translation> + </message> + <message> + <source>rewind</source> + <translation type="unfinished">retroceder</translation> + </message> + <message> + <source>Rewind</source> + <translation type="unfinished">Retroceder</translation> + </message> + <message> + <source>forward</source> + <translation type="unfinished">avanzar</translation> + </message> + <message> + <source>Forward</source> + <translation type="unfinished">Avanzar</translation> + </message> + <message> + <source>stop</source> + <translation type="unfinished">parar</translation> + </message> + <message> + <source>Stop</source> + <translation type="unfinished">Parar</translation> + </message> + <message> + <source>play</source> + <translation type="unfinished">reproducir</translation> + </message> + <message> + <source>Play</source> + <translation type="unfinished">Reproducir</translation> + </message> + <message> + <source>record</source> + <translation type="unfinished">grabar</translation> + </message> + <message> + <source>Record</source> + <translation type="unfinished">Grabar</translation> + </message> + <message> + <source>panic</source> + <translation type="unfinished">p�ico</translation> + </message> + <message> + <source>Panic</source> + <translation type="unfinished">P�ico</translation> + </message> + <message> + <source>new</source> + <translation type="unfinished">nuevo</translation> + </message> + <message> + <source>&New</source> + <translation type="unfinished">&Nuevo</translation> + </message> + <message> + <source>open</source> + <translation type="unfinished">abrir</translation> + </message> + <message> + <source>&Open</source> + <translation type="unfinished">&Abrir</translation> + </message> + <message> + <source>save</source> + <translation type="unfinished">guardar</translation> + </message> + <message> + <source>pianoroll</source> + <translation type="unfinished">pianola</translation> + </message> + <message> + <source>Pianoroll</source> + <translation type="unfinished">Pianola</translation> + </message> + <message> + <source>score</source> + <translation type="obsolete">partitura</translation> + </message> + <message> + <source>Score</source> + <translation type="obsolete">Partitura</translation> + </message> + <message> + <source>marker</source> + <translation type="unfinished">marcador</translation> + </message> + <message> + <source>Marker</source> + <translation type="unfinished">Marcador</translation> + </message> + <message> + <source>File Buttons</source> + <translation type="unfinished">Botones de Archivo</translation> + </message> + <message> + <source>Unknown File Format</source> + <translation type="unfinished">Formato de archivo desconocido</translation> + </message> + <message> + <source>none</source> + <translation type="obsolete">ninguno</translation> + </message> + <message> + <source>MusE: Write File failed</source> + <translation type="unfinished">MusE: La grabaci� del archivo ha fallado</translation> + </message> + <message> + <source>MusE: About</source> + <translation type="obsolete">Muse: Acerca de</translation> + </message> + <message> + <source>MusE: Song: </source> + <translation type="unfinished">MusE: Canci�: </translation> + </message> + <message> + <source>reading midifile + </source> + <translation type="unfinished">leyendo archivo midi + </translation> + </message> + <message> + <source> +failed</source> + <translation type="obsolete"> +fall�</translation> + </message> + <message> + <source>MusE: Copy Range</source> + <translation type="unfinished">MusE: Copiar Rango</translation> + </message> + <message> + <source>not implemented</source> + <translation type="unfinished">no implementado</translation> + </message> + <message> + <source>MusE: Cut Events</source> + <translation type="unfinished">MusE: Cortar Eventos</translation> + </message> + <message> + <source>MusE: Bounce to Track</source> + <translation type="unfinished">MusE: Rebotar a la pista</translation> + </message> + <message> + <source>more than one target track selected</source> + <translation type="unfinished">m� de una pista de destino seleccionada</translation> + </message> + <message> + <source>wrong target track type, +select wave track as target</source> + <translation type="unfinished">tipo de pista err�ea, +selecciona una pista de audio como destino</translation> + </message> + <message> + <source>no target track selected</source> + <translation type="unfinished">no hay pista de destino seleccionada</translation> + </message> + <message> + <source>to import a audio file you have first to selecta wave track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Delete Selected Tracks</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>View</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Edit Instrument</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Restart Audio</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Automation</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Mixer Automation</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Take Snapshot</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Clear Automation Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Configure shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi File Export</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Ports / Soft Synth</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Manual</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&MusE homepage</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Report Bug...</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&About MusE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>What's &This?</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cannot read template</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>File open error</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>File read error</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: load template</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: Bounce</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set left/right marker for bounce range</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: Bounce to File</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>no output track found</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add midi file to current project? +</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Add to Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Replace</source> + <translation type="unfinished"></translation> + </message> + <message> + <source> +failed: </source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>NoteInfo</name> + <message> + <source>Start</source> + <translation type="unfinished">Inicio</translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished">Longitud</translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tono</translation> + </message> + <message> + <source>Velo On</source> + <translation type="unfinished">Velocidad On</translation> + </message> + <message> + <source>Velo Off</source> + <translation type="unfinished">Velocidad Off</translation> + </message> + <message> + <source>Note Info</source> + <translation type="unfinished">Informaci� de nota</translation> + </message> +</context> +<context> + <name>OrganGuiBase</name> + <message> + <source>MusE: Organ</source> + <translation type="obsolete">MusE: �gano</translation> + </message> + <message> + <source>Presets</source> + <translation type="obsolete">Preselecciones</translation> + </message> + <message> + <source>Set</source> + <translation type="obsolete">Pon</translation> + </message> + <message> + <source>load preset list</source> + <translation type="obsolete">cargar lista de preselecciones</translation> + </message> + <message> + <source>save preset list</source> + <translation type="obsolete">guardar lista de preselecciones</translation> + </message> + <message> + <source>O-1</source> + <translation type="obsolete">0-1</translation> + </message> + <message> + <source>Oscillator</source> + <translation type="obsolete">Oscilador</translation> + </message> + <message> + <source>Brass</source> + <translation type="obsolete">Metales</translation> + </message> + <message> + <source>Reed</source> + <translation type="obsolete">Reed</translation> + </message> + <message> + <source>Flute</source> + <translation type="obsolete">Flauta</translation> + </message> + <message> + <source>Drawbars</source> + <translation type="obsolete">Drawbars</translation> + </message> + <message> + <source>16'</source> + <translation type="obsolete">16'</translation> + </message> + <message> + <source>4'</source> + <translation type="obsolete">4'</translation> + </message> + <message> + <source>2 2/3'</source> + <translation type="obsolete">2 2/3'</translation> + </message> + <message> + <source>2'</source> + <translation type="obsolete">2'</translation> + </message> + <message> + <source>8'</source> + <translation type="obsolete">8'</translation> + </message> + <message> + <source>5 1/3'</source> + <translation type="obsolete">5 1/3'</translation> + </message> + <message> + <source>Envelope Lo</source> + <translation type="obsolete">Envolvente Lo</translation> + </message> + <message> + <source>Attack(ms)</source> + <translation type="obsolete">Ataque (ms)</translation> + </message> + <message> + <source>Decay(ms)</source> + <translation type="obsolete">Decaimiento (ms)</translation> + </message> + <message> + <source>Sustain(%)</source> + <translation type="obsolete">Sostenido (%)</translation> + </message> + <message> + <source>Release(ms)</source> + <translation type="obsolete">Relajaci� (ms)</translation> + </message> + <message> + <source>Envelope Hi</source> + <translation type="obsolete">Envolvente Hi</translation> + </message> +</context> +<context> + <name>PageSettings</name> + <message> + <source>Paper Size</source> + <translation type="obsolete">Tama� del papel</translation> + </message> + <message> + <source>user</source> + <translation type="obsolete">usuario</translation> + </message> + <message> + <source>Margins</source> + <translation type="obsolete">M�genes</translation> + </message> + <message> + <source>Header</source> + <translation type="obsolete">Cabecera</translation> + </message> + <message> + <source>Title</source> + <translation type="obsolete">T�ulo</translation> + </message> + <message> + <source>Author</source> + <translation type="obsolete">Autor</translation> + </message> + <message> + <source>Fonts</source> + <translation type="obsolete">Tipos</translation> + </message> + <message> + <source>Page No.</source> + <translation type="obsolete">P�ina n</translation> + </message> + <message> + <source>Measure No</source> + <translation type="obsolete">Comp� n</translation> + </message> + <message> + <source>Track Name</source> + <translation type="obsolete">Nombre de Pista</translation> + </message> + <message> + <source>Lyrics</source> + <translation type="obsolete">Letra</translation> + </message> + <message> + <source>Layout</source> + <translation type="obsolete">Disposici�</translation> + </message> + <message> + <source>Scale</source> + <translation type="obsolete">Escala</translation> + </message> + <message> + <source>Flags</source> + <translation type="obsolete">Se�lizadores</translation> + </message> + <message> + <source>show page no.</source> + <translation type="obsolete">muestra el nmero de p�ina</translation> + </message> + <message> + <source>show measure no.</source> + <translation type="obsolete">muestra el nmero de comp�</translation> + </message> + <message> + <source>show track name</source> + <translation type="obsolete">muestra el nombre de la pista</translation> + </message> + <message> + <source>Ok</source> + <translation type="obsolete">Aceptar</translation> + </message> + <message> + <source>Apply</source> + <translation type="obsolete">Aplicar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Cancelar</translation> + </message> + <message> + <source>left Margin</source> + <translation type="obsolete">Margen izquierdo</translation> + </message> + <message> + <source>top Margin</source> + <translation type="obsolete">Margen Superior</translation> + </message> + <message> + <source>right Margin</source> + <translation type="obsolete">Margen derecho</translation> + </message> + <message> + <source>bottom Margin</source> + <translation type="obsolete">Margen inferior</translation> + </message> + <message> + <source>Bars across the Page</source> + <translation type="obsolete">Barras a trav� de la p�ina</translation> + </message> +</context> +<context> + <name>PartCanvas</name> + <message> + <source>C&ut</source> + <translation type="unfinished">C&ortar</translation> + </message> + <message> + <source>&Copy</source> + <translation type="unfinished">&Copiar</translation> + </message> + <message> + <source>rename</source> + <translation type="unfinished">renombrar</translation> + </message> + <message> + <source>delete</source> + <translation type="unfinished">borrar</translation> + </message> + <message> + <source>split</source> + <translation type="unfinished">partir</translation> + </message> + <message> + <source>glue</source> + <translation type="unfinished">pegar</translation> + </message> + <message> + <source>pianoroll</source> + <translation type="unfinished">pianola</translation> + </message> + <message> + <source>score</source> + <translation type="obsolete">partitura</translation> + </message> + <message> + <source>list</source> + <translation type="unfinished">lista</translation> + </message> + <message> + <source>drums</source> + <translation type="unfinished">percusi�</translation> + </message> + <message> + <source>Cannot copy/move/clone to different Track-Type</source> + <translation type="unfinished">No puedo copiar/mover/clonar a un tipo diferente de pista</translation> + </message> + <message> + <source>color</source> + <translation type="unfinished">color</translation> + </message> + <message> + <source>de-clone</source> + <translation type="unfinished">des-clonar</translation> + </message> + <message> + <source>wave edit</source> + <translation type="unfinished">editar onda</translation> + </message> + <message> + <source>Cannot paste: multiple tracks selected</source> + <translation type="unfinished">No puedo pegar: mtilpes pistas seleccionadas</translation> + </message> + <message> + <source>Cannot paste: no track selected</source> + <translation type="unfinished">No puedo pegar: No hay pista seleccionada</translation> + </message> + <message> + <source>Cannot paste midi parts to wave track</source> + <translation type="obsolete">No puedo pegar MIDI en una pista de audio</translation> + </message> + <message> + <source>Cannot paste wave parts to midi track</source> + <translation type="obsolete">No puedo pegar audio en una pista MIDI</translation> + </message> + <message> + <source>Cannot paste: wrong data type</source> + <translation type="unfinished">No puedo pegar: Tipo de datos equivocado</translation> + </message> + <message> + <source>Can only paste to midi/drum track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Can only paste to wave track</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PatchBay</name> + <message> + <source>MusE: ALSA MIDI Patch Bay</source> + <translation type="unfinished">MusE: Panel de ruteado MIDI de ALSA</translation> + </message> +</context> +<context> + <name>PatchBayBase</name> + <message> + <source>ALSA Patch Bay</source> + <translation type="unfinished">Panel de ruteado de ALSA</translation> + </message> +</context> +<context> + <name>PianoRoll</name> + <message> + <source>&Edit</source> + <translation type="unfinished">&Editar</translation> + </message> + <message> + <source>Cut</source> + <translation type="unfinished">Cortar</translation> + </message> + <message> + <source>Copy</source> + <translation type="unfinished">Copiar</translation> + </message> + <message> + <source>Paste</source> + <translation type="unfinished">Pegar</translation> + </message> + <message> + <source>Delete Events</source> + <translation type="unfinished">Borrar eventos</translation> + </message> + <message> + <source>Select All</source> + <translation type="unfinished">Seleccionar Todo</translation> + </message> + <message> + <source>Select None</source> + <translation type="unfinished">De-seleccionar todo</translation> + </message> + <message> + <source>Invert</source> + <translation type="unfinished">Invertir</translation> + </message> + <message> + <source>Inside Loop</source> + <translation type="unfinished">Dentro del bucle</translation> + </message> + <message> + <source>Outside Loop</source> + <translation type="unfinished">Fuera del bucle</translation> + </message> + <message> + <source>&Select</source> + <translation type="unfinished">&Seleccionar</translation> + </message> + <message> + <source>blue</source> + <translation type="unfinished">azul</translation> + </message> + <message> + <source>pitch colors</source> + <translation type="unfinished">colores de tono</translation> + </message> + <message> + <source>velocity colors</source> + <translation type="unfinished">colores de velocidad</translation> + </message> + <message> + <source>&Config</source> + <translation type="unfinished">&Configurar</translation> + </message> + <message> + <source>event color</source> + <translation type="unfinished">color de eventos</translation> + </message> + <message> + <source>&Functions</source> + <translation type="unfinished">&Funciones</translation> + </message> + <message> + <source>Over Quantize</source> + <translation type="unfinished">Sobre cuantizar</translation> + </message> + <message> + <source>Note On Quantize</source> + <translation type="unfinished">Cuantizar inicio de nota</translation> + </message> + <message> + <source>Note On/Off Quantize</source> + <translation type="unfinished">Cuantizar inicio y final de nota</translation> + </message> + <message> + <source>Iterative Quantize</source> + <translation type="unfinished">Cuantizaci� iterativa</translation> + </message> + <message> + <source>Pianoroll Tools</source> + <translation type="unfinished">Herramientas de pianola</translation> + </message> + <message> + <source>Step Record</source> + <translation type="unfinished">Grabaci� por pasos</translation> + </message> + <message> + <source>Midi Input</source> + <translation type="unfinished">Entrada MIDI</translation> + </message> + <message> + <source>Play Events</source> + <translation type="unfinished">Reproducir eventos</translation> + </message> + <message> + <source>Add Controller View</source> + <translation type="unfinished">A�de vista de controladores</translation> + </message> + <message> + <source>Config Quant...</source> + <translation type="unfinished">Configura cuantizaci�...</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation type="unfinished">Modifica el tiempo de puerta</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation type="unfinished">Modifica la velocidad</translation> + </message> + <message> + <source>Crescendo</source> + <translation type="unfinished">Crescendo</translation> + </message> + <message> + <source>Transpose</source> + <translation type="unfinished">Transponer</translation> + </message> + <message> + <source>Thin Out</source> + <translation type="unfinished">Adelgazar</translation> + </message> + <message> + <source>Erase Event</source> + <translation type="unfinished">Borrar evento</translation> + </message> + <message> + <source>Note Shift</source> + <translation type="unfinished">Desplazar nota</translation> + </message> + <message> + <source>Move Clock</source> + <translation type="unfinished">Mover reloj</translation> + </message> + <message> + <source>Copy Measure</source> + <translation type="unfinished">Copiar comp�</translation> + </message> + <message> + <source>Erase Measure</source> + <translation type="unfinished">Vaciar comp�</translation> + </message> + <message> + <source>Delete Measure</source> + <translation type="unfinished">Borrar comp�</translation> + </message> + <message> + <source>Create Measure</source> + <translation type="unfinished">Crear comp�</translation> + </message> + <message> + <source>ctrl</source> + <translation type="unfinished">control</translation> + </message> +</context> +<context> + <name>PluginDialog</name> + <message> + <source>Ok</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> + <message> + <source>MusE: select plugin</source> + <translation type="unfinished">MusE: Selecciona el plugin</translation> + </message> + <message> + <source>Lib</source> + <translation type="unfinished">Lib</translation> + </message> + <message> + <source>Label</source> + <translation type="unfinished">Etiqueta</translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Nombre</translation> + </message> + <message> + <source>AI</source> + <translation type="unfinished">AI</translation> + </message> + <message> + <source>AO</source> + <translation type="unfinished">AO</translation> + </message> + <message> + <source>CI</source> + <translation type="unfinished">CI</translation> + </message> + <message> + <source>CO</source> + <translation type="unfinished">CO</translation> + </message> + <message> + <source>IP</source> + <translation type="unfinished">IP</translation> + </message> + <message> + <source>id</source> + <translation type="unfinished">id</translation> + </message> + <message> + <source>Maker</source> + <translation type="unfinished">Fabricante</translation> + </message> + <message> + <source>Copyright</source> + <translation type="unfinished">Copyright</translation> + </message> + <message> + <source>Select which types of plugins should be visible in the list,<br>beware that 'all' includes plugins that probably are not usable by MusE.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Stereo and Mono</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Stereo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Mono</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>All</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PluginGui</name> + <message> + <source>bypass plugin</source> + <translation type="unfinished">saltar plugin</translation> + </message> + <message> + <source>MusE: load preset</source> + <translation type="unfinished">MusE: Cargar plantilla</translation> + </message> + <message> + <source>MusE: save preset</source> + <translation type="unfinished">MusE: Guardar plantilla</translation> + </message> + <message> + <source>File Buttons</source> + <translation type="unfinished">Archivar botones</translation> + </message> + <message> + <source>Load Preset</source> + <translation type="unfinished">Cargar plantilla</translation> + </message> + <message> + <source>Save Preset</source> + <translation type="unfinished">Guardar plantilla</translation> + </message> +</context> +<context> + <name>PrinterConfig</name> + <message> + <source>MusE: Config Printer</source> + <translation type="obsolete">MusE: Configuraci� de impresora</translation> + </message> + <message> + <source>Print to file</source> + <translation type="obsolete">Imprimir en archivo</translation> + </message> + <message> + <source>Print Command</source> + <translation type="obsolete">Comando de impresi�</translation> + </message> + <message> + <source>Preview Command</source> + <translation type="obsolete">Comando de previsualizaci�</translation> + </message> + <message> + <source>OK</source> + <translation type="obsolete">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Cancelar</translation> + </message> +</context> +<context> + <name>QHeader</name> + <message> + <source>Port Number</source> + <translation type="unfinished">Nmero de puerto</translation> + </message> + <message> + <source>enable gui for device</source> + <translation type="unfinished">habilitar gui para dispositivo</translation> + </message> + <message> + <source>enables recording from the device</source> + <translation type="obsolete">habilita la grabaci� para el dispositivo</translation> + </message> + <message> + <source>Instrument connected to port</source> + <translation type="unfinished">Instrumento conectado al puerto</translation> + </message> + <message> + <source>State: result of opening the device</source> + <translation type="unfinished">Estado: resultado de abrir el puerto</translation> + </message> + <message> + <source>mute instrument</source> + <translation type="unfinished">silenciar instrumento</translation> + </message> + <message> + <source>sound name</source> + <translation type="unfinished">nombre del sonido</translation> + </message> + <message> + <source>quantisation +currently not used</source> + <translation type="unfinished">cuantizaci� +actualmente sin usar</translation> + </message> + <message> + <source>this input note triggers the sound</source> + <translation type="unfinished">ensta nota de entrada dispara el sonido</translation> + </message> + <message> + <source>note length</source> + <translation type="unfinished">longitud de nota</translation> + </message> + <message> + <source>this note is send for the sound</source> + <translation type="unfinished">esta nota se envia al sonido</translation> + </message> + <message> + <source>output channel +currently not used</source> + <translation type="unfinished">canal de salida +actualmente sin uso</translation> + </message> + <message> + <source>output port +currently not used</source> + <translation type="unfinished">puerto de salida +actualmente sin uso</translation> + </message> + <message> + <source>velocity level 1</source> + <translation type="unfinished">nivel de velocidad 1</translation> + </message> + <message> + <source>velocity level 2</source> + <translation type="unfinished">nivel de velocidad 2</translation> + </message> + <message> + <source>velocity level 3</source> + <translation type="unfinished">nivel de velocidad 3</translation> + </message> + <message> + <source>velocity level 4</source> + <translation type="unfinished">nivel de velocidad 4</translation> + </message> + <message> + <source>quantisation</source> + <translation type="unfinished">cuantizaci�</translation> + </message> + <message> + <source>output channel</source> + <translation type="unfinished">canal de salida</translation> + </message> + <message> + <source>output port</source> + <translation type="unfinished">puerto de salida</translation> + </message> + <message> + <source>Enable Recording</source> + <translation type="unfinished">Habilita grabaci�</translation> + </message> + <message> + <source>Track Activity</source> + <translation type="obsolete">Actividad de pista</translation> + </message> + <message> + <source>Mute Indicator</source> + <translation type="unfinished">Indicador de silencio</translation> + </message> + <message> + <source>Solo Indicator</source> + <translation type="unfinished">Indicador de solo</translation> + </message> + <message> + <source>Track Type</source> + <translation type="unfinished">Tipo de pista</translation> + </message> + <message> + <source>Track Name</source> + <translation type="unfinished">Nombre de pista</translation> + </message> + <message> + <source>Output Channel Number</source> + <translation type="unfinished">Nmero de canal de salida</translation> + </message> + <message> + <source>Output Port</source> + <translation type="unfinished">Puerto de salida</translation> + </message> + <message> + <source>Time Lock</source> + <translation type="unfinished">Bloqueo de tiempo</translation> + </message> + <message> + <source>Solo/Pre Fader Listening</source> + <translation type="unfinished">Escucha de S�o/pre-fader</translation> + </message> + <message> + <source>Name of the midi device associated with this port number</source> + <translation type="unfinished">Nombre del dispositivo MIDI asociado con este nmero de puerto</translation> + </message> + <message> + <source>enables reading from device</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>enables writing to device</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>QWidget</name> + <message> + <source>Cannot transform non empty track</source> + <translation type="obsolete">No puedo transformar una pista que no est�vacia</translation> + </message> + <message> + <source>Velocity</source> + <translation type="obsolete">Velocidad</translation> + </message> + <message> + <source>Cannot convert sysex string</source> + <translation type="unfinished">No puedo convertir el paquete de sistema exclusivo</translation> + </message> + <message> + <source>Hex String too long (2048 bytes limit)</source> + <translation type="unfinished">Cadena hexadecimal demasiado larga (l�ite de 2048 bytes)</translation> + </message> + <message> + <source>generic midi</source> + <translation type="unfinished">midi gen�ico</translation> + </message> + <message> + <source>new</source> + <translation type="unfinished">nuevo</translation> + </message> + <message> + <source>create peakfile for </source> + <translation type="unfinished">crear archivo de picos para</translation> + </message> + <message> + <source>MusE: get file name</source> + <translation type="unfinished">MusE: obtener el nombre de archivo</translation> + </message> + <message> + <source>the directory +</source> + <translation type="unfinished">el directorio +</translation> + </message> + <message> + <source> +does not exist +create?</source> + <translation type="unfinished"> +no existe + Lo creo ?</translation> + </message> + <message> + <source>&Create</source> + <translation type="unfinished">&Crear</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> + <message> + <source>MusE: create directory</source> + <translation type="unfinished">MusE: crear directorio</translation> + </message> + <message> + <source>creating dir failed</source> + <translation type="unfinished">fall�la creaci� de directorio</translation> + </message> + <message> + <source>File +</source> + <translation type="unfinished">El archivo +</translation> + </message> + <message> + <source> +exists</source> + <translation type="unfinished"> +existe</translation> + </message> + <message> + <source>MusE: write</source> + <translation type="unfinished">MusE: escribe</translation> + </message> + <message> + <source>Overwrite</source> + <translation type="unfinished">Sobre escribe</translation> + </message> + <message> + <source>Quit</source> + <translation type="unfinished">Salir</translation> + </message> + <message> + <source>Open File +</source> + <translation type="unfinished">Abrir archivo</translation> + </message> + <message> + <source> +failed: </source> + <translation type="unfinished"> +fall� </translation> + </message> + <message> + <source>MusE: Open File</source> + <translation type="unfinished">MusE: Abrir archivo</translation> + </message> + <message> + <source>None</source> + <translation type="unfinished">Ninguno</translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Maestro</translation> + </message> + <message> + <source>Input</source> + <translation type="obsolete">Entrada</translation> + </message> + <message> + <source>Group %c</source> + <translation type="obsolete">Grupo %c</translation> + </message> + <message> + <source>Unknown</source> + <translation type="obsolete">Desconocido</translation> + </message> +</context> +<context> + <name>QuantConfig</name> + <message> + <source>Config Quantize</source> + <translation type="unfinished">Configurar Cuantizaci�</translation> + </message> + <message> + <source>Strength</source> + <translation type="unfinished">Fuerza</translation> + </message> + <message> + <source>Don´t Quantize</source> + <translation type="unfinished">No cuantizes</translation> + </message> + <message> + <source>Quant Len</source> + <translation type="unfinished">Cuantizar la longitud</translation> + </message> + <message> + <source>MusE: Config Quantize</source> + <translation type="unfinished">MusE: Configurar Cuantizaci�</translation> + </message> +</context> +<context> + <name>QuantDialog</name> + <message> + <source>Display Quantize</source> + <translation type="obsolete">Mostrar la cuantizaci�</translation> + </message> + <message> + <source>Position</source> + <translation type="obsolete">Posici�</translation> + </message> + <message> + <source>Note Quantize</source> + <translation type="obsolete">Cuantizar Nota</translation> + </message> + <message> + <source>Rest Quantize</source> + <translation type="obsolete">Cuantizar el resto</translation> + </message> + <message> + <source>Ok</source> + <translation type="obsolete">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Cancelar</translation> + </message> +</context> +<context> + <name>RhythmBase</name> + <message> + <source>MusE: Random Rhythm Generator</source> + <translation type="unfinished">MusE: Generador de r�mo aleatorio</translation> + </message> + <message> + <source>Instrument Properties</source> + <translation type="unfinished">Propiedades del instrumento</translation> + </message> + <message> + <source>counts/bar</source> + <translation type="unfinished">cuentar por barra</translation> + </message> + <message> + <source>steps/count</source> + <translation type="unfinished">pasos por cuenta</translation> + </message> + <message> + <source># bars</source> + <translation type="unfinished">n barras</translation> + </message> + <message> + <source>test</source> + <translation type="unfinished">probar</translation> + </message> + <message> + <source>contrib</source> + <translation type="unfinished">contribuir</translation> + </message> + <message> + <source>randomize</source> + <translation type="unfinished">aleartorizar</translation> + </message> + <message> + <source>Group 1</source> + <translation type="unfinished">Grupo 1</translation> + </message> + <message> + <source>Group 2</source> + <translation type="unfinished">Grupo 2</translation> + </message> + <message> + <source>Group 3</source> + <translation type="unfinished">Grupo 3</translation> + </message> + <message> + <source>Group 4</source> + <translation type="unfinished">Grupo 4</translation> + </message> + <message> + <source>Group 5</source> + <translation type="unfinished">Grupo 5</translation> + </message> + <message> + <source>listen</source> + <translation type="unfinished">escuchar</translation> + </message> + <message> + <source>Instrument</source> + <translation type="unfinished">Instrumento</translation> + </message> + <message> + <source>Group</source> + <translation type="unfinished">Grupo</translation> + </message> + <message> + <source>&New</source> + <translation type="unfinished">&Nuevo</translation> + </message> + <message> + <source>create new entry</source> + <translation type="unfinished">crear nueva entrada</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation type="unfinished">pulsando el bot� Nuevo creas una entrada nueva +en la lista de controles definidos por MusE</translation> + </message> + <message> + <source>&Delete</source> + <translation type="unfinished">&Borrar</translation> + </message> + <message> + <source>delete selected entry</source> + <translation type="unfinished">borra la entrada seleccionada</translation> + </message> + <message> + <source>Up</source> + <translation type="unfinished">Arriba</translation> + </message> + <message> + <source>Down</source> + <translation type="unfinished">Abajo</translation> + </message> + <message> + <source>Instrument </source> + <translation type="unfinished">Instrumento </translation> + </message> + <message> + <source>steps/count </source> + <translation type="unfinished">pasos por cuenta </translation> + </message> + <message> + <source>list of defined controllers</source> + <translation type="unfinished">Lista de controladores definidos</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation type="unfinished">Esta es la lista de controladores definidos en MusE.</translation> + </message> + <message> + <source>&File</source> + <translation type="unfinished">&Archivo</translation> + </message> + <message> + <source>&Edit</source> + <translation type="unfinished">&Editar</translation> + </message> + <message> + <source>&Help</source> + <translation type="unfinished">A&yuda</translation> + </message> + <message> + <source>Tools</source> + <translation type="unfinished">Herramientas</translation> + </message> + <message> + <source>New</source> + <translation type="unfinished">Nuevo</translation> + </message> + <message> + <source>Open</source> + <translation type="unfinished">Abrir</translation> + </message> + <message> + <source>&Open...</source> + <translation type="unfinished">&Abrir...</translation> + </message> + <message> + <source>Save</source> + <translation type="unfinished">Guardar</translation> + </message> + <message> + <source>&Save</source> + <translation type="unfinished">&Guardar</translation> + </message> + <message> + <source>Save As</source> + <translation type="unfinished">Guardar como</translation> + </message> + <message> + <source>Save &As...</source> + <translation type="unfinished">Guardar &Como...</translation> + </message> + <message> + <source>Print</source> + <translation type="unfinished">Imprimir</translation> + </message> + <message> + <source>&Print...</source> + <translation type="unfinished">&Imprimir...</translation> + </message> + <message> + <source>Exit</source> + <translation type="unfinished">Salir</translation> + </message> + <message> + <source>E&xit</source> + <translation type="unfinished">&Salir</translation> + </message> + <message> + <source>Undo</source> + <translation type="unfinished">Deshacer</translation> + </message> + <message> + <source>&Undo</source> + <translation type="unfinished">&Deshacer</translation> + </message> + <message> + <source>Redo</source> + <translation type="unfinished">Rehacer</translation> + </message> + <message> + <source>&Redo</source> + <translation type="unfinished">&Rehacer</translation> + </message> + <message> + <source>Cut</source> + <translation type="unfinished">Cortar</translation> + </message> + <message> + <source>&Cut</source> + <translation type="unfinished">&Cortar</translation> + </message> + <message> + <source>Copy</source> + <translation type="unfinished">Copiar</translation> + </message> + <message> + <source>C&opy</source> + <translation type="unfinished">C&opiar</translation> + </message> + <message> + <source>Paste</source> + <translation type="unfinished">Pegar</translation> + </message> + <message> + <source>&Paste</source> + <translation type="unfinished">&Pegar</translation> + </message> + <message> + <source>Find</source> + <translation type="unfinished">Buscar</translation> + </message> + <message> + <source>&Find...</source> + <translation type="unfinished">&Buscar...</translation> + </message> + <message> + <source>Contents</source> + <translation type="unfinished">Contenidos</translation> + </message> + <message> + <source>&Contents...</source> + <translation type="unfinished">&Contenidos...</translation> + </message> + <message> + <source>Index</source> + <translation type="unfinished">�dice</translation> + </message> + <message> + <source>&Index...</source> + <translation type="unfinished">&Indice...</translation> + </message> + <message> + <source>About</source> + <translation type="unfinished">Acerca de</translation> + </message> + <message> + <source>&About...</source> + <translation type="unfinished">&Acerca de ...</translation> + </message> + <message> + <source><b>Notice!</b><br> +Random Rhythm Generator is not enabled yet!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+O</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+Z</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+Y</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+X</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+V</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+F</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RhythmGenerator</name> + <message> + <source>Form3</source> + <translation type="obsolete">Formulario3</translation> + </message> + <message> + <source>Instrument Settings:</source> + <translation type="obsolete">Configuraci� de instrumento:</translation> + </message> + <message> + <source>Instrument</source> + <translation type="obsolete">Instrumento</translation> + </message> + <message> + <source>Hi-Hat</source> + <translation type="obsolete">Charli</translation> + </message> + <message> + <source>add</source> + <translation type="obsolete">a�dir</translation> + </message> + <message> + <source>delete</source> + <translation type="obsolete">borrar</translation> + </message> + <message> + <source>steps/count</source> + <translation type="obsolete">pasos/cuenta</translation> + </message> + <message> + <source>count/bar</source> + <translation type="obsolete">cuentas/comp�</translation> + </message> + <message> + <source># bars</source> + <translation type="obsolete">n compases</translation> + </message> + <message> + <source>Group Settings:</source> + <translation type="obsolete">Configuraci� de grupo:</translation> + </message> + <message> + <source>Group</source> + <translation type="obsolete">Grupo</translation> + </message> + <message> + <source>Group 1</source> + <translation type="obsolete">Grupo 1</translation> + </message> + <message> + <source>Group 2</source> + <translation type="obsolete">Grupo 2</translation> + </message> + <message> + <source>Group 3</source> + <translation type="obsolete">Grupo 3</translation> + </message> + <message> + <source>Group 4</source> + <translation type="obsolete">Grupo 4</translation> + </message> + <message> + <source>Group 5</source> + <translation type="obsolete">Grupo 5</translation> + </message> + <message> + <source>contrib</source> + <translation type="obsolete">contrib</translation> + </message> + <message> + <source>listen</source> + <translation type="obsolete">escuchar</translation> + </message> + <message> + <source>Randomize</source> + <translation type="obsolete">aleatorizar</translation> + </message> + <message> + <source>Rhythm Style:</source> + <translation type="obsolete">Estilo de ritmo:</translation> + </message> + <message> + <source>Clear</source> + <translation type="obsolete">L�pio</translation> + </message> + <message> + <source>Open...</source> + <translation type="obsolete">Abrir...</translation> + </message> + <message> + <source>Save</source> + <translation type="obsolete">Guardar</translation> + </message> + <message> + <source>Save as...</source> + <translation type="obsolete">Guardar como...</translation> + </message> + <message> + <source>Generate</source> + <translation type="obsolete">Generar</translation> + </message> + <message> + <source>Close</source> + <translation type="obsolete">Cerrar</translation> + </message> + <message> + <source></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RouteDialogBase</name> + <message> + <source>MusE: Routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Route</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Source:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Destination:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Connect</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>connect source to destination</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Current Routes</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Source</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Destination</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Remove</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>remove selected route</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Score</name> + <message> + <source>&Config</source> + <translation type="obsolete">&Configuraci�</translation> + </message> + <message> + <source>Page Settings</source> + <translation type="obsolete">Configuraci� de p�ina</translation> + </message> + <message> + <source>Staff Settings</source> + <translation type="obsolete">Configuraci� de pentagrama</translation> + </message> + <message> + <source>Background Pixmap</source> + <translation type="obsolete">imagen de fondo</translation> + </message> + <message> + <source>Palettes</source> + <translation type="obsolete">Paletas</translation> + </message> + <message> + <source>Dynamics</source> + <translation type="obsolete">Din�icos</translation> + </message> + <message> + <source>Print</source> + <translation type="obsolete">Imprimir</translation> + </message> + <message> + <source>Preview Print</source> + <translation type="obsolete">Previsualizar la impresi�</translation> + </message> + <message> + <source>Lyrics</source> + <translation type="obsolete">Letra</translation> + </message> + <message> + <source>enter lyrics</source> + <translation type="obsolete">escribe la letra</translation> + </message> + <message> + <source>Text</source> + <translation type="obsolete">Texto</translation> + </message> + <message> + <source>enter text</source> + <translation type="obsolete">escribe el texto</translation> + </message> + <message> + <source>C7m</source> + <translation type="obsolete">C7m</translation> + </message> + <message> + <source>enter chord symbol</source> + <translation type="obsolete">escribe el s�bolo del acorde</translation> + </message> + <message> + <source>to previous voice</source> + <translation type="obsolete">al timbre anterior</translation> + </message> + <message> + <source>to next voice</source> + <translation type="obsolete">al timbre siguiente</translation> + </message> + <message> + <source>flip stem direction</source> + <translation type="obsolete">intercambia la direcci� de la armadura</translation> + </message> + <message> + <source>move marked notes to previous voice or to upper stave in a split system</source> + <translation type="obsolete">mueve las notas marcadas al timbre anterior o a la parte superior en sistemas partidos</translation> + </message> + <message> + <source>move marked notes to next voice or to lower stave in a split system</source> + <translation type="obsolete">mueve las notas marcadas al timbre siguiente o a la parte inferior en sistemas partidos</translation> + </message> + <message> + <source>flip stem direction of selected notes</source> + <translation type="obsolete">intercambia la direcci� de la armadura de las notas seleccionadas</translation> + </message> + <message> + <source>StaffSettings</source> + <translation type="obsolete">Configuraci� de pentagrama</translation> + </message> + <message> + <source>MusE: config wallpaper</source> + <translation type="obsolete">MusE: Configurar imagen de fondo</translation> + </message> + <message> + <source>Score</source> + <translation type="obsolete">Partitura</translation> + </message> +</context> +<context> + <name>ScoreConfig</name> + <message> + <source>Staff Settings: </source> + <translation type="obsolete">Configuraci� de Pentagrama: </translation> + </message> + <message> + <source>Track List</source> + <translation type="obsolete">Lista de pistas</translation> + </message> + <message> + <source>Key/Clef</source> + <translation type="obsolete">Clave</translation> + </message> + <message> + <source>Raster</source> + <translation type="obsolete">Raster</translation> + </message> + <message> + <source>Note Quantize</source> + <translation type="obsolete">Cuantizaci� de nota</translation> + </message> + <message> + <source>Rest Quantize</source> + <translation type="obsolete">Restaurar cuantizaci�</translation> + </message> + <message> + <source>Mode</source> + <translation type="obsolete">Modo</translation> + </message> + <message> + <source>Split System</source> + <translation type="obsolete">Sistema partido</translation> + </message> + <message> + <source>Splitpoint</source> + <translation type="obsolete">punto de separaci�</translation> + </message> + <message> + <source>Ok</source> + <translation type="obsolete">Aceptar</translation> + </message> + <message> + <source>Apply</source> + <translation type="obsolete">Aplicar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Cancelar</translation> + </message> + <message> + <source>Upper Staff</source> + <translation type="obsolete">Pentagrama superior</translation> + </message> + <message> + <source>Lower Staff</source> + <translation type="obsolete">Pentagrama inferior</translation> + </message> +</context> +<context> + <name>ScrollScale</name> + <message> + <source>next page</source> + <translation type="unfinished">p�ina siguiente</translation> + </message> + <message> + <source>previous page</source> + <translation type="unfinished">p�ina anterior</translation> + </message> + <message> + <source>current page number</source> + <translation type="unfinished">numero de p�ina actual</translation> + </message> +</context> +<context> + <name>ShortcutCaptureDialogBase</name> + <message> + <source>Enter shortcut sequence</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Press keys to enter shortcut sequence!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Old shortcut:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Undefined</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>New shortcut:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> +</context> +<context> + <name>ShortcutConfigBase</name> + <message> + <source>Configure Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Shortcut Category</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Description</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Shortcut</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Clear</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Define</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Apply</source> + <translation type="unfinished">&Aplicar</translation> + </message> + <message> + <source>Alt+A</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SigScale</name> + <message> + <source>signature scale</source> + <translation type="unfinished">Armadura de la escala</translation> + </message> +</context> +<context> + <name>StkGuiBase</name> + <message> + <source>MyDialog2</source> + <translation type="obsolete">MiDialogo2</translation> + </message> + <message> + <source>Voices</source> + <translation type="obsolete">Voces</translation> + </message> + <message> + <source>Edit</source> + <translation type="obsolete">Editar</translation> + </message> +</context> +<context> + <name>SynthConfigBase</name> + <message> + <source>MusE: Synth Configuration</source> + <translation type="unfinished">MusE: Configuraci� del Sintetizador virtual</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation type="unfinished">Sintetizador Virtual</translation> + </message> + <message> + <source>File</source> + <translation type="unfinished">Archivo</translation> + </message> + <message> + <source>Instances</source> + <translation type="unfinished">Copias</translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Nombre</translation> + </message> + <message> + <source>list of available software synthesizers</source> + <translation type="unfinished">lista de sintetizadores de software dispoibles</translation> + </message> + <message> + <source>Add Instance</source> + <translation type="unfinished">A�dir copia</translation> + </message> + <message> + <source>Alsa Port</source> + <translation type="obsolete">Puerto ALSA</translation> + </message> + <message> + <source>Remove Instance</source> + <translation type="unfinished">Quitar copia</translation> + </message> + <message> + <source>Midi Port</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi connections</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Inst</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Version</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Description</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>TList</name> + <message> + <source>Midi</source> + <translation type="unfinished">MIDI</translation> + </message> + <message> + <source>Drum</source> + <translation type="unfinished">Percusi�</translation> + </message> + <message> + <source>Wave</source> + <translation type="obsolete">Audio</translation> + </message> + <message> + <source>Delete Track</source> + <translation type="unfinished">Borrar pista</translation> + </message> + <message> + <source>Track Comment</source> + <translation type="unfinished">Comentario de pista</translation> + </message> + <message> + <source>Show Gui</source> + <translation type="unfinished">Mostrar GUI</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation type="unfinished">A�dir pista MIDI</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation type="unfinished">A�dir pista de percusi�</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation type="unfinished">A�dir pista de audio</translation> + </message> + <message> + <source>MusE: bad trackname</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>please choose a unique track name</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Output</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Input</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Aux Send</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Update drummap?</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Do you want to use same port for all instruments in the drummap?</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Yes</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&No</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Do you want to use same port and channel for all instruments in the drummap?</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>TempoSig</name> + <message> + <source>Tempo/Sig</source> + <translation type="unfinished">tempo/firma</translation> + </message> +</context> +<context> + <name>Toolbar1</name> + <message> + <source>Solo</source> + <translation type="unfinished">Solo</translation> + </message> + <message> + <source>Snap</source> + <translation type="unfinished">Snap</translation> + </message> + <message> + <source>Quantize</source> + <translation type="unfinished">Cuantizar</translation> + </message> + <message> + <source>To</source> + <translation type="unfinished">A</translation> + </message> + <message> + <source>All Events</source> + <translation type="unfinished">Todos los eventos</translation> + </message> + <message> + <source>Looped Ev.</source> + <translation type="unfinished">Eventos del bucle</translation> + </message> + <message> + <source>Selected Ev.</source> + <translation type="unfinished">Eventos seleccionados</translation> + </message> + <message> + <source>Looped+Sel.</source> + <translation type="unfinished">Bucle + Selecci�</translation> + </message> + <message> + <source>Cursor</source> + <translation type="unfinished">Cursor</translation> + </message> +</context> +<context> + <name>TrackComment</name> + <message> + <source>MusE: Track Comment</source> + <translation type="unfinished">MusE: Comentario de la pista</translation> + </message> + <message> + <source>Track Comment:</source> + <translation type="unfinished">Comentario de la pista:</translation> + </message> +</context> +<context> + <name>Transport</name> + <message> + <source>Punch In</source> + <translation type="unfinished">Pinchar</translation> + </message> + <message> + <source>Loop</source> + <translation type="unfinished">Bucle</translation> + </message> + <message> + <source>Punch Out</source> + <translation type="unfinished">Fin pinchado</translation> + </message> + <message> + <source>Left Mark</source> + <translation type="unfinished">Marca izquierda</translation> + </message> + <message> + <source>Right Mark</source> + <translation type="unfinished">Marca derecha</translation> + </message> + <message> + <source>Overdub</source> + <translation type="unfinished">A�dir</translation> + </message> + <message> + <source>Replace</source> + <translation type="unfinished">Reemplazar</translation> + </message> + <message> + <source>Rec Mode</source> + <translation type="unfinished">Modo de grabaci�</translation> + </message> + <message> + <source>Normal</source> + <translation type="unfinished">Normal</translation> + </message> + <message> + <source>Mix</source> + <translation type="unfinished">Mezcla</translation> + </message> + <message> + <source>Cycle Rec</source> + <translation type="unfinished">Ciclar Grabaci�</translation> + </message> + <message> + <source>punchin</source> + <translation type="unfinished">pinchar</translation> + </message> + <message> + <source>loop</source> + <translation type="unfinished">bucle</translation> + </message> + <message> + <source>punchout</source> + <translation type="unfinished">fin pinchado</translation> + </message> + <message> + <source>rewind to start</source> + <translation type="unfinished">retroceder al inicio</translation> + </message> + <message> + <source>rewind</source> + <translation type="unfinished">retroceder</translation> + </message> + <message> + <source>forward</source> + <translation type="unfinished">avanzar</translation> + </message> + <message> + <source>stop</source> + <translation type="unfinished">parar</translation> + </message> + <message> + <source>play</source> + <translation type="unfinished">reproducir</translation> + </message> + <message> + <source>record</source> + <translation type="unfinished">grabar</translation> + </message> + <message> + <source>AC</source> + <translation type="unfinished">AC</translation> + </message> + <message> + <source>quantize during record</source> + <translation type="unfinished">cuantizar durante la grabaci�</translation> + </message> + <message> + <source>Click</source> + <translation type="unfinished">Click</translation> + </message> + <message> + <source>metronom click on/off</source> + <translation type="unfinished">Click del metr�omo encendido/apagado</translation> + </message> + <message> + <source>Sync</source> + <translation type="unfinished">Sinconizaci�</translation> + </message> + <message> + <source>external sync on/off</source> + <translation type="unfinished">Sincronizaci� externa encedida/apagada</translation> + </message> + <message> + <source>Master</source> + <translation type="unfinished">Maestro</translation> + </message> + <message> + <source>use master track</source> + <translation type="unfinished">usar pista maestra</translation> + </message> +</context> +<context> + <name>TransposeDialogBase</name> + <message> + <source>MusE: Midi Transpose</source> + <translation type="unfinished">MusE: Transposici� MIDI</translation> + </message> + <message> + <source>Value</source> + <translation type="unfinished">Valor</translation> + </message> + <message> + <source>halftones</source> + <translation type="unfinished">semitonos</translation> + </message> + <message> + <source>Time</source> + <translation type="unfinished">Tiempo</translation> + </message> + <message> + <source>all</source> + <translation type="unfinished">todo</translation> + </message> + <message> + <source>between markers</source> + <translation type="unfinished">entre marcadores</translation> + </message> + <message> + <source>Parts</source> + <translation type="unfinished">Partes</translation> + </message> + <message> + <source>all in selected tracks</source> + <translation type="unfinished">todo en las pistas seleccionadas</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> +</context> +<context> + <name>VAMGuiBase</name> + <message> + <source>Virtual Analogue for MusE</source> + <translation type="obsolete">Analogico virtual para MusE</translation> + </message> + <message> + <source>LFO</source> + <translation type="obsolete">LFO</translation> + </message> + <message> + <source>Freq</source> + <translation type="obsolete">Freq</translation> + </message> + <message> + <source>Waveform</source> + <translation type="obsolete">Tipo Onda</translation> + </message> + <message> + <source>Sine</source> + <translation type="obsolete">Seno</translation> + </message> + <message> + <source>Pulse</source> + <translation type="obsolete">Pulso</translation> + </message> + <message> + <source>Saw</source> + <translation type="obsolete">Sierra</translation> + </message> + <message> + <source>Triangle</source> + <translation type="obsolete">Tri�gulo</translation> + </message> + <message> + <source>Filter</source> + <translation type="obsolete">Filtro</translation> + </message> + <message> + <source>EnvMod</source> + <translation type="obsolete">Modulaci� de envolvente</translation> + </message> + <message> + <source>Attack</source> + <translation type="obsolete">Ataque</translation> + </message> + <message> + <source>Decay</source> + <translation type="obsolete">Decaimiento</translation> + </message> + <message> + <source>Sustain</source> + <translation type="obsolete">Sostenido</translation> + </message> + <message> + <source>Release</source> + <translation type="obsolete">Relajaci�</translation> + </message> + <message> + <source>Cutoff</source> + <translation type="obsolete">Frecuencia de corte</translation> + </message> + <message> + <source>Resonance</source> + <translation type="obsolete">Resonancia</translation> + </message> + <message> + <source>Invert</source> + <translation type="obsolete">Invertir</translation> + </message> + <message> + <source>KeyTrack</source> + <translation type="obsolete">Seguir teclas</translation> + </message> + <message> + <source>Presets</source> + <translation type="obsolete">Plantillas</translation> + </message> + <message> + <source>Set</source> + <translation type="obsolete">Establecer</translation> + </message> + <message> + <source>load preset list</source> + <translation type="obsolete">cargar lista de plantillas</translation> + </message> + <message> + <source>save preset list</source> + <translation type="obsolete">guardar lista de plantillas</translation> + </message> + <message> + <source>save preset list to a new file</source> + <translation type="obsolete">guardar lista de plantillas en un archivo nuevo</translation> + </message> + <message> + <source>delete preset</source> + <translation type="obsolete">borrar plantilla</translation> + </message> + <message> + <source>DCO 1</source> + <translation type="obsolete">DCO 1</translation> + </message> + <message> + <source>Pitch</source> + <translation type="obsolete">Tono</translation> + </message> + <message> + <source>Detune</source> + <translation type="obsolete">Desafinaci�</translation> + </message> + <message> + <source>PWM</source> + <translation type="obsolete">PWM</translation> + </message> + <message> + <source>FM</source> + <translation type="obsolete">FM</translation> + </message> + <message> + <source>PW</source> + <translation type="obsolete">PW</translation> + </message> + <message> + <source>DCO 2</source> + <translation type="obsolete">DCO 2</translation> + </message> + <message> + <source>On</source> + <translation type="obsolete">Encendido</translation> + </message> + <message encoding="UTF-8"> + <source>VAM 1.0beta2 +Virtual Analog for MusE +Released under GPL. +Copyright(C) 2002 +Jotsif Lindman Hörnlund +( jotsif@linux.nu )</source> + <translation type="obsolete">VAM 1.0beta2 +Virtual Analog for MusE +Released under GPL. +Copyright(C) 2002 +Jotsif Lindman Hörnlund +( jotsif@linux.nu )</translation> + </message> +</context> +<context> + <name>VelocityBase</name> + <message> + <source>MusE: Modify Velocity</source> + <translation type="unfinished">MusE: Modificar velocidad</translation> + </message> + <message> + <source>Range</source> + <translation type="unfinished">Rango</translation> + </message> + <message> + <source>All Events</source> + <translation type="unfinished">Todos los eventos</translation> + </message> + <message> + <source>Selected Events</source> + <translation type="unfinished">Eventos seleccionados</translation> + </message> + <message> + <source>Looped Events</source> + <translation type="unfinished">Eventos del bucle</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation type="unfinished">Seleccionados y bucle</translation> + </message> + <message> + <source>Values</source> + <translation type="unfinished">Valores</translation> + </message> + <message> + <source>Rate:</source> + <translation type="unfinished">Velocidad:</translation> + </message> + <message> + <source>Offset:</source> + <translation type="unfinished">Desplazamiento:</translation> + </message> + <message> + <source>%</source> + <translation type="unfinished">%</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished">Aceptar</translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Cancelar</translation> + </message> +</context> +<context> + <name>WTScale</name> + <message> + <source>bar scale</source> + <translation type="unfinished">escala de compases</translation> + </message> +</context> +<context> + <name>WaveEdit</name> + <message> + <source>Normalize</source> + <translation>Normalizar</translation> + </message> + <message> + <source>weTools</source> + <translation type="unfinished">Herramientas de Audio</translation> + </message> + <message> + <source>Solo</source> + <translation type="unfinished">Solo</translation> + </message> + <message> + <source>Cursor</source> + <translation type="unfinished">Cursor</translation> + </message> + <message> + <source>&File</source> + <translation type="unfinished">&Archivo</translation> + </message> + <message> + <source>Functions</source> + <translation type="unfinished">Funciones</translation> + </message> +</context> +<context> + <name>WaveTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation type="unfinished">MusE: Informaci� de pista</translation> + </message> + <message> + <source>Track Info</source> + <translation type="unfinished">Informaci� de pista</translation> + </message> + <message> + <source>Track Name</source> + <translation type="unfinished">Nombre de pista</translation> + </message> + <message> + <source>Output Route:</source> + <translation type="unfinished">Ruta de salida:</translation> + </message> + <message> + <source>Input Route:</source> + <translation type="unfinished">Ruta de netrada:</translation> + </message> + <message> + <source>Ports:</source> + <translation type="unfinished">Puertos:</translation> + </message> + <message> + <source>Mono</source> + <translation type="unfinished">Mono</translation> + </message> + <message> + <source>Stereo</source> + <translation type="unfinished">Est�eo</translation> + </message> +</context> +</TS> diff --git a/muse2/share/locale/muse_fr.qm b/muse2/share/locale/muse_fr.qm Binary files differnew file mode 100644 index 00000000..60d57825 --- /dev/null +++ b/muse2/share/locale/muse_fr.qm diff --git a/muse2/share/locale/muse_fr.ts b/muse2/share/locale/muse_fr.ts new file mode 100644 index 00000000..0f654345 --- /dev/null +++ b/muse2/share/locale/muse_fr.ts @@ -0,0 +1,5947 @@ +<!DOCTYPE TS><TS> +<context> + <name></name> + <message> + <source>Click this button to enable recording</source> + <translation>Cliquez sur ce bouton pour activer +l'enregistrement</translation> + </message> + <message> + <source>sets amount of quantization: +0 - no quantization +100 - full quantization</source> + <translation>Définit le niveau de quantisation: +0 - pas de quantisation +100 - quantisation complète</translation> + </message> + <message> + <source>select Pointer Tool: +with the pointer tool you can: + select parts + move parts + copy parts</source> + <translation>Choisir l'Outil de Pointage: +avec l'outil de pointage vous pouvez: + choisir des pièces + déplacer des pièces + copier des pièces</translation> + </message> +</context> +<context> + <name>@default</name> + <message> + <source>Click this button to open a <em>new +song</em>.<br>You can also select the <b>Open +command</b> from the File menu.</source> + <translation>Cliquez sur ce bouton pour ouvrir une <em>nouvelle +chanson</em>.<br>Vous pouvez aussi sélectionner la +<b>commande Ouvrir</b> � partir du menu Fichier.</translation> + </message> + <message> + <source>Click this button to save the song you are editing. You will +be prompted for a file name. +You can also select the Save command from the File menu.</source> + <translation>Cliquez sur ce bouton pour sauvegarder la chanson que vous +éditez. Le nom de sauvegarde vous sera demandé. +Vous pouvez aussi choisir la commande Enregistrer dans le menu Fichier.<byte value="x9"/></translation> + </message> + <message> + <source>Create New Song</source> + <translation>Créer une nouvelle chanson</translation> + </message> + <message> + <source>Click this button to stop playback</source> + <translation>Cliquez sur ce bouton pour arréter la +lecture</translation> + </message> + <message> + <source>Click this button to start playback</source> + <translation>Cliquez sur ce bouton pour démarrer la +lecture</translation> + </message> + <message> + <source>Click this button to rewind to start position</source> + <translation>Cliquez sur ce bouton pour revenir � la position de +départ</translation> + </message> + <message> + <source>Click this button to rewind</source> + <translation>Cliquez sur ce bouton pour revenir en +arrière</translation> + </message> + <message> + <source>Click this button to forward current play position</source> + <translation>Cliquez sur ce bouton pour avancer dans la +lecture</translation> + </message> + <message> + <source>don't quantize notes above this tick limit</source> + <translation>Ne pas quantiser les notes sur cette limite (en +tick)</translation> + </message> + <message> + <source>quantize also note len as default</source> + <translation>quantiser aussi la longueur de note par +défault</translation> + </message> + <message> + <source>loop between left mark and right mark</source> + <translation>Boucler entre les marqueurs gauche et droit</translation> + </message> + <message> + <source>record starts at left mark</source> + <translation>l'enregistrement démarre au marqueur +gauche</translation> + </message> + <message> + <source>record stops at right mark</source> + <translation>l'enregistrement s'arrète au marqueur +droit</translation> + </message> + <message> + <source>rewind to start position</source> + <translation>revenir � la position de départ</translation> + </message> + <message> + <source>rewind current position</source> + <translation>revenir � la position en cours</translation> + </message> + <message> + <source>move current position</source> + <translation>déplacer la position en cours</translation> + </message> + <message> + <source>stop sequencer</source> + <translation>arréter le séquenceur</translation> + </message> + <message> + <source>start sequencer play</source> + <translation>démarrer la lecture du séquenceur</translation> + </message> + <message> + <source>to record press record and then play</source> + <translation>pour enregistrer, presser Enregistrement (Record) puis +Lecture (Play)</translation> + </message> + <message> + <source>send note off to all midi channels</source> + <translation>envoyer ordre de relachement de note � tous les canaux +midi</translation> + </message> + <message> + <source>select Pencil Tool: +with the pencil tool you can: + create new parts + modify length of parts</source> + <translation>Choisir l'Outil Crayon +avec le crayon vous pouvez: + créer de nouvelles pièces + modifier la longueur des pièces</translation> + </message> + <message> + <source>select Delete Tool: +with the delete tool you can delete parts</source> + <translation>choisir l'Outil Gomme: +avec la gomme vous pouvez effacer les pièces</translation> + </message> + <message> + <source>select Cut Tool: +with the cut tool you can split a part</source> + <translation>Choisir l'Outil Ciseaux +avec les ciseaux vous pouver couper une pièce</translation> + </message> + <message> + <source>select Glue Tool: +with the glue tool you can glue two parts</source> + <translation>Choisir l'Outil Colle: +avec la colle vous pouvez coller deux pièces ensemble</translation> + </message> + <message> + <source>select Score Tool: +</source> + <translation>Choisir l'Outil Partition</translation> + </message> + <message> + <source>select Quantize Tool: +insert display quantize event</source> + <translation>Choisir l'Outil Quantisation: +pour voir les marques de quantisation</translation> + </message> + <message> + <source>select Drawing Tool</source> + <translation>Choisir l'Outil de Dessin</translation> + </message> + <message> + <source>select Muting Tool: +click on part to mute/unmute</source> + <translation>Choisir l'Outil Silence: +cliquez sur une pièces pour la rendre muette ou pas.</translation> + </message> + <message> + <source>pointer</source> + <translation>pointeur</translation> + </message> + <message> + <source>pencil</source> + <translation>crayon</translation> + </message> + <message> + <source>rubber</source> + <translation>gomme</translation> + </message> + <message> + <source>cutter</source> + <translation>ciseaux</translation> + </message> + <message> + <source>score</source> + <translation>partition</translation> + </message> + <message> + <source>glue</source> + <translation>colle</translation> + </message> + <message> + <source>quantize</source> + <translation>quantisation</translation> + </message> + <message> + <source>draw</source> + <translation>dessin</translation> + </message> + <message> + <source>mute parts</source> + <translation>silence</translation> + </message> + <message> + <source>Off</source> + <translation>Arrêt</translation> + </message> + <message> + <source>presets (*.pre *.pre.gz *.pre.bz2)</source> + <translation>réglages (presets: *.pre *.pre.gz +*.pre.bz2)</translation> + </message> + <message> + <source>All Files (*)</source> + <translation>Tous les Fichiers (*)</translation> + </message> +</context> +<context> + <name>Appearance</name> + <message> + <source>MusE: load image</source> + <translation>MusE: charger une image</translation> + </message> + <message> + <source>handle of transport window</source> + <translation>poignée de la fenêtre Transport</translation> + </message> + <message> + <source>track activity in arranger</source> + <translation>Activité des pistes dans l'Arrangeur</translation> + </message> + <message> + <source>bigtime font color</source> + <translation>Couleur de la police dans le GrandChrono</translation> + </message> + <message> + <source>bigtime background color</source> + <translation>Couleur de fond du GrandChrono</translation> + </message> + <message> + <source>waveedit background color</source> + <translation>Couleur du fond de l'éditeur +d'échantillon</translation> + </message> +</context> +<context> + <name>AppearanceDialogBase</name> + <message> + <source>MusE: Appearance settings</source> + <translation>MusE: réglages de l'apparence</translation> + </message> + <message> + <source>Apply</source> + <translation>Appliquer</translation> + </message> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> + <message> + <source>Arranger</source> + <translation>Arrangeur</translation> + </message> + <message> + <source>Parts</source> + <translation>Pièces</translation> + </message> + <message> + <source>show frames</source> + <translation>montrer les séparations</translation> + </message> + <message> + <source>show names</source> + <translation>montrer les noms</translation> + </message> + <message> + <source>show events</source> + <translation>montrer les évènements</translation> + </message> + <message> + <source>show Cakewalk Style</source> + <translation>montrer dans le style Cakewalk</translation> + </message> + <message> + <source>Events</source> + <translation>Evènements</translation> + </message> + <message> + <source>note on</source> + <translation>note on</translation> + </message> + <message> + <source>poly pressure</source> + <translation>pression poly</translation> + </message> + <message> + <source>controller</source> + <translation>contrôleurs</translation> + </message> + <message> + <source>aftertouch</source> + <translation>pression (aftertouch)</translation> + </message> + <message> + <source>pitch bend</source> + <translation>molette de hauteur (pitch)</translation> + </message> + <message> + <source>program change</source> + <translation>sélection de programme (prog. change)</translation> + </message> + <message> + <source>special</source> + <translation>spécial</translation> + </message> + <message> + <source>Background picture</source> + <translation>image de fond</translation> + </message> + <message> + <source>bg</source> + <translation>fond</translation> + </message> + <message> + <source>select...</source> + <translation>choisissez...</translation> + </message> + <message> + <source>show snap grid</source> + <translation>voir la grille de positionnement</translation> + </message> + <message> + <source>Colors</source> + <translation>couleurs</translation> + </message> + <message> + <source>Items</source> + <translation>Objets</translation> + </message> + <message> + <source>selected</source> + <translation>sélectionné</translation> + </message> + <message> + <source>current:</source> + <translation>en cours:</translation> + </message> + <message> + <source>change...</source> + <translation>changer...</translation> + </message> + <message> + <source>dynamic colors for track activity in arranger</source> + <translation>Choix auto des couleurs pour l'activité des pistes +dans l'Arrangeur</translation> + </message> + <message> + <source>Style/Fonts</source> + <translation>Styles/Polices</translation> + </message> + <message> + <source>QT Theme</source> + <translation>Thème</translation> + </message> + <message> + <source>Windows</source> + <translation>Windows</translation> + </message> + <message> + <source>MusE</source> + <translation>MusE</translation> + </message> + <message> + <source>Metal</source> + <translation>Metal</translation> + </message> + <message> + <source>Norwegian Wood</source> + <translation>Norwegian Wood</translation> + </message> + <message> + <source>Platinum</source> + <translation>Platinum</translation> + </message> + <message> + <source>CDE</source> + <translation>CDE</translation> + </message> + <message> + <source>Motif</source> + <translation>Motif</translation> + </message> + <message> + <source>Motif Plus</source> + <translation>Motif Plus</translation> + </message> + <message> + <source>Fonts</source> + <translation>Polices</translation> + </message> + <message> + <source>Family</source> + <translation>Famille</translation> + </message> + <message> + <source>Size</source> + <translation>Taille</translation> + </message> + <message> + <source>Font 1</source> + <translation>Police 1</translation> + </message> + <message> + <source>Font 2</source> + <translation>Police 2</translation> + </message> + <message> + <source>Font 3</source> + <translation>Police 3</translation> + </message> + <message> + <source>Font 0</source> + <translation>Police 0</translation> + </message> + <message> + <source>Bold</source> + <translation>Gras</translation> + </message> + <message> + <source>Italic</source> + <translation>Italique</translation> + </message> + <message> + <source>...</source> + <translation>...</translation> + </message> + <message> + <source>Font 4</source> + <translation>Police 4</translation> + </message> + <message> + <source>Font 5</source> + <translation>Couleurs</translation> + </message> +</context> +<context> + <name>Arranger</name> + <message> + <source>Cursor</source> + <translation>Curseur</translation> + </message> + <message> + <source>Snap</source> + <translation>Aligne</translation> + </message> + <message> + <source>Len</source> + <translation>Long</translation> + </message> + <message> + <source>Type</source> + <translation>Type</translation> + </message> + <message> + <source>NO</source> + <translation>NON</translation> + </message> + <message> + <source>midi song type</source> + <translation>type de fichier midi</translation> + </message> + <message> + <source>Pitch</source> + <translation>Hauteur</translation> + </message> + <message> + <source>midi pitch</source> + <translation>hauteur midi</translation> + </message> + <message> + <source>global midi pitch shift</source> + <translation>transposition midi globale</translation> + </message> + <message> + <source>Tempo</source> + <translation>Tempo</translation> + </message> + <message> + <source>midi tempo</source> + <translation>tempo midi</translation> + </message> + <message> + <source>TrackInfo</source> + <translation>InfoPiste</translation> + </message> + <message> + <source>Track</source> + <translation>Piste</translation> + </message> + <message> + <source>O-Port</source> + <translation>O-Port</translation> + </message> + <message> + <source>Arranger</source> + <translation>Arrangeur</translation> + </message> + <message> + <source>Off</source> + <translation>Arrêt</translation> + </message> + <message> + <source>Bar</source> + <translation>Mesure</translation> + </message> + <message> + <source>GM</source> + <translation>GM</translation> + </message> + <message> + <source>GS</source> + <translation>GS</translation> + </message> + <message> + <source>XG</source> + <translation>XG</translation> + </message> + <message> + <source>N</source> + <translation>N</translation> + </message> + <message> + <source>R</source> + <translation>R</translation> + </message> + <message> + <source>A</source> + <translation>A</translation> + </message> + <message> + <source>M</source> + <translation>M</translation> + </message> + <message> + <source>S</source> + <translation>S</translation> + </message> + <message> + <source>C</source> + <translation>C</translation> + </message> + <message> + <source>Ch</source> + <translation>Ch</translation> + </message> + <message> + <source>T</source> + <translation>T</translation> + </message> + <message> + <source>Master</source> + <translation></translation> + </message> + <message> + <source>Group A</source> + <translation></translation> + </message> + <message> + <source>Group B</source> + <translation></translation> + </message> + <message> + <source>Group C</source> + <translation></translation> + </message> + <message> + <source>Group D</source> + <translation></translation> + </message> +</context> +<context> + <name>AudioConfBase</name> + <message> + <source>MusE: Audio Configuration</source> + <translation>MusE: Configuration Audio</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Appliquer</translation> + </message> + <message> + <source>&OK</source> + <translation>&OK</translation> + </message> + <message> + <source>&Cancel</source> + <translation>A&nnuler</translation> + </message> + <message> + <source>Audio Parameters</source> + <translation>Paramètres Audio</translation> + </message> + <message> + <source>32</source> + <translation>32</translation> + </message> + <message> + <source>64</source> + <translation>64</translation> + </message> + <message> + <source>128</source> + <translation>128</translation> + </message> + <message> + <source>256</source> + <translation>256</translation> + </message> + <message> + <source>512</source> + <translation>512</translation> + </message> + <message> + <source>1024</source> + <translation>1024</translation> + </message> + <message> + <source>2048</source> + <translation>2048</translation> + </message> + <message> + <source>4096</source> + <translation>4096</translation> + </message> + <message> + <source>Frame Size:</source> + <translation>Longueur des trames:</translation> + </message> + <message> + <source>Delay:</source> + <translation>Délai:</translation> + </message> + <message> + <source>Sample Rate:</source> + <translation>Fréquence d'échantillonage:</translation> + </message> + <message> + <source>44100</source> + <translation>44100</translation> + </message> + <message> + <source>48000</source> + <translation>48000</translation> + </message> + <message> + <source>96000</source> + <translation>96000</translation> + </message> + <message> + <source>Audio Driver</source> + <translation>Pilote Audio</translation> + </message> + <message> + <source>Use Alsa</source> + <translation>Alsa</translation> + </message> + <message> + <source>Use JACK</source> + <translation>JACK</translation> + </message> + <message> + <source>No Audio</source> + <translation>Pas d'audio</translation> + </message> + <message> + <source>Status:</source> + <translation>Etat:</translation> + </message> + <message> + <source>TextLabel6</source> + <translation>TextLabel6</translation> + </message> +</context> +<context> + <name>AudioMixerApp</name> + <message> + <source>1/2 channel</source> + <translation>1/2 canal</translation> + </message> + <message> + <source>pre fader - post fader</source> + <translation>pre fader - post fader</translation> + </message> + <message> + <source>record</source> + <translation>enregistrement</translation> + </message> + <message> + <source>mute</source> + <translation>silence</translation> + </message> + <message> + <source>pre fader listening</source> + <translation>écoute pre fader</translation> + </message> + <message> + <source>record downmix</source> + <translation>enregistrer mixdown</translation> + </message> + <message> + <source>off</source> + <translation>arrêt</translation> + </message> + <message> + <source>output routing</source> + <translation>chemin de sortie (routing)</translation> + </message> + <message> + <source>&Config</source> + <translation>&Configuration</translation> + </message> + <message> + <source>Add Input Strip</source> + <translation>Ajouter une Bande d'Entrée</translation> + </message> + <message> + <source>S</source> + <translation>S</translation> + </message> + <message> + <source>Pre</source> + <translation>Pre</translation> + </message> + <message> + <source>dB</source> + <translation>dB</translation> + </message> + <message> + <source>MusE: Audio Mixer</source> + <translation>MusE: Mixeur Audio</translation> + </message> + <message> + <source>Inputs</source> + <translation>Entrées</translation> + </message> + <message> + <source>Synthi</source> + <translation>Synth</translation> + </message> + <message> + <source>Tracks</source> + <translation>Pistes</translation> + </message> + <message> + <source>Groups</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Master</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Group A</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Group B</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Group C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Group D</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>None</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>BigTime</name> + <message> + <source>MusE: Bigtime</source> + <translation>MusE: GrandChrono</translation> + </message> +</context> +<context> + <name>ClipListEdit</name> + <message> + <source>MusE: Clip List Editor</source> + <translation>MusE: Editeur de la Liste de Clips</translation> + </message> +</context> +<context> + <name>ClipListEditorBase</name> + <message> + <source>MusE: ClipList</source> + <translation>MusE: Liste de Clips</translation> + </message> + <message> + <source>Name</source> + <translation>Nom</translation> + </message> + <message> + <source>Refs</source> + <translation>Réfs</translation> + </message> + <message> + <source>Start</source> + <translation>Départ</translation> + </message> + <message> + <source>Len</source> + <translation>Long</translation> + </message> + <message> + <source>Data</source> + <translation>Donnée</translation> + </message> + <message> + <source>Clip Properties</source> + <translation>Propriétés du Clip</translation> + </message> + <message> + <source>Pos:</source> + <translation>Pos:</translation> + </message> + <message> + <source>Len:</source> + <translation>Long:</translation> + </message> +</context> +<context> + <name>CommentBase</name> + <message> + <source>Form1</source> + <translation>Forme1</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Commentaire pour la Piste</translation> + </message> + <message> + <source>Track 1</source> + <translation>Piste 1</translation> + </message> +</context> +<context> + <name>CtrlPanel</name> + <message> + <source>select controller</source> + <translation>Choisissez le contrôle</translation> + </message> + <message> + <source>remove panel</source> + <translation>enlever le panneau</translation> + </message> + <message> + <source>other ...</source> + <translation>autres...</translation> + </message> + <message> + <source>Sel</source> + <translation>Sél</translation> + </message> + <message> + <source>x</source> + <translation>x</translation> + </message> + <message> + <source>Velocity</source> + <translation>Vélocité</translation> + </message> + <message> + <source>Pitch</source> + <translation>Hauteur</translation> + </message> +</context> +<context> + <name>DrumEdit</name> + <message> + <source>Load Map</source> + <translation>Charger set de batterie</translation> + </message> + <message> + <source>Save Map</source> + <translation>Enregistrer set de batterie</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Editer</translation> + </message> + <message> + <source>Cut</source> + <translation>Couper</translation> + </message> + <message> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <source>Paste</source> + <translation>Coller</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Effacer</translation> + </message> + <message> + <source>Select All</source> + <translation>Tout sélectionner</translation> + </message> + <message> + <source>Select None</source> + <translation>Dé-sélectionner</translation> + </message> + <message> + <source>Invert</source> + <translation>Inverser</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>Dans la boucle</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Hors de la boucle</translation> + </message> + <message> + <source>&Select</source> + <translation>&Sélectionner</translation> + </message> + <message> + <source>Step Record</source> + <translation>Enregistrement pas-�-pas</translation> + </message> + <message> + <source>Midi Input</source> + <translation>Entrée Midi</translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Ajouter une Vue des contrôles</translation> + </message> + <message> + <source>M</source> + <translation>M</translation> + </message> + <message> + <source>Sound</source> + <translation>Son</translation> + </message> + <message> + <source>QNT</source> + <translation>QNT</translation> + </message> + <message> + <source>E-Note</source> + <translation>E-Note</translation> + </message> + <message> + <source>Len</source> + <translation>Long</translation> + </message> + <message> + <source>A-Note</source> + <translation>A-Note</translation> + </message> + <message> + <source>Ch</source> + <translation>Ch</translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> + <message> + <source>LV1</source> + <translation>LV1</translation> + </message> + <message> + <source>LV2</source> + <translation>LV2</translation> + </message> + <message> + <source>LV3</source> + <translation>LV3</translation> + </message> + <message> + <source>LV4</source> + <translation>LV4</translation> + </message> + <message> + <source>&File</source> + <translation>&Fichier</translation> + </message> + <message> + <source>Load Drummap</source> + <translation>Charger Set de Batterie</translation> + </message> + <message> + <source>Store Drummap</source> + <translation>Enregistrer Set de Batterie</translation> + </message> + <message> + <source>ctrl</source> + <translation>ctrl</translation> + </message> + <message> + <source>drummaps</source> + <translation>Sets de Batterie</translation> + </message> + <message> + <source>Muse: Load Drum Map</source> + <translation>MusE: Charger Set de Batterie</translation> + </message> + <message> + <source>MusE: Store Drum Map</source> + <translation>MusE: Enregistrer Set de Batterie</translation> + </message> +</context> +<context> + <name>EditCAfterDialog</name> + <message> + <source>Time Position</source> + <translation>Position temporelle</translation> + </message> + <message> + <source>Pressure</source> + <translation>Pression</translation> + </message> + <message> + <source>MusE: Enter Channel Aftertouch</source> + <translation>MusE: Entrez le Canal de Pression +(AfterTouch)</translation> + </message> +</context> +<context> + <name>EditCtrl14Dialog</name> + <message> + <source>Time Position</source> + <translation>Position temporelle</translation> + </message> + <message> + <source>Controller-H</source> + <translation>Contrôle H</translation> + </message> + <message> + <source>Controller-L</source> + <translation>Contrôle L</translation> + </message> + <message> + <source>Value</source> + <translation>Valeur</translation> + </message> + <message> + <source>MusE: Enter Controller14 Event</source> + <translation>MusE: Entrer l'évènement Contrôle 14</translation> + </message> +</context> +<context> + <name>EditCtrl7Dialog</name> + <message> + <source>Time Position</source> + <translation>Position temporelle</translation> + </message> + <message> + <source>Controller</source> + <translation>Contrôle</translation> + </message> + <message> + <source>Value</source> + <translation>Valeur</translation> + </message> + <message> + <source>MusE: Enter Controller Event</source> + <translation>MusE: Entrez l'Evénement Contrôle</translation> + </message> +</context> +<context> + <name>EditCtrl7DialogBase</name> + <message> + <source>MusE: Enter Controller</source> + <translation>Muse: Entrez le Contrôle</translation> + </message> + <message> + <source>Controller:</source> + <translation>Contrôle:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Position temporelle:</translation> + </message> + <message> + <source>Value:</source> + <translation>Valeur:</translation> + </message> + <message> + <source>controller value</source> + <translation>Valeur du Contrôle</translation> + </message> + <message> + <source>OK</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> +</context> +<context> + <name>EditEventDialog</name> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> +</context> +<context> + <name>EditMetaDialog</name> + <message> + <source>Time Position</source> + <translation>Position temporelle</translation> + </message> + <message> + <source>Meta Type</source> + <translation>Meta Type</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Entrez en Hexa</translation> + </message> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MusE: Entrer un Evènement en Hexa</translation> + </message> +</context> +<context> + <name>EditMetaDialogBase</name> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MusE: Entrer un Méta Evènement</translation> + </message> + <message> + <source>OK</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> + <message> + <source>TextLabel1</source> + <translation>TextLabel1</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Position temporelle</translation> + </message> + <message> + <source>Meta Type:</source> + <translation>Meta Type</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Entrée Hexa</translation> + </message> +</context> +<context> + <name>EditNoteDialogBase</name> + <message> + <source>MusE: Enter Note</source> + <translation>Mus2: Entrer la Note</translation> + </message> + <message> + <source>OK</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> + <message> + <source>Length:</source> + <translation>Longueur:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Position temporelle:</translation> + </message> + <message> + <source>Pitch:</source> + <translation>Hauteur</translation> + </message> + <message> + <source>Velocity On:</source> + <translation>Vélocité On:</translation> + </message> + <message> + <source>Velocity Off:</source> + <translation>Vélocité Off:</translation> + </message> +</context> +<context> + <name>EditPAfterDialog</name> + <message> + <source>Time Position</source> + <translation>Position temporelle</translation> + </message> + <message> + <source>Pitch</source> + <translation>Hauteur</translation> + </message> + <message> + <source>Pressure</source> + <translation>Pression</translation> + </message> + <message> + <source>MusE: Enter Poly Aftertouch</source> + <translation>Muse: Entrer la Pression polyphonique</translation> + </message> +</context> +<context> + <name>EditPitchDialog</name> + <message> + <source>Time Position</source> + <translation>Editer la Position temporelle</translation> + </message> + <message> + <source>Pitch</source> + <translation>Hauteur</translation> + </message> + <message> + <source>MusE: Enter Pitch Shift</source> + <translation>MusE: Entrez le décalage de Hauteur</translation> + </message> +</context> +<context> + <name>EditSysexDialogBase</name> + <message> + <source>MusE: Enter SysEx</source> + <translation>MusE: Entrer le Sysex</translation> + </message> + <message> + <source>TimePosition:</source> + <translation>Position temporelle</translation> + </message> + <message> + <source>Comment:</source> + <translation>Commentaire:</translation> + </message> + <message> + <source>OK</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> +</context> +<context> + <name>EditToolBar</name> + <message> + <source>Edit Tools</source> + <translation>Outils d'Edition</translation> + </message> +</context> +<context> + <name>EffectRack</name> + <message> + <source>effect rack</source> + <translation>rack d'effets</translation> + </message> + <message> + <source>move up</source> + <translation>Déplacer vers le haut</translation> + </message> + <message> + <source>move down</source> + <translation>Déplacer vers le bas</translation> + </message> + <message> + <source>remove</source> + <translation>enlever</translation> + </message> + <message> + <source>bypass</source> + <translation>direct</translation> + </message> + <message> + <source>show gui</source> + <translation>montrer l'interface</translation> + </message> + <message> + <source>new</source> + <translation>nouveau</translation> + </message> + <message> + <source>change</source> + <translation>changement</translation> + </message> +</context> +<context> + <name>FLUIDGuiBase</name> + <message> + <source>Form1</source> + <translation>Form1</translation> + </message> + <message> + <source>Soundfont</source> + <translation>Set de Sons</translation> + </message> + <message> + <source>Load</source> + <translation>Charger</translation> + </message> +</context> +<context> + <name>FLUIDSynthGuiBase</name> + <message> + <source>FLUID Synth</source> + <translation>FLUID Synth</translation> + </message> + <message> + <source>Gain</source> + <translation>Gain</translation> + </message> + <message> + <source>Room Size</source> + <translation>Dimension de la chambre</translation> + </message> + <message> + <source>Damping</source> + <translation>Atténuation</translation> + </message> + <message> + <source>Level</source> + <translation>Niveau</translation> + </message> + <message> + <source>Width</source> + <translation>Largeur</translation> + </message> + <message> + <source>Speed</source> + <translation>Vitesse</translation> + </message> + <message> + <source>Depth</source> + <translation>Profondeur</translation> + </message> + <message> + <source>Number</source> + <translation>Nombre</translation> + </message> + <message> + <source>Type</source> + <translation>Type</translation> + </message> + <message> + <source>Sine</source> + <translation>Sinusoide</translation> + </message> + <message> + <source>Triangle</source> + <translation>Triangle</translation> + </message> + <message> + <source>Reverb</source> + <translation>Réverb</translation> + </message> + <message> + <source>Chorus</source> + <translation>Chorus</translation> + </message> + <message> + <source>Pop</source> + <translation>Pop</translation> + </message> + <message> + <source>Push</source> + <translation>Pousser</translation> + </message> + <message> + <source>...</source> + <translation>...</translation> + </message> + <message> + <source>show fluidsynth controls</source> + <translation>Montrer les contrôles de fluidsynth</translation> + </message> + <message> + <source>Load</source> + <translation>charger</translation> + </message> + <message> + <source>Save</source> + <translation>Enregistrer</translation> + </message> +</context> +<context> + <name>FileDialogButtons</name> + <message> + <source>Form1</source> + <translation>Form1</translation> + </message> + <message> + <source>Global</source> + <translation>Global</translation> + </message> + <message> + <source>User</source> + <translation>Utilisateur</translation> + </message> + <message> + <source>Project</source> + <translation>Projet</translation> + </message> +</context> +<context> + <name>FontSel</name> + <message> + <source>Size:</source> + <translation>Taille:</translation> + </message> +</context> +<context> + <name>GateTimeBase</name> + <message> + <source>MusE: Modify Gate Time</source> + <translation>MusE: modifier le temps de fermeture (Gate +Time)</translation> + </message> + <message> + <source>Range</source> + <translation>Entre</translation> + </message> + <message> + <source>All Events</source> + <translation>Tous les Evènements</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Evènements choisis</translation> + </message> + <message> + <source>Looped Events</source> + <translation>Evènements bouclés</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Boucle & sélectionnée</translation> + </message> + <message> + <source>Values</source> + <translation>Valeurs</translation> + </message> + <message> + <source>Rate:</source> + <translation>Vitesse:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Décalage:</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>OK</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> +</context> +<context> + <name>GlobalSettingsDialogBase</name> + <message> + <source>MusE: Global Settings</source> + <translation>MusE: Paramètres</translation> + </message> + <message> + <source>Audio</source> + <translation>Audio</translation> + </message> + <message> + <source>Mixer</source> + <translation>Mixeur</translation> + </message> + <message> + <source>dB</source> + <translation>dB</translation> + </message> + <message> + <source>min. Meter Value</source> + <translation>Métrage mini</translation> + </message> + <message> + <source>min.Slider Val</source> + <translation>Val. mini du Curseur</translation> + </message> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>Ticks</source> + <translation>Tics</translation> + </message> + <message> + <source>1024</source> + <translation>1024</translation> + </message> + <message> + <source>2048</source> + <translation>2048</translation> + </message> + <message> + <source>4096</source> + <translation>4096</translation> + </message> + <message> + <source>8172</source> + <translation>8172</translation> + </message> + <message> + <source>Displayed Resolution +(Ticks/Quarternote)</source> + <translation>Résolution affichée +(Tics par 1/4 de note)</translation> + </message> + <message> + <source>48</source> + <translation>48</translation> + </message> + <message> + <source>96</source> + <translation>96</translation> + </message> + <message> + <source>192</source> + <translation>192</translation> + </message> + <message> + <source>384</source> + <translation>384</translation> + </message> + <message> + <source>768</source> + <translation>768</translation> + </message> + <message> + <source>1536</source> + <translation>1536</translation> + </message> + <message> + <source>3072</source> + <translation>3072</translation> + </message> + <message> + <source>6144</source> + <translation>6144</translation> + </message> + <message> + <source>12288</source> + <translation>12288</translation> + </message> + <message> + <source>RTC Resolution +(Ticks/Sec)</source> + <translation>Résolution RTC +(Tics par sec.)</translation> + </message> + <message> + <source>GUI</source> + <translation>GUI</translation> + </message> + <message> + <source>/sec</source> + <translation>/sec</translation> + </message> + <message> + <source>GUI Refresh Rate</source> + <translation>Vitesse de rafraîchissement de +l'interface</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Appliquer</translation> + </message> + <message> + <source>&Ok</source> + <translation>&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Annuler</translation> + </message> + <message> + <source>Help Browser:</source> + <translation>Navigateur pour l'aide:</translation> + </message> +</context> +<context> + <name>LMaster</name> + <message> + <source>new tempo</source> + <translation>nouveau tempo</translation> + </message> + <message> + <source>new signature</source> + <translation>nouvelle signature</translation> + </message> + <message> + <source>Meter</source> + <translation>Métrage</translation> + </message> + <message> + <source>Time</source> + <translation>Temps</translation> + </message> + <message> + <source>Type</source> + <translation>Type</translation> + </message> + <message> + <source>Value</source> + <translation>Valeur</translation> + </message> + <message> + <source>MusE: Mastertrack</source> + <translation>MusE: Piste principale</translation> + </message> + <message> + <source>Tempo</source> + <translation>Tempo</translation> + </message> + <message> + <source>Timesig</source> + <translation>Signature Temporelle</translation> + </message> +</context> +<context> + <name>ListEdit</name> + <message> + <source>&Edit</source> + <translation>&Edition</translation> + </message> + <message> + <source>Cut</source> + <translation>Couper</translation> + </message> + <message> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <source>Paste</source> + <translation>Coller</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Effacer évènements</translation> + </message> + <message> + <source>List Tools</source> + <translation>Outils de Liste</translation> + </message> + <message> + <source>Insert Tools</source> + <translation>Outils d'Insertion</translation> + </message> + <message> + <source>Insert Note</source> + <translation>Insérer Note</translation> + </message> + <message> + <source>insert Note</source> + <translation>insére une note</translation> + </message> + <message> + <source>Insert SysEx</source> + <translation>Insérer SysEx</translation> + </message> + <message> + <source>insert SysEx</source> + <translation>insère une commande midi SysEx</translation> + </message> + <message> + <source>Insert Ctrl</source> + <translation>Insérer Ctrl</translation> + </message> + <message> + <source>insert Ctrl</source> + <translation>insére un caractère de Contrôle</translation> + </message> + <message> + <source>Insert Meta</source> + <translation>Insérer Meta</translation> + </message> + <message> + <source>insert Meta</source> + <translation>insére une balise Meta</translation> + </message> + <message> + <source>Insert Pitch</source> + <translation>Insérer Hauteur</translation> + </message> + <message> + <source>insert Pitch</source> + <translation>insére un changement de tonalité</translation> + </message> + <message> + <source>Insert Channel Aftertouch</source> + <translation>Insérer Canal de Pression</translation> + </message> + <message> + <source>insert Channel Aftertouch</source> + <translation>insére un canal de Pression (AfterTouch)</translation> + </message> + <message> + <source>Insert Key Aftertouch</source> + <translation>Insérer une note de Pression</translation> + </message> + <message> + <source>insert Poly Aftertouch</source> + <translation>insère une Pression (AfterTouch) +polyphonique</translation> + </message> + <message> + <source>Tick</source> + <translation>Tic</translation> + </message> + <message> + <source>Bar</source> + <translation>Mesure</translation> + </message> + <message> + <source>Typ</source> + <translation>Typ</translation> + </message> + <message> + <source>Ch</source> + <translation>Can</translation> + </message> + <message> + <source>Val A</source> + <translation>Val A</translation> + </message> + <message> + <source>Val B</source> + <translation>Val B</translation> + </message> + <message> + <source>Val C</source> + <translation>Val C</translation> + </message> + <message> + <source>Len</source> + <translation>Lon</translation> + </message> + <message> + <source>Comment</source> + <translation>Commentaire</translation> + </message> +</context> +<context> + <name>MITTransposeBase</name> + <message> + <source>MusE: Midi Input Plugin: Transpose</source> + <translation>MusE: Plugin d'Entrée Midi: +Transposition</translation> + </message> + <message> + <source>On</source> + <translation>On</translation> + </message> + <message> + <source>TriggerKey</source> + <translation>Note de Déclenchement</translation> + </message> + <message> + <source>Transpose:</source> + <translation>Transposition:</translation> + </message> + <message> + <source>+0</source> + <translation>+0</translation> + </message> +</context> +<context> + <name>MPConfig</name> + <message> + <source>none</source> + <translation>aucun</translation> + </message> + <message> + <source>other raw ...</source> + <translation>autre brut (raw)...</translation> + </message> + <message> + <source>MusE: Midi Port Table</source> + <translation>MusE: Table des ports Midi</translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> + <message> + <source>GUI</source> + <translation>GUI</translation> + </message> + <message> + <source>Rec</source> + <translation>Enr</translation> + </message> + <message> + <source>Instrument</source> + <translation>Instrument</translation> + </message> + <message> + <source>Device Name</source> + <translation>Nom du Périphérique</translation> + </message> + <message> + <source>State</source> + <translation>Etat</translation> + </message> + <message> + <source>unknown</source> + <translation>inconnu</translation> + </message> +</context> +<context> + <name>MRConfigBase</name> + <message> + <source>MusE: Midi Input Plugin: Remote Control</source> + <translation>MusE: Plugin d'Entrée Midi: Contrôle +Distant</translation> + </message> + <message> + <source>Activate</source> + <translation>Activer</translation> + </message> + <message> + <source>On</source> + <translation>On</translation> + </message> + <message> + <source>Actions</source> + <translation>Actions</translation> + </message> + <message> + <source>Stop</source> + <translation>Stop</translation> + </message> + <message> + <source>Record</source> + <translation>Enregistre</translation> + </message> + <message> + <source>Goto Left Mark</source> + <translation>Aller � la Marque Gauche</translation> + </message> + <message> + <source>Play</source> + <translation>Jouer</translation> + </message> +</context> +<context> + <name>MTScale</name> + <message> + <source>bar scale</source> + <translation>Echelle de la mesure</translation> + </message> +</context> +<context> + <name>MarkerView</name> + <message> + <source>Bar:Beat:Tick</source> + <translation>Mesure:Résolution(Beat):Tic</translation> + </message> + <message> + <source>Hr:Mn:Sc:Fr:Sf</source> + <translation>Hr:Mn:Sc:Fr:Sf</translation> + </message> + <message> + <source>Lock</source> + <translation>Verrouillage</translation> + </message> + <message> + <source>Text</source> + <translation>Texte</translation> + </message> + <message> + <source>Marker Properties</source> + <translation>Propriétés du Marqueur</translation> + </message> + <message> + <source>MusE: Marker</source> + <translation>MusE: Marqueur</translation> + </message> + <message> + <source>add marker</source> + <translation>Ajouter marqueur</translation> + </message> + <message> + <source>Add Marker</source> + <translation>Ajoute un marqueur</translation> + </message> + <message> + <source>delete marker</source> + <translation>Effacer Marqueur</translation> + </message> + <message> + <source>Delete Marker</source> + <translation>Efface le marqueur</translation> + </message> + <message> + <source>&File</source> + <translation>&Fichier</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Edition</translation> + </message> +</context> +<context> + <name>MasterEdit</name> + <message> + <source>Master</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cursor</source> + <translation>Curseur</translation> + </message> + <message> + <source>Snap</source> + <translation>Aligne</translation> + </message> + <message> + <source>time at cursor position</source> + <translation>Temps à la position du curseur</translation> + </message> + <message> + <source>tempo at cursor position</source> + <translation>Temps � la position du curseur</translation> + </message> + <message> + <source>CurPos </source> + <translation>PosCur</translation> + </message> + <message> + <source>tempo at current position</source> + <translation>tempo � la position en cours</translation> + </message> + <message> + <source>time signature at current position</source> + <translation>Signature temporelle à la position en cours</translation> + </message> + <message> + <source>MusE: Mastertrack</source> + <translation>MusE: PistePrincipale</translation> + </message> + <message> + <source>edit tools</source> + <translation>outils d'édition</translation> + </message> + <message> + <source>EnableMaster</source> + <translation>ActiverMaître</translation> + </message> + <message> + <source>use master track</source> + <translation>Utiliser la piste principale</translation> + </message> + <message> + <source>Info</source> + <translation>Info</translation> + </message> + <message> + <source>Off</source> + <translation>Off</translation> + </message> +</context> +<context> + <name>MetronomeConfigBase</name> + <message> + <source>MusE: Metronome Config</source> + <translation>MusE: Configuration du Métronome</translation> + </message> + <message> + <source>Metronome</source> + <translation>Métronome</translation> + </message> + <message> + <source>Audio Beep</source> + <translation>Bip audio</translation> + </message> + <message> + <source>MIDI Click</source> + <translation>Clic MIDI</translation> + </message> + <message> + <source>Midi Channel</source> + <translation>Canal Midi</translation> + </message> + <message> + <source>Measure Note</source> + <translation>Note Mesure</translation> + </message> + <message> + <source>Measure Velocity</source> + <translation>Vélocité de la Mesure</translation> + </message> + <message> + <source>Beat Velocity</source> + <translation>Résolution (Beat) de la Vélocité</translation> + </message> + <message> + <source>Beat Note</source> + <translation>Note de Résolution (Beat)</translation> + </message> + <message> + <source>Midi Port</source> + <translation>Port MIDI</translation> + </message> + <message> + <source>Precount</source> + <translation>Pré-compte</translation> + </message> + <message> + <source>enable</source> + <translation>activer</translation> + </message> + <message> + <source>Bars</source> + <translation>Mesures</translation> + </message> + <message> + <source>From Mastertrack</source> + <translation>de la Piste Principale</translation> + </message> + <message> + <source>/</source> + <translation>/</translation> + </message> + <message> + <source>Signature</source> + <translation>Signature</translation> + </message> + <message> + <source>Prerecord</source> + <translation>Pré-enregistrement</translation> + </message> + <message> + <source>Preroll</source> + <translation>PreRoll</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Appliquer</translation> + </message> + <message> + <source>&OK</source> + <translation>&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Annuler</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialog</name> + <message> + <source>MusE: save midi controller list</source> + <translation>MusE: enregistrer la liste des contrôles +midi</translation> + </message> + <message> + <source>MusE: load midi controller list</source> + <translation>MusE: charger une liste de contrôles midi</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialogBase</name> + <message> + <source>MusE: Define Midi Controller</source> + <translation>MusE: Définir un Contrôle Midi</translation> + </message> + <message> + <source>replace controller set</source> + <translation>remplacer le groupe de contrôles</translation> + </message> + <message> + <source>merge controller set</source> + <translation>ajouter le groupe de contrôles</translation> + </message> + <message> + <source>save controller set as</source> + <translation>Enregistrer le groupe de contrôles sous</translation> + </message> + <message> + <source>Name </source> + <translation>Nom </translation> + </message> + <message> + <source>Type </source> + <translation>Type </translation> + </message> + <message> + <source>H-Ctrl</source> + <translation>H-Ctrl</translation> + </message> + <message> + <source>L-Ctrl</source> + <translation>L-Ctrl</translation> + </message> + <message> + <source>Min Val</source> + <translation>Val Min</translation> + </message> + <message> + <source>Max Val</source> + <translation>Val Max</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>list des contrôles définis</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>C'est la liste des contrôles qui ont été +définis.</translation> + </message> + <message> + <source>Properties</source> + <translation>Propriétés</translation> + </message> + <message> + <source>Name</source> + <translation>Nom</translation> + </message> + <message> + <source>Max Value</source> + <translation>Valeur Max</translation> + </message> + <message> + <source>Min Value</source> + <translation>Valeur Mini</translation> + </message> + <message> + <source>Control7</source> + <translation>Control7</translation> + </message> + <message> + <source>Control14</source> + <translation>Control8</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>XG-SysEx</source> + <translation>XG-SysEx</translation> + </message> + <message> + <source>SysEx</source> + <translation>SysEx</translation> + </message> + <message> + <source>Type</source> + <translation>Type</translation> + </message> + <message> + <source>&New</source> + <translation>&Nouveau</translation> + </message> + <message> + <source>create new entry</source> + <translation>Crée une nouvelle entrée</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>Crée une nouvelle entrée dans la liste des +contrôles</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Effacer</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>efface l'entrée sélectionnée</translation> + </message> + <message> + <source>&OK</source> + <translation>&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Annuler</translation> + </message> +</context> +<context> + <name>MidiFileConfig</name> + <message> + <source>Enable extended smf format</source> + <translation>Activer la prise en charge du format smf +étendu</translation> + </message> + <message> + <source>Division</source> + <translation>Division</translation> + </message> + <message> + <source>Copyright</source> + <translation>Copyright</translation> + </message> + <message> + <source>Config exported Midi Files</source> + <translation>Configuration de l'export en fichier +Midi</translation> + </message> + <message> + <source>MusE: Config exported Midi Files</source> + <translation>MusE: Configurer l'export en fichier +Midi</translation> + </message> +</context> +<context> + <name>MidiFilterConfigBase</name> + <message> + <source>MusE: Midi Input Filter</source> + <translation>MusE: Filtre Entrée Midi</translation> + </message> + <message> + <source>Record Filter</source> + <translation>Filtre d'Enregistrement</translation> + </message> + <message> + <source>Note On</source> + <translation>Note On</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Pression Poly</translation> + </message> + <message> + <source>Controller</source> + <translation>Contrôle</translation> + </message> + <message> + <source>Program Change</source> + <translation>Changement de son (Program Change)</translation> + </message> + <message> + <source>After Touch</source> + <translation>Pression (After Touch)</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Molette de modulation - Hauteur</translation> + </message> + <message> + <source>Sysex</source> + <translation>SysEx</translation> + </message> + <message> + <source>Thru Filter</source> + <translation>Filtre Thru</translation> + </message> + <message> + <source>Controller Filter</source> + <translation>Filtre de contrôle</translation> + </message> + <message> + <source>Channel Filter</source> + <translation>Filtre Canal</translation> + </message> + <message> + <source>14</source> + <translation>14</translation> + </message> + <message> + <source>10</source> + <translation>10</translation> + </message> + <message> + <source>6</source> + <translation>6</translation> + </message> + <message> + <source>12</source> + <translation>12</translation> + </message> + <message> + <source>4</source> + <translation>4</translation> + </message> + <message> + <source>2</source> + <translation>2</translation> + </message> + <message> + <source>9</source> + <translation>9</translation> + </message> + <message> + <source>8</source> + <translation>8</translation> + </message> + <message> + <source>3</source> + <translation>3</translation> + </message> + <message> + <source>13</source> + <translation>13</translation> + </message> + <message> + <source>15</source> + <translation>15</translation> + </message> + <message> + <source>16</source> + <translation>16</translation> + </message> + <message> + <source>7</source> + <translation>7</translation> + </message> + <message> + <source>11</source> + <translation>11</translation> + </message> + <message> + <source>5</source> + <translation>5</translation> + </message> + <message> + <source>1</source> + <translation>1</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialog</name> + <message> + <source>New</source> + <translation>Nouveau</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialogBase</name> + <message> + <source>MusE: Midi Input Transformator</source> + <translation>MusE: Transformateur d'Entrée Midi</translation> + </message> + <message> + <source>Filter</source> + <translation>Filtre</translation> + </message> + <message> + <source>All</source> + <translation>Tous</translation> + </message> + <message> + <source>Equal</source> + <translation>Egal</translation> + </message> + <message> + <source>Unequal</source> + <translation>Différent de</translation> + </message> + <message> + <source>Note</source> + <translation>Note</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Pression Poly</translation> + </message> + <message> + <source>Control Change</source> + <translation>Contrôle de Changement</translation> + </message> + <message> + <source>Aftertouch</source> + <translation>Pression</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Molette de modulation</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>Value 2</source> + <translation>Valeur 2</translation> + </message> + <message> + <source>Value 1</source> + <translation>Valeur 1</translation> + </message> + <message> + <source>Event Type</source> + <translation>Type d'Evènements</translation> + </message> + <message> + <source>Ignore</source> + <translation>Ignore</translation> + </message> + <message> + <source>Higher</source> + <translation>Plus Haut</translation> + </message> + <message> + <source>Lower</source> + <translation>Plus Bas</translation> + </message> + <message> + <source>Inside</source> + <translation>A l'intérieur</translation> + </message> + <message> + <source>Outside</source> + <translation>Al'extérieur</translation> + </message> + <message> + <source>Channel</source> + <translation>Canal</translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> + <message> + <source>Processing</source> + <translation>Travail</translation> + </message> + <message> + <source>Keep</source> + <translation>Garder</translation> + </message> + <message> + <source>Fix</source> + <translation>Fixer</translation> + </message> + <message> + <source>Plus</source> + <translation>Plus</translation> + </message> + <message> + <source>Minus</source> + <translation>Moins</translation> + </message> + <message> + <source>Multiply</source> + <translation>Multiplier</translation> + </message> + <message> + <source>Divide</source> + <translation>Diviser</translation> + </message> + <message> + <source>Invert</source> + <translation>Inverser</translation> + </message> + <message> + <source>ScaleMap</source> + <translation>Echelle</translation> + </message> + <message> + <source>Flip</source> + <translation>Retourner</translation> + </message> + <message> + <source>Dyn</source> + <translation>Dyn</translation> + </message> + <message> + <source>Random</source> + <translation>Aléatoire</translation> + </message> + <message> + <source>Modules</source> + <translation>Modules</translation> + </message> + <message> + <source>1</source> + <translation>1</translation> + </message> + <message> + <source>2</source> + <translation>2</translation> + </message> + <message> + <source>3</source> + <translation>3</translation> + </message> + <message> + <source>4</source> + <translation>4</translation> + </message> + <message> + <source>enable modul 1</source> + <translation>Activer module 1</translation> + </message> + <message> + <source>enable modul 2</source> + <translation>Activer module 2</translation> + </message> + <message> + <source>enable modul 3</source> + <translation>Activer module 3</translation> + </message> + <message> + <source>enable modul 4</source> + <translation>Activer module 4</translation> + </message> + <message> + <source>Preset</source> + <translation>Réglages enregistrés</translation> + </message> + <message> + <source>Name:</source> + <translation>Nom:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Commentaires:</translation> + </message> + <message> + <source>Function</source> + <translation>Fonction</translation> + </message> + <message> + <source>&New</source> + <translation>&Nouveau</translation> + </message> + <message> + <source>create new preset</source> + <translation>Crée un nouveau réglage</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Efface</translation> + </message> + <message> + <source>delete preset</source> + <translation>efface un réglage</translation> + </message> + <message> + <source>&Dismiss</source> + <translation>&Rejeter</translation> + </message> + <message> + <source>PresetList</source> + <translation>Liste de Réglages</translation> + </message> +</context> +<context> + <name>MidiRawDeviceDialogBase</name> + <message> + <source>MusE: raw midi device configuration</source> + <translation>MusE: configuration des périphériques Midi</translation> + </message> + <message> + <source>Name</source> + <translation>Nom</translation> + </message> + <message> + <source>Device</source> + <translation>Périphérique</translation> + </message> + <message> + <source>Type</source> + <translation>Type</translation> + </message> + <message> + <source>Virt. Ports</source> + <translation>Ports virtuels</translation> + </message> + <message> + <source>Speed</source> + <translation>Vitesse</translation> + </message> + <message> + <source>Handshaking</source> + <translation>Méthode (handshaking)</translation> + </message> + <message> + <source>Device Properties</source> + <translation>Propriétés du périphérique</translation> + </message> + <message> + <source>Virt.Ports</source> + <translation>Ports virtuels</translation> + </message> + <message> + <source>Raw Device</source> + <translation>Périphérique pur (raw)</translation> + </message> + <message> + <source>Serial Port</source> + <translation>Port série</translation> + </message> + <message> + <source>Pipe</source> + <translation>Tuyau (Pipe)</translation> + </message> + <message> + <source>Device Path</source> + <translation>Chemin du périphérique</translation> + </message> + <message> + <source>9600</source> + <translation>9600</translation> + </message> + <message> + <source>19200</source> + <translation>19200</translation> + </message> + <message> + <source>38400</source> + <translation>38400</translation> + </message> + <message> + <source>None</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RTS/CTS</source> + <translation>RTS/CTS</translation> + </message> + <message> + <source>Xon/Xoff</source> + <translation>Xon/Xoff</translation> + </message> + <message> + <source>&New</source> + <translation>&Nouveau</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Effacer</translation> + </message> + <message> + <source>&OK</source> + <translation>&OK</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Annuler</translation> + </message> +</context> +<context> + <name>MidiSyncConfigBase</name> + <message> + <source>MusE: Midi Sync</source> + <translation>MusE: Synchro Midi</translation> + </message> + <message> + <source>Apply</source> + <translation>Appliquer</translation> + </message> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> + <message> + <source>hour</source> + <translation>heure</translation> + </message> + <message> + <source>h</source> + <translation>h</translation> + </message> + <message> + <source>minute</source> + <translation>minute</translation> + </message> + <message> + <source>m</source> + <translation>m</translation> + </message> + <message> + <source>second</source> + <translation>second</translation> + </message> + <message> + <source>s</source> + <translation>s</translation> + </message> + <message> + <source>frame</source> + <translation>trame (frame)</translation> + </message> + <message> + <source>f</source> + <translation>f</translation> + </message> + <message> + <source>subframe</source> + <translation>trame fine (subframe)</translation> + </message> + <message> + <source>24</source> + <translation>24</translation> + </message> + <message> + <source>25</source> + <translation>25</translation> + </message> + <message> + <source>30D</source> + <translation>30D</translation> + </message> + <message> + <source>30N</source> + <translation>30N</translation> + </message> + <message> + <source>Id:</source> + <translation>Id:</translation> + </message> + <message> + <source>device id</source> + <translation>Id. du périphérique</translation> + </message> + <message> + <source>Port:</source> + <translation>Port:</translation> + </message> + <message> + <source>midi port</source> + <translation>port midi</translation> + </message> + <message> + <source>Sync Source</source> + <translation>Source de la synchro</translation> + </message> + <message> + <source>accept MTC</source> + <translation>accepter MTC</translation> + </message> + <message> + <source>accept Midi Clock</source> + <translation>accepter Horloge Midi</translation> + </message> + <message> + <source>accept MMC</source> + <translation>accepter MMC</translation> + </message> + <message> + <source>Sync Gen</source> + <translation>Générer Synchro</translation> + </message> + <message> + <source>Midi Time Code (MTC)</source> + <translation>Code Temporel Midi (MTC)</translation> + </message> + <message> + <source>Midi Clock</source> + <translation>Horloge Midi</translation> + </message> + <message> + <source>Midi Machine Control (MMC)</source> + <translation>Contrôle Machine MIDI (MMC)</translation> + </message> + <message> + <source>Sync Mode</source> + <translation>Mode de synchro</translation> + </message> + <message> + <source>Master</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slave</source> + <translation>Esclave</translation> + </message> + <message> + <source>all</source> + <translation>tous</translation> + </message> + <message> + <source>MTC</source> + <translation>MTC</translation> + </message> + <message> + <source>Type:</source> + <translation>Type:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Décalage:</translation> + </message> +</context> +<context> + <name>MidiTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>MusE: InfoPiste</translation> + </message> + <message> + <source>output channel</source> + <translation>canal de sortie</translation> + </message> + <message> + <source>all midi events are send to this output channel</source> + <translation>tous les évènements midi seront envoyés vers cette +sortie</translation> + </message> + <message> + <source>Track Info</source> + <translation>Info Piste</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>Track Name</source> + <translation>Nom de Piste</translation> + </message> + <message> + <source>output port</source> + <translation>port de sortie (Output Ch.)</translation> + </message> + <message> + <source>off</source> + <translation>off</translation> + </message> + <message> + <source>change stereo position</source> + <translation>changer la position stéréo</translation> + </message> + <message> + <source>OCh.</source> + <translation>OCh.</translation> + </message> + <message> + <source>MidiThru</source> + <translation>MidiThru</translation> + </message> + <message> + <source>???</source> + <translation>???</translation> + </message> + <message> + <source>select instrument patch</source> + <translation>choisissez le groupe d'instruments</translation> + </message> + <message> + <source>Transp.</source> + <translation>Transp.</translation> + </message> + <message> + <source>Volume</source> + <translation>Volume</translation> + </message> + <message> + <source>Channel Info</source> + <translation>Info canal</translation> + </message> + <message> + <source>Pan</source> + <translation>Pan</translation> + </message> + <message> + <source>Delay</source> + <translation>Délai</translation> + </message> + <message> + <source>H-Bank</source> + <translation>H-Bank</translation> + </message> + <message> + <source>Compr.</source> + <translation>Compr.</translation> + </message> + <message> + <source>L-Bank</source> + <translation>L-Bank</translation> + </message> + <message> + <source>Progr.</source> + <translation>Progr.</translation> + </message> + <message> + <source>Velocity</source> + <translation>Vélocité</translation> + </message> + <message> + <source>Length</source> + <translation>Longueur</translation> + </message> + <message> + <source>input ports</source> + <translation>ports d'entrée (Input Ch.)</translation> + </message> + <message> + <source>IChan.</source> + <translation>IChan:</translation> + </message> + <message> + <source>input channels</source> + <translation>canaux d'entrée</translation> + </message> + <message> + <source>Events from all configured channels are +recorded to this track. +You can specify more than one channel for +recording: + 1 2 3 record from channel 1 2 and 3 + 1-3 same + 1-3 5<byte value="x9"/> record from channel 1 2 3 and 5</source> + <translation>Les évènements de tous les canaux +configurés sont enregistrés sur cette piste.<byte value="x9"/> +Vous pouvez spécifier plus d'un canal +pour l'enregistrement: + 1 2 3<byte value="x9"/>enregistre depuis les canaux 1, 2 et 3 + 1-3<byte value="x9"/><byte value="x9"/>idem + 1-3 5<byte value="x9"/> enregistre depuis les canaux 1, 2, 3 et +5</translation> + </message> +</context> +<context> + <name>MidiTransformDialogBase</name> + <message> + <source>MusE: Midi Transformator</source> + <translation>MusE: Transformateur Midi</translation> + </message> + <message> + <source>&New</source> + <translation>&Nouveau</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Effacer</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Appliquer</translation> + </message> + <message> + <source>&OK</source> + <translation>&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Annuler</translation> + </message> + <message> + <source>PresetList</source> + <translation>ListRéglages</translation> + </message> + <message> + <source>Processing</source> + <translation>Transformations</translation> + </message> + <message> + <source>Event Type</source> + <translation>Type d'évènements</translation> + </message> + <message> + <source>Keep</source> + <translation>Garder</translation> + </message> + <message> + <source>Fix</source> + <translation>Fixer</translation> + </message> + <message> + <source>Note</source> + <translation>Note</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Pression Poly</translation> + </message> + <message> + <source>Control Change</source> + <translation>Changement de Contrôle</translation> + </message> + <message> + <source>Aftertouch</source> + <translation>Pression</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Molette de modulation</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>Plus</source> + <translation>Addition</translation> + </message> + <message> + <source>Minus</source> + <translation>Soustraction</translation> + </message> + <message> + <source>Multiply</source> + <translation>Multiplication</translation> + </message> + <message> + <source>Divide</source> + <translation>Division</translation> + </message> + <message> + <source>Value 2</source> + <translation>Valeur 2</translation> + </message> + <message> + <source>Invert</source> + <translation>Inverser</translation> + </message> + <message> + <source>ScaleMap</source> + <translation>Echelle</translation> + </message> + <message> + <source>Flip</source> + <translation>Retourner</translation> + </message> + <message> + <source>Dyn</source> + <translation>Dyn</translation> + </message> + <message> + <source>Random</source> + <translation>Aléatoire</translation> + </message> + <message> + <source>Value 1</source> + <translation>Valeur 1</translation> + </message> + <message> + <source>Length</source> + <translation>Longueur</translation> + </message> + <message> + <source>Position</source> + <translation>Position</translation> + </message> + <message> + <source>Filter</source> + <translation>Filtre</translation> + </message> + <message> + <source>All</source> + <translation>Tous</translation> + </message> + <message> + <source>Equal</source> + <translation>Egal</translation> + </message> + <message> + <source>Unequal</source> + <translation>Différent</translation> + </message> + <message> + <source>Ignore</source> + <translation>Ignore</translation> + </message> + <message> + <source>Higher</source> + <translation>Plus haut</translation> + </message> + <message> + <source>Lower</source> + <translation>Plus bas</translation> + </message> + <message> + <source>Inside</source> + <translation>A l'intérieur</translation> + </message> + <message> + <source>Outside</source> + <translation>A l'extérieur</translation> + </message> + <message> + <source>Bar Range</source> + <translation>Type de mesure</translation> + </message> + <message> + <source>Preset</source> + <translation>Réglages</translation> + </message> + <message> + <source>Name:</source> + <translation>Nom:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Commentaire:</translation> + </message> + <message> + <source>Range</source> + <translation>Type</translation> + </message> + <message> + <source>process all events</source> + <translation>Transformer tous les évènements</translation> + </message> + <message> + <source>selected tracks</source> + <translation>pistes sélectionnées</translation> + </message> + <message> + <source>inside loop</source> + <translation>dans la boucle</translation> + </message> + <message> + <source>Function</source> + <translation>fonction</translation> + </message> + <message> + <source>Select</source> + <translation>Sélectionner</translation> + </message> + <message> + <source>Quantize</source> + <translation>Quantiser</translation> + </message> + <message> + <source>Delete</source> + <translation>Effacer</translation> + </message> + <message> + <source>Transform</source> + <translation>Transformer</translation> + </message> + <message> + <source>Insert</source> + <translation>Insérer</translation> + </message> + <message> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <source>Extract</source> + <translation>Extraire</translation> + </message> + <message> + <source>Quantize Value</source> + <translation>Valeur de Quantisation</translation> + </message> +</context> +<context> + <name>MidiTransformerDialog</name> + <message> + <source>New</source> + <translation></translation> + </message> +</context> +<context> + <name>MixdownFileDialog</name> + <message> + <source>Wave Files (*.wav);;All Files (*)</source> + <translation>Fichiers Wave (*.wav);;Tous les Fichiers (*)</translation> + </message> +</context> +<context> + <name>MixdownFileDialogBase</name> + <message> + <source>MusE: Set Mixdown Wavefile</source> + <translation>MusE: Fichier wav pour mixage</translation> + </message> + <message> + <source>&OK</source> + <translation>&OK</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Annuler</translation> + </message> + <message> + <source>File Path</source> + <translation>Chemin d'accés</translation> + </message> + <message> + <source>Channel</source> + <translation>Canal</translation> + </message> + <message> + <source>Stereo</source> + <translation>Stéréo</translation> + </message> + <message> + <source>Mono</source> + <translation>Mono</translation> + </message> + <message> + <source>5.1</source> + <translation>5.1</translation> + </message> + <message> + <source>wav,16 Bit</source> + <translation>wav,16 Bit</translation> + </message> + <message> + <source>wav, 24 Bit</source> + <translation>wav, 24 Bit</translation> + </message> + <message> + <source>wav, 32 Bit (float)</source> + <translation>wav, 32 Bit (flottant)</translation> + </message> + <message> + <source>Format</source> + <translation>Format</translation> + </message> +</context> +<context> + <name>Mixer</name> + <message> + <source>Mute</source> + <translation>Muet</translation> + </message> + <message> + <source>MusE: Midi Mixer</source> + <translation>MusE: Mixeur Midi</translation> + </message> + <message> + <source>Rev</source> + <translation>Rev</translation> + </message> + <message> + <source>Cho</source> + <translation>Cho</translation> + </message> + <message> + <source>Var</source> + <translation>Var</translation> + </message> + <message> + <source>Pan</source> + <translation>Pan</translation> + </message> + <message> + <source>Master</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> +</context> +<context> + <name>MusE</name> + <message> + <source>&File</source> + <translation>&Fichier</translation> + </message> + <message> + <source>Open &Recent</source> + <translation>Ouvrir &Récent</translation> + </message> + <message> + <source>Save &As</source> + <translation>Enregistrer &Sous</translation> + </message> + <message> + <source>Config &Printer</source> + <translation>Configuration Im&primante</translation> + </message> + <message> + <source>Import Midifile</source> + <translation>Importer fichier MIDI</translation> + </message> + <message> + <source>Export Midifile</source> + <translation>Exporter fichier MIDI</translation> + </message> + <message> + <source>Import Wave File</source> + <translation>Importer fichier WAV</translation> + </message> + <message> + <source>&Quit</source> + <translation>&Quitter</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Edition</translation> + </message> + <message> + <source>C&ut</source> + <translation>Co&uper</translation> + </message> + <message> + <source>&Copy</source> + <translation>&Copier</translation> + </message> + <message> + <source>&Paste</source> + <translation>Co&ller</translation> + </message> + <message> + <source>Delete Track</source> + <translation>Effacer Piste</translation> + </message> + <message> + <source>Add Track</source> + <translation>Ajouter Piste</translation> + </message> + <message> + <source>Select &All</source> + <translation>Selectionner &Tout</translation> + </message> + <message> + <source>&Deselect All</source> + <translation>&Dé-selectionner tout</translation> + </message> + <message> + <source>Invert &Selection</source> + <translation>Inverser la &Sélection</translation> + </message> + <message> + <source>&Inside Loop</source> + <translation>A l'&intérieur de la Boucle</translation> + </message> + <message> + <source>&Outside Loop</source> + <translation>A l'e&xtérieur de la Boucle</translation> + </message> + <message> + <source>All &Parts on Track</source> + <translation>Tous les &bouts de la Piste</translation> + </message> + <message> + <source>Select</source> + <translation>Sélectionner</translation> + </message> + <message> + <source>Drums</source> + <translation>Batterie</translation> + </message> + <message> + <source>List</source> + <translation>Liste</translation> + </message> + <message> + <source>Graphic</source> + <translation>Graphique</translation> + </message> + <message> + <source>Mastertrack</source> + <translation>PistePrincipale</translation> + </message> + <message> + <source>Midi &Transform</source> + <translation>&Transformation MIDI</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Modifier la Durée du Pont (Gate Time)</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Modifier la vélocité</translation> + </message> + <message> + <source>Crescendo</source> + <translation>Crescendo</translation> + </message> + <message> + <source>Transpose</source> + <translation>Transposition</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Sortie fine</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Effacer évènements</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Décalage de note</translation> + </message> + <message> + <source>Move Clock</source> + <translation>Décalage horloge</translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Copier la mesure</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Effacer la mesure</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Supprimer la mesure</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Créer une mesure</translation> + </message> + <message> + <source>Mix Track</source> + <translation>Mixeur Piste</translation> + </message> + <message> + <source>Midi</source> + <translation>MIDI</translation> + </message> + <message> + <source>&Structure</source> + <translation>&Structure</translation> + </message> + <message> + <source>Global Cut</source> + <translation>Couper tout</translation> + </message> + <message> + <source>Global Insert</source> + <translation>Insérer tout</translation> + </message> + <message> + <source>Global Split</source> + <translation>Diviser Tout</translation> + </message> + <message> + <source>Copy Range</source> + <translation>Limites de Copie</translation> + </message> + <message> + <source>Cut Events</source> + <translation>Couper Evènements</translation> + </message> + <message> + <source>&Display</source> + <translation>&Affichage</translation> + </message> + <message> + <source>Transport Panel</source> + <translation>Panneau de Contrôle</translation> + </message> + <message> + <source>Bigtime window</source> + <translation>Fenêtre GrandeHorloge</translation> + </message> + <message> + <source>dont follow Song</source> + <translation>Ne pas suivre la chanson</translation> + </message> + <message> + <source>follow page</source> + <translation>Défilement par page</translation> + </message> + <message> + <source>follow continuous</source> + <translation>Défilement fin</translation> + </message> + <message> + <source>&Config</source> + <translation>&Configuration</translation> + </message> + <message> + <source>Global Settings</source> + <translation>Paramètres Généraux</translation> + </message> + <message> + <source>follow song</source> + <translation>suivre la chanson</translation> + </message> + <message> + <source>Metronome</source> + <translation>Métronome</translation> + </message> + <message> + <source>Midi Sync</source> + <translation>Synchro MIDI</translation> + </message> + <message> + <source>Midi File Config</source> + <translation>Paramètres du fichier MIDI</translation> + </message> + <message> + <source>Appearance settings</source> + <translation>Apparence</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation>Synthétiseur virtuel</translation> + </message> + <message> + <source>Midi Ports</source> + <translation>Ports MIDI</translation> + </message> + <message> + <source>Audio System</source> + <translation>System Audio</translation> + </message> + <message> + <source>Save Configuration</source> + <translation>Sauvegarder la Configuration</translation> + </message> + <message> + <source>Midi Input Transform</source> + <translation>Transformations Entrée MIDI</translation> + </message> + <message> + <source>Midi Input Filter</source> + <translation>Filtres pour l'Entrée MIDI</translation> + </message> + <message> + <source>Midi Remote Control</source> + <translation>Contrôle MIDI à distance</translation> + </message> + <message> + <source>Random Rhythm Generator</source> + <translation>Générateur aléatoire de rythmes</translation> + </message> + <message> + <source>&Midi</source> + <translation>&MIDI</translation> + </message> + <message> + <source>Mixer</source> + <translation>Mixeur</translation> + </message> + <message> + <source>Define Controller</source> + <translation>Définir contrôles</translation> + </message> + <message> + <source>Input Plugins</source> + <translation>Plugins d'Entrée</translation> + </message> + <message> + <source>Reset Instr.</source> + <translation>Ré-initialisation des Instruments</translation> + </message> + <message> + <source>Init Instr.</source> + <translation>Init. Instr.</translation> + </message> + <message> + <source>local off</source> + <translation>local off</translation> + </message> + <message> + <source>&Audio</source> + <translation>&Audio</translation> + </message> + <message> + <source>Cliplist</source> + <translation>ListClip</translation> + </message> + <message> + <source>Bounce to Track</source> + <translation>Rebondir (bounce) sur la piste</translation> + </message> + <message> + <source>Bounce to File</source> + <translation>Rebondir (bounce) sur Fichier</translation> + </message> + <message> + <source>Bounce</source> + <translation>Rebondir (bounce)</translation> + </message> + <message> + <source>&Help</source> + <translation>&Aide</translation> + </message> + <message> + <source>Browser</source> + <translation>Navigateur</translation> + </message> + <message> + <source>&About</source> + <translation>&A propos</translation> + </message> + <message> + <source>About&Qt</source> + <translation>A propos de &Qt</translation> + </message> + <message> + <source>What's &This</source> + <translation>Qu'est-ce que c'es&t</translation> + </message> + <message> + <source>MusE: load project</source> + <translation>Muse: charger Projet</translation> + </message> + <message> + <source>The current Project contains unsaved data +Save Current Project?</source> + <translation>Le Projet en cours contient des données +non encore sauvegardées. Enregistrer?</translation> + </message> + <message> + <source>&Save</source> + <translation>&Enregistrer</translation> + </message> + <message> + <source>&Nosave</source> + <translation>&Pas d'enregistrement</translation> + </message> + <message> + <source>&Abort</source> + <translation>&Annuler</translation> + </message> + <message> + <source>MusE: Save As</source> + <translation>MusE: enregistrer sous</translation> + </message> + <message> + <source>MusE: Import Midi</source> + <translation>MusE: importer fichier MIDI</translation> + </message> + <message> + <source>MusE: Export Midi</source> + <translation>MusE: exporter fichier MIDI</translation> + </message> + <message> + <source>Nothing to edit</source> + <translation>Rien � éditer</translation> + </message> + <message> + <source>The current Project contains unsaved data +Load overwrites current Project: +Save Current Project?</source> + <translation>Le Projet en cours contient des données non +sauvegardées. Voulez-vous l'enregistrer +avant d'en ouvrir un autre?</translation> + </message> + <message> + <source>&Overwrite</source> + <translation>Ec&raser</translation> + </message> + <message> + <source>no help found at: </source> + <translation>Pas d'aide trouvée ici:</translation> + </message> + <message> + <source>MusE: Open Help</source> + <translation>MusE: Ouvrir l'Aide</translation> + </message> + <message> + <source>to import a audio file you have first to selecta audio +track</source> + <translation>Pour importer un fichier AUDIO, sélectionner d'abord +une piste AUDIO</translation> + </message> + <message> + <source>UndoRedo</source> + <translation>AnnulerRefaire</translation> + </message> + <message> + <source>undo</source> + <translation>annuler</translation> + </message> + <message> + <source>Und&o</source> + <translation>&Annuler</translation> + </message> + <message> + <source>redo</source> + <translation>Refaire</translation> + </message> + <message> + <source>Re&do</source> + <translation>Re&faire</translation> + </message> + <message> + <source>undo last change to song</source> + <translation>Annuler le dernier changement sur la chanson</translation> + </message> + <message> + <source>redo last undo</source> + <translation>Refaire ce qui a été annulé en dernier</translation> + </message> + <message> + <source>Transport</source> + <translation>Transport</translation> + </message> + <message> + <source>loop</source> + <translation>boucle</translation> + </message> + <message> + <source>Loop</source> + <translation>Boucle</translation> + </message> + <message> + <source>punchin</source> + <translation>Punch-In</translation> + </message> + <message> + <source>Punchin</source> + <translation>Punch-In</translation> + </message> + <message> + <source>punchout</source> + <translation>Punch-Out</translation> + </message> + <message> + <source>Punchout</source> + <translation>Punch-Out</translation> + </message> + <message> + <source>start</source> + <translation>démarrer</translation> + </message> + <message> + <source>Start</source> + <translation>Démarrer</translation> + </message> + <message> + <source>rewind</source> + <translation>rembobiner</translation> + </message> + <message> + <source>Rewind</source> + <translation>Rembobiner</translation> + </message> + <message> + <source>forward</source> + <translation>avance</translation> + </message> + <message> + <source>Forward</source> + <translation>Avance</translation> + </message> + <message> + <source>stop</source> + <translation>stop</translation> + </message> + <message> + <source>Stop</source> + <translation>Stop</translation> + </message> + <message> + <source>play</source> + <translation>jouer</translation> + </message> + <message> + <source>Play</source> + <translation>Jouer</translation> + </message> + <message> + <source>record</source> + <translation>enregistrer</translation> + </message> + <message> + <source>Record</source> + <translation>Enregistrer</translation> + </message> + <message> + <source>panic</source> + <translation>panique!</translation> + </message> + <message> + <source>Panic</source> + <translation>Panique!</translation> + </message> + <message> + <source>new</source> + <translation>nouveau</translation> + </message> + <message> + <source>&New</source> + <translation>&Nouveau</translation> + </message> + <message> + <source>open</source> + <translation>ouvrir</translation> + </message> + <message> + <source>&Open</source> + <translation>&Ouvrir</translation> + </message> + <message> + <source>save</source> + <translation>enregistrer</translation> + </message> + <message> + <source>pianoroll</source> + <translation>rouleau Piano</translation> + </message> + <message> + <source>Pianoroll</source> + <translation>Rouleau-Piano</translation> + </message> + <message> + <source>score</source> + <translation>partition</translation> + </message> + <message> + <source>Score</source> + <translation>Partition</translation> + </message> + <message> + <source>marker</source> + <translation>marqueur</translation> + </message> + <message> + <source>Marker</source> + <translation>Marker</translation> + </message> + <message> + <source>File Buttons</source> + <translation>Boutons Fichiers</translation> + </message> + <message> + <source>Unknown File Format</source> + <translation>Format de fichier inconnu</translation> + </message> + <message> + <source>none</source> + <translation>aucun</translation> + </message> + <message> + <source>MusE: Write File failed</source> + <translation>MusE: échec de l'enregistrement</translation> + </message> + <message> + <source>MusE: About</source> + <translation>MusE: A propos</translation> + </message> + <message> + <source>MusE: Song: </source> + <translation>MusE: chanson</translation> + </message> + <message> + <source>reading midifile + </source> + <translation>lecture du fichier MIDI +</translation> + </message> + <message> + <source> +failed</source> + <translation> +Echec</translation> + </message> + <message> + <source>MusE: Copy Range</source> + <translation>MusE: limites de la copie</translation> + </message> + <message> + <source>not implemented</source> + <translation>Non-implémenté (désolé)</translation> + </message> + <message> + <source>MusE: Cut Events</source> + <translation>MusE: Couper Evènements</translation> + </message> + <message> + <source>MusE: Bounce to Track</source> + <translation>MusE: Rebondir sur la piste (bounce)</translation> + </message> + <message> + <source>more than one target track selected</source> + <translation>vous avez sélectionné plus d'une piste en +destination</translation> + </message> + <message> + <source>wrong target track type, +select wave track as target</source> + <translation>mauvais type de piste en destination, +choisissez une piste AUDIO en destination</translation> + </message> + <message> + <source>no target track selected</source> + <translation>vous n'avez pas sélectionné de piste de +destination</translation> + </message> +</context> +<context> + <name>NoteInfo</name> + <message> + <source>Start</source> + <translation>Début</translation> + </message> + <message> + <source>Len</source> + <translation>Long</translation> + </message> + <message> + <source>Pitch</source> + <translation>Hauteur</translation> + </message> + <message> + <source>Velo On</source> + <translation>Vélo on</translation> + </message> + <message> + <source>Velo Off</source> + <translation>Vélo off</translation> + </message> + <message> + <source>Note Info</source> + <translation>Info Note</translation> + </message> +</context> +<context> + <name>OrganGuiBase</name> + <message> + <source>MusE: Organ</source> + <translation>MusE: Orgue</translation> + </message> + <message> + <source>Presets</source> + <translation>Presets</translation> + </message> + <message> + <source>Set</source> + <translation>Set</translation> + </message> + <message> + <source>load preset list</source> + <translation>charger la liste des presets</translation> + </message> + <message> + <source>save preset list</source> + <translation>enregistrer la liste des presets</translation> + </message> + <message> + <source>O-1</source> + <translation>O-1</translation> + </message> + <message> + <source>Oscillator</source> + <translation>Oscillateur</translation> + </message> + <message> + <source>Brass</source> + <translation>Cuivres</translation> + </message> + <message> + <source>Reed</source> + <translation>Roseau</translation> + </message> + <message> + <source>Flute</source> + <translation>Flûte</translation> + </message> + <message> + <source>Drawbars</source> + <translation>Grands Tuyaux</translation> + </message> + <message> + <source>16'</source> + <translation>16'</translation> + </message> + <message> + <source>4'</source> + <translation>4'</translation> + </message> + <message> + <source>2 2/3'</source> + <translation>2 2/3'</translation> + </message> + <message> + <source>2'</source> + <translation>2'</translation> + </message> + <message> + <source>8'</source> + <translation>8'</translation> + </message> + <message> + <source>5 1/3'</source> + <translation>5 1/3'</translation> + </message> + <message> + <source>Envelope Lo</source> + <translation>Enveloppe basse (Lo)</translation> + </message> + <message> + <source>Attack(ms)</source> + <translation>Attaque (en ms)</translation> + </message> + <message> + <source>Decay(ms)</source> + <translation>Affaiblissement (ms)</translation> + </message> + <message> + <source>Sustain(%)</source> + <translation>Tenue (%)</translation> + </message> + <message> + <source>Release(ms)</source> + <translation>Relachement (ms)</translation> + </message> + <message> + <source>Envelope Hi</source> + <translation>Enveloppe Haute (Hi)</translation> + </message> +</context> +<context> + <name>PageSettings</name> + <message> + <source>Paper Size</source> + <translation>Dimension de la feuille</translation> + </message> + <message> + <source>user</source> + <translation>utilisateur</translation> + </message> + <message> + <source>Margins</source> + <translation>Marges</translation> + </message> + <message> + <source>Header</source> + <translation>En-Tête</translation> + </message> + <message> + <source>Title</source> + <translation>Titre</translation> + </message> + <message> + <source>Author</source> + <translation>Auteur</translation> + </message> + <message> + <source>Fonts</source> + <translation>Polices</translation> + </message> + <message> + <source>Page No.</source> + <translation>N° de page</translation> + </message> + <message> + <source>Measure No</source> + <translation>N° de mesure</translation> + </message> + <message> + <source>Track Name</source> + <translation>Nom de la Piste</translation> + </message> + <message> + <source>Lyrics</source> + <translation>Paroles</translation> + </message> + <message> + <source>Layout</source> + <translation>Disposition</translation> + </message> + <message> + <source>Scale</source> + <translation>Echelle</translation> + </message> + <message> + <source>Flags</source> + <translation>Drapeaux</translation> + </message> + <message> + <source>show page no.</source> + <translation>Montrer la page N°</translation> + </message> + <message> + <source>show measure no.</source> + <translation>Montrer la mesure N°</translation> + </message> + <message> + <source>show track name</source> + <translation>Montrer le nom des Pistes</translation> + </message> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Apply</source> + <translation>Appliquer</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> + <message> + <source>left Margin</source> + <translation>Marge de gauche</translation> + </message> + <message> + <source>top Margin</source> + <translation>Marge du haut</translation> + </message> + <message> + <source>right Margin</source> + <translation>Marge de droite</translation> + </message> + <message> + <source>bottom Margin</source> + <translation>Marge du bas</translation> + </message> + <message> + <source>Bars across the Page</source> + <translation>Mesures par Page</translation> + </message> +</context> +<context> + <name>PartCanvas</name> + <message> + <source>Cannot copy/move/clone to different Track-Type</source> + <translation>Ne peut copier/déplacer vers une type de Piste +différent</translation> + </message> + <message> + <source>C&ut</source> + <translation>Co&uper</translation> + </message> + <message> + <source>&Copy</source> + <translation>&Copier</translation> + </message> + <message> + <source>rename</source> + <translation>renommer</translation> + </message> + <message> + <source>color</source> + <translation>couleur</translation> + </message> + <message> + <source>delete</source> + <translation>effacer</translation> + </message> + <message> + <source>split</source> + <translation>séparer</translation> + </message> + <message> + <source>glue</source> + <translation>coller</translation> + </message> + <message> + <source>de-clone</source> + <translation>annuler-clônage</translation> + </message> + <message> + <source>pianoroll</source> + <translation>rouleau-piano</translation> + </message> + <message> + <source>score</source> + <translation>partition</translation> + </message> + <message> + <source>list</source> + <translation>liste</translation> + </message> + <message> + <source>drums</source> + <translation>batterie</translation> + </message> + <message> + <source>wave edit</source> + <translation>édition wav</translation> + </message> + <message> + <source>Cannot paste: multiple tracks selected</source> + <translation>Ne peut coller: plusieurs pistes +sélectionnées</translation> + </message> + <message> + <source>Cannot paste: no track selected</source> + <translation>Ne peut coller: pas de piste choisie</translation> + </message> + <message> + <source>Cannot paste midi parts to wave track</source> + <translation>Ne peut coller des bouts MIDI sur des pistes +AUDIO</translation> + </message> + <message> + <source>Cannot paste wave parts to midi track</source> + <translation>Ne peut copier des bouts AUDIO sur des pistes +MIDI</translation> + </message> + <message> + <source>Cannot paste: wrong data type</source> + <translation>Ne peut coller: mauvais type de donnée</translation> + </message> +</context> +<context> + <name>PatchBay</name> + <message> + <source>MusE: ALSA MIDI Patch Bay</source> + <translation>MusE: Baie de Patches MIDI ALSA</translation> + </message> +</context> +<context> + <name>PatchBayBase</name> + <message> + <source>ALSA Patch Bay</source> + <translation>Baie de Patches ALSA</translation> + </message> +</context> +<context> + <name>PianoRoll</name> + <message> + <source>&Edit</source> + <translation>&Edition</translation> + </message> + <message> + <source>Cut</source> + <translation>Couper</translation> + </message> + <message> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <source>Paste</source> + <translation>Coller</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Effacer Evènements</translation> + </message> + <message> + <source>Select All</source> + <translation>Sélectionner tout</translation> + </message> + <message> + <source>Select None</source> + <translation>Dé-sélectionner</translation> + </message> + <message> + <source>Invert</source> + <translation>Inverser</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>Dans la Boucle</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Hors de la Boucle</translation> + </message> + <message> + <source>&Select</source> + <translation>&Sélectionner</translation> + </message> + <message> + <source>blue</source> + <translation>bleu</translation> + </message> + <message> + <source>pitch colors</source> + <translation>couleurs pour la hauteur</translation> + </message> + <message> + <source>velocity colors</source> + <translation>couleurs pour la vélocité</translation> + </message> + <message> + <source>&Config</source> + <translation>&Configuration</translation> + </message> + <message> + <source>event color</source> + <translation>couleur pour les évènements</translation> + </message> + <message> + <source>&Functions</source> + <translation>&Fonctions</translation> + </message> + <message> + <source>Over Quantize</source> + <translation>Plus de Quantisation</translation> + </message> + <message> + <source>Note On Quantize</source> + <translation>Quantisation Appui de Note</translation> + </message> + <message> + <source>Note On/Off Quantize</source> + <translation>Quantisation Appui/Relachement de Note</translation> + </message> + <message> + <source>Iterative Quantize</source> + <translation>Quantisation itérative</translation> + </message> + <message> + <source>Config Quant...</source> + <translation type="unfinished">Config. Quant...</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Modifier temps de fermeture (gate time)</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Modifier la vélocité</translation> + </message> + <message> + <source>Crescendo</source> + <translation>Crescendo</translation> + </message> + <message> + <source>Transpose</source> + <translation>Transposition</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Sortie fine</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Effacer Evènements</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Décalage de Note</translation> + </message> + <message> + <source>Move Clock</source> + <translation>Décalage temporel</translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Copier mesure</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Effacer mesure</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Supprimer mesure</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Créer mesure</translation> + </message> + <message> + <source>Pianoroll Tools</source> + <translation>Outils de piano-roll</translation> + </message> + <message> + <source>Step Record</source> + <translation>Enregistrement pas-a-pas</translation> + </message> + <message> + <source>Midi Input</source> + <translation>Entrée MIDI</translation> + </message> + <message> + <source>Play Events</source> + <translation>Jouer Evènements</translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Ajouter une vue de contrôles</translation> + </message> + <message> + <source>ctrl</source> + <translation>ctrl</translation> + </message> +</context> +<context> + <name>PluginDialog</name> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> + <message> + <source>MusE: select plugin</source> + <translation>MusE: choisir plugin</translation> + </message> + <message> + <source>Lib</source> + <translation>Lib</translation> + </message> + <message> + <source>Label</source> + <translation>Label</translation> + </message> + <message> + <source>Name</source> + <translation>Nom</translation> + </message> + <message> + <source>AI</source> + <translation>AI</translation> + </message> + <message> + <source>AO</source> + <translation>AO</translation> + </message> + <message> + <source>CI</source> + <translation>CI</translation> + </message> + <message> + <source>CO</source> + <translation>CO</translation> + </message> + <message> + <source>IP</source> + <translation>IP</translation> + </message> + <message> + <source>id</source> + <translation>id</translation> + </message> + <message> + <source>Maker</source> + <translation>Fabrique</translation> + </message> + <message> + <source>Copyright</source> + <translation>Copyright</translation> + </message> +</context> +<context> + <name>PluginGui</name> + <message> + <source>bypass plugin</source> + <translation>Plugin de Direct (bypass)</translation> + </message> + <message> + <source>MusE: load preset</source> + <translation>MusE: charger réglages</translation> + </message> + <message> + <source>MusE: save preset</source> + <translation>MusE: enregistrer réglages</translation> + </message> + <message> + <source>File Buttons</source> + <translation>Boutons Fichier</translation> + </message> + <message> + <source>Load Preset</source> + <translation>Charger réglages</translation> + </message> + <message> + <source>Save Preset</source> + <translation>Enregistrer réglages</translation> + </message> +</context> +<context> + <name>PrinterConfig</name> + <message> + <source>MusE: Config Printer</source> + <translation>MusE: configuration de l'imprimante</translation> + </message> + <message> + <source>Print to file</source> + <translation>Enregistrer dans un fichier</translation> + </message> + <message> + <source>Print Command</source> + <translation>Commande d'impression</translation> + </message> + <message> + <source>Preview Command</source> + <translation>Commande de Visualisation</translation> + </message> + <message> + <source>OK</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> +</context> +<context> + <name>QHeader</name> + <message> + <source>Port Number</source> + <translation>Numéro de port</translation> + </message> + <message> + <source>enable gui for device</source> + <translation>Activer interface utilisateur pour ce +périphérique</translation> + </message> + <message> + <source>enables recording from the device</source> + <translation>active enregistrement � partir du +périphérique</translation> + </message> + <message> + <source>Instrument connected to port</source> + <translation>Instrument connecté au port</translation> + </message> + <message> + <source>State: result of opening the device</source> + <translation>Etat: résultat de l'ouverture du port</translation> + </message> + <message> + <source>mute instrument</source> + <translation>Rendre muet l'instrument</translation> + </message> + <message> + <source>sound name</source> + <translation>Nom du son</translation> + </message> + <message> + <source>quantisation +currently not used</source> + <translation>quantisation +non-utilisé actuellement</translation> + </message> + <message> + <source>this input note triggers the sound</source> + <translation>cette note en entrée déclenche le son</translation> + </message> + <message> + <source>note length</source> + <translation>longueur de note</translation> + </message> + <message> + <source>this note is send for the sound</source> + <translation>Cette note est envoyée pour le son</translation> + </message> + <message> + <source>output channel +currently not used</source> + <translation>canal de sortie +actuellement non utilisé</translation> + </message> + <message> + <source>output port +currently not used</source> + <translation>port de sortie +actuellement non utilisé</translation> + </message> + <message> + <source>velocity level 1</source> + <translation>vélocité niveau 1</translation> + </message> + <message> + <source>velocity level 2</source> + <translation>vélocité niveau 2</translation> + </message> + <message> + <source>velocity level 3</source> + <translation>vélocité niveau 3</translation> + </message> + <message> + <source>velocity level 4</source> + <translation>vélocité niveau 4</translation> + </message> + <message> + <source>quantisation</source> + <translation>quantisation</translation> + </message> + <message> + <source>output channel</source> + <translation>canal de sortie</translation> + </message> + <message> + <source>output port</source> + <translation>port de sortie</translation> + </message> + <message> + <source>Enable Recording</source> + <translation>Activer l'Enregistrement</translation> + </message> + <message> + <source>Track Activity</source> + <translation>Activité des Pistes</translation> + </message> + <message> + <source>Mute Indicator</source> + <translation>Indicateur de Silence</translation> + </message> + <message> + <source>Solo Indicator</source> + <translation>Indicateur de Solo</translation> + </message> + <message> + <source>Track Type</source> + <translation>Type de Piste</translation> + </message> + <message> + <source>Track Name</source> + <translation>Nom de la Piste</translation> + </message> + <message> + <source>Output Channel Number</source> + <translation>Numéro de Canal de Sortie</translation> + </message> + <message> + <source>Output Port</source> + <translation>Port de Sortie</translation> + </message> + <message> + <source>Time Lock</source> + <translation>Vérouillage d'Horloge</translation> + </message> + <message> + <source>Solo/Pre Fader Listening</source> + <translation>Ecoute Solo/Pre Fader</translation> + </message> + <message> + <source>Name of the midi device associated with this port +number</source> + <translation>Nom du périphérique midi associé avec ce numéro de +port</translation> + </message> +</context> +<context> + <name>QWidget</name> + <message> + <source>Cannot transform non empty track</source> + <translation>Ne peut transformer une piste non vide</translation> + </message> + <message> + <source>Velocity</source> + <translation>Vélocité</translation> + </message> + <message> + <source>Cannot convert sysex string</source> + <translation>Ne peut convertir le code sysex</translation> + </message> + <message> + <source>Hex String too long (2048 bytes limit)</source> + <translation>Code Hexa tro long (limite: 2048 octets)</translation> + </message> + <message> + <source>generic midi</source> + <translation>MIDI générique</translation> + </message> + <message> + <source>new</source> + <translation>nouveau</translation> + </message> + <message> + <source>create peakfile for </source> + <translation>créer fichier de crêtes pour</translation> + </message> + <message> + <source>MusE: get file name</source> + <translation>MusE: avoir le nom du fichier</translation> + </message> + <message> + <source>the directory +</source> + <translation>le répertoire +</translation> + </message> + <message> + <source> +does not exist +create?</source> + <translation>n'existe pas. +Le créer?</translation> + </message> + <message> + <source>&Create</source> + <translation>&Créer</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> + <message> + <source>MusE: create directory</source> + <translation>MusE: créer un répertoire</translation> + </message> + <message> + <source>creating dir failed</source> + <translation>échec de la création du répertoire</translation> + </message> + <message> + <source>File +</source> + <translation>Fichier +</translation> + </message> + <message> + <source> +exists</source> + <translation> +existe</translation> + </message> + <message> + <source>MusE: write</source> + <translation>MusE: écriture</translation> + </message> + <message> + <source>Overwrite</source> + <translation>Ecrasement</translation> + </message> + <message> + <source>Quit</source> + <translation>Quitter</translation> + </message> + <message> + <source>Open File +</source> + <translation>Ouvrir Fichier +</translation> + </message> + <message> + <source> +failed: </source> + <translation> +échec:</translation> + </message> + <message> + <source>MusE: Open File</source> + <translation>MusE: Ouvrir un Fichier</translation> + </message> + <message> + <source>None</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Master</source> + <translation></translation> + </message> + <message> + <source>Input</source> + <translation>Entrée</translation> + </message> + <message> + <source>Group %c</source> + <translation></translation> + </message> + <message> + <source>Unknown</source> + <translation>Inconnu</translation> + </message> +</context> +<context> + <name>QuantConfig</name> + <message> + <source>Config Quantize</source> + <translation>Configuration de la Quantisation</translation> + </message> + <message> + <source>Strength</source> + <translation>Force</translation> + </message> + <message> + <source>Don´t Quantize</source> + <translation>Ne pas quantiser</translation> + </message> + <message> + <source>Quant Len</source> + <translation>Lon Quant</translation> + </message> + <message> + <source>MusE: Config Quantize</source> + <translation>MusE: Configuration de la Quantisation</translation> + </message> +</context> +<context> + <name>QuantDialog</name> + <message> + <source>Display Quantize</source> + <translation>Afficher Quantisation</translation> + </message> + <message> + <source>Position</source> + <translation>Position</translation> + </message> + <message> + <source>Note Quantize</source> + <translation>Quantisation de Note</translation> + </message> + <message> + <source>Rest Quantize</source> + <translation>Quantisation des Silences</translation> + </message> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> +</context> +<context> + <name>RhythmBase</name> + <message> + <source>MusE: Random Rhythm Generator</source> + <translation>MusE: Générateur Aléatoire de Rythmes</translation> + </message> + <message> + <source>Instrument Properties</source> + <translation>Propriétés des Instruments</translation> + </message> + <message> + <source>counts/bar</source> + <translation>battements/mesure</translation> + </message> + <message> + <source>steps/count</source> + <translation>divisions/battements</translation> + </message> + <message> + <source># bars</source> + <translation># mesure</translation> + </message> + <message> + <source>test</source> + <translation>test</translation> + </message> + <message> + <source>contrib</source> + <translation>contrib</translation> + </message> + <message> + <source>randomize</source> + <translation>aléatoire</translation> + </message> + <message> + <source>Group 1</source> + <translation>Groupe 1</translation> + </message> + <message> + <source>Group 2</source> + <translation>Groupe 2</translation> + </message> + <message> + <source>Group 3</source> + <translation>Groupe 3</translation> + </message> + <message> + <source>Group 4</source> + <translation>Groupe 4</translation> + </message> + <message> + <source>Group 5</source> + <translation>Groupe 5</translation> + </message> + <message> + <source>listen</source> + <translation>écoute</translation> + </message> + <message> + <source>Instrument</source> + <translation>Instrument</translation> + </message> + <message> + <source>Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&New</source> + <translation>&Nouveau</translation> + </message> + <message> + <source>create new entry</source> + <translation>créer une nouvelle entrée</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>en appuyant sur Nouveau vous créez une nouvelle entrée +dans la liste des contrôles</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Effacer</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>efface l'entrée sélectionnée</translation> + </message> + <message> + <source>Up</source> + <translation>Haut</translation> + </message> + <message> + <source>Down</source> + <translation>Bas</translation> + </message> + <message> + <source>Instrument </source> + <translation>Instrument</translation> + </message> + <message> + <source>steps/count </source> + <translation>divisions/battement</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>liste des contrôles définis</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>Ceci est la liste des contrôles qui ont été +définis.</translation> + </message> + <message> + <source>&File</source> + <translation>&Fichier</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Edition</translation> + </message> + <message> + <source>&Help</source> + <translation>&Aide</translation> + </message> + <message> + <source>Tools</source> + <translation>Outils</translation> + </message> + <message> + <source>New</source> + <translation>Nouveau</translation> + </message> + <message> + <source>Open</source> + <translation>Ouvrir</translation> + </message> + <message> + <source>&Open...</source> + <translation>&Ouvrir...</translation> + </message> + <message> + <source>Save</source> + <translation>Sauvegarder</translation> + </message> + <message> + <source>&Save</source> + <translation>&Sauvegarder</translation> + </message> + <message> + <source>Save As</source> + <translation>Sauvegarder sous</translation> + </message> + <message> + <source>Save &As...</source> + <translation>Sauvegarder &sous...</translation> + </message> + <message> + <source>Print</source> + <translation>Imprimer</translation> + </message> + <message> + <source>&Print...</source> + <translation>Im&primer...</translation> + </message> + <message> + <source>Exit</source> + <translation>Quitter</translation> + </message> + <message> + <source>E&xit</source> + <translation>&Quitter</translation> + </message> + <message> + <source>Undo</source> + <translation>Annuler</translation> + </message> + <message> + <source>&Undo</source> + <translation>&Annuler</translation> + </message> + <message> + <source>Redo</source> + <translation>Refaire</translation> + </message> + <message> + <source>&Redo</source> + <translation>&Refaire</translation> + </message> + <message> + <source>Cut</source> + <translation>Couper</translation> + </message> + <message> + <source>&Cut</source> + <translation>Co&uper</translation> + </message> + <message> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <source>C&opy</source> + <translation>&Copier</translation> + </message> + <message> + <source>Paste</source> + <translation>Coller</translation> + </message> + <message> + <source>&Paste</source> + <translation>C&oller</translation> + </message> + <message> + <source>Find</source> + <translation>Rechercher</translation> + </message> + <message> + <source>&Find...</source> + <translation>&Rechercher...</translation> + </message> + <message> + <source>Contents</source> + <translation>Contenus</translation> + </message> + <message> + <source>&Contents...</source> + <translation>Co&ntenus...</translation> + </message> + <message> + <source>Index</source> + <translation>Index</translation> + </message> + <message> + <source>&Index...</source> + <translation>&Index...</translation> + </message> + <message> + <source>About</source> + <translation>A propos</translation> + </message> + <message> + <source>&About...</source> + <translation>&A propos...</translation> + </message> +</context> +<context> + <name>RhythmGenerator</name> + <message> + <source>Form3</source> + <translation>Form3</translation> + </message> + <message> + <source>Instrument Settings:</source> + <translation>Réglages des Instruments:</translation> + </message> + <message> + <source>Instrument</source> + <translation>Instrument</translation> + </message> + <message> + <source>Hi-Hat</source> + <translation>Charley (Hi-Hat)</translation> + </message> + <message> + <source>add</source> + <translation>ajouter</translation> + </message> + <message> + <source>delete</source> + <translation>effacer</translation> + </message> + <message> + <source>steps/count</source> + <translation>battements/division</translation> + </message> + <message> + <source>count/bar</source> + <translation>divisions/mesure</translation> + </message> + <message> + <source># bars</source> + <translation># mesures</translation> + </message> + <message> + <source>Group Settings:</source> + <translation>Réglages des Groupes:</translation> + </message> + <message> + <source>Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Group 1</source> + <translation>Groupe 1</translation> + </message> + <message> + <source>Group 2</source> + <translation>Groupe 2</translation> + </message> + <message> + <source>Group 3</source> + <translation>Groupe 3</translation> + </message> + <message> + <source>Group 4</source> + <translation>Groupe 4</translation> + </message> + <message> + <source>Group 5</source> + <translation>Groupe 5</translation> + </message> + <message> + <source>contrib</source> + <translation>contrib</translation> + </message> + <message> + <source>listen</source> + <translation>écoute</translation> + </message> + <message> + <source>Randomize</source> + <translation>Aléatoire</translation> + </message> + <message> + <source>Rhythm Style:</source> + <translation>Style de Rythme:</translation> + </message> + <message> + <source>Clear</source> + <translation>Effacer</translation> + </message> + <message> + <source>Open...</source> + <translation>Ouvrir...</translation> + </message> + <message> + <source>Save</source> + <translation>Sauvegarder</translation> + </message> + <message> + <source>Save as...</source> + <translation>Sauvegarder sous...</translation> + </message> + <message> + <source>Generate</source> + <translation>Générer</translation> + </message> + <message> + <source>Close</source> + <translation>Fermer</translation> + </message> +</context> +<context> + <name>Score</name> + <message> + <source>Dynamics</source> + <translation>Dynamiques</translation> + </message> + <message> + <source>&Config</source> + <translation>&Configuration</translation> + </message> + <message> + <source>Page Settings</source> + <translation>Paramètres de la Page</translation> + </message> + <message> + <source>Staff Settings</source> + <translation>Paramètre de la portée</translation> + </message> + <message> + <source>Background Pixmap</source> + <translation>image de fond</translation> + </message> + <message> + <source>Palettes</source> + <translation>Palettes</translation> + </message> + <message> + <source>Print</source> + <translation>Imprimer</translation> + </message> + <message> + <source>Preview Print</source> + <translation>Aperçu avant Impression</translation> + </message> + <message> + <source>Lyrics</source> + <translation>Paroles</translation> + </message> + <message> + <source>enter lyrics</source> + <translation>entrer des paroles</translation> + </message> + <message> + <source>Text</source> + <translation>Texte</translation> + </message> + <message> + <source>enter text</source> + <translation>entrer un texte</translation> + </message> + <message> + <source>C7m</source> + <translation>Do-7</translation> + </message> + <message> + <source>enter chord symbol</source> + <translation>entrer la notation d'un accord</translation> + </message> + <message> + <source>to previous voice</source> + <translation>� la voie précédante</translation> + </message> + <message> + <source>to next voice</source> + <translation>� la voie suivante</translation> + </message> + <message> + <source>flip stem direction</source> + <translation>changer la direction de la queue</translation> + </message> + <message> + <source>move marked notes to previous voice or to upper stave in a +split system</source> + <translation>déplacer les notes marquées � la voie précédante ou � +la portée du dessus d'un système double</translation> + </message> + <message> + <source>move marked notes to next voice or to lower stave in a split +system</source> + <translation>déplacer les notes marquées � la voie suivante ou � la +portée basse d'un système double</translation> + </message> + <message> + <source>flip stem direction of selected notes</source> + <translation>changer la direction de la queue des notes +sélectionnées</translation> + </message> + <message> + <source>StaffSettings</source> + <translation>Paramètres de la portée</translation> + </message> + <message> + <source>MusE: config wallpaper</source> + <translation>MusE: Configuration du papier de fond</translation> + </message> + <message> + <source>Score</source> + <translation>Partition</translation> + </message> +</context> +<context> + <name>ScoreConfig</name> + <message> + <source>Staff Settings: </source> + <translation>Paramètres de Portée:</translation> + </message> + <message> + <source>Track List</source> + <translation>Liste Piste</translation> + </message> + <message> + <source>Key/Clef</source> + <translation>Clef</translation> + </message> + <message> + <source>Raster</source> + <translation>Trame</translation> + </message> + <message> + <source>Note Quantize</source> + <translation>Quantisation de Note</translation> + </message> + <message> + <source>Rest Quantize</source> + <translation>Quantisation de Silence</translation> + </message> + <message> + <source>Mode</source> + <translation>Mode</translation> + </message> + <message> + <source>Split System</source> + <translation>Portée Double</translation> + </message> + <message> + <source>Splitpoint</source> + <translation>Point de Séparation</translation> + </message> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Apply</source> + <translation>Appliquer</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> + <message> + <source>Upper Staff</source> + <translation>Portée Supérieure</translation> + </message> + <message> + <source>Lower Staff</source> + <translation>Portée Inférieure</translation> + </message> +</context> +<context> + <name>ScrollScale</name> + <message> + <source>next page</source> + <translation>page suivante</translation> + </message> + <message> + <source>previous page</source> + <translation>page précédente</translation> + </message> + <message> + <source>current page number</source> + <translation>numéro de page courante</translation> + </message> +</context> +<context> + <name>SigScale</name> + <message> + <source>signature scale</source> + <translation>Echelle de la signature</translation> + </message> +</context> +<context> + <name>StkGuiBase</name> + <message> + <source>MyDialog2</source> + <translation>MonDialogue2</translation> + </message> + <message> + <source>Voices</source> + <translation>Voies</translation> + </message> + <message> + <source>Edit</source> + <translation>Editer</translation> + </message> +</context> +<context> + <name>SynthConfigBase</name> + <message> + <source>MusE: Synth Configuration</source> + <translation>MusE: Configuration Synth Virtuel</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation>Synthétiseur Virtuel</translation> + </message> + <message> + <source>File</source> + <translation>Fichier</translation> + </message> + <message> + <source>Instances</source> + <translation>Exemplaires</translation> + </message> + <message> + <source>Name</source> + <translation>Nom</translation> + </message> + <message> + <source>list of available software synthesizers</source> + <translation>liste des synthétiseurs virtuels +disponibles</translation> + </message> + <message> + <source>Add Instance</source> + <translation>Ajouter un Exemplaire</translation> + </message> + <message> + <source>Alsa Port</source> + <translation>Port Alsa</translation> + </message> + <message> + <source>Remove Instance</source> + <translation>Retirer un Exemplaire</translation> + </message> +</context> +<context> + <name>TList</name> + <message> + <source>Delete Track</source> + <translation>Effacer la Piste</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Commentaire de Piste</translation> + </message> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>Drum</source> + <translation>Batterie</translation> + </message> + <message> + <source>Wave</source> + <translation>Forme d'Onde</translation> + </message> + <message> + <source>Show Gui</source> + <translation>Montrer la Gui</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation>Ajouter une Piste Midi</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation>Ajouter une Piste de Batterie</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation>Ajouter une Piste Audio</translation> + </message> +</context> +<context> + <name>TempoSig</name> + <message> + <source>Tempo/Sig</source> + <translation>Tempo/Sig</translation> + </message> +</context> +<context> + <name>Toolbar1</name> + <message> + <source>Solo</source> + <translation>Solo</translation> + </message> + <message> + <source>Snap</source> + <translation>Aligne</translation> + </message> + <message> + <source>Quantize</source> + <translation>Quantisation</translation> + </message> + <message> + <source>To</source> + <translation>A</translation> + </message> + <message> + <source>All Events</source> + <translation>Tous les Evènements</translation> + </message> + <message> + <source>Looped Ev.</source> + <translation>Ev. Bouclés</translation> + </message> + <message> + <source>Selected Ev.</source> + <translation>Ev. Choisis</translation> + </message> + <message> + <source>Looped+Sel.</source> + <translation>Bouclés+Sél.</translation> + </message> + <message> + <source>Cursor</source> + <translation>Curseur</translation> + </message> +</context> +<context> + <name>TrackComment</name> + <message> + <source>MusE: Track Comment</source> + <translation>Muse: Commentaire de Piste</translation> + </message> + <message> + <source>Track Comment:</source> + <translation>Commentaire de Piste:</translation> + </message> +</context> +<context> + <name>Transport</name> + <message> + <source>Punch In</source> + <translation>Punch-In</translation> + </message> + <message> + <source>Loop</source> + <translation>Boucle</translation> + </message> + <message> + <source>Punch Out</source> + <translation>Punch-Out</translation> + </message> + <message> + <source>Left Mark</source> + <translation>Marque Gauche</translation> + </message> + <message> + <source>Right Mark</source> + <translation>Marque Droite</translation> + </message> + <message> + <source>Overdub</source> + <translation>Sur-enregistrement (Overdub)</translation> + </message> + <message> + <source>Replace</source> + <translation>Remplace</translation> + </message> + <message> + <source>Rec Mode</source> + <translation>Mode Enregistrement</translation> + </message> + <message> + <source>Normal</source> + <translation>Normal</translation> + </message> + <message> + <source>Mix</source> + <translation>Mix</translation> + </message> + <message> + <source>Cycle Rec</source> + <translation>Enr. Cycle</translation> + </message> + <message> + <source>punchin</source> + <translation>Punch-In</translation> + </message> + <message> + <source>loop</source> + <translation>boucle</translation> + </message> + <message> + <source>punchout</source> + <translation>Punch-Out</translation> + </message> + <message> + <source>rewind to start</source> + <translation>rembobine au départ</translation> + </message> + <message> + <source>rewind</source> + <translation>rembobiner</translation> + </message> + <message> + <source>forward</source> + <translation>avance</translation> + </message> + <message> + <source>stop</source> + <translation>stop</translation> + </message> + <message> + <source>play</source> + <translation>jouer</translation> + </message> + <message> + <source>record</source> + <translation>enregistrement</translation> + </message> + <message> + <source>AC</source> + <translation>AC</translation> + </message> + <message> + <source>quantize during record</source> + <translation>quantise pendant l'enregistrement</translation> + </message> + <message> + <source>Click</source> + <translation>Clic</translation> + </message> + <message> + <source>metronom click on/off</source> + <translation>clic du métronome oui/non</translation> + </message> + <message> + <source>Sync</source> + <translation>Synchro</translation> + </message> + <message> + <source>external sync on/off</source> + <translation>synchro externe oui/non</translation> + </message> + <message> + <source>Master</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>use master track</source> + <translation>Utiliser la piste principale</translation> + </message> +</context> +<context> + <name>TransposeDialogBase</name> + <message> + <source>MusE: Midi Transpose</source> + <translation>MusE: Transposition Midi</translation> + </message> + <message> + <source>Value</source> + <translation>Valeur</translation> + </message> + <message> + <source>halftones</source> + <translation>demi-tons</translation> + </message> + <message> + <source>Time</source> + <translation>Temps</translation> + </message> + <message> + <source>all</source> + <translation>tous</translation> + </message> + <message> + <source>between markers</source> + <translation>entre les marqueurs</translation> + </message> + <message> + <source>Parts</source> + <translation>Pièces</translation> + </message> + <message> + <source>all in selected tracks</source> + <translation>tous dans les pistes sélectionnées</translation> + </message> + <message> + <source>OK</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> +</context> +<context> + <name>VAMGuiBase</name> + <message> + <source>Virtual Analogue for MusE</source> + <translation>Synthé Analogique Virtuel pour Muse</translation> + </message> + <message> + <source>LFO</source> + <translation>LFO</translation> + </message> + <message> + <source>Freq</source> + <translation>Frèq</translation> + </message> + <message> + <source>Waveform</source> + <translation>Forme d'Onde</translation> + </message> + <message> + <source>Sine</source> + <translation>Sinusoïde</translation> + </message> + <message> + <source>Pulse</source> + <translation>Impulsion</translation> + </message> + <message> + <source>Saw</source> + <translation>Dents-de-scie</translation> + </message> + <message> + <source>Triangle</source> + <translation>Triangle</translation> + </message> + <message> + <source>Filter</source> + <translation>Filtre</translation> + </message> + <message> + <source>EnvMod</source> + <translation>ModEnv</translation> + </message> + <message> + <source>Attack</source> + <translation>Attaque</translation> + </message> + <message> + <source>Decay</source> + <translation>Affaiblissement</translation> + </message> + <message> + <source>Sustain</source> + <translation>Tenue</translation> + </message> + <message> + <source>Release</source> + <translation>Relachement</translation> + </message> + <message> + <source>Cutoff</source> + <translation>Limiteur (CutOff)</translation> + </message> + <message> + <source>Resonance</source> + <translation>Résonance</translation> + </message> + <message> + <source>Invert</source> + <translation>Inverser</translation> + </message> + <message> + <source>KeyTrack</source> + <translation>PisteClef</translation> + </message> + <message> + <source>Presets</source> + <translation>Presets</translation> + </message> + <message> + <source>Set</source> + <translation>Set</translation> + </message> + <message> + <source>load preset list</source> + <translation>charger la liste des presets</translation> + </message> + <message> + <source>save preset list</source> + <translation>enregistrer la liste des presets</translation> + </message> + <message> + <source>save preset list to a new file</source> + <translation>enregistrer la liste des presets dans un nouveau +fichier</translation> + </message> + <message> + <source>delete preset</source> + <translation>efface le preset</translation> + </message> + <message> + <source>DCO 1</source> + <translation>DCO 1</translation> + </message> + <message> + <source>Pitch</source> + <translation>Hauteur</translation> + </message> + <message> + <source>Detune</source> + <translation>Désaccordage</translation> + </message> + <message> + <source>PWM</source> + <translation>PWM</translation> + </message> + <message> + <source>FM</source> + <translation>FM</translation> + </message> + <message> + <source>PW</source> + <translation>PW</translation> + </message> + <message> + <source>DCO 2</source> + <translation>DCO 2</translation> + </message> + <message> + <source>On</source> + <translation>On</translation> + </message> + <message encoding="UTF-8"> + <source>VAM 1.0beta2 +Virtual Analog for MusE +Released under GPL. +Copyright(C) 2002 +Jotsif Lindman Hörnlund +( jotsif@linux.nu )</source> + <translation>VAM 1.0beta2 +Virtual Analog pour MusE +License GPL. +Copyright(C) 2002 +Jotsif Lindman Hörnlund +( jotsif@linux.nu )</translation> + </message> +</context> +<context> + <name>VelocityBase</name> + <message> + <source>MusE: Modify Velocity</source> + <translation>Muse: Modifier la vélocité</translation> + </message> + <message> + <source>Range</source> + <translation>Taille</translation> + </message> + <message> + <source>All Events</source> + <translation>Tous les Evènements</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Evènements choisis</translation> + </message> + <message> + <source>Looped Events</source> + <translation>Evènements bouclés</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Bouclés & Sélectionnés</translation> + </message> + <message> + <source>Values</source> + <translation>Valeurs</translation> + </message> + <message> + <source>Rate:</source> + <translation>Vitesse:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Décalage:</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>OK</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Annuler</translation> + </message> +</context> +<context> + <name>WTScale</name> + <message> + <source>bar scale</source> + <translation>échelle de la mesure</translation> + </message> +</context> +<context> + <name>WaveEdit</name> + <message> + <source>Normalize</source> + <translation>Normaliser</translation> + </message> + <message> + <source>weTools</source> + <translation>weTools</translation> + </message> + <message> + <source>Solo</source> + <translation>Solo</translation> + </message> + <message> + <source>Cursor</source> + <translation>Curseur</translation> + </message> + <message> + <source>&File</source> + <translation>&Fichier</translation> + </message> + <message> + <source>Functions</source> + <translation>Fonctions</translation> + </message> +</context> +<context> + <name>WaveTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>MusE: InfoPiste</translation> + </message> + <message> + <source>Track Info</source> + <translation>Info Piste</translation> + </message> + <message> + <source>Track Name</source> + <translation>Nom de Piste</translation> + </message> + <message> + <source>Output Route:</source> + <translation>Chemin de Sortie:</translation> + </message> + <message> + <source>Input Route:</source> + <translation>Chemin d'Entrée:</translation> + </message> + <message> + <source>Ports:</source> + <translation>Ports:</translation> + </message> + <message> + <source>Mono</source> + <translation>Mono</translation> + </message> + <message> + <source>Stereo</source> + <translation>Stéréo</translation> + </message> +</context> +</TS> diff --git a/muse2/share/locale/muse_pl.qm b/muse2/share/locale/muse_pl.qm Binary files differnew file mode 100644 index 00000000..f0199c58 --- /dev/null +++ b/muse2/share/locale/muse_pl.qm diff --git a/muse2/share/locale/muse_pl.ts b/muse2/share/locale/muse_pl.ts new file mode 100644 index 00000000..34934881 --- /dev/null +++ b/muse2/share/locale/muse_pl.ts @@ -0,0 +1,5722 @@ +<!DOCTYPE TS><TS> +<context> + <name></name> + <message> + <source>Click this button to enable recording</source> + <translation>Naciśnij ten przycisk, aby pozwolić na nagrywanie</translation> + </message> + <message> + <source>sets amount of quantization: +0 - no quantization +100 - full quantization</source> + <translation>stopień kwantyzacji: +0 - bez kwantyzacji +100 - pełna kwantyzacja</translation> + </message> + <message> + <source>select Pointer Tool: +with the pointer tool you can: + select parts + move parts + copy parts</source> + <translation>Kliknij na strzałkę. +Strzałką możesz zaznaczać, przesuwać i kopiować klocki</translation> + </message> +</context> +<context> + <name>@default</name> + <message> + <source>Click this button to open a <em>new song</em>.<br>You can also select the <b>Open command</b> from the File menu.</source> + <translation>Otwórz nowy utwór. Można też wybrać <b>Otwórz</b> z menu Plik. +</translation> + </message> + <message> + <source>Click this button to save the song you are editing. You will be prompted for a file name. +You can also select the Save command from the File menu.</source> + <translation>Zapisz edytowany utwór. Trzeba podać nazwę pliku. +Można też wybrać "Zapisz" z menu plik, lub "Ctrl-S". +</translation> + </message> + <message> + <source>Create New Song</source> + <translation>Twórz nowy utwór. Można też nacisnąć skrót "Ctrl-N".</translation> + </message> + <message> + <source>Click this button to stop playback</source> + <translation>Zatrzymaj odtwarzanie.</translation> + </message> + <message> + <source>Click this button to start playback</source> + <translation>Rozpocznij odtwarzanie.</translation> + </message> + <message> + <source>Click this button to rewind to start position</source> + <translation>Przewiń do początku.</translation> + </message> + <message> + <source>Click this button to rewind</source> + <translation>Przewijaj do tyłu.</translation> + </message> + <message> + <source>Click this button to forward current play position</source> + <translation>Przewijaj do przodu.</translation> + </message> + <message> + <source>don't quantize notes above this tick limit</source> + <translation>Nie kwantyzuj nut poniżej tego poziomu.</translation> + </message> + <message> + <source>quantize also note len as default</source> + <translation>Kwantyzuj długości nut tak samo jak domyślnie.</translation> + </message> + <message> + <source>loop between left mark and right mark</source> + <translation>Zapętl pomiędzy lokatorami</translation> + </message> + <message> + <source>record starts at left mark</source> + <translation>Nagrywaj od lewego lokatora.</translation> + </message> + <message> + <source>record stops at right mark</source> + <translation>Nagrywaj od prawego lokatora.</translation> + </message> + <message> + <source>rewind to start position</source> + <translation>Przewiń do początku.</translation> + </message> + <message> + <source>rewind current position</source> + <translation>Przewijaj kursor do tyłu.</translation> + </message> + <message> + <source>move current position</source> + <translation>Przewijaj kursor do przodu.</translation> + </message> + <message> + <source>stop sequencer</source> + <translation>Zatrzymaj sekwencer.</translation> + </message> + <message> + <source>start sequencer play</source> + <translation>Uruchom odtwarzanie sekwencera.</translation> + </message> + <message> + <source>to record press record and then play</source> + <translation>Aby nagrywać najpierw naciśnij nagrywanie, potem odtwarzanie.</translation> + </message> + <message> + <source>send note off to all midi channels</source> + <translation>Zatrzymaj komunikaty midi na wszystkich kanałach!</translation> + </message> + <message> + <source>select Pencil Tool: +with the pencil tool you can: + create new parts + modify length of parts</source> + <translation>Kliknij na ołówek. +Ołówkiem możesz tworzyć klocki oraz zmieniać ich długość.</translation> + </message> + <message> + <source>select Delete Tool: +with the delete tool you can delete parts</source> + <translation>Kliknij na Gumkę. +Gumką można kasować klocki.</translation> + </message> + <message> + <source>select Cut Tool: +with the cut tool you can split a part</source> + <translation>Kliknij na Nożyczki. +Nożyczkami można ciąć klocki.</translation> + </message> + <message> + <source>select Glue Tool: +with the glue tool you can glue two parts</source> + <translation>Kliknij na Klej. +Klejem możesz sklejać dwa klocki</translation> + </message> + <message> + <source>select Score Tool: +</source> + <translation>Wybierz Podgląd Nutowy.</translation> + </message> + <message> + <source>select Quantize Tool: +insert display quantize event</source> + <translation>Ustaw Kwantyzator +(ustawia kwantyzację wstawiania komunikatów midi).</translation> + </message> + <message> + <source>select Drawing Tool</source> + <translation>wybierz Wykres</translation> + </message> + <message> + <source>select Muting Tool: +click on part to mute/unmute</source> + <translation>Kliknij na Wyłącz. +Kliknij na pojedynczy klocek aby go wyłączyć z odtwarzania.</translation> + </message> + <message> + <source>pointer</source> + <translation>Strzałka</translation> + </message> + <message> + <source>pencil</source> + <translation>Ołówek</translation> + </message> + <message> + <source>cutter</source> + <translation>Nożyczki</translation> + </message> + <message> + <source>score</source> + <translation>Pogląd nutowy</translation> + </message> + <message> + <source>glue</source> + <translation>Klej</translation> + </message> + <message> + <source>quantize</source> + <translation>Kwantyzator</translation> + </message> + <message> + <source>draw</source> + <translation>Wykres</translation> + </message> + <message> + <source>mute parts</source> + <translation>Wyłącz klocki z odtwarzania</translation> + </message> + <message> + <source>Off</source> + <translation>Wył.</translation> + </message> + <message> + <source>presets (*.pre *.pre.gz *.pre.bz2)</source> + <translation>ustawienia (*.pre *.pre.gz *.pre.bz2)</translation> + </message> + <message> + <source>All Files (*)</source> + <translation>Wszystkie Pliki (*)</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation>Dodaj Ślad Midi</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation>Dodaj Ślad Perkusyjny</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation>Dodaj Ślad Audio</translation> + </message> + <message> + <source>Add Audio Output</source> + <translation>Dodaj Wyjście Audio</translation> + </message> + <message> + <source>Add Audio Group</source> + <translation>Dodaj Grupę(Szynę) Audio</translation> + </message> + <message> + <source>Add Audio Input</source> + <translation>Dodaj Wejście Audio</translation> + </message> + <message> + <source>Add Aux Send</source> + <translation>Dodaj Wysyłkę Audio</translation> + </message> + <message> + <source>eraser</source> + <translation>Gumka</translation> + </message> +</context> +<context> + <name>AboutBox</name> + <message> + <source>AboutBox</source> + <translation>O Programie</translation> + </message> + <message> + <source>Keep On Rocking!</source> + <translation>Trzymajmy tak dalej!</translation> + </message> + <message> + <source>Version 0.7.0 + +(C) Copyright 1999-2004 Werner Schweer and others. +See http://lmuse.sourceforge.net for new versions and +more information. + +Published under the GNU Public License</source> + <translation>Wersja Programu 0.7.0 +(C) Prawa Autorskie 1999-2004 Werner Schweer i inni. +Wejdź na http://lmuse.sourceforge.net aby ściągnąć nową wersję i aby uzyskać informację. +Spolszczył: Piotr Sawicki, pelle@plusnet.pl + +Opublikowane na zasadzie licencji GNU Public License + +</translation> + </message> +</context> +<context> + <name>Appearance</name> + <message> + <source>MusE: load image</source> + <translation type="unfinished">Muza: Załaduj obrazek.</translation> + </message> +</context> +<context> + <name>AppearanceDialogBase</name> + <message> + <source>MusE: Appearance settings</source> + <translation type="unfinished">MuzA: Wygląd aplikacji.</translation> + </message> + <message> + <source>Apply</source> + <translation>Zastosuj</translation> + </message> + <message> + <source>Ok</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> + <message> + <source>Arranger</source> + <translation>Główne Okno</translation> + </message> + <message> + <source>Parts</source> + <translation>Klocki</translation> + </message> + <message> + <source>show names</source> + <translation>pokaż nazwy</translation> + </message> + <message> + <source>show events</source> + <translation>pokaż elementy midi</translation> + </message> + <message> + <source>show Cakewalk Style</source> + <translation>pokaż w stylu Cakewalk</translation> + </message> + <message> + <source>Events</source> + <translation>Elementy midi</translation> + </message> + <message> + <source>note on</source> + <translation>Dźwięki</translation> + </message> + <message> + <source>poly pressure</source> + <translation>Poly pressure</translation> + </message> + <message> + <source>controller</source> + <translation>Kontrolery midi</translation> + </message> + <message> + <source>aftertouch</source> + <translation>Nacisk pod uderzeniu (aftertouch)</translation> + </message> + <message> + <source>pitch bend</source> + <translation>Odchylenie stroju (Pitch Bend)</translation> + </message> + <message> + <source>program change</source> + <translation>Zmiana programu (program change)</translation> + </message> + <message> + <source>special</source> + <translation>specjalne</translation> + </message> + <message> + <source>Background picture</source> + <translation>Obrazek w tle</translation> + </message> + <message> + <source>bg</source> + <translation>tło</translation> + </message> + <message> + <source>select...</source> + <translation>wybierz...</translation> + </message> + <message> + <source>show snap grid</source> + <translation>pokaż siatkę przyciągania</translation> + </message> + <message> + <source>Colors</source> + <translation>Kolory</translation> + </message> + <message> + <source>Items</source> + <translation>Składniki</translation> + </message> + <message> + <source>Style/Fonts</source> + <translation>Style/Czcionki</translation> + </message> + <message> + <source>QT Theme</source> + <translation>Styl Qt</translation> + </message> + <message> + <source>Windows</source> + <translation>Windows</translation> + </message> + <message> + <source>MusE</source> + <translation>MuzA</translation> + </message> + <message> + <source>Metal</source> + <translation>Metaliczny</translation> + </message> + <message> + <source>Norwegian Wood</source> + <translation>Norweskie drzewo</translation> + </message> + <message> + <source>Platinum</source> + <translation>Platyna</translation> + </message> + <message> + <source>CDE</source> + <translation>CDE</translation> + </message> + <message> + <source>Motif</source> + <translation>Motif</translation> + </message> + <message> + <source>Motif Plus</source> + <translation>Motif Plus</translation> + </message> + <message> + <source>Fonts</source> + <translation>Czcionki</translation> + </message> + <message> + <source>Family</source> + <translation>Rodzina Czcionek</translation> + </message> + <message> + <source>Size</source> + <translation>Rozmiar</translation> + </message> + <message> + <source>Font 1</source> + <translation>Czcionka 1</translation> + </message> + <message> + <source>Font 2</source> + <translation>Czcionka 2</translation> + </message> + <message> + <source>Font 3</source> + <translation>Czcionka 3</translation> + </message> + <message> + <source>Font 0</source> + <translation>Czcionka 0</translation> + </message> + <message> + <source>Bold</source> + <translation>Pogrubionie</translation> + </message> + <message> + <source>Italic</source> + <translation>Kursywa</translation> + </message> + <message> + <source>...</source> + <translation>...</translation> + </message> + <message> + <source>Font 4</source> + <translation>Czcionka 4</translation> + </message> + <message> + <source>Font 5</source> + <translation>Czcionka 5</translation> + </message> + <message> + <source>Palette</source> + <translation>Paleta kolorów</translation> + </message> + <message> + <source>add to palette</source> + <translation>dodaj do palety</translation> + </message> + <message> + <source>B</source> + <translation>B</translation> + </message> + <message> + <source>S</source> + <translation>S</translation> + </message> + <message> + <source>H</source> + <translation>H</translation> + </message> + <message> + <source>V</source> + <translation>V</translation> + </message> + <message> + <source>G</source> + <translation>G</translation> + </message> + <message> + <source>R</source> + <translation>R</translation> + </message> +</context> +<context> + <name>Arranger</name> + <message> + <source>Cursor</source> + <translation>Kursor</translation> + </message> + <message> + <source>Snap</source> + <translation>Przyciąganie elementów</translation> + </message> + <message> + <source>Len</source> + <translation>Długość utworu w taktach</translation> + </message> + <message> + <source>NO</source> + <translation>Brak</translation> + </message> + <message> + <source>TrackInfo</source> + <translation>Info o śladzie</translation> + </message> + <message> + <source>Track</source> + <translation>Ślad</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>midi song type</source> + <translation>Utwór Midi</translation> + </message> + <message> + <source>Pitch</source> + <translation>Glob. Transpozycja</translation> + </message> + <message> + <source>midi pitch</source> + <translation>transpozycja midi</translation> + </message> + <message> + <source>global midi pitch shift</source> + <translation>globalna transpozycja midi</translation> + </message> + <message> + <source>Tempo</source> + <translation>Tempo</translation> + </message> + <message> + <source>midi tempo</source> + <translation>Tempo Midi</translation> + </message> + <message> + <source>O-Port</source> + <translation>Wyjście</translation> + </message> + <message> + <source>Arranger</source> + <translation>Główne Okno</translation> + </message> + <message> + <source>Off</source> + <translation>Wył.</translation> + </message> + <message> + <source>Bar</source> + <translation>do kreski taktowej</translation> + </message> + <message> + <source>GM</source> + <translation>GM</translation> + </message> + <message> + <source>GS</source> + <translation>GS</translation> + </message> + <message> + <source>XG</source> + <translation>XG</translation> + </message> + <message> + <source>N</source> + <translation>100%</translation> + </message> + <message> + <source>R</source> + <translation>N</translation> + </message> + <message> + <source>M</source> + <translation>W</translation> + </message> + <message> + <source>S</source> + <translation>S</translation> + </message> + <message> + <source>C</source> + <translation>T</translation> + </message> + <message> + <source>Ch</source> + <translation>K</translation> + </message> + <message> + <source>T</source> + <translation>B</translation> + </message> +</context> +<context> + <name>AudioMixerApp</name> + <message> + <source>MusE: Mixer</source> + <translation>MuzA: Mikser</translation> + </message> + <message> + <source>&Create</source> + <translation type="unfinished">&Dodaj</translation> + </message> + <message> + <source>&View</source> + <translation type="unfinished">&Przeglądaj</translation> + </message> + <message> + <source>Routing</source> + <translation>Konfiguracja połączeń</translation> + </message> +</context> +<context> + <name>AudioStrip</name> + <message> + <source>panorama</source> + <translation>Panorama</translation> + </message> + <message> + <source>aux send level</source> + <translation>Poziom syngału na wysyłce</translation> + </message> + <message> + <source>off</source> + <translation>Wył.</translation> + </message> + <message> + <source>Pan</source> + <translation>Pan</translation> + </message> + <message> + <source>1/2 channel</source> + <translation>kanał m/s</translation> + </message> + <message> + <source>Pre</source> + <translation>Przed</translation> + </message> + <message> + <source>pre fader - post fader</source> + <translation>przed/ za tłumikiem</translation> + </message> + <message> + <source>dB</source> + <translation>dB</translation> + </message> + <message> + <source>record</source> + <translation>nagranie</translation> + </message> + <message> + <source>mute</source> + <translation>wycisz</translation> + </message> + <message> + <source>record downmix</source> + <translation>zgraj miks</translation> + </message> + <message> + <source>solo mode (monitor)</source> + <translation>Solo (Monitor)</translation> + </message> + <message> + <source>pre fader listening</source> + <translation>odsłuch przed tłumikiem</translation> + </message> + <message> + <source>iR</source> + <translation>Wej.</translation> + </message> + <message> + <source>intput routing</source> + <translation>połączenie wejścia</translation> + </message> + <message> + <source>oR</source> + <translation>Wyj.</translation> + </message> + <message> + <source>output routing</source> + <translation>połączenie Wyjścia</translation> + </message> + <message> + <source>Off</source> + <translation>Wył.</translation> + </message> + <message> + <source>Read</source> + <translation>Czytaj</translation> + </message> + <message> + <source>Touch</source> + <translation>Dotknij</translation> + </message> + <message> + <source>Write</source> + <translation>Zapisz</translation> + </message> + <message> + <source>automation type</source> + <translation>typ automatyki</translation> + </message> + <message> + <source>Channel</source> + <translation>Kanał</translation> + </message> +</context> +<context> + <name>BigTime</name> + <message> + <source>MusE: Bigtime</source> + <translation>MuzA: Duży zegar</translation> + </message> +</context> +<context> + <name>ClipListEditorBase</name> + <message> + <source>MusE: ClipList</source> + <translation>MuzA: Lista Klipów</translation> + </message> + <message> + <source>Name</source> + <translation>Nazwa</translation> + </message> + <message> + <source>Refs</source> + <translation type="unfinished">Refs</translation> + </message> + <message> + <source>Start</source> + <translation>Start</translation> + </message> + <message> + <source>Len</source> + <translation>Długość</translation> + </message> + <message> + <source>Data</source> + <translation>Dane</translation> + </message> + <message> + <source>Clip Properties</source> + <translation>Właściwości klipu</translation> + </message> + <message> + <source>Pos:</source> + <translation>Poz.:</translation> + </message> + <message> + <source>Len:</source> + <translation>Dł.:</translation> + </message> +</context> +<context> + <name>CommentBase</name> + <message> + <source>Form1</source> + <translation>Form. 1</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Opis śladu</translation> + </message> + <message> + <source>Track 1</source> + <translation>Ślad 1</translation> + </message> +</context> +<context> + <name>ConfigMidiFileBase</name> + <message> + <source>MusE: Config Midi File Export</source> + <translation>MuzA: Konfiguracja exportu plików midi</translation> + </message> + <message> + <source>&OK</source> + <translation>&Akceptuj</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Anuluj</translation> + </message> + <message> + <source>0 (single track)</source> + <translation>0 (pojedynczy ślad)</translation> + </message> + <message> + <source>1 (multiple tracks)</source> + <translation>1 (wiele śladów)</translation> + </message> + <message> + <source>Format:</source> + <translation>Format:</translation> + </message> + <message> + <source>96</source> + <translation>96</translation> + </message> + <message> + <source>192</source> + <translation>192</translation> + </message> + <message> + <source>384</source> + <translation>384</translation> + </message> + <message> + <source>Division:</source> + <translation>Rozdzielczość:</translation> + </message> + <message> + <source>Copyright:</source> + <translation>Prawa autorskie:</translation> + </message> + <message> + <source>Enable extended smf format</source> + <translation>Aktuwuj rozszerzony format smf (standard midi file)</translation> + </message> +</context> +<context> + <name>CtrlPanel</name> + <message> + <source>select controller</source> + <translation>Wybierz kontroler</translation> + </message> + <message> + <source>remove panel</source> + <translation>Usuń panel</translation> + </message> + <message> + <source>Sel</source> + <translation>Wyb.</translation> + </message> + <message> + <source>x</source> + <translation>x</translation> + </message> + <message> + <source>Velocity</source> + <translation>Predkość uderzenia (velocity)</translation> + </message> + <message> + <source>add new ...</source> + <translation>dodaj nowe ...</translation> + </message> +</context> +<context> + <name>DrumEdit</name> + <message> + <source>Load Map</source> + <translation>Załaduj zestaw</translation> + </message> + <message> + <source>Save Map</source> + <translation>Zapisz zestaw</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Edytuj</translation> + </message> + <message> + <source>Cut</source> + <translation>Wytnij</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiuj</translation> + </message> + <message> + <source>Paste</source> + <translation>Wklej</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Kasuj Elementy</translation> + </message> + <message> + <source>Select All</source> + <translation>Zaznacz wszystko</translation> + </message> + <message> + <source>Select None</source> + <translation>Bez zaznaczenia</translation> + </message> + <message> + <source>Invert</source> + <translation>Odwróć zaznaczenie</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>Pomiędzy lokatorami</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Poza obrębem lokatorów</translation> + </message> + <message> + <source>&Select</source> + <translation>&Zaznacz</translation> + </message> + <message> + <source>Step Record</source> + <translation>Nagrywanie po jednej nucie</translation> + </message> + <message> + <source>Midi Input</source> + <translation>Podgląd Midi</translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Pokaż widok kontrolerów</translation> + </message> + <message> + <source>M</source> + <translation>Wycisz</translation> + </message> + <message> + <source>Sound</source> + <translation>Brzmienie</translation> + </message> + <message> + <source>QNT</source> + <translation>Kwant.</translation> + </message> + <message> + <source>E-Note</source> + <translation>U-Wys</translation> + </message> + <message> + <source>Len</source> + <translation>Dług.</translation> + </message> + <message> + <source>A-Note</source> + <translation>W-Wys</translation> + </message> + <message> + <source>Ch</source> + <translation>Kanał</translation> + </message> + <message> + <source>Port</source> + <translation>Urz. Midi</translation> + </message> + <message> + <source>LV1</source> + <translation>PV1</translation> + </message> + <message> + <source>LV2</source> + <translation>PV2</translation> + </message> + <message> + <source>LV3</source> + <translation>PV3</translation> + </message> + <message> + <source>LV4</source> + <translation>PV4</translation> + </message> + <message> + <source>&File</source> + <translation>&Plik</translation> + </message> + <message> + <source>Load Drummap</source> + <translation>Załaduj zestaw perkusyjny</translation> + </message> + <message> + <source>Store Drummap</source> + <translation>Zapisz zestaw perkusyjny</translation> + </message> + <message> + <source>ctrl</source> + <translation>ctrl</translation> + </message> + <message> + <source>drummaps</source> + <translation>Zestawy perkusyjne</translation> + </message> + <message> + <source>Muse: Load Drum Map</source> + <translation>MuzA: Załaduj zestaw perkusyjny</translation> + </message> + <message> + <source>MusE: Store Drum Map</source> + <translation>MuzA: Zapisz zestaw perkusyjny</translation> + </message> + <message> + <source>Set fixed length</source> + <translation>Ustaw stałą długość nut</translation> + </message> + <message> + <source>&Functions</source> + <translation>&Opcje</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Zmień Velocity</translation> + </message> +</context> +<context> + <name>EditCAfterDialog</name> + <message> + <source>Time Position</source> + <translation>Pozycja:</translation> + </message> + <message> + <source>Pressure</source> + <translation>Nacisk</translation> + </message> + <message> + <source>MusE: Enter Channel Aftertouch</source> + <translation>MuzA: Wstaw zmianę średniego nacisku pod uderzeniu (channel aftertouch)</translation> + </message> +</context> +<context> + <name>EditCtrl7DialogBase</name> + <message> + <source>MusE: Enter Controller</source> + <translation>MuzA: Podaj kontroler</translation> + </message> + <message> + <source>Controller:</source> + <translation>Kontroler:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Pozycja:</translation> + </message> + <message> + <source>Value:</source> + <translation>Wartość:</translation> + </message> + <message> + <source>controller value</source> + <translation>Wartość dla kontrolera</translation> + </message> + <message> + <source>OK</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> +</context> +<context> + <name>EditCtrlBase</name> + <message> + <source>MusE: Edit Controller Event</source> + <translation>MuzA: Edytuj zdarzenia kontrolera</translation> + </message> + <message> + <source>Time Position</source> + <translation>Pozycja:</translation> + </message> + <message> + <source>Available Controller:</source> + <translation>Dostępne kontrolery:</translation> + </message> + <message> + <source>Create New Controller</source> + <translation>Ustaw nowy kontroler</translation> + </message> + <message> + <source>textLabel3</source> + <translation>Etykieta3</translation> + </message> + <message> + <source>Value</source> + <translation>Wartość</translation> + </message> + <message> + <source>Controller</source> + <translation>Kontroler</translation> + </message> + <message> + <source>H-Bank</source> + <translation>H-Bank</translation> + </message> + <message> + <source>L-Bank</source> + <translation>L-Bank</translation> + </message> + <message> + <source>Program</source> + <translation>Program</translation> + </message> + <message> + <source>off</source> + <translation>wył.</translation> + </message> + <message> + <source>pushButton4</source> + <translation>naciśnij Przycisk 4</translation> + </message> + <message> + <source>&OK</source> + <translation>&Akceptuj</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Anuluj</translation> + </message> +</context> +<context> + <name>EditEventDialog</name> + <message> + <source>Ok</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> +</context> +<context> + <name>EditInstrumentBase</name> + <message> + <source>MusE: Instrument Editor</source> + <translation>MuzA: Edytor Instrumentów</translation> + </message> + <message> + <source>Patches</source> + <translation>Patche</translation> + </message> + <message> + <source>Patch Name:</source> + <translation>Patch Nazwa</translation> + </message> + <message> + <source>High Bank:</source> + <translation>Górny Bank:</translation> + </message> + <message> + <source>Low Bank:</source> + <translation>Dolny Bank:</translation> + </message> + <message> + <source>Program:</source> + <translation>Program:</translation> + </message> + <message> + <source>d.c.</source> + <comment>dont care</comment> + <translation>brak, +nie ważne</translation> + </message> + <message> + <source>d.c.</source> + <translation>nie ważne</translation> + </message> + <message> + <source>Patch/Group</source> + <translation type="unfinished">Patch/Grupa</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Kasuj</translation> + </message> + <message> + <source>Alt+D</source> + <translation>Alt+D</translation> + </message> + <message> + <source>&New Patch</source> + <translation type="unfinished">&Nowy Patch</translation> + </message> + <message> + <source>Alt+N</source> + <translation>Alt+N</translation> + </message> + <message> + <source>New Group</source> + <translation>Nowa Grupa</translation> + </message> + <message> + <source>Drum</source> + <translation>Perkusja</translation> + </message> + <message> + <source>GM</source> + <translation>GM</translation> + </message> + <message> + <source>GS</source> + <translation>GS</translation> + </message> + <message> + <source>XG</source> + <translation>XG</translation> + </message> + <message> + <source>Controller</source> + <translation>Kontroler</translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation>Predefiniowany kontroler:</translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation>To jest lista najczęściej używanych kontorlerów midi. +Zauważ, że "pitch" i "zmiana programu (program change)" są traktowane w MuzA jako zwykłe kontrolery.</translation> + </message> + <message> + <source>Properties</source> + <translation>Właściwości</translation> + </message> + <message> + <source>Name</source> + <translation>Nazwa</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>Control7</source> + <translation>Kontroler7</translation> + </message> + <message> + <source>Control14</source> + <translation>Kontroler14</translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished">RPN</translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished">NRPN</translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Transpozycja</translation> + </message> + <message> + <source>Program</source> + <translation>Program</translation> + </message> + <message> + <source>H-Ctrl</source> + <translation type="unfinished">H-Ctrl</translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation type="unfinished">Numer midi kontrolera High Byte</translation> + </message> + <message> + <source>L-Ctrl</source> + <translation type="unfinished">L-Ctrl</translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation type="unfinished">Numer midi kontrolera Low Byte</translation> + </message> + <message> + <source>Range</source> + <translation>Zakres</translation> + </message> + <message> + <source>Min</source> + <translation>Min.</translation> + </message> + <message> + <source>Max</source> + <translation>Max</translation> + </message> + <message> + <source>Default</source> + <translation>Domyślny</translation> + </message> + <message> + <source>Name </source> + <translation>nazwa</translation> + </message> + <message> + <source>Type </source> + <translation>Typ</translation> + </message> + <message> + <source>Min Val</source> + <translation>Min. Wart.</translation> + </message> + <message> + <source>Max Val</source> + <translation>Max Wart.</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>Lista zdefiniowanych kontrolerów</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>To jest lista MuzA zdefiniowanych midi kontrolerów.</translation> + </message> + <message> + <source>SysEx</source> + <translation>SysEx</translation> + </message> + <message> + <source>Initialization</source> + <translation>Inicjalizacja</translation> + </message> + <message> + <source>Panic</source> + <translation>Zatrzymaj wszystkie komunikaty midi!</translation> + </message> + <message> + <source>Hex Entry:</source> + <translation>Wartość Heks.</translation> + </message> + <message> + <source>&File</source> + <translation>&Plik</translation> + </message> + <message> + <source>Tools</source> + <translation>Narzędzia</translation> + </message> + <message> + <source>New</source> + <translation>Nowy</translation> + </message> + <message> + <source>&New</source> + <translation>&Nowy</translation> + </message> + <message> + <source>Ctrl+N</source> + <translation>Ctrl+N</translation> + </message> + <message> + <source>Open</source> + <translation>Otwórz</translation> + </message> + <message> + <source>&Open...</source> + <translation>&Otwórz...</translation> + </message> + <message> + <source>Ctrl+O</source> + <translation>Ctrl+O</translation> + </message> + <message> + <source>Save</source> + <translation>Zapisz</translation> + </message> + <message> + <source>&Save</source> + <translation>&Zapisz</translation> + </message> + <message> + <source>Ctrl+S</source> + <translation>Ctrl+S</translation> + </message> + <message> + <source>Save As</source> + <translation>Zapisz jako</translation> + </message> + <message> + <source>Save &As...</source> + <translation>Zapisz &Jako...</translation> + </message> + <message> + <source>Exit</source> + <translation>Zakończ</translation> + </message> + <message> + <source>E&xit</source> + <translation>&Zakończ</translation> + </message> +</context> +<context> + <name>EditMetaDialog</name> + <message> + <source>Time Position</source> + <translation>Pozycja:</translation> + </message> + <message> + <source>Meta Type</source> + <translation>Meta Typ</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Wstaw Heks.</translation> + </message> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MuzA: Wstaw Zdarzenie Meta (nacisk po uderzeniu</translation> + </message> +</context> +<context> + <name>EditMetaDialogBase</name> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MuzA: Wstaw Meta Zdarzenie</translation> + </message> + <message> + <source>OK</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> + <message> + <source>TextLabel1</source> + <translation>Etykieta</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Pozycja:</translation> + </message> + <message> + <source>Meta Type:</source> + <translation>Meta Typ:</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Wstaw Heks.</translation> + </message> +</context> +<context> + <name>EditNoteDialogBase</name> + <message> + <source>MusE: Enter Note</source> + <translation>MuzA: Wstaw Nutę</translation> + </message> + <message> + <source>OK</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> + <message> + <source>Length:</source> + <translation>Długość:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Pozycja:</translation> + </message> + <message> + <source>Pitch:</source> + <translation>Wysokość dźwięku</translation> + </message> + <message> + <source>Velocity On:</source> + <translation>Predkość uderzenia (velocity) Wł.:</translation> + </message> + <message> + <source>Velocity Off:</source> + <translation>Predkość uderzenia (velocity) Wył.:</translation> + </message> +</context> +<context> + <name>EditPAfterDialog</name> + <message> + <source>Time Position</source> + <translation>Pozycja:</translation> + </message> + <message> + <source>Pitch</source> + <translation>Wysokość dźwięku</translation> + </message> + <message> + <source>Pressure</source> + <translation>Nacisk</translation> + </message> + <message> + <source>MusE: Enter Poly Aftertouch</source> + <translation>MuzA: Wstaw zmianę średniego nacisku pod uderzeniu (channel aftertouch)</translation> + </message> +</context> +<context> + <name>EditSysexDialogBase</name> + <message> + <source>MusE: Enter SysEx</source> + <translation>MuzA: Wstaw komunikat midi SysEx</translation> + </message> + <message> + <source>TimePosition:</source> + <translation>Pozycja:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Opis:</translation> + </message> + <message> + <source>OK</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> +</context> +<context> + <name>EditToolBar</name> + <message> + <source>Edit Tools</source> + <translation>Narzędzia Edycyjne</translation> + </message> +</context> +<context> + <name>EffectRack</name> + <message> + <source>effect rack</source> + <translation>skrzynia efektów</translation> + </message> + <message> + <source>move up</source> + <translation>przesuń w górę</translation> + </message> + <message> + <source>move down</source> + <translation>przesuń w dół</translation> + </message> + <message> + <source>remove</source> + <translation>usuń</translation> + </message> + <message> + <source>bypass</source> + <translation>omiń (bypass)</translation> + </message> + <message> + <source>show gui</source> + <translation>pokaż interfejs użytkownika</translation> + </message> + <message> + <source>new</source> + <translation>nowy</translation> + </message> + <message> + <source>change</source> + <translation>zmień</translation> + </message> +</context> +<context> + <name>FileDialogButtons</name> + <message> + <source>Form1</source> + <translation>Form1</translation> + </message> + <message> + <source>Global</source> + <translation>Globalnie</translation> + </message> + <message> + <source>User</source> + <translation>Użytkownik</translation> + </message> + <message> + <source>Project</source> + <translation>Katalog projektu</translation> + </message> + <message> + <source>Load:</source> + <translation>Ładuj:</translation> + </message> + <message> + <source>Songdata + +Cofiguration</source> + <translation>Plik typu utwór + +konfiguracja</translation> + </message> + <message> + <source>only +Songdata</source> + <translation>Tylko pliki typu utwór</translation> + </message> +</context> +<context> + <name>FontSel</name> + <message> + <source>Size:</source> + <translation>Rozmiar:</translation> + </message> +</context> +<context> + <name>GateTimeBase</name> + <message> + <source>MusE: Modify Gate Time</source> + <translation>MuzA: modyfikuj Gate Time</translation> + </message> + <message> + <source>Range</source> + <translation>Zakres</translation> + </message> + <message> + <source>All Events</source> + <translation>Wszytkie Elementy</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Zaznaczone Elementy</translation> + </message> + <message> + <source>Looped Events</source> + <translation>Pomiędzy lokatorami</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Zaznaczone & Pomiędzy lokatorami</translation> + </message> + <message> + <source>Values</source> + <translation>Wartość</translation> + </message> + <message> + <source>Rate:</source> + <translation>Częstotliwość:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Offset:</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>OK</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> +</context> +<context> + <name>GlobalSettingsDialogBase</name> + <message> + <source>MusE: Global Settings</source> + <translation>MuzA: Globalne Ustawienia</translation> + </message> + <message> + <source>Audio</source> + <translation>Audio</translation> + </message> + <message> + <source>Mixer</source> + <translation>Mikser</translation> + </message> + <message> + <source>dB</source> + <translation>dB</translation> + </message> + <message> + <source>min. Meter Value</source> + <translation>min. wartość miernika sygnału</translation> + </message> + <message> + <source>min.Slider Val</source> + <translation>dolna granica przesunięcia tłumika</translation> + </message> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>Ticks</source> + <translation>Tykanie</translation> + </message> + <message> + <source>1024</source> + <translation>1024</translation> + </message> + <message> + <source>2048</source> + <translation>2048</translation> + </message> + <message> + <source>4096</source> + <translation>4096</translation> + </message> + <message> + <source>8172</source> + <translation>8172</translation> + </message> + <message> + <source>Displayed Resolution +(Ticks/Quarternote)</source> + <translation>Wyświetlana Rozdzielczość +(Tykanie/Ćwiartka)</translation> + </message> + <message> + <source>48</source> + <translation>48</translation> + </message> + <message> + <source>96</source> + <translation>96</translation> + </message> + <message> + <source>192</source> + <translation>192</translation> + </message> + <message> + <source>384</source> + <translation>384</translation> + </message> + <message> + <source>768</source> + <translation>768</translation> + </message> + <message> + <source>1536</source> + <translation>1536</translation> + </message> + <message> + <source>3072</source> + <translation>3072</translation> + </message> + <message> + <source>6144</source> + <translation>6144</translation> + </message> + <message> + <source>12288</source> + <translation>12288</translation> + </message> + <message> + <source>RTC Resolution +(Ticks/Sec)</source> + <translation> +RTC (Rzeczywista Rozdzielczość Zegara) +(Tykanie/Sekunda)</translation> + </message> + <message> + <source>GUI</source> + <translation>Interfejs Użytkownika</translation> + </message> + <message> + <source>/sec</source> + <translation>/sek.</translation> + </message> + <message> + <source>GUI Refresh Rate</source> + <translation>Częstotliwość odświeżania interfejsu użytkownika</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Zastosuj</translation> + </message> + <message> + <source>&Ok</source> + <translation>&Akceptuj</translation> + </message> + <message> + <source>&Cancel</source> + <translation>A&nuluj</translation> + </message> + <message> + <source>Help Browser:</source> + <translation>Przeglądarka pomocy:</translation> + </message> + <message> + <source>Application</source> + <translation>Zastosowanie</translation> + </message> + <message> + <source>Start Muse</source> + <translation>Uruchamianie MuzA</translation> + </message> + <message> + <source>start with last song</source> + <translation>Otwórz ostatnio otwierany utwór</translation> + </message> + <message> + <source>start with song</source> + <translation>Ładuj przy uruchamianiu utwór</translation> + </message> + <message> + <source>start song:</source> + <translation>Ładuj utwór:</translation> + </message> + <message> + <source>Views</source> + <translation>Widoki</translation> + </message> + <message> + <source>y-pos</source> + <translation>poz.-y</translation> + </message> + <message> + <source>show</source> + <translation>Pokaż</translation> + </message> + <message> + <source>x-pos</source> + <translation>poz.-x</translation> + </message> + <message> + <source>height</source> + <translation>wysokość</translation> + </message> + <message> + <source>width</source> + <translation>szerokość</translation> + </message> + <message> + <source>Big Time</source> + <translation>Duży Zegar</translation> + </message> + <message> + <source>Arranger</source> + <translation>Główne Okno</translation> + </message> + <message> + <source>Transport</source> + <translation>Panel transportu</translation> + </message> + <message> + <source>Cur</source> + <translation>Aktualne</translation> + </message> + <message> + <source>set current values</source> + <translation>Ustaw aktualną wartość</translation> + </message> + <message> + <source>start with template: default.med</source> + <translation>Załaduj utwór szablon: default.med</translation> + </message> + <message> + <source>show splash screen</source> + <translation>Pokaż okno o programie przy starcie</translation> + </message> +</context> +<context> + <name>LMaster</name> + <message> + <source>new tempo</source> + <translation>nowe tempo</translation> + </message> + <message> + <source>new signature</source> + <translation>nowe metrum</translation> + </message> + <message> + <source>Meter</source> + <translation>Miernik</translation> + </message> + <message> + <source>Time</source> + <translation>Pozycja</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>Value</source> + <translation>Wartość</translation> + </message> + <message> + <source>MusE: Mastertrack</source> + <translation>MuzA: Ślad Tempo/Metrum</translation> + </message> + <message> + <source>Tempo</source> + <translation>Tempo</translation> + </message> + <message> + <source>Timesig</source> + <translation>Metrum</translation> + </message> +</context> +<context> + <name>ListEdit</name> + <message> + <source>&Edit</source> + <translation>E&dytuj</translation> + </message> + <message> + <source>Cut</source> + <translation>Wytnij</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiuj</translation> + </message> + <message> + <source>Paste</source> + <translation>Wklej</translation> + </message> + <message> + <source>List Tools</source> + <translation>Lista Narzędzi</translation> + </message> + <message> + <source>Insert Tools</source> + <translation>Wstaw Narzędzia</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Kasuj Elementy</translation> + </message> + <message> + <source>Insert Note</source> + <translation>Wstaw nutę</translation> + </message> + <message> + <source>insert Note</source> + <translation>Wstaw nutę</translation> + </message> + <message> + <source>Insert SysEx</source> + <translation>wstaw SysEx</translation> + </message> + <message> + <source>insert SysEx</source> + <translation>wstaw SysEx</translation> + </message> + <message> + <source>Insert Ctrl</source> + <translation>Wstaw kontroler</translation> + </message> + <message> + <source>insert Ctrl</source> + <translation>wstaw </translation> + </message> + <message> + <source>Insert Meta</source> + <translation>Wstaw Meta</translation> + </message> + <message> + <source>insert Meta</source> + <translation>Wstaw Meta</translation> + </message> + <message> + <source>Insert Channel Aftertouch</source> + <translation>Wstaw zmianę średniego nacisku pod uderzeniu (channel aftertouch)</translation> + </message> + <message> + <source>insert Channel Aftertouch</source> + <translation>Wstaw zmianę średniego nacisku pod uderzeniu (channel aftertouch)</translation> + </message> + <message> + <source>Insert Key Aftertouch</source> + <translation>Wstaw pojedynczą zmiane nacisku pod uderzeniu</translation> + </message> + <message> + <source>insert Poly Aftertouch</source> + <translation>Wstaw zmianę średniego nacisku pod uderzeniu (Poly Aftertouch)</translation> + </message> + <message> + <source>Tick</source> + <translation>Takt (impuls sygnału czasu)</translation> + </message> + <message> + <source>Bar</source> + <translation>Takt</translation> + </message> + <message> + <source>Typ</source> + <translation>Typ</translation> + </message> + <message> + <source>Ch</source> + <translation>Kan</translation> + </message> + <message> + <source>Val A</source> + <translation>Wart. A</translation> + </message> + <message> + <source>Val B</source> + <translation>Wart. B</translation> + </message> + <message> + <source>Val C</source> + <translation>Wart. C</translation> + </message> + <message> + <source>Len</source> + <translation>Dług.</translation> + </message> + <message> + <source>Comment</source> + <translation>Opis</translation> + </message> +</context> +<context> + <name>MITTransposeBase</name> + <message> + <source>MusE: Midi Input Plugin: Transpose</source> + <translation>MuzA: Wtyczka Wejścia Midi: Transponuj</translation> + </message> + <message> + <source>On</source> + <translation>Włącz.</translation> + </message> + <message> + <source>TriggerKey</source> + <translation>Klawisz uruchamiający</translation> + </message> + <message> + <source>Transpose:</source> + <translation>Transponuj:</translation> + </message> + <message> + <source>+0</source> + <translation></translation> + </message> +</context> +<context> + <name>MPConfig</name> + <message> + <source>none</source> + <translation>brak</translation> + </message> + <message> + <source>Port</source> + <translation>Numer</translation> + </message> + <message> + <source>GUI</source> + <translation>Interfejs użytkownika </translation> + </message> + <message> + <source>Instrument</source> + <translation>Typ portu midi</translation> + </message> + <message> + <source>Device Name</source> + <translation>Nazwa Urządzenia</translation> + </message> + <message> + <source>State</source> + <translation>Status</translation> + </message> + <message> + <source>unknown</source> + <translation>nieznane</translation> + </message> + <message> + <source>I</source> + <translation>Wej.</translation> + </message> + <message> + <source>O</source> + <translation>Wyj.</translation> + </message> +</context> +<context> + <name>MRConfigBase</name> + <message> + <source>MusE: Midi Input Plugin: Remote Control</source> + <translation>MuzA: Wtyczka Wejścia Midi: Zdalne Sterowanie</translation> + </message> + <message> + <source>Activate</source> + <translation>Aktywuj</translation> + </message> + <message> + <source>On</source> + <translation>Wł.</translation> + </message> + <message> + <source>Actions</source> + <translation>Funkcje</translation> + </message> + <message> + <source>Stop</source> + <translation>Stop</translation> + </message> + <message> + <source>Record</source> + <translation>Nagrywanie</translation> + </message> + <message> + <source>Goto Left Mark</source> + <translation>Idź do lewego lokatora</translation> + </message> + <message> + <source>Play</source> + <translation>Odtwarzanie</translation> + </message> +</context> +<context> + <name>MTScale</name> + <message> + <source>bar scale</source> + <translation>Oś taktów</translation> + </message> +</context> +<context> + <name>MarkerView</name> + <message> + <source>Bar:Beat:Tick</source> + <translation>Takt:Puls:Takt</translation> + </message> + <message> + <source>Hr:Mn:Sc:Fr:Sf</source> + <translation>Godz.:Min.:Sek.:Kl.:SKl</translation> + </message> + <message> + <source>Lock</source> + <translation>Zablokuj</translation> + </message> + <message> + <source>Text</source> + <translation>Tekst</translation> + </message> + <message> + <source>Marker Properties</source> + <translation>Właściwości znacznika</translation> + </message> + <message> + <source>MusE: Marker</source> + <translation>MuzA: Znacznik</translation> + </message> + <message> + <source>add marker</source> + <translation>Dodaj znacznik</translation> + </message> + <message> + <source>Add Marker</source> + <translation>Dodaj znacznik</translation> + </message> + <message> + <source>delete marker</source> + <translation>Kasuj znacznik</translation> + </message> + <message> + <source>Delete Marker</source> + <translation>Kasuj znacznik</translation> + </message> + <message> + <source>&File</source> + <translation>&Plik</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Edycja</translation> + </message> +</context> +<context> + <name>MasterEdit</name> + <message> + <source>Cursor</source> + <translation>Poz. kursora</translation> + </message> + <message> + <source>Snap</source> + <translation>Przyciąganie</translation> + </message> + <message> + <source>time at cursor position</source> + <translation>Wstaw metrum w aktualnej pozycji kursora</translation> + </message> + <message> + <source>tempo at cursor position</source> + <translation>Wstaw tempo w aktualnej pozycji kursora</translation> + </message> + <message> + <source>CurPos </source> + <translation>Akt. Poz. Kursora:</translation> + </message> + <message> + <source>tempo at current position</source> + <translation>Wstaw tempo w aktualnej pozycji kursora</translation> + </message> + <message> + <source>time signature at current position</source> + <translation>Wstaw tempo w aktualnej pozycji kursora</translation> + </message> + <message> + <source>MusE: Mastertrack</source> + <translation>MuzA: Ślad Tempo/Metrum</translation> + </message> + <message> + <source>edit tools</source> + <translation>Narzędzia Edycyjne</translation> + </message> + <message> + <source>EnableMaster</source> + <translation>Aktywuj Ślad Tempo/Metrum</translation> + </message> + <message> + <source>Info</source> + <translation>Info</translation> + </message> + <message> + <source>Off</source> + <translation>Wył.</translation> + </message> + <message> + <source>Enable</source> + <translation>Włącz</translation> + </message> + <message> + <source>Enable usage of master track</source> + <translation>Aktywuj Ślad Tempo/Metrum</translation> + </message> +</context> +<context> + <name>MetronomeConfigBase</name> + <message> + <source>MusE: Metronome Config</source> + <translation>MuzA: Konfiguracja Metronomu</translation> + </message> + <message> + <source>Metronome</source> + <translation>Metronom</translation> + </message> + <message> + <source>Audio Beep</source> + <translation>Audio Beep</translation> + </message> + <message> + <source>MIDI Click</source> + <translation>MIDI Klik</translation> + </message> + <message> + <source>Midi Channel</source> + <translation>Kanał Midi</translation> + </message> + <message> + <source>Measure Note</source> + <translation>Dźwięk 1 uderzenie w takcie</translation> + </message> + <message> + <source>Measure Velocity</source> + <translation>Głośność 1 uderzenie w takcie</translation> + </message> + <message> + <source>Beat Velocity</source> + <translation>Głośność pozostałych uderzeń metronomu</translation> + </message> + <message> + <source>Beat Note</source> + <translation>Dźwięk pozostałych uderzeń metronomu</translation> + </message> + <message> + <source>Midi Port</source> + <translation>Numer Portu Midi</translation> + </message> + <message> + <source>Precount</source> + <translation>Nabicie tempa</translation> + </message> + <message> + <source>enable</source> + <translation>włącz</translation> + </message> + <message> + <source>Bars</source> + <translation>Takty</translation> + </message> + <message> + <source>From Mastertrack</source> + <translation>Ze śladu tempo/metrum (Mastertrack)</translation> + </message> + <message> + <source>/</source> + <translation>/</translation> + </message> + <message> + <source>Signature</source> + <translation>Metrum</translation> + </message> + <message> + <source>Prerecord</source> + <translation>Prerecord</translation> + </message> + <message> + <source>Preroll</source> + <translation>Preroll</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Zastosuj</translation> + </message> + <message> + <source>&OK</source> + <translation>&Akceptuj</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Anuluj</translation> + </message> +</context> +<context> + <name>MidiController</name> + <message> + <source>Velocity</source> + <translation>Głośność</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialogBase</name> + <message> + <source>Type </source> + <translation>Typ</translation> + </message> + <message> + <source>Properties</source> + <translation>Właściwości</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>&New</source> + <translation type="obsolete">Neu</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Kasuj</translation> + </message> + <message> + <source>&OK</source> + <translation>&AkceptujOK</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Anuluj</translation> + </message> + <message> + <source>MusE: Define Midi Controller</source> + <translation>MuzA: Zdefiniuj Midi Kontroler</translation> + </message> + <message> + <source>&Add</source> + <translation>&Dodaj</translation> + </message> + <message> + <source>Alt+A</source> + <translation></translation> + </message> + <message> + <source>create new entry</source> + <translation>Stwórz nowy wpis</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>Naciśnij Nowy żeby utworzyć nowy wpis do listy zdefiniowanych kontrolerów MuzA</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>kasuj zaznaczone elementy</translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation>Predefiniowany kontroler:</translation> + </message> + <message> + <source>Name </source> + <translation>nazwa</translation> + </message> + <message> + <source>H-Ctrl</source> + <translation type="unfinished">H-Ctrl</translation> + </message> + <message> + <source>L-Ctrl</source> + <translation type="unfinished">L-Ctrl</translation> + </message> + <message> + <source>Min Val</source> + <translation>Min. Wart.</translation> + </message> + <message> + <source>Max Val</source> + <translation>Max Wart.</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>Lista zdefiniowanych kontrolerów</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>To jest lista MuzA zdefiniowanych midi kontrolerów.</translation> + </message> + <message> + <source>Managed Controller for Port</source> + <translation>Obsługiwane kontrolery dla portu</translation> + </message> + <message> + <source>Channel</source> + <translation>Kanał</translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation>To jest lista najczęściej używanych kontorlerów midi. +Zauważ, że "pitch" i "zmiana programu (program change)" są traktowane w MuzA jako zwykłe kontrolery.</translation> + </message> + <message> + <source>Name</source> + <translation>Nazwa</translation> + </message> + <message> + <source>Min Value</source> + <translation>Min. Wart.</translation> + </message> + <message> + <source>Max Value</source> + <translation>Max Wart.</translation> + </message> + <message> + <source>Control7</source> + <translation>Kontroler7</translation> + </message> + <message> + <source>Control14</source> + <translation>Kontroler14</translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished">RPN</translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished">NRPN</translation> + </message> + <message> + <source>Pitch</source> + <translation>Transpozycja</translation> + </message> + <message> + <source>Program</source> + <translation>Program</translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation type="unfinished">Numer midi kontrolera High Byte</translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation type="unfinished">Numer midi kontrolera Low Byte</translation> + </message> + <message> + <source>Range</source> + <translation>Zakres</translation> + </message> +</context> +<context> + <name>MidiFilterConfigBase</name> + <message> + <source>MusE: Midi Input Filter</source> + <translation>Filtr Wejścia Midi</translation> + </message> + <message> + <source>Record Filter</source> + <translation>Filtr Komunikatów Przych. (Midi In)</translation> + </message> + <message> + <source>Note On</source> + <translation>Dźwięki</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Średni nacisk po uderzeniu</translation> + </message> + <message> + <source>Controller</source> + <translation>Kontrolery</translation> + </message> + <message> + <source>Program Change</source> + <translation>Zmiana programu (program change)</translation> + </message> + <message> + <source>After Touch</source> + <translation>Nacisk pod uderzeniu (aftertouch)</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Odchylenie stroju (Pitch Bend)</translation> + </message> + <message> + <source>Sysex</source> + <translation>SysEx</translation> + </message> + <message> + <source>Thru Filter</source> + <translation>Filtr Komunikatów Wych. (Midi Thru)</translation> + </message> + <message> + <source>Controller Filter</source> + <translation>Filtruj Kontroler</translation> + </message> + <message> + <source>Channel Filter</source> + <translation>Filtruj Kanał</translation> + </message> + <message> + <source>14</source> + <translation>14</translation> + </message> + <message> + <source>10</source> + <translation>10</translation> + </message> + <message> + <source>6</source> + <translation>6</translation> + </message> + <message> + <source>12</source> + <translation>12</translation> + </message> + <message> + <source>4</source> + <translation>4</translation> + </message> + <message> + <source>2</source> + <translation>2</translation> + </message> + <message> + <source>9</source> + <translation>9</translation> + </message> + <message> + <source>8</source> + <translation>8</translation> + </message> + <message> + <source>3</source> + <translation>3</translation> + </message> + <message> + <source>13</source> + <translation>13</translation> + </message> + <message> + <source>15</source> + <translation>15</translation> + </message> + <message> + <source>16</source> + <translation>16</translation> + </message> + <message> + <source>7</source> + <translation>7</translation> + </message> + <message> + <source>11</source> + <translation>11</translation> + </message> + <message> + <source>5</source> + <translation>5</translation> + </message> + <message> + <source>1</source> + <translation>1</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialog</name> + <message> + <source>New</source> + <translation>Nowy</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialogBase</name> + <message> + <source>MusE: Midi Input Transformator</source> + <translation>MuzA: Transformator Wejścia Midi</translation> + </message> + <message> + <source>Filter</source> + <translation>Filtr</translation> + </message> + <message> + <source>All</source> + <translation>Wszystko</translation> + </message> + <message> + <source>Equal</source> + <translation>Równe</translation> + </message> + <message> + <source>Unequal</source> + <translation>Nierówne</translation> + </message> + <message> + <source>Note</source> + <translation>Dźwięk</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Średni nacisk po uderzeniu (Poly Pressure)</translation> + </message> + <message> + <source>Control Change</source> + <translation type="unfinished">Control Change</translation> + </message> + <message> + <source>Aftertouch</source> + <translation>Nacisk pod uderzeniu (aftertouch)</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Odchylenie stroju (Pitch Bend)</translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished">NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished">RPN</translation> + </message> + <message> + <source>Value 2</source> + <translation>Wartość 2</translation> + </message> + <message> + <source>Value 1</source> + <translation>Wartość 1</translation> + </message> + <message> + <source>Event Type</source> + <translation>Rodzaje komunikatów midi</translation> + </message> + <message> + <source>Ignore</source> + <translation>Ignoruj</translation> + </message> + <message> + <source>Higher</source> + <translation>Powyżej</translation> + </message> + <message> + <source>Lower</source> + <translation>Poniżej</translation> + </message> + <message> + <source>Inside</source> + <translation>Pomiędzy</translation> + </message> + <message> + <source>Outside</source> + <translation>Poza</translation> + </message> + <message> + <source>Channel</source> + <translation>Kanał</translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> + <message> + <source>Processing</source> + <translation>Przetwarzanie</translation> + </message> + <message> + <source>Keep</source> + <translation>Pozostaw</translation> + </message> + <message> + <source>Fix</source> + <translation>Ustal</translation> + </message> + <message> + <source>Plus</source> + <translation>Plus</translation> + </message> + <message> + <source>Minus</source> + <translation>Minus</translation> + </message> + <message> + <source>Multiply</source> + <translation>Przemnóż</translation> + </message> + <message> + <source>Divide</source> + <translation>Podziel</translation> + </message> + <message> + <source>Invert</source> + <translation>Odwróć</translation> + </message> + <message> + <source>ScaleMap</source> + <translation type="unfinished">Zakres Skali</translation> + </message> + <message> + <source>Flip</source> + <translation>Odwróć</translation> + </message> + <message> + <source>Dyn</source> + <translation type="unfinished">Dyn</translation> + </message> + <message> + <source>Random</source> + <translation>Losowo</translation> + </message> + <message> + <source>Modules</source> + <translation>Moduły</translation> + </message> + <message> + <source>1</source> + <translation>1</translation> + </message> + <message> + <source>2</source> + <translation>2</translation> + </message> + <message> + <source>3</source> + <translation>3</translation> + </message> + <message> + <source>4</source> + <translation>4</translation> + </message> + <message> + <source>enable modul 1</source> + <translation>aktywuj moduł 1</translation> + </message> + <message> + <source>enable modul 2</source> + <translation>aktywuj moduł 2</translation> + </message> + <message> + <source>enable modul 3</source> + <translation>aktywuj moduł 3</translation> + </message> + <message> + <source>enable modul 4</source> + <translation>aktywuj moduł 4</translation> + </message> + <message> + <source>Preset</source> + <translation>Ustawienie</translation> + </message> + <message> + <source>Name:</source> + <translation>Nazwa:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Opis:</translation> + </message> + <message> + <source>Function</source> + <translation>Funkcja</translation> + </message> + <message> + <source>&New</source> + <translation>&Nowy</translation> + </message> + <message> + <source>create new preset</source> + <translation>Twórz nowe ustawienie</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Kasuj</translation> + </message> + <message> + <source>delete preset</source> + <translation>kasuj ustawienie</translation> + </message> + <message> + <source>&Dismiss</source> + <translation>&Wyrzuć</translation> + </message> + <message> + <source>PresetList</source> + <translation>Lista Ustawień</translation> + </message> +</context> +<context> + <name>MidiPortRouteBase</name> + <message> + <source>MusE: Midi Port Routing</source> + <translation>MuzA: Połączenia Portów Midi</translation> + </message> + <message> + <source>Port 2</source> + <translation>Port 2</translation> + </message> + <message> + <source>Output</source> + <translation>Wyjście</translation> + </message> + <message> + <source>Input</source> + <translation>Wejście</translation> + </message> +</context> +<context> + <name>MidiStrip</name> + <message> + <source>VariationSend</source> + <translation type="unfinished">VariationSend</translation> + </message> + <message> + <source>Var</source> + <translation type="unfinished">Var</translation> + </message> + <message> + <source>ReverbSend</source> + <translation>Wysyłka Pogłosu</translation> + </message> + <message> + <source>Rev</source> + <translation>Pogł.</translation> + </message> + <message> + <source>ChorusSend</source> + <translation>Wysyłka Chorusa</translation> + </message> + <message> + <source>Cho</source> + <translation>Chorus</translation> + </message> + <message> + <source>off</source> + <translation>Wył.</translation> + </message> + <message> + <source>dB</source> + <translation>dB</translation> + </message> + <message> + <source>Pan/Balance</source> + <translation>Pan/Równowaga</translation> + </message> + <message> + <source>Pan</source> + <translation>Pan</translation> + </message> + <message> + <source>record</source> + <translation>nagranie</translation> + </message> + <message> + <source>mute</source> + <translation>wycisz</translation> + </message> + <message> + <source>pre fader listening</source> + <translation>odsłuch przed tłumikiem</translation> + </message> + <message> + <source>Route</source> + <translation>Połącznie</translation> + </message> + <message> + <source>set routing</source> + <translation>Ustaw połączenie</translation> + </message> + <message> + <source>Off</source> + <translation>Wył.</translation> + </message> + <message> + <source>Read</source> + <translation>Czytaj</translation> + </message> + <message> + <source>Touch</source> + <translation>Dotknij</translation> + </message> + <message> + <source>Write</source> + <translation>Zapisz</translation> + </message> + <message> + <source>automation type</source> + <translation>typ automatyki</translation> + </message> +</context> +<context> + <name>MidiSyncConfigBase</name> + <message> + <source>MusE: Midi Sync</source> + <translation>MuzA: Synchronizacja Midi</translation> + </message> + <message> + <source>Apply</source> + <translation>Zastosuj</translation> + </message> + <message> + <source>Ok</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> + <message> + <source>hour</source> + <translation>godzina</translation> + </message> + <message> + <source>h</source> + <translation>godz.</translation> + </message> + <message> + <source>minute</source> + <translation>minuta</translation> + </message> + <message> + <source>m</source> + <translation>min.</translation> + </message> + <message> + <source>second</source> + <translation>sekunda</translation> + </message> + <message> + <source>s</source> + <translation>sek.</translation> + </message> + <message> + <source>frame</source> + <translation>ramka</translation> + </message> + <message> + <source>f</source> + <translation>r.</translation> + </message> + <message> + <source>subframe</source> + <translation>subramka</translation> + </message> + <message> + <source>24</source> + <translation>24</translation> + </message> + <message> + <source>25</source> + <translation>25</translation> + </message> + <message> + <source>30D</source> + <translation type="unfinished">30D</translation> + </message> + <message> + <source>30N</source> + <translation type="unfinished">30N</translation> + </message> + <message> + <source>Id:</source> + <translation>numer:</translation> + </message> + <message> + <source>device id</source> + <translation>numer urządzenia</translation> + </message> + <message> + <source>Port:</source> + <translation>Port Midi</translation> + </message> + <message> + <source>midi port</source> + <translation>port midi</translation> + </message> + <message> + <source>Sync Source</source> + <translation>Źródło synchronizacji</translation> + </message> + <message> + <source>accept MTC</source> + <translation>akceptuj MTC</translation> + </message> + <message> + <source>accept Midi Clock</source> + <translation>akceptuj Zegar Midi</translation> + </message> + <message> + <source>accept MMC</source> + <translation>akceptuj MMC</translation> + </message> + <message> + <source>Sync Gen</source> + <translation>Generowanie synchronizacji</translation> + </message> + <message> + <source>Midi Time Code (MTC)</source> + <translation>Midi Time Code (MTC)</translation> + </message> + <message> + <source>Midi Clock</source> + <translation>Zegar Midi</translation> + </message> + <message> + <source>Midi Machine Control (MMC)</source> + <translation>Midi Machine Control (MMC)</translation> + </message> + <message> + <source>Sync Mode</source> + <translation>Rodzaj synchronizacji</translation> + </message> + <message> + <source>Master</source> + <translation>Urz. Nadrzędne (master)</translation> + </message> + <message> + <source>Slave</source> + <translation>Urz. Podporządkowane (slave)</translation> + </message> + <message> + <source>all</source> + <translation>wszystkie</translation> + </message> + <message> + <source>MTC</source> + <translation>MTC</translation> + </message> + <message> + <source>Type:</source> + <translation>Typ:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Offset:</translation> + </message> +</context> +<context> + <name>MidiTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>Info o śladzie</translation> + </message> + <message> + <source>output channel</source> + <translation>kanał wyjściowy</translation> + </message> + <message> + <source>all midi events are send to this output channel</source> + <translation>wszystkie komunikaty midi są przekierowane do tego kanału</translation> + </message> + <message> + <source>Track Info</source> + <translation>Info o śladzie</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>Track Name</source> + <translation>Nazwa Śladu</translation> + </message> + <message> + <source>output port</source> + <translation>port wyjściowy</translation> + </message> + <message> + <source>off</source> + <translation>Wył.</translation> + </message> + <message> + <source>change stereo position</source> + <translation>zmień panoramę</translation> + </message> + <message> + <source>OCh.</source> + <translation>Kanał Wyjść</translation> + </message> + <message> + <source>???</source> + <translation>???</translation> + </message> + <message> + <source>select instrument patch</source> + <translation type="unfinished">wybierz ustawienie instrumentu</translation> + </message> + <message> + <source>Transp.</source> + <translation>Transpozycja</translation> + </message> + <message> + <source>Volume</source> + <translation>Głośność</translation> + </message> + <message> + <source>Channel Info</source> + <translation>Info o kanale</translation> + </message> + <message> + <source>Pan</source> + <translation>Panorama</translation> + </message> + <message> + <source>Delay</source> + <translation>Opóźnienie</translation> + </message> + <message> + <source>H-Bank</source> + <translation type="unfinished">H-Bank</translation> + </message> + <message> + <source>Compr.</source> + <translation>Kompr.</translation> + </message> + <message> + <source>L-Bank</source> + <translation type="unfinished">L-Bank</translation> + </message> + <message> + <source>Progr.</source> + <translation>Nr programu</translation> + </message> + <message> + <source>Velocity</source> + <translation>Prędk. uderz. (vel)</translation> + </message> + <message> + <source>Length</source> + <translation>Długość</translation> + </message> + <message> + <source>input ports</source> + <translation>porty wejściowe</translation> + </message> + <message> + <source>IChan.</source> + <translation>Kanał Wejśc</translation> + </message> + <message> + <source>input channels</source> + <translation>kanały wejść.</translation> + </message> + <message> + <source>Events from all configured channels are +recorded to this track. +You can specify more than one channel for +recording: + 1 2 3 record from channel 1 2 and 3 + 1-3 same + 1-3 5<byte value="x9"/> record from channel 1 2 3 and 5</source> + <translation>Elementy ze wszystkich kanałów dą nagrywane na ten ślad +Możesz określić więcej niż jeden ślad do nagrywania: +1 2 3 nagrywaj z kanału 1 2 i 3 +1-3 tak samo +1-3-5 nagrywaj z kanału 1 2 3 i 5</translation> + </message> + <message> + <source>record:</source> + <translation>Nagraj:</translation> + </message> + <message> + <source>Rec</source> + <translation type="unfinished">Ustawienie</translation> + </message> + <message> + <source>add settings to song</source> + <translation>naciśnij w trakcie nagrywania aby zapisać na śladzie</translation> + </message> + <message> + <source>Bank Select LSB</source> + <translation>Wybierz Bank LSB</translation> + </message> + <message> + <source>Bank Select MSB</source> + <translation>Wybierz Bank MSB</translation> + </message> +</context> +<context> + <name>MidiTransformDialogBase</name> + <message> + <source>MusE: Midi Transformator</source> + <translation>MuzA: Midi Transformator</translation> + </message> + <message> + <source>&New</source> + <translation>&Nowy</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Kasuj</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Zastosuj</translation> + </message> + <message> + <source>&OK</source> + <translation>&Akceptuj</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Anuluj</translation> + </message> + <message> + <source>PresetList</source> + <translation>Lista Ustawień</translation> + </message> + <message> + <source>Processing</source> + <translation>Przetwarzanie</translation> + </message> + <message> + <source>Event Type</source> + <translation>Rodzaje komunikatów midi</translation> + </message> + <message> + <source>Keep</source> + <translation>Pozostaw</translation> + </message> + <message> + <source>Fix</source> + <translation>Ustal</translation> + </message> + <message> + <source>Note</source> + <translation>Dźwięki</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Średni nacisk po uderzeniu</translation> + </message> + <message> + <source>Control Change</source> + <translation type="unfinished">Control Change</translation> + </message> + <message> + <source>Aftertouch</source> + <translation>Nacisk pod uderzeniu (aftertouch)</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation type="unfinished">Odchylenie stroju (Pitch Bend)</translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished">NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished">RPN</translation> + </message> + <message> + <source>Plus</source> + <translation>Plus</translation> + </message> + <message> + <source>Minus</source> + <translation>Minus</translation> + </message> + <message> + <source>Multiply</source> + <translation>Przemnóż</translation> + </message> + <message> + <source>Divide</source> + <translation>Podziel</translation> + </message> + <message> + <source>Value 2</source> + <translation>Wartość 2</translation> + </message> + <message> + <source>Invert</source> + <translation>Odwróć</translation> + </message> + <message> + <source>ScaleMap</source> + <translation type="unfinished">Zakres Skali</translation> + </message> + <message> + <source>Flip</source> + <translation>Odwróć</translation> + </message> + <message> + <source>Dyn</source> + <translation type="unfinished">Dyn.</translation> + </message> + <message> + <source>Random</source> + <translation>Losowo</translation> + </message> + <message> + <source>Value 1</source> + <translation>Wartość 1</translation> + </message> + <message> + <source>Length</source> + <translation>Długość:</translation> + </message> + <message> + <source>Position</source> + <translation>Pozycja</translation> + </message> + <message> + <source>Filter</source> + <translation>Filtruj</translation> + </message> + <message> + <source>All</source> + <translation>Wszystko</translation> + </message> + <message> + <source>Equal</source> + <translation>Równe</translation> + </message> + <message> + <source>Unequal</source> + <translation>Nnierówne</translation> + </message> + <message> + <source>Ignore</source> + <translation>Ignoruj</translation> + </message> + <message> + <source>Higher</source> + <translation>Powyżej</translation> + </message> + <message> + <source>Lower</source> + <translation>Poniżej</translation> + </message> + <message> + <source>Inside</source> + <translation>Pomiędzy</translation> + </message> + <message> + <source>Outside</source> + <translation>Poza</translation> + </message> + <message> + <source>Bar Range</source> + <translation>Zakres Taktów</translation> + </message> + <message> + <source>Preset</source> + <translation>Ustawienie</translation> + </message> + <message> + <source>Name:</source> + <translation>Nazwa:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Opis:</translation> + </message> + <message> + <source>Range</source> + <translation>Zakres</translation> + </message> + <message> + <source>process all events</source> + <translation>przetwórz wszystkie elementy</translation> + </message> + <message> + <source>selected tracks</source> + <translation>Zaznaczone ślady</translation> + </message> + <message> + <source>inside loop</source> + <translation>Pomiędzy lokatorami.</translation> + </message> + <message> + <source>Function</source> + <translation>Opcje</translation> + </message> + <message> + <source>Select</source> + <translation>Wybierz</translation> + </message> + <message> + <source>Quantize</source> + <translation>Kwantyzuj</translation> + </message> + <message> + <source>Delete</source> + <translation>Kasuj</translation> + </message> + <message> + <source>Transform</source> + <translation>przekształć</translation> + </message> + <message> + <source>Insert</source> + <translation>Wstaw</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiuj</translation> + </message> + <message> + <source>Extract</source> + <translation>Wydobądź</translation> + </message> + <message> + <source>Quantize Value</source> + <translation>Wartość kwantyzacji</translation> + </message> +</context> +<context> + <name>MidiTransformerDialog</name> + <message> + <source>New</source> + <translation>Nowy</translation> + </message> +</context> +<context> + <name>MixdownFileDialog</name> + <message> + <source>Wave Files (*.wav);;All Files (*)</source> + <translation>Pliki Wave (*.wav);;Wszystkie Pliki (*)</translation> + </message> +</context> +<context> + <name>MixdownFileDialogBase</name> + <message> + <source>MusE: Set Mixdown Wavefile</source> + <translation>MuzA: Ustaw miks do zgrania do pliku Wavefile</translation> + </message> + <message> + <source>&OK</source> + <translation>&Akceptuj</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Anuluj</translation> + </message> + <message> + <source>File Path</source> + <translation>Ścieżka do pliku</translation> + </message> + <message> + <source>Channel</source> + <translation>Ilość Kanałów</translation> + </message> + <message> + <source>Stereo</source> + <translation>Stereo</translation> + </message> + <message> + <source>Mono</source> + <translation>Mono</translation> + </message> + <message> + <source>5.1</source> + <translation>5.1</translation> + </message> + <message> + <source>wav,16 Bit</source> + <translation>wav, 16 Bitów</translation> + </message> + <message> + <source>wav, 24 Bit</source> + <translation>wav, 24 Bity</translation> + </message> + <message> + <source>wav, 32 Bit (float)</source> + <translation>wav, 32 Bity (float)</translation> + </message> + <message> + <source>Format</source> + <translation>Format</translation> + </message> +</context> +<context> + <name>Mixer</name> + <message> + <source>Port</source> + <translation type="obsolete">Port</translation> + </message> +</context> +<context> + <name>MusE</name> + <message> + <source>&File</source> + <translation>&Plik</translation> + </message> + <message> + <source>Open &Recent</source> + <translation>Otwórz O&statnie</translation> + </message> + <message> + <source>Save &As</source> + <translation>Zapisz &Jako</translation> + </message> + <message> + <source>Config &Printer</source> + <translation type="obsolete">Druckerkonfiguration</translation> + </message> + <message> + <source>Import Midifile</source> + <translation>&Import Pliku Midi</translation> + </message> + <message> + <source>Export Midifile</source> + <translation>&Export do pliku midi</translation> + </message> + <message> + <source>Import Wave File</source> + <translation>Import Pliku &Wave</translation> + </message> + <message> + <source>&Quit</source> + <translation>&Zakończ</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Edycja</translation> + </message> + <message> + <source>C&ut</source> + <translation>W&ytnij</translation> + </message> + <message> + <source>&Copy</source> + <translation>&Kopiuj</translation> + </message> + <message> + <source>&Paste</source> + <translation>&Wklej</translation> + </message> + <message> + <source>Delete Track</source> + <translation type="obsolete">Spur Lschen</translation> + </message> + <message> + <source>Add Track</source> + <translation>Dodaj Ślad</translation> + </message> + <message> + <source>Select &All</source> + <translation>Zaznacz &wszystko</translation> + </message> + <message> + <source>&Deselect All</source> + <translation>&Odznacz wszystko</translation> + </message> + <message> + <source>Invert &Selection</source> + <translation>Odwróć &zaznaczenie</translation> + </message> + <message> + <source>&Inside Loop</source> + <translation>&Pomiędzy lokatorami.</translation> + </message> + <message> + <source>&Outside Loop</source> + <translation>&Poza obrębem lokatorów</translation> + </message> + <message> + <source>All &Parts on Track</source> + <translation>Wszystkie &klocki na śladzie</translation> + </message> + <message> + <source>Select</source> + <translation>Zaznacz</translation> + </message> + <message> + <source>Drums</source> + <translation>Edytor Perkusji</translation> + </message> + <message> + <source>List</source> + <translation>Edytor Lista</translation> + </message> + <message> + <source>Graphic</source> + <translation>Edytor Graficzny Tempo/Metrum</translation> + </message> + <message> + <source>Mastertrack</source> + <translation>Ślad Tempo/Metrum</translation> + </message> + <message> + <source>Midi &Transform</source> + <translation>&Przekształcanie Midi</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Modyfikuj Gate Time</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Modifikuj predkość uderzenia (velocity)</translation> + </message> + <message> + <source>Crescendo</source> + <translation>Crescendo</translation> + </message> + <message> + <source>Transpose</source> + <translation>Transponuj</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Decresendo</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Skasuj Element</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Przesunięcie Dźwięku</translation> + </message> + <message> + <source>Move Clock</source> + <translation>Przesuń licznik</translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Kopiuj Takt</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Skasuj Takt</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Skasuj Takt</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Twórz Takt</translation> + </message> + <message> + <source>Mix Track</source> + <translation>Zmiksuj Ślad</translation> + </message> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>&Structure</source> + <translation>&Globalne</translation> + </message> + <message> + <source>Global Cut</source> + <translation>Globalne Wycięcie</translation> + </message> + <message> + <source>Global Insert</source> + <translation>Globalne Wstawienie</translation> + </message> + <message> + <source>Global Split</source> + <translation>Globalne Podzielenie</translation> + </message> + <message> + <source>Copy Range</source> + <translation>Kopiuj Zakres</translation> + </message> + <message> + <source>Cut Events</source> + <translation>Wytnij Elementy</translation> + </message> + <message> + <source>Transport Panel</source> + <translation>Panel transportu</translation> + </message> + <message> + <source>Bigtime window</source> + <translation>Duży Zegar</translation> + </message> + <message> + <source>dont follow Song</source> + <translation>nie podążaj za utworem</translation> + </message> + <message> + <source>follow page</source> + <translation>kursor się przesuwa</translation> + </message> + <message> + <source>follow continuous</source> + <translation>takty się przesuwają (kursor stoi)</translation> + </message> + <message> + <source>Global Settings</source> + <translation>Globalne Ustawienia</translation> + </message> + <message> + <source>follow song</source> + <translation>podążanie kursora za utworem</translation> + </message> + <message> + <source>Metronome</source> + <translation>Metronom</translation> + </message> + <message> + <source>Midi Sync</source> + <translation>Synchronizacja Midi</translation> + </message> + <message> + <source>Appearance settings</source> + <translation>Ustawienia wyglądu</translation> + </message> + <message> + <source>Midi Input Transform</source> + <translation>Przekształcanie Wejścia Midi</translation> + </message> + <message> + <source>Midi Input Filter</source> + <translation>Filtr Wejścia Midi</translation> + </message> + <message> + <source>Midi Remote Control</source> + <translation>Zdalne Sterowanie Midi</translation> + </message> + <message> + <source>Random Rhythm Generator</source> + <translation>Losowy generator rytmu</translation> + </message> + <message> + <source>&Midi</source> + <translation>&Midi</translation> + </message> + <message> + <source>Mixer</source> + <translation>Mikser</translation> + </message> + <message> + <source>Input Plugins</source> + <translation>Wtyczki wejścia</translation> + </message> + <message> + <source>Reset Instr.</source> + <translation>Reset Instr.</translation> + </message> + <message> + <source>Init Instr.</source> + <translation type="unfinished">Inicjalizacja Instr.</translation> + </message> + <message> + <source>local off</source> + <translation type="unfinished">local off</translation> + </message> + <message> + <source>&Audio</source> + <translation>&Audio</translation> + </message> + <message> + <source>Bounce to Track</source> + <translation> +Zgrywanie śladu (bounce)</translation> + </message> + <message> + <source>Bounce to File</source> + <translation>Zgrywanie do Pliku (bounce)</translation> + </message> + <message> + <source>&Help</source> + <translation>P&omoc</translation> + </message> + <message> + <source>Browser</source> + <translation type="obsolete">Browser</translation> + </message> + <message> + <source>About&Qt</source> + <translation>Informacje o &Qt</translation> + </message> + <message> + <source>MusE: load project</source> + <translation>MuzA: ładuj utwór</translation> + </message> + <message> + <source>The current Project contains unsaved data +Save Current Project?</source> + <translation>Otwarty utwór zawiera niezapisane dane +Zapisać otwarty utwór?</translation> + </message> + <message> + <source>&Save</source> + <translation>&Zapisz</translation> + </message> + <message> + <source>&Nosave</source> + <translation>&Nie zapisuj</translation> + </message> + <message> + <source>&Abort</source> + <translation>&Anuluj</translation> + </message> + <message> + <source>MusE: Save As</source> + <translation>MuzA: Zapisz Jako</translation> + </message> + <message> + <source>Nothing to edit</source> + <translation>Nie ma nic do edytowania</translation> + </message> + <message> + <source>The current Project contains unsaved data +Load overwrites current Project: +Save Current Project?</source> + <translation>Otwarty utwór zawiera niezapisane dane. +Załadowanie nadpisze otwarty utwór: +Zapisać otwarty utwór?</translation> + </message> + <message> + <source>&Overwrite</source> + <translation>&Nadpisz</translation> + </message> + <message> + <source>no help found at: </source> + <translation>nie znalezniono pomocy</translation> + </message> + <message> + <source>MusE: Open Help</source> + <translation>MuzA: Otwórz Pomoc</translation> + </message> + <message> + <source>UndoRedo</source> + <translation>CofnijPonów</translation> + </message> + <message> + <source>undo</source> + <translation>cofnij</translation> + </message> + <message> + <source>Und&o</source> + <translation>Co&fnij</translation> + </message> + <message> + <source>redo</source> + <translation>cofnij</translation> + </message> + <message> + <source>Re&do</source> + <translation>Co&fnij</translation> + </message> + <message> + <source>undo last change to song</source> + <translation>cofnij ostatnią zmianę w utworze</translation> + </message> + <message> + <source>redo last undo</source> + <translation>ponów ostanie cofnij</translation> + </message> + <message> + <source>Transport</source> + <translation>Panel transportu</translation> + </message> + <message> + <source>loop</source> + <translation>pętla</translation> + </message> + <message> + <source>Loop</source> + <translation>Pętla</translation> + </message> + <message> + <source>punchin</source> + <translation>włącz wcinki (punch In)</translation> + </message> + <message> + <source>Punchin</source> + <translation>Włącz wcinki (punch In)</translation> + </message> + <message> + <source>punchout</source> + <translation>wył. wcinki (punch out)punchout</translation> + </message> + <message> + <source>Punchout</source> + <translation>Wył. wcinki (punch out)</translation> + </message> + <message> + <source>start</source> + <translation>Początek</translation> + </message> + <message> + <source>Start</source> + <translation>Początek</translation> + </message> + <message> + <source>rewind</source> + <translation>Przewiń do tyłu</translation> + </message> + <message> + <source>Rewind</source> + <translation>Przewiń do tyłu</translation> + </message> + <message> + <source>forward</source> + <translation>Przewiń do przodu</translation> + </message> + <message> + <source>Forward</source> + <translation>Przewiń do przodu</translation> + </message> + <message> + <source>stop</source> + <translation>Stop</translation> + </message> + <message> + <source>Stop</source> + <translation>Stop</translation> + </message> + <message> + <source>play</source> + <translation>Odtwarzaj</translation> + </message> + <message> + <source>Play</source> + <translation>Odtwarzanie</translation> + </message> + <message> + <source>record</source> + <translation>Nagrywaj</translation> + </message> + <message> + <source>Record</source> + <translation>Nagrywanie</translation> + </message> + <message> + <source>panic</source> + <translation>Zatrzymaj wszystkie komunikaty midi!</translation> + </message> + <message> + <source>Panic</source> + <translation>Zatrzymaj wszystkie komunikaty midi!</translation> + </message> + <message> + <source>new</source> + <translation>nowy</translation> + </message> + <message> + <source>&New</source> + <translation>&Nowy</translation> + </message> + <message> + <source>open</source> + <translation>otwórz</translation> + </message> + <message> + <source>&Open</source> + <translation>&Otwórz</translation> + </message> + <message> + <source>save</source> + <translation>Zapisz</translation> + </message> + <message> + <source>pianoroll</source> + <translation>Pianoroll</translation> + </message> + <message> + <source>Pianoroll</source> + <translation>Pianoroll</translation> + </message> + <message> + <source>marker</source> + <translation>znacznik</translation> + </message> + <message> + <source>Marker</source> + <translation>Edytor Znaczników</translation> + </message> + <message> + <source>File Buttons</source> + <translation>Przyciski Menu Plik</translation> + </message> + <message> + <source>Unknown File Format</source> + <translation>Nieznany Format Pliku</translation> + </message> + <message> + <source>MusE: Write File failed</source> + <translation>MuzA: Zapis pliku nie powiódł się</translation> + </message> + <message> + <source>MusE: Song: </source> + <translation type="unfinished">MuzA: Utwór</translation> + </message> + <message> + <source>MusE: Copy Range</source> + <translation>Kopiuj Zakres</translation> + </message> + <message> + <source>not implemented</source> + <translation>jeszcze nie wprowadzone</translation> + </message> + <message> + <source>MusE: Cut Events</source> + <translation>MuzA: Wytnij Elementy</translation> + </message> + <message> + <source>MusE: Bounce to Track</source> + <translation>MuzA: Zgrywanie (bounce) do Śladu</translation> + </message> + <message> + <source>more than one target track selected</source> + <translation>więcej niż jeden docelowy ślad jest zaznaczony</translation> + </message> + <message> + <source>wrong target track type, +select wave track as target</source> + <translation>zły typ śladu docelowego +zaznacz ślad audio jako docelowy</translation> + </message> + <message> + <source>no target track selected</source> + <translation>nie zaznaczono żadnego śladu</translation> + </message> + <message> + <source>to import a audio file you have first to selecta wave track</source> + <translation>aby zaimpotować plik audio, najpierw zaznacz ślad audio</translation> + </message> + <message> + <source>Delete Selected Tracks</source> + <translation>Skasuj Zaznaczone Ślady</translation> + </message> + <message> + <source>View</source> + <translation>&Widok</translation> + </message> + <message> + <source>Edit Instrument</source> + <translation>Edytuj Instrument</translation> + </message> + <message> + <source>Restart Audio</source> + <translation>Zrestartuj Audio</translation> + </message> + <message> + <source>Automation</source> + <translation>Au&tomatyka</translation> + </message> + <message> + <source>Mixer Automation</source> + <translation>Automatyka Miksera</translation> + </message> + <message> + <source>Take Snapshot</source> + <translation>Zrób zrzut ekranu</translation> + </message> + <message> + <source>Clear Automation Data</source> + <translation>Wyczyść automatykę</translation> + </message> + <message> + <source>Settings</source> + <translation>&Ustawienia</translation> + </message> + <message> + <source>Configure shortcuts</source> + <translation>Konfiguracja skrótów</translation> + </message> + <message> + <source>Midi File Export</source> + <translation>Export do pliku midi</translation> + </message> + <message> + <source>Midi Ports / Soft Synth</source> + <translation>Porty Midi i Syntezatory Softowe</translation> + </message> + <message> + <source>&Manual</source> + <translation>&Instrukcja Obłsugi</translation> + </message> + <message> + <source>&MusE homepage</source> + <translation>strona domowa &MuzA</translation> + </message> + <message> + <source>&Report Bug...</source> + <translation>&Zgłoś Błąd...</translation> + </message> + <message> + <source>&About MusE</source> + <translation>&Informacje o programie</translation> + </message> + <message> + <source>What's &This?</source> + <translation>Co &To?</translation> + </message> + <message> + <source>Cannot read template</source> + <translation>Nie można odczytać pliku szablonu</translation> + </message> + <message> + <source>File open error</source> + <translation>Błąd odczytu pliku</translation> + </message> + <message> + <source>File read error</source> + <translation>błąd odczytu pliku</translation> + </message> + <message> + <source>MusE: load template</source> + <translation>MuzA: ładuj szablon</translation> + </message> + <message> + <source>MusE: Bounce</source> + <translation>MuzA: Zgrywanie (bounce)</translation> + </message> + <message> + <source>set left/right marker for bounce range</source> + <translation>ustaw lokatory do zgrania (bounce) danego zakresu</translation> + </message> + <message> + <source>MusE: Bounce to File</source> + <translation>MuzA: Zgrywanie (bounce) do Pliku</translation> + </message> + <message> + <source>no output track found</source> + <translation>nie znaleziono śladu wyjściowego</translation> + </message> + <message> + <source>MusE: Export Midi</source> + <translation>MuzA: Exportuj Midi</translation> + </message> + <message> + <source>MusE: Import Midi</source> + <translation>MuzA: Importuj Midi</translation> + </message> + <message> + <source>Add midi file to current project? +</source> + <translation>Dodać plik midi do otwartego utworu?</translation> + </message> + <message> + <source>&Add to Project</source> + <translation>&Dodaj do utworu</translation> + </message> + <message> + <source>&Replace</source> + <translation>&Zastąp</translation> + </message> + <message> + <source>reading midifile + </source> + <translation>czytanie pliku midi</translation> + </message> + <message> + <source> +failed: </source> + <translation>nie powiodło się</translation> + </message> +</context> +<context> + <name>NoteInfo</name> + <message> + <source>Start</source> + <translation>Pozycja</translation> + </message> + <message> + <source>Len</source> + <translation>Długość</translation> + </message> + <message> + <source>Pitch</source> + <translation>Wysokość dźwięku</translation> + </message> + <message> + <source>Velo On</source> + <translation>Prędk. uderz.</translation> + </message> + <message> + <source>Velo Off</source> + <translation>Prędk. puszcz.</translation> + </message> + <message> + <source>Note Info</source> + <translation>Info o dźwięku</translation> + </message> +</context> +<context> + <name>PageSettings</name> + <message> + <source>Track Name</source> + <translation type="obsolete">Spur Name</translation> + </message> +</context> +<context> + <name>PartCanvas</name> + <message> + <source>C&ut</source> + <translation>&Wytnij</translation> + </message> + <message> + <source>&Copy</source> + <translation>&Kopiuj</translation> + </message> + <message> + <source>rename</source> + <translation>zmień nazwę</translation> + </message> + <message> + <source>delete</source> + <translation>kasuj</translation> + </message> + <message> + <source>split</source> + <translation>podziel</translation> + </message> + <message> + <source>glue</source> + <translation>sklej</translation> + </message> + <message> + <source>pianoroll</source> + <translation>pianoroll</translation> + </message> + <message> + <source>list</source> + <translation>edytor lista </translation> + </message> + <message> + <source>drums</source> + <translation>edytor perkusja</translation> + </message> + <message> + <source>Cannot copy/move/clone to different Track-Type</source> + <translation>Nie można skopiować/przenieść/sklonować do innego typu śladu</translation> + </message> + <message> + <source>color</source> + <translation>kolor</translation> + </message> + <message> + <source>de-clone</source> + <translation type="unfinished">sklonuj</translation> + </message> + <message> + <source>wave edit</source> + <translation>edycja audio</translation> + </message> + <message> + <source>Cannot paste: multiple tracks selected</source> + <translation>Nie można wkleić: zaznaczono kilka śladów</translation> + </message> + <message> + <source>Cannot paste: no track selected</source> + <translation>Nie można wkleić: nie zaznaczono żadnych śladów</translation> + </message> + <message> + <source>Cannot paste: wrong data type</source> + <translation>Nie można wkleić: nieprawidłowy typ danych</translation> + </message> + <message> + <source>Can only paste to midi/drum track</source> + <translation>Można tylko wkleić do śladu midi, lub perkusji</translation> + </message> + <message> + <source>Can only paste to wave track</source> + <translation>Można wkleić tylko do śladu audio</translation> + </message> +</context> +<context> + <name>PatchBay</name> + <message> + <source>MusE: ALSA MIDI Patch Bay</source> + <translation>MuzA: krosownica ALSA MIDI </translation> + </message> +</context> +<context> + <name>PatchBayBase</name> + <message> + <source>ALSA Patch Bay</source> + <translation>krosownica ALSA</translation> + </message> +</context> +<context> + <name>PianoRoll</name> + <message> + <source>&Edit</source> + <translation>&Edycja</translation> + </message> + <message> + <source>Cut</source> + <translation>Wytnij</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiuj</translation> + </message> + <message> + <source>Paste</source> + <translation>Wklej</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Kasuj Elementy</translation> + </message> + <message> + <source>Select All</source> + <translation>Zaznacz wszystko</translation> + </message> + <message> + <source>Select None</source> + <translation>Bez zaznaczenia</translation> + </message> + <message> + <source>Invert</source> + <translation>Odwróć zaznaczenie</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>Pomiędzy lokatorami.</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Poza obrębem lokatorów</translation> + </message> + <message> + <source>&Select</source> + <translation>&Zaznacz</translation> + </message> + <message> + <source>blue</source> + <translation>niebieski</translation> + </message> + <message> + <source>pitch colors</source> + <translation>kolory wysokości dźwięków</translation> + </message> + <message> + <source>velocity colors</source> + <translation>kolory predkości uderzenia (velocity)</translation> + </message> + <message> + <source>&Config</source> + <translation>&Konfiguracja</translation> + </message> + <message> + <source>event color</source> + <translation>kolor elementu</translation> + </message> + <message> + <source>&Functions</source> + <translation>&Opcje</translation> + </message> + <message> + <source>Over Quantize</source> + <translation>Inteligentna kwantyzacja do najbliższej dozw. poz. (w tym samym kierunku)</translation> + </message> + <message> + <source>Note On Quantize</source> + <translation>Kwantyzacja do najbl. dozwolonej pozycji</translation> + </message> + <message> + <source>Note On/Off Quantize</source> + <translation>Kwantyzacja pocz i końca dźwięku</translation> + </message> + <message> + <source>Iterative Quantize</source> + <translation>Przesuwana Kwantyzacja</translation> + </message> + <message> + <source>Pianoroll Tools</source> + <translation>Narzędzia Pianoroll</translation> + </message> + <message> + <source>Step Record</source> + <translation>Nagrywanie krok po kroku</translation> + </message> + <message> + <source>Midi Input</source> + <translation>Wejście Midi</translation> + </message> + <message> + <source>Play Events</source> + <translation>Podgląd midi</translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Dodaj wykres kontorolera</translation> + </message> + <message> + <source>Config Quant...</source> + <translation>Konfiguruj kwantyzację</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Modyfikuj czas bramki</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Modyfikuj predkość uderzenia (velocity)</translation> + </message> + <message> + <source>Crescendo</source> + <translation>Crescendo</translation> + </message> + <message> + <source>Transpose</source> + <translation>Transponuj</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Decresendo</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Skasuj element</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Przesuń dźwięk</translation> + </message> + <message> + <source>Move Clock</source> + <translation>Przesuń zegar</translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Kopiuj takt</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Wyczyść takt</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Kasuj takt</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Stwórz takt</translation> + </message> + <message> + <source>ctrl</source> + <translation>kontr.</translation> + </message> +</context> +<context> + <name>PluginDialog</name> + <message> + <source>Ok</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> + <message> + <source>MusE: select plugin</source> + <translation>MuzA: wybierz wtyczkę</translation> + </message> + <message> + <source>Lib</source> + <translation type="unfinished">Bibl.</translation> + </message> + <message> + <source>Label</source> + <translation>Etykieta</translation> + </message> + <message> + <source>Name</source> + <translation>Nazwa</translation> + </message> + <message> + <source>AI</source> + <translation type="unfinished">AI</translation> + </message> + <message> + <source>AO</source> + <translation type="unfinished">AO</translation> + </message> + <message> + <source>CI</source> + <translation type="unfinished">CI</translation> + </message> + <message> + <source>CO</source> + <translation type="unfinished">CO</translation> + </message> + <message> + <source>IP</source> + <translation type="unfinished">IP</translation> + </message> + <message> + <source>id</source> + <translation>numer</translation> + </message> + <message> + <source>Maker</source> + <translation>Znacznik</translation> + </message> + <message> + <source>Copyright</source> + <translation>Prawa autorskie</translation> + </message> + <message> + <source>Select which types of plugins should be visible in the list,<br>beware that 'all' includes plugins that probably are not usable by MusE.</source> + <translation type="unfinished">Wybierz, które wtyczki mają być widoczne na liście, zwróć uwagę, że nie wszysktie mogą być używane przez MuzA.</translation> + </message> + <message> + <source>Stereo and Mono</source> + <translation>Stereo i Mono</translation> + </message> + <message> + <source>Stereo</source> + <translation>Stereo</translation> + </message> + <message> + <source>Mono</source> + <translation>Mono</translation> + </message> + <message> + <source>All</source> + <translation>Wszystko</translation> + </message> +</context> +<context> + <name>PluginGui</name> + <message> + <source>bypass plugin</source> + <translation>omiń wtyczkę (bypass)</translation> + </message> + <message> + <source>MusE: load preset</source> + <translation>MuzA: załaduj ustawienie</translation> + </message> + <message> + <source>MusE: save preset</source> + <translation>MuzA: zapisz ustawienie</translation> + </message> + <message> + <source>File Buttons</source> + <translation>Przyciski Menu Plik</translation> + </message> + <message> + <source>Load Preset</source> + <translation>Załaduj Ustawienie</translation> + </message> + <message> + <source>Save Preset</source> + <translation>Zapisz ustawienie</translation> + </message> +</context> +<context> + <name>QHeader</name> + <message> + <source>Port Number</source> + <translation>Numer portu</translation> + </message> + <message> + <source>enable gui for device</source> + <translation>Udostępnij interfejs dla urządzenia</translation> + </message> + <message> + <source>Instrument connected to port</source> + <translation>Instrument połączony do portu</translation> + </message> + <message> + <source>State: result of opening the device</source> + <translation>Status: rezultat otworzenia urządzenia</translation> + </message> + <message> + <source>mute instrument</source> + <translation>wyłącz instrument</translation> + </message> + <message> + <source>sound name</source> + <translation>nazwa brzmienia</translation> + </message> + <message> + <source>quantisation +currently not used</source> + <translation>kwantyzacja nie jest aktualnie używana</translation> + </message> + <message> + <source>this input note triggers the sound</source> + <translation>ta wysokość uruchamia brzmienie</translation> + </message> + <message> + <source>note length</source> + <translation>długość dźwięku</translation> + </message> + <message> + <source>this note is send for the sound</source> + <translation>ta wysokość jest wysłana do brzmienia</translation> + </message> + <message> + <source>output channel +currently not used</source> + <translation>kanał wyjściowy jest aktualnie nie używany</translation> + </message> + <message> + <source>output port +currently not used</source> + <translation>port wyjściowy jest aktualnie nie używany</translation> + </message> + <message> + <source>velocity level 1</source> + <translation>poziom predkości uderzenia (velocity) 1</translation> + </message> + <message> + <source>velocity level 2</source> + <translation>poziom predkości uderzenia (velocity) 2</translation> + </message> + <message> + <source>velocity level 3</source> + <translation>poziom predkości uderzenia (velocity) 3</translation> + </message> + <message> + <source>velocity level 4</source> + <translation>poziom predkości uderzenia (velocity) 4</translation> + </message> + <message> + <source>quantisation</source> + <translation>kwantyzacja</translation> + </message> + <message> + <source>output channel</source> + <translation>kanał wyjściowy</translation> + </message> + <message> + <source>output port</source> + <translation>port wyjściowy</translation> + </message> + <message> + <source>Enable Recording</source> + <translation>Udostępnij nagrywanie</translation> + </message> + <message> + <source>Mute Indicator</source> + <translation>Wyłącz wzkaźnik</translation> + </message> + <message> + <source>Solo Indicator</source> + <translation>Solo Wzkaźnik</translation> + </message> + <message> + <source>Track Type</source> + <translation>Typ śladu</translation> + </message> + <message> + <source>Track Name</source> + <translation>Nazwa śladu</translation> + </message> + <message> + <source>Output Channel Number</source> + <translation>Numer kanału wyjściowego</translation> + </message> + <message> + <source>Output Port</source> + <translation>Port wyjsciowy</translation> + </message> + <message> + <source>Time Lock</source> + <translation>Zablokuj Ślad</translation> + </message> + <message> + <source>Solo/Pre Fader Listening</source> + <translation>Solo/ Odsłuch przed tłumikiem</translation> + </message> + <message> + <source>Name of the midi device associated with this port number</source> + <translation>Nazwa urządzenia midi skojarzona z tym numerem portu</translation> + </message> + <message> + <source>enables reading from device</source> + <translation>Pozwala na odczyt z urządzenia</translation> + </message> + <message> + <source>enables writing to device</source> + <translation>Pozwala na zapis do urządzenia</translation> + </message> +</context> +<context> + <name>QWidget</name> + <message> + <source>Cannot convert sysex string</source> + <translation type="unfinished">Nie można przekonwertować łańcucha sysex</translation> + </message> + <message> + <source>Hex String too long (2048 bytes limit)</source> + <translation type="unfinished">Łańcuch Hex za długi (limit 2048 bajtów)</translation> + </message> + <message> + <source>new</source> + <translation>nowy</translation> + </message> + <message> + <source>create peakfile for </source> + <translation type="unfinished">stwórz plik szczytu dla</translation> + </message> + <message> + <source>MusE: get file name</source> + <translation>MuzA: weź nazwę pliku</translation> + </message> + <message> + <source>the directory +</source> + <translation>katalog</translation> + </message> + <message> + <source> +does not exist +create?</source> + <translation>nie istnieje +utworzyć?</translation> + </message> + <message> + <source>&Create</source> + <translation>&Twórz</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> + <message> + <source>MusE: create directory</source> + <translation>MuzA: utwórz katalog</translation> + </message> + <message> + <source>creating dir failed</source> + <translation>tworzenie katalogu nie powiodło się</translation> + </message> + <message> + <source>File +</source> + <translation>Plik</translation> + </message> + <message> + <source> +exists</source> + <translation>istnieje</translation> + </message> + <message> + <source>MusE: write</source> + <translation type="unfinished">MuzA: zapis:</translation> + </message> + <message> + <source>Overwrite</source> + <translation>Nadpisz</translation> + </message> + <message> + <source>Quit</source> + <translation>Wyjdź</translation> + </message> + <message> + <source>Open File +</source> + <translation>Otwórz plik</translation> + </message> + <message> + <source> +failed: </source> + <translation>nie udane</translation> + </message> + <message> + <source>MusE: Open File</source> + <translation>MuzA: Otwórz plik</translation> + </message> + <message> + <source>None</source> + <translation>Brak</translation> + </message> + <message> + <source>generic midi</source> + <translation>generyczne midi</translation> + </message> +</context> +<context> + <name>QuantConfig</name> + <message> + <source>Config Quantize</source> + <translation>Konfiguruj Kwantyzację</translation> + </message> + <message> + <source>Strength</source> + <translation>Siła</translation> + </message> + <message> + <source>Don´t Quantize</source> + <translation>Nie kwantyzuj</translation> + </message> + <message> + <source>Quant Len</source> + <translation>Wartość kwantyzacji</translation> + </message> + <message> + <source>MusE: Config Quantize</source> + <translation>MuzA: Konfiguracja kwantyzacji</translation> + </message> +</context> +<context> + <name>RhythmBase</name> + <message> + <source>MusE: Random Rhythm Generator</source> + <translation>MuzA: Generator Losowego Rytmu</translation> + </message> + <message> + <source>Instrument Properties</source> + <translation>Właściwości Instrumentu</translation> + </message> + <message> + <source>counts/bar</source> + <translation>ilość taktów</translation> + </message> + <message> + <source>steps/count</source> + <translation>ilość kroków</translation> + </message> + <message> + <source># bars</source> + <translation># takty</translation> + </message> + <message> + <source>test</source> + <translation type="unfinished">test</translation> + </message> + <message> + <source>contrib</source> + <translation type="unfinished">contrib</translation> + </message> + <message> + <source>randomize</source> + <translation>ustaw w przypadkowej kolejności</translation> + </message> + <message> + <source>Group 1</source> + <translation>Grupa 1</translation> + </message> + <message> + <source>Group 2</source> + <translation>Grupa 2</translation> + </message> + <message> + <source>Group 3</source> + <translation>Grupa 3</translation> + </message> + <message> + <source>Group 4</source> + <translation>Grupa 4</translation> + </message> + <message> + <source>Group 5</source> + <translation>Grupa 5</translation> + </message> + <message> + <source>listen</source> + <translation>słuchaj</translation> + </message> + <message> + <source>Instrument</source> + <translation>Instrument</translation> + </message> + <message> + <source>Group</source> + <translation>Grupa</translation> + </message> + <message> + <source>&New</source> + <translation>&Nowy</translation> + </message> + <message> + <source>create new entry</source> + <translation>stwórz nowy wpis</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>naciśnij przycisk Nowy aby utworzyć wpis na lisćie zdefiniowanych kontrolerów </translation> + </message> + <message> + <source>&Delete</source> + <translation>&Kasuj</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>kasuj zaznaczone elementy</translation> + </message> + <message> + <source>Up</source> + <translation>W góre</translation> + </message> + <message> + <source>Down</source> + <translation>W dół </translation> + </message> + <message> + <source>Instrument </source> + <translation>Instrument</translation> + </message> + <message> + <source>steps/count </source> + <translation type="unfinished">kroki/liczy</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>Lista zdefiniowanych kontrolerów</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>To jest lista MuzA zdefiniowanych midi kontrolerów.</translation> + </message> + <message> + <source>&File</source> + <translation>&Plik</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Edytuj</translation> + </message> + <message> + <source>&Help</source> + <translation>P&omoc</translation> + </message> + <message> + <source>Tools</source> + <translation>Narzędzia</translation> + </message> + <message> + <source>New</source> + <translation>Nowy</translation> + </message> + <message> + <source>Open</source> + <translation>Otwórz</translation> + </message> + <message> + <source>&Open...</source> + <translation>&Otwórz...</translation> + </message> + <message> + <source>Save</source> + <translation>Zapisz</translation> + </message> + <message> + <source>&Save</source> + <translation>&Zapisz</translation> + </message> + <message> + <source>Save As</source> + <translation>Zapisz jako</translation> + </message> + <message> + <source>Save &As...</source> + <translation>Zapisz &Jako...</translation> + </message> + <message> + <source>Print</source> + <translation>Drukuj</translation> + </message> + <message> + <source>&Print...</source> + <translation>&Drukuj</translation> + </message> + <message> + <source>Exit</source> + <translation>Zakończ</translation> + </message> + <message> + <source>E&xit</source> + <translation>&Zakończ</translation> + </message> + <message> + <source>Undo</source> + <translation>Cofnij</translation> + </message> + <message> + <source>&Undo</source> + <translation>&Cofnij</translation> + </message> + <message> + <source>Redo</source> + <translation>Ponów</translation> + </message> + <message> + <source>&Redo</source> + <translation>&Ponów</translation> + </message> + <message> + <source>Cut</source> + <translation>Wytnij</translation> + </message> + <message> + <source>&Cut</source> + <translation>&Wytnij</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiuj</translation> + </message> + <message> + <source>C&opy</source> + <translation>&Kopiuj</translation> + </message> + <message> + <source>Paste</source> + <translation>Wklej</translation> + </message> + <message> + <source>&Paste</source> + <translation>&Wklej</translation> + </message> + <message> + <source>Find</source> + <translation>Szukaj</translation> + </message> + <message> + <source>&Find...</source> + <translation>&Szukaj</translation> + </message> + <message> + <source>Contents</source> + <translation>Spis treści</translation> + </message> + <message> + <source>&Contents...</source> + <translation>&Spis treści</translation> + </message> + <message> + <source>Index</source> + <translation>Indeks</translation> + </message> + <message> + <source>&Index...</source> + <translation>&Indeks</translation> + </message> + <message> + <source>About</source> + <translation>O programie</translation> + </message> + <message> + <source>&About...</source> + <translation>&O programie</translation> + </message> + <message> + <source><b>Notice!</b><br> +Random Rhythm Generator is not enabled yet!</source> + <translation><b>Zauważ!</b><br> +Losowy Generator Rytmu jeszcze nie jest udostępniony!</translation> + </message> + <message> + <source>Ctrl+N</source> + <translation>Ctrl+N</translation> + </message> + <message> + <source>Ctrl+O</source> + <translation>Ctrl+O</translation> + </message> + <message> + <source>Ctrl+S</source> + <translation>Ctrl+S</translation> + </message> + <message> + <source>Ctrl+P</source> + <translation>Ctrl+P</translation> + </message> + <message> + <source>Ctrl+Z</source> + <translation>Ctrl+Z</translation> + </message> + <message> + <source>Ctrl+Y</source> + <translation>Ctrl+Y</translation> + </message> + <message> + <source>Ctrl+X</source> + <translation>Ctrl+X</translation> + </message> + <message> + <source>Ctrl+C</source> + <translation>Ctrl+C</translation> + </message> + <message> + <source>Ctrl+V</source> + <translation>Ctrl+V</translation> + </message> + <message> + <source>Ctrl+F</source> + <translation>Ctrl+F</translation> + </message> +</context> +<context> + <name>RhythmGenerator</name> + <message> + <source>Instrument Settings:</source> + <translation type="obsolete">Instrument Einstellungen</translation> + </message> + <message> + <source>add</source> + <translation type="obsolete">Zufgen</translation> + </message> + <message> + <source>delete</source> + <translation type="obsolete">Entfernen</translation> + </message> + <message> + <source>Group</source> + <translation type="obsolete">Gruppe</translation> + </message> + <message> + <source></source> + <translation></translation> + </message> +</context> +<context> + <name>RouteDialogBase</name> + <message> + <source>MusE: Routing</source> + <translation>MuzA: Konfiguracja połączeń</translation> + </message> + <message> + <source>Add Route</source> + <translation>Dodaj połączenie</translation> + </message> + <message> + <source>Source:</source> + <translation>Źródło:</translation> + </message> + <message> + <source>Destination:</source> + <translation>Odbiornik:</translation> + </message> + <message> + <source>Connect</source> + <translation>Połącz</translation> + </message> + <message> + <source>connect source to destination</source> + <translation>połącz źródło do odbiornika</translation> + </message> + <message> + <source>Current Routes</source> + <translation>Aktualne połączenia</translation> + </message> + <message> + <source>Source</source> + <translation>Źródło</translation> + </message> + <message> + <source>Destination</source> + <translation>Odbiornik</translation> + </message> + <message> + <source>Remove</source> + <translation>Usuń</translation> + </message> + <message> + <source>remove selected route</source> + <translation>Usuń wybrane połączenie</translation> + </message> +</context> +<context> + <name>ScrollScale</name> + <message> + <source>next page</source> + <translation>następna strona</translation> + </message> + <message> + <source>previous page</source> + <translation>poprzednia strona</translation> + </message> + <message> + <source>current page number</source> + <translation>aktualny numer strony</translation> + </message> +</context> +<context> + <name>ShortcutCaptureDialogBase</name> + <message> + <source>Enter shortcut sequence</source> + <translation>Wprowadź skrót - kominację klawiszy </translation> + </message> + <message> + <source>Press keys to enter shortcut sequence!</source> + <translation>Naciśnij kombinację klawiszy by wprowadzić skrót!</translation> + </message> + <message> + <source>Old shortcut:</source> + <translation>Stary skrót</translation> + </message> + <message> + <source>Undefined</source> + <translation>Niezdefiniowany</translation> + </message> + <message> + <source>New shortcut:</source> + <translation>Nowy skrót</translation> + </message> + <message> + <source>OK</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> +</context> +<context> + <name>ShortcutConfigBase</name> + <message> + <source>Configure Keyboard Shortcuts</source> + <translation>Konfiguruj Skróty Klawiaturowe</translation> + </message> + <message> + <source>Shortcut Category</source> + <translation>Kategoria Skrótu</translation> + </message> + <message> + <source>Description</source> + <translation>Opis</translation> + </message> + <message> + <source>Shortcut</source> + <translation>Skrót</translation> + </message> + <message> + <source>&Clear</source> + <translation>&Wyczyść</translation> + </message> + <message> + <source>Alt+C</source> + <translation>Alt+C</translation> + </message> + <message> + <source>&Define</source> + <translation>&Zdefiniuj</translation> + </message> + <message> + <source>Alt+D</source> + <translation>Alt+D</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Zastosuj</translation> + </message> + <message> + <source>Alt+A</source> + <translation>Alt+A</translation> + </message> +</context> +<context> + <name>SigScale</name> + <message> + <source>signature scale</source> + <translation>oś metrum</translation> + </message> +</context> +<context> + <name>SynthConfigBase</name> + <message> + <source>MusE: Synth Configuration</source> + <translation>MuzA: Konfiguracja Syntezatora Softowego</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation>Syntezator Softowy</translation> + </message> + <message> + <source>File</source> + <translation>Plik</translation> + </message> + <message> + <source>Instances</source> + <translation>Urządzenia</translation> + </message> + <message> + <source>Name</source> + <translation>Nazwa</translation> + </message> + <message> + <source>list of available software synthesizers</source> + <translation>lista wszystkich dostępnych syntezatorów softowych</translation> + </message> + <message> + <source>Add Instance</source> + <translation>Dodaj urządzenie</translation> + </message> + <message> + <source>Remove Instance</source> + <translation>Usuń urządzenie</translation> + </message> + <message> + <source>Midi Port</source> + <translation>Port Midi</translation> + </message> + <message> + <source>Midi connections</source> + <translation>Połączenia midi</translation> + </message> + <message> + <source>Inst</source> + <translation>Instr.</translation> + </message> + <message> + <source>Version</source> + <translation>Wersja</translation> + </message> + <message> + <source>Description</source> + <translation>Opis</translation> + </message> +</context> +<context> + <name>TList</name> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>Drum</source> + <translation>Perkusja</translation> + </message> + <message> + <source>Delete Track</source> + <translation>Kasuj Ślad</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Opis Śladu</translation> + </message> + <message> + <source>Show Gui</source> + <translation>Pokaż interfejs użytkownika</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation>Dodaj ślad midi</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation>Dodaj ślad perkusyjny</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation>Dodaj ślad audio</translation> + </message> + <message> + <source>MusE: bad trackname</source> + <translation>MuzA: zła nazwa śladu</translation> + </message> + <message> + <source>please choose a unique track name</source> + <translation>proszę wybrać niepowtarzalną nazwę dla śladu</translation> + </message> + <message> + <source>Add Output</source> + <translation>Dodaj wyjście audio</translation> + </message> + <message> + <source>Add Group</source> + <translation>Dodaj szynę audio</translation> + </message> + <message> + <source>Add Input</source> + <translation>Dodaj wejście audio</translation> + </message> + <message> + <source>Add Aux Send</source> + <translation>Dodaj wysyłkę na efekty</translation> + </message> + <message> + <source>Update drummap?</source> + <translation>Zaktualizować zestaw perkusyjny?</translation> + </message> + <message> + <source>Do you want to use same port for all instruments in the drummap?</source> + <translation>Czy chcesz używać jednego portu midi dla wszystkich instrumentów w zestawie perkusyjnym?</translation> + </message> + <message> + <source>&Yes</source> + <translation>&Tak</translation> + </message> + <message> + <source>&No</source> + <translation>&Nie</translation> + </message> + <message> + <source>Do you want to use same port and channel for all instruments in the drummap?</source> + <translation>Czy chcesz używać jednego portu i jednego kanału dla wszystkich instrumentów w zestawie perkusyjnym?</translation> + </message> +</context> +<context> + <name>TempoSig</name> + <message> + <source>Tempo/Sig</source> + <translation>Tempo/Metrum</translation> + </message> +</context> +<context> + <name>Toolbar1</name> + <message> + <source>Solo</source> + <translation>Solo</translation> + </message> + <message> + <source>Snap</source> + <translation>Przyciąganie</translation> + </message> + <message> + <source>Quantize</source> + <translation>Kwantyzacja</translation> + </message> + <message> + <source>To</source> + <translation>Zakres</translation> + </message> + <message> + <source>All Events</source> + <translation>Wszytkie Elementy</translation> + </message> + <message> + <source>Looped Ev.</source> + <translation>Pomiędzy lokatorami</translation> + </message> + <message> + <source>Selected Ev.</source> + <translation>Zaznaczone Elementy</translation> + </message> + <message> + <source>Looped+Sel.</source> + <translation>Zaznaczone + Pomiędzy lokatorami</translation> + </message> + <message> + <source>Cursor</source> + <translation>Kursor</translation> + </message> +</context> +<context> + <name>TrackComment</name> + <message> + <source>MusE: Track Comment</source> + <translation>MuzA: Opis Śladu</translation> + </message> + <message> + <source>Track Comment:</source> + <translation>Opis Śladu</translation> + </message> +</context> +<context> + <name>Transport</name> + <message> + <source>Punch In</source> + <translation>Włącz wcinki (punch In)</translation> + </message> + <message> + <source>Loop</source> + <translation>Pętla</translation> + </message> + <message> + <source>Punch Out</source> + <translation>Wył. wcinki (punch out)</translation> + </message> + <message> + <source>Left Mark</source> + <translation>Lewy Lokator</translation> + </message> + <message> + <source>Right Mark</source> + <translation>Prawy Lokator</translation> + </message> + <message> + <source>Overdub</source> + <translation>Dogrywanie</translation> + </message> + <message> + <source>Replace</source> + <translation>Zastępowania</translation> + </message> + <message> + <source>Rec Mode</source> + <translation>Typ Nagrywania</translation> + </message> + <message> + <source>Normal</source> + <translation>Normalny</translation> + </message> + <message> + <source>Mix</source> + <translation>Miks</translation> + </message> + <message> + <source>Cycle Rec</source> + <translation>Zapętl nagrywanie</translation> + </message> + <message> + <source>punchin</source> + <translation>włącz wcinki (punch In)</translation> + </message> + <message> + <source>loop</source> + <translation>pętla</translation> + </message> + <message> + <source>punchout</source> + <translation>wył. wcinki (punch out)punchout</translation> + </message> + <message> + <source>rewind to start</source> + <translation>przewiń do początku</translation> + </message> + <message> + <source>rewind</source> + <translation>przewijaj do tyłu</translation> + </message> + <message> + <source>forward</source> + <translation>przewijaj do przodu</translation> + </message> + <message> + <source>stop</source> + <translation>stop</translation> + </message> + <message> + <source>play</source> + <translation>odtwarzanie</translation> + </message> + <message> + <source>record</source> + <translation>nagrywanie</translation> + </message> + <message> + <source>AC</source> + <translation>Aut. Kw.</translation> + </message> + <message> + <source>quantize during record</source> + <translation>kwantyzuj podczas nagrywania</translation> + </message> + <message> + <source>Click</source> + <translation>Metronom</translation> + </message> + <message> + <source>metronom click on/off</source> + <translation>włącz/wyłącz metronom</translation> + </message> + <message> + <source>Sync</source> + <translation>Synch.</translation> + </message> + <message> + <source>external sync on/off</source> + <translation>synchronizowanie do zewn. urz.</translation> + </message> + <message> + <source>Master</source> + <translation>Ślad Tempo/Metrum</translation> + </message> + <message> + <source>use master track</source> + <translation>Używaj śladu tempo/metrum</translation> + </message> +</context> +<context> + <name>TransposeDialogBase</name> + <message> + <source>MusE: Midi Transpose</source> + <translation>MuzA: Transponuj Midi</translation> + </message> + <message> + <source>Value</source> + <translation>Wartość</translation> + </message> + <message> + <source>halftones</source> + <translation>Półtony</translation> + </message> + <message> + <source>Time</source> + <translation>Zakres</translation> + </message> + <message> + <source>all</source> + <translation>Wszystko</translation> + </message> + <message> + <source>between markers</source> + <translation>Pomiędzy znacznikami</translation> + </message> + <message> + <source>Parts</source> + <translation>Klocki</translation> + </message> + <message> + <source>all in selected tracks</source> + <translation>Wszystko na zaznaczonych śladach</translation> + </message> + <message> + <source>OK</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> +</context> +<context> + <name>VelocityBase</name> + <message> + <source>MusE: Modify Velocity</source> + <translation>MuzA: Modyfikuj predkość uderzenia (velocity)</translation> + </message> + <message> + <source>Range</source> + <translation>Zakres</translation> + </message> + <message> + <source>All Events</source> + <translation>Wszytkie Elementy</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Zaznaczone Elementy</translation> + </message> + <message> + <source>Looped Events</source> + <translation>Pomiędzy lokatorami</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Zaznaczone & Pomiędzy lokatorami</translation> + </message> + <message> + <source>Values</source> + <translation>Wartość</translation> + </message> + <message> + <source>Rate:</source> + <translation>Częstotliwość:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Offset:</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>OK</source> + <translation>Akceptuj</translation> + </message> + <message> + <source>Cancel</source> + <translation>Anuluj</translation> + </message> +</context> +<context> + <name>WTScale</name> + <message> + <source>bar scale</source> + <translation>oś taktów</translation> + </message> +</context> +<context> + <name>WaveEdit</name> + <message> + <source>Normalize</source> + <translation>Normalizuj</translation> + </message> + <message> + <source>weTools</source> + <translation>Narzędzia audio</translation> + </message> + <message> + <source>Solo</source> + <translation>Solo</translation> + </message> + <message> + <source>Cursor</source> + <translation>Kursor</translation> + </message> + <message> + <source>&File</source> + <translation>&Plik</translation> + </message> + <message> + <source>Functions</source> + <translation>Opcje</translation> + </message> +</context> +<context> + <name>WaveTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>MuzA: Info o śladzie</translation> + </message> + <message> + <source>Track Info</source> + <translation>Info o śladzie</translation> + </message> + <message> + <source>Track Name</source> + <translation>Nazwa Śladu</translation> + </message> + <message> + <source>Output Route:</source> + <translation>połączenie Wyjścia</translation> + </message> + <message> + <source>Input Route:</source> + <translation>połączenie wejścia</translation> + </message> + <message> + <source>Ports:</source> + <translation>Porty</translation> + </message> + <message> + <source>Mono</source> + <translation>Mono</translation> + </message> + <message> + <source>Stereo</source> + <translation>Stereo</translation> + </message> +</context> +</TS> + diff --git a/muse2/share/locale/muse_ru.qm b/muse2/share/locale/muse_ru.qm Binary files differnew file mode 100644 index 00000000..76268c00 --- /dev/null +++ b/muse2/share/locale/muse_ru.qm diff --git a/muse2/share/locale/muse_ru.ts b/muse2/share/locale/muse_ru.ts new file mode 100644 index 00000000..141827d4 --- /dev/null +++ b/muse2/share/locale/muse_ru.ts @@ -0,0 +1,7466 @@ +<!DOCTYPE TS><TS> +<context> + <name></name> + <message> + <source>Click this button to enable recording</source> + <translation>Нажмите эту клавишу для начала записи</translation> + </message> + <message> + <source>sets amount of quantization: +0 - no quantization +100 - full quantization</source> + <translation>устанавливает объём квантования:(new line) +0 - без квантования(new line) +100 - полное квантование</translation> + </message> + <message> + <source>select Pointer Tool: +with the pointer tool you can: + select parts + move parts + copy parts</source> + <translation>выбрать инструмент "Указатель":(new line) +при помощи указателя можно:(new line) + выделять части(new line) + перемещать части(new line) + копировать части</translation> + </message> +</context> +<context> + <name>@default</name> + <message> + <source>Click this button to stop playback</source> + <translation>Нажмите эту кнопку для остановки воспроизведения</translation> + </message> + <message> + <source>Click this button to start playback</source> + <translation>Нажмите эту кнопку для начала воспроизведения</translation> + </message> + <message> + <source>Click this button to rewind to start position</source> + <translation>Нажмите эту кнопку для перемещения к началу</translation> + </message> + <message> + <source>Click this button to rewind</source> + <translation>Нажмите эту кнопку для перемотки назад</translation> + </message> + <message> + <source>Click this button to forward current play position</source> + <translation>Нажмите эту кнопку для перемещения вперёд</translation> + </message> + <message> + <source>don't quantize notes above this tick limit</source> + <translation>не квантовать ноты выше этого предела тиков</translation> + </message> + <message> + <source>quantize also note len as default</source> + <translation>также квантовать продолжительность нот по умолчанию</translation> + </message> + <message> + <source>Click this button to open a <em>new song</em>.<br>You can also select the <b>Open command</b> from the File menu.</source> + <translation>Нажмите эту кнопку для открытия <em>другой композиции</em>.<br>Вы также можете выбрать пункт <b>Открыть</b> в меню "Файл".</translation> + </message> + <message> + <source>Click this button to save the song you are editing. You will be prompted for a file name. +You can also select the Save command from the File menu.</source> + <translation>Нажмите эту кнопку для сохранения редактируемой композиции. +Вы также можете выбрать пункт <b>Открыть</b> в меню "Файл".</translation> + </message> + <message> + <source>Create New Song</source> + <translation>Создать новую композицию</translation> + </message> + <message> + <source>loop between left mark and right mark</source> + <translation>цикл между левым и правым маркерами</translation> + </message> + <message> + <source>record starts at left mark</source> + <translation>запись начинается с левого маркера</translation> + </message> + <message> + <source>record stops at right mark</source> + <translation>запись останавливается в правом маркере</translation> + </message> + <message> + <source>rewind to start position</source> + <translation>перемотать к начальной позиции</translation> + </message> + <message> + <source>rewind current position</source> + <translation>перемотать к текущей позиции</translation> + </message> + <message> + <source>move current position</source> + <translation>переместить текущую позицию</translation> + </message> + <message> + <source>stop sequencer</source> + <translation>остановить секвенсер</translation> + </message> + <message> + <source>start sequencer play</source> + <translation>начать воспроизведение из секвенсера</translation> + </message> + <message> + <source>to record press record and then play</source> + <translation>для начала записи нажмите "запись", а затем "воспроизвести"</translation> + </message> + <message> + <source>send note off to all midi channels</source> + <translation>послать note off на все MIDI-каналы</translation> + </message> + <message> + <source>select Pencil Tool: +with the pencil tool you can: + create new parts + modify length of parts</source> + <translation>выбрать инструмент "Карандаш": +при помощи карандаша можно: + создавать новые части + изменять продолжительность частей</translation> + </message> + <message> + <source>select Delete Tool: +with the delete tool you can delete parts</source> + <translation>выбрать инструмент "Стёрка": +при помощи стёрки можно удалять части</translation> + </message> + <message> + <source>select Cut Tool: +with the cut tool you can split a part</source> + <translation>выбрать инструмент "Ножницы": +при помощи ножниц можно разделять части</translation> + </message> + <message> + <source>select Glue Tool: +with the glue tool you can glue two parts</source> + <translation>выбрать инструмент "Клей": +при помощи клея можно объединять части</translation> + </message> + <message> + <source>select Score Tool: +</source> + <translation>выбрать редактор партитур: +</translation> + </message> + <message> + <source>select Quantize Tool: +insert display quantize event</source> + <translation>выбрать инструмент "Квантование": +вставить отображение квантуемых событий</translation> + </message> + <message> + <source>select Drawing Tool</source> + <translation>выбрать инструмент "Рисование"</translation> + </message> + <message> + <source>select Muting Tool: +click on part to mute/unmute</source> + <translation>выбрать инструмент "Глушитель": +click on part to mute/unmute</translation> + </message> + <message> + <source>pointer</source> + <translation>Указатель</translation> + </message> + <message> + <source>pencil</source> + <translation>Карандаш</translation> + </message> + <message> + <source>cutter</source> + <translation>Ножницы</translation> + </message> + <message> + <source>score</source> + <translation>Партитура</translation> + </message> + <message> + <source>glue</source> + <translation>Клей</translation> + </message> + <message> + <source>quantize</source> + <translation>Квантователь</translation> + </message> + <message> + <source>draw</source> + <translation>Рисование</translation> + </message> + <message> + <source>mute parts</source> + <translation>приглушить части</translation> + </message> + <message> + <source>Off</source> + <translation>Выкл</translation> + </message> + <message> + <source>presets (*.pre *.pre.gz *.pre.bz2)</source> + <translation>предустановки (*.pre *.pre.gz *.pre.bz2)</translation> + </message> + <message> + <source>All Files (*)</source> + <translation>Все файлы (*)</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation>Добавить MIDI-дорожку</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation>Добавить дорожку с ударными</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation>Добавить звуковую дорожку</translation> + </message> + <message> + <source>Add Audio Output</source> + <translation>Добавить аудиовыход</translation> + </message> + <message> + <source>Add Audio Group</source> + <translation>Добавить аудиогруппу</translation> + </message> + <message> + <source>Add Audio Input</source> + <translation>Добавить аудиовход</translation> + </message> + <message> + <source>Add Aux Send</source> + <translation>Добавить Aux посыл</translation> + </message> + <message> + <source>eraser</source> + <translation>Ластик</translation> + </message> +</context> +<context> + <name>AboutBox</name> + <message> + <source>AboutBox</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Keep On Rocking!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Version 0.7.2pre3 + +(C) Copyright 1999-2005 Werner Schweer and others. +See http://www.muse-sequencer.org for new versions and +more information. + +Published under the GNU Public License</source> + <translation>Version 0.7.2pre3 + +(C) Copyright 1999-2005 Werner Schweer и другие. +Сходите на http://www.muse-sequencer.org за +новой версией или подробностями + +Опубликовано на условиях GNU Public License</translation> + </message> +</context> +<context> + <name>Appearance</name> + <message> + <source>MusE: load image</source> + <translation>MusE: загрузить изображение</translation> + </message> +</context> +<context> + <name>AppearanceDialogBase</name> + <message> + <source>MusE: Appearance settings</source> + <translation>MusE: Настройки облика</translation> + </message> + <message> + <source>Apply</source> + <translation>Применить</translation> + </message> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> + <message> + <source>Arranger</source> + <translation>Компоновщик</translation> + </message> + <message> + <source>Parts</source> + <translation>Части</translation> + </message> + <message> + <source>show names</source> + <translation>показывать рамки</translation> + </message> + <message> + <source>show events</source> + <translation>показывать события</translation> + </message> + <message> + <source>show Cakewalk Style</source> + <translation>показывать в стиле Cakewalk</translation> + </message> + <message> + <source>Events</source> + <translation>События</translation> + </message> + <message> + <source>note on</source> + <translation>note on</translation> + </message> + <message> + <source>poly pressure</source> + <translation>полифоническое послекасание</translation> + </message> + <message> + <source>controller</source> + <translation>контроллер</translation> + </message> + <message> + <source>aftertouch</source> + <translation>послекасание</translation> + </message> + <message> + <source>pitch bend</source> + <translation>смена высоты звука</translation> + </message> + <message> + <source>program change</source> + <translation>смена программы</translation> + </message> + <message> + <source>special</source> + <translation>специальная</translation> + </message> + <message> + <source>Background picture</source> + <translation>Фоновое изображение</translation> + </message> + <message> + <source>bg</source> + <translation>фон</translation> + </message> + <message> + <source>select...</source> + <translation>выбрать...</translation> + </message> + <message> + <source>show snap grid</source> + <translation>показывать сетку привязки</translation> + </message> + <message> + <source>Colors</source> + <translation>Цвета</translation> + </message> + <message> + <source>Items</source> + <translation></translation> + </message> + <message> + <source>Style/Fonts</source> + <translation>Стиль/Шрифты</translation> + </message> + <message> + <source>QT Theme</source> + <translation>Тема QT</translation> + </message> + <message> + <source>Windows</source> + <translation>Окна</translation> + </message> + <message> + <source>MusE</source> + <translation>MusE</translation> + </message> + <message> + <source>Metal</source> + <translation>Металл</translation> + </message> + <message> + <source>Norwegian Wood</source> + <translation>Норвежское дерево</translation> + </message> + <message> + <source>Platinum</source> + <translation>Платина</translation> + </message> + <message> + <source>CDE</source> + <translation>CDE</translation> + </message> + <message> + <source>Motif</source> + <translation>Motif</translation> + </message> + <message> + <source>Motif Plus</source> + <translation>Motif Plus</translation> + </message> + <message> + <source>Fonts</source> + <translation>Шрифты</translation> + </message> + <message> + <source>Family</source> + <translation>Семейство</translation> + </message> + <message> + <source>Size</source> + <translation>Размер</translation> + </message> + <message> + <source>Font 1</source> + <translation>Шрифт 1</translation> + </message> + <message> + <source>Font 2</source> + <translation>Шрифт 2</translation> + </message> + <message> + <source>Font 3</source> + <translation>Шрифт 3</translation> + </message> + <message> + <source>Font 0</source> + <translation>Шрифт 0</translation> + </message> + <message> + <source>Bold</source> + <translation>Жирный</translation> + </message> + <message> + <source>Italic</source> + <translation>Курсив</translation> + </message> + <message> + <source>...</source> + <translation>...</translation> + </message> + <message> + <source>Font 4</source> + <translation>Шрифт 4</translation> + </message> + <message> + <source>Font 5</source> + <translation>Шрифт 5</translation> + </message> + <message> + <source>Palette</source> + <translation>Палитра</translation> + </message> + <message> + <source>add to palette</source> + <translation>Добавить в палитру</translation> + </message> + <message> + <source>B</source> + <translation>B</translation> + </message> + <message> + <source>S</source> + <translation>S</translation> + </message> + <message> + <source>H</source> + <translation>H</translation> + </message> + <message> + <source>V</source> + <translation>V</translation> + </message> + <message> + <source>G</source> + <translation>G</translation> + </message> + <message> + <source>R</source> + <translation>R</translation> + </message> +</context> +<context> + <name>Arranger</name> + <message> + <source>Arranger</source> + <translation>Компоновщик</translation> + </message> + <message> + <source>Cursor</source> + <translation>Курсор</translation> + </message> + <message> + <source>Off</source> + <translation>Выкл</translation> + </message> + <message> + <source>Bar</source> + <translation>Деление</translation> + </message> + <message> + <source>Snap</source> + <translation>Привязка</translation> + </message> + <message> + <source>Len</source> + <translation>Длн</translation> + </message> + <message> + <source>Type</source> + <translation>Тип</translation> + </message> + <message> + <source>NO</source> + <translation>НЕТ</translation> + </message> + <message> + <source>GM</source> + <translation>GM</translation> + </message> + <message> + <source>GS</source> + <translation>GS</translation> + </message> + <message> + <source>XG</source> + <translation>XG</translation> + </message> + <message> + <source>midi song type</source> + <translation>тип midi-композиции</translation> + </message> + <message> + <source>Pitch</source> + <translation>Высота тона</translation> + </message> + <message> + <source>midi pitch</source> + <translation>midi высота тона</translation> + </message> + <message> + <source>global midi pitch shift</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Tempo</source> + <translation>Темп</translation> + </message> + <message> + <source>midi tempo</source> + <translation>MIDI-темп</translation> + </message> + <message> + <source>N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>TrackInfo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>R</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>M</source> + <translation type="unfinished">M</translation> + </message> + <message> + <source>S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Track</source> + <translation>Дорожка</translation> + </message> + <message> + <source>O-Port</source> + <translation>Вых. порт</translation> + </message> + <message> + <source>Ch</source> + <translation>К</translation> + </message> + <message> + <source>T</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>AudioMixerApp</name> + <message> + <source>MusE: Mixer</source> + <translation>MusE: микшер</translation> + </message> + <message> + <source>&Create</source> + <translation>&Создать</translation> + </message> + <message> + <source>&View</source> + <translation>&Вид</translation> + </message> + <message> + <source>Routing</source> + <translation>Маршруты</translation> + </message> +</context> +<context> + <name>AudioStrip</name> + <message> + <source>panorama</source> + <translation>Панорама</translation> + </message> + <message> + <source>aux send level</source> + <translation>Уровень Aux посыла</translation> + </message> + <message> + <source>off</source> + <translation>выкл</translation> + </message> + <message> + <source>Pan</source> + <translation>Пан</translation> + </message> + <message> + <source>1/2 channel</source> + <translation>1/2 канала</translation> + </message> + <message> + <source>Pre</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>pre fader - post fader</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>dB</source> + <translation>Дб</translation> + </message> + <message> + <source>record</source> + <translation>Записать</translation> + </message> + <message> + <source>mute</source> + <translation>Приглушить</translation> + </message> + <message> + <source>record downmix</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>solo mode (monitor)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>pre fader listening</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>iR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>intput routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>oR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>output routing</source> + <translation type="unfinished">роутинг выхода</translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Read</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Touch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Write</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>automation type</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Channel</source> + <translation type="unfinished">Канал</translation> + </message> +</context> +<context> + <name>BigTime</name> + <message> + <source>MusE: Bigtime</source> + <translation>MusE: Bigtime</translation> + </message> +</context> +<context> + <name>ClipListEdit</name> + <message> + <source>MusE: Clip List Editor</source> + <translation>MusE: Редактор списка фрагментов</translation> + </message> +</context> +<context> + <name>ClipListEditorBase</name> + <message> + <source>MusE: ClipList</source> + <translation>MusE: Список фрагментов</translation> + </message> + <message> + <source>Name</source> + <translation>Имя</translation> + </message> + <message> + <source>Refs</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Start</source> + <translation>Начало</translation> + </message> + <message> + <source>Len</source> + <translation>Длн</translation> + </message> + <message> + <source>Data</source> + <translation>Данные</translation> + </message> + <message> + <source>Clip Properties</source> + <translation>Свойства фрагмента</translation> + </message> + <message> + <source>Pos:</source> + <translation>Поз.:</translation> + </message> + <message> + <source>Len:</source> + <translation>Длн.:</translation> + </message> +</context> +<context> + <name>CommentBase</name> + <message> + <source>Form1</source> + <translation>Form1</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Комментарий к дорожке</translation> + </message> + <message> + <source>Track 1</source> + <translation>Дорожка 1</translation> + </message> +</context> +<context> + <name>ConfigMidiFileBase</name> + <message> + <source>MusE: Config Midi File Export</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>0 (single track)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>1 (multiple tracks)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Format:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>96</source> + <translation type="unfinished">96</translation> + </message> + <message> + <source>192</source> + <translation type="unfinished">192</translation> + </message> + <message> + <source>384</source> + <translation type="unfinished">384</translation> + </message> + <message> + <source>Division:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Copyright:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Enable extended smf format</source> + <translation type="unfinished">Разрешить расширенный формат SMF</translation> + </message> +</context> +<context> + <name>CtrlPanel</name> + <message> + <source>Sel</source> + <translation>Выбр</translation> + </message> + <message> + <source>select controller</source> + <translation>выбрать контроллер</translation> + </message> + <message> + <source>x</source> + <translation>x</translation> + </message> + <message> + <source>remove panel</source> + <translation>удалить панель</translation> + </message> + <message> + <source>Velocity</source> + <translation>Скорость</translation> + </message> + <message> + <source>add new ...</source> + <translation>Добавить новый...</translation> + </message> +</context> +<context> + <name>DeicsOnzeGui</name> + <message> + <source>Delete preset</source> + <translation>Удалить пресет</translation> + </message> + <message> + <source>Do you really want to delete %1 ?</source> + <translation>Вы действительно хотите удалить %1 ?</translation> + </message> + <message> + <source>&Yes</source> + <translation>&Да</translation> + </message> + <message> + <source>&No</source> + <translation>&Нет</translation> + </message> +</context> +<context> + <name>DeicsOnzeGuiBase</name> + <message> + <source>DeicsOnze</source> + <translation>DeicsOnze</translation> + </message> + <message> + <source>&Presets</source> + <translation>&Пресеты</translation> + </message> + <message> + <source>Load</source> + <translation>Загрузить</translation> + </message> + <message> + <source>Save</source> + <translation>Сохранить</translation> + </message> + <message> + <source>Preset Name</source> + <translation>Имя пресета</translation> + </message> + <message> + <source>INIT VOICE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Subcategory</source> + <translation>Подкатегория</translation> + </message> + <message> + <source>NONE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Category</source> + <translation>Категория</translation> + </message> + <message> + <source>Delete</source> + <translation>Удалить</translation> + </message> + <message> + <source>Preset</source> + <translation>Пресет</translation> + </message> + <message> + <source>New</source> + <translation>Новый</translation> + </message> + <message> + <source>Bank</source> + <translation>Банк</translation> + </message> + <message> + <source>Bank numerous</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Prog</source> + <translation>Программа</translation> + </message> + <message> + <source>Program numerous</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DeicsOnze v0.2.2 Copyright (c) 2004 Nil Geisweiller under GPL licence</source> + <translation>DeicsOnze v0.2.2 Copyright (c) 2004 Nil Geisweiller на условиях GPL licence</translation> + </message> + <message> + <source>&Global</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Master Volume</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Master volume</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>feedback</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse Ratio</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Feedback of Op 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Function</source> + <translation type="unfinished">Функция</translation> + </message> + <message> + <source>POLY</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MONO</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>PBR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch Bend Range</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LFO</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>PMS</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>PMD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AMD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Speed</source> + <translation type="unfinished">Скорость</translation> + </message> + <message> + <source>Delay</source> + <translation type="unfinished">Задержка</translation> + </message> + <message> + <source>AMS</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Saw Up</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Square</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Triangl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>S/Hold</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LFO Waveform</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LFO Sync</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Amplitude Modulation Sensitivity</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch Modulation Sensitivity</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch Modulation Depth</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LFO Speed</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LFO Delay</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Transpose and Global Detune</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Transpose</source> + <translation type="unfinished">Транспонировать</translation> + </message> + <message> + <source>Global Detune</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 5</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 6</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 8</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Modulation Matrix</source> + <translation type="unfinished"></translation> + </message> + <message> + <source><b>Algorithm 1</b> : <i>Op 1</i> modulated by <i>Op 2</i> modulated by <i>Op 3</i> modulated by <i>Op 4</i><br> +<b>Algorithm 2</b> : <i>Op 1</i> modulated by <i>Op 2</i> modulated by both <i>Op 3</i> and <i>Op 4</i><br> +<b>Algorithm 3</b> : <i>Op 1</i> modulated by both <i>Op 4</i> and <i>Op 2</i> modulated by <i>Op 3</i><br> +<b>Algorithm 4</b> : <i>Op 1</i> modulated by both <i>Op 2</i> and <i>Op 3</i> modulated by <i>Op 4</i><br> +<b>Algorithm 5</b> : (<i>Op 1</i> modulated by <i>Op 2</i>) add to (<i>Op 3</i> modulated by <i>Op 4</i>) <br> +<b>Algorithm 6</b> : addition of the three <i>Op 1, 2, 3</i> all modulated by <i>Op 4</i><br> +<b>Algorithm 7</b> : addition of the three <i>Op 1, 2, 3</i> with <i>Op 3</i> modulated by <i>Op 4</i><br> +<b>Algorithm 8</b> : addition of the four <i>Op 1, 2, 3, 4</i></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Op &1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Frequency 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>FIX</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine Ratio</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fixed Frequency</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RR1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1R1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1L1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D2R1</source> + <translation type="unfinished"></translation> + </message> + <message encoding="UTF-8"> + <source>1° Decay Level</source> + <translation type="unfinished"></translation> + </message> + <message encoding="UTF-8"> + <source>2° Decay Rate</source> + <translation type="unfinished"></translation> + </message> + <message encoding="UTF-8"> + <source>1° Decay Rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Release Rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AR1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Attack Rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Scaling 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LS1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RS1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Level Scaling</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Attack Rate of the operator 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Rate Scaling</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vol 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Volume</source> + <translation type="unfinished">Громкость</translation> + </message> + <message> + <source>Sensitivity 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EBS1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KVS1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AME1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Amplitude Modulation Enable</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Key Velocity Sensitivity</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EG Bias Sensitivity</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune Wave EGShift 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave5</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave6</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave8</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave Form</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave form 1 = <i>sin(<b>t</b>)</i><br> +Wave form 2 = <i>sin(<b>t</b>)*abs(sin(<b>t</b>))</i><br> +Wave form 3 = <i>if <b>t</b>&#060 pi then sin(<b>t</b>) else 0</i><br> +Wave form 4 = <i>if <b>t</b>&#060 pi then sin(<b>t</b>)*abs(sin(<b>t</b>)) else 0</i><br> +Wave form 5 = <i>if <b>t</b>&#060 pi then sin(2*<b>t</b>) else 0</i><br> +Wave form 6 = <i>if <b>t</b>&#060 pi then sin(2*<b>t</b>)*abs(sin(2*<b>t</b>)) else 0</i><br> +Wave form 7 = <i>if <b>t</b>&#060 pi then abs(sin(2*<b>t</b>)) else 0</i><br> +Wave form 8 = <i>if <b>t</b>&#060 pi then sin(2*<b>t</b>)*sin(2*<b>t</b>) else 0</i></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DET1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>96dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>48dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>24dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>12dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EG Shift</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Op &2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Frequency 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AR2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RR2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D2R2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1L2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1R2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Scaling 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LS2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RS2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vol 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sensitivity 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EBS2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KVS2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AME2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune Wave EGShift 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DET2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Op &3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Frequency 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RR3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D2R3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1L3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1R3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AR3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Scaling 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LS3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RS3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vol 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sensitivity 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EBS3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KVS3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AME3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune Wave EGShift 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DET3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Op &4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Frequency 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Scaling 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LS4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RS4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AR4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RR4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D2R4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1L4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1R4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vol 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sensitivity 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EBS4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KVS4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AME4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune Wave EGShift 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DET4</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>DrumEdit</name> + <message> + <source>&File</source> + <translation>&Файл</translation> + </message> + <message> + <source>Load Map</source> + <translation>Загрузить карту</translation> + </message> + <message> + <source>Save Map</source> + <translation>Сохранить карту</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Правка</translation> + </message> + <message> + <source>Cut</source> + <translation>Вырезать</translation> + </message> + <message> + <source>Copy</source> + <translation>Скопировать</translation> + </message> + <message> + <source>Paste</source> + <translation>Вставить</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Удалить события</translation> + </message> + <message> + <source>Select All</source> + <translation>Выделить всё</translation> + </message> + <message> + <source>Select None</source> + <translation>Убрать выделение</translation> + </message> + <message> + <source>Invert</source> + <translation>Инвертировать</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>Внутри цикла</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Снаружи цикла</translation> + </message> + <message> + <source>&Select</source> + <translation>&Выделение</translation> + </message> + <message> + <source>Load Drummap</source> + <translation>Загрузить драм-карту</translation> + </message> + <message> + <source>Store Drummap</source> + <translation>Сохранить драм-карту</translation> + </message> + <message> + <source>Step Record</source> + <translation>Пошаговая запись</translation> + </message> + <message> + <source>Midi Input</source> + <translation>MIDI-вход</translation> + </message> + <message> + <source>ctrl</source> + <translation>кнтр</translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Добавить вид контроллера</translation> + </message> + <message> + <source>M</source> + <translation>M</translation> + </message> + <message> + <source>Sound</source> + <translation>Звук</translation> + </message> + <message> + <source>QNT</source> + <translation>КВНТ</translation> + </message> + <message> + <source>E-Note</source> + <translation>E-Нота</translation> + </message> + <message> + <source>Len</source> + <translation>Длн</translation> + </message> + <message> + <source>A-Note</source> + <translation>A-Нота</translation> + </message> + <message> + <source>Ch</source> + <translation>К</translation> + </message> + <message> + <source>Port</source> + <translation>Порт</translation> + </message> + <message> + <source>LV1</source> + <translation>LV1</translation> + </message> + <message> + <source>LV2</source> + <translation>LV2</translation> + </message> + <message> + <source>LV3</source> + <translation>LV3</translation> + </message> + <message> + <source>LV4</source> + <translation>LV4</translation> + </message> + <message> + <source>drummaps</source> + <translation>драм-карты</translation> + </message> + <message> + <source>Muse: Load Drum Map</source> + <translation>Muse: Загрузить драм-карту</translation> + </message> + <message> + <source>MusE: Store Drum Map</source> + <translation>Muse: Сохранить драм-карту</translation> + </message> + <message> + <source>Set fixed length</source> + <translation>Установить фикс. продолжительность</translation> + </message> + <message> + <source>&Functions</source> + <translation>&Функции</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Изменить скорость</translation> + </message> +</context> +<context> + <name>EditCAfterDialog</name> + <message> + <source>MusE: Enter Channel Aftertouch</source> + <translation>MusE: Ввести Channel Aftertouch</translation> + </message> + <message> + <source>Time Position</source> + <translation>Позиция во времени</translation> + </message> + <message> + <source>Pressure</source> + <translation>Сила нажатия</translation> + </message> +</context> +<context> + <name>EditCtrl7DialogBase</name> + <message> + <source>MusE: Enter Controller</source> + <translation>MusE: Ввести контроллер</translation> + </message> + <message> + <source>Controller:</source> + <translation>Контроллер:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Позиция во времени:</translation> + </message> + <message> + <source>Value:</source> + <translation>Значение:</translation> + </message> + <message> + <source>controller value</source> + <translation>значение контроллера</translation> + </message> + <message> + <source>OK</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> +</context> +<context> + <name>EditCtrlBase</name> + <message> + <source>MusE: Edit Controller Event</source> + <translation>MusE: изменить событие контроллера</translation> + </message> + <message> + <source>Time Position</source> + <translation>Позиция во времени</translation> + </message> + <message> + <source>Available Controller:</source> + <translation>Доступный контроллер:</translation> + </message> + <message> + <source>Create New Controller</source> + <translation>Создать новый контроллер</translation> + </message> + <message> + <source>textLabel3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Value</source> + <translation>Значение</translation> + </message> + <message> + <source>Controller</source> + <translation>Контроллер</translation> + </message> + <message> + <source>H-Bank</source> + <translation>H-банк</translation> + </message> + <message> + <source>L-Bank</source> + <translation>L-банк</translation> + </message> + <message> + <source>Program</source> + <translation>Программа</translation> + </message> + <message> + <source>off</source> + <translation>выкл</translation> + </message> + <message> + <source>pushButton4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&OK</source> + <translation>&ОК</translation> + </message> + <message> + <source>&Cancel</source> + <translation>О&тменить</translation> + </message> +</context> +<context> + <name>EditEventDialog</name> + <message> + <source>Ok</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> +</context> +<context> + <name>EditGainBase</name> + <message> + <source>MusE: Modify gain</source> + <translation>MusE: изменить усиление</translation> + </message> + <message> + <source>Gain</source> + <translation>Усиление</translation> + </message> + <message> + <source>200%</source> + <translation>200%</translation> + </message> + <message> + <source>100%</source> + <translation>100%</translation> + </message> + <message> + <source>0%</source> + <translation>0%</translation> + </message> + <message> + <source>&Reset</source> + <translation>&Сбросить</translation> + </message> + <message> + <source>Alt+R</source> + <translation>Alt+С</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Применить</translation> + </message> + <message> + <source>Alt+A</source> + <translation>Alt+П</translation> + </message> + <message> + <source>&Cancel</source> + <translation>О&тменить</translation> + </message> + <message> + <source>Alt+C</source> + <translation>Alt+Т</translation> + </message> +</context> +<context> + <name>EditInstrumentBase</name> + <message> + <source>MusE: Instrument Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Patches</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Patch Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>High Bank:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Low Bank:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Program:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>d.c.</source> + <comment>dont care</comment> + <translation type="unfinished"></translation> + </message> + <message> + <source>d.c.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Patch/Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&New Patch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>New Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Drum</source> + <translation type="unfinished">Ударные</translation> + </message> + <message> + <source>GM</source> + <translation type="unfinished">GM</translation> + </message> + <message> + <source>GS</source> + <translation type="unfinished">GS</translation> + </message> + <message> + <source>XG</source> + <translation type="unfinished">XG</translation> + </message> + <message> + <source>Controller</source> + <translation type="unfinished">Контроллер</translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Имя</translation> + </message> + <message> + <source>Type</source> + <translation type="unfinished">Тип</translation> + </message> + <message> + <source>Control7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Control14</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished">RPN</translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished">NRPN</translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Высота тона</translation> + </message> + <message> + <source>Program</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>H-Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>L-Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Range</source> + <translation type="unfinished">Область</translation> + </message> + <message> + <source>Min</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Max</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Default</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Name </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Type </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Min Val</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Max Val</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>list of defined controllers</source> + <translation type="unfinished">список назначенных контроллеров</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation type="unfinished">Это список назначенных контроллеров для MusE</translation> + </message> + <message> + <source>SysEx</source> + <translation type="unfinished">SysEx</translation> + </message> + <message> + <source>Initialization</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Panic</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hex Entry:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&File</source> + <translation type="unfinished">&Файл</translation> + </message> + <message> + <source>Tools</source> + <translation type="unfinished">Сервис</translation> + </message> + <message> + <source>New</source> + <translation type="unfinished">Новый</translation> + </message> + <message> + <source>&New</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Open</source> + <translation type="unfinished">Открыть</translation> + </message> + <message> + <source>&Open...</source> + <translation type="unfinished">&Открыть...</translation> + </message> + <message> + <source>Ctrl+O</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Save</source> + <translation type="unfinished">Сохранить</translation> + </message> + <message> + <source>&Save</source> + <translation type="unfinished">&Сохранить</translation> + </message> + <message> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Save As</source> + <translation type="unfinished">Сохранить как</translation> + </message> + <message> + <source>Save &As...</source> + <translation type="unfinished">Сохранить &как...</translation> + </message> + <message> + <source>Exit</source> + <translation type="unfinished">Выйти</translation> + </message> + <message> + <source>E&xit</source> + <translation type="unfinished">В&ыйти</translation> + </message> +</context> +<context> + <name>EditMetaDialog</name> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MusE: Ввести метасобытие</translation> + </message> + <message> + <source>Time Position</source> + <translation>Позиция во времени</translation> + </message> + <message> + <source>Meta Type</source> + <translation>Метатип</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Введите Hex</translation> + </message> +</context> +<context> + <name>EditMetaDialogBase</name> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MusE: Ввести метасобытие</translation> + </message> + <message> + <source>OK</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> + <message> + <source>TextLabel1</source> + <translation>ТекстоваяМетка1</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Позиция во времени:</translation> + </message> + <message> + <source>Meta Type:</source> + <translation>Метатип:</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Введите Hex</translation> + </message> +</context> +<context> + <name>EditNoteDialogBase</name> + <message> + <source>MusE: Enter Note</source> + <translation>MusE: Ввести ноту</translation> + </message> + <message> + <source>OK</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> + <message> + <source>Length:</source> + <translation>Продолжительность:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Позиция во времени:</translation> + </message> + <message> + <source>Pitch:</source> + <translation>Высота тона:</translation> + </message> + <message> + <source>Velocity On:</source> + <translation>Скорость вкл.:</translation> + </message> + <message> + <source>Velocity Off:</source> + <translation>Скорость выкл.:</translation> + </message> +</context> +<context> + <name>EditPAfterDialog</name> + <message> + <source>MusE: Enter Poly Aftertouch</source> + <translation>MusE: Ввести многоголосое послекасание</translation> + </message> + <message> + <source>Time Position</source> + <translation>Позиция во времени</translation> + </message> + <message> + <source>Pitch</source> + <translation>Высота тона</translation> + </message> + <message> + <source>Pressure</source> + <translation>Сила нажатия</translation> + </message> +</context> +<context> + <name>EditSysexDialogBase</name> + <message> + <source>MusE: Enter SysEx</source> + <translation>MusE: Ввести SysEx</translation> + </message> + <message> + <source>TimePosition:</source> + <translation>Время:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Комментарий:</translation> + </message> + <message> + <source>OK</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> +</context> +<context> + <name>EditToolBar</name> + <message> + <source>Edit Tools</source> + <translation>Инструменты редактирования</translation> + </message> +</context> +<context> + <name>EffectRack</name> + <message> + <source>effect rack</source> + <translation>рэк эффектов</translation> + </message> + <message> + <source>move up</source> + <translation>сместить выше</translation> + </message> + <message> + <source>move down</source> + <translation>сместить ниже</translation> + </message> + <message> + <source>remove</source> + <translation>удалить</translation> + </message> + <message> + <source>bypass</source> + <translation>обойти</translation> + </message> + <message> + <source>show gui</source> + <translation>показать ГИП</translation> + </message> + <message> + <source>new</source> + <translation>новый</translation> + </message> + <message> + <source>change</source> + <translation>изменить</translation> + </message> + <message> + <source>Replace effect</source> + <translation>Заменить эффект</translation> + </message> + <message> + <source>Do you really want to replace the effect %1?</source> + <translation>Вы действительно хотите заменить эффект %1?</translation> + </message> + <message> + <source>&Yes</source> + <translation>&Да</translation> + </message> + <message> + <source>&No</source> + <translation>&Нет</translation> + </message> +</context> +<context> + <name>FLUIDGui</name> + <message> + <source>FLUID: open Soundfile</source> + <translation>FLUID: открыть аудиофайл</translation> + </message> +</context> +<context> + <name>FLUIDGuiBase</name> + <message> + <source>Form1</source> + <translation type="unfinished">Form1</translation> + </message> + <message> + <source>Soundfont</source> + <translation type="unfinished">Soundfont</translation> + </message> + <message> + <source>Load</source> + <translation type="unfinished">Загрузить</translation> + </message> +</context> +<context> + <name>FLUIDSynthGuiBase</name> + <message> + <source>FLUID Synth</source> + <translation>FLUID Synth</translation> + </message> + <message> + <source>Gain</source> + <translation>Усиление</translation> + </message> + <message> + <source>Level</source> + <translation>Уровень</translation> + </message> + <message> + <source>Width</source> + <translation>Ширина</translation> + </message> + <message> + <source>Damping</source> + <translation>Глушение</translation> + </message> + <message> + <source>Room Size</source> + <translation>Размер комнаты</translation> + </message> + <message> + <source>Reverb</source> + <translation>Реверберация</translation> + </message> + <message> + <source>Delete</source> + <translation>Удалить</translation> + </message> + <message> + <source>Load</source> + <translation>Загрузить</translation> + </message> + <message> + <source>Sine</source> + <translation>Синусоида</translation> + </message> + <message> + <source>Triangle</source> + <translation>Треугольная</translation> + </message> + <message> + <source>Type</source> + <translation>Тип</translation> + </message> + <message> + <source>Number</source> + <translation>Номер</translation> + </message> + <message> + <source>Speed</source> + <translation>Скорость</translation> + </message> + <message> + <source>Depth</source> + <translation>Глубина</translation> + </message> + <message> + <source>Chorus</source> + <translation>Хорус</translation> + </message> + <message> + <source>CHANNEL SETUP</source> + <translation>НАСТРОЙКА КАНАЛА</translation> + </message> + <message> + <source>ID</source> + <translation>ID</translation> + </message> + <message> + <source>Fontname</source> + <translation>Имя сэмпла</translation> + </message> + <message> + <source>Chnl</source> + <translation>Канал</translation> + </message> + <message> + <source>Soundfont</source> + <translation>Сэмпл</translation> + </message> + <message> + <source>LOADED SOUNDFONTS</source> + <translation>ЗАГРУЖЕННЫЕ СЭМПЛЫ</translation> + </message> + <message> + <source>Dump Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Drum Chnl</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FileDialogButtons</name> + <message> + <source>Form1</source> + <translation>Form1</translation> + </message> + <message> + <source>Global</source> + <translation>Глобально</translation> + </message> + <message> + <source>User</source> + <translation>Домашний +каталог</translation> + </message> + <message> + <source>Project</source> + <translation>Проект</translation> + </message> + <message> + <source>Load:</source> + <translation>Загрузить:</translation> + </message> + <message> + <source>Songdata + +Cofiguration</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>only +Songdata</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FontSel</name> + <message> + <source>Size:</source> + <translation>Размер:</translation> + </message> +</context> +<context> + <name>GateTimeBase</name> + <message> + <source>MusE: Modify Gate Time</source> + <translation>MusE: Изменить время звучания</translation> + </message> + <message> + <source>Range</source> + <translation>Область</translation> + </message> + <message> + <source>All Events</source> + <translation>Все события</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Выбранные события</translation> + </message> + <message> + <source>Looped Events</source> + <translation>События в цикле</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Выбранные и в цикле</translation> + </message> + <message> + <source>Values</source> + <translation>Значения</translation> + </message> + <message> + <source>Rate:</source> + <translation>Частота:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Смещение:</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>OK</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> +</context> +<context> + <name>GlobalSettingsDialogBase</name> + <message> + <source>MusE: Global Settings</source> + <translation>MusE: Общие настройки</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Применить</translation> + </message> + <message> + <source>&Ok</source> + <translation>&ОК</translation> + </message> + <message> + <source>&Cancel</source> + <translation>О&тменить</translation> + </message> + <message> + <source>Audio</source> + <translation>Звук</translation> + </message> + <message> + <source>Mixer</source> + <translation>Микшер</translation> + </message> + <message> + <source>dB</source> + <translation>Дб</translation> + </message> + <message> + <source>min. Meter Value</source> + <translation>мин. значение индикатора</translation> + </message> + <message> + <source>min.Slider Val</source> + <translation>мин. значение ползунка</translation> + </message> + <message> + <source>Midi</source> + <translation>MIDI</translation> + </message> + <message> + <source>Ticks</source> + <translation>Тактовые импульсы (тики)</translation> + </message> + <message> + <source>1024</source> + <translation>1024</translation> + </message> + <message> + <source>2048</source> + <translation>2048</translation> + </message> + <message> + <source>4096</source> + <translation>4096</translation> + </message> + <message> + <source>8172</source> + <translation>8172</translation> + </message> + <message> + <source>Displayed Resolution +(Ticks/Quarternote)</source> + <translation>Отображаемое разрешение +(Тиков/четвертей)</translation> + </message> + <message> + <source>48</source> + <translation>48</translation> + </message> + <message> + <source>96</source> + <translation>96</translation> + </message> + <message> + <source>192</source> + <translation>192</translation> + </message> + <message> + <source>384</source> + <translation>384</translation> + </message> + <message> + <source>768</source> + <translation>768</translation> + </message> + <message> + <source>1536</source> + <translation>1536</translation> + </message> + <message> + <source>3072</source> + <translation>3072</translation> + </message> + <message> + <source>6144</source> + <translation>6144</translation> + </message> + <message> + <source>12288</source> + <translation>12288</translation> + </message> + <message> + <source>RTC Resolution +(Ticks/Sec)</source> + <translation>RTC-разрешение +(тиков/сек)</translation> + </message> + <message> + <source>GUI</source> + <translation>GUI</translation> + </message> + <message> + <source>Help Browser:</source> + <translation>В чём читать справку:</translation> + </message> + <message> + <source>GUI Refresh Rate</source> + <translation>Частота обновления GUI</translation> + </message> + <message> + <source>/sec</source> + <translation>/сек</translation> + </message> + <message> + <source>Application</source> + <translation>Приложение</translation> + </message> + <message> + <source>Start Muse</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start with last song</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start with song</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start song:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Views</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>y-pos</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>show</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>x-pos</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>height</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>width</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Big Time</source> + <translation>Хронометр</translation> + </message> + <message> + <source>Arranger</source> + <translation>Компоновщик</translation> + </message> + <message> + <source>Transport</source> + <translation>Пульт управления</translation> + </message> + <message> + <source>Cur</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set current values</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start with template: default.med</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>show splash screen</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>External Waveditor</source> + <translation>Внешний аудиоредактор</translation> + </message> + <message> + <source>External Waveditor command</source> + <translation>Команда вызова внешнего аудиоредактора</translation> + </message> +</context> +<context> + <name>LMaster</name> + <message> + <source>MusE: Mastertrack</source> + <translation>MusE: Мастер-дорожка</translation> + </message> + <message> + <source>Tempo</source> + <translation>Темп</translation> + </message> + <message> + <source>Timesig</source> + <translation>Знак размера</translation> + </message> + <message> + <source>new tempo</source> + <translation>новый темп</translation> + </message> + <message> + <source>new signature</source> + <translation>новый размер</translation> + </message> + <message> + <source>Meter</source> + <translation>Размер</translation> + </message> + <message> + <source>Time</source> + <translation>Время</translation> + </message> + <message> + <source>Type</source> + <translation>Тип</translation> + </message> + <message> + <source>Value</source> + <translation>Значение</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Правка</translation> + </message> + <message> + <source>Insert Tempo</source> + <translation>Вставить темп</translation> + </message> + <message> + <source>Insert Signature</source> + <translation type="unfinished">Вставить размер</translation> + </message> + <message> + <source>Edit Positon</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Edit Value</source> + <translation>Изменить значение</translation> + </message> + <message> + <source>Delete Event</source> + <translation>Удалить событие</translation> + </message> + <message> + <source>Reposition of the initial tempo and signature events is not allowed</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: List Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Input error, conversion not OK or value out of range</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Reposition of tempo and signature events to start position is not allowed!</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ListEdit</name> + <message> + <source>Insert Note</source> + <translation>Вставить ноту</translation> + </message> + <message> + <source>insert Note</source> + <translation>вставить ноту</translation> + </message> + <message> + <source>Insert SysEx</source> + <translation>Вставить SysEx</translation> + </message> + <message> + <source>insert SysEx</source> + <translation>вставить SysEx</translation> + </message> + <message> + <source>Insert Ctrl</source> + <translation>Вставить контроллер</translation> + </message> + <message> + <source>insert Ctrl</source> + <translation>вставить контроллер</translation> + </message> + <message> + <source>Insert Meta</source> + <translation>Вставить Meta</translation> + </message> + <message> + <source>insert Meta</source> + <translation>вставить Meta</translation> + </message> + <message> + <source>Insert Channel Aftertouch</source> + <translation>Вставить Channel Aftertouch</translation> + </message> + <message> + <source>insert Channel Aftertouch</source> + <translation>вставить Channel Aftertouch</translation> + </message> + <message> + <source>Insert Key Aftertouch</source> + <translation>Вставить Key Aftertouch</translation> + </message> + <message> + <source>insert Poly Aftertouch</source> + <translation>вставить Key Aftertouch</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Правка</translation> + </message> + <message> + <source>Cut</source> + <translation>Вырезать</translation> + </message> + <message> + <source>Copy</source> + <translation>Скопировать</translation> + </message> + <message> + <source>Paste</source> + <translation>Вставить</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Удалить события</translation> + </message> + <message> + <source>List Tools</source> + <translation>Показать список инструментов</translation> + </message> + <message> + <source>Insert Tools</source> + <translation>Вставить инструменты</translation> + </message> + <message> + <source>Tick</source> + <translation>Щелчок метронома</translation> + </message> + <message> + <source>Bar</source> + <translation>Деление</translation> + </message> + <message> + <source>Typ</source> + <translation>Тип</translation> + </message> + <message> + <source>Ch</source> + <translation>К</translation> + </message> + <message> + <source>Val A</source> + <translation>Знач. А</translation> + </message> + <message> + <source>Val B</source> + <translation>Знач. B</translation> + </message> + <message> + <source>Val C</source> + <translation>Знач. С</translation> + </message> + <message> + <source>Len</source> + <translation>Длг</translation> + </message> + <message> + <source>Comment</source> + <translation>Комментарий</translation> + </message> +</context> +<context> + <name>MITTransposeBase</name> + <message> + <source>MusE: Midi Input Plugin: Transpose</source> + <translation>MusE: MIDI-модуль на входе: Транспонирование</translation> + </message> + <message> + <source>On</source> + <translation>Вкл</translation> + </message> + <message> + <source>TriggerKey</source> + <translation>TriggerKey</translation> + </message> + <message> + <source>Transpose:</source> + <translation>Транспонирование:</translation> + </message> + <message> + <source>+0</source> + <translation>+0</translation> + </message> +</context> +<context> + <name>MPConfig</name> + <message> + <source>none</source> + <translation>ничего</translation> + </message> + <message> + <source>Port</source> + <translation>Порт</translation> + </message> + <message> + <source>GUI</source> + <translation>GUI</translation> + </message> + <message> + <source>Instrument</source> + <translation>Инструмент</translation> + </message> + <message> + <source>Device Name</source> + <translation>Имя устройства</translation> + </message> + <message> + <source>State</source> + <translation>Состояние</translation> + </message> + <message> + <source>unknown</source> + <translation>неизвестно</translation> + </message> + <message> + <source>I</source> + <translation>Вх</translation> + </message> + <message> + <source>O</source> + <translation>Вых</translation> + </message> +</context> +<context> + <name>MRConfigBase</name> + <message> + <source>MusE: Midi Input Plugin: Remote Control</source> + <translation>MusE: Входной MIDI-модуль: Дистан. управление</translation> + </message> + <message> + <source>Activate</source> + <translation>Активировать</translation> + </message> + <message> + <source>On</source> + <translation>Вкл</translation> + </message> + <message> + <source>Actions</source> + <translation>Действия</translation> + </message> + <message> + <source>Stop</source> + <translation>Остановить</translation> + </message> + <message> + <source>Record</source> + <translation>Записать</translation> + </message> + <message> + <source>Goto Left Mark</source> + <translation>Перейти к левой метке</translation> + </message> + <message> + <source>Play</source> + <translation>Воспроизвести</translation> + </message> +</context> +<context> + <name>MTScale</name> + <message> + <source>bar scale</source> + <translation>шкала с делениями</translation> + </message> +</context> +<context> + <name>MarkerView</name> + <message> + <source>MusE: Marker</source> + <translation>MusE: Маркер</translation> + </message> + <message> + <source>add marker</source> + <translation>добавить маркер</translation> + </message> + <message> + <source>Add Marker</source> + <translation>Добавить маркер</translation> + </message> + <message> + <source>delete marker</source> + <translation>удалить маркер</translation> + </message> + <message> + <source>Delete Marker</source> + <translation>Удалить маркер</translation> + </message> + <message> + <source>&File</source> + <translation>&Файл</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Правка</translation> + </message> + <message> + <source>Bar:Beat:Tick</source> + <translation>Деление:Доля:Тик</translation> + </message> + <message> + <source>Hr:Mn:Sc:Fr:Sf</source> + <translation>Hr:Mn:Sc:Fr:Sf</translation> + </message> + <message> + <source>Lock</source> + <translation>Блок</translation> + </message> + <message> + <source>Text</source> + <translation>Текст</translation> + </message> + <message> + <source>Marker Properties</source> + <translation>Свойства маркера</translation> + </message> +</context> +<context> + <name>MasterEdit</name> + <message> + <source>MusE: Mastertrack</source> + <translation>MusE: Мастер-дорожка</translation> + </message> + <message> + <source>edit tools</source> + <translation>инструменты редактирования</translation> + </message> + <message> + <source>EnableMaster</source> + <translation>Разрешить Мастер</translation> + </message> + <message> + <source>Info</source> + <translation>Инфо</translation> + </message> + <message> + <source>Cursor</source> + <translation>Курсор</translation> + </message> + <message> + <source>Off</source> + <translation>выкл</translation> + </message> + <message> + <source>Snap</source> + <translation>Привязка</translation> + </message> + <message> + <source>time at cursor position</source> + <translation>время в позиции курсора</translation> + </message> + <message> + <source>tempo at cursor position</source> + <translation>темп в позиции курсора</translation> + </message> + <message> + <source>CurPos </source> + <translation>КурсПоз</translation> + </message> + <message> + <source>tempo at current position</source> + <translation>темп в текущей позиции</translation> + </message> + <message> + <source>time signature at current position</source> + <translation>ключевые знаки альтерации в текущей позиции</translation> + </message> + <message> + <source>Enable</source> + <translation>Разрешить</translation> + </message> + <message> + <source>Enable usage of master track</source> + <translation>Разрешить использование мастер-дорожки</translation> + </message> +</context> +<context> + <name>MetronomeConfigBase</name> + <message> + <source>MusE: Metronome Config</source> + <translation>MusE: Настройка метронома</translation> + </message> + <message> + <source>Metronome</source> + <translation>Метроном</translation> + </message> + <message> + <source>Audio Beep</source> + <translation>Звуковой сигнал</translation> + </message> + <message> + <source>MIDI Click</source> + <translation>MIDI-клик</translation> + </message> + <message> + <source>Midi Channel</source> + <translation>MIDI-канал</translation> + </message> + <message> + <source>Measure Note</source> + <translation>Нот в такте</translation> + </message> + <message> + <source>Measure Velocity</source> + <translation>Сила нажатия на такт</translation> + </message> + <message> + <source>Beat Velocity</source> + <translation>Сила нажатия на долю</translation> + </message> + <message> + <source>Beat Note</source> + <translation>Нот на долю</translation> + </message> + <message> + <source>Midi Port</source> + <translation>MIDI-порт</translation> + </message> + <message> + <source>Precount</source> + <translation>Предрасчёт</translation> + </message> + <message> + <source>enable</source> + <translation>Разрешить</translation> + </message> + <message> + <source>Bars</source> + <translation>Делений</translation> + </message> + <message> + <source>From Mastertrack</source> + <translation>Из мастер-дорожки</translation> + </message> + <message> + <source>/</source> + <translation>/</translation> + </message> + <message> + <source>Signature</source> + <translation>Размер</translation> + </message> + <message> + <source>Prerecord</source> + <translation>Предзапись</translation> + </message> + <message> + <source>Preroll</source> + <translation>Предвоспроизведение</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Применить</translation> + </message> + <message> + <source>&OK</source> + <translation>&ОК</translation> + </message> + <message> + <source>&Cancel</source> + <translation>О&тменить</translation> + </message> +</context> +<context> + <name>MidiController</name> + <message> + <source>Velocity</source> + <translation>Скорость</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialogBase</name> + <message> + <source>MusE: Define Midi Controller</source> + <translation>MusE: назначить MIDI-контроллер</translation> + </message> + <message> + <source>Name </source> + <translation>Имя</translation> + </message> + <message> + <source>Type </source> + <translation>Тип</translation> + </message> + <message> + <source>H-Ctrl</source> + <translation>H-Ctrl</translation> + </message> + <message> + <source>L-Ctrl</source> + <translation>L-Ctrl</translation> + </message> + <message> + <source>Min Val</source> + <translation>Мин знач</translation> + </message> + <message> + <source>Max Val</source> + <translation>Макс знач</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>Список назначенных контроллеров</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>Это список назначенных в MusE контроллеров.</translation> + </message> + <message> + <source>Properties</source> + <translation>Свойства</translation> + </message> + <message> + <source>Name</source> + <translation>Имя</translation> + </message> + <message> + <source>Max Value</source> + <translation>Макс значение</translation> + </message> + <message> + <source>Min Value</source> + <translation>Мин значение</translation> + </message> + <message> + <source>Control7</source> + <translation>Control7</translation> + </message> + <message> + <source>Control14</source> + <translation>Control14</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>Type</source> + <translation>Тип</translation> + </message> + <message> + <source>create new entry</source> + <translation>Создать новую запись</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>По нажатию кнопки "Новая" создаётся новая +запись в список назначенных в MusE контроллеров</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Удалить</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>Удалить выделенное событие</translation> + </message> + <message> + <source>&OK</source> + <translation>&OK</translation> + </message> + <message> + <source>&Cancel</source> + <translation>О&тменить</translation> + </message> + <message> + <source>&Add</source> + <translation>&Добавить</translation> + </message> + <message> + <source>Alt+A</source> + <translation>Alt+Д</translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation>Уже назначенный контроллер:</translation> + </message> + <message> + <source>Managed Controller for Port</source> + <translation>Настроенный контроллер для порта</translation> + </message> + <message> + <source>Channel</source> + <translation>Канал</translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch</source> + <translation>Высота тона</translation> + </message> + <message> + <source>Program</source> + <translation>Программа</translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Range</source> + <translation>Диапазон</translation> + </message> +</context> +<context> + <name>MidiFilterConfigBase</name> + <message> + <source>MusE: Midi Input Filter</source> + <translation>MusE: Фильтр входящих MIDI-событий</translation> + </message> + <message> + <source>Record Filter</source> + <translation>Фильтр записи</translation> + </message> + <message> + <source>Note On</source> + <translation>Note On</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Полифоническое послекасание</translation> + </message> + <message> + <source>Controller</source> + <translation>Контроллер</translation> + </message> + <message> + <source>Program Change</source> + <translation>Смена программы</translation> + </message> + <message> + <source>After Touch</source> + <translation>Послекасание</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Смена высоты звука</translation> + </message> + <message> + <source>Sysex</source> + <translation>SysEx</translation> + </message> + <message> + <source>Thru Filter</source> + <translation>Thru-фильтр</translation> + </message> + <message> + <source>Controller Filter</source> + <translation>Фильтр контроллеров</translation> + </message> + <message> + <source>Channel Filter</source> + <translation>Фильтр каналов</translation> + </message> + <message> + <source>14</source> + <translation>14</translation> + </message> + <message> + <source>10</source> + <translation>10</translation> + </message> + <message> + <source>6</source> + <translation>6</translation> + </message> + <message> + <source>12</source> + <translation>12</translation> + </message> + <message> + <source>4</source> + <translation>4</translation> + </message> + <message> + <source>2</source> + <translation>2</translation> + </message> + <message> + <source>9</source> + <translation>9</translation> + </message> + <message> + <source>8</source> + <translation>8</translation> + </message> + <message> + <source>3</source> + <translation>3</translation> + </message> + <message> + <source>13</source> + <translation>13</translation> + </message> + <message> + <source>15</source> + <translation>15</translation> + </message> + <message> + <source>16</source> + <translation>16</translation> + </message> + <message> + <source>7</source> + <translation>7</translation> + </message> + <message> + <source>11</source> + <translation>11</translation> + </message> + <message> + <source>5</source> + <translation>5</translation> + </message> + <message> + <source>1</source> + <translation>1</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialog</name> + <message> + <source>New</source> + <translation>Новый</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialogBase</name> + <message> + <source>MusE: Midi Input Transformator</source> + <translation>MusE: Преобразование входящих MIDI-сообщений</translation> + </message> + <message> + <source>Filter</source> + <translation>Фильтр</translation> + </message> + <message> + <source>All</source> + <translation>Все</translation> + </message> + <message> + <source>Equal</source> + <translation>Равно</translation> + </message> + <message> + <source>Unequal</source> + <translation>Не равно</translation> + </message> + <message> + <source>Note</source> + <translation>Нота</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Полифоническое послекасание</translation> + </message> + <message> + <source>Control Change</source> + <translation>Смена контроллера</translation> + </message> + <message> + <source>Aftertouch</source> + <translation>Послекасание</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Смена высоты звука</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>Value 2</source> + <translation>Значение 2</translation> + </message> + <message> + <source>Value 1</source> + <translation>Значение 1</translation> + </message> + <message> + <source>Event Type</source> + <translation>Тип события</translation> + </message> + <message> + <source>Ignore</source> + <translation>Игнорировать</translation> + </message> + <message> + <source>Higher</source> + <translation>Выше</translation> + </message> + <message> + <source>Lower</source> + <translation>Ниже</translation> + </message> + <message> + <source>Inside</source> + <translation>Внутри</translation> + </message> + <message> + <source>Outside</source> + <translation>Снаружи</translation> + </message> + <message> + <source>Channel</source> + <translation>Канал</translation> + </message> + <message> + <source>Port</source> + <translation>Порт</translation> + </message> + <message> + <source>Processing</source> + <translation>Идёт обработка</translation> + </message> + <message> + <source>Keep</source> + <translation>Сохранить</translation> + </message> + <message> + <source>Fix</source> + <translation>Поправить</translation> + </message> + <message> + <source>Plus</source> + <translation>Плюс</translation> + </message> + <message> + <source>Minus</source> + <translation>Минус</translation> + </message> + <message> + <source>Multiply</source> + <translation>Умножить</translation> + </message> + <message> + <source>Divide</source> + <translation>Разделить</translation> + </message> + <message> + <source>Invert</source> + <translation>Инвертировать</translation> + </message> + <message> + <source>ScaleMap</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Flip</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Dyn</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Random</source> + <translation>Случайно</translation> + </message> + <message> + <source>Modules</source> + <translation>Модули</translation> + </message> + <message> + <source>1</source> + <translation>1</translation> + </message> + <message> + <source>2</source> + <translation>2</translation> + </message> + <message> + <source>3</source> + <translation>3</translation> + </message> + <message> + <source>4</source> + <translation>4</translation> + </message> + <message> + <source>enable modul 1</source> + <translation>разрешить модуль 1</translation> + </message> + <message> + <source>enable modul 2</source> + <translation>разрешить модуль 2</translation> + </message> + <message> + <source>enable modul 3</source> + <translation>разрешить модуль 3</translation> + </message> + <message> + <source>enable modul 4</source> + <translation>разрешить модуль 4</translation> + </message> + <message> + <source>Preset</source> + <translation>Предустановка</translation> + </message> + <message> + <source>Name:</source> + <translation>Имя:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Комментарий:</translation> + </message> + <message> + <source>Function</source> + <translation>Функция</translation> + </message> + <message> + <source>&New</source> + <translation>&Новый</translation> + </message> + <message> + <source>create new preset</source> + <translation>создать новую предустановку</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Удалить</translation> + </message> + <message> + <source>delete preset</source> + <translation>удалить предустановку</translation> + </message> + <message> + <source>&Dismiss</source> + <translation>&Пропустить</translation> + </message> + <message> + <source>PresetList</source> + <translation>Список предустановок</translation> + </message> +</context> +<context> + <name>MidiPortRouteBase</name> + <message> + <source>MusE: Midi Port Routing</source> + <translation>MusE: маршруты между MIDI-портами</translation> + </message> + <message> + <source>Port 2</source> + <translation>Порт 2</translation> + </message> + <message> + <source>Output</source> + <translation>Выход</translation> + </message> + <message> + <source>Input</source> + <translation>Вход</translation> + </message> +</context> +<context> + <name>MidiStrip</name> + <message> + <source>VariationSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Var</source> + <translation type="unfinished">Вар</translation> + </message> + <message> + <source>ReverbSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Rev</source> + <translation type="unfinished">Ревер</translation> + </message> + <message> + <source>ChorusSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cho</source> + <translation type="unfinished">Хор</translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">выкл</translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished">Дб</translation> + </message> + <message> + <source>Pan/Balance</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pan</source> + <translation type="unfinished">Пан</translation> + </message> + <message> + <source>record</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>mute</source> + <translation type="unfinished">приглушить</translation> + </message> + <message> + <source>pre fader listening</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Route</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Read</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Touch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Write</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>automation type</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MidiSyncConfigBase</name> + <message> + <source>MusE: Midi Sync</source> + <translation>MusE: MIDI-синхр.</translation> + </message> + <message> + <source>Sync Mode</source> + <translation>Режим синхр.</translation> + </message> + <message> + <source>Master</source> + <translation>Ведущий</translation> + </message> + <message> + <source>Slave</source> + <translation>Ведомый</translation> + </message> + <message> + <source>Sync Source</source> + <translation>Источник синхр.</translation> + </message> + <message> + <source>accept MTC</source> + <translation>принять MTC</translation> + </message> + <message> + <source>accept Midi Clock</source> + <translation>принять MIDI Clock</translation> + </message> + <message> + <source>accept MMC</source> + <translation>принять MMC</translation> + </message> + <message> + <source>Id:</source> + <translation>Id:</translation> + </message> + <message> + <source>device id</source> + <translation>id устройства</translation> + </message> + <message> + <source>Port:</source> + <translation>Порт:</translation> + </message> + <message> + <source>all</source> + <translation>все</translation> + </message> + <message> + <source>midi port</source> + <translation>MIDI-порт</translation> + </message> + <message> + <source>Sync Gen</source> + <translation>Генератор синхроимпульсов</translation> + </message> + <message> + <source>Midi Time Code (MTC)</source> + <translation>Midi Time Code (MTC)</translation> + </message> + <message> + <source>Midi Clock</source> + <translation>MIDI Clock</translation> + </message> + <message> + <source>Midi Machine Control (MMC)</source> + <translation>Midi Machine Control (MMC)</translation> + </message> + <message> + <source>Apply</source> + <translation>Применить</translation> + </message> + <message> + <source>Ok</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> + <message> + <source>MTC</source> + <translation>MТC</translation> + </message> + <message> + <source>Type:</source> + <translation>Тип:</translation> + </message> + <message> + <source>24</source> + <translation>24</translation> + </message> + <message> + <source>25</source> + <translation>25</translation> + </message> + <message> + <source>30D</source> + <translation>30D</translation> + </message> + <message> + <source>30N</source> + <translation>30D</translation> + </message> + <message> + <source>Offset:</source> + <translation>Смещение:</translation> + </message> + <message> + <source>hour</source> + <translation>часов</translation> + </message> + <message> + <source>h</source> + <translation>ч</translation> + </message> + <message> + <source>minute</source> + <translation>минут</translation> + </message> + <message> + <source>m</source> + <translation>м</translation> + </message> + <message> + <source>second</source> + <translation>секунд</translation> + </message> + <message> + <source>s</source> + <translation>с</translation> + </message> + <message> + <source>frame</source> + <translation>кадров</translation> + </message> + <message> + <source>f</source> + <translation>к</translation> + </message> + <message> + <source>subframe</source> + <translation>субкадров</translation> + </message> +</context> +<context> + <name>MidiTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>MusE: Инфо о дорожке</translation> + </message> + <message> + <source>output channel</source> + <translation>канал выхода</translation> + </message> + <message> + <source>all midi events are send to this output channel</source> + <translation>все midi-события посылаются в этот канал выхода</translation> + </message> + <message> + <source>Track Info</source> + <translation>Информация о дорожке</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>Track Name</source> + <translation>Имя дорожки</translation> + </message> + <message> + <source>output port</source> + <translation>порт выхода</translation> + </message> + <message> + <source>off</source> + <translation>выкл</translation> + </message> + <message> + <source>change stereo position</source> + <translation>изменить стереопозицию</translation> + </message> + <message> + <source>OCh.</source> + <translation>Вых.канал</translation> + </message> + <message> + <source>???</source> + <translation>???</translation> + </message> + <message> + <source>select instrument patch</source> + <translation>выбрать патч инструмента</translation> + </message> + <message> + <source>Transp.</source> + <translation>Трансп.</translation> + </message> + <message> + <source>Volume</source> + <translation>Громкость</translation> + </message> + <message> + <source>Channel Info</source> + <translation>Инфо о канале</translation> + </message> + <message> + <source>Pan</source> + <translation>Пан</translation> + </message> + <message> + <source>Delay</source> + <translation>Задержка</translation> + </message> + <message> + <source>H-Bank</source> + <translation>H-банк</translation> + </message> + <message> + <source>Compr.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>L-Bank</source> + <translation>L-банк</translation> + </message> + <message> + <source>Progr.</source> + <translation>Прогр.</translation> + </message> + <message> + <source>Velocity</source> + <translation>Сила нажатия</translation> + </message> + <message> + <source>Length</source> + <translation>Продолжительность</translation> + </message> + <message> + <source>input ports</source> + <translation>порты входа</translation> + </message> + <message> + <source>IChan.</source> + <translation>Вх.канал</translation> + </message> + <message> + <source>input channels</source> + <translation>порты входа</translation> + </message> + <message> + <source>Events from all configured channels are +recorded to this track. +You can specify more than one channel for +recording: + 1 2 3 record from channel 1 2 and 3 + 1-3 same + 1-3 5<byte value="x9"/> record from channel 1 2 3 and 5</source> + <translation>События со всех настроенных каналов +записываются в эту дорожку. +Вы можете указать больше одного канала +записи: + 1 2 3 записывать с каналов 1, 2 и 3 + 1-3 то же самое + 1-3 5 записывать из каналов 1, 2, 3 и 5</translation> + </message> + <message> + <source>record:</source> + <translation>Записать:</translation> + </message> + <message> + <source>Rec</source> + <translation>Зап</translation> + </message> + <message> + <source>add settings to song</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bank Select LSB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bank Select MSB</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MidiTransformDialogBase</name> + <message> + <source>MusE: Midi Transformator</source> + <translation>MusE: Преобразование MIDI-сообщений</translation> + </message> + <message> + <source>&New</source> + <translation>&Новая</translation> + </message> + <message> + <source>&Delete</source> + <translation>У&далить</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Применить</translation> + </message> + <message> + <source>&OK</source> + <translation>&ОК</translation> + </message> + <message> + <source>&Cancel</source> + <translation>О&тменить</translation> + </message> + <message> + <source>PresetList</source> + <translation>Список предустановок</translation> + </message> + <message> + <source>Processing</source> + <translation>Обработка</translation> + </message> + <message> + <source>Event Type</source> + <translation>Тип события</translation> + </message> + <message> + <source>Keep</source> + <translation>Сохранить</translation> + </message> + <message> + <source>Fix</source> + <translation>Поправить</translation> + </message> + <message> + <source>Note</source> + <translation>Нота</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation>Полифоническое послекасание</translation> + </message> + <message> + <source>Control Change</source> + <translation>Смена контроллера</translation> + </message> + <message> + <source>Aftertouch</source> + <translation>Послекасание</translation> + </message> + <message> + <source>Pitch Bend</source> + <translation>Смена высоты звука</translation> + </message> + <message> + <source>NRPN</source> + <translation>NRPN</translation> + </message> + <message> + <source>RPN</source> + <translation>RPN</translation> + </message> + <message> + <source>Plus</source> + <translation>Плюс</translation> + </message> + <message> + <source>Minus</source> + <translation>Минус</translation> + </message> + <message> + <source>Multiply</source> + <translation>Умножить</translation> + </message> + <message> + <source>Divide</source> + <translation>Разделить</translation> + </message> + <message> + <source>Value 2</source> + <translation>Значение 2</translation> + </message> + <message> + <source>Invert</source> + <translation>Инвертировать</translation> + </message> + <message> + <source>ScaleMap</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Flip</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Dyn</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Random</source> + <translation>Случайно</translation> + </message> + <message> + <source>Value 1</source> + <translation>Значение 1</translation> + </message> + <message> + <source>Length</source> + <translation>Продолжительность</translation> + </message> + <message> + <source>Position</source> + <translation>Позиция</translation> + </message> + <message> + <source>Filter</source> + <translation>Фильтр</translation> + </message> + <message> + <source>All</source> + <translation>Все</translation> + </message> + <message> + <source>Equal</source> + <translation>Равные</translation> + </message> + <message> + <source>Unequal</source> + <translation>Не равные</translation> + </message> + <message> + <source>Ignore</source> + <translation>Игнорировать</translation> + </message> + <message> + <source>Higher</source> + <translation>Выше</translation> + </message> + <message> + <source>Lower</source> + <translation>Ниже</translation> + </message> + <message> + <source>Inside</source> + <translation>Внутри</translation> + </message> + <message> + <source>Outside</source> + <translation>Снаружи</translation> + </message> + <message> + <source>Bar Range</source> + <translation>Тактовая область</translation> + </message> + <message> + <source>Preset</source> + <translation>Предустановка</translation> + </message> + <message> + <source>Name:</source> + <translation>Имя:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Комментарий:</translation> + </message> + <message> + <source>Range</source> + <translation>Область</translation> + </message> + <message> + <source>process all events</source> + <translation>обработать все события</translation> + </message> + <message> + <source>selected tracks</source> + <translation>выделенные дорожки</translation> + </message> + <message> + <source>inside loop</source> + <translation>Внутри цикла</translation> + </message> + <message> + <source>Function</source> + <translation>Функция</translation> + </message> + <message> + <source>Select</source> + <translation>Выделить</translation> + </message> + <message> + <source>Quantize</source> + <translation>Квантовать</translation> + </message> + <message> + <source>Delete</source> + <translation>Удалить</translation> + </message> + <message> + <source>Transform</source> + <translation>Преобразовать</translation> + </message> + <message> + <source>Insert</source> + <translation>Вставить</translation> + </message> + <message> + <source>Copy</source> + <translation>Скопировать</translation> + </message> + <message> + <source>Extract</source> + <translation>Извлечь</translation> + </message> + <message> + <source>Quantize Value</source> + <translation>Значение квантования</translation> + </message> +</context> +<context> + <name>MidiTransformerDialog</name> + <message> + <source>New</source> + <translation>Новый</translation> + </message> +</context> +<context> + <name>MixdownFileDialog</name> + <message> + <source>Wave Files (*.wav);;All Files (*)</source> + <translation>Файлы Wave (*.wav);;Все файлы (*)</translation> + </message> +</context> +<context> + <name>MixdownFileDialogBase</name> + <message> + <source>MusE: Set Mixdown Wavefile</source> + <translation>MusE: Настроить параметры Wave-файла</translation> + </message> + <message> + <source>&OK</source> + <translation>&OK</translation> + </message> + <message> + <source>&Cancel</source> + <translation>О&тменить</translation> + </message> + <message> + <source>File Path</source> + <translation>Путь к файлу</translation> + </message> + <message> + <source>Channel</source> + <translation>Канал</translation> + </message> + <message> + <source>Stereo</source> + <translation>Стерео</translation> + </message> + <message> + <source>Mono</source> + <translation>Моно</translation> + </message> + <message> + <source>5.1</source> + <translation>5.1</translation> + </message> + <message> + <source>wav,16 Bit</source> + <translation>wav, 16 бит</translation> + </message> + <message> + <source>wav, 24 Bit</source> + <translation>wav, 24 бита</translation> + </message> + <message> + <source>wav, 32 Bit (float)</source> + <translation>wav, 32 бита (float)</translation> + </message> + <message> + <source>Format</source> + <translation>Формат</translation> + </message> +</context> +<context> + <name>MusE</name> + <message> + <source>Import Wave File</source> + <translation>Импортировать WAV-файл</translation> + </message> + <message> + <source>UndoRedo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>undo</source> + <translation>отменить</translation> + </message> + <message> + <source>Und&o</source> + <translation>&Отменить</translation> + </message> + <message> + <source>redo</source> + <translation>повторить</translation> + </message> + <message> + <source>Re&do</source> + <translation>&Повторить</translation> + </message> + <message> + <source>undo last change to song</source> + <translation>отменить последнее изменение композиции</translation> + </message> + <message> + <source>redo last undo</source> + <translation>повторить последнюю отмену</translation> + </message> + <message> + <source>Transport</source> + <translation>Пульт управления</translation> + </message> + <message> + <source>loop</source> + <translation>цикл</translation> + </message> + <message> + <source>Loop</source> + <translation>Цикл</translation> + </message> + <message> + <source>punchin</source> + <translation>Начало врезки</translation> + </message> + <message> + <source>Punchin</source> + <translation>Начало врезки</translation> + </message> + <message> + <source>punchout</source> + <translation>Конец врезки</translation> + </message> + <message> + <source>Punchout</source> + <translation>Конец врезки</translation> + </message> + <message> + <source>start</source> + <translation>к началу</translation> + </message> + <message> + <source>Start</source> + <translation>К началу</translation> + </message> + <message> + <source>rewind</source> + <translation>перемотать назад</translation> + </message> + <message> + <source>Rewind</source> + <translation>Перемотать назад</translation> + </message> + <message> + <source>forward</source> + <translation>перемотать вперёд</translation> + </message> + <message> + <source>Forward</source> + <translation>Перемотать вперёд</translation> + </message> + <message> + <source>stop</source> + <translation>остановить</translation> + </message> + <message> + <source>Stop</source> + <translation>Остановить</translation> + </message> + <message> + <source>play</source> + <translation>воспроизвести</translation> + </message> + <message> + <source>Play</source> + <translation>Воспроизвести</translation> + </message> + <message> + <source>record</source> + <translation>записать</translation> + </message> + <message> + <source>Record</source> + <translation>Записать</translation> + </message> + <message> + <source>panic</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Panic</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>new</source> + <translation>новый</translation> + </message> + <message> + <source>&New</source> + <translation>&Новый</translation> + </message> + <message> + <source>open</source> + <translation>открыть</translation> + </message> + <message> + <source>&Open</source> + <translation>&Открыть</translation> + </message> + <message> + <source>save</source> + <translation>сохранить</translation> + </message> + <message> + <source>&Save</source> + <translation>&Сохранить</translation> + </message> + <message> + <source>pianoroll</source> + <translation>pianoroll</translation> + </message> + <message> + <source>Pianoroll</source> + <translation>Pianoroll</translation> + </message> + <message> + <source>File Buttons</source> + <translation type="unfinished">Файловые кнопки</translation> + </message> + <message> + <source>&File</source> + <translation>&Файл</translation> + </message> + <message> + <source>Open &Recent</source> + <translation>Открыть из &недавних</translation> + </message> + <message> + <source>Save &As</source> + <translation>Сохранить &как</translation> + </message> + <message> + <source>Import Midifile</source> + <translation>Импортировать MIDI-файл</translation> + </message> + <message> + <source>Export Midifile</source> + <translation>Экспортировать MIDI-файл</translation> + </message> + <message> + <source>&Quit</source> + <translation>Вы&йти</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Правка</translation> + </message> + <message> + <source>C&ut</source> + <translation>&Вырезать</translation> + </message> + <message> + <source>&Copy</source> + <translation>С&копировать</translation> + </message> + <message> + <source>&Paste</source> + <translation>&Вставить</translation> + </message> + <message> + <source>Add Track</source> + <translation>Добавить дорожку</translation> + </message> + <message> + <source>Select &All</source> + <translation>Выделить &всё</translation> + </message> + <message> + <source>&Deselect All</source> + <translation>&Убрать выделение</translation> + </message> + <message> + <source>Invert &Selection</source> + <translation>Обратить в&ыделение</translation> + </message> + <message> + <source>&Inside Loop</source> + <translation>&Внутри цикла</translation> + </message> + <message> + <source>&Outside Loop</source> + <translation>&Снаружи цикла</translation> + </message> + <message> + <source>All &Parts on Track</source> + <translation>Все &части в дорожке</translation> + </message> + <message> + <source>Select</source> + <translation>Выделить</translation> + </message> + <message> + <source>Drums</source> + <translation>Ударные</translation> + </message> + <message> + <source>List</source> + <translation>Список</translation> + </message> + <message> + <source>Graphic</source> + <translation>Графика</translation> + </message> + <message> + <source>Mastertrack</source> + <translation>Мастер-дорожка</translation> + </message> + <message> + <source>Midi &Transform</source> + <translation>&Преобразовать MIDI-сообщения</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Изменить время звучания</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Изменить скорость</translation> + </message> + <message> + <source>Crescendo</source> + <translation>Крещендо</translation> + </message> + <message> + <source>Transpose</source> + <translation>Транспонировать</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Удалить дубли</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Удалить событие</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Сдвиг ноты</translation> + </message> + <message> + <source>Move Clock</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Скопировать деление</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Стереть деление</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Удалить деление</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Создать деление</translation> + </message> + <message> + <source>Mix Track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi</source> + <translation>MIDI</translation> + </message> + <message> + <source>&Structure</source> + <translation>&Структура</translation> + </message> + <message> + <source>Global Cut</source> + <translation>Глобальное вырезание</translation> + </message> + <message> + <source>Global Insert</source> + <translation>Глобальная вставка</translation> + </message> + <message> + <source>Global Split</source> + <translation>Глобальное разделение</translation> + </message> + <message> + <source>Copy Range</source> + <translation>Скопировать область</translation> + </message> + <message> + <source>Cut Events</source> + <translation>Вырезать события</translation> + </message> + <message> + <source>Transport Panel</source> + <translation>Панель пульта управления</translation> + </message> + <message> + <source>Bigtime window</source> + <translation>Окно хронометра</translation> + </message> + <message> + <source>dont follow Song</source> + <translation>не следовать за композицией</translation> + </message> + <message> + <source>follow page</source> + <translation>следовать постранично</translation> + </message> + <message> + <source>follow continuous</source> + <translation>следовать плавно</translation> + </message> + <message> + <source>Global Settings</source> + <translation>Общие настройки</translation> + </message> + <message> + <source>follow song</source> + <translation>следовать за композицией</translation> + </message> + <message> + <source>Metronome</source> + <translation>Метроном</translation> + </message> + <message> + <source>Midi Sync</source> + <translation>MIDI-синхронизация</translation> + </message> + <message> + <source>Appearance settings</source> + <translation>Настройки облика</translation> + </message> + <message> + <source>Midi Input Transform</source> + <translation>Преобразование входящих MIDI-сообщений</translation> + </message> + <message> + <source>Midi Input Filter</source> + <translation>Фильтр входящих MIDI-событий</translation> + </message> + <message> + <source>Midi Remote Control</source> + <translation>Дистанционное управление MIDI</translation> + </message> + <message> + <source>&Midi</source> + <translation>&MIDI</translation> + </message> + <message> + <source>Mixer</source> + <translation>Микшер</translation> + </message> + <message> + <source>Input Plugins</source> + <translation>Модули на входе</translation> + </message> + <message> + <source>Reset Instr.</source> + <translation>Перегрузить инструменты</translation> + </message> + <message> + <source>Init Instr.</source> + <translation>Запустить инструменты</translation> + </message> + <message> + <source>local off</source> + <translation>откл. локальное управление</translation> + </message> + <message> + <source>&Audio</source> + <translation>&Звук</translation> + </message> + <message> + <source>Bounce to Track</source> + <translation>Свести в дорожку</translation> + </message> + <message> + <source>Bounce to File</source> + <translation>Свести в файл</translation> + </message> + <message> + <source>&Help</source> + <translation>&Помощь</translation> + </message> + <message> + <source>About&Qt</source> + <translation>О &Qt</translation> + </message> + <message> + <source>Unknown File Format</source> + <translation>Неизвестный формат файла</translation> + </message> + <message> + <source>MusE: load project</source> + <translation>MusE: Открыть проект</translation> + </message> + <message> + <source>MusE: Write File failed</source> + <translation>MusE: Попытка записать файл провалилась</translation> + </message> + <message> + <source>The current Project contains unsaved data +Save Current Project?</source> + <translation>Текущий проект содержит не сохранённые данные. +Сохранить текущий проект?</translation> + </message> + <message> + <source>&Abort</source> + <translation>&Прервать</translation> + </message> + <message> + <source>MusE: Save As</source> + <translation>MusE: Сохранить как</translation> + </message> + <message> + <source>MusE: Song: </source> + <translation>MusE: Песня:</translation> + </message> + <message> + <source>MusE: Import Midi</source> + <translation>MusE: импорт MIDI</translation> + </message> + <message> + <source>MusE: Export Midi</source> + <translation>MusE: экспорт MIDI</translation> + </message> + <message> + <source>reading midifile + </source> + <translation>читается MIDI-файл + </translation> + </message> + <message> + <source>Nothing to edit</source> + <translation>Нечего редактировать</translation> + </message> + <message> + <source>MusE: Copy Range</source> + <translation>MusE: Скопировать область</translation> + </message> + <message> + <source>not implemented</source> + <translation>не реализовано</translation> + </message> + <message> + <source>MusE: Cut Events</source> + <translation>MusE: Вырезать события</translation> + </message> + <message> + <source>MusE: Bounce to Track</source> + <translation>MusE: Сведение в дорожку</translation> + </message> + <message> + <source>more than one target track selected</source> + <translation>выбрано больше одной конечной дорожки</translation> + </message> + <message> + <source>wrong target track type, +select wave track as target</source> + <translation>это неправильный тип конечной дорожки, +выберите звуковую дорожку</translation> + </message> + <message> + <source>no target track selected</source> + <translation>конечная дорожка не выбрана</translation> + </message> + <message> + <source>The current Project contains unsaved data +Load overwrites current Project: +Save Current Project?</source> + <translation>Текущий проект содержит не сохранённые данные. +Загрузка нового проекта приведёт к перезаписи данных этого. +Сохранить текущий проект?</translation> + </message> + <message> + <source>no help found at: </source> + <translation>справка не найдена в:</translation> + </message> + <message> + <source>MusE: Open Help</source> + <translation>MusE: Открыть справку</translation> + </message> + <message> + <source>Midi Ports / Soft Synth</source> + <translation>MIDI-порты / Прогр. синтезаторы</translation> + </message> + <message> + <source>to import a audio file you have first to selecta wave track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Delete Selected Tracks</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>View</source> + <translation>Вид</translation> + </message> + <message> + <source>Restart Audio</source> + <translation>Перезапустить аудио</translation> + </message> + <message> + <source>Automation</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Mixer Automation</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Take Snapshot</source> + <translation>Сделать снимок</translation> + </message> + <message> + <source>Clear Automation Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Settings</source> + <translation>Настройки</translation> + </message> + <message> + <source>Configure shortcuts</source> + <translation>Настроить горячие клавиши</translation> + </message> + <message> + <source>Midi File Export</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Manual</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&MusE homepage</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Report Bug...</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&About MusE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>What's &This?</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cannot read template</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>File open error</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>File read error</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: load template</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: Bounce</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set left/right marker for bounce range</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: Bounce to File</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>no output track found</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add midi file to current project? +</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Add to Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Replace</source> + <translation type="unfinished"></translation> + </message> + <message> + <source> +failed: </source> + <translation type="unfinished">(new line) +не удалось:</translation> + </message> + <message> + <source>Import Part</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Marker View</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Skip</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Import part is only valid for midi tracks!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: load part</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>No track selected for import</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>NewPreset</name> + <message> + <source>New preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Preset Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>INIT VOICE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Subcategory</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NONE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Category</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bank numerous</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Prog</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Program numerous</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Ok</source> + <translation type="unfinished">&ОК</translation> + </message> + <message> + <source>Alt+O</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>NoteInfo</name> + <message> + <source>Note Info</source> + <translation>Информация о ноте</translation> + </message> + <message> + <source>Start</source> + <translation>Начало</translation> + </message> + <message> + <source>Len</source> + <translation>Длн</translation> + </message> + <message> + <source>Pitch</source> + <translation>Высота тона</translation> + </message> + <message> + <source>Velo On</source> + <translation>Скор. вкл</translation> + </message> + <message> + <source>Velo Off</source> + <translation>Скор. выкл</translation> + </message> +</context> +<context> + <name>OrganGuiBase</name> + <message> + <source>MusE: Organ</source> + <translation>MusE: Орган</translation> + </message> + <message> + <source>O-1</source> + <translation>O-1</translation> + </message> + <message> + <source>Oscillator</source> + <translation>Осциллятор</translation> + </message> + <message> + <source>Brass</source> + <translation>Медные духовые</translation> + </message> + <message> + <source>Reed</source> + <translation>Язычковые деревянные духовые</translation> + </message> + <message> + <source>Flute</source> + <translation>Флейта</translation> + </message> + <message> + <source>16'</source> + <translation>16'</translation> + </message> + <message> + <source>4'</source> + <translation>4'</translation> + </message> + <message> + <source>2 2/3'</source> + <translation>2 2/3'</translation> + </message> + <message> + <source>2'</source> + <translation>2'</translation> + </message> + <message> + <source>8'</source> + <translation>8'</translation> + </message> + <message> + <source>5 1/3'</source> + <translation>5 1/3'</translation> + </message> + <message> + <source>Drawbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope Hi</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Release</source> + <translation>Затухание</translation> + </message> + <message> + <source>Sustain</source> + <translation>Продление</translation> + </message> + <message> + <source>Decay</source> + <translation>Первичное затухание</translation> + </message> + <message> + <source>Attack</source> + <translation>Атака</translation> + </message> + <message> + <source>ms</source> + <translation>мс</translation> + </message> + <message> + <source>cB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope Lo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Velocity</source> + <translation>Скорость</translation> + </message> +</context> +<context> + <name>PartCanvas</name> + <message> + <source>Cannot copy/move/clone to different Track-Type</source> + <translation>Невозможно копировать/перемещать/клонировать данные в иные типы дорожек</translation> + </message> + <message> + <source>C&ut</source> + <translation>&Вырезать</translation> + </message> + <message> + <source>&Copy</source> + <translation>С&копировать</translation> + </message> + <message> + <source>rename</source> + <translation>Переименовать</translation> + </message> + <message> + <source>color</source> + <translation>Цвет</translation> + </message> + <message> + <source>delete</source> + <translation>Удалить</translation> + </message> + <message> + <source>split</source> + <translation>Разделить</translation> + </message> + <message> + <source>glue</source> + <translation>Склеить</translation> + </message> + <message> + <source>de-clone</source> + <translation>Деклонировать</translation> + </message> + <message> + <source>pianoroll</source> + <translation>Pianoroll</translation> + </message> + <message> + <source>list</source> + <translation>Редактор списка событий</translation> + </message> + <message> + <source>drums</source> + <translation>Редактор ударных</translation> + </message> + <message> + <source>wave edit</source> + <translation>Редактор семплов</translation> + </message> + <message> + <source>Cannot paste: multiple tracks selected</source> + <translation>Вставка невозможна: выделено несколько дорожек</translation> + </message> + <message> + <source>Cannot paste: no track selected</source> + <translation>Вставка невозможна: не выделено ни одной дорожек</translation> + </message> + <message> + <source>Cannot paste: wrong data type</source> + <translation>Вставка невозможна: неправильный тип данных</translation> + </message> + <message> + <source>Can only paste to midi/drum track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Can only paste to wave track</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>export</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE: save part</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PatchBay</name> + <message> + <source>MusE: ALSA MIDI Patch Bay</source> + <translation>MusE: ALSA MIDI Patch Bay</translation> + </message> +</context> +<context> + <name>PatchBayBase</name> + <message> + <source>ALSA Patch Bay</source> + <translation>ALSA Patch Bay</translation> + </message> +</context> +<context> + <name>PianoRoll</name> + <message> + <source>&Edit</source> + <translation>&Правка</translation> + </message> + <message> + <source>Cut</source> + <translation>Вырезать</translation> + </message> + <message> + <source>Copy</source> + <translation>Скопировать</translation> + </message> + <message> + <source>Paste</source> + <translation>Вставить</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Удалить события</translation> + </message> + <message> + <source>Select All</source> + <translation>Выделить всё</translation> + </message> + <message> + <source>Select None</source> + <translation>Убрать выделение</translation> + </message> + <message> + <source>Invert</source> + <translation>Инвертировать</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>Внутри цикла</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Вне цикла</translation> + </message> + <message> + <source>&Select</source> + <translation>&Выбрать</translation> + </message> + <message> + <source>blue</source> + <translation>голубой</translation> + </message> + <message> + <source>pitch colors</source> + <translation>цвета высоты тона</translation> + </message> + <message> + <source>velocity colors</source> + <translation>цвета скорости</translation> + </message> + <message> + <source>&Config</source> + <translation>&Настроить</translation> + </message> + <message> + <source>event color</source> + <translation>цвет события</translation> + </message> + <message> + <source>&Functions</source> + <translation>&Функции</translation> + </message> + <message> + <source>Over Quantize</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Note On Quantize</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Note On/Off Quantize</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Iterative Quantize</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Config Quant...</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Изменить время звучания</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Изменить скорость</translation> + </message> + <message> + <source>Crescendo</source> + <translation>Крещендо</translation> + </message> + <message> + <source>Transpose</source> + <translation>Транспонировать</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Удалить дубли</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Удалить событие</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Смещение ноты</translation> + </message> + <message> + <source>Move Clock</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Скопировать деление</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Стереть деление</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Удалить деление</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Создать деление</translation> + </message> + <message> + <source>Pianoroll Tools</source> + <translation>Инструменты pianoroll</translation> + </message> + <message> + <source>Step Record</source> + <translation>Пошаговая запись</translation> + </message> + <message> + <source>Midi Input</source> + <translation>MIDI-вход</translation> + </message> + <message> + <source>Play Events</source> + <translation>Воспроизвести события</translation> + </message> + <message> + <source>ctrl</source> + <translation>кнтр</translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Добавить вид контроллера</translation> + </message> + <message> + <source>Set fixed length</source> + <translation type="unfinished">Установить фикс. продолжительность</translation> + </message> +</context> +<context> + <name>PluginDialog</name> + <message> + <source>MusE: select plugin</source> + <translation>MusE: выбрать модуль</translation> + </message> + <message> + <source>Lib</source> + <translation>Библ.</translation> + </message> + <message> + <source>Label</source> + <translation>Метка</translation> + </message> + <message> + <source>Name</source> + <translation>Имя</translation> + </message> + <message> + <source>AI</source> + <translation>AI</translation> + </message> + <message> + <source>AO</source> + <translation>AO</translation> + </message> + <message> + <source>CI</source> + <translation>CI</translation> + </message> + <message> + <source>CO</source> + <translation>CP</translation> + </message> + <message> + <source>IP</source> + <translation>IP</translation> + </message> + <message> + <source>id</source> + <translation>id</translation> + </message> + <message> + <source>Maker</source> + <translation>Создатель</translation> + </message> + <message> + <source>Copyright</source> + <translation>Авторское право</translation> + </message> + <message> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> + <message> + <source>Stereo and Mono</source> + <translation>Стерео и моно</translation> + </message> + <message> + <source>Stereo</source> + <translation>Стерео</translation> + </message> + <message> + <source>Mono</source> + <translation>Моно</translation> + </message> + <message> + <source>All</source> + <translation>Все</translation> + </message> + <message> + <source>Select which types of plugins should be visible in the list.<br>Note that using mono plugins on stereo tracks is not a problem, two will be used in parallell.<br>Also beware that the 'all' alternative includes plugins that probably not are usable by MusE.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PluginGui</name> + <message> + <source>File Buttons</source> + <translation>Файловые кнопки</translation> + </message> + <message> + <source>Load Preset</source> + <translation>Загрузить предустановку</translation> + </message> + <message> + <source>Save Preset</source> + <translation>Сохранить предустановку</translation> + </message> + <message> + <source>bypass plugin</source> + <translation>обойти модуль</translation> + </message> + <message> + <source>MusE: load preset</source> + <translation>MusE: загрузить предустановку</translation> + </message> + <message> + <source>MusE: save preset</source> + <translation>MusE: сохранить предустановку</translation> + </message> +</context> +<context> + <name>QHeader</name> + <message> + <source>Port Number</source> + <translation>Номер порта</translation> + </message> + <message> + <source>enable gui for device</source> + <translation>разрешить GUI для устройства</translation> + </message> + <message> + <source>Name of the midi device associated with this port number</source> + <translation>Имя MIDI-устройства, ассоциированного с номером этого порта </translation> + </message> + <message> + <source>Instrument connected to port</source> + <translation>Инструмент, подсоединённый к этому порту</translation> + </message> + <message> + <source>State: result of opening the device</source> + <translation>Состояние: результат открытия устройства</translation> + </message> + <message> + <source>mute instrument</source> + <translation>приглушить инструмент</translation> + </message> + <message> + <source>sound name</source> + <translation>имя звука</translation> + </message> + <message> + <source>quantisation +currently not used</source> + <translation>квантование(new line) +сейчас не используется</translation> + </message> + <message> + <source>this input note triggers the sound</source> + <translation>это входящая нота переключает звук</translation> + </message> + <message> + <source>note length</source> + <translation>продолжительность ноты</translation> + </message> + <message> + <source>this note is send for the sound</source> + <translation>это нота послана для звука</translation> + </message> + <message> + <source>output channel +currently not used</source> + <translation>канал выхода(new line) +сейчас не используется</translation> + </message> + <message> + <source>output port +currently not used</source> + <translation>порт выхода(new line) +сейчас не используется</translation> + </message> + <message> + <source>velocity level 1</source> + <translation>Уровень 1 силы нажатия</translation> + </message> + <message> + <source>velocity level 2</source> + <translation>Уровень 2 силы нажатия</translation> + </message> + <message> + <source>velocity level 3</source> + <translation>Уровень 3 силы нажатия</translation> + </message> + <message> + <source>velocity level 4</source> + <translation>Уровень 4 силы нажатия</translation> + </message> + <message> + <source>quantisation</source> + <translation>квантование</translation> + </message> + <message> + <source>output channel</source> + <translation>канал выхода</translation> + </message> + <message> + <source>output port</source> + <translation>порт выхода</translation> + </message> + <message> + <source>Enable Recording</source> + <translation>Разрешить запись</translation> + </message> + <message> + <source>Mute Indicator</source> + <translation>Индикатор приглушения</translation> + </message> + <message> + <source>Solo Indicator</source> + <translation>Индикатор соло</translation> + </message> + <message> + <source>Track Type</source> + <translation>Тип дорожки</translation> + </message> + <message> + <source>Track Name</source> + <translation>Имя дорожки</translation> + </message> + <message> + <source>Output Channel Number</source> + <translation>Номер канала выхода</translation> + </message> + <message> + <source>Output Port</source> + <translation>Порт выхода</translation> + </message> + <message> + <source>Time Lock</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Solo/Pre Fader Listening</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>enables reading from device</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>enables writing to device</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>QWidget</name> + <message> + <source>Cannot convert sysex string</source> + <translation>Невозможно преобразовать строку SysEx</translation> + </message> + <message> + <source>Hex String too long (2048 bytes limit)</source> + <translation>Hex-строка слишком длинная (предел составляет 2048 байтов)</translation> + </message> + <message> + <source>generic midi</source> + <translation>Обычный MIDI</translation> + </message> + <message> + <source>new</source> + <translation>новый</translation> + </message> + <message> + <source>create peakfile for </source> + <translation>создать пиковый файл для</translation> + </message> + <message> + <source>MusE: get file name</source> + <translation>MusE: получить имя файла</translation> + </message> + <message> + <source>the directory +</source> + <translation>каталог(new line)</translation> + </message> + <message> + <source> +does not exist +create?</source> + <translation>(new line) +не существует(new line) +Создать?</translation> + </message> + <message> + <source>&Create</source> + <translation>&Создать</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> + <message> + <source>MusE: create directory</source> + <translation>MusE: создать каталог</translation> + </message> + <message> + <source>creating dir failed</source> + <translation>создание каталога не удалось</translation> + </message> + <message> + <source>File +</source> + <translation>Файл</translation> + </message> + <message> + <source> +exists</source> + <translation>(new line) +существует</translation> + </message> + <message> + <source>MusE: write</source> + <translation>MusE: записать</translation> + </message> + <message> + <source>Overwrite</source> + <translation>Перезаписать</translation> + </message> + <message> + <source>Quit</source> + <translation>Выйти</translation> + </message> + <message> + <source>Open File +</source> + <translation>Открыть файл(new line)</translation> + </message> + <message> + <source> +failed: </source> + <translation>(new line) +не удалось:</translation> + </message> + <message> + <source>MusE: Open File</source> + <translation>MusE: Открыть файл</translation> + </message> + <message> + <source>None</source> + <translation>Ничего</translation> + </message> +</context> +<context> + <name>QuantConfig</name> + <message> + <source>MusE: Config Quantize</source> + <translation>MusE: настройка квантования</translation> + </message> + <message> + <source>Config Quantize</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Strength</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Don´t Quantize</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Quant Len</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RhythmBase</name> + <message> + <source>MusE: Random Rhythm Generator</source> + <translation>MusE: Генератор случайного ритма</translation> + </message> + <message> + <source>Instrument Properties</source> + <translation>Свойства инструмента</translation> + </message> + <message> + <source>counts/bar</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>steps/count</source> + <translation type="unfinished"></translation> + </message> + <message> + <source># bars</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>test</source> + <translation>тест</translation> + </message> + <message> + <source>contrib</source> + <translation>внести</translation> + </message> + <message> + <source>randomize</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Group 1</source> + <translation>Группа C</translation> + </message> + <message> + <source>Group 2</source> + <translation>Группа 2</translation> + </message> + <message> + <source>Group 3</source> + <translation>Группа 3</translation> + </message> + <message> + <source>Group 4</source> + <translation>Группа 4</translation> + </message> + <message> + <source>Group 5</source> + <translation>Группа 5</translation> + </message> + <message> + <source>listen</source> + <translation>прослушать</translation> + </message> + <message> + <source>Instrument</source> + <translation>Инструмент</translation> + </message> + <message> + <source>Group</source> + <translation>Группа</translation> + </message> + <message> + <source>&New</source> + <translation>&Новый</translation> + </message> + <message> + <source>create new entry</source> + <translation>создать новую запись</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>По нажатию кнопки "Новая" создаётся новая +запись в список назначенных в MusE контроллеров</translation> + </message> + <message> + <source>&Delete</source> + <translation>У&далить</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>удалить выделенное событие</translation> + </message> + <message> + <source>Up</source> + <translation>Вверх</translation> + </message> + <message> + <source>Down</source> + <translation>Вниз</translation> + </message> + <message> + <source>Instrument </source> + <translation>Инструмент</translation> + </message> + <message> + <source>steps/count </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>список назначенных контроллеров</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>Это список назначенных контроллеров для MusE</translation> + </message> + <message> + <source>&File</source> + <translation>&Файл</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Правка</translation> + </message> + <message> + <source>&Help</source> + <translation>П&омощь</translation> + </message> + <message> + <source>Tools</source> + <translation>Сервис</translation> + </message> + <message> + <source>New</source> + <translation>Новый</translation> + </message> + <message> + <source>Open</source> + <translation>Открыть</translation> + </message> + <message> + <source>&Open...</source> + <translation>&Открыть...</translation> + </message> + <message> + <source>Save</source> + <translation>Сохранить</translation> + </message> + <message> + <source>&Save</source> + <translation>&Сохранить</translation> + </message> + <message> + <source>Save As</source> + <translation>Сохранить как</translation> + </message> + <message> + <source>Save &As...</source> + <translation>Сохранить &как...</translation> + </message> + <message> + <source>Print</source> + <translation>Напечатать</translation> + </message> + <message> + <source>&Print...</source> + <translation>&Печать...</translation> + </message> + <message> + <source>Exit</source> + <translation>Выйти</translation> + </message> + <message> + <source>E&xit</source> + <translation>В&ыйти</translation> + </message> + <message> + <source>Undo</source> + <translation>Отменить</translation> + </message> + <message> + <source>&Undo</source> + <translation>&Отменить</translation> + </message> + <message> + <source>Redo</source> + <translation>Повторить</translation> + </message> + <message> + <source>&Redo</source> + <translation>П&овторить</translation> + </message> + <message> + <source>Cut</source> + <translation>Вырезать</translation> + </message> + <message> + <source>&Cut</source> + <translation>&Вырезать</translation> + </message> + <message> + <source>Copy</source> + <translation>Скопировать</translation> + </message> + <message> + <source>C&opy</source> + <translation>С&копировать</translation> + </message> + <message> + <source>Paste</source> + <translation>Вставить</translation> + </message> + <message> + <source>&Paste</source> + <translation>&Вставить</translation> + </message> + <message> + <source>Find</source> + <translation>Найти</translation> + </message> + <message> + <source>&Find...</source> + <translation>&Найти...</translation> + </message> + <message> + <source>Contents</source> + <translation>Содержание</translation> + </message> + <message> + <source>&Contents...</source> + <translation>&Содержание...</translation> + </message> + <message> + <source>Index</source> + <translation>Индекс</translation> + </message> + <message> + <source>&Index...</source> + <translation>&Индекс...</translation> + </message> + <message> + <source>About</source> + <translation>О программе</translation> + </message> + <message> + <source>&About...</source> + <translation>&О программе...</translation> + </message> + <message> + <source><b>Notice!</b><br> +Random Rhythm Generator is not enabled yet!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+O</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+Z</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+Y</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+X</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+V</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+F</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RhythmGenerator</name> + <message> + <source>Form3</source> + <translation>Form3</translation> + </message> + <message> + <source>Instrument Settings:</source> + <translation>Настройки инструмента:</translation> + </message> + <message> + <source>Instrument</source> + <translation>Инструмент</translation> + </message> + <message> + <source>Hi-Hat</source> + <translation>Хай-хэт</translation> + </message> + <message> + <source>add</source> + <translation>добавить</translation> + </message> + <message> + <source>delete</source> + <translation>удалить</translation> + </message> + <message> + <source>Group Settings:</source> + <translation>Настройки группы:</translation> + </message> + <message> + <source>Group</source> + <translation>Группа</translation> + </message> + <message> + <source>Group 1</source> + <translation>Группа 1</translation> + </message> + <message> + <source>Group 2</source> + <translation>Группа 2</translation> + </message> + <message> + <source>Group 3</source> + <translation>Группа 3</translation> + </message> + <message> + <source>Group 4</source> + <translation>Группа 4</translation> + </message> + <message> + <source>Group 5</source> + <translation>Группа 5</translation> + </message> + <message> + <source>contrib</source> + <translation>внести</translation> + </message> + <message> + <source>listen</source> + <translation>прослушать</translation> + </message> + <message> + <source>Randomize</source> + <translation>Случайным образом</translation> + </message> + <message> + <source>Rhythm Style:</source> + <translation>Стиль ритма:</translation> + </message> + <message> + <source>Clear</source> + <translation>Очистить</translation> + </message> + <message> + <source>Open...</source> + <translation>Открыть...</translation> + </message> + <message> + <source>Save</source> + <translation>Сохранить</translation> + </message> + <message> + <source>Save as...</source> + <translation>Сохранить как...</translation> + </message> + <message> + <source>Generate</source> + <translation>Создать</translation> + </message> + <message> + <source>Close</source> + <translation>Закрыть</translation> + </message> + <message> + <source></source> + <translation></translation> + </message> + <message> + <source>steps/count</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>count/bar</source> + <translation type="unfinished"></translation> + </message> + <message> + <source># bars</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RouteDialogBase</name> + <message> + <source>MusE: Routing</source> + <translation>MusE: маршруты</translation> + </message> + <message> + <source>Add Route</source> + <translation>Добавить маршрут</translation> + </message> + <message> + <source>Source:</source> + <translation>Источник:</translation> + </message> + <message> + <source>Destination:</source> + <translation>Назначение:</translation> + </message> + <message> + <source>Connect</source> + <translation>Соединить</translation> + </message> + <message> + <source>connect source to destination</source> + <translation>Соединить источник с назначением</translation> + </message> + <message> + <source>Current Routes</source> + <translation>Текущие маршруты</translation> + </message> + <message> + <source>Source</source> + <translation>Источник</translation> + </message> + <message> + <source>Destination</source> + <translation>Назначение</translation> + </message> + <message> + <source>Remove</source> + <translation>Удалить</translation> + </message> + <message> + <source>remove selected route</source> + <translation>Удалить выбранные маршруты</translation> + </message> +</context> +<context> + <name>SS_PluginChooserBase</name> + <message> + <source>SimpleDrums - Ladspa Plugin Chooser</source> + <translation>SimpleDrums - Выбор LADSPA-модуля</translation> + </message> + <message> + <source>Name</source> + <translation>Имя</translation> + </message> + <message> + <source>Label</source> + <translation>Метка</translation> + </message> + <message> + <source>Inports</source> + <translation>Порты входа</translation> + </message> + <message> + <source>Outports</source> + <translation>Порты выхода</translation> + </message> + <message> + <source>Creator</source> + <translation>Создатель</translation> + </message> + <message> + <source>&Cancel</source> + <translation>О&тменить</translation> + </message> + <message> + <source>Alt+C</source> + <translation>Alt+Т</translation> + </message> + <message> + <source>&OK</source> + <translation>&ОК</translation> + </message> + <message> + <source>Alt+O</source> + <translation>Alt+О</translation> + </message> +</context> +<context> + <name>ScrollScale</name> + <message> + <source>next page</source> + <translation>след страница</translation> + </message> + <message> + <source>previous page</source> + <translation>пред страница</translation> + </message> + <message> + <source>current page number</source> + <translation>номер текущей страницы</translation> + </message> +</context> +<context> + <name>ShortcutCaptureDialog</name> + <message> + <source>Ok</source> + <translation>OK</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> + <message> + <source>Shortcut conflicts with </source> + <translation>Горячая клавиша конфликтует с </translation> + </message> + <message> + <source>Undefined</source> + <translation>Не назначено</translation> + </message> +</context> +<context> + <name>ShortcutCaptureDialogBase</name> + <message> + <source>Enter shortcut sequence</source> + <translation>Введите последовательность горячих клавиш</translation> + </message> + <message> + <source>Press keys to enter shortcut sequence!</source> + <translation>Нажмите клавиши для задания горячих клавиш!</translation> + </message> + <message> + <source>Old shortcut:</source> + <translation>Старое сочетание:</translation> + </message> + <message> + <source>Undefined</source> + <translation>Не назначено</translation> + </message> + <message> + <source>New shortcut:</source> + <translation>Новое сочетание:</translation> + </message> + <message> + <source>OK</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> +</context> +<context> + <name>ShortcutConfigBase</name> + <message> + <source>Configure Keyboard Shortcuts</source> + <translation>Настроить горячие клавиши</translation> + </message> + <message> + <source>Shortcut Category</source> + <translation>Категория горячих клавиш</translation> + </message> + <message> + <source>Description</source> + <translation>Описание</translation> + </message> + <message> + <source>Shortcut</source> + <translation>Горячая клавиша</translation> + </message> + <message> + <source>&Clear</source> + <translation>О&чистить</translation> + </message> + <message> + <source>Alt+C</source> + <translation>Alt+Ч</translation> + </message> + <message> + <source>&Define</source> + <translation>Н&азначить</translation> + </message> + <message> + <source>Alt+D</source> + <translation>Alt+А</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Применить</translation> + </message> + <message> + <source>Alt+A</source> + <translation>Alt+П</translation> + </message> +</context> +<context> + <name>SigScale</name> + <message> + <source>signature scale</source> + <translation>шкала знаков альтерации</translation> + </message> +</context> +<context> + <name>SimpleDrumsGuiBase</name> + <message> + <source>DrumSynth 0.1</source> + <translation>DrumSynth 0.1</translation> + </message> +</context> +<context> + <name>SimpleSynthGui</name> + <message> + <source>&Load setup</source> + <translation>З&агрузить настройки</translation> + </message> + <message> + <source>&Save setup</source> + <translation>&Сохранить настройки</translation> + </message> +</context> +<context> + <name>SynthConfigBase</name> + <message> + <source>MusE: Synth Configuration</source> + <translation>MusE: Настройка программного синтезатора</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation>Программный синтезатор</translation> + </message> + <message> + <source>File</source> + <translation>Файл</translation> + </message> + <message> + <source>Instances</source> + <translation>Ипостаси</translation> + </message> + <message> + <source>Name</source> + <translation>Имя</translation> + </message> + <message> + <source>list of available software synthesizers</source> + <translation>список доступных программных синтезаторов</translation> + </message> + <message> + <source>Add Instance</source> + <translation>Добавить ипостась</translation> + </message> + <message> + <source>Remove Instance</source> + <translation>Удалить ипостась</translation> + </message> + <message> + <source>Midi connections</source> + <translation>MIDI-соединения</translation> + </message> + <message> + <source>Midi Port</source> + <translation>MIDI-порт</translation> + </message> + <message> + <source>Inst</source> + <translation>Инстр</translation> + </message> + <message> + <source>Version</source> + <translation>Версия</translation> + </message> + <message> + <source>Description</source> + <translation>Описание</translation> + </message> +</context> +<context> + <name>TList</name> + <message> + <source>Show Gui</source> + <translation>Показать ГИП</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation>Добавить MIDI-дорожку</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation>Добавить дорожку с ударными</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation>Добавить звуковую дорожку</translation> + </message> + <message> + <source>Delete Track</source> + <translation>Удалить дорожку</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Комментарий к дорожке</translation> + </message> + <message> + <source>Midi</source> + <translation>MIDI</translation> + </message> + <message> + <source>Drum</source> + <translation>Ударные</translation> + </message> + <message> + <source>MusE: bad trackname</source> + <translation>MusE: неверное имя дорожки</translation> + </message> + <message> + <source>please choose a unique track name</source> + <translation>Выберите неповторяющееся имя для дорожки</translation> + </message> + <message> + <source>Add Output</source> + <translation>Добавить выход</translation> + </message> + <message> + <source>Add Group</source> + <translation>Добавить группу</translation> + </message> + <message> + <source>Add Input</source> + <translation>Добавить вход</translation> + </message> + <message> + <source>Add Aux Send</source> + <translation>Добавить Aux посыл</translation> + </message> + <message> + <source>Update drummap?</source> + <translation>Обновить схему ударных?</translation> + </message> + <message> + <source>Do you want to use same port for all instruments in the drummap?</source> + <translation>Вы хотите исопльзовать один и тот же порт для всех инструментов в схеме ударных?</translation> + </message> + <message> + <source>&Yes</source> + <translation>&Да</translation> + </message> + <message> + <source>&No</source> + <translation>&Нет</translation> + </message> + <message> + <source>Do you want to use same port and channel for all instruments in the drummap?</source> + <translation>Вы хотите исопльзовать один и тот же порт и канал для всех инструментов в схеме ударных?</translation> + </message> +</context> +<context> + <name>TempoSig</name> + <message> + <source>Tempo/Sig</source> + <translation>Темп/Знаки альтерации</translation> + </message> +</context> +<context> + <name>Toolbar1</name> + <message> + <source>Solo</source> + <translation>Соло</translation> + </message> + <message> + <source>Cursor</source> + <translation>Курсор</translation> + </message> + <message> + <source>Snap</source> + <translation>Привязка</translation> + </message> + <message> + <source>Quantize</source> + <translation>Квантовать</translation> + </message> + <message> + <source>To</source> + <translation>К</translation> + </message> + <message> + <source>All Events</source> + <translation>Все события</translation> + </message> + <message> + <source>Looped Ev.</source> + <translation>Соб. в цикле</translation> + </message> + <message> + <source>Selected Ev.</source> + <translation>Выделенное соб.</translation> + </message> + <message> + <source>Looped+Sel.</source> + <translation>В цикле+Выделенн.</translation> + </message> +</context> +<context> + <name>TrackComment</name> + <message> + <source>MusE: Track Comment</source> + <translation>MusE: Комментарии к дорожке</translation> + </message> + <message> + <source>Track Comment:</source> + <translation>Комментарий к дорожке:</translation> + </message> +</context> +<context> + <name>Transport</name> + <message> + <source>Overdub</source> + <translation>Наложить</translation> + </message> + <message> + <source>Replace</source> + <translation>Заменить</translation> + </message> + <message> + <source>Rec Mode</source> + <translation>Режим записи</translation> + </message> + <message> + <source>Normal</source> + <translation>Норм.</translation> + </message> + <message> + <source>Mix</source> + <translation>Смешать</translation> + </message> + <message> + <source>Cycle Rec</source> + <translation>Циклич. запись</translation> + </message> + <message> + <source>punchin</source> + <translation>нач. врезки</translation> + </message> + <message> + <source>loop</source> + <translation>цикл</translation> + </message> + <message> + <source>punchout</source> + <translation>кнц. врезки</translation> + </message> + <message> + <source>Punch In</source> + <translation>Начало врезки</translation> + </message> + <message> + <source>Loop</source> + <translation>Цикл</translation> + </message> + <message> + <source>Punch Out</source> + <translation>Конец врезки</translation> + </message> + <message> + <source>Left Mark</source> + <translation>Левый маркер</translation> + </message> + <message> + <source>Right Mark</source> + <translation>Правый маркер</translation> + </message> + <message> + <source>rewind to start</source> + <translation>перемотать к началу</translation> + </message> + <message> + <source>rewind</source> + <translation>перемотать назад</translation> + </message> + <message> + <source>forward</source> + <translation>перемотать вперёд</translation> + </message> + <message> + <source>stop</source> + <translation>остановить</translation> + </message> + <message> + <source>play</source> + <translation>воспроизвести</translation> + </message> + <message> + <source>record</source> + <translation>записать</translation> + </message> + <message> + <source>AC</source> + <translation>AC</translation> + </message> + <message> + <source>quantize during record</source> + <translation>квантовать при записи</translation> + </message> + <message> + <source>Click</source> + <translation>Метр.</translation> + </message> + <message> + <source>metronom click on/off</source> + <translation>Щелчки метронома</translation> + </message> + <message> + <source>Sync</source> + <translation>Синхр.</translation> + </message> + <message> + <source>external sync on/off</source> + <translation>Вкл/выкл внешнюю синхронизацию</translation> + </message> + <message> + <source>Master</source> + <translation>Мастер</translation> + </message> + <message> + <source>use master track</source> + <translation>использовать мастер-дорожку</translation> + </message> +</context> +<context> + <name>TransposeDialogBase</name> + <message> + <source>MusE: Midi Transpose</source> + <translation>MusE: MIDI-транспонирование</translation> + </message> + <message> + <source>Value</source> + <translation>Значение</translation> + </message> + <message> + <source>halftones</source> + <translation>полутонов</translation> + </message> + <message> + <source>Time</source> + <translation>Время</translation> + </message> + <message> + <source>all</source> + <translation>всё</translation> + </message> + <message> + <source>between markers</source> + <translation>между маркерами</translation> + </message> + <message> + <source>Parts</source> + <translation>Части</translation> + </message> + <message> + <source>all in selected tracks</source> + <translation>все в выбранных дорожках</translation> + </message> + <message> + <source>OK</source> + <translation>ОК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> +</context> +<context> + <name>VAMGui</name> + <message> + <source>MusE: Load VAM Presets</source> + <translation>MusE: загрузка пресетов VAM</translation> + </message> + <message> + <source>MusE: Save VAM Presets</source> + <translation>MusE: сохранение пресетов VAM</translation> + </message> +</context> +<context> + <name>VAMGuiBase</name> + <message> + <source>Virtual Analogue for MusE</source> + <translation type="unfinished">Virtual Analogue for MusE</translation> + </message> + <message> + <source>LFO</source> + <translation>LFO</translation> + </message> + <message> + <source>Freq</source> + <translation>Частота</translation> + </message> + <message> + <source>Waveform</source> + <translation>Форма волны</translation> + </message> + <message> + <source>Sine</source> + <translation>Синусоида</translation> + </message> + <message> + <source>Pulse</source> + <translation>Пульс</translation> + </message> + <message> + <source>Saw</source> + <translation>Пилообразная</translation> + </message> + <message> + <source>Triangle</source> + <translation>Треугольная</translation> + </message> + <message> + <source>Filter</source> + <translation>Фильтр</translation> + </message> + <message> + <source>EnvMod</source> + <translation type="unfinished">EnvMod</translation> + </message> + <message> + <source>Attack</source> + <translation>Атака</translation> + </message> + <message> + <source>Decay</source> + <translation>Первичное затухание</translation> + </message> + <message> + <source>Sustain</source> + <translation>Продление</translation> + </message> + <message> + <source>Release</source> + <translation>Затухание</translation> + </message> + <message> + <source>Cutoff</source> + <translation type="unfinished">Отключение</translation> + </message> + <message> + <source>Resonance</source> + <translation>Резонанс</translation> + </message> + <message> + <source>Invert</source> + <translation>Инвертировать</translation> + </message> + <message> + <source>KeyTrack</source> + <translation type="unfinished">Трекинг клавиатуры</translation> + </message> + <message> + <source>Presets</source> + <translation>Пресеты</translation> + </message> + <message> + <source>Set</source> + <translation type="unfinished">Установить</translation> + </message> + <message> + <source>load preset list</source> + <translation>Загрузить список пресетов</translation> + </message> + <message> + <source>save preset list</source> + <translation>Сохранить список пресетов</translation> + </message> + <message> + <source>save preset list to a new file</source> + <translation>Сохранить список пресетов в новый файл</translation> + </message> + <message> + <source>delete preset</source> + <translation>Удалить пресет</translation> + </message> + <message> + <source>DCO 1</source> + <translation>DCO 1</translation> + </message> + <message> + <source>Pitch</source> + <translation>Высота тона</translation> + </message> + <message> + <source>Detune</source> + <translation>Расстройка</translation> + </message> + <message> + <source>PWM</source> + <translation>PWM</translation> + </message> + <message> + <source>FM</source> + <translation>FM</translation> + </message> + <message> + <source>PW</source> + <translation>PW</translation> + </message> + <message> + <source>DCO 2</source> + <translation>DCO 2</translation> + </message> + <message> + <source>On</source> + <translation>Вкл</translation> + </message> + <message encoding="UTF-8"> + <source>VAM 1.0beta2 +Virtual Analog for MusE +Released under GPL. +Copyright(C) 2002 +Jotsif Lindman Hörnlund +( jotsif@linux.nu )</source> + <translation>VAM 1.0beta2 +Virtual Analog for MusE +Выпущено на условиях GPL. +Copyright(C) 2002 +Jotsif Lindman Hörnlund +( jotsif@linux.nu )</translation> + </message> +</context> +<context> + <name>VelocityBase</name> + <message> + <source>MusE: Modify Velocity</source> + <translation>MusE: Изменить силу нажатия</translation> + </message> + <message> + <source>Range</source> + <translation>Область</translation> + </message> + <message> + <source>All Events</source> + <translation>Все события</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Выбранные события</translation> + </message> + <message> + <source>Looped Events</source> + <translation>События в цикле</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Выбранные & в цикле</translation> + </message> + <message> + <source>Values</source> + <translation>Значения</translation> + </message> + <message> + <source>Rate:</source> + <translation>Частота:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Смещение:</translation> + </message> + <message> + <source>%</source> + <translation>%</translation> + </message> + <message> + <source>OK</source> + <translation>OК</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отменить</translation> + </message> +</context> +<context> + <name>WTScale</name> + <message> + <source>bar scale</source> + <translation>шкала тактов</translation> + </message> +</context> +<context> + <name>WaveEdit</name> + <message> + <source>&File</source> + <translation>&Файл</translation> + </message> + <message> + <source>weTools</source> + <translation>weTools</translation> + </message> + <message> + <source>Solo</source> + <translation>Соло</translation> + </message> + <message> + <source>Cursor</source> + <translation>Курсор</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Правка</translation> + </message> + <message> + <source>Func&tions</source> + <translation>Фу&нкции</translation> + </message> + <message> + <source>200%</source> + <translation>200%</translation> + </message> + <message> + <source>150%</source> + <translation>150%</translation> + </message> + <message> + <source>75%</source> + <translation>75%</translation> + </message> + <message> + <source>50%</source> + <translation>50%</translation> + </message> + <message> + <source>25%</source> + <translation>25%</translation> + </message> + <message> + <source>Other</source> + <translation>Другой</translation> + </message> + <message> + <source>&Gain</source> + <translation>&Усиление</translation> + </message> + <message> + <source>Edit in E&xternal Editor</source> + <translation>Изменить во &внешнем редакторе</translation> + </message> + <message> + <source>Mute Selection</source> + <translation>Приглушить выделенное</translation> + </message> + <message> + <source>Normalize Selection</source> + <translation>Нормализовать выделенное</translation> + </message> + <message> + <source>Fade In Selection</source> + <translation>Нарастание в выделенном</translation> + </message> + <message> + <source>Fade Out Selection</source> + <translation>Угасание в выделенном</translation> + </message> + <message> + <source>Reverse Selection</source> + <translation>Развернуть выделенное</translation> + </message> + <message> + <source>Select &All</source> + <translation>Выделить &всё</translation> + </message> + <message> + <source>&Deselect All</source> + <translation>&Убрать выделение</translation> + </message> + <message> + <source>Select</source> + <translation>Выделить</translation> + </message> +</context> +<context> + <name>WaveTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>MusE: Инфо о дорожке</translation> + </message> + <message> + <source>Track Info</source> + <translation>Информация о дорожке</translation> + </message> + <message> + <source>Track Name</source> + <translation>Имя дорожки</translation> + </message> + <message> + <source>Output Route:</source> + <translation>Маршрут выхода:</translation> + </message> + <message> + <source>Input Route:</source> + <translation>Маршрут входа:</translation> + </message> + <message> + <source>Ports:</source> + <translation>Порты:</translation> + </message> + <message> + <source>Mono</source> + <translation>Моно</translation> + </message> + <message> + <source>Stereo</source> + <translation>Стерео</translation> + </message> +</context> +<context> + <name>WaveView</name> + <message> + <source>MusE - file size changed</source> + <translation>MusE - размео файла изменился</translation> + </message> + <message> + <source>When editing in external editor - you should not change the filesize +since it must fit the selected region. + +Missing data is muted</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>freeverb</name> + <message> + <source>FreeVerb</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Rooom Size</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Damping</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wet Level</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Tap-Reverberator</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Decay [ms]</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished">Дб</translation> + </message> + <message> + <source>Dry Level [dB]</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wet Level [dB]</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Preset:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AfterBurn</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AfterBurn (Long)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ambience</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ambience (Thick)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ambience (Thick) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cathedral</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cathedral - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Drum Chamber</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Garage</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Garage (Bright)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Gymnasium</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Gymnasium (Bright)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Gymnasium (Bright) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hall (Small)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hall (Medium)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hall (Large)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hall (Large) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plate (Small)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plate (Medium)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plate (Large)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plate (Large) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pulse Chamber</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pulse Chamber (Reverse)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Resonator (96 ms)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Resonator (152 ms)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Resonator (208 ms)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Room (Small)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Room (Medium)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Room (Large)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Room (Large) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slap Chamber</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slap Chamber - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slap Chamber (Bright)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slap Chamber (Bright) HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Smooth Hall (Small)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Smooth Hall (Medium)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Smooth Hall (Large)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Smooth Hall (Large) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vocal Plate</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vocal Plate - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Warble Chamber</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Warehoouse</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Warehouse - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Comb Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Allpass Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bandpass Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Enhanced Stereo</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/muse2/share/locale/muse_sv_SE.qm b/muse2/share/locale/muse_sv_SE.qm Binary files differnew file mode 100644 index 00000000..2a8c4dbb --- /dev/null +++ b/muse2/share/locale/muse_sv_SE.qm diff --git a/muse2/share/locale/muse_sv_SE.ts b/muse2/share/locale/muse_sv_SE.ts new file mode 100644 index 00000000..25b78cc5 --- /dev/null +++ b/muse2/share/locale/muse_sv_SE.ts @@ -0,0 +1,8357 @@ +<!DOCTYPE TS><TS> +<context> + <name></name> + <message> + <source>Click this button to enable recording</source> + <translation>Klicka här för att spela in</translation> + </message> + <message> + <source>sets amount of quantization: +0 - no quantization +100 - full quantization</source> + <translation type="unfinished">Sätter mängden kvantisering: +0 - ingen kvantisering +100 - full kvantisering</translation> + </message> + <message> + <source>select Pointer Tool: +with the pointer tool you can: + select parts + move parts + copy parts</source> + <translation>välj pek-verktyg: +med pekverktyget kan du: + välja parter + flytta parter + kopiera parter</translation> + </message> +</context> +<context> + <name>@default</name> + <message> + <source>Click this button to stop playback</source> + <translation>Klicka här för att stoppa uppspelning</translation> + </message> + <message> + <source>Click this button to start playback</source> + <translation>Klicka här för att starta uppspelning</translation> + </message> + <message> + <source>Click this button to rewind to start position</source> + <translation>Klicka här för att spola tillbaks till början</translation> + </message> + <message> + <source>Click this button to rewind</source> + <translation>Klicka här för att flytta markören bakåt</translation> + </message> + <message> + <source>Click this button to forward current play position</source> + <translation>Klicka här för att flytta markören framåt</translation> + </message> + <message> + <source>don't quantize notes above this tick limit</source> + <translation>Kvantisera inte över denna tick gräns</translation> + </message> + <message> + <source>quantize also note len as default</source> + <translation>Kvantisera "note len" som standard</translation> + </message> + <message> + <source>Click this button to open a <em>new song</em>.<br>You can also select the <b>Open command</b> from the File menu.</source> + <translation>Klicka här för att öppna en <em>ny sång</em>.<br>Du kan också välja menyvalet <b>Öppna</b> från Arkivmenyn.</translation> + </message> + <message> + <source>Click this button to save the song you are editing. You will be prompted for a file name. +You can also select the Save command from the File menu.</source> + <translation>Klicka här för att spara den sång du håller på att redigera. En förfrågan om filnamn kommer att ställas. +Du kan också välja menyalternativet Spara från Arkivmenyn.</translation> + </message> + <message> + <source>Create New Song</source> + <translation>Ny sång</translation> + </message> + <message> + <source>loop between left mark and right mark</source> + <translation>loopa mellan vänster och höger markering</translation> + </message> + <message> + <source>record starts at left mark</source> + <translation>inspelning börjar vid vänster markering</translation> + </message> + <message> + <source>record stops at right mark</source> + <translation>inspelning slutar vid höger markering</translation> + </message> + <message> + <source>rewind to start position</source> + <translation>spola tillbaka till startposition</translation> + </message> + <message> + <source>rewind current position</source> + <translation>flytta markör bakåt</translation> + </message> + <message> + <source>move current position</source> + <translation>flytta markör</translation> + </message> + <message> + <source>stop sequencer</source> + <translation>stoppa sequencer</translation> + </message> + <message> + <source>start sequencer play</source> + <translation>starta sequenceruppspelning</translation> + </message> + <message> + <source>to record press record and then play</source> + <translation>för att spela in, tryck på record och sedan play</translation> + </message> + <message> + <source>send note off to all midi channels</source> + <translation>skicka note-off till alla midi kanaler</translation> + </message> + <message> + <source>select Pencil Tool: +with the pencil tool you can: + create new parts + modify length of parts</source> + <translation>välj Pennverktyg: +med pennverktyget kan du: + skapa parter + ändra längden på parter +</translation> + </message> + <message> + <source>select Delete Tool: +with the delete tool you can delete parts</source> + <translation>välj Suddverktyg: +med suddverktyget kan du ta bort parter</translation> + </message> + <message> + <source>select Cut Tool: +with the cut tool you can split a part</source> + <translation>välj Delningsverktyg: +med delningsverktyget kan du dela på parter</translation> + </message> + <message> + <source>select Glue Tool: +with the glue tool you can glue two parts</source> + <translation>välj Limverktyg: +med limverktyget kan du limma ihop två parter</translation> + </message> + <message> + <source>select Score Tool: +</source> + <translation>välj Partiturverktyg: +</translation> + </message> + <message> + <source>select Quantize Tool: +insert display quantize event</source> + <translation>välj Kvantiseringsverktyg: +sätt in kvantiseringshändelser</translation> + </message> + <message> + <source>select Drawing Tool</source> + <translation>välj Ritverktyg +</translation> + </message> + <message> + <source>select Muting Tool: +click on part to mute/unmute</source> + <translation>välj Tystningsverktyg: +klicka på en part för att Tysta/Avtysta</translation> + </message> + <message> + <source>pointer</source> + <translation>pekare</translation> + </message> + <message> + <source>pencil</source> + <translation>penna</translation> + </message> + <message> + <source>rubber</source> + <translation type="obsolete">sudd</translation> + </message> + <message> + <source>cutter</source> + <translation>delare</translation> + </message> + <message> + <source>score</source> + <translation>partitur</translation> + </message> + <message> + <source>glue</source> + <translation>lim</translation> + </message> + <message> + <source>quantize</source> + <translation>kvantisering</translation> + </message> + <message> + <source>draw</source> + <translation>rita</translation> + </message> + <message> + <source>mute parts</source> + <translation>tysta parter</translation> + </message> + <message> + <source>Off</source> + <translation>Av</translation> + </message> + <message> + <source>presets (*.pre *.pre.gz *.pre.bz2)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>All Files (*)</source> + <translation>Alla filer (*)</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation type="unfinished">Lägg till Midispår</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation type="unfinished">Lägg till Trumspår</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation type="unfinished">Lägg till Wavespår</translation> + </message> + <message> + <source>Add Audio Output</source> + <translation type="unfinished">Lägg till Ljudutgång</translation> + </message> + <message> + <source>Add Audio Group</source> + <translation type="unfinished">Lägg till Ljudgrupp</translation> + </message> + <message> + <source>Add Audio Input</source> + <translation type="unfinished">Lägg till Ljudingång</translation> + </message> + <message> + <source>Add Aux Send</source> + <translation type="unfinished">Lägg till Aux-Send</translation> + </message> + <message> + <source>eraser</source> + <translation type="unfinished">sudd</translation> + </message> +</context> +<context> + <name>AboutBox</name> + <message> + <source>AboutBox</source> + <translation type="unfinished">Om</translation> + </message> + <message> + <source>Keep On Rocking!</source> + <translation type="unfinished">Rocka på!</translation> + </message> + <message> + <source>Version 0.7.2pre5 + +(C) Copyright 1999-2005 Werner Schweer and others. +See http://www.muse-sequencer.org for new versions and +more information. + +Published under the GNU Public License</source> + <translation type="unfinished">Version 0.7.2pre5 + +(C) Copyright 1999-2005 Werner Schweer och andra. +Se http://www.muse-sequencer.org för nya versioner och +och mer information. + +Publiserad under GNU Public License</translation> + </message> +</context> +<context> + <name>Appearance</name> + <message> + <source>handle of transport window</source> + <translation type="obsolete">handtag för transportfönster</translation> + </message> + <message> + <source>track activity in arranger</source> + <translation type="obsolete">spår-aktivitet i Arrangeraren</translation> + </message> + <message> + <source>bigtime font color</source> + <translation type="obsolete">bigtime typsnittsfärg</translation> + </message> + <message> + <source>bigtime background color</source> + <translation type="obsolete">bigtime bakgrundsfärg</translation> + </message> + <message> + <source>waveedit background color</source> + <translation type="obsolete">audioeditor bakgrundsfärg</translation> + </message> + <message> + <source>MusE: load image</source> + <translation>MusE: ladda bild</translation> + </message> +</context> +<context> + <name>AppearanceDialogBase</name> + <message> + <source>MusE: Appearance settings</source> + <translation>MusE: Utseendeinställningar</translation> + </message> + <message> + <source>Apply</source> + <translation>Verkställ</translation> + </message> + <message> + <source>Ok</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> + <message> + <source>Arranger</source> + <translation>Arrangerare</translation> + </message> + <message> + <source>Parts</source> + <translation>Parter</translation> + </message> + <message> + <source>show frames</source> + <translation type="obsolete">visa ramar</translation> + </message> + <message> + <source>show names</source> + <translation>visa namn</translation> + </message> + <message> + <source>show events</source> + <translation>visa händelser(events)</translation> + </message> + <message> + <source>show Cakewalk Style</source> + <translation>använd Cakewalkstil</translation> + </message> + <message> + <source>Events</source> + <translation>Händelser</translation> + </message> + <message> + <source>note on</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>poly pressure</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>controller</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>aftertouch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>pitch bend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>program change</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>special</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Background picture</source> + <translation>Bakgrundsbild</translation> + </message> + <message> + <source>bg</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>select...</source> + <translation>välj...</translation> + </message> + <message> + <source>show snap grid</source> + <translation>visa rutnät</translation> + </message> + <message> + <source>Colors</source> + <translation>Färger</translation> + </message> + <message> + <source>Items</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>selected</source> + <translation type="obsolete">vald</translation> + </message> + <message> + <source>current:</source> + <translation type="obsolete">nuvarande:</translation> + </message> + <message> + <source>change...</source> + <translation type="obsolete">byt...</translation> + </message> + <message> + <source>dynamic colors for track activity in arranger</source> + <translation type="obsolete">dynamisk färgallokering för spåraktivitet i arranger</translation> + </message> + <message> + <source>Style/Fonts</source> + <translation>Stil/Typsnitt</translation> + </message> + <message> + <source>QT Theme</source> + <translation>QT-tema</translation> + </message> + <message> + <source>Windows</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MusE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Metal</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Norwegian Wood</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Platinum</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>CDE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Motif</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Motif Plus</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fonts</source> + <translation>Typsnitt</translation> + </message> + <message> + <source>Family</source> + <translation>Familj</translation> + </message> + <message> + <source>Size</source> + <translation>Storlek</translation> + </message> + <message> + <source>Font 1</source> + <translation>Typsnitt 1</translation> + </message> + <message> + <source>Font 2</source> + <translation>Typsnitt 2</translation> + </message> + <message> + <source>Font 3</source> + <translation>Typsnitt 3</translation> + </message> + <message> + <source>Font 0</source> + <translation>Typsnitt 0</translation> + </message> + <message> + <source>Bold</source> + <translation>Fet</translation> + </message> + <message> + <source>Italic</source> + <translation>Kursiv</translation> + </message> + <message> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Font 4</source> + <translation>Typsnitt 4</translation> + </message> + <message> + <source>Font 5</source> + <translation>Typsnitt 5</translation> + </message> + <message> + <source>Palette</source> + <translation type="unfinished">Palett</translation> + </message> + <message> + <source>add to palette</source> + <translation type="unfinished">lägg till palett</translation> + </message> + <message> + <source>B</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>H</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>V</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>G</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>R</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Arranger</name> + <message> + <source>Arranger</source> + <translation>Arrangerare</translation> + </message> + <message> + <source>Cursor</source> + <translation>Markör</translation> + </message> + <message> + <source>Off</source> + <translation>Av</translation> + </message> + <message> + <source>Bar</source> + <translation type="unfinished">Takt</translation> + </message> + <message> + <source>Snap</source> + <translation type="unfinished">Fäst vid</translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished">Längd</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>NO</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>GM</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>GS</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>XG</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>midi song type</source> + <translation>typ av midsång</translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tonhöjd</translation> + </message> + <message> + <source>midi pitch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>global midi pitch shift</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Tempo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>midi tempo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>TrackInfo</source> + <translation>Spårinfo</translation> + </message> + <message> + <source>R</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>M</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Track</source> + <translation>Spår</translation> + </message> + <message> + <source>O-Port</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>T</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Master</translation> + </message> + <message> + <source>Group A</source> + <translation type="obsolete">Grupp A</translation> + </message> + <message> + <source>Group B</source> + <translation type="obsolete">Grupp B</translation> + </message> + <message> + <source>Group C</source> + <translation type="obsolete">Grupp C</translation> + </message> + <message> + <source>Group D</source> + <translation type="obsolete">Grupp D</translation> + </message> +</context> +<context> + <name>AudioConfBase</name> + <message> + <source>MusE: Audio Configuration</source> + <translation type="obsolete">MusE: Ljudinställningar</translation> + </message> + <message> + <source>&Apply</source> + <translation type="obsolete">&Verkställ</translation> + </message> + <message> + <source>&OK</source> + <translation type="obsolete">&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="obsolete">&Avbryt</translation> + </message> + <message> + <source>Audio Parameters</source> + <translation type="obsolete">Ljudparametrar</translation> + </message> + <message> + <source>Frame Size:</source> + <translation type="obsolete">Ramstorlek:</translation> + </message> + <message> + <source>Delay:</source> + <translation type="obsolete">Fördröjning(ms):</translation> + </message> + <message> + <source>Sample Rate:</source> + <translation type="obsolete">Samplingsfrekvens:</translation> + </message> + <message> + <source>Audio Driver</source> + <translation type="obsolete">Ljuddrivrutin</translation> + </message> + <message> + <source>Use Alsa</source> + <translation type="obsolete">Använd Alsa</translation> + </message> + <message> + <source>Use JACK</source> + <translation type="obsolete">Använd JACK</translation> + </message> + <message> + <source>No Audio</source> + <translation type="obsolete">Ljud avstängt</translation> + </message> +</context> +<context> + <name>AudioMixerApp</name> + <message> + <source>1/2 channel</source> + <translation type="obsolete">1/2 kanal</translation> + </message> + <message> + <source>record</source> + <translation type="obsolete">inspelning</translation> + </message> + <message> + <source>mute</source> + <translation type="obsolete">tysta</translation> + </message> + <message> + <source>pre fader listening</source> + <translation type="obsolete">pre fader lyssning</translation> + </message> + <message> + <source>record downmix</source> + <translation type="obsolete">spela in nermixning</translation> + </message> + <message> + <source>off</source> + <translation type="obsolete">av</translation> + </message> + <message> + <source>&Config</source> + <translation type="obsolete">&Inställningar</translation> + </message> + <message> + <source>Add Input Strip</source> + <translation type="obsolete">Lägg till Input-remsa</translation> + </message> + <message> + <source>Inputs</source> + <translation type="obsolete">Ingångar</translation> + </message> + <message> + <source>Tracks</source> + <translation type="obsolete">Spår</translation> + </message> + <message> + <source>Groups</source> + <translation type="obsolete">Grupper</translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Master</translation> + </message> + <message> + <source>Group A</source> + <translation type="obsolete">Grupp A</translation> + </message> + <message> + <source>Group B</source> + <translation type="obsolete">Grupp B</translation> + </message> + <message> + <source>Group C</source> + <translation type="obsolete">Grupp C</translation> + </message> + <message> + <source>Group D</source> + <translation type="obsolete">Grupp D</translation> + </message> + <message> + <source>None</source> + <translation type="obsolete">Ingen</translation> + </message> + <message> + <source>MusE: Mixer</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Create</source> + <translation type="unfinished">&Skapa</translation> + </message> + <message> + <source>&View</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Routing</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>AudioStrip</name> + <message> + <source>panorama</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>aux send level</source> + <translation type="unfinished">aux send nivå</translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">av</translation> + </message> + <message> + <source>Pan</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>1/2 channel</source> + <translation type="unfinished">1/2 kanal</translation> + </message> + <message> + <source>Pre</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>pre fader - post fader</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>record</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>mute</source> + <translation type="unfinished">tysta</translation> + </message> + <message> + <source>record downmix</source> + <translation type="unfinished">spela in nermixning</translation> + </message> + <message> + <source>solo mode (monitor)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>pre fader listening</source> + <translation type="unfinished">pre fader lyssning</translation> + </message> + <message> + <source>iR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>intput routing</source> + <translation type="unfinished">ingångsrouting</translation> + </message> + <message> + <source>oR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>output routing</source> + <translation type="unfinished">utgångsrouting</translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished">Av</translation> + </message> + <message> + <source>Read</source> + <translation type="unfinished">Läs</translation> + </message> + <message> + <source>Touch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Write</source> + <translation type="unfinished">Skriv</translation> + </message> + <message> + <source>automation type</source> + <translation type="unfinished">automationstyp</translation> + </message> + <message> + <source>Channel</source> + <translation type="unfinished">Kanal</translation> + </message> +</context> +<context> + <name>BigTime</name> + <message> + <source>MusE: Bigtime</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ClipListEdit</name> + <message> + <source>MusE: Clip List Editor</source> + <translation type="unfinished">MusE: Clip-listredigerare</translation> + </message> +</context> +<context> + <name>ClipListEditorBase</name> + <message> + <source>MusE: ClipList</source> + <translation>MusE: Clip-lista</translation> + </message> + <message> + <source>Name</source> + <translation>Namn</translation> + </message> + <message> + <source>Refs</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Start</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished">Längd</translation> + </message> + <message> + <source>Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Clip Properties</source> + <translation>Clip-egenskaper</translation> + </message> + <message> + <source>Pos:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Len:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CommentBase</name> + <message> + <source>Form1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Track Comment</source> + <translation>Spår-kommentar</translation> + </message> + <message> + <source>Track 1</source> + <translation>Spår 1</translation> + </message> +</context> +<context> + <name>ConfigMidiFileBase</name> + <message> + <source>MusE: Config Midi File Export</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished">&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Avbryt</translation> + </message> + <message> + <source>0 (single track)</source> + <translation type="unfinished">0 (ett spår)</translation> + </message> + <message> + <source>1 (multiple tracks)</source> + <translation type="unfinished">1 (flera spår)</translation> + </message> + <message> + <source>Format:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>96</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>192</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>384</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Division:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Copyright:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Enable extended smf format</source> + <translation type="unfinished">Slå på utbyggt smf-format</translation> + </message> +</context> +<context> + <name>CtrlPanel</name> + <message> + <source>Sel</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>select controller</source> + <translation>välj controller</translation> + </message> + <message> + <source>x</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>remove panel</source> + <translation>ta bort panel</translation> + </message> + <message> + <source>Velocity</source> + <translation>Hastighet</translation> + </message> + <message> + <source>Pitch</source> + <translation type="obsolete">Tonhöjd</translation> + </message> + <message> + <source>other ...</source> + <translation type="obsolete">annat ...</translation> + </message> + <message> + <source>add new ...</source> + <translation type="unfinished">lägg till ny...</translation> + </message> +</context> +<context> + <name>DeicsOnzeGui</name> + <message> + <source>Delete preset</source> + <translation type="unfinished">Ta bort preset</translation> + </message> + <message> + <source>Do you really want to delete %1 ?</source> + <translation type="unfinished">Vill du verkligen ta bort %1 ?</translation> + </message> + <message> + <source>&Yes</source> + <translation type="unfinished">&Ja</translation> + </message> + <message> + <source>&No</source> + <translation type="unfinished">&Nej</translation> + </message> +</context> +<context> + <name>DeicsOnzeGuiBase</name> + <message> + <source>DeicsOnze</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Presets</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Load</source> + <translation type="unfinished">Ladda</translation> + </message> + <message> + <source>Save</source> + <translation type="unfinished">Spara</translation> + </message> + <message> + <source>Preset Name</source> + <translation type="unfinished">Presetnamn</translation> + </message> + <message> + <source>INIT VOICE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Subcategory</source> + <translation type="unfinished">Underkategori</translation> + </message> + <message> + <source>NONE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Category</source> + <translation type="unfinished">Kategori</translation> + </message> + <message> + <source>Delete</source> + <translation type="unfinished">Ta bort</translation> + </message> + <message> + <source>Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>New</source> + <translation type="unfinished">Ny</translation> + </message> + <message> + <source>Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bank numerous</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Prog</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Program numerous</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DeicsOnze v0.2.2 Copyright (c) 2004 Nil Geisweiller under GPL licence</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Global</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Master Volume</source> + <translation type="unfinished">Mastervolym</translation> + </message> + <message> + <source>Master volume</source> + <translation type="unfinished">Mastervolym</translation> + </message> + <message> + <source>feedback</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse Ratio</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Feedback of Op 4</source> + <translation type="unfinished">Återkoppling för Op 4</translation> + </message> + <message> + <source>Function</source> + <translation type="unfinished">Funktion</translation> + </message> + <message> + <source>POLY</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>MONO</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>PBR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch Bend Range</source> + <translation type="unfinished">Pitchbend område</translation> + </message> + <message> + <source>LFO</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>PMS</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>PMD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AMD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Speed</source> + <translation type="unfinished">Hastighet</translation> + </message> + <message> + <source>Delay</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AMS</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Saw Up</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Square</source> + <translation type="unfinished">Fyrkant</translation> + </message> + <message> + <source>Triangl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>S/Hold</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LFO Waveform</source> + <translation type="unfinished">LFO Vågform</translation> + </message> + <message> + <source>LFO Sync</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Amplitude Modulation Sensitivity</source> + <translation type="unfinished">Amplitudmodulationskänslighet</translation> + </message> + <message> + <source>Pitch Modulation Sensitivity</source> + <translation type="unfinished">Pitchmodulationskänslighet</translation> + </message> + <message> + <source>Pitch Modulation Depth</source> + <translation type="unfinished">Pitchmodulationsdjup</translation> + </message> + <message> + <source>LFO Speed</source> + <translation type="unfinished">LFO Hastighet</translation> + </message> + <message> + <source>LFO Delay</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Transpose and Global Detune</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Transpose</source> + <translation type="unfinished">Transponera</translation> + </message> + <message> + <source>Global Detune</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 5</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 6</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Algorithm 8</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Modulation Matrix</source> + <translation type="unfinished">Modulationsmatris</translation> + </message> + <message> + <source><b>Algorithm 1</b> : <i>Op 1</i> modulated by <i>Op 2</i> modulated by <i>Op 3</i> modulated by <i>Op 4</i><br> +<b>Algorithm 2</b> : <i>Op 1</i> modulated by <i>Op 2</i> modulated by both <i>Op 3</i> and <i>Op 4</i><br> +<b>Algorithm 3</b> : <i>Op 1</i> modulated by both <i>Op 4</i> and <i>Op 2</i> modulated by <i>Op 3</i><br> +<b>Algorithm 4</b> : <i>Op 1</i> modulated by both <i>Op 2</i> and <i>Op 3</i> modulated by <i>Op 4</i><br> +<b>Algorithm 5</b> : (<i>Op 1</i> modulated by <i>Op 2</i>) add to (<i>Op 3</i> modulated by <i>Op 4</i>) <br> +<b>Algorithm 6</b> : addition of the three <i>Op 1, 2, 3</i> all modulated by <i>Op 4</i><br> +<b>Algorithm 7</b> : addition of the three <i>Op 1, 2, 3</i> with <i>Op 3</i> modulated by <i>Op 4</i><br> +<b>Algorithm 8</b> : addition of the four <i>Op 1, 2, 3, 4</i></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Op &1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Frequency 1</source> + <translation type="unfinished">Frekvens 1</translation> + </message> + <message> + <source>FIX</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine Ratio</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fixed Frequency</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RR1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1R1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1L1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D2R1</source> + <translation type="unfinished"></translation> + </message> + <message encoding="UTF-8"> + <source>1° Decay Level</source> + <translation type="unfinished"></translation> + </message> + <message encoding="UTF-8"> + <source>2° Decay Rate</source> + <translation type="unfinished"></translation> + </message> + <message encoding="UTF-8"> + <source>1° Decay Rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Release Rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AR1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Attack Rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Scaling 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LS1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RS1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Level Scaling</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Attack Rate of the operator 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Rate Scaling</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vol 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Volume</source> + <translation type="unfinished">Volym</translation> + </message> + <message> + <source>Sensitivity 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EBS1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KVS1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AME1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Amplitude Modulation Enable</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Key Velocity Sensitivity</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EG Bias Sensitivity</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune Wave EGShift 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave5</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave6</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave8</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave Form</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wave form 1 = <i>sin(<b>t</b>)</i><br> +Wave form 2 = <i>sin(<b>t</b>)*abs(sin(<b>t</b>))</i><br> +Wave form 3 = <i>if <b>t</b>&#060 pi then sin(<b>t</b>) else 0</i><br> +Wave form 4 = <i>if <b>t</b>&#060 pi then sin(<b>t</b>)*abs(sin(<b>t</b>)) else 0</i><br> +Wave form 5 = <i>if <b>t</b>&#060 pi then sin(2*<b>t</b>) else 0</i><br> +Wave form 6 = <i>if <b>t</b>&#060 pi then sin(2*<b>t</b>)*abs(sin(2*<b>t</b>)) else 0</i><br> +Wave form 7 = <i>if <b>t</b>&#060 pi then abs(sin(2*<b>t</b>)) else 0</i><br> +Wave form 8 = <i>if <b>t</b>&#060 pi then sin(2*<b>t</b>)*sin(2*<b>t</b>) else 0</i></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DET1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>96dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>48dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>24dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>12dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EG Shift</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Op &2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Frequency 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AR2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RR2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D2R2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1L2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1R2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Scaling 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LS2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RS2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vol 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sensitivity 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EBS2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KVS2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AME2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune Wave EGShift 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DET2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Op &3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Frequency 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RR3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D2R3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1L3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1R3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AR3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Scaling 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LS3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RS3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vol 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sensitivity 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EBS3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KVS3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AME3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune Wave EGShift 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DET3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Op &4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Frequency 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Coarse 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fine 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Scaling 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LS4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RS4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AR4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RR4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D2R4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1L4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>D1R4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vol 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sensitivity 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EBS4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KVS4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AME4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune Wave EGShift 4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DET4</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>DrumEdit</name> + <message> + <source>&File</source> + <translation>&Arkiv</translation> + </message> + <message> + <source>Load Map</source> + <translation>Ladda mappning</translation> + </message> + <message> + <source>Save Map</source> + <translation>Spara Mappning</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Redigera</translation> + </message> + <message> + <source>Cut</source> + <translation>Klipp ut</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiera</translation> + </message> + <message> + <source>Paste</source> + <translation>Klistra in</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Ta bort händelser</translation> + </message> + <message> + <source>Select All</source> + <translation>Välj Allt</translation> + </message> + <message> + <source>Select None</source> + <translation>Välj Ingen</translation> + </message> + <message> + <source>Invert</source> + <translation>Invertera</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>I loop</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Utanför loop</translation> + </message> + <message> + <source>&Select</source> + <translation>&Välj</translation> + </message> + <message> + <source>Load Drummap</source> + <translation>Ladda trummappning</translation> + </message> + <message> + <source>Store Drummap</source> + <translation>Spara trummappning</translation> + </message> + <message> + <source>Step Record</source> + <translation>Stegvis inspelning</translation> + </message> + <message> + <source>Midi Input</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Lägg till Controller vy</translation> + </message> + <message> + <source>M</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sound</source> + <translation>Ljud</translation> + </message> + <message> + <source>QNT</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>E-Note</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>A-Note</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Port</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LV1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LV2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LV3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LV4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>drummaps</source> + <translation type="obsolete">trummappningar</translation> + </message> + <message> + <source>Muse: Load Drum Map</source> + <translation>Muse: Ladda trummappning</translation> + </message> + <message> + <source>MusE: Store Drum Map</source> + <translation>MusE: Spara trummappning</translation> + </message> + <message> + <source>Set fixed length</source> + <translation type="unfinished">Sätt fast längd</translation> + </message> + <message> + <source>&Functions</source> + <translation type="unfinished">&Funktioner</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation type="unfinished">Modifiera Velocity</translation> + </message> +</context> +<context> + <name>EditCAfterDialog</name> + <message> + <source>MusE: Enter Channel Aftertouch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Time Position</source> + <translation type="unfinished">Tidsposition</translation> + </message> + <message> + <source>Pressure</source> + <translation type="unfinished">Tryck</translation> + </message> +</context> +<context> + <name>EditCtrl14Dialog</name> + <message> + <source>MusE: Enter Controller14 Event</source> + <translation type="obsolete">MusE: Mata in Controller14 Händelse</translation> + </message> + <message> + <source>Time Position</source> + <translation type="obsolete">Tidsposition</translation> + </message> + <message> + <source>Value</source> + <translation type="obsolete">Värde</translation> + </message> +</context> +<context> + <name>EditCtrl7Dialog</name> + <message> + <source>MusE: Enter Controller Event</source> + <translation type="obsolete">MusE: Mata in Controller Händelse</translation> + </message> + <message> + <source>Time Position</source> + <translation type="obsolete">Tidsposition</translation> + </message> + <message> + <source>Value</source> + <translation type="obsolete">Värde</translation> + </message> +</context> +<context> + <name>EditCtrl7DialogBase</name> + <message> + <source>MusE: Enter Controller</source> + <translation>MusE: Mata in Controller</translation> + </message> + <message> + <source>Controller:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Time Position:</source> + <translation>Tidspositions:</translation> + </message> + <message> + <source>Value:</source> + <translation>Värde:</translation> + </message> + <message> + <source>controller value</source> + <translation type="unfinished">controllervärde</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> +</context> +<context> + <name>EditCtrlBase</name> + <message> + <source>MusE: Edit Controller Event</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Time Position</source> + <translation type="unfinished">Tidsposition</translation> + </message> + <message> + <source>Available Controller:</source> + <translation type="unfinished">Tillgänglig controller:</translation> + </message> + <message> + <source>Create New Controller</source> + <translation type="unfinished">Skapa ny Controller:</translation> + </message> + <message> + <source>textLabel3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Value</source> + <translation type="unfinished">Värde</translation> + </message> + <message> + <source>Controller</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>H-Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>L-Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Program</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">av</translation> + </message> + <message> + <source>pushButton4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished">&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Avbryt</translation> + </message> +</context> +<context> + <name>EditEventDialog</name> + <message> + <source>Ok</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Avbryt</translation> + </message> +</context> +<context> + <name>EditGainBase</name> + <message> + <source>MusE: Modify gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>200%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>100%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>0%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+R</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Apply</source> + <translation type="unfinished">&Verkställ</translation> + </message> + <message> + <source>Alt+A</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Avbryt</translation> + </message> + <message> + <source>Alt+C</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditInstrumentBase</name> + <message> + <source>MusE: Instrument Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Patches</source> + <translation type="unfinished">Patcher</translation> + </message> + <message> + <source>Patch Name:</source> + <translation type="unfinished">Patchnamn:</translation> + </message> + <message> + <source>High Bank:</source> + <translation type="unfinished">Hög bank:</translation> + </message> + <message> + <source>Low Bank:</source> + <translation type="unfinished">Låg bank:</translation> + </message> + <message> + <source>Program:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>d.c.</source> + <comment>dont care</comment> + <translation type="unfinished"></translation> + </message> + <message> + <source>d.c.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Patch/Group</source> + <translation type="unfinished">Patch/Grupp;</translation> + </message> + <message> + <source>&Delete</source> + <translation type="unfinished">&Ta bort</translation> + </message> + <message> + <source>Alt+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&New Patch</source> + <translation type="unfinished">&Ny Patch</translation> + </message> + <message> + <source>Alt+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>New Group</source> + <translation type="unfinished">Ny Grupp;</translation> + </message> + <message> + <source>Drum</source> + <translation type="unfinished">Trumma</translation> + </message> + <message> + <source>GM</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>GS</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>XG</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Controller</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation type="unfinished">Fördefinierad controller:</translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation type="unfinished">Detta är en lista med vanligt använda midi-controllers +Notera att i MusE hanteras tonhöjd och program change som +vanliga controllers.</translation> + </message> + <message> + <source>Properties</source> + <translation type="unfinished">Egenskaper</translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Namn</translation> + </message> + <message> + <source>Type</source> + <translation type="unfinished">Typ</translation> + </message> + <message> + <source>Control7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Control14</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tonhöjd</translation> + </message> + <message> + <source>Program</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>H-Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation type="unfinished">Midicontrollernummer, hög byte</translation> + </message> + <message> + <source>L-Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation type="unfinished">Midicontrollernummer, låg byte</translation> + </message> + <message> + <source>Range</source> + <translation type="unfinished">Område</translation> + </message> + <message> + <source>Min</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Max</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Default</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Name </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Type </source> + <translation type="unfinished">Typ</translation> + </message> + <message> + <source>Min Val</source> + <translation type="unfinished">Minvärde</translation> + </message> + <message> + <source>Max Val</source> + <translation type="unfinished">Maxvärde</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation type="unfinished">lista med definierade controllers</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation type="unfinished">Detta är MusEs lista med definierade controllers.</translation> + </message> + <message> + <source>SysEx</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Initialization</source> + <translation type="unfinished">Initiering</translation> + </message> + <message> + <source>Panic</source> + <translation type="unfinished">Panik</translation> + </message> + <message> + <source>Hex Entry:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&File</source> + <translation type="unfinished">&Arkiv</translation> + </message> + <message> + <source>Tools</source> + <translation type="unfinished">Verktyg</translation> + </message> + <message> + <source>New</source> + <translation type="unfinished">Ny</translation> + </message> + <message> + <source>&New</source> + <translation type="unfinished">&Ny</translation> + </message> + <message> + <source>Ctrl+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Open</source> + <translation type="unfinished">Öppna</translation> + </message> + <message> + <source>&Open...</source> + <translation type="unfinished">&Öppna...</translation> + </message> + <message> + <source>Ctrl+O</source> + <translation type="unfinished">Ctrl+Ö</translation> + </message> + <message> + <source>Save</source> + <translation type="unfinished">Spara</translation> + </message> + <message> + <source>&Save</source> + <translation type="unfinished">&Spara</translation> + </message> + <message> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Save As</source> + <translation type="unfinished">Spara som</translation> + </message> + <message> + <source>Save &As...</source> + <translation type="unfinished">S&para som...</translation> + </message> + <message> + <source>Exit</source> + <translation type="unfinished">Stäng</translation> + </message> + <message> + <source>E&xit</source> + <translation type="unfinished">S&täng</translation> + </message> +</context> +<context> + <name>EditMetaDialog</name> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MusE: Mata in Meta Händelse</translation> + </message> + <message> + <source>Time Position</source> + <translation>Tidsposition</translation> + </message> + <message> + <source>Meta Type</source> + <translation>Metatyp</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Mata in Hex</translation> + </message> +</context> +<context> + <name>EditMetaDialogBase</name> + <message> + <source>MusE: Enter Meta Event</source> + <translation>MusE: Mata in Meta Händelse</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> + <message> + <source>TextLabel1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Time Position:</source> + <translation>Tidsposition:</translation> + </message> + <message> + <source>Meta Type:</source> + <translation>Metatyp:</translation> + </message> + <message> + <source>Enter Hex</source> + <translation>Mata in hex</translation> + </message> +</context> +<context> + <name>EditNoteDialogBase</name> + <message> + <source>MusE: Enter Note</source> + <translation>MusE: Mata in Not</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> + <message> + <source>Length:</source> + <translation>Längd:</translation> + </message> + <message> + <source>Time Position:</source> + <translation>Tidsposition:</translation> + </message> + <message> + <source>Pitch:</source> + <translation>Tonhöjd:</translation> + </message> + <message> + <source>Velocity On:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Velocity Off:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditPAfterDialog</name> + <message> + <source>MusE: Enter Poly Aftertouch</source> + <translation>MusE: Mata in Poly Aftertouch</translation> + </message> + <message> + <source>Time Position</source> + <translation>Tidsposition</translation> + </message> + <message> + <source>Pitch</source> + <translation>Tonhöjd</translation> + </message> + <message> + <source>Pressure</source> + <translation type="unfinished">Tryck</translation> + </message> +</context> +<context> + <name>EditPitchDialog</name> + <message> + <source>MusE: Enter Pitch Shift</source> + <translation type="obsolete">MusE: Mata in Pitch Shift</translation> + </message> + <message> + <source>Time Position</source> + <translation type="obsolete">Tidsposition</translation> + </message> + <message> + <source>Pitch</source> + <translation type="obsolete">Tonhöjd</translation> + </message> +</context> +<context> + <name>EditSysexDialogBase</name> + <message> + <source>MusE: Enter SysEx</source> + <translation>MusE: Mata in SysEx</translation> + </message> + <message> + <source>TimePosition:</source> + <translation>Tidsposition:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Kommentar:</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> +</context> +<context> + <name>EditToolBar</name> + <message> + <source>Edit Tools</source> + <translation>Redigeringsverktyg</translation> + </message> +</context> +<context> + <name>EffectRack</name> + <message> + <source>effect rack</source> + <translation>effektrack</translation> + </message> + <message> + <source>move up</source> + <translation>flytta upp</translation> + </message> + <message> + <source>move down</source> + <translation>flytta ner</translation> + </message> + <message> + <source>remove</source> + <translation>ta bort</translation> + </message> + <message> + <source>bypass</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>show gui</source> + <translation>visa gui</translation> + </message> + <message> + <source>new</source> + <translation>ny</translation> + </message> + <message> + <source>change</source> + <translation>ändra</translation> + </message> + <message> + <source>Replace effect</source> + <translation type="unfinished">Byt effekt</translation> + </message> + <message> + <source>Do you really want to replace the effect %1?</source> + <translation type="unfinished">Vill du verkligen ersätta effekten %1?</translation> + </message> + <message> + <source>&Yes</source> + <translation type="unfinished">&Ja</translation> + </message> + <message> + <source>&No</source> + <translation type="unfinished">&Nej</translation> + </message> +</context> +<context> + <name>ErrorHandlerBase</name> + <message> + <source>Form1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>We are sorry, MusE has encountered a +fatal error and is unable to continue.</source> + <translation type="unfinished">Tyvärr har ett fatalt fel inträffat, MusE +kan inte fortsätta.</translation> + </message> + <message> + <source>The Error +Message:</source> + <translation type="unfinished">Felmeddelandet:</translation> + </message> + <message> + <source>textLabel2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Terminate</source> + <translation type="unfinished">Terminera</translation> + </message> +</context> +<context> + <name>FLUIDGui</name> + <message> + <source>FLUID: open Soundfile</source> + <translation type="unfinished">FLUID: öppna ljudbank</translation> + </message> +</context> +<context> + <name>FLUIDGuiBase</name> + <message> + <source>Load</source> + <translation type="unfinished">Ladda</translation> + </message> + <message> + <source>Form1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Soundfont</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FLUIDSynthGuiBase</name> + <message> + <source>Gain</source> + <translation type="unfinished">Förstärkning</translation> + </message> + <message> + <source>Room Size</source> + <translation type="unfinished">Rumsstorlek</translation> + </message> + <message> + <source>Damping</source> + <translation type="unfinished">Dämpning</translation> + </message> + <message> + <source>Level</source> + <translation type="unfinished">Nivå</translation> + </message> + <message> + <source>Width</source> + <translation type="unfinished">Bredd</translation> + </message> + <message> + <source>Speed</source> + <translation type="unfinished">Hastighet</translation> + </message> + <message> + <source>Depth</source> + <translation type="unfinished">Djup</translation> + </message> + <message> + <source>Number</source> + <translation type="unfinished">Nummer</translation> + </message> + <message> + <source>Type</source> + <translation type="unfinished">Typ</translation> + </message> + <message> + <source>Sine</source> + <translation type="unfinished">Sinus</translation> + </message> + <message> + <source>Triangle</source> + <translation type="unfinished">Triangel</translation> + </message> + <message> + <source>Load</source> + <translation type="unfinished">Ladda</translation> + </message> + <message> + <source>Save</source> + <translation type="obsolete">Spara</translation> + </message> + <message> + <source>Delete</source> + <translation type="unfinished">Ta bort</translation> + </message> + <message> + <source>Fontname</source> + <translation type="unfinished">Fontnamn</translation> + </message> + <message> + <source>FLUID Synth</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Dump Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>ID</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Chnl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Soundfont</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Drum Chnl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Reverb</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>CHANNEL SETUP</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Chorus</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LOADED SOUNDFONTS</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FileDialogButtons</name> + <message> + <source>Form1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Global</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>User</source> + <translation>Användare</translation> + </message> + <message> + <source>Project</source> + <translation>Projekt</translation> + </message> + <message> + <source>Load:</source> + <translation type="unfinished">Ladda:</translation> + </message> + <message> + <source>Songdata + +Cofiguration</source> + <translation type="unfinished">Sångdata + +konfiguration</translation> + </message> + <message> + <source>only +Songdata</source> + <translation type="unfinished">bara sångdata</translation> + </message> +</context> +<context> + <name>FontSel</name> + <message> + <source>Size:</source> + <translation type="unfinished">Storlek:</translation> + </message> +</context> +<context> + <name>GateTimeBase</name> + <message> + <source>MusE: Modify Gate Time</source> + <translation>MusE: Ändra Gate-tid</translation> + </message> + <message> + <source>Range</source> + <translation>Område</translation> + </message> + <message> + <source>All Events</source> + <translation>Alla Händelser</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Valda Händelser</translation> + </message> + <message> + <source>Looped Events</source> + <translation>Loopade Händelser</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Valda & Loopade</translation> + </message> + <message> + <source>Values</source> + <translation>Värden</translation> + </message> + <message> + <source>Rate:</source> + <translation>Hastighet:</translation> + </message> + <message> + <source>Offset:</source> + <translation type="unfinished">Offset:</translation> + </message> + <message> + <source>%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> +</context> +<context> + <name>GlobalSettingsDialogBase</name> + <message> + <source>MusE: Global Settings</source> + <translation>MusE: Globala Inställningar</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Verkställ</translation> + </message> + <message> + <source>&Ok</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Avbryt</translation> + </message> + <message> + <source>Audio</source> + <translation type="unfinished">Ljud</translation> + </message> + <message> + <source>Mixer</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>min. Meter Value</source> + <translation>min. Metervärde</translation> + </message> + <message> + <source>min.Slider Val</source> + <translation type="unfinished">min. Slider värde</translation> + </message> + <message> + <source>Midi</source> + <translation type="unfinished">Midi</translation> + </message> + <message> + <source>Ticks</source> + <translation type="unfinished">Tick</translation> + </message> + <message> + <source>1024</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>2048</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>4096</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>8172</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Displayed Resolution +(Ticks/Quarternote)</source> + <translation>Visad upplösning +(Tick/Kvartsnot)</translation> + </message> + <message> + <source>48</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>96</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>192</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>384</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>768</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>1536</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>3072</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>6144</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>12288</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RTC Resolution +(Ticks/Sec)</source> + <translation>RTC-Upplösning +(Tick/Sek)</translation> + </message> + <message> + <source>GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Help Browser:</source> + <translation>Hjälpläsare:</translation> + </message> + <message> + <source>GUI Refresh Rate</source> + <translation>GUI-uppdateringsfrekvens</translation> + </message> + <message> + <source>/sec</source> + <translation>/sek</translation> + </message> + <message> + <source>Application</source> + <translation type="unfinished">Applikation</translation> + </message> + <message> + <source>Start Muse</source> + <translation type="unfinished">Starta MusE</translation> + </message> + <message> + <source>start with last song</source> + <translation type="unfinished">starta med föregående sång</translation> + </message> + <message> + <source>start with song</source> + <translation type="unfinished">starta med sång</translation> + </message> + <message> + <source>start song:</source> + <translation type="unfinished">startsång:</translation> + </message> + <message> + <source>Views</source> + <translation type="unfinished">Vyer</translation> + </message> + <message> + <source>y-pos</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>show</source> + <translation type="unfinished">visa</translation> + </message> + <message> + <source>x-pos</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>height</source> + <translation type="unfinished">höjd</translation> + </message> + <message> + <source>width</source> + <translation type="unfinished">bredd</translation> + </message> + <message> + <source>Big Time</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Arranger</source> + <translation type="unfinished">Arrangerare</translation> + </message> + <message> + <source>Transport</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cur</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set current values</source> + <translation type="unfinished">sätt nuvarande värden</translation> + </message> + <message> + <source>start with template: default.med</source> + <translation type="unfinished">börja med mall: default.med</translation> + </message> + <message> + <source>show splash screen</source> + <translation type="unfinished">visa splash</translation> + </message> + <message> + <source>External Waveditor</source> + <translation type="unfinished">Extern Ljudredigerare</translation> + </message> + <message> + <source>External Waveditor command</source> + <translation type="unfinished">Extern Ljudredigerarkommando</translation> + </message> +</context> +<context> + <name>LMaster</name> + <message> + <source>MusE: Mastertrack</source> + <translation>MusE: Masterspår</translation> + </message> + <message> + <source>Tempo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Timesig</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>new tempo</source> + <translation>nytt tempo</translation> + </message> + <message> + <source>new signature</source> + <translation>ny signatur</translation> + </message> + <message> + <source>Meter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Time</source> + <translation>Tid</translation> + </message> + <message> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <source>Value</source> + <translation>Värde</translation> + </message> + <message> + <source>&Edit</source> + <translation type="unfinished">&Redigera</translation> + </message> + <message> + <source>Insert Tempo</source> + <translation type="unfinished">Sätt in tempo</translation> + </message> + <message> + <source>Insert Signature</source> + <translation type="unfinished">Sätt in signatur</translation> + </message> + <message> + <source>Edit Positon</source> + <translation type="unfinished">Editera position</translation> + </message> + <message> + <source>Edit Value</source> + <translation type="unfinished">Editera värde</translation> + </message> + <message> + <source>Delete Event</source> + <translation type="unfinished">Ta bort event</translation> + </message> + <message> + <source>Reposition of the initial tempo and signature events is not allowed</source> + <translation type="unfinished">Ompositionering av initalt tempo och/eller signaturevent är inte tillåtet</translation> + </message> + <message> + <source>MusE: List Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Input error, conversion not OK or value out of range</source> + <translation type="unfinished">Inmatningsfel, konvertering felaktig eller värde utanför område</translation> + </message> + <message> + <source>Reposition of tempo and signature events to start position is not allowed!</source> + <translation type="unfinished">Ompositionering av tempo och/eller signaturevent till startposition är inte tillåtet</translation> + </message> +</context> +<context> + <name>ListEdit</name> + <message> + <source>Insert Note</source> + <translation>Mata in Not</translation> + </message> + <message> + <source>insert Note</source> + <translation>Mata in Not</translation> + </message> + <message> + <source>Insert SysEx</source> + <translation>Mata in SysEx</translation> + </message> + <message> + <source>insert SysEx</source> + <translation>Mata in SysEx</translation> + </message> + <message> + <source>Insert Ctrl</source> + <translation>Mata in Ctrl</translation> + </message> + <message> + <source>insert Ctrl</source> + <translation>Mata in Ctrl</translation> + </message> + <message> + <source>Insert Meta</source> + <translation>Mata in Meta</translation> + </message> + <message> + <source>insert Meta</source> + <translation>Mata in Meta</translation> + </message> + <message> + <source>Insert Pitch</source> + <translation type="obsolete">Mata in Pitch</translation> + </message> + <message> + <source>insert Pitch</source> + <translation type="obsolete">Mata in Pitch</translation> + </message> + <message> + <source>Insert Channel Aftertouch</source> + <translation>Mata in Aftertouch för kanal</translation> + </message> + <message> + <source>insert Channel Aftertouch</source> + <translation>Mata in Aftertouch för kanal</translation> + </message> + <message> + <source>Insert Key Aftertouch</source> + <translation>Mata in Key Aftertouch</translation> + </message> + <message> + <source>insert Poly Aftertouch</source> + <translation>Mata in Poly Aftertouch</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Redigera</translation> + </message> + <message> + <source>Cut</source> + <translation>Klipp ut</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiera</translation> + </message> + <message> + <source>Paste</source> + <translation>Klistra in</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Ta bort Händelser</translation> + </message> + <message> + <source>List Tools</source> + <translation>Listverktyg</translation> + </message> + <message> + <source>Insert Tools</source> + <translation>Inmatningsverktyg</translation> + </message> + <message> + <source>Tick</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bar</source> + <translation type="unfinished">Takt</translation> + </message> + <message> + <source>Typ</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Val A</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Val B</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Val C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Comment</source> + <translation>Kommentar</translation> + </message> +</context> +<context> + <name>MITTransposeBase</name> + <message> + <source>MusE: Midi Input Plugin: Transpose</source> + <translation>MusE: Midi Inputplugin: Transponering</translation> + </message> + <message> + <source>On</source> + <translation>På</translation> + </message> + <message> + <source>TriggerKey</source> + <translation type="unfinished">TriggNot</translation> + </message> + <message> + <source>Transpose:</source> + <translation type="unfinished">Transponering:</translation> + </message> + <message> + <source>+0</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MPConfig</name> + <message> + <source>none</source> + <translation>inga</translation> + </message> + <message> + <source>other raw ...</source> + <translation type="obsolete">annan raw ...</translation> + </message> + <message> + <source>MusE: Midi Port Table</source> + <translation type="obsolete">MusE: Midiporttabell</translation> + </message> + <message> + <source>Port</source> + <translation></translation> + </message> + <message> + <source>GUI</source> + <translation></translation> + </message> + <message> + <source>Instrument</source> + <translation></translation> + </message> + <message> + <source>Device Name</source> + <translation>Enhetsnamn</translation> + </message> + <message> + <source>State</source> + <translation>Status</translation> + </message> + <message> + <source>unknown</source> + <translation>okänd</translation> + </message> + <message> + <source>I</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>O</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MRConfigBase</name> + <message> + <source>MusE: Midi Input Plugin: Remote Control</source> + <translation>MusE: Midiinputplugin: Fjärrkontroll</translation> + </message> + <message> + <source>Activate</source> + <translation>Aktivera</translation> + </message> + <message> + <source>On</source> + <translation>På</translation> + </message> + <message> + <source>Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Stop</source> + <translation type="unfinished">Stopp</translation> + </message> + <message> + <source>Record</source> + <translation type="unfinished">Spela in</translation> + </message> + <message> + <source>Goto Left Mark</source> + <translation>Gå till vänster markering</translation> + </message> + <message> + <source>Play</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MTScale</name> + <message> + <source>bar scale</source> + <translation>takt skala</translation> + </message> +</context> +<context> + <name>MarkerView</name> + <message> + <source>MusE: Marker</source> + <translation>MusE: Markör</translation> + </message> + <message> + <source>add marker</source> + <translation>lägg till markör</translation> + </message> + <message> + <source>Add Marker</source> + <translation>Lägg till Markör</translation> + </message> + <message> + <source>delete marker</source> + <translation>ta bort markör</translation> + </message> + <message> + <source>Delete Marker</source> + <translation>Ta bort Markör</translation> + </message> + <message> + <source>&File</source> + <translation>&Arkiv</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Redigera</translation> + </message> + <message> + <source>Bar:Beat:Tick</source> + <translation>Takt:Slag:Tick</translation> + </message> + <message> + <source>Hr:Mn:Sc:Fr:Sf</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Lock</source> + <translation>Lås</translation> + </message> + <message> + <source>Text</source> + <translation type="unfinished">Text</translation> + </message> + <message> + <source>Marker Properties</source> + <translation>Markörinställningar</translation> + </message> +</context> +<context> + <name>MasterEdit</name> + <message> + <source>MusE: Mastertrack</source> + <translation>MusE: Masterspår</translation> + </message> + <message> + <source>edit tools</source> + <translation>redigeringsverktyg</translation> + </message> + <message> + <source>EnableMaster</source> + <translation>Aktivera Master</translation> + </message> + <message> + <source>use master track</source> + <translation type="obsolete">använd master track</translation> + </message> + <message> + <source>Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cursor</source> + <translation type="unfinished">Markör</translation> + </message> + <message> + <source>Off</source> + <translation>Av</translation> + </message> + <message> + <source>Snap</source> + <translation>Fäst vid</translation> + </message> + <message> + <source>time at cursor position</source> + <translation>tid vid markörposition</translation> + </message> + <message> + <source>tempo at cursor position</source> + <translation>tempo vid markörposition</translation> + </message> + <message> + <source>CurPos </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>tempo at current position</source> + <translation>tempo vid nuvarande position</translation> + </message> + <message> + <source>time signature at current position</source> + <translation>time signature vid nuvarande position</translation> + </message> + <message> + <source>Enable</source> + <translation type="unfinished">Aktivera</translation> + </message> + <message> + <source>Enable usage of master track</source> + <translation type="unfinished">Aktivera användning av masterspår</translation> + </message> +</context> +<context> + <name>MetronomeConfigBase</name> + <message> + <source>MusE: Metronome Config</source> + <translation>MusE: Metronomeconfiguration</translation> + </message> + <message> + <source>Metronome</source> + <translation>Metronom</translation> + </message> + <message> + <source>Audio Beep</source> + <translation>Audio - Ton</translation> + </message> + <message> + <source>MIDI Click</source> + <translation type="unfinished">Midiklick</translation> + </message> + <message> + <source>Midi Channel</source> + <translation type="unfinished">Midikanal</translation> + </message> + <message> + <source>Measure Note</source> + <translation>Taktnot</translation> + </message> + <message> + <source>Measure Velocity</source> + <translation>Taktanslag</translation> + </message> + <message> + <source>Beat Velocity</source> + <translation>Slaganslag</translation> + </message> + <message> + <source>Beat Note</source> + <translation>Slagnot</translation> + </message> + <message> + <source>Midi Port</source> + <translation type="unfinished">Midiport</translation> + </message> + <message> + <source>Precount</source> + <translation>Inräkning</translation> + </message> + <message> + <source>enable</source> + <translation>på</translation> + </message> + <message> + <source>Bars</source> + <translation>Takter</translation> + </message> + <message> + <source>From Mastertrack</source> + <translation>Från Masterspår</translation> + </message> + <message> + <source>/</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Signature</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Prerecord</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Preroll</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Apply</source> + <translation>&Verställ</translation> + </message> + <message> + <source>&OK</source> + <translation>&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Avbryt</translation> + </message> +</context> +<context> + <name>MidiController</name> + <message> + <source>Velocity</source> + <translation type="unfinished">Hastighet</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialog</name> + <message> + <source>MusE: save midi controller list</source> + <translation type="obsolete">MusE: spara midi-controller lista</translation> + </message> + <message> + <source>MusE: load midi controller list</source> + <translation type="obsolete">MusE:ladda midi-controller lista</translation> + </message> +</context> +<context> + <name>MidiControllerEditDialogBase</name> + <message> + <source>MusE: Define Midi Controller</source> + <translation type="unfinished">MusE: Definiera Midi-controller</translation> + </message> + <message> + <source>replace controller set</source> + <translation type="obsolete">ersätt controller-set</translation> + </message> + <message> + <source>merge controller set</source> + <translation type="obsolete">slå ihop controller-set</translation> + </message> + <message> + <source>save controller set as</source> + <translation type="obsolete">spara controller-set</translation> + </message> + <message> + <source>Name </source> + <translation type="unfinished">Namn</translation> + </message> + <message> + <source>Type </source> + <translation type="unfinished">Typ</translation> + </message> + <message> + <source>Min Val</source> + <translation type="unfinished">Min.värde</translation> + </message> + <message> + <source>Max Val</source> + <translation type="unfinished">Max.värde</translation> + </message> + <message> + <source>list of defined controllers</source> + <translation type="unfinished">lista med definierade controllers</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation type="unfinished">Detta är MusEs lista med definierade controllers.</translation> + </message> + <message> + <source>Properties</source> + <translation type="unfinished">Egenskaper</translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Namn</translation> + </message> + <message> + <source>Max Value</source> + <translation type="unfinished">Max.värde</translation> + </message> + <message> + <source>Min Value</source> + <translation type="unfinished">Min.värde</translation> + </message> + <message> + <source>Type</source> + <translation type="unfinished">Typ</translation> + </message> + <message> + <source>&New</source> + <translation type="obsolete">&Ny</translation> + </message> + <message> + <source>create new entry</source> + <translation type="unfinished">skapa nytt inlägg</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation type="unfinished">tryck på Ny knappen för att skapa nytt inlägg +i MusEs lista med definierade controllers</translation> + </message> + <message> + <source>&Delete</source> + <translation type="unfinished">&Ta bort</translation> + </message> + <message> + <source>delete selected entry</source> + <translation type="unfinished">ta bort valt inlägg</translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished">&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Avbryt</translation> + </message> + <message> + <source>&Add</source> + <translation type="unfinished">&Lägg till</translation> + </message> + <message> + <source>Alt+A</source> + <translation type="unfinished">Alt+L</translation> + </message> + <message> + <source>Predefined Controller:</source> + <translation type="unfinished">Fördefinieradecontrollers:</translation> + </message> + <message> + <source>H-Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>L-Ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Managed Controller for Port</source> + <translation type="unfinished">Hanterad controller för port</translation> + </message> + <message> + <source>Channel</source> + <translation type="unfinished">Kanal</translation> + </message> + <message> + <source>This is a list of commonly used midi controllers. +Note that in MusE pitch and program changes are +handled like normal controllers.</source> + <translation type="unfinished">Detta är en lista med vanligt använda midi-controllers. +Notera att tonhöjd- och program-change hanteras +som vanliga controllers i MusE.</translation> + </message> + <message> + <source>Control7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Control14</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tonhöjd</translation> + </message> + <message> + <source>Program</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Controller Number High Byte</source> + <translation type="unfinished">Midicontrollernummer, hög byte</translation> + </message> + <message> + <source>Midi Controller Number Low Byte</source> + <translation type="unfinished">Midicontrollernummer, låg byte</translation> + </message> + <message> + <source>Range</source> + <translation type="unfinished">Område</translation> + </message> +</context> +<context> + <name>MidiFileConfig</name> + <message> + <source>Config exported Midi Files</source> + <translation type="obsolete">Inställningar exporterade midifiler</translation> + </message> + <message> + <source>MusE: Config exported Midi Files</source> + <translation type="obsolete">MusE: Inställningar exporterade midifiler</translation> + </message> + <message> + <source>Enable extended smf format</source> + <translation type="obsolete">Slå på utbyggt smf-format</translation> + </message> +</context> +<context> + <name>MidiFilterConfigBase</name> + <message> + <source>MusE: Midi Input Filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Record Filter</source> + <translation type="unfinished">Inspelningsfilter</translation> + </message> + <message> + <source>Note On</source> + <translation type="unfinished">Noteon</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Controller</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Program Change</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>After Touch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch Bend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sysex</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Thru Filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Controller Filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Channel Filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>14</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>10</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>6</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>12</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>9</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>8</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>13</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>15</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>16</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>7</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>11</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>5</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>1</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MidiInputTransformDialog</name> + <message> + <source>New</source> + <translation type="unfinished">Ny</translation> + </message> +</context> +<context> + <name>MidiInputTransformDialogBase</name> + <message> + <source>MusE: Midi Input Transformator</source> + <translation>MusE: Midi inputtransformator</translation> + </message> + <message> + <source>Filter</source> + <translation type="unfinished">Filter</translation> + </message> + <message> + <source>All</source> + <translation type="unfinished">Alla</translation> + </message> + <message> + <source>Equal</source> + <translation>Lika</translation> + </message> + <message> + <source>Unequal</source> + <translation type="unfinished">Ej lika</translation> + </message> + <message> + <source>Note</source> + <translation>Not</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Control Change</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Aftertouch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch Bend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Value 2</source> + <translation>Värde 2</translation> + </message> + <message> + <source>Value 1</source> + <translation>Värde 1</translation> + </message> + <message> + <source>Event Type</source> + <translation>Händelsetyp</translation> + </message> + <message> + <source>Ignore</source> + <translation type="unfinished">Ignorera</translation> + </message> + <message> + <source>Higher</source> + <translation type="unfinished">Högre</translation> + </message> + <message> + <source>Lower</source> + <translation>Lägre</translation> + </message> + <message> + <source>Inside</source> + <translation type="unfinished">Innanför</translation> + </message> + <message> + <source>Outside</source> + <translation type="unfinished">Utanför</translation> + </message> + <message> + <source>Channel</source> + <translation type="unfinished">Kanal</translation> + </message> + <message> + <source>Port</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Processing</source> + <translation>Bearbetar</translation> + </message> + <message> + <source>Keep</source> + <translation>Behåll</translation> + </message> + <message> + <source>Fix</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plus</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Minus</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Multiply</source> + <translation>Multiplicera</translation> + </message> + <message> + <source>Divide</source> + <translation type="unfinished">Dela</translation> + </message> + <message> + <source>Invert</source> + <translation>Invertera</translation> + </message> + <message> + <source>ScaleMap</source> + <translation type="unfinished">Skalmap</translation> + </message> + <message> + <source>Flip</source> + <translation type="unfinished">Vänd</translation> + </message> + <message> + <source>Dyn</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Random</source> + <translation type="unfinished">Slumpmässig</translation> + </message> + <message> + <source>Modules</source> + <translation>Moduler</translation> + </message> + <message> + <source>1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>4</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>enable modul 1</source> + <translation>aktivera modul 1</translation> + </message> + <message> + <source>enable modul 2</source> + <translation>aktivera modul 2</translation> + </message> + <message> + <source>enable modul 3</source> + <translation>aktivera modul 3</translation> + </message> + <message> + <source>enable modul 4</source> + <translation>aktivera modul 4</translation> + </message> + <message> + <source>Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Name:</source> + <translation>Namn:</translation> + </message> + <message> + <source>Comment:</source> + <translation type="unfinished">Kommentar:</translation> + </message> + <message> + <source>Function</source> + <translation type="unfinished">Funktion</translation> + </message> + <message> + <source>&New</source> + <translation>&Ny</translation> + </message> + <message> + <source>create new preset</source> + <translation type="unfinished">skapa ny preset</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Ta bort</translation> + </message> + <message> + <source>delete preset</source> + <translation>ta bort preset</translation> + </message> + <message> + <source>&Dismiss</source> + <translation>&Stäng</translation> + </message> + <message> + <source>PresetList</source> + <translation type="unfinished">Presetlista</translation> + </message> +</context> +<context> + <name>MidiPortRouteBase</name> + <message> + <source>MusE: Midi Port Routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Port 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Output</source> + <translation type="unfinished">Utgång</translation> + </message> + <message> + <source>Input</source> + <translation type="unfinished">Ingång</translation> + </message> +</context> +<context> + <name>MidiRawDeviceDialogBase</name> + <message> + <source>MusE: raw midi device configuration</source> + <translation type="obsolete">MusE: raw midienhets-inställningar</translation> + </message> + <message> + <source>Name</source> + <translation type="obsolete">Namn</translation> + </message> + <message> + <source>Type</source> + <translation type="obsolete">Typ</translation> + </message> + <message> + <source>Virt. Ports</source> + <translation type="obsolete">Virt. port</translation> + </message> + <message> + <source>Speed</source> + <translation type="obsolete">Hastighet</translation> + </message> + <message> + <source>Handshaking</source> + <translation type="obsolete">Handskakning</translation> + </message> + <message> + <source>Virt.Ports</source> + <translation type="obsolete">Virt.port</translation> + </message> + <message> + <source>Serial Port</source> + <translation type="obsolete">Serieport</translation> + </message> + <message> + <source>None</source> + <translation type="obsolete">Ingen</translation> + </message> + <message> + <source>&New</source> + <translation type="obsolete">&Ny</translation> + </message> + <message> + <source>&Delete</source> + <translation type="obsolete">&Ta bort</translation> + </message> + <message> + <source>&OK</source> + <translation type="obsolete">&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="obsolete">&Avbryt</translation> + </message> +</context> +<context> + <name>MidiStrip</name> + <message> + <source>VariationSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Var</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>ReverbSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Rev</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>ChorusSend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cho</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">av</translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pan/Balance</source> + <translation type="unfinished">Pan/Balans</translation> + </message> + <message> + <source>Pan</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>record</source> + <translation type="unfinished">spela in</translation> + </message> + <message> + <source>mute</source> + <translation type="unfinished">tysta</translation> + </message> + <message> + <source>pre fader listening</source> + <translation type="unfinished">pre fader lyssning</translation> + </message> + <message> + <source>Route</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Off</source> + <translation type="unfinished">Av</translation> + </message> + <message> + <source>Read</source> + <translation type="unfinished">Läs</translation> + </message> + <message> + <source>Touch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Write</source> + <translation type="unfinished">Skriv</translation> + </message> + <message> + <source>automation type</source> + <translation type="unfinished">automationstyp</translation> + </message> +</context> +<context> + <name>MidiSyncConfigBase</name> + <message> + <source>MusE: Midi Sync</source> + <translation type="unfinished">MusE: Midisync</translation> + </message> + <message> + <source>Sync Mode</source> + <translation type="unfinished">Synkläge</translation> + </message> + <message> + <source>Master</source> + <translation type="unfinished">Master</translation> + </message> + <message> + <source>Slave</source> + <translation type="unfinished">Slav</translation> + </message> + <message> + <source>Sync Source</source> + <translation type="unfinished">Sync-källa</translation> + </message> + <message> + <source>accept MTC</source> + <translation type="unfinished">acceptera MTC</translation> + </message> + <message> + <source>accept Midi Clock</source> + <translation type="unfinished">acceptera Midiclocka</translation> + </message> + <message> + <source>accept MMC</source> + <translation type="unfinished">acceptera MMC</translation> + </message> + <message> + <source>Id:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>device id</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Port:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>all</source> + <translation type="unfinished">alla</translation> + </message> + <message> + <source>midi port</source> + <translation type="unfinished">midiport</translation> + </message> + <message> + <source>Sync Gen</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Time Code (MTC)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Clock</source> + <translation type="unfinished">Midiklocka</translation> + </message> + <message> + <source>Midi Machine Control (MMC)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Apply</source> + <translation>Verkställ</translation> + </message> + <message> + <source>Ok</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> + <message> + <source>MTC</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Type:</source> + <translation>Typ:</translation> + </message> + <message> + <source>24</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>25</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>30D</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>30N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Offset:</source> + <translation type="unfinished">Offset:</translation> + </message> + <message> + <source>hour</source> + <translation>timma</translation> + </message> + <message> + <source>h</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>minute</source> + <translation type="unfinished">minut</translation> + </message> + <message> + <source>m</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>second</source> + <translation type="unfinished">sekund</translation> + </message> + <message> + <source>s</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>f</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>subframe</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MidiTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation type="unfinished">MusE: Spårinfo</translation> + </message> + <message> + <source>output channel</source> + <translation>utgångskanal</translation> + </message> + <message> + <source>all midi events are send to this output channel</source> + <translation>alla midihändelser skickas till denna utkanal</translation> + </message> + <message> + <source>Track Info</source> + <translation type="unfinished">Spårinfo</translation> + </message> + <message> + <source>%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Track Name</source> + <translation type="unfinished">Spårnamn</translation> + </message> + <message> + <source>output port</source> + <translation>utgångsport</translation> + </message> + <message> + <source>off</source> + <translation type="unfinished">av</translation> + </message> + <message> + <source>change stereo position</source> + <translation>byt stereoposition</translation> + </message> + <message> + <source>OCh.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>???</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>select instrument patch</source> + <translation type="unfinished">välj instrumentpatch</translation> + </message> + <message> + <source>Transp.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Volume</source> + <translation>Volym</translation> + </message> + <message> + <source>Channel Info</source> + <translation>Kanalinfo</translation> + </message> + <message> + <source>Pan</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Delay</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>H-Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Compr.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>L-Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Progr.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Velocity</source> + <translation>Hastighet</translation> + </message> + <message> + <source>Length</source> + <translation type="unfinished">Längd</translation> + </message> + <message> + <source>input ports</source> + <translation>inputportar</translation> + </message> + <message> + <source>IChan.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>input channels</source> + <translation>inputkanaler</translation> + </message> + <message> + <source>Events from all configured channels are +recorded to this track. +You can specify more than one channel for +recording: + 1 2 3 record from channel 1 2 and 3 + 1-3 same + 1-3 5<byte value="x9"/> record from channel 1 2 3 and 5</source> + <translation>Händelser från alla konfigurerade kanaler +spelas in på detta spår +Du kan specificera mer än en kanal för +inspelning: + 1 2 3 spela in på kanal 1 2 och 3 + 1-3 samma + 1-3 5 spela in på kanal 1 2 3 och 5</translation> + </message> + <message> + <source>record:</source> + <translation type="unfinished">spela in:</translation> + </message> + <message> + <source>Rec</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>add settings to song</source> + <translation type="unfinished">lägg inställningar till sång</translation> + </message> + <message> + <source>Bank Select LSB</source> + <translation type="unfinished">Välj bank LSB</translation> + </message> + <message> + <source>Bank Select MSB</source> + <translation type="unfinished">Välj bank MSB</translation> + </message> +</context> +<context> + <name>MidiTransformDialogBase</name> + <message> + <source>MusE: Midi Transformator</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&New</source> + <translation>&Ny</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Ta bort</translation> + </message> + <message> + <source>&Apply</source> + <translation>&Verkställ</translation> + </message> + <message> + <source>&OK</source> + <translation>&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Avbryt</translation> + </message> + <message> + <source>PresetList</source> + <translation type="unfinished">Presetlista</translation> + </message> + <message> + <source>Processing</source> + <translation>Bearbetar</translation> + </message> + <message> + <source>Event Type</source> + <translation type="unfinished">Händelsetyp</translation> + </message> + <message> + <source>Keep</source> + <translation>Behåll</translation> + </message> + <message> + <source>Fix</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Note</source> + <translation>Not</translation> + </message> + <message> + <source>Poly Pressure</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Control Change</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Aftertouch</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch Bend</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NRPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>RPN</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plus</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Minus</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Multiply</source> + <translation>Multiplicera</translation> + </message> + <message> + <source>Divide</source> + <translation type="unfinished">Dela</translation> + </message> + <message> + <source>Value 2</source> + <translation>Värde 2</translation> + </message> + <message> + <source>Invert</source> + <translation>Invertera</translation> + </message> + <message> + <source>ScaleMap</source> + <translation type="unfinished">Skalmap</translation> + </message> + <message> + <source>Flip</source> + <translation type="unfinished">Vänd</translation> + </message> + <message> + <source>Dyn</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Random</source> + <translation>Slumpmässig</translation> + </message> + <message> + <source>Value 1</source> + <translation>Värde 1</translation> + </message> + <message> + <source>Length</source> + <translation>Längd</translation> + </message> + <message> + <source>Position</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Filter</source> + <translation type="unfinished">Filter</translation> + </message> + <message> + <source>All</source> + <translation>Alla</translation> + </message> + <message> + <source>Equal</source> + <translation type="unfinished">Lika</translation> + </message> + <message> + <source>Unequal</source> + <translation>Ej lika</translation> + </message> + <message> + <source>Ignore</source> + <translation>Ignorera</translation> + </message> + <message> + <source>Higher</source> + <translation>Högre</translation> + </message> + <message> + <source>Lower</source> + <translation>Lägre</translation> + </message> + <message> + <source>Inside</source> + <translation>Innanför</translation> + </message> + <message> + <source>Outside</source> + <translation>Utanför</translation> + </message> + <message> + <source>Bar Range</source> + <translation type="unfinished">Takt Område</translation> + </message> + <message> + <source>Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Name:</source> + <translation>Namn:</translation> + </message> + <message> + <source>Comment:</source> + <translation>Kommentar:</translation> + </message> + <message> + <source>Range</source> + <translation>Område</translation> + </message> + <message> + <source>process all events</source> + <translation type="unfinished">bearbeta alla händelser</translation> + </message> + <message> + <source>selected tracks</source> + <translation type="unfinished">valda spår</translation> + </message> + <message> + <source>inside loop</source> + <translation>I loop</translation> + </message> + <message> + <source>Function</source> + <translation type="unfinished">Funktion</translation> + </message> + <message> + <source>Select</source> + <translation type="unfinished">Välj</translation> + </message> + <message> + <source>Quantize</source> + <translation>Kvantisera</translation> + </message> + <message> + <source>Delete</source> + <translation>Ta bort</translation> + </message> + <message> + <source>Transform</source> + <translation>Transformera</translation> + </message> + <message> + <source>Insert</source> + <translation>Sätt in</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiera</translation> + </message> + <message> + <source>Extract</source> + <translation type="unfinished">Extrahera</translation> + </message> + <message> + <source>Quantize Value</source> + <translation>Kvantisera värde</translation> + </message> +</context> +<context> + <name>MidiTransformerDialog</name> + <message> + <source>New</source> + <translation>Ny</translation> + </message> +</context> +<context> + <name>MixdownFileDialog</name> + <message> + <source>Wave Files (*.wav);;All Files (*)</source> + <translation>Ljudfiler (*.wav);;Alla filer (*)</translation> + </message> +</context> +<context> + <name>MixdownFileDialogBase</name> + <message> + <source>MusE: Set Mixdown Wavefile</source> + <translation>MusE: Välj mixdown-ljudfil</translation> + </message> + <message> + <source>&OK</source> + <translation>&Ok</translation> + </message> + <message> + <source>&Cancel</source> + <translation>&Avbryt</translation> + </message> + <message> + <source>File Path</source> + <translation>Sökväg till fil</translation> + </message> + <message> + <source>Channel</source> + <translation>Kanal</translation> + </message> + <message> + <source>Stereo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Mono</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>5.1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>wav,16 Bit</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>wav, 24 Bit</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>wav, 32 Bit (float)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Format</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Mixer</name> + <message> + <source>MusE: Midi Mixer</source> + <translation type="obsolete">MusE: Midimixer</translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Master</translation> + </message> +</context> +<context> + <name>MusE</name> + <message> + <source>to import a audio file you have first to selecta audio track</source> + <translation type="obsolete">för att importera en ljudfil måste du ha valt ett ljudspår</translation> + </message> + <message> + <source>Import Wave File</source> + <translation>Importera ljudfil</translation> + </message> + <message> + <source>UndoRedo</source> + <translation>ÅngraGörom</translation> + </message> + <message> + <source>undo</source> + <translation>ångra</translation> + </message> + <message> + <source>Und&o</source> + <translation>&Ångra</translation> + </message> + <message> + <source>redo</source> + <translation>gör om</translation> + </message> + <message> + <source>Re&do</source> + <translation>&Gör om</translation> + </message> + <message> + <source>undo last change to song</source> + <translation>ångra sista ändring i sång</translation> + </message> + <message> + <source>redo last undo</source> + <translation>gör om sista ångring</translation> + </message> + <message> + <source>Transport</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>loop</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Loop</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>punchin</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Punchin</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>punchout</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Punchout</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>start</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Start</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>rewind</source> + <translation type="unfinished">flytta tillbaka</translation> + </message> + <message> + <source>Rewind</source> + <translation type="unfinished">Flytta tillbaka</translation> + </message> + <message> + <source>forward</source> + <translation type="unfinished">frammåt</translation> + </message> + <message> + <source>Forward</source> + <translation type="unfinished">Frammåt</translation> + </message> + <message> + <source>stop</source> + <translation type="unfinished">stopp</translation> + </message> + <message> + <source>Stop</source> + <translation type="unfinished">Stopp</translation> + </message> + <message> + <source>play</source> + <translation type="unfinished">spela</translation> + </message> + <message> + <source>Play</source> + <translation type="unfinished">Spela</translation> + </message> + <message> + <source>record</source> + <translation type="unfinished">spela in</translation> + </message> + <message> + <source>Record</source> + <translation type="unfinished">Spela in</translation> + </message> + <message> + <source>panic</source> + <translation type="unfinished">panik</translation> + </message> + <message> + <source>Panic</source> + <translation type="unfinished">Panik</translation> + </message> + <message> + <source>new</source> + <translation>ny</translation> + </message> + <message> + <source>&New</source> + <translation>&Ny</translation> + </message> + <message> + <source>open</source> + <translation>öppna</translation> + </message> + <message> + <source>&Open</source> + <translation>&Öppna</translation> + </message> + <message> + <source>save</source> + <translation>spara</translation> + </message> + <message> + <source>&Save</source> + <translation>&Spara</translation> + </message> + <message> + <source>pianoroll</source> + <translation>pianorulle</translation> + </message> + <message> + <source>Pianoroll</source> + <translation>Pianorulle</translation> + </message> + <message> + <source>score</source> + <translation type="obsolete">partitur</translation> + </message> + <message> + <source>Score</source> + <translation type="obsolete">Partitur</translation> + </message> + <message> + <source>marker</source> + <translation type="obsolete">markör</translation> + </message> + <message> + <source>Marker</source> + <translation type="obsolete">Markör</translation> + </message> + <message> + <source>File Buttons</source> + <translation>Arkivknappar</translation> + </message> + <message> + <source>&File</source> + <translation>&Arkiv</translation> + </message> + <message> + <source>Open &Recent</source> + <translation>&Nyligen öppnade</translation> + </message> + <message> + <source>Save &As</source> + <translation>S&para som</translation> + </message> + <message> + <source>Config &Printer</source> + <translation type="obsolete">&Konfigurera skrivare</translation> + </message> + <message> + <source>Import Midifile</source> + <translation>Importera midifil</translation> + </message> + <message> + <source>Export Midifile</source> + <translation>Exportera midifil</translation> + </message> + <message> + <source>&Quit</source> + <translation>A&vsluta</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Redigera</translation> + </message> + <message> + <source>C&ut</source> + <translation>Klipp &ut</translation> + </message> + <message> + <source>&Copy</source> + <translation>&Kopiera</translation> + </message> + <message> + <source>&Paste</source> + <translation>K&listra in</translation> + </message> + <message> + <source>Delete Track</source> + <translation type="obsolete">Ta bort spår</translation> + </message> + <message> + <source>Add Track</source> + <translation>Lägg Till Spår</translation> + </message> + <message> + <source>Select &All</source> + <translation>Markera &Allt</translation> + </message> + <message> + <source>&Deselect All</source> + <translation type="unfinished">A&vmarkera Allt</translation> + </message> + <message> + <source>Invert &Selection</source> + <translation>Invertera &Markering</translation> + </message> + <message> + <source>&Inside Loop</source> + <translation>&I Loop</translation> + </message> + <message> + <source>&Outside Loop</source> + <translation>&Utanför Loop</translation> + </message> + <message> + <source>All &Parts on Track</source> + <translation>Alla &Parter i spår</translation> + </message> + <message> + <source>Select</source> + <translation>Välj</translation> + </message> + <message> + <source>Drums</source> + <translation>Trummor</translation> + </message> + <message> + <source>List</source> + <translation>Lista</translation> + </message> + <message> + <source>Graphic</source> + <translation>Grafik</translation> + </message> + <message> + <source>Mastertrack</source> + <translation>Masterspår</translation> + </message> + <message> + <source>Midi &Transform</source> + <translation>Midi &Transform</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Modifiera Gate Time</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Modifiera Velocity</translation> + </message> + <message> + <source>Crescendo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Transpose</source> + <translation>Transponera</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Tunna ut</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Ta bort Händelse</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Shifta Not</translation> + </message> + <message> + <source>Move Clock</source> + <translation>Flytta Klocka</translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Kopiera Takt</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Radera Takt</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Ta bort Takt</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Skapa Takt</translation> + </message> + <message> + <source>Mix Track</source> + <translation>Mixa Spår</translation> + </message> + <message> + <source>Midi</source> + <translation type="unfinished">Midi</translation> + </message> + <message> + <source>&Structure</source> + <translation>&Struktur</translation> + </message> + <message> + <source>Global Cut</source> + <translation>Globalt klipp</translation> + </message> + <message> + <source>Global Insert</source> + <translation>Global insättning</translation> + </message> + <message> + <source>Global Split</source> + <translation>Global delning</translation> + </message> + <message> + <source>Copy Range</source> + <translation>Kopiera Område</translation> + </message> + <message> + <source>Cut Events</source> + <translation>Klipp ut Händelse</translation> + </message> + <message> + <source>Transport Panel</source> + <translation type="unfinished">Transportpanel</translation> + </message> + <message> + <source>Bigtime window</source> + <translation>Bigtime fönster</translation> + </message> + <message> + <source>dont follow Song</source> + <translation>följ inte Sång</translation> + </message> + <message> + <source>follow page</source> + <translation>följ sida</translation> + </message> + <message> + <source>follow continuous</source> + <translation>följ kontinuerligt</translation> + </message> + <message> + <source>&Config</source> + <translation type="obsolete">&Inställningar</translation> + </message> + <message> + <source>Global Settings</source> + <translation>Globala Inställningar</translation> + </message> + <message> + <source>follow song</source> + <translation>följ sång</translation> + </message> + <message> + <source>Metronome</source> + <translation>Metronom</translation> + </message> + <message> + <source>Midi Sync</source> + <translation>Midi Synk</translation> + </message> + <message> + <source>Midi File Config</source> + <translation type="obsolete">Midi Filkonfigurering</translation> + </message> + <message> + <source>Appearance settings</source> + <translation>Utseendeinställningar</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation type="obsolete">Mjukvarusynthar</translation> + </message> + <message> + <source>Midi Ports</source> + <translation type="obsolete">Midiportar</translation> + </message> + <message> + <source>Audio System</source> + <translation type="obsolete">Audiosubsystem</translation> + </message> + <message> + <source>Save Configuration</source> + <translation type="obsolete">Spara Inställningar</translation> + </message> + <message> + <source>Midi Input Transform</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Input Filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Midi Remote Control</source> + <translation>Midi-fjärrkontroll</translation> + </message> + <message> + <source>Random Rhythm Generator</source> + <translation type="obsolete">Slumprytmgenerator</translation> + </message> + <message> + <source>&Midi</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Mixer</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Define Controller</source> + <translation type="obsolete">Definiera Controller</translation> + </message> + <message> + <source>Input Plugins</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Reset Instr.</source> + <translation>Resetta Instr.</translation> + </message> + <message> + <source>Init Instr.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>local off</source> + <translation type="unfinished">lokal av</translation> + </message> + <message> + <source>&Audio</source> + <translation type="unfinished">L&jud</translation> + </message> + <message> + <source>Bounce to Track</source> + <translation>Bounce till Spår</translation> + </message> + <message> + <source>Bounce to File</source> + <translation>Bounce till Fil</translation> + </message> + <message> + <source>&Help</source> + <translation>&Hjälp</translation> + </message> + <message> + <source>Browser</source> + <translation type="obsolete">Läsare</translation> + </message> + <message> + <source>&About</source> + <translation type="obsolete">&Om</translation> + </message> + <message> + <source>About&Qt</source> + <translation>Om &Qt</translation> + </message> + <message> + <source>What's &This</source> + <translation type="obsolete">Vad är &Detta</translation> + </message> + <message> + <source>Unknown File Format</source> + <translation>Okänt filformat</translation> + </message> + <message> + <source>none</source> + <translation type="obsolete">inget</translation> + </message> + <message> + <source>MusE: load project</source> + <translation>MusE: Öppna projekt</translation> + </message> + <message> + <source>MusE: Write File failed</source> + <translation>MusE: Misslyckades med att skriva Fil</translation> + </message> + <message> + <source>The current Project contains unsaved data +Save Current Project?</source> + <translation>Det nuvarande Projektet innehåller osparade ändringar +Spara nuvarande Projekt?</translation> + </message> + <message> + <source>&Nosave</source> + <translation type="obsolete">&Inte spara</translation> + </message> + <message> + <source>&Abort</source> + <translation>&Avbryt</translation> + </message> + <message> + <source>MusE: About</source> + <translation type="obsolete">MusE: Om</translation> + </message> + <message> + <source>MusE: Save As</source> + <translation>MusE: Spara Som</translation> + </message> + <message> + <source>MusE: Song: </source> + <translation>MusE: Sång:</translation> + </message> + <message> + <source>MusE: Import Midi</source> + <translation type="unfinished">MusE: Importera Midi</translation> + </message> + <message> + <source>MusE: Export Midi</source> + <translation type="unfinished">MusE: Exportera Midi</translation> + </message> + <message> + <source>reading midifile + </source> + <translation type="unfinished">läser midifil</translation> + </message> + <message> + <source> +failed</source> + <translation type="obsolete">misslyckades</translation> + </message> + <message> + <source>Nothing to edit</source> + <translation>Inget att redigera</translation> + </message> + <message> + <source>MusE: Copy Range</source> + <translation>MusE: Kopiera område</translation> + </message> + <message> + <source>not implemented</source> + <translation>ej implementerat</translation> + </message> + <message> + <source>MusE: Cut Events</source> + <translation>MusE: Klipp ut Händelse</translation> + </message> + <message> + <source>MusE: Bounce to Track</source> + <translation>MusE: Bounce till Spår</translation> + </message> + <message> + <source>more than one target track selected</source> + <translation>mer än ett spår valt som mål</translation> + </message> + <message> + <source>wrong target track type, +select wave track as target</source> + <translation>fel spårtyp som mål +välj wave-spår som mål</translation> + </message> + <message> + <source>no target track selected</source> + <translation>inget spår valt som mål</translation> + </message> + <message> + <source>The current Project contains unsaved data +Load overwrites current Project: +Save Current Project?</source> + <translation>Det nuvarande Projektet innehåller osparade ändringar +Öppning skriver över nuvarande Projekt +Spara nuvarande Projekt?</translation> + </message> + <message> + <source>&Overwrite</source> + <translation type="obsolete">Skriv &över</translation> + </message> + <message> + <source>no help found at: </source> + <translation>ingen h jälp hittad vid:</translation> + </message> + <message> + <source>MusE: Open Help</source> + <translation>Muse: Arkiv hjälp</translation> + </message> + <message> + <source>to import a audio file you have first to selecta wave track</source> + <translation type="unfinished">för att importa en ljudfil så måste du första välja ett wavespår</translation> + </message> + <message> + <source>Delete Selected Tracks</source> + <translation type="unfinished">Ta bort valda spår</translation> + </message> + <message> + <source>View</source> + <translation type="unfinished">Vy</translation> + </message> + <message> + <source>Restart Audio</source> + <translation type="unfinished">Starta om Audio</translation> + </message> + <message> + <source>Automation</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Mixer Automation</source> + <translation type="unfinished">Mixerautomation</translation> + </message> + <message> + <source>Take Snapshot</source> + <translation type="unfinished">Ta ett snapshot</translation> + </message> + <message> + <source>Clear Automation Data</source> + <translation type="unfinished">Rensa automationsdata</translation> + </message> + <message> + <source>Settings</source> + <translation type="unfinished">Inställningar</translation> + </message> + <message> + <source>Configure shortcuts</source> + <translation type="unfinished">Konfigurera kortkommandon</translation> + </message> + <message> + <source>Midi File Export</source> + <translation type="unfinished">Midifilexport</translation> + </message> + <message> + <source>Midi Ports / Soft Synth</source> + <translation type="unfinished">Midiportar / Mjukvarusyntar</translation> + </message> + <message> + <source>&Manual</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&MusE homepage</source> + <translation type="unfinished">M&usEs hemsida</translation> + </message> + <message> + <source>&Report Bug...</source> + <translation type="unfinished">&Rapportera fel...</translation> + </message> + <message> + <source>&About MusE</source> + <translation type="unfinished">&Om MusE</translation> + </message> + <message> + <source>What's &This?</source> + <translation type="unfinished">Vad är &detta?</translation> + </message> + <message> + <source>Cannot read template</source> + <translation type="unfinished">Kan inte läsa mall</translation> + </message> + <message> + <source>File open error</source> + <translation type="unfinished">Fel vid öppning av fil</translation> + </message> + <message> + <source>File read error</source> + <translation type="unfinished">Fel vid läsning av fil</translation> + </message> + <message> + <source>MusE: load template</source> + <translation type="unfinished">MusE: ladda mall</translation> + </message> + <message> + <source>MusE: Bounce</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>set left/right marker for bounce range</source> + <translation type="unfinished">sätt vänster och höger markör till bounce-område</translation> + </message> + <message> + <source>MusE: Bounce to File</source> + <translation type="unfinished">MusE: Bounce till fil</translation> + </message> + <message> + <source>no output track found</source> + <translation type="unfinished">hittar inget utgångsspår</translation> + </message> + <message> + <source>Add midi file to current project? +</source> + <translation type="unfinished">Lägg midifil till nuvarande projekt?</translation> + </message> + <message> + <source>&Add to Project</source> + <translation type="unfinished">&Lägg till projekt</translation> + </message> + <message> + <source>&Replace</source> + <translation type="unfinished">&Ersätt</translation> + </message> + <message> + <source> +failed: </source> + <translation type="unfinished"> +misslyckades:</translation> + </message> + <message> + <source>Import Part</source> + <translation type="unfinished">Importera Part</translation> + </message> + <message> + <source>Marker View</source> + <translation type="unfinished">Markörvy</translation> + </message> + <message> + <source>&Skip</source> + <translation type="unfinished">&Hoppa över</translation> + </message> + <message> + <source>Import part is only valid for midi tracks!</source> + <translation type="unfinished">Bara midispår kan importera parter!</translation> + </message> + <message> + <source>MusE: load part</source> + <translation type="unfinished">MusE: ladda part</translation> + </message> + <message> + <source>No track selected for import</source> + <translation type="unfinished">Inget spår valt för import</translation> + </message> +</context> +<context> + <name>NewPreset</name> + <message> + <source>New preset</source> + <translation type="unfinished">Ny preset</translation> + </message> + <message> + <source>Preset Name</source> + <translation type="unfinished">Presetnamn</translation> + </message> + <message> + <source>INIT VOICE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Subcategory</source> + <translation type="unfinished">Underkategori</translation> + </message> + <message> + <source>NONE</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Category</source> + <translation type="unfinished">Kategori</translation> + </message> + <message> + <source>Bank</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bank numerous</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Prog</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Program numerous</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Avbryt</translation> + </message> + <message> + <source>Alt+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Ok</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Alt+O</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>NoteInfo</name> + <message> + <source>Note Info</source> + <translation>Notinfo</translation> + </message> + <message> + <source>Start</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Len</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tonhöjd</translation> + </message> + <message> + <source>Velo On</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Velo Off</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>OrganGuiBase</name> + <message> + <source>Presets</source> + <translation type="obsolete">Preset</translation> + </message> + <message> + <source>load preset list</source> + <translation type="obsolete">öppna presetlista</translation> + </message> + <message> + <source>save preset list</source> + <translation type="obsolete">spara presetlista</translation> + </message> + <message> + <source>MusE: Organ</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Drawbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>16'</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>4'</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>2 2/3'</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>2'</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>5 1/3'</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>8'</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope Hi</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Release</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sustain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Decay</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Attack</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>ms</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>cB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Envelope Lo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>O-1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Oscillator</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Brass</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Reed</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Flute</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Velocity</source> + <translation type="unfinished">Hastighet</translation> + </message> +</context> +<context> + <name>PageSettings</name> + <message> + <source>Paper Size</source> + <translation type="obsolete">Pappersstorlek</translation> + </message> + <message> + <source>user</source> + <translation type="obsolete">användare</translation> + </message> + <message> + <source>Margins</source> + <translation type="obsolete">Marginal</translation> + </message> + <message> + <source>left Margin</source> + <translation type="obsolete">vänster Marginal</translation> + </message> + <message> + <source>top Margin</source> + <translation type="obsolete">övre Marginal</translation> + </message> + <message> + <source>right Margin</source> + <translation type="obsolete">höger Marginal</translation> + </message> + <message> + <source>bottom Margin</source> + <translation type="obsolete">undre Marginal</translation> + </message> + <message> + <source>Header</source> + <translation type="obsolete">Överskrift</translation> + </message> + <message> + <source>Title</source> + <translation type="obsolete">Titel</translation> + </message> + <message> + <source>Author</source> + <translation type="obsolete">Författare</translation> + </message> + <message> + <source>Fonts</source> + <translation type="obsolete">Typsnitt</translation> + </message> + <message> + <source>Page No.</source> + <translation type="obsolete">Sidnummer.</translation> + </message> + <message> + <source>Measure No</source> + <translation type="obsolete">Taktnummer</translation> + </message> + <message> + <source>Track Name</source> + <translation type="obsolete">Spårnamn</translation> + </message> + <message> + <source>Lyrics</source> + <translation type="obsolete">Text</translation> + </message> + <message> + <source>Layout</source> + <translation type="obsolete">Utseende</translation> + </message> + <message> + <source>Bars across the Page</source> + <translation type="obsolete">Takter över sidan</translation> + </message> + <message> + <source>Scale</source> + <translation type="obsolete">Skala</translation> + </message> + <message> + <source>Flags</source> + <translation type="obsolete">Flaggor</translation> + </message> + <message> + <source>show page no.</source> + <translation type="obsolete">visa sida nr.</translation> + </message> + <message> + <source>show measure no.</source> + <translation type="obsolete">visa takt nr.</translation> + </message> + <message> + <source>show track name</source> + <translation type="obsolete">visa spårnamn</translation> + </message> + <message> + <source>Apply</source> + <translation type="obsolete">Verkställ</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Avbryt</translation> + </message> +</context> +<context> + <name>PartCanvas</name> + <message> + <source>Cannot copy/move/clone to different Track-Type</source> + <translation>Kan inte kopiera/flytta/klona till annan Spårtyp</translation> + </message> + <message> + <source>C&ut</source> + <translation>Klipp &ut</translation> + </message> + <message> + <source>&Copy</source> + <translation>&Kopiera</translation> + </message> + <message> + <source>rename</source> + <translation>byt namn</translation> + </message> + <message> + <source>color</source> + <translation>färg</translation> + </message> + <message> + <source>delete</source> + <translation>ta bort</translation> + </message> + <message> + <source>split</source> + <translation>dela</translation> + </message> + <message> + <source>glue</source> + <translation>lim</translation> + </message> + <message> + <source>de-clone</source> + <translation>häv kloning</translation> + </message> + <message> + <source>pianoroll</source> + <translation>pianorulle</translation> + </message> + <message> + <source>score</source> + <translation type="obsolete">partitur</translation> + </message> + <message> + <source>list</source> + <translation>lista</translation> + </message> + <message> + <source>drums</source> + <translation>trummor</translation> + </message> + <message> + <source>wave edit</source> + <translation>wave redigering</translation> + </message> + <message> + <source>Cannot paste: multiple tracks selected</source> + <translation>Kan inte klistra in: flera spår valda</translation> + </message> + <message> + <source>Cannot paste: no track selected</source> + <translation>Kan inte klistra in: inget spår valt</translation> + </message> + <message> + <source>Cannot paste midi parts to wave track</source> + <translation type="obsolete">Kan inte klistra in midipart till wavespår</translation> + </message> + <message> + <source>Cannot paste wave parts to midi track</source> + <translation type="obsolete">Kan inte klistra in wavepart på midispår</translation> + </message> + <message> + <source>Cannot paste: wrong data type</source> + <translation>Kan inte klistra in: fel datatyp</translation> + </message> + <message> + <source>Can only paste to midi/drum track</source> + <translation type="unfinished">Kan endast klistra in på midi/trummspår</translation> + </message> + <message> + <source>Can only paste to wave track</source> + <translation type="unfinished">Kan endast klistra till wavespår</translation> + </message> + <message> + <source>export</source> + <translation type="unfinished">exportera</translation> + </message> + <message> + <source>MusE: save part</source> + <translation type="unfinished">MusE: spara part</translation> + </message> +</context> +<context> + <name>PatchBay</name> + <message> + <source>MusE: ALSA MIDI Patch Bay</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PatchBayBase</name> + <message> + <source>ALSA Patch Bay</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PianoRoll</name> + <message> + <source>&Edit</source> + <translation>&Redigera</translation> + </message> + <message> + <source>Cut</source> + <translation>Klipp ut</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiera</translation> + </message> + <message> + <source>Paste</source> + <translation>Klistra in</translation> + </message> + <message> + <source>Delete Events</source> + <translation>Ta bort Händelser</translation> + </message> + <message> + <source>Select All</source> + <translation>Välj Allt</translation> + </message> + <message> + <source>Select None</source> + <translation>Välj Ingen</translation> + </message> + <message> + <source>Invert</source> + <translation>Invertera</translation> + </message> + <message> + <source>Inside Loop</source> + <translation>I loop</translation> + </message> + <message> + <source>Outside Loop</source> + <translation>Utanför loop</translation> + </message> + <message> + <source>&Select</source> + <translation>&Välj</translation> + </message> + <message> + <source>blue</source> + <translation>blå</translation> + </message> + <message> + <source>pitch colors</source> + <translation>pitchfärger</translation> + </message> + <message> + <source>velocity colors</source> + <translation type="unfinished">velocityfärger</translation> + </message> + <message> + <source>&Config</source> + <translation type="unfinished">&Inställningar</translation> + </message> + <message> + <source>event color</source> + <translation>händelsefärg</translation> + </message> + <message> + <source>&Functions</source> + <translation>&Funktioner</translation> + </message> + <message> + <source>Over Quantize</source> + <translation>Över Kvantisera</translation> + </message> + <message> + <source>Note On Quantize</source> + <translation>Note On-kvantisera</translation> + </message> + <message> + <source>Note On/Off Quantize</source> + <translation>Note On/Off Kvantisera</translation> + </message> + <message> + <source>Iterative Quantize</source> + <translation>Iterativ kvantisering</translation> + </message> + <message> + <source>Config Quant...</source> + <translation>Konfigurera Kvant...</translation> + </message> + <message> + <source>Modify Gate Time</source> + <translation>Modifiera Gate Time</translation> + </message> + <message> + <source>Modify Velocity</source> + <translation>Modifiera Velocity</translation> + </message> + <message> + <source>Crescendo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Transpose</source> + <translation>Transponera</translation> + </message> + <message> + <source>Thin Out</source> + <translation>Tunna ut</translation> + </message> + <message> + <source>Erase Event</source> + <translation>Ta bort Händelse</translation> + </message> + <message> + <source>Note Shift</source> + <translation>Shifta Not</translation> + </message> + <message> + <source>Move Clock</source> + <translation>Flytta Klocka</translation> + </message> + <message> + <source>Copy Measure</source> + <translation>Kopiera Takt</translation> + </message> + <message> + <source>Erase Measure</source> + <translation>Radera Takt</translation> + </message> + <message> + <source>Delete Measure</source> + <translation>Ta bort Takt</translation> + </message> + <message> + <source>Create Measure</source> + <translation>Skapa Takt</translation> + </message> + <message> + <source>Pianoroll Tools</source> + <translation>Verktyg Pianorulle</translation> + </message> + <message> + <source>Step Record</source> + <translation>Stegvis inspelning</translation> + </message> + <message> + <source>Midi Input</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Play Events</source> + <translation>Spela Händelser</translation> + </message> + <message> + <source>ctrl</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Controller View</source> + <translation>Lägg till Controller Vy</translation> + </message> + <message> + <source>Set fixed length</source> + <translation type="unfinished">Sätt fast längd</translation> + </message> +</context> +<context> + <name>PluginDialog</name> + <message> + <source>MusE: select plugin</source> + <translation>MusE: välj plugin</translation> + </message> + <message> + <source>Lib</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Label</source> + <translation>Etikett</translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Namn</translation> + </message> + <message> + <source>AI</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AO</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>CI</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>CO</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>IP</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>id</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Maker</source> + <translation>Upphovsman</translation> + </message> + <message> + <source>Copyright</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ok</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> + <message> + <source>Stereo and Mono</source> + <translation type="unfinished">Stereo och mono</translation> + </message> + <message> + <source>Stereo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Mono</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>All</source> + <translation type="unfinished">Alla</translation> + </message> + <message> + <source>Select which types of plugins should be visible in the list.<br>Note that using mono plugins on stereo tracks is not a problem, two will be used in parallell.<br>Also beware that the 'all' alternative includes plugins that probably not are usable by MusE.</source> + <translation type="unfinished">Välj vilka typer av plugins som skall vara synliga i listan.<br>Notera att användning av mono plugins på ett stereospår inte är något problem, två instanser kommer<br> att att användas parallellt. Var också medveten om att 'alla' alternativet inkluderar plugins som MusE antagligen inte kan använda.</translation> + </message> +</context> +<context> + <name>PluginGui</name> + <message> + <source>File Buttons</source> + <translation>Arkiv Knappar</translation> + </message> + <message> + <source>Load Preset</source> + <translation>Öppna Preset</translation> + </message> + <message> + <source>Save Preset</source> + <translation>Spara Preset</translation> + </message> + <message> + <source>bypass plugin</source> + <translation>koppla ur plugin</translation> + </message> + <message> + <source>MusE: load preset</source> + <translation>MusE: öppna preset</translation> + </message> + <message> + <source>MusE: save preset</source> + <translation>MusE: spara preset</translation> + </message> +</context> +<context> + <name>PrinterConfig</name> + <message> + <source>MusE: Config Printer</source> + <translation type="obsolete">MusE: Konfigurera Skrivare</translation> + </message> + <message> + <source>Print to file</source> + <translation type="obsolete">Skriv till fil</translation> + </message> + <message> + <source>Print Command</source> + <translation type="obsolete">Utskriftskommando</translation> + </message> + <message> + <source>Preview Command</source> + <translation type="obsolete">Förhandsgranskningskommando</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Avbryt</translation> + </message> +</context> +<context> + <name>QHeader</name> + <message> + <source>Port Number</source> + <translation>Portnummer</translation> + </message> + <message> + <source>enable gui for device</source> + <translation>visa gui för enhet</translation> + </message> + <message> + <source>enables recording from the device</source> + <translation type="obsolete">slå på inspelning från enhet</translation> + </message> + <message> + <source>Name of the midi device associated with this port number</source> + <translation>Namn på midienhet associerad med detta portnummer</translation> + </message> + <message> + <source>Instrument connected to port</source> + <translation>Instrument kopplat till denna port</translation> + </message> + <message> + <source>State: result of opening the device</source> + <translation>Status: resultat av öppning av enhet</translation> + </message> + <message> + <source>mute instrument</source> + <translation type="unfinished">tysta instrument</translation> + </message> + <message> + <source>sound name</source> + <translation>ljudnamn</translation> + </message> + <message> + <source>quantisation +currently not used</source> + <translation>kvantisering +används inte för tillfället</translation> + </message> + <message> + <source>this input note triggers the sound</source> + <translation>denna in-not triggar ljudet</translation> + </message> + <message> + <source>note length</source> + <translation>notlängd</translation> + </message> + <message> + <source>this note is send for the sound</source> + <translation>denna not skickas för ljudet</translation> + </message> + <message> + <source>output channel +currently not used</source> + <translation>utgångskanal +används inte för tillfället</translation> + </message> + <message> + <source>output port +currently not used</source> + <translation>utgångsport +används inte för tillfället</translation> + </message> + <message> + <source>velocity level 1</source> + <translation>velocity nivå 1</translation> + </message> + <message> + <source>velocity level 2</source> + <translation>velocity nivå 2</translation> + </message> + <message> + <source>velocity level 3</source> + <translation>velocity nivå 3</translation> + </message> + <message> + <source>velocity level 4</source> + <translation>velocity nivå 4</translation> + </message> + <message> + <source>quantisation</source> + <translation>kvantisering</translation> + </message> + <message> + <source>output channel</source> + <translation>utgångskanal</translation> + </message> + <message> + <source>output port</source> + <translation>utgångsport</translation> + </message> + <message> + <source>Enable Recording</source> + <translation>Slå på Inspelning</translation> + </message> + <message> + <source>Track Activity</source> + <translation type="obsolete">Spåraktivitet</translation> + </message> + <message> + <source>Mute Indicator</source> + <translation>Tyst-Indikator</translation> + </message> + <message> + <source>Solo Indicator</source> + <translation>Solo-Indikator</translation> + </message> + <message> + <source>Track Type</source> + <translation>Spårtyp</translation> + </message> + <message> + <source>Track Name</source> + <translation>Spårnamn</translation> + </message> + <message> + <source>Output Channel Number</source> + <translation>Kanalnummer för utgång</translation> + </message> + <message> + <source>Output Port</source> + <translation>Utgångsport</translation> + </message> + <message> + <source>Time Lock</source> + <translation>Tidlås</translation> + </message> + <message> + <source>Solo/Pre Fader Listening</source> + <translation>Solo/För-reglage lyssning</translation> + </message> + <message> + <source>enables reading from device</source> + <translation type="unfinished">slår på läsning från device</translation> + </message> + <message> + <source>enables writing to device</source> + <translation type="unfinished">slår på skrivning till device</translation> + </message> +</context> +<context> + <name>QWidget</name> + <message> + <source>Velocity</source> + <translation type="obsolete">Hastighet</translation> + </message> + <message> + <source>Cannot convert sysex string</source> + <translation>Kan inte konvertera sysex-sträng</translation> + </message> + <message> + <source>Hex String too long (2048 bytes limit)</source> + <translation>Hex-sträng för lång (2048 bytes maxgräns)</translation> + </message> + <message> + <source>generic midi</source> + <translation type="unfinished">generell midi</translation> + </message> + <message> + <source>new</source> + <translation>ny</translation> + </message> + <message> + <source>create peakfile for </source> + <translation>skapa "peak"-fil</translation> + </message> + <message> + <source>Cannot transform non empty track</source> + <translation type="obsolete">Kan inte transformera ej tomt spår</translation> + </message> + <message> + <source>MusE: get file name</source> + <translation>MusE: hämta filnamn</translation> + </message> + <message> + <source>the directory +</source> + <translation>katalogen</translation> + </message> + <message> + <source> +does not exist +create?</source> + <translation> +finns inte +skapa?</translation> + </message> + <message> + <source>&Create</source> + <translation>&Skapa</translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> + <message> + <source>MusE: create directory</source> + <translation>MusE: skapa katalog</translation> + </message> + <message> + <source>creating dir failed</source> + <translation>misslyckades med att skapa katalog</translation> + </message> + <message> + <source>File +</source> + <translation>Arkiv</translation> + </message> + <message> + <source> +exists</source> + <translation>existerar</translation> + </message> + <message> + <source>MusE: write</source> + <translation>MusE: skriv</translation> + </message> + <message> + <source>Overwrite</source> + <translation>Spara inte</translation> + </message> + <message> + <source>Quit</source> + <translation>Avsluta</translation> + </message> + <message> + <source>Open File +</source> + <translation>Öppna fil</translation> + </message> + <message> + <source> +failed: </source> + <translation> +misslyckades:</translation> + </message> + <message> + <source>MusE: Open File</source> + <translation>MusE: Öppna fil</translation> + </message> + <message> + <source>None</source> + <translation type="unfinished">Ingen</translation> + </message> + <message> + <source>Master</source> + <translation type="obsolete">Master</translation> + </message> + <message> + <source>Group %c</source> + <translation type="obsolete">Grupp %c</translation> + </message> + <message> + <source>Unknown</source> + <translation type="obsolete">Okänd</translation> + </message> + <message> + <source>Group</source> + <translation type="obsolete">Grupp</translation> + </message> +</context> +<context> + <name>QuantConfig</name> + <message> + <source>MusE: Config Quantize</source> + <translation>MusE: Konfigurera Kvantisering</translation> + </message> + <message> + <source>Config Quantize</source> + <translation>Konfigurera Kvantisering</translation> + </message> + <message> + <source>Strength</source> + <translation>Styrka</translation> + </message> + <message> + <source>Don´t Quantize</source> + <translation>Kvantisera Inte</translation> + </message> + <message> + <source>Quant Len</source> + <translation>Kvant Längd</translation> + </message> +</context> +<context> + <name>QuantDialog</name> + <message> + <source>Display Quantize</source> + <translation type="obsolete">Visa Kvantisering</translation> + </message> + <message> + <source>Note Quantize</source> + <translation type="obsolete">Not Kvantisering</translation> + </message> + <message> + <source>Rest Quantize</source> + <translation type="obsolete">Rest Kvantisering</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Avbryt</translation> + </message> +</context> +<context> + <name>RhythmBase</name> + <message> + <source>MusE: Random Rhythm Generator</source> + <translation>MusE: Slumprytmgenerator</translation> + </message> + <message> + <source>Instrument Properties</source> + <translation>Instrumentinställningar</translation> + </message> + <message> + <source>counts/bar</source> + <translation type="unfinished">slag/takt</translation> + </message> + <message> + <source>steps/count</source> + <translation type="unfinished"></translation> + </message> + <message> + <source># bars</source> + <translation type="unfinished"># takter</translation> + </message> + <message> + <source>test</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>contrib</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>randomize</source> + <translation>slumpa</translation> + </message> + <message> + <source>Group 1</source> + <translation>Grupp 1</translation> + </message> + <message> + <source>Group 2</source> + <translation>Grupp 2</translation> + </message> + <message> + <source>Group 3</source> + <translation>Grupp 3</translation> + </message> + <message> + <source>Group 4</source> + <translation>Grupp 4</translation> + </message> + <message> + <source>Group 5</source> + <translation>Grupp 5</translation> + </message> + <message> + <source>listen</source> + <translation>lyssna</translation> + </message> + <message> + <source>Instrument</source> + <translation type="unfinished">Instrument</translation> + </message> + <message> + <source>Group</source> + <translation>Grupp</translation> + </message> + <message> + <source>&New</source> + <translation>&Ny</translation> + </message> + <message> + <source>create new entry</source> + <translation>skapa nytt inlägg</translation> + </message> + <message> + <source>pressing the New button you create a new entry +in the MusE list of defined controllers</source> + <translation>skapa nytt inlägg genom att trycka på Ny knappen +i MusEs lista över definierade controllers</translation> + </message> + <message> + <source>&Delete</source> + <translation>&Ta bort</translation> + </message> + <message> + <source>delete selected entry</source> + <translation>ta bort valt inlägg</translation> + </message> + <message> + <source>Up</source> + <translation>Upp</translation> + </message> + <message> + <source>Down</source> + <translation>Ner</translation> + </message> + <message> + <source>Instrument </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>steps/count </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>list of defined controllers</source> + <translation>lista med definierade controllers</translation> + </message> + <message> + <source>This is the MusE list of defined controllers.</source> + <translation>Detta är MusEs lista med definierade controllers.</translation> + </message> + <message> + <source>&File</source> + <translation>&Arkiv</translation> + </message> + <message> + <source>&Edit</source> + <translation>&Redigera</translation> + </message> + <message> + <source>&Help</source> + <translation>&Hjälp</translation> + </message> + <message> + <source>Tools</source> + <translation>Verktyg</translation> + </message> + <message> + <source>New</source> + <translation>Ny</translation> + </message> + <message> + <source>Open</source> + <translation>Öppna</translation> + </message> + <message> + <source>&Open...</source> + <translation>&Öppna...</translation> + </message> + <message> + <source>Save</source> + <translation>Spara</translation> + </message> + <message> + <source>&Save</source> + <translation>&Spara</translation> + </message> + <message> + <source>Save As</source> + <translation>Spara som</translation> + </message> + <message> + <source>Save &As...</source> + <translation>S&para som...</translation> + </message> + <message> + <source>Print</source> + <translation>Skriv ut</translation> + </message> + <message> + <source>&Print...</source> + <translation>Skriv &ut...</translation> + </message> + <message> + <source>Exit</source> + <translation>Stäng</translation> + </message> + <message> + <source>E&xit</source> + <translation>S&täng</translation> + </message> + <message> + <source>Undo</source> + <translation>Ångra</translation> + </message> + <message> + <source>&Undo</source> + <translation>&Ångra</translation> + </message> + <message> + <source>Redo</source> + <translation>Gör om</translation> + </message> + <message> + <source>&Redo</source> + <translation>Gör &om</translation> + </message> + <message> + <source>Cut</source> + <translation>Klipp ut</translation> + </message> + <message> + <source>&Cut</source> + <translation>Klipp &ut</translation> + </message> + <message> + <source>Copy</source> + <translation>Kopiera</translation> + </message> + <message> + <source>C&opy</source> + <translation>&Öppna</translation> + </message> + <message> + <source>Paste</source> + <translation>Klistra in</translation> + </message> + <message> + <source>&Paste</source> + <translation>K&listra in</translation> + </message> + <message> + <source>Find</source> + <translation>Sök</translation> + </message> + <message> + <source>&Find...</source> + <translation>&Sök...</translation> + </message> + <message> + <source>Contents</source> + <translation>Innehåll</translation> + </message> + <message> + <source>&Contents...</source> + <translation>&Innehåll...</translation> + </message> + <message> + <source>Index</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Index...</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>About</source> + <translation>Om</translation> + </message> + <message> + <source>&About...</source> + <translation>&Om...</translation> + </message> + <message> + <source><b>Notice!</b><br> +Random Rhythm Generator is not enabled yet!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+N</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+O</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+Z</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+Y</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+X</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+V</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ctrl+F</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RhythmGenerator</name> + <message> + <source>Instrument Settings:</source> + <translation type="unfinished">Instrumentinställningar:</translation> + </message> + <message> + <source>Instrument</source> + <translation type="unfinished">Instrument</translation> + </message> + <message> + <source>add</source> + <translation type="unfinished">lägg till</translation> + </message> + <message> + <source>delete</source> + <translation type="unfinished">ta bort</translation> + </message> + <message> + <source>count/bar</source> + <translation type="unfinished">slag/takt</translation> + </message> + <message> + <source># bars</source> + <translation type="unfinished"># takt</translation> + </message> + <message> + <source>Group Settings:</source> + <translation type="unfinished">Gruppinställningar:</translation> + </message> + <message> + <source>Group</source> + <translation type="unfinished">Grupp</translation> + </message> + <message> + <source>Group 1</source> + <translation type="unfinished">Grupp 1</translation> + </message> + <message> + <source>Group 2</source> + <translation type="unfinished">Grupp 2</translation> + </message> + <message> + <source>Group 3</source> + <translation type="unfinished">Grupp 3</translation> + </message> + <message> + <source>Group 4</source> + <translation type="unfinished">Grupp 4</translation> + </message> + <message> + <source>Group 5</source> + <translation type="unfinished">Grupp 5</translation> + </message> + <message> + <source>listen</source> + <translation type="unfinished">lyssna</translation> + </message> + <message> + <source>Randomize</source> + <translation type="unfinished">Slumpa</translation> + </message> + <message> + <source>Rhythm Style:</source> + <translation type="unfinished">Rytmstil:</translation> + </message> + <message> + <source>Clear</source> + <translation type="unfinished">Rensa</translation> + </message> + <message> + <source>Open...</source> + <translation type="unfinished">Öppna...</translation> + </message> + <message> + <source>Save</source> + <translation type="unfinished">Spara</translation> + </message> + <message> + <source>Save as...</source> + <translation type="unfinished">Spara som...</translation> + </message> + <message> + <source>Generate</source> + <translation type="unfinished">Generera</translation> + </message> + <message> + <source>Close</source> + <translation type="unfinished">Stäng</translation> + </message> + <message> + <source></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Form3</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hi-Hat</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>steps/count</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>contrib</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RouteDialogBase</name> + <message> + <source>MusE: Routing</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Add Route</source> + <translation type="unfinished">Lägg till rutt</translation> + </message> + <message> + <source>Source:</source> + <translation type="unfinished">Källa:</translation> + </message> + <message> + <source>Destination:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Connect</source> + <translation type="unfinished">Koppla</translation> + </message> + <message> + <source>connect source to destination</source> + <translation type="unfinished">koppla källa till destination</translation> + </message> + <message> + <source>Current Routes</source> + <translation type="unfinished">Nuvarande rutter</translation> + </message> + <message> + <source>Source</source> + <translation type="unfinished">Källa</translation> + </message> + <message> + <source>Destination</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Remove</source> + <translation type="unfinished">Ta bort</translation> + </message> + <message> + <source>remove selected route</source> + <translation type="unfinished">Ta bort vald rutt</translation> + </message> +</context> +<context> + <name>SS_PluginChooserBase</name> + <message> + <source>SimpleDrums - Ladspa Plugin Chooser</source> + <translation type="unfinished">SimpleDrums - Ladspa pluginväljare</translation> + </message> + <message> + <source>Name</source> + <translation type="unfinished">Namn</translation> + </message> + <message> + <source>Label</source> + <translation type="unfinished">Etikett</translation> + </message> + <message> + <source>Inports</source> + <translation type="unfinished">Inporta</translation> + </message> + <message> + <source>Outports</source> + <translation type="unfinished">Utportar</translation> + </message> + <message> + <source>Creator</source> + <translation type="unfinished">Upphovsman</translation> + </message> + <message> + <source>&Cancel</source> + <translation type="unfinished">&Avbryt</translation> + </message> + <message> + <source>Alt+C</source> + <translation type="unfinished">Alt+A</translation> + </message> + <message> + <source>&OK</source> + <translation type="unfinished">&Ok</translation> + </message> + <message> + <source>Alt+O</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Score</name> + <message> + <source>Dynamics</source> + <translation type="obsolete">Dynamik</translation> + </message> + <message> + <source>&Config</source> + <translation type="obsolete">&Inställningar</translation> + </message> + <message> + <source>Page Settings</source> + <translation type="obsolete">Sidinställningar</translation> + </message> + <message> + <source>Staff Settings</source> + <translation type="obsolete">Notsystem inställningar</translation> + </message> + <message> + <source>Background Pixmap</source> + <translation type="obsolete">Bakgrundsbild</translation> + </message> + <message> + <source>Palettes</source> + <translation type="obsolete">Palett</translation> + </message> + <message> + <source>Print</source> + <translation type="obsolete">Skriv ut</translation> + </message> + <message> + <source>Preview Print</source> + <translation type="obsolete">Förhandsgranska utskrift</translation> + </message> + <message> + <source>Lyrics</source> + <translation type="obsolete">Text</translation> + </message> + <message> + <source>enter lyrics</source> + <translation type="obsolete">skriv in text</translation> + </message> + <message> + <source>Text</source> + <translation type="obsolete">Text</translation> + </message> + <message> + <source>enter text</source> + <translation type="obsolete">skriv in Text</translation> + </message> + <message> + <source>enter chord symbol</source> + <translation type="obsolete">skriv in ackordsymbol</translation> + </message> + <message> + <source>Score</source> + <translation type="obsolete">Partitur</translation> + </message> + <message> + <source>to previous voice</source> + <translation type="obsolete">till föregående röst</translation> + </message> + <message> + <source>to next voice</source> + <translation type="obsolete">till nästa röst</translation> + </message> + <message> + <source>flip stem direction</source> + <translation type="obsolete">ändra stämriktning</translation> + </message> + <message> + <source>move marked notes to previous voice or to upper stave in a split system</source> + <translation type="obsolete">flytta de markerade noterna till föregående röst eller till övre notsystem i ett delat notssystem</translation> + </message> + <message> + <source>move marked notes to next voice or to lower stave in a split system</source> + <translation type="obsolete">flytta de markerade noterna till nästa röst eller undre notsystem i ett delat notsystem</translation> + </message> + <message> + <source>flip stem direction of selected notes</source> + <translation type="obsolete">byt stämriktning för valda noter</translation> + </message> + <message> + <source>StaffSettings</source> + <translation type="obsolete">Notsysteminställningar</translation> + </message> + <message> + <source>MusE: config wallpaper</source> + <translation type="obsolete">MusE: konfigurera bakgrundsbild</translation> + </message> +</context> +<context> + <name>ScoreConfig</name> + <message> + <source>Staff Settings: </source> + <translation type="obsolete">Partiturinställningar:</translation> + </message> + <message> + <source>Track List</source> + <translation type="obsolete">Spårlista</translation> + </message> + <message> + <source>Key/Clef</source> + <translation type="obsolete">Stämma/Klav</translation> + </message> + <message> + <source>Upper Staff</source> + <translation type="obsolete">Övre notplan</translation> + </message> + <message> + <source>Lower Staff</source> + <translation type="obsolete">Nedre notplan</translation> + </message> + <message> + <source>Raster</source> + <translation type="obsolete">Rutnät</translation> + </message> + <message> + <source>Note Quantize</source> + <translation type="obsolete">Notkvantisera</translation> + </message> + <message> + <source>Rest Quantize</source> + <translation type="obsolete">Restkvantisera</translation> + </message> + <message> + <source>Mode</source> + <translation type="obsolete">Läge</translation> + </message> + <message> + <source>Split System</source> + <translation type="obsolete">Delat system</translation> + </message> + <message> + <source>Splitpoint</source> + <translation type="obsolete">Delningspunkt</translation> + </message> + <message> + <source>Apply</source> + <translation type="obsolete">Verkställ</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Avbryt</translation> + </message> +</context> +<context> + <name>ScrollScale</name> + <message> + <source>next page</source> + <translation>nästa sida</translation> + </message> + <message> + <source>previous page</source> + <translation>förra sidan</translation> + </message> + <message> + <source>current page number</source> + <translation>nuvarande sidnummer</translation> + </message> +</context> +<context> + <name>ShortcutCaptureDialog</name> + <message> + <source>Ok</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Avbryt</translation> + </message> + <message> + <source>Shortcut conflicts with </source> + <translation type="unfinished">Kortkommando konfliktar med</translation> + </message> + <message> + <source>Undefined</source> + <translation type="unfinished">Odefinierad</translation> + </message> +</context> +<context> + <name>ShortcutCaptureDialogBase</name> + <message> + <source>Enter shortcut sequence</source> + <translation type="unfinished">Ange kortkommandosekvens</translation> + </message> + <message> + <source>Press keys to enter shortcut sequence!</source> + <translation type="unfinished">Tryck på tangenter för att ange kortkommandosekvens:</translation> + </message> + <message> + <source>Old shortcut:</source> + <translation type="unfinished">Gammalt kortkommando</translation> + </message> + <message> + <source>Undefined</source> + <translation type="unfinished">Odefinierad</translation> + </message> + <message> + <source>New shortcut:</source> + <translation type="unfinished">Nytt kortkommando</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation type="unfinished">Avbryt</translation> + </message> +</context> +<context> + <name>ShortcutConfigBase</name> + <message> + <source>Configure Keyboard Shortcuts</source> + <translation type="unfinished">Konfigurera tangentbordskortkommando</translation> + </message> + <message> + <source>Shortcut Category</source> + <translation type="unfinished">Kortkommandokategori</translation> + </message> + <message> + <source>Description</source> + <translation type="unfinished">Beskrivning</translation> + </message> + <message> + <source>Shortcut</source> + <translation type="unfinished">Kortkommando</translation> + </message> + <message> + <source>&Clear</source> + <translation type="unfinished">&Rensa</translation> + </message> + <message> + <source>Alt+C</source> + <translation type="unfinished">Alt+R</translation> + </message> + <message> + <source>&Define</source> + <translation type="unfinished">&Definiera</translation> + </message> + <message> + <source>Alt+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>&Apply</source> + <translation type="unfinished">&Verkställ</translation> + </message> + <message> + <source>Alt+A</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SigScale</name> + <message> + <source>signature scale</source> + <translation>signaturskala</translation> + </message> +</context> +<context> + <name>SimpleDrumsGuiBase</name> + <message> + <source>DrumSynth 0.1</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SimpleSynthGui</name> + <message> + <source>&Load setup</source> + <translation type="unfinished">&Ladda setup</translation> + </message> + <message> + <source>&Save setup</source> + <translation type="unfinished">&Spara setup</translation> + </message> +</context> +<context> + <name>StkGuiBase</name> + <message> + <source>Voices</source> + <translation type="obsolete">Röster</translation> + </message> + <message> + <source>Edit</source> + <translation type="obsolete">Redigera</translation> + </message> +</context> +<context> + <name>SynthConfigBase</name> + <message> + <source>MusE: Synth Configuration</source> + <translation>MusE: Syntinställningar</translation> + </message> + <message> + <source>Soft Synthesizer</source> + <translation>Mjukvarusynt</translation> + </message> + <message> + <source>File</source> + <translation>Arkiv</translation> + </message> + <message> + <source>Instances</source> + <translation>Instanser</translation> + </message> + <message> + <source>Name</source> + <translation>Namn</translation> + </message> + <message> + <source>list of available software synthesizers</source> + <translation type="unfinished">lista med tillgängliga mjukvarusyntar</translation> + </message> + <message> + <source>Add Instance</source> + <translation>Lägg till instans</translation> + </message> + <message> + <source>Remove Instance</source> + <translation>Ta bort instans</translation> + </message> + <message> + <source>Midi Port</source> + <translation type="unfinished">Midiport</translation> + </message> + <message> + <source>Midi connections</source> + <translation type="unfinished">Midikopplingar</translation> + </message> + <message> + <source>Inst</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Version</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Description</source> + <translation type="unfinished">Beskrivning</translation> + </message> +</context> +<context> + <name>TList</name> + <message> + <source>Show Gui</source> + <translation>Visa Gui</translation> + </message> + <message> + <source>Add Midi Track</source> + <translation>Lägg till Midispår</translation> + </message> + <message> + <source>Add Drum Track</source> + <translation>Lägg till Trumspår</translation> + </message> + <message> + <source>Add Wave Track</source> + <translation>Lägg till Wavespår</translation> + </message> + <message> + <source>Delete Track</source> + <translation>Ta bort spår</translation> + </message> + <message> + <source>Track Comment</source> + <translation>Spårkommentar</translation> + </message> + <message> + <source>Midi</source> + <translation>Midi</translation> + </message> + <message> + <source>Drum</source> + <translation>Trumma</translation> + </message> + <message> + <source>Wave</source> + <translation type="obsolete">Wave</translation> + </message> + <message> + <source>This is your first wave track and the project +doesn't appear to be saved yet. + +It is recommended that you save a project file now! + +By doing that you are implicitly selecting a folder +where the audio files will end up.</source> + <translation type="obsolete">Detta är ditt första ljudspår och projektet verkar inte vara sparat ännu. + +Du rekommenderas att spara projektet nu! + +Genom att göra det så väljer du indirekt den katalog där +ljudfilerna skall hamna.</translation> + </message> + <message> + <source>Save dialog</source> + <translation type="obsolete">Spara dialog</translation> + </message> + <message> + <source>Cancel</source> + <translation type="obsolete">Avbryt</translation> + </message> + <message> + <source>MusE: bad trackname</source> + <translation type="unfinished">MusE: dåligt spårnamn</translation> + </message> + <message> + <source>please choose a unique track name</source> + <translation type="unfinished">vänligen välj ett unikt spårnamn</translation> + </message> + <message> + <source>Add Output</source> + <translation type="unfinished">Lägg till utgång</translation> + </message> + <message> + <source>Add Group</source> + <translation type="unfinished">Lägg till grupp</translation> + </message> + <message> + <source>Add Input</source> + <translation type="unfinished">Lägg till ingång</translation> + </message> + <message> + <source>Add Aux Send</source> + <translation type="unfinished">Lägg till aux-send</translation> + </message> + <message> + <source>Update drummap?</source> + <translation type="unfinished">Updatera trum-map?</translation> + </message> + <message> + <source>Do you want to use same port for all instruments in the drummap?</source> + <translation type="unfinished">Vill du använda samma port för alla instrument i trum-map:en?</translation> + </message> + <message> + <source>&Yes</source> + <translation type="unfinished">&Ja</translation> + </message> + <message> + <source>&No</source> + <translation type="unfinished">&Nej</translation> + </message> + <message> + <source>Do you want to use same port and channel for all instruments in the drummap?</source> + <translation type="unfinished">Vill du använda samma port och kanal för alla instrument i trummap:en?</translation> + </message> +</context> +<context> + <name>TempoSig</name> + <message> + <source>Tempo/Sig</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>Toolbar1</name> + <message> + <source>Solo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cursor</source> + <translation>Markör</translation> + </message> + <message> + <source>Snap</source> + <translation>Fäst vid</translation> + </message> + <message> + <source>Quantize</source> + <translation>Kvantisera</translation> + </message> + <message> + <source>To</source> + <translation>Till</translation> + </message> + <message> + <source>All Events</source> + <translation>Alla Händelser</translation> + </message> + <message> + <source>Looped Ev.</source> + <translation>Loopade Händelser.</translation> + </message> + <message> + <source>Selected Ev.</source> + <translation>Valda Händelser.</translation> + </message> + <message> + <source>Looped+Sel.</source> + <translation>Loopade och Valda.</translation> + </message> +</context> +<context> + <name>TrackComment</name> + <message> + <source>MusE: Track Comment</source> + <translation>MusE: Spårkommentar</translation> + </message> + <message> + <source>Track Comment:</source> + <translation>Spårkommentar:</translation> + </message> +</context> +<context> + <name>Transport</name> + <message> + <source>Overdub</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Replace</source> + <translation>Ersätt</translation> + </message> + <message> + <source>Rec Mode</source> + <translation>Recläge</translation> + </message> + <message> + <source>Normal</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Mix</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cycle Rec</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>punchin</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>loop</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>punchout</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Punch In</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Loop</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Punch Out</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Left Mark</source> + <translation>Vänster Markering</translation> + </message> + <message> + <source>Right Mark</source> + <translation>Höger Markering</translation> + </message> + <message> + <source>rewind to start</source> + <translation>flytta tillbaka till början</translation> + </message> + <message> + <source>rewind</source> + <translation>flytta tillbaka</translation> + </message> + <message> + <source>forward</source> + <translation>frammåt</translation> + </message> + <message> + <source>stop</source> + <translation>stopp</translation> + </message> + <message> + <source>play</source> + <translation>spela</translation> + </message> + <message> + <source>record</source> + <translation>spela in</translation> + </message> + <message> + <source>AC</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>quantize during record</source> + <translation>kvantisera under inspelning</translation> + </message> + <message> + <source>Click</source> + <translation></translation> + </message> + <message> + <source>metronom click on/off</source> + <translation>metronomklick av/på</translation> + </message> + <message> + <source>Sync</source> + <translation>Synk</translation> + </message> + <message> + <source>external sync on/off</source> + <translation>externsynk. av/på</translation> + </message> + <message> + <source>Master</source> + <translation>Master</translation> + </message> + <message> + <source>use master track</source> + <translation>använder masterspår</translation> + </message> +</context> +<context> + <name>TransposeDialogBase</name> + <message> + <source>MusE: Midi Transpose</source> + <translation>MusE: Miditransponering</translation> + </message> + <message> + <source>Value</source> + <translation>Värde</translation> + </message> + <message> + <source>halftones</source> + <translation>halvtoner</translation> + </message> + <message> + <source>Time</source> + <translation>Tid</translation> + </message> + <message> + <source>all</source> + <translation>alla</translation> + </message> + <message> + <source>between markers</source> + <translation>mellan markeringar</translation> + </message> + <message> + <source>Parts</source> + <translation>Parter</translation> + </message> + <message> + <source>all in selected tracks</source> + <translation>alla i valda spår</translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> +</context> +<context> + <name>VAMGui</name> + <message> + <source>MusE: Save VAM Presets</source> + <translation type="unfinished">MusE: Spara VAM presets</translation> + </message> +</context> +<context> + <name>VAMGuiBase</name> + <message> + <source>Virtual Analogue for MusE</source> + <translation type="unfinished">Virtual Analogue för MusE</translation> + </message> + <message> + <source>Waveform</source> + <translation type="unfinished">Vågform</translation> + </message> + <message> + <source>Sine</source> + <translation type="unfinished">Sinus</translation> + </message> + <message> + <source>Pulse</source> + <translation type="unfinished">Puls</translation> + </message> + <message> + <source>Saw</source> + <translation type="unfinished">Sågtand</translation> + </message> + <message> + <source>Triangle</source> + <translation type="unfinished">Triangel</translation> + </message> + <message> + <source>Filter</source> + <translation type="unfinished">Filter</translation> + </message> + <message> + <source>Invert</source> + <translation type="unfinished">Invertera</translation> + </message> + <message> + <source>Presets</source> + <translation type="unfinished">Preset</translation> + </message> + <message> + <source>load preset list</source> + <translation type="unfinished">öppna presetlista</translation> + </message> + <message> + <source>save preset list</source> + <translation type="unfinished">spara presetlista</translation> + </message> + <message> + <source>save preset list to a new file</source> + <translation type="unfinished">spara presetlista till ny fil</translation> + </message> + <message> + <source>delete preset</source> + <translation type="unfinished">ta bort preset</translation> + </message> + <message> + <source>Pitch</source> + <translation type="unfinished">Tonhöjd</translation> + </message> + <message> + <source>On</source> + <translation type="unfinished">På</translation> + </message> + <message> + <source>LFO</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freq</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>EnvMod</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Attack</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Decay</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Sustain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Release</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cutoff</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Resonance</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>KeyTrack</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Set</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DCO 1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Detune</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>PWM</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>FM</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>PW</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>DCO 2</source> + <translation type="unfinished"></translation> + </message> + <message encoding="UTF-8"> + <source>VAM 1.0beta3 +Virtual Analog for MusE +Released under GPL. +Copyright(C) 2002 +Jotsif Lindman Hörnlund +( jotsif@linux.nu ) +Copyright(C) 2005 +Robert Jonsson +(rj@spamatica.se)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>VelocityBase</name> + <message> + <source>MusE: Modify Velocity</source> + <translation>MusE: Modifiera Velocity</translation> + </message> + <message> + <source>Range</source> + <translation>Område</translation> + </message> + <message> + <source>All Events</source> + <translation>Alla Händelser</translation> + </message> + <message> + <source>Selected Events</source> + <translation>Valda Händelser</translation> + </message> + <message> + <source>Looped Events</source> + <translation>Loopade Händelser</translation> + </message> + <message> + <source>Selected & Looped</source> + <translation>Valda & Loopade</translation> + </message> + <message> + <source>Values</source> + <translation>Värden</translation> + </message> + <message> + <source>Rate:</source> + <translation>Hastighet:</translation> + </message> + <message> + <source>Offset:</source> + <translation>Offset:</translation> + </message> + <message> + <source>%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cancel</source> + <translation>Avbryt</translation> + </message> +</context> +<context> + <name>WTScale</name> + <message> + <source>bar scale</source> + <translation>takt-skala</translation> + </message> +</context> +<context> + <name>WaveEdit</name> + <message> + <source>&File</source> + <translation>&Arkiv</translation> + </message> + <message> + <source>Functions</source> + <translation type="obsolete">Funktioner</translation> + </message> + <message> + <source>Normalize</source> + <translation type="obsolete">Normalisera</translation> + </message> + <message> + <source>weTools</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Solo</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cursor</source> + <translation>Markör</translation> + </message> + <message> + <source>&Edit</source> + <translation type="unfinished">&Redigera</translation> + </message> + <message> + <source>Func&tions</source> + <translation type="unfinished">Funk&tioner</translation> + </message> + <message> + <source>200%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>150%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>75%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>50%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>25%</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Other</source> + <translation type="unfinished">Andra</translation> + </message> + <message> + <source>&Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Edit in E&xternal Editor</source> + <translation type="unfinished">Editera i e&xtern redigerare</translation> + </message> + <message> + <source>Mute Selection</source> + <translation type="unfinished">Tysta markering</translation> + </message> + <message> + <source>Normalize Selection</source> + <translation type="unfinished">Normalisera markering</translation> + </message> + <message> + <source>Fade In Selection</source> + <translation type="unfinished">Tona in markering</translation> + </message> + <message> + <source>Fade Out Selection</source> + <translation type="unfinished">Tona ut Markering</translation> + </message> + <message> + <source>Reverse Selection</source> + <translation type="unfinished">Reversera markering</translation> + </message> + <message> + <source>Select &All</source> + <translation type="unfinished">Markera &Allt</translation> + </message> + <message> + <source>&Deselect All</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Select</source> + <translation type="unfinished">Välj</translation> + </message> +</context> +<context> + <name>WaveTrackInfoBase</name> + <message> + <source>MusE: TrackInfo</source> + <translation>MusE: Spårinfo</translation> + </message> + <message> + <source>Track Info</source> + <translation>Spårinfo</translation> + </message> + <message> + <source>Track Name</source> + <translation>Spårnamn</translation> + </message> + <message> + <source>Output Route:</source> + <translation type="unfinished">Utgångsrutt:</translation> + </message> + <message> + <source>Input Route:</source> + <translation type="unfinished">Ingångsrutt:</translation> + </message> + <message> + <source>Ports:</source> + <translation>Portar:</translation> + </message> + <message> + <source>Mono</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Stereo</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>WaveView</name> + <message> + <source>MusE - external editor failed</source> + <translation type="unfinished">MusE - fel med extern redigerare </translation> + </message> + <message> + <source>MusE was unable to launch the external editor +check if the editor setting in: +Global Settings->Audio:External Waveditor +is set to a valid editor.</source> + <translation type="unfinished">MusE kunde inte starta extern redigerare +kontrollera om inställningarna i: +Globala inställningar->Ljud:Extern ljudredigerare +är satt till en giltig redigerarbinär</translation> + </message> + <message> + <source>MusE - file size changed</source> + <translation type="unfinished">MusE - filstorleken har förändrats</translation> + </message> + <message> + <source>When editing in external editor - you should not change the filesize +since it must fit the selected region. + +Missing data is muted</source> + <translation type="unfinished">Vid editering i extern editor - bör du inte ändra filstorleken +eftersom den måste passa i regionen. + +Saknat data tystas</translation> + </message> +</context> +<context> + <name>freeverb</name> + <message> + <source>FreeVerb</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Rooom Size</source> + <translation type="unfinished">Rumstorlek</translation> + </message> + <message> + <source>Damping</source> + <translation type="unfinished">Dämpning</translation> + </message> + <message> + <source>Wet Level</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Tap-Reverberator</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Decay [ms]</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Dry Level [dB]</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wet Level [dB]</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Preset:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AfterBurn</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AfterBurn (Long)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ambience</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ambience (Thick)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ambience (Thick) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cathedral</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cathedral - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Drum Chamber</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Garage</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Garage (Bright)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Gymnasium</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Gymnasium (Bright)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Gymnasium (Bright) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hall (Small)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hall (Medium)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hall (Large)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hall (Large) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plate (Small)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plate (Medium)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plate (Large)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Plate (Large) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pulse Chamber</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pulse Chamber (Reverse)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Resonator (96 ms)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Resonator (152 ms)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Resonator (208 ms)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Room (Small)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Room (Medium)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Room (Large)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Room (Large) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slap Chamber</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slap Chamber - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slap Chamber (Bright)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Slap Chamber (Bright) HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Smooth Hall (Small)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Smooth Hall (Medium)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Smooth Hall (Large)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Smooth Hall (Large) - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vocal Plate</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Vocal Plate - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Warble Chamber</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Warehoouse</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Warehouse - HD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Comb Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Allpass Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Bandpass Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Enhanced Stereo</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/muse2/share/plugins/1050.ui b/muse2/share/plugins/1050.ui new file mode 100644 index 00000000..ce4448ae --- /dev/null +++ b/muse2/share/plugins/1050.ui @@ -0,0 +1,246 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>freeverb</class> +<widget class="QWidget"> + <property name="name"> + <cstring>freeverb</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>516</width> + <height>87</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>4</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="caption"> + <string>FreeVerb</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>4</number> + </property> + <property name="spacing"> + <number>2</number> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Room Size</string> + </property> + </widget> + <widget class="Slider" row="1" column="2"> + <property name="name"> + <cstring>P1slider</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>10</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="id"> + <number>1</number> + </property> + <property name="maxValue"> + <number>1</number> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="DoubleLabel" row="0" column="1"> + <property name="name"> + <cstring>P0label</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>4</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="id"> + <number>0</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="maxValue"> + <number>1</number> + </property> + <property name="precision"> + <number>4</number> + </property> + </widget> + <widget class="DoubleLabel" row="1" column="1"> + <property name="name"> + <cstring>P1label</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>4</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="id"> + <number>1</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="maxValue"> + <number>1</number> + </property> + <property name="precision"> + <number>4</number> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Damping</string> + </property> + </widget> + <widget class="Slider" row="2" column="2"> + <property name="name"> + <cstring>P2slider</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>10</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="id"> + <number>2</number> + </property> + <property name="maxValue"> + <number>1</number> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="DoubleLabel" row="2" column="1"> + <property name="name"> + <cstring>P2label</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>4</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="id"> + <number>2</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="maxValue"> + <number>1</number> + </property> + <property name="precision"> + <number>4</number> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Wet Level</string> + </property> + </widget> + <widget class="Slider" row="0" column="2"> + <property name="name"> + <cstring>P0slider</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>10</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="id"> + <number>0</number> + </property> + <property name="maxValue"> + <number>1</number> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> diff --git a/muse2/share/plugins/2142.ui b/muse2/share/plugins/2142.ui new file mode 100644 index 00000000..2a0ae35f --- /dev/null +++ b/muse2/share/plugins/2142.ui @@ -0,0 +1,520 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>freeverb</class> +<widget class="QWidget"> + <property name="name"> + <cstring>freeverb</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>1</y> + <width>512</width> + <height>205</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>4</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>400</width> + <height>200</height> + </size> + </property> + <property name="caption"> + <string>Tap-Reverberator</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Decay [ms]</string> + </property> + </widget> + <widget class="DoubleLabel" row="0" column="1"> + <property name="name"> + <cstring>P0label</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="id"> + <number>0</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="maxValue"> + <number>10000</number> + </property> + <property name="precision"> + <number>0</number> + </property> + </widget> + <widget class="DoubleLabel" row="1" column="1"> + <property name="name"> + <cstring>P1label</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="id"> + <number>1</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="minValue"> + <number>-70</number> + </property> + <property name="maxValue"> + <number>10</number> + </property> + <property name="suffix"> + <string>dB</string> + </property> + <property name="precision"> + <number>2</number> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Dry Level [dB]</string> + </property> + </widget> + <widget class="DoubleLabel" row="2" column="1"> + <property name="name"> + <cstring>P2label</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="id"> + <number>2</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="minValue"> + <number>-70</number> + </property> + <property name="maxValue"> + <number>10</number> + </property> + <property name="suffix"> + <string>dB</string> + </property> + <property name="precision"> + <number>2</number> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>Wet Level [dB]</string> + </property> + </widget> + <widget class="Slider" row="1" column="2" rowspan="1" colspan="2"> + <property name="name"> + <cstring>P1Slider</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>10</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="id"> + <number>1</number> + </property> + <property name="minValue"> + <number>-70</number> + </property> + <property name="maxValue"> + <number>10</number> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="Slider" row="2" column="2" rowspan="1" colspan="2"> + <property name="name"> + <cstring>P2Slider</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>10</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="id"> + <number>2</number> + </property> + <property name="minValue"> + <number>-70</number> + </property> + <property name="maxValue"> + <number>10</number> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="Slider" row="0" column="2" rowspan="1" colspan="2"> + <property name="name"> + <cstring>P0Slider</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>10</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="id"> + <number>0</number> + </property> + <property name="maxValue"> + <number>10000</number> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="QLayoutWidget" row="4" column="2" rowspan="2" colspan="1"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>4</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Preset:</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QComboBox" row="4" column="3" rowspan="2" colspan="1"> + <item> + <property name="text"> + <string>AfterBurn</string> + </property> + </item> + <item> + <property name="text"> + <string>AfterBurn (Long)</string> + </property> + </item> + <item> + <property name="text"> + <string>Ambience</string> + </property> + </item> + <item> + <property name="text"> + <string>Ambience (Thick)</string> + </property> + </item> + <item> + <property name="text"> + <string>Ambience (Thick) - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Cathedral</string> + </property> + </item> + <item> + <property name="text"> + <string>Cathedral - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Drum Chamber</string> + </property> + </item> + <item> + <property name="text"> + <string>Garage</string> + </property> + </item> + <item> + <property name="text"> + <string>Garage (Bright)</string> + </property> + </item> + <item> + <property name="text"> + <string>Gymnasium</string> + </property> + </item> + <item> + <property name="text"> + <string>Gymnasium (Bright)</string> + </property> + </item> + <item> + <property name="text"> + <string>Gymnasium (Bright) - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Hall (Small)</string> + </property> + </item> + <item> + <property name="text"> + <string>Hall (Medium)</string> + </property> + </item> + <item> + <property name="text"> + <string>Hall (Large)</string> + </property> + </item> + <item> + <property name="text"> + <string>Hall (Large) - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Plate (Small)</string> + </property> + </item> + <item> + <property name="text"> + <string>Plate (Medium)</string> + </property> + </item> + <item> + <property name="text"> + <string>Plate (Large)</string> + </property> + </item> + <item> + <property name="text"> + <string>Plate (Large) - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Pulse Chamber</string> + </property> + </item> + <item> + <property name="text"> + <string>Pulse Chamber (Reverse)</string> + </property> + </item> + <item> + <property name="text"> + <string>Resonator (96 ms)</string> + </property> + </item> + <item> + <property name="text"> + <string>Resonator (152 ms)</string> + </property> + </item> + <item> + <property name="text"> + <string>Resonator (208 ms)</string> + </property> + </item> + <item> + <property name="text"> + <string>Room (Small)</string> + </property> + </item> + <item> + <property name="text"> + <string>Room (Medium)</string> + </property> + </item> + <item> + <property name="text"> + <string>Room (Large)</string> + </property> + </item> + <item> + <property name="text"> + <string>Room (Large) - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Slap Chamber</string> + </property> + </item> + <item> + <property name="text"> + <string>Slap Chamber - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Slap Chamber (Bright)</string> + </property> + </item> + <item> + <property name="text"> + <string>Slap Chamber (Bright) HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Smooth Hall (Small)</string> + </property> + </item> + <item> + <property name="text"> + <string>Smooth Hall (Medium)</string> + </property> + </item> + <item> + <property name="text"> + <string>Smooth Hall (Large)</string> + </property> + </item> + <item> + <property name="text"> + <string>Smooth Hall (Large) - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Vocal Plate</string> + </property> + </item> + <item> + <property name="text"> + <string>Vocal Plate - HD</string> + </property> + </item> + <item> + <property name="text"> + <string>Warble Chamber</string> + </property> + </item> + <item> + <property name="text"> + <string>Warehoouse</string> + </property> + </item> + <item> + <property name="text"> + <string>Warehouse - HD</string> + </property> + </item> + <property name="name"> + <cstring>P7presetCombo</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>P3checkbox</cstring> + </property> + <property name="text"> + <string>Comb Filters</string> + </property> + </widget> + <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>P4checkbox</cstring> + </property> + <property name="text"> + <string>Allpass Filters</string> + </property> + </widget> + <widget class="QCheckBox" row="5" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>P5checkbox</cstring> + </property> + <property name="text"> + <string>Bandpass Filters</string> + </property> + </widget> + <widget class="QCheckBox" row="3" column="2" rowspan="1" colspan="2"> + <property name="name"> + <cstring>P6checkBox</cstring> + </property> + <property name="text"> + <string>Enhanced Stereo</string> + </property> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> diff --git a/muse2/share/plugins/Makefile.am b/muse2/share/plugins/Makefile.am new file mode 100644 index 00000000..585ac69f --- /dev/null +++ b/muse2/share/plugins/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = $(wildcard *.ui) + +pluginspkgdata_DATA = $(EXTRA_DIST) + +pluginspkgdatadir = $(pkgdatadir)/plugins diff --git a/muse2/share/plugins/Makefile.in b/muse2/share/plugins/Makefile.in new file mode 100644 index 00000000..e96d7a0f --- /dev/null +++ b/muse2/share/plugins/Makefile.in @@ -0,0 +1,465 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/plugins +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(pluginspkgdatadir)" +DATA = $(pluginspkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = $(wildcard *.ui) +pluginspkgdata_DATA = $(EXTRA_DIST) +pluginspkgdatadir = $(pkgdatadir)/plugins +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/plugins/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/plugins/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pluginspkgdataDATA: $(pluginspkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(pluginspkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pluginspkgdatadir)" + @list='$(pluginspkgdata_DATA)'; test -n "$(pluginspkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pluginspkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pluginspkgdatadir)" || exit $$?; \ + done + +uninstall-pluginspkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pluginspkgdata_DATA)'; test -n "$(pluginspkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pluginspkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pluginspkgdatadir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pluginspkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pluginspkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pluginspkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginspkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am uninstall-pluginspkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/pybridge/Makefile.am b/muse2/share/pybridge/Makefile.am new file mode 100644 index 00000000..dc323905 --- /dev/null +++ b/muse2/share/pybridge/Makefile.am @@ -0,0 +1,6 @@ +EXTRA_DIST = $(wildcard *.py) + +pybridgepkgdata_DATA = $(EXTRA_DIST) + +pybridgepkgdatadir = $(pkgdatadir)/pybridge + diff --git a/muse2/share/pybridge/Makefile.in b/muse2/share/pybridge/Makefile.in new file mode 100644 index 00000000..8fe22658 --- /dev/null +++ b/muse2/share/pybridge/Makefile.in @@ -0,0 +1,466 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/pybridge +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(pybridgepkgdatadir)" +DATA = $(pybridgepkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = $(wildcard *.py) +pybridgepkgdata_DATA = $(EXTRA_DIST) +pybridgepkgdatadir = $(pkgdatadir)/pybridge +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/pybridge/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/pybridge/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-pybridgepkgdataDATA: $(pybridgepkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(pybridgepkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pybridgepkgdatadir)" + @list='$(pybridgepkgdata_DATA)'; test -n "$(pybridgepkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pybridgepkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pybridgepkgdatadir)" || exit $$?; \ + done + +uninstall-pybridgepkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pybridgepkgdata_DATA)'; test -n "$(pybridgepkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pybridgepkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pybridgepkgdatadir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(pybridgepkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pybridgepkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-pybridgepkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am \ + install-pybridgepkgdataDATA install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-pybridgepkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/pybridge/Pyro_NS_URI b/muse2/share/pybridge/Pyro_NS_URI new file mode 100644 index 00000000..8e304cc1 --- /dev/null +++ b/muse2/share/pybridge/Pyro_NS_URI @@ -0,0 +1 @@ +PYRO://127.0.1.1:9090/7f0001010beb68ea2286bbe6686be546 diff --git a/muse2/share/pybridge/examples/addpartexample.py b/muse2/share/pybridge/examples/addpartexample.py new file mode 100644 index 00000000..65c41bdf --- /dev/null +++ b/muse2/share/pybridge/examples/addpartexample.py @@ -0,0 +1,29 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= +""" + +import Pyro.core +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') + +# +# Example on how to insert a new note, outcommented since I run the script several times and it inserts so many notes :-) +# But it works! +# + + +rpos = muse.getRPos() +lpos = muse.getLPos() + +event = {'data':[61,100,0], + 'tick':0, # Relative offset of part - 0 = beginning of part + 'type':"note", + 'len':rpos - lpos} + +part = {'events': [event], + 'tick': lpos} +muse.createPart("Track 1", lpos, rpos - lpos, part) + diff --git a/muse2/share/pybridge/examples/addtrack.py b/muse2/share/pybridge/examples/addtrack.py new file mode 100644 index 00000000..116b35c0 --- /dev/null +++ b/muse2/share/pybridge/examples/addtrack.py @@ -0,0 +1,33 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= +""" + +import Pyro.core +import time + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') + +for j in range(0,5): + for i in range(0,30): + muse.addMidiTrack("amiditrack" + str(i)) + for i in range(0,30): + muse.deleteTrack("amiditrack" + str(i)) + +for i in range(0, 10): + print i + muse.addMidiTrack("amiditrack") + muse.addWaveTrack("awavetrack") + muse.addOutput("anoutput") + muse.addInput("aninput") + muse.setMute("aninput", False) + muse.setAudioTrackVolume("aninput",1.0) + muse.deleteTrack("amiditrack") + muse.deleteTrack("awavetrack") + muse.deleteTrack("anoutput") + muse.deleteTrack("aninput") + time.sleep(1) + diff --git a/muse2/share/pybridge/examples/ctrlexample.py b/muse2/share/pybridge/examples/ctrlexample.py new file mode 100644 index 00000000..9e28afad --- /dev/null +++ b/muse2/share/pybridge/examples/ctrlexample.py @@ -0,0 +1,26 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= +""" + +import Pyro.core +import time + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') +#for i in range(0,10): +# print "Ctrl no " + str(i) + " = " + str(muse.getMidiControllerValue("Track 1", i)) + +""" +for i in range(0,127): + muse.setMidiControllerValue("Track 1", 7, i) + time.sleep(0.1) +""" + +muse.setMidiControllerValue("Track 1", 7, 56) +print muse.getMidiControllerValue("Track 1", 7) +print muse.getAudioTrackVolume("Out 1") +muse.setAudioTrackVolume("Out 1", -1.0) + diff --git a/muse2/share/pybridge/examples/effecttoggle.py b/muse2/share/pybridge/examples/effecttoggle.py new file mode 100644 index 00000000..6feb4bca --- /dev/null +++ b/muse2/share/pybridge/examples/effecttoggle.py @@ -0,0 +1,23 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= +""" + +import Pyro.core +import time + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') +trackname = "wavtrack" + +fxs = muse.getTrackEffects(trackname) +print fxs + +for i in range (0,10): + muse.toggleTrackEffect(trackname,0, False) + time.sleep(1) + muse.toggleTrackEffect(trackname,0, True) + time.sleep(1) + diff --git a/muse2/share/pybridge/examples/mute.py b/muse2/share/pybridge/examples/mute.py new file mode 100644 index 00000000..5732a7f8 --- /dev/null +++ b/muse2/share/pybridge/examples/mute.py @@ -0,0 +1,20 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= +""" + +import Pyro.core +import time + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') +for i in range(0,10): + muse.setMute("Strings", False) + muse.setMute("Lead1", True) + time.sleep(1) + muse.setMute("Strings", True) + muse.setMute("Lead1", False) + time.sleep(1) + diff --git a/muse2/share/pybridge/examples/repeatpart.py b/muse2/share/pybridge/examples/repeatpart.py new file mode 100644 index 00000000..e2b8ff31 --- /dev/null +++ b/muse2/share/pybridge/examples/repeatpart.py @@ -0,0 +1,61 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= +""" + +import Pyro.core +import sys +import time + +SLEEPIVAL=0.3 + +def advanceToNextSection(muse, newlpos, newrpos): + print "Advancing..." + currpos = muse.getRPos() + curlpos = muse.getLPos() + curpos = muse.getCPos() + muse.setLoop(False) + + while curpos < currpos: + time.sleep(SLEEPIVAL) + curpos = muse.getCPos() + print "Leaving current section..." + muse.setRPos(newrpos) + curpos = muse.getCPos() + + while curpos < newlpos: + time.sleep(SLEEPIVAL) + curpos = muse.getCPos() + print "Entered new section" + muse.setLPos(newlpos) + muse.setLoop(True) + return + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') +muse.stopPlay() +parts = muse.getParts("Track 1") +muse.setLPos(parts[0]['tick']) +muse.setRPos(parts[0]['tick'] + parts[0]['len']) +muse.setCPos(0) +time.sleep(0.2) # Hmmm, don't like it but it seems necessary to pause a short while before starting play +muse.setLoop(True) +muse.startPlay() + +for i in range(1, len(parts)): + part = parts[i] + tick = part['tick'] + len = part['len'] + print "Press enter to advance to next section/part!" + sys.stdin.read(1) + advanceToNextSection(muse, tick, tick + len) + +print "This is the final section. Disabling loop and leaving..." +muse.setLoop(False) + +#print "Press enter to leave final section" +#sys.stdin.read(1) +#muse.setLoop(False) + diff --git a/muse2/share/pybridge/examples/setpositionexample.py b/muse2/share/pybridge/examples/setpositionexample.py new file mode 100644 index 00000000..476410d9 --- /dev/null +++ b/muse2/share/pybridge/examples/setpositionexample.py @@ -0,0 +1,35 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= +""" + +import Pyro.core +import time +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') +parts = muse.getParts("Track 1") + +ptick = parts[0]['tick'] +len = parts[0]['len'] +muse.setLPos(ptick) +muse.setRPos(ptick + len) +muse.setCPos(ptick + len / 2) + +songlen = muse.getSongLen() +#print "Song length: " + str(songlen) + +# +# Copy first part to after current song length, thus increase song length with length of first part +# +newsonglen = songlen + parts[0]['len'] +muse.setSongLen(newsonglen) +muse.createPart("Track 1", songlen + 1, parts[0]['len'], parts[0]) +time.sleep(1) + +lastpart = muse.getParts("Track 1").pop() +print lastpart['id'] +muse.deletePart(lastpart['id']) +print muse.getDivision() + diff --git a/muse2/share/pybridge/examples/tempoexample.py b/muse2/share/pybridge/examples/tempoexample.py new file mode 100644 index 00000000..ed12638d --- /dev/null +++ b/muse2/share/pybridge/examples/tempoexample.py @@ -0,0 +1,6 @@ +import Pyro.core + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') + +print "Tempo: " + str(muse.getTempo(0)) + diff --git a/muse2/share/pybridge/examples/trackparamchangeexample.py b/muse2/share/pybridge/examples/trackparamchangeexample.py new file mode 100644 index 00000000..0681ccb4 --- /dev/null +++ b/muse2/share/pybridge/examples/trackparamchangeexample.py @@ -0,0 +1,21 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= +""" +import Pyro.core +import time + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') + +muse.setMidiTrackParameter("Track 1", "velocity",10) +muse.setMidiTrackParameter("Track 1", "compression",101) +muse.setMidiTrackParameter("Track 1", "delay",2) +muse.setMidiTrackParameter("Track 1", "transposition",1) + +for i in range(-127, 127): + muse.setMidiTrackParameter("Track 1", "velocity",i) + time.sleep(0.1) + diff --git a/muse2/share/pybridge/musepclient.py b/muse2/share/pybridge/musepclient.py new file mode 100644 index 00000000..dc87e4e8 --- /dev/null +++ b/muse2/share/pybridge/musepclient.py @@ -0,0 +1,17 @@ +# +# Example client for MusE Pyro bridge (Python Remote Object) +# +import Pyro.core +import time + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') +print "Current position is: " + str(muse.getCPos()) +muse.startPlay() +time.sleep(1) # Sleep one second +muse.stopPlay() +print "New position is: " + str(muse.getCPos()) +muse.rewindStart() +print "Pos after rewind is: " + str(muse.getCPos()) +print "Lpos, Rpos: " + str(muse.getLPos()) + ":" + str(muse.getRPos()) + + diff --git a/muse2/share/pybridge/museplauncher.py b/muse2/share/pybridge/museplauncher.py new file mode 100644 index 00000000..24206213 --- /dev/null +++ b/muse2/share/pybridge/museplauncher.py @@ -0,0 +1,257 @@ +""" +//========================================================= +// MusE +// Linux Music Editor +// (C) Copyright 2009 Mathias Gyllengahm (lunar_shuttle@users.sf.net) +//========================================================= + +This file is used by MusE for launching a Pyro name service and connecting a remote object to the global Python functions +""" + +import Pyro.naming +import Pyro.core +from Pyro.errors import PyroError,NamingError +import sys, time +import threading + +# +# Note: this module, 'muse' is activated from within MusE - thus it is not possible to execute the scripts without a running +# MusE instance +# +import muse + +# +# Class which implements the functionality that is used remotely. +# In short just repeating the global functions in the muse-module +# +# TODO: It should be better to skip this class completely by implementing +# functionality as a class in pyapi.cpp instead of global functions +# that need to be wrapped like this +# +class MusE: + def getCPos(self): # Get current position + return muse.getCPos() + + def startPlay(self): # Start playback + return muse.startPlay() + + def stopPlay(self): # Stop playback + return muse.stopPlay() + + def rewindStart(self): # Rewind current position to start + return muse.rewindStart() + + def getLPos(self): # Get position of left locator + return muse.getLPos() + + def getRPos(self): # Get position of right locator + return muse.getRPos() + + def getTempo(self, tick): #Get tempo at particular tick + return muse.getTempo(tick) + + def getTrackNames(self): # get track names + return muse.getTrackNames() + + def getParts(self, trackname): # get parts in a particular track + return muse.getParts(trackname) + + def createPart(self, trackname, starttick, lenticks, part): # create part in track + return muse.createPart(trackname, starttick, lenticks, part) + + def modifyPart(self, part): # modify a part (the part to be modified is specified by its id + return muse.modifyPart((part)) + + def deletePart(self, part): # delete a part + return muse.deletePart((part)) + + def getSelectedTrack(self): # get first selected track in arranger window + return muse.getSelectedTrack() + + def importPart(self, trackname, filename, tick): # import part file to a track at a given position + return muse.importPart(trackname, filename, tick) + + def setCPos(self, tick): # set current position + return muse.setPos(0, tick) + + def setLPos(self, tick): # set left locator + return muse.setPos(1, tick) + + def setRPos(self, tick): # set right locator + return muse.setPos(2, tick) + + def setSongLen(self, ticks): # set song length + return muse.setSongLen(ticks) + + def getSongLen(self): # get song length + return muse.getSongLen() + + def getDivision(self): # get division (ticks per 1/4, or per beat?) + return muse.getDivision() + + def setMidiTrackParameter(self, trackname, paramname, value): # set midi track parameter (velocity, compression, len, transpose) + return muse.setMidiTrackParameter(trackname, paramname, value); + + def getLoop(self): # get loop flag + return muse.getLoop() + + def setLoop(self, loopFlag): # set loop flag + return muse.setLoop(loopFlag) + + def getMute(self, trackname): # get track mute parameter + return muse.getMute(trackname) + + def setMute(self, trackname, enabled): # set track mute parameter + return muse.setMute(trackname, enabled) + + def setVolume(self, trackname, volume): # set mixer volume + return muse.setVolume(trackname, volume) + + def getMidiControllerValue(self, trackname, ctrlno): # get a particular midi controller value for a track + return muse.getMidiControllerValue(trackname, ctrlno) + + def setMidiControllerValue(self, trackname, ctrlno, value): # set a particular midi controller value for a track + return muse.setMidiControllerValue(trackname, ctrlno, value) + + def setAudioTrackVolume(self, trackname, dvol): # set volume for audio track + return muse.setAudioTrackVolume(trackname, dvol) + + def getAudioTrackVolume(self, trackname): # get volume for audio track + return muse.getAudioTrackVolume(trackname) + + def getTrackEffects(self, trackname): # get effect names for an audio track + return muse.getTrackEffects(trackname) + + def toggleTrackEffect(self, trackname, effectno, onoff): # toggle specific effect on/off + return muse.toggleTrackEffect(trackname, effectno, onoff) + + def findNewTrack(self, oldtracknames): #internal function + tracknames = muse.getTrackNames() + for trackname in tracknames: + if trackname in oldtracknames: + continue + + return trackname + + def changeTrackName(self, trackname, newname): #change track name + return muse.changeTrackName(trackname, newname) + + def nameNewTrack(self, newname, oldtracknames):# Internal function, wait until new track shows up in tracknames, then rename it + tmpname = None + for i in range(0,100): + tmpname = self.findNewTrack(oldtracknames) + if tmpname == None: + time.sleep(0.1) + continue + else: + self.changeTrackName(tmpname, newname) + time.sleep(0.1) # Ouch!! + break + + + def addMidiTrack(self, trackname): # add midi track + oldtracknames = muse.getTrackNames() + if trackname in oldtracknames: + return None + + muse.addMidiTrack() + self.nameNewTrack(trackname, oldtracknames) + + + def addWaveTrack(self, trackname): # add wave track + oldtracknames = muse.getTrackNames() + if trackname in oldtracknames: + return None + + muse.addWaveTrack() + self.nameNewTrack(trackname, oldtracknames) + + def addInput(self, trackname): # add audio input + oldtracknames = muse.getTrackNames() + if trackname in oldtracknames: + return None + + muse.addInput() + self.nameNewTrack(trackname, oldtracknames) + + def addOutput(self, trackname): # add audio output + oldtracknames = muse.getTrackNames() + if trackname in oldtracknames: + return None + + muse.addOutput() + self.nameNewTrack(trackname, oldtracknames) + + def addGroup(self, trackname): # add audio group + oldtracknames = muse.getTrackNames() + if trackname in oldtracknames: + return None + + muse.addGroup() + self.nameNewTrack(trackname, oldtracknames) + + def deleteTrack(self, trackname): # delete a track + tracknames = muse.getTrackNames() + if trackname not in tracknames: + return False + + muse.deleteTrack(trackname) + +# def getOutputRoute(self, trackname): +# return muse.getOutputRoute(trackname) + +class NameServiceThread(threading.Thread): + def __init__(self): + threading.Thread.__init__(self) + self.starter = Pyro.naming.NameServerStarter() + + def run(self): + self.starter.start() + + def verifyRunning(self): + return self.starter.waitUntilStarted(10) + +# +# museclass Pyro object +# +class museclass(Pyro.core.ObjBase, MusE): + pass + +# +# main server program +# +def main(): + Pyro.core.initServer() + nsthread = NameServiceThread() + nsthread.start() + if (nsthread.verifyRunning() == False): + print "Failed to launch name service..." + sys.exit(1) + + daemon = Pyro.core.Daemon() + # locate the NS + locator = Pyro.naming.NameServerLocator() + #print 'searching for Name Server...' + ns = locator.getNS() + daemon.useNameServer(ns) + + # connect a new object implementation (first unregister previous one) + try: + # 'test' is the name by which our object will be known to the outside world + ns.unregister('muse') + except NamingError: + pass + + # connect new object implementation + daemon.connect(museclass(),'muse') + + # enter the server loop. + print 'Muse remote object published' + daemon.requestLoop() + +if __name__=="__main__": + main() + +main() + + diff --git a/muse2/share/pybridge/parter/main.py b/muse2/share/pybridge/parter/main.py new file mode 100644 index 00000000..40b85734 --- /dev/null +++ b/muse2/share/pybridge/parter/main.py @@ -0,0 +1,26 @@ +import sys,time +from PyQt4 import QtGui + +from parter import ParterMainwidget +import sys, os +import Pyro.core + +#import musemock +#muse = musemock.MusEMock() +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') +""" +strack = muse.getSelectedTrack() +cpos = muse.getCPos() +muse.importPart(strack, "/home/ddskmlg/.muse/parts/testpart2.mpt", cpos) +sys.exit(0) +""" + + +if __name__ == '__main__': + app = QtGui.QApplication(sys.argv) + partsdir = os.getenv("HOME") + "/.muse/parts" + mainw = ParterMainwidget(None, muse, partsdir) + mainw.show() + #muse.importPart("Track 1","/home/ddskmlg/.muse/parts/testpart2.mpt",18432) + sys.exit(app.exec_()) + diff --git a/muse2/share/pybridge/parter/parter.py b/muse2/share/pybridge/parter/parter.py new file mode 100644 index 00000000..889b00a1 --- /dev/null +++ b/muse2/share/pybridge/parter/parter.py @@ -0,0 +1,107 @@ +import sys,time,os +from PyQt4 import QtGui, QtCore +from PyQt4.QtGui import QFileDialog, QListView, QStringListModel, QButtonGroup, QPushButton + +class ParterMainwidget(QtGui.QWidget): + def __init__(self, parent=None, muse=None, partsdir=None): + QtGui.QWidget.__init__(self, parent) + self.muse = muse + self.partsdir = partsdir + self.lcurdir = QtGui.QLabel(partsdir) + moveupbutton = QPushButton("Parent dir") + appendbutton = QPushButton("Append") + putbutton = QPushButton("Put") + blayout = QtGui.QGridLayout() + blayout.addWidget(self.lcurdir) + blayout.addWidget(moveupbutton) + blayout.addWidget(appendbutton) + blayout.addWidget(putbutton) + self.tree = QtGui.QTreeView() + self.dirmodel = QtGui.QDirModel() + self.tree.setModel(self.dirmodel) + self.tree.setRootIndex(self.dirmodel.index(self.partsdir)) + + layout = QtGui.QGridLayout() + self.setLayout(layout) + layout.addWidget(self.tree, 0, 0) + layout.addLayout(blayout, 0, 1) + + self.connect(moveupbutton, QtCore.SIGNAL('clicked()'), self.parentDir) + self.connect(appendbutton, QtCore.SIGNAL('clicked()'), self.appendPressed) + self.connect(putbutton, QtCore.SIGNAL('clicked()'), self.putPressed) + + self.connect(self.tree, QtCore.SIGNAL('activated(QModelIndex)'), self.activated) + + def parentDir(self): + f = QtCore.QFileInfo(self.partsdir) + self.changeDir(f.canonicalPath()) + + def changeDir(self, newdir): + self.partsdir = newdir + self.tree.setRootIndex(self.dirmodel.index(self.partsdir)) + self.lcurdir.setText(self.partsdir) + + def activated(self, s): + fileInfo = self.dirmodel.fileInfo(s) + if fileInfo.isDir(): + self.changeDir(fileInfo.absoluteFilePath()) + return + + fname = str(fileInfo.absoluteFilePath()) # if not str() around it crashes! + self.putPart(fname) + + def putPart(self, fname): + trackid = self.muse.getSelectedTrack() + if trackid == None: + return + cpos = self.muse.getCPos() + self.muse.importPart(trackid, fname, cpos) + + def getSelectedItem(self): + selectionmodel = self.tree.selectionModel() + for i in selectionmodel.selectedIndexes(): + fileInfo = self.dirmodel.fileInfo(i) + return str(fileInfo.absoluteFilePath()) + return None + + def appendPressed(self): + selected = self.getSelectedItem() + if selected == None: + return + trackid = self.muse.getSelectedTrack() + if trackid == None: + return + parts = self.muse.getParts(trackid) + if parts == None: + return + + pos = 0 + if len(parts) > 0: + part = parts[len(parts) - 1] + pos = part['tick'] + part['len'] + print "Appending " + selected + self.muse.importPart(trackid, selected, pos) + + + + def putPressed(self): + selected = self.getSelectedItem() + if selected == None: + return + trackid = self.muse.getSelectedTrack() + if trackid == None: + return + cpos = self.muse.getCPos() + self.muse.importPart(trackid, selected, cpos) + + def testfunc2(self, index): + print str(index.row()) + " " + str(index.column()) + print index.data().toString() + +if __name__ == '__main__': + app = QtGui.QApplication(sys.argv) + mainw = ParterMainwidget() + mainw.show() + sys.exit(app.exec_()) + + diff --git a/muse2/share/pybridge/robert.py b/muse2/share/pybridge/robert.py new file mode 100644 index 00000000..2de8e1ab --- /dev/null +++ b/muse2/share/pybridge/robert.py @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +# +# Example client for MusE Pyro bridge (Python Remote Object) +# +import Pyro.core +import time + +muse=Pyro.core.getProxyForURI('PYRONAME://:Default.muse') +print "Current position is: " + str(muse.getCPos()) + +midiDevice=file("/dev/snd/midiC1D0") +nextIsCommand=False +while True: + v=midiDevice.read(1) + if nextIsCommand: + print " %d"%ord(v) + if ord(v) == 0: + print "set hh" + muse.setMute("hh", False) + muse.setMute("RIDE", True) + if ord(v) == 1: + muse.setMute("hh", True) + muse.setMute("RIDE", False) + print "set ride" + if ord(v) == 2: + muse.setMute("ACCENT1", False) + if ord(v) == 3: + muse.setMute("ACCENT2", False) + if ord(v) == 127: + print "mute all accents" + muse.setMute("ACCENT1", True) + muse.setMute("ACCENT2", True) + nextIsCommand=False + if ord(v) == 192: + nextIsCommand=True + +''' +muse.startPlay() +time.sleep(1) # Sleep one second +muse.stopPlay() +print "New position is: " + str(muse.getCPos()) +muse.rewindStart() +print "Pos after rewind is: " + str(muse.getCPos()) +print "Lpos, Rpos: " + str(muse.getLPos()) + ":" + str(muse.getRPos()) + +''' diff --git a/muse2/share/scripts/ConstantLength b/muse2/share/scripts/ConstantLength new file mode 100755 index 00000000..f03addcd --- /dev/null +++ b/muse2/share/scripts/ConstantLength @@ -0,0 +1,77 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +import sys,time +from PyQt4 import QtGui, QtCore + +class ScriptClass(QtGui.QWidget): + def __init__(self, parent=None): + QtGui.QWidget.__init__(self, parent) + + self.setWindowTitle('Constant length') + title = QtGui.QLabel('Make all events of length:') + self.titleEdit = QtGui.QComboBox() + self.titleEdit.addItem('1/1',1) + self.titleEdit.addItem('1/2',2) + self.titleEdit.addItem('1/4',4) + self.titleEdit.addItem('1/8',8) + self.titleEdit.addItem('1/16',16) + self.titleEdit.addItem('1/32',32) + self.titleEdit.addItem('1/64',64) + self.titleEdit.setCurrentIndex(4) + + button = QtGui.QPushButton("Execute") + self.connect(button, QtCore.SIGNAL('clicked()'), self.execute) + grid = QtGui.QGridLayout() + grid.setSpacing(3) + + grid.addWidget(title, 1, 0) + grid.addWidget(self.titleEdit, 1, 1) + + grid.addWidget(button, 2, 1) + + self.setLayout(grid) + self.resize(200, 100) + button.setFocus() + + def execute(self): + testFile = file(sys.argv[1],"r") + inputEvents = testFile.readlines() + testFile.close() + + beatDiv = self.titleEdit.itemData(self.titleEdit.currentIndex()).toInt()[0] + print "beatDiv=",beatDiv + eventLen=0 + #get beat length to calculate minimum length of event + for line in inputEvents: + if line.startswith('BEATLEN'): + tag,tick = line.split(' ') + eventLen=int(tick)/beatDiv*4 + break + + outputEvents=[] + #loop through events + for line in inputEvents: + + if line.startswith('NOTE'): + tag,tick,note,length,velocity = line.split(' ') + + length=eventLen + newLine=tag+" "+tick+" "+note+" "+str(length)+" "+velocity + outputEvents.append(newLine) + + else: + outputEvents.append(line) + + testFile = file(sys.argv[1],"w") + testFile.writelines(outputEvents) + testFile.close() + + quit() + + + +app = QtGui.QApplication(sys.argv) +qb = ScriptClass() +qb.show() +sys.exit(app.exec_()) diff --git a/muse2/share/scripts/DoNothing b/muse2/share/scripts/DoNothing new file mode 100755 index 00000000..a3d92c7d --- /dev/null +++ b/muse2/share/scripts/DoNothing @@ -0,0 +1,15 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +import sys +testFile = file(sys.argv[1],"r") +inputEvents = testFile.readlines() +testFile.close() + +outputEvents=[] +#loop through events +for line in inputEvents: + outputEvents.append(line) + +testFile = file(sys.argv[1],"w") +testFile.writelines(outputEvents) +testFile.close() diff --git a/muse2/share/scripts/DoubleSpeed b/muse2/share/scripts/DoubleSpeed new file mode 100755 index 00000000..da6d0c2e --- /dev/null +++ b/muse2/share/scripts/DoubleSpeed @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# MusE external midi processing script +# By: Mathias Gyllengahm 2009 +# DoubleSpeed + +import sys,time +testFile = file(sys.argv[1],"r") +inputEvents = testFile.readlines() +testFile.close() + +outputEvents=[] +#loop through events +for line in inputEvents: + + if line.startswith('NOTE'): + tag,tick,pitch,length,velocity = line.split(' ') + newline = tag + " " + str(int(tick)/2) + " " + pitch + " " + length + " " + velocity + outputEvents.append(newline) + +testFile = file(sys.argv[1],"w") +testFile.writelines(outputEvents) +testFile.close() + diff --git a/muse2/share/scripts/Makefile.am b/muse2/share/scripts/Makefile.am new file mode 100644 index 00000000..0f2a9634 --- /dev/null +++ b/muse2/share/scripts/Makefile.am @@ -0,0 +1,11 @@ +EXTRA_DIST = DoNothing RemoveShortEvents DoubleSpeed ConstantLength SwingQuantize1 + +#musemidiscriptspkgdata_DATA = $(EXTRA_DIST) + +#musemidiscriptspkgdatadir = $(pkgdatadir)/scripts + +install-data-local: + mkdir -p $(DESTDIR)/$(pkgdatadir)/scripts/ + cp $(EXTRA_DIST) $(DESTDIR)/$(pkgdatadir)/scripts/ + chmod a+x $(DESTDIR)/$(pkgdatadir)/scripts/* + diff --git a/muse2/share/scripts/Makefile.in b/muse2/share/scripts/Makefile.in new file mode 100644 index 00000000..7fef85f6 --- /dev/null +++ b/muse2/share/scripts/Makefile.in @@ -0,0 +1,425 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/scripts +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = DoNothing RemoveShortEvents DoubleSpeed ConstantLength SwingQuantize1 +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/scripts/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/scripts/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-data-local + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-data-local install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am + + +#musemidiscriptspkgdata_DATA = $(EXTRA_DIST) + +#musemidiscriptspkgdatadir = $(pkgdatadir)/scripts + +install-data-local: + mkdir -p $(DESTDIR)/$(pkgdatadir)/scripts/ + cp $(EXTRA_DIST) $(DESTDIR)/$(pkgdatadir)/scripts/ + chmod a+x $(DESTDIR)/$(pkgdatadir)/scripts/* + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/scripts/README.txt b/muse2/share/scripts/README.txt new file mode 100644 index 00000000..8490dd69 --- /dev/null +++ b/muse2/share/scripts/README.txt @@ -0,0 +1,36 @@ +MusE midi event scripting format 0.5 + +Some information for the budding script writer, here is some info +about the format currently used. + +Scripts can be put in two different dirs. +<install_path>/share/muse/scripts +for scripts bundled +or $HOME/.muse/scripts +for user created scripts + +There are two main requirements on scripts. + +1. a script must have the executable flag set, that is, it must be considered +an executable from the perspective of the operating system. +2. a script shall take an input file as argument and will update this +file with the sought output. + +The tags that may occur in the file sent to the script are: +PARTLEN <len in ticks> +BEATLEN <len in ticks> +QUANTLEN <len in ticks> +NOTE <tick> <pitch> <len in ticks> <velocity> +CONTROLLER <tick> <a> <b> <c> + +PARTLEN, BEATLEN and QUANTLEN are there for informational purposes, to +make some transformations possible. e.g. quantization, beat delay. + +NOTE and CONTROLLER are the ones that are read back into MusE when the filter +stops executing. These may be manipulated, removed or multiplied as seen +fit by the filter. +-- Note that it is a good idea to just pass on the lines your script is not +interested in, otherwise data may unintentionally be removed -- + +A short example in pyton that does nothing but pass on output from input +to output is available in script DoNothing diff --git a/muse2/share/scripts/RemoveShortEvents b/muse2/share/scripts/RemoveShortEvents new file mode 100755 index 00000000..cc6735b2 --- /dev/null +++ b/muse2/share/scripts/RemoveShortEvents @@ -0,0 +1,79 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# MusE external midi processing script +# By: Robert Jonsson 2009 +# RemoveShortEvents + +import sys,time +from PyQt4 import QtGui, QtCore + +class RemoveShortEvents(QtGui.QWidget): + def __init__(self, parent=None): + QtGui.QWidget.__init__(self, parent) + + self.setWindowTitle('RemoveShortEvents') + + title = QtGui.QLabel('Remove events shorter than:') + self.timeEdit = QtGui.QComboBox() + self.timeEdit.addItem('1/1',1) + self.timeEdit.addItem('1/2',2) + self.timeEdit.addItem('1/4',4) + self.timeEdit.addItem('1/8',8) + self.timeEdit.addItem('1/16',16) + self.timeEdit.addItem('1/32',32) + self.timeEdit.setCurrentIndex(3) + + button = QtGui.QPushButton("Execute") + self.connect(button, QtCore.SIGNAL('clicked()'), self.execute) + + grid = QtGui.QGridLayout() + grid.setSpacing(3) + + grid.addWidget(title, 1, 0) + grid.addWidget(self.timeEdit, 1, 1) + + grid.addWidget(button, 2, 1) + + self.setLayout(grid) + self.resize(200, 100) + button.setFocus() + + def execute(self): + testFile = file(sys.argv[1],"r") + inputEvents = testFile.readlines() + testFile.close() + + beatDiv = int(self.timeEdit.itemData(self.timeEdit.currentIndex()).toInt()[0]) + minSize=0 # fill in when we get the beat size value + outputEvents=[] + + #get beat length to calculate minimum length of event + for line in inputEvents: + if line.startswith('BEATLEN'): + tag,tick = line.split(' ') + minSize=int(tick)/beatDiv + break + #loop through events + for line in inputEvents: + if line.startswith('NOTE'): + tag,tick,note,length,velocity = line.split(' ') + if int(length) > minSize: # only append long enough events + outputEvents.append(line) + + else: + outputEvents.append(line) + + + testFile = file(sys.argv[1],"w") + testFile.writelines(outputEvents) + testFile.close() + + + quit() + + + +app = QtGui.QApplication(sys.argv) +qb = RemoveShortEvents() +qb.show() +sys.exit(app.exec_()) diff --git a/muse2/share/scripts/SwingQuantize1 b/muse2/share/scripts/SwingQuantize1 new file mode 100755 index 00000000..11fded84 --- /dev/null +++ b/muse2/share/scripts/SwingQuantize1 @@ -0,0 +1,105 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# MusE external midi processing script +# By: Robert Jonsson 2009 +# Quantize + +import sys,time +from PyQt4 import QtGui, QtCore +import random + +class Quantize(QtGui.QWidget): + def __init__(self, parent=None): + QtGui.QWidget.__init__(self, parent) + + self.setWindowTitle('Swing quantize V1') + + + self.beatEdit = QtGui.QComboBox() + self.beatEdit.addItem('1/1',1) + self.beatEdit.addItem('1/2',2) + self.beatEdit.addItem('1/4',4) + self.beatEdit.addItem('1/8',8) + self.beatEdit.addItem('1/16',16) + self.beatEdit.addItem('1/32',32) + self.beatEdit.setCurrentIndex(2) + self.spreadEdit = QtGui.QLineEdit() + self.spreadEdit.setText('10') + + button = QtGui.QPushButton("Execute") + self.connect(button, QtCore.SIGNAL('clicked()'), self.execute) + + grid = QtGui.QGridLayout() + grid.setSpacing(3) + + grid.addWidget(QtGui.QLabel('Beat granularity:'), 1, 0) + grid.addWidget(self.beatEdit, 1, 1) + grid.addWidget(QtGui.QLabel('Spread/Swing(ticks)'), 2, 0) + grid.addWidget(self.spreadEdit, 2, 1) + grid.addWidget(button, 3, 1) + + self.setLayout(grid) + self.resize(200, 100) + button.setFocus() + + def execute(self): + testFile = file(sys.argv[1],"r") + inputEvents = testFile.readlines() + testFile.close() + + beatDiv = self.beatEdit.itemData(self.beatEdit.currentIndex()).toInt()[0] + minSize=0 # fill in when we get the beat size value + outputEvents=[] + quantLen=0 + + #get beat length to calculate minimum length of event + for line in inputEvents: + if line.startswith('BEATLEN'): + tag,tick = line.split(' ') + beatLen=int(tick) + quantLen=int(tick)/beatDiv*4 + print "quantLen=%d beatDiv=%d"%(quantLen, beatDiv) + print line.strip() + #loop through events and quantize to the given beat + eventList=[] + for line in inputEvents: + if line.startswith('NOTE'): + tag,tick,pitch,length,velocity = line.split(' ') + + # over quantize + lowerBound=(int(tick)/quantLen)*quantLen + upperBound=lowerBound+quantLen + lowDiff=int(tick)-lowerBound + highDiff=upperBound - int(tick) + if( lowDiff < highDiff): + newTick=lowerBound + else: + newTick=upperBound + + # apply swing factor to every other 8 beat + print "float =%f int = %d"%((float(newTick+beatLen)) / beatLen/2,((newTick+beatLen))/beatLen/2) + if ((float(newTick+beatLen)) / beatLen/2 - ((newTick+beatLen))/beatLen/2) < 0.1: + print "adding swing to:",newTick + newTick=int(random.gauss(newTick,self.spreadEdit.text().toInt()[0])) + if (newTick < 0): + newTick=0 + + newLine="NOTE "+ str(newTick)+" " + pitch + " "+ length + " " + velocity + print "newLine:",newLine.strip() + outputEvents.append(newLine) + else: + outputEvents.append(line) + + + + testFile = file(sys.argv[1],"w") + testFile.writelines(outputEvents) + testFile.close() + + quit() + + +app = QtGui.QApplication(sys.argv) +qb = Quantize() +qb.show() +sys.exit(app.exec_()) diff --git a/muse2/share/splash.png b/muse2/share/splash.png Binary files differnew file mode 100644 index 00000000..38d7c465 --- /dev/null +++ b/muse2/share/splash.png diff --git a/muse2/share/templates/Makefile.am b/muse2/share/templates/Makefile.am new file mode 100644 index 00000000..1fa6def9 --- /dev/null +++ b/muse2/share/templates/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = $(wildcard *.med) + +templatespkgdata_DATA = $(EXTRA_DIST) + +templatespkgdatadir = $(pkgdatadir)/templates diff --git a/muse2/share/templates/Makefile.in b/muse2/share/templates/Makefile.in new file mode 100644 index 00000000..90566232 --- /dev/null +++ b/muse2/share/templates/Makefile.in @@ -0,0 +1,465 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/templates +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(templatespkgdatadir)" +DATA = $(templatespkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = $(wildcard *.med) +templatespkgdata_DATA = $(EXTRA_DIST) +templatespkgdatadir = $(pkgdatadir)/templates +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/templates/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/templates/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-templatespkgdataDATA: $(templatespkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(templatespkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(templatespkgdatadir)" + @list='$(templatespkgdata_DATA)'; test -n "$(templatespkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatespkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(templatespkgdatadir)" || exit $$?; \ + done + +uninstall-templatespkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(templatespkgdata_DATA)'; test -n "$(templatespkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(templatespkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(templatespkgdatadir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(templatespkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-templatespkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-templatespkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + install-templatespkgdataDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am uninstall-templatespkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/templates/audio.med b/muse2/share/templates/audio.med new file mode 100644 index 00000000..208313ff --- /dev/null +++ b/muse2/share/templates/audio.med @@ -0,0 +1,329 @@ +<?xml version="1.0"?> +<muse version="2.0"> + <configuration> + <midiInputDevice>0</midiInputDevice> + <midiInputChannel>0</midiInputChannel> + <midiRecordType>0</midiRecordType> + <midiThruType>0</midiThruType> + <midiFilterCtrl1>0</midiFilterCtrl1> + <midiFilterCtrl2>0</midiFilterCtrl2> + <midiFilterCtrl3>0</midiFilterCtrl3> + <midiFilterCtrl4>0</midiFilterCtrl4> + <txDeviceId>127</txDeviceId> + <rxDeviceId>127</rxDeviceId> + <txSyncPort>1</txSyncPort> + <rxSyncPort>-1</rxSyncPort> + <mtctype>1</mtctype> + <mtcoffset>00:00:00:00:00</mtcoffset> + <extSync>0</extSync> + <genMTCSync>0</genMTCSync> + <genMCSync>0</genMCSync> + <genMMC>0</genMMC> + <acceptMTC>0</acceptMTC> + <acceptMMC>1</acceptMMC> + <acceptMC>1</acceptMC> + <bigtimeVisible>0</bigtimeVisible> + <transportVisible>0</transportVisible> + <mixerVisible>0</mixerVisible> + <arranger> + <info>1</info> + <split>298 764 </split> + <list> + <header> 7 6 5 4 3 2 1 0 </header> + </list> + <xpos>0</xpos> + <xmag>266</xmag> + <ypos>1</ypos> + </arranger> + <sequencer> + <metronom> + <premeasures>2</premeasures> + <measurepitch>63</measurepitch> + <measurevelo>127</measurevelo> + <beatpitch>63</beatpitch> + <beatvelo>70</beatvelo> + <channel>9</channel> + <port>0</port> + <precountEnable>1</precountEnable> + <fromMastertrack>1</fromMastertrack> + <signatureZ>4</signatureZ> + <signatureN>4</signatureN> + <prerecord>0</prerecord> + <preroll>0</preroll> + <midiClickEnable>1</midiClickEnable> + <audioClickEnable>0</audioClickEnable> + </metronom> + <rcEnable>0</rcEnable> + <rcStop>28</rcStop> + <rcRecord>31</rcRecord> + <rcGotoLeft>33</rcGotoLeft> + <rcPlay>29</rcPlay> + </sequencer> + <drumedit> + <quant>96</quant> + <raster>96</raster> + <width>600</width> + <height>400</height> + <dlistwidth>50</dlistwidth> + <dcanvaswidth>300</dcanvaswidth> + </drumedit> + <pianoroll> + <quant>96</quant> + <raster>96</raster> + <quantStrength>80</quantStrength> + <quantLimit>50</quantLimit> + <quantLen>0</quantLen> + <to>0</to> + <width>600</width> + <height>400</height> + <colormode>0</colormode> + </pianoroll> + <masteredit> + <raster>0</raster> + </masteredit> + <waveedit> + <bgcolor r="0" g="0" b="0"></bgcolor> + <width>600</width> + <height>400</height> + </waveedit> + </configuration> + <song> + <automation>0</automation> + <cpos>0</cpos> + <rpos>0</rpos> + <lpos>0</lpos> + <master>1</master> + <loop>0</loop> + <punchin>0</punchin> + <punchout>0</punchout> + <record>0</record> + <solo>0</solo> + <type>0</type> + <recmode>0</recmode> + <cycle>0</cycle> + <click>0</click> + <quantize>0</quantize> + <len>0</len> + <follow>1</follow> + <wavetrack> + <name>Track 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>0</locked> + <selected>1</selected> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <auxSend idx=0>0</auxSend> + <auxSend idx=1>0</auxSend> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </wavetrack> + <wavetrack> + <name>Track 2</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>1</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <auxSend idx=0>0</auxSend> + <auxSend idx=1>0</auxSend> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </wavetrack> + <wavetrack> + <name>Track 3</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>0</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <auxSend idx=0>0</auxSend> + <auxSend idx=1>0</auxSend> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </wavetrack> + <wavetrack> + <name>Track 4</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>0</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <auxSend idx=0>0</auxSend> + <auxSend idx=1>0</auxSend> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </wavetrack> + <AudioGroup> + <name>Group 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>1</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <auxSend idx=0>0</auxSend> + <auxSend idx=1>0</auxSend> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </AudioGroup> + <AudioGroup> + <name>Group 2</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>0</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <auxSend idx=0>0</auxSend> + <auxSend idx=1>0</auxSend> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </AudioGroup> + <AudioAux> + <name>Aux 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>2</channels> + <height>20</height> + <locked>1</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </AudioAux> + <AudioAux> + <name>Aux 2</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>2</channels> + <height>20</height> + <locked>1</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </AudioAux> + <AudioInput> + <name>Input 1</name> + <record>0</record> + <mute>1</mute> + <solo>0</solo> + <off>0</off> + <channels>2</channels> + <height>20</height> + <locked>1</locked> + <mute>1</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <auxSend idx=0>0</auxSend> + <auxSend idx=1>0</auxSend> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </AudioInput> + <AudioOutput> + <name>Out 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>2</channels> + <height>20</height> + <locked>1</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <automation>1</automation> + <controller id="0" cur="0"> + </controller> + <controller id="1" cur="0"> + </controller> + </AudioOutput> + <tempolist fix="500000"> + <tempo at="21474837"> + <tick>0</tick> + <val>500000</val> + </tempo> + </tempolist> + <siglist> + <sig at="21474836"> + <tick>0</tick> + <nom>4</nom> + <denom>4</denom> + </sig> + </siglist> + <drummap> + </drummap> + </song> + </muse> diff --git a/muse2/share/templates/default.med b/muse2/share/templates/default.med new file mode 100644 index 00000000..9bfb56c9 --- /dev/null +++ b/muse2/share/templates/default.med @@ -0,0 +1,150 @@ +<?xml version="1.0"?> +<muse version="2.0"> + <configuration> + <midiInputDevice>0</midiInputDevice> + <midiInputChannel>0</midiInputChannel> + <midiRecordType>0</midiRecordType> + <midiThruType>0</midiThruType> + <midiFilterCtrl1>0</midiFilterCtrl1> + <midiFilterCtrl2>0</midiFilterCtrl2> + <midiFilterCtrl3>0</midiFilterCtrl3> + <midiFilterCtrl4>0</midiFilterCtrl4> + <txDeviceId>127</txDeviceId> + <rxDeviceId>127</rxDeviceId> + <txSyncPort>1</txSyncPort> + <rxSyncPort>-1</rxSyncPort> + <mtctype>1</mtctype> + <mtcoffset>00:00:00:00:00</mtcoffset> + <extSync>0</extSync> + <genMTCSync>0</genMTCSync> + <genMCSync>0</genMCSync> + <genMMC>0</genMMC> + <acceptMTC>0</acceptMTC> + <acceptMMC>1</acceptMMC> + <acceptMC>1</acceptMC> + <bigtimeVisible>0</bigtimeVisible> + <transportVisible>0</transportVisible> + <mixerVisible>0</mixerVisible> + <arranger> + <info>1</info> + <split>440 799 </split> + <list> + <header> 7 6 5 4 3 2 1 0 </header> + </list> + <xpos>0</xpos> + <xmag>266</xmag> + <ypos>1</ypos> + </arranger> + <sequencer> + <metronom> + <premeasures>2</premeasures> + <measurepitch>63</measurepitch> + <measurevelo>127</measurevelo> + <beatpitch>63</beatpitch> + <beatvelo>70</beatvelo> + <channel>9</channel> + <port>0</port> + <precountEnable>0</precountEnable> + <fromMastertrack>0</fromMastertrack> + <signatureZ>4</signatureZ> + <signatureN>4</signatureN> + <prerecord>0</prerecord> + <preroll>0</preroll> + <midiClickEnable>1</midiClickEnable> + <audioClickEnable>0</audioClickEnable> + </metronom> + <rcEnable>0</rcEnable> + <rcStop>28</rcStop> + <rcRecord>31</rcRecord> + <rcGotoLeft>33</rcGotoLeft> + <rcPlay>29</rcPlay> + </sequencer> + <drumedit> + <quant>96</quant> + <raster>96</raster> + <width>600</width> + <height>400</height> + <dlistwidth>50</dlistwidth> + <dcanvaswidth>300</dcanvaswidth> + <to>0</to> + </drumedit> + <pianoroll> + <quant>96</quant> + <raster>96</raster> + <quantStrength>80</quantStrength> + <quantLimit>50</quantLimit> + <quantLen>0</quantLen> + <to>0</to> + <width>600</width> + <height>400</height> + <colormode>0</colormode> + </pianoroll> + <masteredit> + <raster>0</raster> + </masteredit> + <waveedit> + <bgcolor r="200" g="200" b="200"></bgcolor> + <width>600</width> + <height>400</height> + </waveedit> + </configuration> + <song> + <automation>1</automation> + <cpos>0</cpos> + <rpos>0</rpos> + <lpos>0</lpos> + <master>1</master> + <loop>0</loop> + <punchin>0</punchin> + <punchout>0</punchout> + <record>0</record> + <solo>0</solo> + <type>0</type> + <recmode>0</recmode> + <cycle>0</cycle> + <click>0</click> + <quantize>0</quantize> + <len>0</len> + <follow>1</follow> + <AudioOutput> + <name>Out 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>2</channels> + <height>20</height> + <locked>0</locked> + <selected>1</selected> + <prefader>0</prefader> + <automation>1</automation> + <controller id="0" cur="1.02164"> + </controller> + <controller id="1" cur="0"> + </controller> + </AudioOutput> + <Route> + <srcNode>1:Out 1</srcNode> + <dstNode>alsa_pcm:playback_1</dstNode> + </Route> + <Route> + <srcNode>2:Out 1</srcNode> + <dstNode>alsa_pcm:playback_2</dstNode> + </Route> + <tempolist fix="500000"> + <tempo at="21474837"> + <tick>0</tick> + <val>500000</val> + </tempo> + </tempolist> + <siglist> + <sig at="21474836"> + <tick>0</tick> + <nom>4</nom> + <denom>4</denom> + </sig> + </siglist> + <drummap> + </drummap> + </song> + </muse> diff --git a/muse2/share/templates/midiGM.med b/muse2/share/templates/midiGM.med new file mode 100644 index 00000000..ebd6333b --- /dev/null +++ b/muse2/share/templates/midiGM.med @@ -0,0 +1,409 @@ +<?xml version="1.0"?> +<muse version="2.0"> + <configuration> + <midiInputDevice>0</midiInputDevice> + <midiInputChannel>0</midiInputChannel> + <midiRecordType>0</midiRecordType> + <midiThruType>0</midiThruType> + <midiFilterCtrl1>0</midiFilterCtrl1> + <midiFilterCtrl2>0</midiFilterCtrl2> + <midiFilterCtrl3>0</midiFilterCtrl3> + <midiFilterCtrl4>0</midiFilterCtrl4> + <txDeviceId>127</txDeviceId> + <rxDeviceId>127</rxDeviceId> + <txSyncPort>1</txSyncPort> + <rxSyncPort>-1</rxSyncPort> + <mtctype>1</mtctype> + <mtcoffset>00:00:00:00:00</mtcoffset> + <extSync>0</extSync> + <genMTCSync>0</genMTCSync> + <genMCSync>0</genMCSync> + <genMMC>0</genMMC> + <acceptMTC>0</acceptMTC> + <acceptMMC>1</acceptMMC> + <acceptMC>1</acceptMC> + <bigtimeVisible>0</bigtimeVisible> + <transportVisible>0</transportVisible> + <mixerVisible>0</mixerVisible> + <arranger> + <info>1</info> + <split>298 764 </split> + <list> + <header> 7 6 5 4 3 2 1 0 </header> + </list> + <xpos>0</xpos> + <xmag>266</xmag> + <ypos>1</ypos> + </arranger> + <sequencer> + <metronom> + <premeasures>2</premeasures> + <measurepitch>63</measurepitch> + <measurevelo>127</measurevelo> + <beatpitch>63</beatpitch> + <beatvelo>70</beatvelo> + <channel>9</channel> + <port>0</port> + <precountEnable>1</precountEnable> + <fromMastertrack>1</fromMastertrack> + <signatureZ>4</signatureZ> + <signatureN>4</signatureN> + <prerecord>0</prerecord> + <preroll>0</preroll> + <midiClickEnable>1</midiClickEnable> + <audioClickEnable>0</audioClickEnable> + </metronom> + <rcEnable>0</rcEnable> + <rcStop>28</rcStop> + <rcRecord>31</rcRecord> + <rcGotoLeft>33</rcGotoLeft> + <rcPlay>29</rcPlay> + <midiport idx="0"> + <instrument>GM</instrument> + <channel idx="0"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="1"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="2"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="3"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="4"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="5"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="6"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="7"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="8"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="9"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="10"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="11"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="12"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="13"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="14"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + <channel idx="15"> + <controller id="7"> + <val>0</val> + </controller> + <controller id="10"> + <val>0</val> + </controller> + <controller id="262145"> + <val>0</val> + </controller> + </channel> + </midiport> + </sequencer> + <drumedit> + <quant>96</quant> + <raster>96</raster> + <width>600</width> + <height>400</height> + <dlistwidth>50</dlistwidth> + <dcanvaswidth>300</dcanvaswidth> + </drumedit> + <pianoroll> + <quant>96</quant> + <raster>96</raster> + <quantStrength>80</quantStrength> + <quantLimit>50</quantLimit> + <quantLen>0</quantLen> + <to>0</to> + <width>600</width> + <height>400</height> + <colormode>0</colormode> + </pianoroll> + <masteredit> + <raster>0</raster> + </masteredit> + <waveedit> + <bgcolor r="0" g="0" b="0"></bgcolor> + <width>600</width> + <height>400</height> + </waveedit> + </configuration> + <song> + <automation>0</automation> + <cpos>0</cpos> + <rpos>0</rpos> + <lpos>0</lpos> + <master>1</master> + <loop>0</loop> + <punchin>0</punchin> + <punchout>0</punchout> + <record>0</record> + <solo>0</solo> + <type>1</type> + <recmode>0</recmode> + <cycle>0</cycle> + <click>0</click> + <quantize>0</quantize> + <len>0</len> + <follow>1</follow> + <miditrack> + <name>Track 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>0</channels> + <height>20</height> + <locked>0</locked> + <selected>1</selected> + <device>0</device> + <channel>0</channel> + <inportMap>65535</inportMap> + <inchannelMap>65535</inchannelMap> + <locked>0</locked> + <transposition>0</transposition> + <velocity>0</velocity> + <delay>0</delay> + <len>100</len> + <compression>100</compression> + <automation>1</automation> + </miditrack> + <miditrack> + <name>Track 2</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>0</channels> + <height>20</height> + <locked>0</locked> + <device>0</device> + <channel>0</channel> + <inportMap>65535</inportMap> + <inchannelMap>65535</inchannelMap> + <locked>0</locked> + <transposition>0</transposition> + <velocity>0</velocity> + <delay>0</delay> + <len>100</len> + <compression>100</compression> + <automation>1</automation> + </miditrack> + <miditrack> + <name>Track 3</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>0</channels> + <height>20</height> + <locked>0</locked> + <device>0</device> + <channel>0</channel> + <inportMap>65535</inportMap> + <inchannelMap>65535</inchannelMap> + <locked>0</locked> + <transposition>0</transposition> + <velocity>0</velocity> + <delay>0</delay> + <len>100</len> + <compression>100</compression> + <automation>1</automation> + </miditrack> + <miditrack> + <name>Track 4</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>0</channels> + <height>20</height> + <locked>0</locked> + <device>0</device> + <channel>0</channel> + <inportMap>65535</inportMap> + <inchannelMap>65535</inchannelMap> + <locked>0</locked> + <transposition>0</transposition> + <velocity>0</velocity> + <delay>0</delay> + <len>100</len> + <compression>100</compression> + <automation>1</automation> + </miditrack> + <drumtrack> + <name>Track 5</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>0</channels> + <height>20</height> + <locked>0</locked> + <device>0</device> + <channel>9</channel> + <inportMap>65535</inportMap> + <inchannelMap>65535</inchannelMap> + <locked>0</locked> + <transposition>0</transposition> + <velocity>0</velocity> + <delay>0</delay> + <len>100</len> + <compression>100</compression> + <automation>1</automation> + </drumtrack> + <tempolist fix="500000"> + <tempo at="21474837"> + <tick>0</tick> + <val>500000</val> + </tempo> + </tempolist> + <siglist> + <sig at="21474836"> + <tick>0</tick> + <nom>4</nom> + <denom>4</denom> + </sig> + </siglist> + <drummap> + </drummap> + </song> + </muse> diff --git a/muse2/share/templates/monorecord.med b/muse2/share/templates/monorecord.med new file mode 100644 index 00000000..07ab6997 --- /dev/null +++ b/muse2/share/templates/monorecord.med @@ -0,0 +1,432 @@ +<?xml version="1.0"?> +<muse version="2.0"> + <configuration> + <midiInputDevice>0</midiInputDevice> + <midiInputChannel>0</midiInputChannel> + <midiRecordType>0</midiRecordType> + <midiThruType>0</midiThruType> + <midiFilterCtrl1>0</midiFilterCtrl1> + <midiFilterCtrl2>0</midiFilterCtrl2> + <midiFilterCtrl3>0</midiFilterCtrl3> + <midiFilterCtrl4>0</midiFilterCtrl4> + <txDeviceId>127</txDeviceId> + <rxDeviceId>127</rxDeviceId> + <txSyncPort>1</txSyncPort> + <rxSyncPort>-1</rxSyncPort> + <mtctype>1</mtctype> + <mtcoffset>00:00:00:00:00</mtcoffset> + <extSync>0</extSync> + <genMTCSync>0</genMTCSync> + <genMCSync>0</genMCSync> + <genMMC>0</genMMC> + <acceptMTC>0</acceptMTC> + <acceptMMC>1</acceptMMC> + <acceptMC>1</acceptMC> + <transport visible=1> + </transport> + <bigtimeVisible>0</bigtimeVisible> + <arranger> + <info>0</info> + <split>298 296 </split> + <list> + <header> 7 6 5 4 3 2 1 0 </header> + </list> + <xpos>0</xpos> + <xmag>266</xmag> + <ypos>1</ypos> + </arranger> + <sequencer> + <metronom> + <premeasures>2</premeasures> + <measurepitch>63</measurepitch> + <measurevelo>127</measurevelo> + <beatpitch>63</beatpitch> + <beatvelo>70</beatvelo> + <channel>9</channel> + <port>0</port> + <precountEnable>1</precountEnable> + <fromMastertrack>1</fromMastertrack> + <signatureZ>4</signatureZ> + <signatureN>4</signatureN> + <prerecord>0</prerecord> + <preroll>0</preroll> + <midiClickEnable>1</midiClickEnable> + <audioClickEnable>0</audioClickEnable> + </metronom> + <rcEnable>0</rcEnable> + <rcStop>28</rcStop> + <rcRecord>31</rcRecord> + <rcGotoLeft>33</rcGotoLeft> + <rcPlay>29</rcPlay> + <midiport idx="0"> + <instrument>GM</instrument> + <name>TASCAM US-X2Y Port 0</name> + <record>1</record> + <channel idx="0"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="1"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="2"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="3"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="4"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="5"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="6"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="7"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="8"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="9"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="10"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="11"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="12"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="13"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="14"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="15"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + </midiport> + </sequencer> + <drumedit> + <quant>96</quant> + <raster>96</raster> + <width>600</width> + <height>400</height> + <dlistwidth>50</dlistwidth> + <dcanvaswidth>300</dcanvaswidth> + </drumedit> + <pianoroll> + <quant>96</quant> + <raster>96</raster> + <quantStrength>80</quantStrength> + <quantLimit>50</quantLimit> + <quantLen>0</quantLen> + <to>0</to> + <width>600</width> + <height>400</height> + <colormode>0</colormode> + </pianoroll> + <masteredit> + <raster>0</raster> + </masteredit> + <waveedit> + <bgcolor r="0" g="0" b="0"></bgcolor> + <width>600</width> + <height>400</height> + </waveedit> + </configuration> + <song> + <automation>0</automation> + <cpos>0</cpos> + <rpos>0</rpos> + <lpos>0</lpos> + <master>1</master> + <loop>0</loop> + <punchin>0</punchin> + <punchout>0</punchout> + <record>0</record> + <solo>0</solo> + <type>0</type> + <recmode>0</recmode> + <cycle>0</cycle> + <click>0</click> + <quantize>0</quantize> + <len>0</len> + <follow>1</follow> + <wavetrack> + <name>Track 1</name> + <record>1</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>0</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <auxSend idx=0>0.000000</auxSend> + <auxSend idx=1>0.000000</auxSend> + <controller id="0" cur="1.021645"> + </controller> + <controller id="1" cur="0.000000"> + </controller> + </wavetrack> + <AudioInput> + <name>Input 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>1</locked> + <selected>1</selected> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <auxSend idx=0>0.000000</auxSend> + <auxSend idx=1>0.000000</auxSend> + <controller id="0" cur="1.021645"> + </controller> + <controller id="1" cur="0.000000"> + </controller> + </AudioInput> + <AudioOutput> + <name>Out 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>1</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <controller id="0" cur="1.301517"> + </controller> + <controller id="1" cur="0.000000"> + </controller> + </AudioOutput> + <Route> + <srcNode>alsa_pcm:capture_1</srcNode> + <dstNode>1:Input 1</dstNode> + </Route> + <Route> + <srcNode>Input 1</srcNode> + <dstNode>Out 1</dstNode> + </Route> + <Route> + <srcNode>Input 1</srcNode> + <dstNode>Track 1</dstNode> + </Route> + <tempolist fix="500000"> + <tempo at="21474837"> + <tick>0</tick> + <val>500000</val> + </tempo> + </tempolist> + <siglist> + <sig at="21474836"> + <tick>0</tick> + <nom>4</nom> + <denom>4</denom> + </sig> + </siglist> + <drummap> + </drummap> + </song> + <toplevels> + <audiomixer> + <topwin> + <geometry x="1216" y="30" w="180" h="503"> + </geometry> + </topwin> + </audiomixer> + </toplevels> + </muse> diff --git a/muse2/share/templates/synti.med b/muse2/share/templates/synti.med new file mode 100644 index 00000000..a4eec239 --- /dev/null +++ b/muse2/share/templates/synti.med @@ -0,0 +1,809 @@ +<?xml version="1.0"?> +<muse version="2.0"> + <configuration> + <midiInputDevice>0</midiInputDevice> + <midiInputChannel>0</midiInputChannel> + <midiRecordType>0</midiRecordType> + <midiThruType>0</midiThruType> + <midiFilterCtrl1>0</midiFilterCtrl1> + <midiFilterCtrl2>0</midiFilterCtrl2> + <midiFilterCtrl3>0</midiFilterCtrl3> + <midiFilterCtrl4>0</midiFilterCtrl4> + <txDeviceId>127</txDeviceId> + <rxDeviceId>127</rxDeviceId> + <txSyncPort>1</txSyncPort> + <rxSyncPort>-1</rxSyncPort> + <mtctype>1</mtctype> + <mtcoffset>00:00:00:00:00</mtcoffset> + <extSync>0</extSync> + <genMTCSync>0</genMTCSync> + <genMCSync>0</genMCSync> + <genMMC>0</genMMC> + <acceptMTC>0</acceptMTC> + <acceptMMC>1</acceptMMC> + <acceptMC>1</acceptMC> + <transport visible=0> + </transport> + <bigtimeVisible>0</bigtimeVisible> + <arranger> + <info>0</info> + <split>298 296 </split> + <list> + <header> 7 6 5 4 3 2 1 0 </header> + </list> + <xpos>0</xpos> + <xmag>266</xmag> + <ypos>1</ypos> + </arranger> + <sequencer> + <metronom> + <premeasures>2</premeasures> + <measurepitch>63</measurepitch> + <measurevelo>127</measurevelo> + <beatpitch>63</beatpitch> + <beatvelo>70</beatvelo> + <channel>9</channel> + <port>0</port> + <precountEnable>1</precountEnable> + <fromMastertrack>1</fromMastertrack> + <signatureZ>4</signatureZ> + <signatureN>4</signatureN> + <prerecord>0</prerecord> + <preroll>0</preroll> + <midiClickEnable>1</midiClickEnable> + <audioClickEnable>0</audioClickEnable> + </metronom> + <rcEnable>0</rcEnable> + <rcStop>28</rcStop> + <rcRecord>31</rcRecord> + <rcGotoLeft>33</rcGotoLeft> + <rcPlay>29</rcPlay> + <midiport idx="0"> + <instrument>organ-1</instrument> + <name>organ-1</name> + <record>0</record> + <channel idx="0"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="1"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="2"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="3"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="4"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="5"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="6"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="7"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="8"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="9"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="10"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="11"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="12"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="13"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="14"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + <channel idx="15"> + <controller>1</controller> + <controller>7</controller> + <controller>10</controller> + <controller>11</controller> + <controller>64</controller> + <controller>91</controller> + <controller>93</controller> + <controller>120</controller> + <controller>121</controller> + <controller>123</controller> + <controller>262144</controller> + <controller>262145</controller> + </channel> + </midiport> + <midiport idx="1"> + <instrument>fluid-1</instrument> + <name>fluid-1</name> + <record>0</record> + <channel idx="0"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="1"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="2"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="3"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="4"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="5"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="6"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="7"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="8"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="9"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="10"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="11"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="12"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="13"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="14"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="15"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + </midiport> + <midiport idx="2"> + <instrument>s1-1</instrument> + <name>s1-1</name> + <record>0</record> + <channel idx="0"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="1"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="2"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="3"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="4"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="5"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="6"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="7"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="8"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="9"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="10"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="11"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="12"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="13"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="14"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="15"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + </midiport> + <midiport idx="3"> + <instrument>vam-1</instrument> + <name>vam-1</name> + <record>0</record> + <channel idx="0"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="1"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="2"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="3"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="4"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="5"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="6"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="7"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="8"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="9"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="10"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="11"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="12"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="13"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="14"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + <channel idx="15"> + <controller>7</controller> + <controller>10</controller> + <controller>262145</controller> + </channel> + </midiport> + </sequencer> + <drumedit> + <quant>96</quant> + <raster>96</raster> + <width>600</width> + <height>400</height> + <dlistwidth>50</dlistwidth> + <dcanvaswidth>300</dcanvaswidth> + </drumedit> + <pianoroll> + <quant>96</quant> + <raster>96</raster> + <quantStrength>80</quantStrength> + <quantLimit>50</quantLimit> + <quantLen>0</quantLen> + <to>0</to> + <width>600</width> + <height>400</height> + <colormode>0</colormode> + </pianoroll> + <masteredit> + <raster>0</raster> + </masteredit> + <waveedit> + <bgcolor r="169" g="181" b="223"></bgcolor> + <width>600</width> + <height>400</height> + </waveedit> + </configuration> + <song> + <automation>0</automation> + <cpos>12288</cpos> + <rpos>0</rpos> + <lpos>0</lpos> + <master>1</master> + <loop>0</loop> + <punchin>0</punchin> + <punchout>0</punchout> + <record>0</record> + <solo>0</solo> + <type>0</type> + <recmode>0</recmode> + <cycle>0</cycle> + <click>0</click> + <quantize>0</quantize> + <len>18432</len> + <follow>1</follow> + <miditrack> + <name>Track 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>0</channels> + <height>20</height> + <locked>0</locked> + <device>0</device> + <channel>0</channel> + <inportMap>65535</inportMap> + <inchannelMap>65535</inchannelMap> + <locked>0</locked> + <transposition>0</transposition> + <velocity>0</velocity> + <delay>0</delay> + <len>100</len> + <compression>100</compression> + <midiThru>1</midiThru> + <part> + <name>Track 1</name> + <poslen tick="0" len="18432" /> + <selected>1</selected> + <color>0</color> + </part> + </miditrack> + <AudioOutput> + <name>Out 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>2</channels> + <height>20</height> + <locked>0</locked> + <selected>1</selected> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <controller id="0" cur="1.021645"> + </controller> + <controller id="1" cur="0.000000"> + </controller> + </AudioOutput> + <SynthI> + <name>fluid-1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>1</off> + <channels>2</channels> + <height>20</height> + <locked>124</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>1</off> + <controller id="0" cur="1.410912"> + </controller> + <controller id="1" cur="0.000000"> + </controller> + <class>fluid</class> + <port>1</port> + <guiVisible>0</guiVisible> + <midistate> + <event type="2" datalen="30"> + 7c 00 01 2f 68 6f 6d 65 2f 77 73 2f 73 66 6f 6e + 74 2f 46 6c 75 69 64 52 33 2e 53 46 32 00 + </event> + </midistate> + </SynthI> + <SynthI> + <name>organ-1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>1</channels> + <height>20</height> + <locked>0</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>0</off> + <controller id="0" cur="1.021645"> + </controller> + <controller id="1" cur="-0.040000"> + </controller> + <class>organ</class> + <port>0</port> + <guiVisible>0</guiVisible> + <midistate> + <event type="2" datalen="136"> + 00 00 03 00 ff 3f 00 00 01 00 03 00 ff 3f 00 00 + 02 00 03 00 ff 3f 00 00 03 00 03 00 ff 3f 00 00 + 04 00 03 00 ff 3f 00 00 05 00 03 00 ff 3f 00 00 + 06 00 03 00 a2 00 00 00 07 00 03 00 00 00 00 00 + 08 00 03 00 ff 3f 00 00 09 00 03 00 fe 1f 00 00 + 0a 00 03 00 a2 00 00 00 0b 00 03 00 00 00 00 00 + 0c 00 03 00 ff 3f 00 00 0d 00 03 00 fe 1f 00 00 + 0e 00 03 00 01 00 00 00 0f 00 03 00 01 00 00 00 + 10 00 03 00 01 00 00 00 + </event> + </midistate> + </SynthI> + <SynthI> + <name>s1-1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>1</off> + <channels>1</channels> + <height>20</height> + <locked>11</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>1</off> + <controller id="0" cur="0.000000"> + </controller> + <controller id="1" cur="0.000000"> + </controller> + <class>s1</class> + <port>2</port> + <guiVisible>0</guiVisible> + </SynthI> + <SynthI> + <name>vam-1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>1</off> + <channels>1</channels> + <height>20</height> + <locked>0</locked> + <mute>0</mute> + <solo>0</solo> + <prefader>0</prefader> + <off>1</off> + <controller id="0" cur="0.000000"> + </controller> + <controller id="1" cur="0.000000"> + </controller> + <class>vam</class> + <port>3</port> + <guiVisible>0</guiVisible> + </SynthI> + <Route> + <srcNode>1:Out 1</srcNode> + <dstNode>alsa_pcm:playback_1</dstNode> + </Route> + <Route> + <srcNode>2:Out 1</srcNode> + <dstNode>alsa_pcm:playback_2</dstNode> + </Route> + <Route> + <srcNode>fluid-1</srcNode> + <dstNode>Out 1</dstNode> + </Route> + <Route> + <srcNode>organ-1</srcNode> + <dstNode>Out 1</dstNode> + </Route> + <Route> + <srcNode>s1-1</srcNode> + <dstNode>Out 1</dstNode> + </Route> + <Route> + <srcNode>vam-1</srcNode> + <dstNode>Out 1</dstNode> + </Route> + <tempolist fix="500000"> + <tempo at="21474837"> + <tick>0</tick> + <val>500000</val> + </tempo> + </tempolist> + <siglist> + <sig at="21474836"> + <tick>0</tick> + <nom>4</nom> + <denom>4</denom> + </sig> + </siglist> + <drummap> + </drummap> + </song> + <toplevels> + <audiomixer> + <topwin> + </geometry> + </topwin> + </audiomixer> + <part>0:0</part> + <pianoroll> + <midieditor> + <topwin> + </topwin> + <quant>96</quant> + <raster>96</raster> + </midieditor> + <splitter>255 </splitter> + <steprec>0</steprec> + <midiin>0</midiin> + <tool>1</tool> + <quantStrength>80</quantStrength> + <quantLimit>50</quantLimit> + <quantLen>0</quantLen> + <playEvents>0</playEvents> + <xpos>0</xpos> + <xmag>346</xmag> + <ypos>390</ypos> + <ymag>286</ymag> + </pianoroll> + </toplevels> + </muse> diff --git a/muse2/share/wallpapers/Makefile.am b/muse2/share/wallpapers/Makefile.am new file mode 100644 index 00000000..57946365 --- /dev/null +++ b/muse2/share/wallpapers/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = $(wildcard *.gif) $(wildcard *.jpg) $(wildcard *.png) + +wallpkgdata_DATA = $(EXTRA_DIST) + +wallpkgdatadir = $(pkgdatadir)/wallpapers diff --git a/muse2/share/wallpapers/Makefile.in b/muse2/share/wallpapers/Makefile.in new file mode 100644 index 00000000..ac556a0c --- /dev/null +++ b/muse2/share/wallpapers/Makefile.in @@ -0,0 +1,465 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = share/wallpapers +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ + $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(wallpkgdatadir)" +DATA = $(wallpkgdata_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DOCBOOKSTYLE = @DOCBOOKSTYLE@ +DOCBOOKTARGETS = @DOCBOOKTARGETS@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@ +FST_CFLAGS = @FST_CFLAGS@ +FST_LIBS = @FST_LIBS@ +Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@ +Fluidsynth_LIBS = @Fluidsynth_LIBS@ +GIVERTCAP = @GIVERTCAP@ +GREP = @GREP@ +HAVEDOT = @HAVEDOT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JACK_CFLAGS = @JACK_CFLAGS@ +JACK_LIBS = @JACK_LIBS@ +JADE = @JADE@ +LASH_CFLAGS = @LASH_CFLAGS@ +LASH_LIBS = @LASH_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LO_CFLAGS = @LO_CFLAGS@ +LO_LIBS = @LO_LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MUSECXXFLAGS = @MUSECXXFLAGS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NSGMLS = @NSGMLS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCH = @PCH@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_INCLUDES = @PYTHON_INCLUDES@ +PYTHON_LIB = @PYTHON_LIB@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +QTDIR_BIN = @QTDIR_BIN@ +QTDIR_INC = @QTDIR_INC@ +QT_LIBS = @QT_LIBS@ +RANLIB = @RANLIB@ +SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ +SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ +SNDFILE_LIBS = @SNDFILE_LIBS@ +STRIP = @STRIP@ +SUIDBUILD = @SUIDBUILD@ +SUIDINSTALL = @SUIDINSTALL@ +USE_SSE = @USE_SSE@ +UUID_CFLAGS = @UUID_CFLAGS@ +UUID_LIBS = @UUID_LIBS@ +VERSION = @VERSION@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +have_docbook = @have_docbook@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +synth_fluid = @synth_fluid@ +synth_fluidsynth = @synth_fluidsynth@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = $(wildcard *.gif) $(wildcard *.jpg) $(wildcard *.png) +wallpkgdata_DATA = $(EXTRA_DIST) +wallpkgdatadir = $(pkgdatadir)/wallpapers +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/wallpapers/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu share/wallpapers/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-wallpkgdataDATA: $(wallpkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(wallpkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(wallpkgdatadir)" + @list='$(wallpkgdata_DATA)'; test -n "$(wallpkgdatadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wallpkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(wallpkgdatadir)" || exit $$?; \ + done + +uninstall-wallpkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(wallpkgdata_DATA)'; test -n "$(wallpkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(wallpkgdatadir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(wallpkgdatadir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(wallpkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-wallpkgdataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-wallpkgdataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + install-wallpkgdataDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am uninstall-wallpkgdataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/muse2/share/wallpapers/gray.gif b/muse2/share/wallpapers/gray.gif Binary files differnew file mode 100644 index 00000000..cb30e856 --- /dev/null +++ b/muse2/share/wallpapers/gray.gif diff --git a/muse2/share/wallpapers/gray_rock.gif b/muse2/share/wallpapers/gray_rock.gif Binary files differnew file mode 100644 index 00000000..dcf1a19b --- /dev/null +++ b/muse2/share/wallpapers/gray_rock.gif diff --git a/muse2/share/wallpapers/gray_stucco.gif b/muse2/share/wallpapers/gray_stucco.gif Binary files differnew file mode 100644 index 00000000..bcebdb02 --- /dev/null +++ b/muse2/share/wallpapers/gray_stucco.gif diff --git a/muse2/share/wallpapers/paper1.jpg b/muse2/share/wallpapers/paper1.jpg Binary files differnew file mode 100644 index 00000000..1d4923e8 --- /dev/null +++ b/muse2/share/wallpapers/paper1.jpg diff --git a/muse2/share/wallpapers/stone1.gif b/muse2/share/wallpapers/stone1.gif Binary files differnew file mode 100644 index 00000000..f45407cc --- /dev/null +++ b/muse2/share/wallpapers/stone1.gif |