diff --git a/AUTHORS b/AUTHORS index ad30ff430..c68988ef9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,10 @@ Danny McRae development +Zolo + + dark-expert-theme + Sebastian Tilsch recording of many samples diff --git a/ChangeLog b/ChangeLog index f0cb68d2c..0ad27dd52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2006-02-27 Zolo + + * data/themes/dark_expert/: + added new theme for LMMS + +2006-02-27 Tobias Doerffel + + * src/core/song_editor.cpp: + * src/tracks/pattern.cpp: + do not crash when playing a pattern which is deleted + + * src/core/track_container.cpp: + pause mixer when cloning tracks for avoiding side-effects, probably + fixes some crash-bugs + + * include/config_mgr.h: + * include/setup_dialog.h: + * src/core/config_mgr.cpp: + * src/core/setup_dialog.cpp: + * src/lib/embed.cpp: + first simple support for theming + + * Makefile.am: + * configure.in: + re-organized all data-directories (samples, presets, localizations, + artwork etc.) and put them into data/ dir to be all installed into + $prefix/share/lmms + 2006-02-25 Tobias Doerffel * src/tracks/channel_track.cpp: diff --git a/Makefile.am b/Makefile.am index 844d591f4..73f73f256 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,10 +20,11 @@ endif -SUBDIRS = artwork buildtools locale midi-maps plugins presets projects samples +SUBDIRS = buildtools data plugins -INCLUDES = -I$(srcdir)/include -I. -I/usr/include/wine -I/usr/include/wine/windows +INCLUDES = -I$(srcdir)/include -I. +#-I/usr/include/wine -I/usr/include/wine/windows bin_PROGRAMS = lmms @@ -34,7 +35,7 @@ AM_CXXFLAGS := $(AM_CXXFLAGS) $(QT_CXXFLAGS) $(MOC) -o $@ $< %.ts: - $(LUPDATE) $(lmms_SOURCES) `find plugins/ -type f -name *.cpp` -ts locale/$@ + $(LUPDATE) $(lmms_SOURCES) `find plugins/ -type f -name *.cpp` -ts data/locale/$@ %.qm: %.ts $(LRELEASE) $< @@ -98,7 +99,7 @@ lmms_MOC = \ BUILT_SOURCES = $(lmms_MOC) -lmms_EMBEDDED_RESOURCES = $(wildcard $(srcdir)/resources/*png AUTHORS COPYING) +lmms_EMBEDDED_RESOURCES = $(srcdir)/AUTHORS $(srcdir)/COPYING ./embedded_resources.h: $(lmms_EMBEDDED_RESOURCES) $(top_builddir)/buildtools/bin2res $(lmms_EMBEDDED_RESOURCES) > $@ diff --git a/configure.in b/configure.in index ec66f61a4..64b1021f1 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(lmms, 0.1.4-cvs20060225, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060225) +AC_INIT(lmms, 0.1.4-cvs20060227, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060227) AM_CONFIG_HEADER(config.h) @@ -430,11 +430,38 @@ fi AC_CONFIG_FILES([Makefile - artwork/Makefile - artwork/track_icons/Makefile buildtools/Makefile - locale/Makefile - midi-maps/Makefile + data/Makefile + data/locale/Makefile + data/midi-maps/Makefile + data/presets/Makefile + data/presets/AudioFileProcessor/Makefile + data/presets/BitInvader/Makefile + data/presets/Organic/Makefile + data/presets/PluckedStringSynth/Makefile + data/presets/TripleOscillator/Makefile + data/presets/VeSTige/Makefile + data/projects/Makefile + data/projects/cool_songs/Makefile + data/projects/covers/Makefile + data/projects/demos/Makefile + data/projects/misc/Makefile + data/projects/recorded_loops/Makefile + data/projects/templates/Makefile + data/projects/tutorials/Makefile + data/samples/Makefile + data/samples/basses/Makefile + data/samples/bassloopes/Makefile + data/samples/beats/Makefile + data/samples/drums/Makefile + data/samples/effects/Makefile + data/samples/instruments/Makefile + data/samples/latin/Makefile + data/samples/misc/Makefile + data/samples/shapes/Makefile + data/samples/stringsnpads/Makefile + data/themes/Makefile + data/track_icons/Makefile plugins/Makefile plugins/audio_file_processor/Makefile plugins/bit_invader/Makefile @@ -442,32 +469,6 @@ AC_CONFIG_FILES([Makefile plugins/plucked_string_synth/Makefile plugins/triple_oscillator/Makefile plugins/vestige/Makefile - presets/Makefile - presets/AudioFileProcessor/Makefile - presets/BitInvader/Makefile - presets/Organic/Makefile - presets/PluckedStringSynth/Makefile - presets/TripleOscillator/Makefile - presets/VeSTige/Makefile - projects/Makefile - projects/cool_songs/Makefile - projects/covers/Makefile - projects/demos/Makefile - projects/misc/Makefile - projects/recorded_loops/Makefile - projects/templates/Makefile - projects/tutorials/Makefile - samples/Makefile - samples/basses/Makefile - samples/bassloopes/Makefile - samples/beats/Makefile - samples/drums/Makefile - samples/effects/Makefile - samples/instruments/Makefile - samples/latin/Makefile - samples/misc/Makefile - samples/shapes/Makefile - samples/stringsnpads/Makefile lmms.spec]) AC_OUTPUT diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100755 index 000000000..22438853a --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = locale midi-maps presets projects samples themes track_icons + diff --git a/data/locale/Makefile.am b/data/locale/Makefile.am new file mode 100755 index 000000000..59d66b88e --- /dev/null +++ b/data/locale/Makefile.am @@ -0,0 +1,7 @@ +localedir = $(lmmsdatadir)/locale + +locale_DATA = $(wildcard *.qm) +locale_SOURCES = $(wildcard *.ts) + +EXTRA_DIST = $(locale_DATA) $(locale_SOURCES) + diff --git a/data/locale/de.qm b/data/locale/de.qm new file mode 100755 index 000000000..3d1360b87 Binary files /dev/null and b/data/locale/de.qm differ diff --git a/data/locale/de.ts b/data/locale/de.ts new file mode 100755 index 000000000..467740305 --- /dev/null +++ b/data/locale/de.ts @@ -0,0 +1,3154 @@ + + + aboutDialog + + About LMMS... + Über LMMS... + + + About + Über + + + Authors + Autoren + + + License + Lizenz + + + Close + Schließen + + + Translation + Übersetzung + + + Current language not translated. + +If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Just contact the maintainer! + Deutsche Übersetzung von Tobias Doerffel + +Wenn Sie an der Übersetzung von LMMS in eine andere Sprache interessiert sind oder existierende Übersetzungen verbessern wollen, sind Sie herzlich willkommen, uns zu helfen! Kontaktieren Sie einfach den Maintainer! + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2005 LMMS-Developers + +http://lmms.sourceforge.net + LMMS - Ein leistungsfähiges Synthesizer-Studio + +Copyright (c) 2004-2005 LMMS-Entwickler + +http://lmms.sourceforge.net + + + Linux MultiMedia Studio %1 + Linux MultiMedia Studio %1 + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2006 LMMS-Developers + +http://lmms.sourceforge.net + LMMS - Ein leistungsfähiges Synthesizer-Studio + +Copyright (c) 2004-2006 LMMS-Entwickler + +http://lmms.sourceforge.net + + + + arpAndChordsTabWidget + + octave + Oktave + + + Major + Dur + + + Majb5 + Durb5 + + + minor + moll + + + minb5 + mollb5 + + + sus2 + sus2 + + + sus4 + sus4 + + + aug + aug + + + augsus4 + augsus4 + + + tri + tri + + + 6 + 6 + + + 6sus4 + 6sus4 + + + 6add9 + madd9 + + + m6 + m6 + + + m6add9 + m6add9 + + + 7 + 7 + + + 7sus4 + 7sus4 + + + 7#5 + 7#5 + + + 7b5 + 7b5 + + + 7#9 + 7#9 + + + 7b9 + 7b9 + + + 7#5#9 + 7#5#9 + + + 7#5b9 + 7#5b9 + + + 7b5b9 + 7b5b9 + + + 7add11 + 7add11 + + + 7add13 + 7add13 + + + 7#11 + 7#11 + + + Maj7 + Maj7 + + + Maj7b5 + Maj7b5 + + + Maj7#5 + Maj7#5 + + + Maj7#11 + Maj7#11 + + + Maj7add13 + Maj7add13 + + + m7 + m7 + + + m7b5 + m7b5 + + + m7b9 + m7b9 + + + m7add11 + m7add11 + + + m7add13 + m7add13 + + + m-Maj7 + m-Maj7 + + + m-Maj7add11 + m-Maj7add11 + + + m-Maj7add13 + m-Maj7add13 + + + 9 + 9 + + + 9sus4 + 9sus4 + + + add9 + add9 + + + 9#5 + 9#5 + + + 9b5 + 9b5 + + + 9#11 + 9#11 + + + 9b13 + 9b13 + + + Maj9 + Maj9 + + + Maj9sus4 + Maj9sus4 + + + Maj9#5 + Maj9#5 + + + Maj9#11 + Maj9#11 + + + m9 + m9 + + + madd9 + madd9 + + + m9b5 + m9b5 + + + m9-Maj7 + m9-Maj7 + + + 11 + 11 + + + 11b9 + 11b9 + + + Maj11 + Maj11 + + + m11 + m11 + + + m-Maj11 + m-Maj11 + + + 13 + 13 + + + 13#9 + 13#9 + + + 13b9 + 13b9 + + + 13b5b9 + 13b5b9 + + + Maj13 + Maj13 + + + m13 + m13 + + + m-Maj13 + m-Maj13 + + + Chord range: + Akkord-Bereich: + + + octave(s) + Oktave(n) + + + Use this knob for setting the chord range in octaves. The selected chord will be played within specified amount of octaves. + Benutzen Sie diesen Knopf, um den Akkord-Bereich in Oktaven zu setzen. Der gewähle Akkord wird innerhalb der angegebenen Anzahl von Oktaven abgespielt. + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + Ein Arpeggio ist eine Art, (vorallem gezupfte) Instrumente zu spielen, die die Musik viel lebendiger macht. Die Seiten von solchen Instrumenten (z.B. Harfen) werden wie Akkorde gezupft, der einzige Unterschied ist, dass das nacheinander in einer bestimmten Reihenfolge geschieht. Die Noten werden also nicht zur gleichen Zeit gespielt. Typische Arpeggios sind Dur- oder Moll-Dreiklänge. Aber es sind noch viele andere Akkorde möglich, die Sie auswählen können. + + + Arpeggio range: + Arpeggio-Bereich: + + + Use this knob for setting the arpeggio range in octaves. The selected arpeggio will be played within specified amount of octaves. + Benutzen Sie diesen Knopf, um den Arpeggio-Bereich in Oktaven zu setzen. Das gewähle Arpeggio wird innerhalb der angegebenen Anzahl von Oktaven abgespielt. + + + Arpeggio time: + Arpeggio-Zeit: + + + ms + ms + + + Use this knob for setting the arpeggio time in milliseconds. The arpeggio time specifies how long each arpeggio-tone should be played. + Benutzen Sie diesen Knopf, um die Arpeggio-Zeit in Millisekunden zu setzen. Die Arpeggio-Zeit gibt an, wie lange jeder einzelne Arpeggio-Ton gespielt werden soll. + + + Arpeggio gate: + Arpeggio-Gate: + + + % + % + + + Use this knob for setting the arpeggio gate. The arpeggio gate specifies the percent of a whole arpeggio-tone that should be played. With this you can make cool staccato-arpeggios. + Benutzen Sie diesen Knopf, um das Arpeggio-Gate zu setzen. Das Arpeggio-Gate gibt an, wie viel Prozent eines ganzen Arpeggio-Tons gespielt werden sollen. Damit können Sie coole Staccato-Arpeggios erstellen. + + + arpeggio direction = up + Arpeggio-Richtung = hoch + + + arpeggio direction = down + Arpeggio-Richtung = runter + + + arpeggio direction = up and down + Arpeggio-Richtung = hoch und runter + + + arpeggio direction = random + Arpeggio-Richtung = zufällig + + + Chord range + Akkord-Bereich + + + Arpeggio range + Arpeggio-Bereich + + + Arpeggio time + Arpeggio-Zeit + + + Arpeggio gate + Arpeggio-Gate + + + Harmonic minor + Harmonisches Moll + + + Melodic minor + Melodisches Moll + + + Whole tone + Ganze Töne + + + Major pentatonic + Pentatonisches Dur + + + Minor pentatonic + Pentatonisches Moll + + + Jap in sen + + + + Major bebop + Dur Bebop + + + Dominant bebop + Dominanter Bebop + + + Blues + Blues + + + Arabic + Arabisch + + + Enigmatic + Enigmatisch + + + Neopolitan + Neopolitanisch + + + Neopolitan minor + Neopolitanisches Moll + + + Hungarian minor + Zigeunermoll + + + Dorian + Dorisch + + + Phrygolydian + Phrygisch + + + Lydian + Lydisch + + + Mixolydian + Mixolydisch + + + Aeolian + Äolisch + + + Locrian + Locrisch + + + Diminished + Vermindert + + + CHORDS + AKKORDE + + + RANGE + BEREICH + + + ARPEGGIO + ARPEGGIO + + + TIME + ZEIT + + + GATE + GATE + + + DIRECTION: + RICHTUNG: + + + SORT-MODE + SORT-MODUS + + + Direction: + Richtung: + + + Sort-mode + Sort-Modus + + + Mode: + Modus: + + + Free + Frei + + + Sort + Sortiert + + + Sync + Synchron + + + + audioDevice + + DEVICE + GERÄT + + + CHANNELS + KANÄLE + + + CLIENT-NAME + CLIENT-NAME + + + + audioFileProcessor + + Amplify: + Verstärkung: + + + With this knob you can set the amplify-ratio. When you set a value of 100% your sample isn't changed. Otherwise it will be amplified up or down (your actual sample-file isn't touched!) + Mit diesem Knopf können Sie die Verstärkungsrate festlegen. Wenn Sie einen Wert von 100% setzen, wird das Sample nicht geändert. Ansonsten wird es hoch oder runter verstärkt (Ihre Audio-Datei wird dabei nicht verändert!) + + + Startpoint: + Startpunkt: + + + With this knob you can set the point where AudioFileProcessor should begin playing your sample. If you enable Looping-Mode, this is the point to which AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Mit diesem Knopf können Sie festlegen, wo AudioFileProcessor anfangen soll, Ihr Sample zu spielen. Wenn Sie den Looping-Modus aktivieren, ist das der Punkt, wohin AudioFileProcessor zurückkehrt, wenn eine Note länger als das Sample zwischen Start- und Endpunkt ist. + + + Endpoint: + Endpunkt: + + + With this knob you can set the point where AudioFileProcessor should stop playing your sample. If you enable Looping-Mode, this is the point where AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Mit diesem Knopf können Sie festlegen, wo AudioFileProcessor aufhören soll, Ihr Sample zu spielen. Wenn Sie den Looping-Modus aktivieren, ist das der Punkt, an dem AudioFileProcessor zum Startpunkt zurückkehrt, wenn eine Note länger als das Sample zwischen Start- und Endpunkt ist. + + + Click here, if you want to open another audio-file. After clicking on this button, a file-open-dialog appears and you can select your file. Settings like Looping-Mode, start- and end-point, amplify-value and so on are not reset, so please don't wonder if your sample doesn't sound like the original one... + Klicken Sie hier, wenn Sie eine andere Audio-Datei öffnen wollen. Nachdem Sie auf diesen Button geklickt haben, erscheint ein Datei-öffnen-Dialog, in dem Sie Ihre Datei wählen können. Einstellungen wie Looping-Modus, Start- und Endpunkt, Verstärkungs-Wert usw. werden nicht zurückgesetzt. Wundern Sie sich also bitte nicht, wenn das Sample auf einmal anders als das Original klingt... + + + Here you can set, whether Looping-Mode is enabled. If enabled, AudioFileProcessor loops between start- and end-point of a sample until the whole note is played. This is useful for things like string- and choir-samples. + Hier können Sie festlegen, ob der Looping-Modus aktiviert sein soll. Wenn er aktiviert ist, wiederholt AudioFileProcessor das Sample zwischen Start- und Endpunkt solange, bis die gesamte Note gespielt ist. Das ist vorallem für String- und Chor-Samples nützlich. + + + Activate this button, if your sample should be drawn with connected lines. This doesn't change the sound itself. It just gives you another view to your sample. + Aktivieren Sie diesen Button, wenn Ihr Sample mit verbundenen Linien gezeichnet werden soll. Diese Einstellung verändert nichts am Sound. Es zeigt Ihnen Ihr Sample nur in einer anderen Ansicht. + + + Activate this button, if your sample should be drawn with dots. This doesn't change the sound itself. It just gives you another view to your sample. + Aktivieren Sie diesen Button, wenn Ihr Sample mit Punkten gezeichnet werden soll. Diese Einstellung verändert nichts am Sound. Es zeigt Ihnen Ihr Sample nur in einer anderen Ansicht. + + + Amplify + Verstärkung + + + Start of sample + Sample-Anfang + + + End of sample + Sample-Ende + + + + + + + If you enable this button, the whole sample is reversed. This is useful for cool effects, e.g. a reversed crash. + Wenn Sie diesen Button aktivieren, wird das gesamte Sample umgekehrt. Das kann nützlich für coole Effekte sein, wie z.B. eine umgekehrte Crash. + + + Open other sample + Anderes Sample öffnen + + + Reverse sample + Sample umkehren + + + Loop sample at start- and end-point + Sample an Start- und Endpunkt wiederholen + + + AMP + AMP + + + START + START + + + END + ENDE + + + + bbEditor + + Play/pause current beat/bassline (Space) + Aktuellen Beat/Bassline abspielen/pausieren (Leertaste) + + + Stop playing of current beat/bassline (Space) + Abspielen des aktuellen Beats/Bassline stoppen (Leertaste) + + + Click here, if you want to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. + Klicken Sie hier, wenn Sie den aktuelle Beat/Bassline abspielen wollen. Der Beat/Bassline wird automatisch wiederholt, wenn sein Ende erreicht ist. + + + Click here, if you want to stop playing of current beat/bassline. + Klicken Sie hier, wenn Sie das Abspielen des aktuellen Beats/Bassline stoppen wollen. + + + Beat+Bassline Editor + Beat+Bassline Editor + + + + bbTCO + + Change name + Name ändern + + + Reset name + Name zurücksetzen + + + Change color + Farbe ändern + + + Open in Beat+Bassline-Editor + Im Beat+Bassline-Editor öffnen + + + + bbTrack + + Beat/Bassline %1 + Beat/Bassline %1 + + + + bitInvader + + Samplelength + Sample-Länge + + + Sample Length + Sample-Länge + + + Click here if you want a sine-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Sinus-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a triangle-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Dreiecks-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a saw-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Sägezahn-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a square-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Rechteck-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a white-noise for current oscillator. + Klicken Sie hier, wenn Sie weißes Rauschen für den aktuellen Oszillator haben wollen. + + + Click here if you want a user-defined wave-shape for current oscillator. + Klicken Sie hier, wenn Sie eine selbst definierte Wellenform für den aktuellen Oszillator haben wollen. + + + Click here to smooth waveform. + Klicken Sie hier, um die Wellenform zu glätten. + + + Draw your own waveform hereby dragging your mouse onto this graph + + + + + channelTrack + + With this knob you can set the volume of the opened channel. + Mit diesem Knopf können Sie die Lautstärke des geöffneten Kanals ändern. + + + Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature. + Innerhalb dieses Rechtecks können Sie die Position setzen, an der dieser Kanal zu hören sein soll. Um dieses Feature sinnvoll zu nutzen, sollten Sie eine Soundkarte haben, die mindestens Surround 4.0 unterstützt. + + + Save current channel settings in a preset-file + Aktuelle Kanal-Einstellungen in einer Preset-Datei speichern + + + Channel volume + Kanal Lautstärke + + + Channel volume: + Kanal Lautstärke: + + + Channel-Settings-File (*.cs.xml) + Channel-Settings-Datei (*.cs.xml) + + + Save channel-settings in file + Kanal-Einstellungen in Datei speichern + + + VOLUME + LAUTSTÄRKE + + + FX CHNL + FX KANAL + + + ENV/LFO/FILTER + HÜLLK./LFO/FILTER + + + ARP/CHORD + ARP/AKK. + + + Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser. + Klicken Sie hier, wenn Sie die aktuellen Kanal-Einstellungen in einer Preset-Datei speichern wollen. Spätern können Sie dieses Preset laden, indem Sie es im Preset-Browser doppelt anklicken. + + + VOL + LAUT + + + GENERAL SETTINGS + GRUNDLEGENDE EINSTELLUNGEN + + + MIDI + MIDI + + + PLUGIN + PLUGIN + + + unnamed_channel + Unbenannter_Kanal + + + Default + Default + + + MIDI input/output + MIDI-Eingabe/Ausgabe + + + MIDI input + MIDI-Eingabe + + + MIDI output + MIDI-Ausgabe + + + + configManager + + Setup LMMS + Einrichtung von LMMS + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. + +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + + +Now click on 'Next' to get to the next page. + Um richtig zu funktionieren, muss LMMS eingerichtet werden. Dieser Assistent wird Ihnen helfen, Ihre persönliche LMMS-Installation einzurichten. + +Wenn Sie bei irgendeinem Schritt unsicher sind, was zu tun ist, klicken Sie einfach auf "Weiter". LMMS wird automatisch die besten Optionen für Sie wählen. + + +Klicken Sie nun auf "Weiter", um zur nächsten Seite zu gelangen. + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + + +Please select a directory: + Zum Arbeiten mit LMMS wird ein Arbeitsverzeichnis benötigt. +Dieses Verzeichnis wird genutzt, um Ihre Projekte, Presets, Samples usw. darin abzulegen. + + +Bitte wählen Sie ein Verzeichnis: + + + For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory. +When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size. + + Damit Sie die fertigen Presets und Samples von LMMS nutzen können und mit den Demo-Songs herumspielen können, müssen die entsprechenden Dateien in Ihr LMMS-Arbeitsverzeichnis kopiert oder verknüpft werden. +Kopierte Dateien können Sie ändern, aber gleichzeitig belegen diese auch zusätzlichen Speicherplatz in Ihrem Arbeitsverzeichnis. Wenn Sie Dateien verknüpfen, können Sie diese nicht verändern, brauchen dafür aber auch keinen extra Speicherplatz. Deshalb wird empfohlen, Presets und Demo-Projekte zu kopieren und die Samples zu verknüpfen, da letztere doch eine gewisse Größe haben. + + + samples: + Samples: + + + copy + Kopieren + + + link + Verknüpfen + + + presets: + Presets: + + + demo projects: + Demo Projekte: + + + Welcome to LMMS + Willkommen bei LMMS + + + Select working directory + Arbeitsverzeichnis auswählen + + + Copy or link files + Dateien kopieren oder verknüpfen + + + Choose LMMS-working-directory + LMMS-Arbeitsverzeichnis wählen + + + Directory not existing + Verzeichnis existiert nicht + + + Error in configuration-file + Fehler in Konfigurationsdatei + + + Error while parsing configuration-file %1. +The setup-wizard will be shown for reconfiguring LMMS. + Fehler beim Auswerten der Konfigurationsdatei %1. +Der Einrichtungs-Assisten wird angezeigt, um LMMS neu zu konfigurieren. + + + The directory you specified does not exist. Create it? + Das angegebene Verzeichnis existiert nicht. Soll es erstellt werden? + + + < &Back + < &Zurück + + + &Finish + &Abschließen + + + Could not save config-file + Konnte Konfigurationsdatei nicht speichern + + + Could not save configuration file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + Die Konfigurationsdatei %1 konnte nicht gespeichert werden. Sie sind möglicherweise nicht berechtigt, diese Datei zu schreiben. +Bitte stellen Sie sicher, dass Sie Schreibrechte auf diese Datei besitzen und versuchen es erneut. + + + Version mismatches + Versionsunterschiede + + + Accordingly to the information in your LMMS-configuration-file you seem +to have run a different (probably older) version of LMMS before. +It is recommended to run the setup-wizard again to ensure that +the latest samples, presets, demo-projects etc. are installed in your +LMMS-working-directory. Run the setup-wizard now? + Entsprechend der Informationen in Ihrer LMMS-Konfigurationsdatei scheinen Sie vorher +eine unterschiedliche (wahrscheinlich ältere) Version von LMMS ausgeführt zu haben. +Es wird empfohlen, den Einrichtungsassistenten zu starten, um sicherzustellen, dass die +neuesten Samples, Presets, Demo-Projekte usw. in Ihrem LMMS-Arbeitsverzeichnis +installiert sind. Soll der Einrichtungsassistent jetzt gestartet werden? + + + &Cancel + Abbre&chen + + + &Next > + &Weiter > + + + Choose LMMS working directory + LMMS-Arbeitsverzeichnis wählen + + + + envelopeAndLFOWidget + + Predelay: + Verzögerung (predelay): + + + Use this knob for setting predelay of the current envelope. The bigger this value the longer the time before start of actual envelope. + Benutzen Sie diesen Knopf, um die Verzögerung (predelay) für die aktuelle Hüllkurven einzustellen. Je größer dieser Wert, desto länger dauert es, bis die eigentliche Hüllkurve beginnt. + + + Attack: + Anschwellzeit (attack): + + + Use this knob for setting attack-time of the current envelope. The bigger this value the longer the envelope needs to increase to attack-level. Choose a small value for instruments like pianos and a big value for strings. + Benutzen Sie diesen Knopf, um die Anschwellzeit (attack) für die aktuelle Hüllkurve einzustellen. Je größer dieser Wert, desto länger braucht die Hüllkurve, um bis zum Anschwellpegel (attack-level) zu steigen. Wählen Sie einen kleinen Wert für Instrumente wie Klavier und einen großen Wert für Streichinstrumente. + + + Hold: + Haltezeit (hold): + + + Use this knob for setting hold-time of the current envelope. The bigger this value the longer the envelope holds attack-level before it begins to decrease to sustain-level. + Benutzen Sie diesen Knopf, um die Haltezeit (hold) der aktuellen Hüllkurve zu setzen. Je größer der Wert, desto länger hält die Hüllkurve den Anschwellpegel, bevor sie zum Dauerpegel (sustain-level) abfällt. + + + Decay: + Abfallzeit (decay): + + + Use this knob for setting decay-time of the current envelope. The bigger this value the longer the envelope needs to decrease from attack-level to sustain-level. Choose a small value for instruments like pianos. + Benutzen Sie diesen Knopf, um die Abfallzeit (decay) für die aktuelle Hüllkurve einzustellen. Je größer dieser Wert, desto länger braucht die Hüllkurve, um vom Anschwellpegel (attack-level) zum Dauerpegel (sustain-level) abzufallen. Wählen Sie einen kleinen Wert für Instrumente wie Klavier. + + + Sustain: + Dauerpegel (sustain): + + + Use this knob for setting sustain-level of the current envelope. The bigger this value the higher the level on which the envelope stays before going down to zero. + Benutzen Sie diesen Knopf, um den Dauerpegel (sustain-level) für die aktuelle Hüllkurve einzustellen. Je größer dieser Wert, desto höher der Pegel, den die Hüllkurve hält, bevor sie auf Null abfällt. + + + Release: + Ausklingzeit (release): + + + Modulation amount: + Modulationsintensität: + + + LFO-predelay: + LFO-Verzögerung: + + + Use this knob for setting predelay-time of the current LFO. The bigger this value the the time until the LFO starts to oscillate. + Benutzen Sie diesen Knopf, um die Verzögerungszeit für den aktuellen LFO einzustellen. Je größer dieser Wert, desto länger die Zeit, bis der LFO anfängt zu schwingen. + + + LFO-attack: + LFO-Anschwellzeit (LFO-attack): + + + Use this knob for setting attack-time of the current LFO. The bigger this value the longer the LFO needs to increase its amplitude to maximum. + Benutzen Sie diesen Knopf, um die Anschwellzeit für den aktuellen LFO einzustellen. Je größer dieser Wert, desto länger dauert es, bis die Amplitude des LFOs bis zum Maximum angestiegen ist. + + + LFO-speed: + LFO-Geschwindigkeit: + + + Use this knob for setting speed of the current LFO. The bigger this value the faster the LFO oscillates and the faster will be your effect. + Benutzen Sie diesen Knopf, um die Geschwindigkeit für den aktuellen LFO einzustellen. Je größer der Wert, desto schneller schwingt der LFO und desto schneller ist der entsprechende Effekt. + + + Use this knob for setting modulation amount of the current LFO. The bigger this value the more the selected size (e.g. volume or cutoff-frequency) will be influenced by this LFO. + Benutzen Sie diesen Knopf, um die Modulationsintensität des aktuellen LFOs einzustellen. Je größer der Wert, desto mehr wird die gewählte Größe (z.B. Lautstärke oder Cuttoff-Frequenz) von diesem LFO beeinflusst. + + + Click here if you want a sine-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Sinus-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a triangle-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Dreiecks-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a saw-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Sägezahn-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a square-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Rechteck-Schwingung für den aktuellen Oszillator haben wollen. + + + ms/LFO: + ms/LFO: + + + Predelay-time + Vor-Verzögerung + + + Attack-time + Anschwellzeit + + + Hold-time + Haltezeit + + + Decay-time + Abfallzeit + + + Sustain-level + Dauerpegel + + + Release-time + Ausklingzeit + + + Modulation amount + Modulationsintensität + + + LFO-predelay-time + LFO-Verzögerung + + + LFO-attack-time + LFO-Anschwellzeit + + + LFO-speed + LFO-Geschwindigkeit + + + LFO-modulation-amount + LFO-Modulationsintensität + + + Use this knob for setting release-time of the current envelope. The bigger this value the longer the envelope needs to decrease from sustain-level to zero. Choose a big value for soft instruments like strings. + Benutzen Sie diesen Knopf, um die Ausklingzeit der aktuellen Hüllkurve einzustellen. Je größer der Wert, desto länger braucht die Hüllkurve um vom Dauerpegel (sustain-level) auf Null abzufallen. Wählen Sie einen großen Wert für weiche Instrumente, wie z.B. Streicher. + + + Use this knob for setting modulation amount of the current envelope. The bigger this value the more the according size (e.g. volume or cutoff-frequency) will be influenced by this envelope. + Benutzen Sie diesen Knopf, um die Modulationsintensität für die aktuelle Hüllkurve einzustellen. Je größer dieser Wert, desto mehr wird die gewählte Größe (z.B. Lautstärke oder Cutoff-Frequenz) von der Hüllkurve beeinflusst. + + + Click here if the frequency of this LFO should be multiplied with 100. + Klicken Sie hier, wenn die Frequenz von diesem LFO mit 100 multipliziert werden soll. + + + multiply LFO-frequency with 100 + LFO-Frequenz mit 100 multiplizieren + + + Click here to make the envelope-amount controlled by this LFO. + Klicken Sie hier, um die Hüllkurvenintensität durch diesen LFO kontrollieren zu lassen. + + + control envelope-amount by this LFO + Hüllkurvenintensität durch diesen LFO kontrollieren + + + HOLD + HOLD + + + DEL + DEL + + + ATT + ATT + + + DEC + DEC + + + SUST + SUST + + + REL + REL + + + AMT + AMT + + + SPD + SPD + + + FREQ x 100 + FREQ x 100 + + + MODULATE ENV-AMOUNT + HK.INTENS. MODULIEREN + + + Click here if you want a user-defined wave for current oscillator. Afterwards drag an according sample-file into LFO-graph. + Klicken Sie hier, wenn Sie eine benutzerdefinierte Wellenform für den aktuellen Oszillator wollen. Danach können Sie einfach entsprechende Sample-Dateien in den LFO-Graph ziehen. + + + Hint + Tipp + + + Drag a sample from somewhere and drop it in this window. + Ziehen Sie ein Sample von irgendwo und lassen es in diesem Fenster fallen. + + + + envelopeTabWidget + + LowPass + Tiefpass + + + HiPass + Hochpass + + + BandPass csg + Bandpass csg + + + BandPass czpg + Bandpass czpg + + + Notch + Notch + + + Allpass + Allpass + + + Moog + Moog + + + Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound. + Hier können Sie den eingebauten Filter wählen, den Sie in diesem Kanal verwenden wollen. Filter sind sehr wichtig, um den Charakter eines Klangs zu ändern. + + + Hz + Hz + + + Q/Resonance: + Q/Resonanz: + + + Use this knob for setting Q/Resonance for the selected filter. Q/Resonance tells the filter, how much it should amplify frequencies near Cutoff-frequency. + Benutzen Sie diesen Knopf, um Q/die Resonanz für den gewählten Filter einzustellen. Q/Resonanz teilt dem Filter mit, wie stark er die Frequenzen in der Nähe der Cutoff-Frequenz verstärken soll. + + + Q/Resonance + Q/Resonanz + + + 2x LowPass + 2x Tiefpass + + + These tabs contain envelopes. They're very important for modifying a sound, for not saying that they're almost always neccessary for substractive synthesis. For example if you have a volume-envelope, you can set when the sound should have which volume-level. Maybe you want to create some soft strings. Then your sound has to fade in and out very softly. This can be done by setting a large attack- and release-time. It's the same for other envelope-targets like panning, cutoff-frequency of used filter and so on. Just monkey around with it! You can really make cool sounds out of a saw-wave with just some envelopes...! + Diese Tabs enthalten Hüllkurven. Sie sind sehr wichtig, um einen Sound zu verändern, um nicht zu sagen, dass sie für die substraktive Synthese fast immer nötig sind. Wenn Sie zum Beispiel eine Lautstärke-Hüllkurve haben, können Sie festlegen, wann der Sound welchen Lautstärke-Pegel haben soll. Vielleicht wollen Sie ein weiches Streichinstrument erstellen. Dann muss ihr Sound sehr sanft ein- und ausgeblendet werden. Das kann ganz einfach erreichen, indem man eine große Anschwell(attack)- und Ausklingzeit (release) einstellt. Mit anderen Hüllkurven, wie Balance, Kennfrequenz des benutzten Filters usw., ist es genau das Gleiche. Probieren Sie einfach ein bisschen herum! Mit ein paar Hüllkurven kann man aus einer Sägezahn-Welle wirklich coole Sounds machen...! + + + cutoff-frequency + Kennfrequenz + + + cutoff-frequency: + Kennfrequenz: + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + Benutzen Sie diesen Knopf, um die Kennfrequenz (cutoff-frequency) für den gewählten Filter einzustellen. Die Kennfrequenz wird vom Filter zum Beschneiden des Signals verwendet. Zum Beispiel filtert ein Tiefpass-Filter alle Frequenzen oberhalb der Kennfrequenz heraus. Ein Hochpass-Filter filtert alle Frequenzen unterhalb der Kennfrequenz heraus usw... + + + VOLUME + LAUTSTÄRKE + + + CUTOFF + KENNFREQ + + + Q/RESO + Q/RESO + + + FILTER + FILTER + + + TARGET + ZIEL + + + + exportProjectDialog + + Could not open file + Konnte Datei nicht öffnen + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Die Datei %1 konnte nicht zum Schreiben geöffnet werden. +Bitte stellen Sie sicher, dass Sie Schreibrechte auf diese Datei und das Verzeichnis, das diese Datei enthält, besitzen und versuchen es erneut! + + + Uncompressed Wave-File (*.wav) + Unkomprimierte Wave-Datei (*.wav) + + + Compressed OGG-File (*.ogg) + Komprimierte OGG-Datei (*.ogg) + + + Type: + Typ: + + + kbps: + kbps: + + + variable bitrate + Variable Bitrate + + + use high-quality-mode (recommened) + Benutze High-Quality-Modus (empfohlen) + + + Export + Exportieren + + + Cancel + Abbrechen + + + Export failed + Export fehlgeschlagen + + + Rendering: + Rendere: + + + Export project to %1 + Projekt nach %1 exportieren + + + The project-export failed, because the output-file/-device could not be opened. +Make sure, you have write access to the selected file/device! + Der Projekt-Export ist fehlgeschlagen, da die Ausgabedatei bzw. das Ausgabegerät nicht geöffnet werden konnte. +Stellen Sie sicher, dass Sie Schreibzugriff auf die gewählte Datei/Gerät haben! + + + Exporting project to %1 + Exportiere Projekt nach %1 + + + + fileBrowser + + Browser + Browser + + + Reload (F5) + Neu laden (F5) + + + Send to active channel + An aktiven Kanal senden + + + Open in new channel/Song-Editor + In neuem Kanal im Song-Editor öffnen + + + Open in new channel/B+B Editor + In neuem Kanal im B+B Editor öffnen + + + + knob + + &Help + &Hilfe + + + &Reset (%1%2) + &Zurücksetzen (%1%2) + + + &Copy value (%1%2) + Wert &kopieren (%1%2) + + + &Paste value (%1%2) + Wert &einfügen (%1%2) + + + Connect to MIDI-device + Mit MIDI-Gerät verbinden + + + Please enter a new value between %1 and %2: + Bitte geben Sie einen neuen Wert zwischen %1 und %2 ein: + + + + listView + + Files + Dateien + + + Loading sample + Lade Sample + + + Please wait, loading sample for preview... + Bitte warten, Sample wird für Vorschau geladen.... + + + + lmmsMainWin + + Setting up main-window and workspace... + Initialisiere Hauptfenster und Arbeitsbereich... + + + Creating new song... + Erstelle neuen Song... + + + Creating GUI... + Erstelle Oberfläche... + + + &New + &Neu + + + &Open... + Ö&ffnen... + + + &Save + &Speichern + + + Save &As... + Speichern &als... + + + E&xport + E&xportieren + + + &Quit + &Beenden + + + Help + Hilfe + + + About + Über + + + &Help + &Hilfe + + + What's this? + Was ist das? + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + Durch das Drücken dieses Knopfes wird der Beat+Bassline Editor ein- oder ausgeblendet. Der Beat+Bassline Editor ist nötig, um Beats zu setzen, um Kanale zu öffnen, hinzuzufügen und zu entfernen, um Bassline-Patterns auszuschneiden, zu kopieren und einzufügen usw. + + + My samples + Meine Samples + + + My presets + Meine Presets + + + My projects + Meine Projekte + + + Loading song... + Lade Song... + + + &Settings + Ein&stellungen + + + Show setup wizard + Einrichtungsassistent zeigen + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + Durch das Drücken dieses Knopfes können Sie das Projektnotizen-Fenster ein- oder ausblenden. In diesem Fenster können Sie Ihre Projektnotizen aufschreiben. + + + By pressing this button, you can show or hide the EffectBoard. The EffectBoard is a very powerful tool for managing effects for your song. You can insert effects into different effect-channels. + Durch das Drücken dieses Knopfes wird das EffectBoard ein- oder ausgeblendet. Das EffectBoard ist ein äußerst leistungsfähiges Werkzeug, um Effekte für Ihren Song zu verwalten. Sie können Effekte in unterschiedliche Effekt-Kanäle einfügen. + + + LMMS %1 + LMMS %1 + + + Create new project + Neues Projekt erstellen + + + Open existing project + Existierendes Projekt öffnen + + + Save current project + Aktuelles Projekt speichern + + + Export current project + Aktuelles Projekt exportieren + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + Durch das Drücken dieses Knopfes können Sie das Piano-Roll ein- oder ausblenden. Mit Hilfe des Piano-Rolls können Sie Melodie-Patterns auf eine bequeme Art bearbeiten. + + + &Project + &Projekt + + + Open project + Projekt öffnen + + + Save project + Projekt speichern + + + Import file + Datei importieren + + + My home + Persönlicher Ordner + + + Root directory + Wurzelverzeichnis + + + Show settings dialog + Einstellungsdialog anzeigen + + + Help not available + Hilfe nicht verfügbar + + + Show/hide Beat+Bassline Editor + Zeige/verstecke Beat+Bassline Editor + + + Show/hide Piano-Roll + Zeige/verstecke Piano-Roll + + + Show/hide Song-Editor + Zeige/verstecke Song-Editor + + + By pressing this button, you can show or hide the Song-Editor. With the help of the Song-Editor you can edit song-playlist and specify when which track should be played. You can also insert and move samples (e.g. rap-samples) directly into the playlist. + Durch das Drücken dieses Knopfes können Sie den Song-Editor ein- oder ausblenden. Mit Hilfe des Song-Editors können Sie den Song bearbeiten und einstellen, wann welche Spur gespielt werden soll. Sie können auch Samples (z.B. Rap-Samples) direkt in die Playliste einfügen und verschieben. + + + Show/hide EffectBoard + Zeige/verstecke EffectBoard + + + Show/hide project notes + Zeige/verstecke Projekt-Notizen + + + MultiMedia Project (*.mmp *.xml) + MultiMedia-Projekt (*.mmp *.xml) + + + MultiMedia Project (*.mmp);;MultiMedia Project Template (*.mpt) + MultiMedia-Projekt (*.mmp);;MultiMedia-Projekt-Vorlage (*.mpt) + + + Currently there's no help available in LMMS. +Please visit http://wiki.mindrules.net for documentation on LMMS. + Derzeit ist in LMMS keine Hilfe verfügbar. +Bitte besuchen Sie http://wiki.mindrules.net für Dokumentationen über LMMS. + + + + mainWindow + + My projects + Meine Projekte + + + My samples + Meine Samples + + + My presets + Meine Presets + + + My home + Persönlicher Ordner + + + Root directory + Wurzelverzeichnis + + + Loading song... + Lade Song... + + + Creating new song... + Erstelle neuen Song... + + + Creating GUI... + Erstelle Oberfläche... + + + Create new project + Neues Projekt erstellen + + + Open existing project + Existierendes Projekt öffnen + + + Save current project + Aktuelles Projekt speichern + + + Export current project + Aktuelles Projekt exportieren + + + Show/hide Beat+Bassline Editor + Zeige/verstecke Beat+Bassline Editor + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + Durch das Drücken dieses Knopfes wird der Beat+Bassline Editor ein- oder ausgeblendet. Der Beat+Bassline Editor ist nötig, um Beats zu setzen, um Kanale zu öffnen, hinzuzufügen und zu entfernen, um Bassline-Patterns auszuschneiden, zu kopieren und einzufügen usw. + + + Show/hide Piano-Roll + Zeige/verstecke Piano-Roll + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + Durch das Drücken dieses Knopfes können Sie das Piano-Roll ein- oder ausblenden. Mit Hilfe des Piano-Rolls können Sie Melodie-Patterns auf eine bequeme Art bearbeiten. + + + Show/hide Song-Editor + Zeige/verstecke Song-Editor + + + By pressing this button, you can show or hide the Song-Editor. With the help of the Song-Editor you can edit song-playlist and specify when which track should be played. You can also insert and move samples (e.g. rap-samples) directly into the playlist. + Durch das Drücken dieses Knopfes können Sie den Song-Editor ein- oder ausblenden. Mit Hilfe des Song-Editors können Sie den Song bearbeiten und einstellen, wann welche Spur gespielt werden soll. Sie können auch Samples (z.B. Rap-Samples) direkt in die Playliste einfügen und verschieben. + + + Show/hide project notes + Zeige/verstecke Projekt-Notizen + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + Durch das Drücken dieses Knopfes können Sie das Projektnotizen-Fenster ein- oder ausblenden. In diesem Fenster können Sie Ihre Projektnotizen aufschreiben. + + + &Project + &Projekt + + + &New + &Neu + + + &Open... + Ö&ffnen... + + + &Save + &Speichern + + + Save &As... + Speichern &als... + + + Import file + Datei importieren + + + E&xport + E&xportieren + + + &Quit + &Beenden + + + &Settings + Ein&stellungen + + + Show settings dialog + Einstellungsdialog anzeigen + + + Show setup wizard + Einrichtungsassistent zeigen + + + &Help + &Hilfe + + + Help + Hilfe + + + What's this? + Was ist das? + + + About + Über + + + LMMS %1 + LMMS %1 + + + Open project + Projekt öffnen + + + MultiMedia Project (*.mmp *.xml) + MultiMedia-Projekt (*.mmp *.xml) + + + Save project + Projekt speichern + + + MultiMedia Project (*.mmp);;MultiMedia Project Template (*.mpt) + MultiMedia-Projekt (*.mmp);;MultiMedia-Projekt-Vorlage (*.mpt) + + + Help not available + Hilfe nicht verfügbar + + + Currently there's no help available in LMMS. +Please visit http://wiki.mindrules.net for documentation on LMMS. + Derzeit ist in LMMS keine Hilfe verfügbar. +Bitte besuchen Sie http://wiki.mindrules.net für Dokumentationen über LMMS. + + + Setting up main-window and workspace... + Initialisiere Hauptfenster und Arbeitsbereich... + + + + midiClient + + DEVICE + GERÄT + + + + midiClientRaw + + DEVICE + GERÄT + + + + midiTabWidget + + MIDI-SETUP FOR THIS CHANNEL + MIDI-EINSTELLUNGEN FÜR DIESEN KANAL + + + CHANNEL + KANAL + + + RECEIVE MIDI-EVENTS + MIDI-EREIGNISSE EMPFANGEN + + + SEND MIDI-EVENTS + MIDI-EREIGNISSE SENDEN + + + MIDI-devices to receive MIDI-events from + MIDI-Geräte, von denen MIDI-Events empfangen werden sollen + + + MIDI-devices to send MIDI-events to + MIDI-Geräte, an die MIDI-Events gesendet werden sollen + + + Receive MIDI-events + MIDI-Ereignisse empfangen + + + Send MIDI-events + MIDI-Ereignisse senden + + + + mixer + + Plugin not found + Plugin nicht gefunden + + + The %1-plugin wasn't found! + Das %1-Plugin wurde nicht gefunden! + + + Error while loading plugin + Fehler beim Laden des Plugins + + + Failed loading plugin "%1"! + Laden des Plugins "%1" fehlgeschlagen! + + + + nameLabel + + Select icon + Icon auswählen + + + All images (*.png *.jpg *.jpeg *.gif *.bmp) + Alle Bilder (*.png *.jpg *.jpeg *.gif *.bmp) + + + + pattern + + Change name + Name ändern + + + Reset name + Name zurücksetzen + + + Freeze + Einfrieren + + + Unfreeze + Ausfrieren + + + Clear all notes + Alle Noten löschen + + + Cannot freeze pattern + Kann Pattern nicht einfrieren + + + The pattern currently cannot be freezed because you're in play-mode. Please stop and try again! + Der Pattern kann derzeit nicht eingefroren werden, da Sie sich im Abspiel-Modus befinden. Bitte stoppen Sie und versuchen es erneut! + + + double-click to open this pattern in piano-roll + Doppelklick, um diesen Pattern im Piano-Roll zu öffnen + + + Open in piano-roll + Im Piano-Roll öffnen + + + Refreeze + Erneut einfrieren + + + Channel muted + Kanal stumm geschalten + + + The channel this pattern belongs to is currently muted therefore freezing makes no sense! Do you still want to continue? + Der Kanal, zu dem dieser Pattern gehört, ist derzeit stumm geschaltet, weshalb das Einfrieren keinen Sinn ergibt! Wollen Sie trotzdem fortfahren? + + + Add steps + Steps hinzufügen + + + Remove steps + Steps entfernen + + + 1 step + 1 Step + + + %1 steps + %1 Steps + + + double-click to open this pattern in piano-roll +use mouse wheel to set volume of a step + Doppelklick, um diesen Pattern im Piano-Roll zu öffnen +Lautstärke eines Steps kann mit Mausrad geändert werden + + + + patternFreezeStatusDialog + + Freezing pattern... + Friere Pattern ein... + + + Cancel + Abbrechen + + + + pianoRoll + + If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode. + Wenn Sie hier klicken, wird der Radier-Modus aktiviert. In diesem Modus können Sie einzelne Noten löschen. Sie können auch 'E' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren. + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + Wenn Sie hier klicken, wird der Auswahl-Modus aktiviert. In diesem Modus können Sie Noten markieren. Das ist nötig, wenn Sie (mehrere) Noten ausschneiden, kopieren, einfügen, löschen oder verschieben wollen. Sie können auch 'S' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren. + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + Wenn Sie hier klicken, wird der Verschiebe-Modus aktiviert. In diesem Modus können Sie die markierten Noten verschieben. Sie können auch 'M' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren. + + + Cut selected notes (Ctrl+X) + Ausgewählte Noten ausschneiden (Strg+X) + + + Copy selected notes (Ctrl+C) + Ausgewählte Noten kopieren (Strg+C) + + + If you click here, selected notes will be cut into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + Wenn Sie hier klicken, werden die markierten Noten in die Zwischenablage ausgeschnitten. Sie können sie überall, auch in einem anderen Pattern, wieder einfügen, indem Sie auf den Einfügen-Button klicken. + + + If you click here, selected notes will be copied into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + Wenn Sie hier klicken, werden die markierten Noten in die Zwischenablage kopiert. Sie können sie überall, auch in einem anderen Pattern, wieder einfügen, indem Sie auf den Einfügen-Button klicken. + + + If you click here, the notes from the clipboard will be pasted at the first visible tact. + Wenn Sie hier klicken, werden Noten aus Zwischenablage im ersten sichtbaren Takt eingefügt. + + + Paste notes from clipboard (Ctrl+V) + Noten aus Zwischenablage einfügen (Strg+V) + + + Play/pause current pattern (Space) + Aktuellen Pattern abspielen/pausieren (Leertaste) + + + Stop playing of current pattern (Space) + Abspielen des aktuellen Patterns stoppen (Leertaste) + + + Click here, if you want to play the current pattern. This is useful while editing it. The pattern is automatically looped when its end is reached. + Klicken Sie hier, wenn Sie den aktuellen Pattern spielen wollen. Das ist nützlich beim Bearbeiten. Der Pattern wird automatisch wiederholt, wenn sein Ende erreicht ist. + + + Click here, if you want to stop playing of current pattern. + Klicken Sie hier, wenn Sie das Abspielen des aktuellen Patterns stoppen wollen. + + + If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode. + Wenn Sie hier klicken, wird der Zeichen-Modus aktiviert. In diesem Modus können Sie einzelne Noten hinzufügen, deren Größe ändern oder sie verschieben. Das ist der Standard-Modus, der meistens benutzt wird. Sie können auch 'D' auf Ihrer Tastatur drücken, um in diesen Modus zu gelangen. + + + Piano-Roll - %1 + Piano-Roll - %1 + + + Piano-Roll - no pattern + Piano-Roll - Kein Pattern + + + Please open a pattern by double-clicking on it! + Bitte öffnen Sie einen Pattern, indem Sie ihn doppelklicken! + + + Record notes from MIDI-device/channel-piano + Noten von MIDI-Gerät/Kanal-Klavier aufnehmen + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can play and edit them afterwards. + Klicken Sie hier, wenn Sie Noten von einem MIDI-Gerät oder dem virtuellen Test-Klavier des zugehörigen Kanal-Fensters in den aktuellen Pattern aufnehmen wollen. Beim Aufnehmen werden alle Noten, die Sie spielen, in diesen Pattern geschrieben und hinterher können Sie diese abspielen und bearbeiten. + + + Draw mode (D) + Zeichnen-Modus (D) + + + Erase mode (E) + Löschen-Modus (E) + + + Select mode (S) + Auswahl-Modus (S) + + + Move selection mode (M) + Verschieben-Modus (M) + + + Notes copied + Noten kopiert + + + All selected notes were copied to the clipboard. + Alle gewählten Noten wurden in die Zwischenablage kopiert. + + + + pluckedStringSynth + + Pick position + Zupf-Position + + + Pick position: + Zupf-Position: + + + Pickup position + Abnehmer-Position + + + Pickup position: + Abnehmer-Position: + + + + pluginBrowser + + Instrument plugins + Instrument-Plugins + + + Plugin browser + Plugin-Browser + + + You can drag an instrument-plugin into either the Song-Editor, the Beat+Bassline Editor or just into a channel-window or on the corresponding channel-button. + Sie können ein Instrument-Plugin entweder in den Song-Editor, den Beat+Bassline-Editor oder einfach in ein Kanal-Fenster oder auf den zugehörigen Kanal-Button ziehen. + + + cheap synthesis of guitar/harp-like sounds + Einfache Synthese gitarren-/harfenähnlicher Klänge + + + three powerful oscillators you can modulate in several ways + Drei leistungsfähige Oszillatoren, die Sie auf verschiedene Art und Weise modulieren können + + + experimental VST-hoster for using VST-plugins within LMMS + Experimenteller VST-Hoster zum Benutzen von VST-Plugins innerhalb von LMMS + + + simple sampler with various settings for using samples (e.g. drums) in a channel + Einfacher Sampler mit verschiedenen Einstellungen zum Benutzen von Samples (z.B. Drums) in einem Kanal + + + VST-host for using VST(i)-plugins within LMMS + VST-Host zum Benutzen von VST(i)-Plugins innerhalb von LMMS + + + no description + keine Beschreibung + + + Rough & Dirty Wavetable Synthesizer. + + + + + projectNotes + + Put down your project notes here. + Schreiben Sie hier Ihre Projekt-Notizen auf. + + + Project notes + Projekt-Notizen + + + Edit Actions + Bearbeiten + + + &Undo + &Rückgängig + + + Ctrl+Z + Strg+Z + + + &Redo + Wiede&rholen + + + Ctrl+Y + Strg+Y + + + &Copy + &Kopieren + + + Ctrl+C + Strg+C + + + Cu&t + A&usschneiden + + + Ctrl+X + Strg+X + + + &Paste + &Einfügen + + + Ctrl+V + Strg+V + + + Format Actions + Formatierung + + + &Bold + &Fett + + + Ctrl+B + Strg+F + + + &Italic + &Kursiv + + + Ctrl+I + Strg+K + + + &Underline + &Unterstrichen + + + Ctrl+U + Strg+U + + + &Left + &Links + + + Ctrl+L + Strg+L + + + C&enter + Z&entriert + + + Ctrl+E + Strg+Z + + + &Right + &Rechts + + + Ctrl+R + Strg+R + + + &Justify + &Blocksatz + + + Ctrl+J + Strg+J + + + &Color... + &Farbe... + + + + renameDialog + + Rename... + Umbenennen... + + + + sampleBuffer + + All Audio-Files (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + Alle Audio-Dateien (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + + + Wave-Files (*.wav) + Wave-Dateien (*.wav) + + + OGG-Files (*.ogg) + OGG-Dateien (*.ogg) + + + VOC-Files (*.voc) + VOC-Dateien (*.voc) + + + AIFF-Files (*.aif *.aiff) + AIFF-Dateien (*.aif *.aiff) + + + AU-Files (*.au) + AU-Dateien (*.au) + + + RAW-Files (*.raw) + RAW-Dateien (*.raw) + + + Open audio file + Audio-Datei öffnen + + + All Audio-Files (*.wav *.ogg *.flac *.voc *.aif *.aiff *.au *.raw) + Alle Audio-Dateien (*.wav *.ogg *.flac *.voc *.aif *.aiff *.au *.raw) + + + FLAC-Files (*.flac) + FLAC-Dateien (*.flac) + + + + sampleTCO + + double-click to select sample + Doppelklick, um Sample zu wählen + + + + sampleTrack + + Sample track + Sample-Spur + + + + setupDialog + + Setup LMMS + Einrichtung von LMMS + + + General settings + Allgemeine Einstellungen + + + BUFFER SIZE + PUFFERGRÖSSE + + + Reset to default-value + Auf Standardwert zurücksetzen + + + MISC + VERSCHIEDENES + + + Disable tooltips (no spurious interrupts while playing) + Tooltips deaktivieren (keine stör. Unterbrechungen beim Abspielen) + + + Audio settings + Audio-Einstellungen + + + AUDIO INTERFACE + AUDIO-SCHNITTSTELLE + + + MIDI settings + MIDI-Einstellungen + + + MIDI INTERFACE + MIDI-SCHNITTSTELLE + + + OK + OK + + + Cancel + Abbrechen + + + FRAMES: %1 +LATENCY: %2 ms + FRAMES: %1 +LATENZ: %2 ms + + + Here you can setup the internal buffer-size used by LMMS. Smaller values result in a lower latency but also may cause unusable sound or bad performance, especially on older computers or systems with a non-realtime kernel. + Hier können Sie die interne Puffergröße einstellen, die von LMMS genutzt wird. Kleinere Werte machen sich in einer geringeren Latenz bemerkbar, können aber auch zu unbrauchbarem Sound oder schlechter Performance führen, vor allem auf älteren Computern oder Systemen mit einem Nicht-Echtzeit-Kernel. + + + Here you can select your preferred audio-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, JACK, OSS and more. Below you see a box which offers controls to setup the selected audio-interface. + Hier können Sie Ihre bevorzugte Audio-Schnittstelle auswählen. Abhängig von der Konfiguration Ihres Systems während der Compilierung können Sie zwischen ALSA, JACK, OSS und mehr wählen. Unterhalb sehen Sie eine Box, welche Kontrollelemente anbietet, um die gewählte Audio-Schnittstelle einzurichten. + + + Here you can select your preferred MIDI-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, OSS and more. Below you see a box which offers controls to setup the selected MIDI-interface. + Hier können Sie Ihre bevorzugte MIDI-Schnittstelle auswählen. Abhängig von der Konfiguration Ihres Systems während der Compilierung können Sie zwischen ALSA, OSS und mehr wählen. Unterhalb sehen Sie eine Box, welche Kontrollelemente anbietet, um die gewählte MIDI-Schnittstelle einzurichten. + + + Classical knob usability (move cursor around knob to change value) + Klassische Knopf-Benutzbarkeit (Cursor um Knopf herum bewegen) + + + Restart LMMS + LMMS neustarten + + + Please note that most changes won't take effect until you restart LMMS! + Bitte beachten Sie, dass die meisten Änderungen erst wirksam werden, nachdem Sie LMMS neugestartet haben! + + + GIMP-like windows (no MDI) + Fenster wie GIMP (kein MDI) + + + Do not show wizard after up-/downgrade + Assistent nach Up-/Downgrade nicht anzeigen + + + Do not show message after closing this dialog + Keine Meldung nach Schließen dieses Dialogs zeigen + + + Directories + Verzeichnisse + + + LMMS working directory + LMMS-Arbeitsverzeichnis + + + VST-plugin directory + VST-Plugin-Verzeichnis + + + Choose LMMS working directory + LMMS-Arbeitsverzeichnis wählen + + + Choose your VST-plugin directory + Wählen Sie Ihre VST-Plugin-Verzeichnis + + + Performance settings + Performance-Einstellungen + + + UI effects vs. performance + UI-Effekte vs. Performance + + + Disable channel activity indicators + Kanal-Aktivitäts-LEDs deaktivieren + + + Only press keys on channel-piano manually + Tasten in Kanal-Piano nur manuell drücken + + + Frames: %1 +Latency: %2 ms + Frames: %1 +Latenz: %2 ms + + + + setupWidget + + ALSA (Advanced Linux Sound Architecture) + ALSA (Advanced Linux Sound Architecture) + + + Dummy (no sound output) + Dummy (keine Sound-Ausgabe) + + + JACK (Jack Audio Connection Kit) + JACK (Jack Audio Connection Kit) + + + OSS (Open Sound System) + OSS (Open Sound System) + + + SDL (Simple DirectMedia Layer) + SDL (Simple DirectMedia Layer) + + + ALSA Raw-MIDI (Advanced Linux Sound Architecture) + ALSA Raw-MIDI (Advanced Linux Sound Architecture) + + + OSS Raw-MIDI (Open Sound System) + OSS Raw-MIDI (Open Sound System) + + + Dummy (no MIDI support) + Dummy (keine MIDI-Unterstützung) + + + ALSA-Sequencer (Advanced Linux Sound Architecture) + ALSA-Sequencer (Advanced Linux Sound Architecture) + + + JACK (JACK Audio Connection Kit) + JACK (JACK Audio Connection Kit) + + + + songEditor + + Click here, if you want to stop playing of your song. The song-position-marker will be set to the start of your song. + Klicken Sie hier, wenn Sie das Abspielen des Songs stoppen wollen. Der Song-Positions-Marker wird automatisch auf den Song-Anfang zurückgesetzt. + + + untitled + unbenannt + + + File already exists + Datei existiert bereits + + + Could not open file + Konnte Datei nicht öffnen + + + Error in multimedia-project + Fehler im Multimedia-Projekt + + + The multimedia-project %1 seems to contain errors. LMMS will try its best to recover as much as possible data from this file. + Das Multimedia-Projekt %1 scheint Fehler zu beinhalten. LMMS wird versuchen, so viel wie möglich Daten aus dieser Datei wiederherzustellen. + + + Could not write file + Konnte Datei nicht schreiben + + + Song-Editor + Song-Editor + + + The file "%1" already exists. Do you want to overwrite it? + Die Datei "%1" existiert bereits. Wollen Sie diese überschreiben? + + + Click here, if you want to play your whole song. Playing will be started at the song-position-marker (green). You can also move it while playing. + Klicken Sie hier, wenn Sie Ihren ganzen Song abspielen wollen. Das Abspielen wird am Song-Positions-Marker (grün) gestartet. Sie können diesen auch während des Bewegens verschieben. + + + Play song (Space) + Song abspielen (Leertaste) + + + Stop song (Space) + Abspielen des Songs stoppen (Leertaste) + + + The tempo of a song is specified in beats per minute (BPM). If you want to change the tempo of your song, change this value. Every tact has four beats, so the tempo in BPM specifies, how many tacts / 4 should be played within a minute (or how many tacts should be played within four minutes). + Das Tempo eines Liedes wird in Beats pro Minute (BPM) angegeben. Wenn Sie das Tempo Ihres Songs ändern wollen, ändern Sie diesen Wert. Jeder Takt hat vier Schläge (Beats), das Tempo sagt also, wie viele Takte / 4 innerhalb einer Minute gespielt werden sollen (bzw. wie viele Takte innerhalb von vier Minuten gespielt werden sollen). + + + master pitch + Master-Tonhöhe + + + tempo of song + Geschwindigkeit des Songs + + + Add beat/bassline + Beat/Bassline hinzufügen + + + Add sample-track + Sample-Spur hinzufügen + + + Project NOT saved. + Projekt NICHT gespeichert. + + + The file %1 already exists. +Do you want to overwrite it? + Die Datei %1 existiert bereits. +Wollen Sie diese überschreiben? + + + Select file for project-export... + Datei für Projekt-Export wählen... + + + Project not saved + Projekt nicht gespeichert + + + The current project was modified since last saving. Do you want to save it now? + Das aktuelle Projekt wurde seit dem letzten Speichern geändert. Wollen Sie es jetzt speichern? + + + Import file + Datei importieren + + + MIDI-files (*.mid) + MIDI-Dateien (*.mid) + + + TEMPO/BPM + TEMPO/BPM + + + Could not open file %1. You probably have no rights to read this file. +Please make sure you have at least read-access to the file and try again. + Die Datei %1 konnte nicht geöffnet werden. Sie besitzen wahrscheinlich keine Rechte, diese Datei zu lesen. +Bitte stellen Sie sicher, dass Sie wenigstens Leserechte auf die Datei besitzen und versuchen es erneut. + + + High quality mode + High-Quality-Modus + + + Insert bar (Shift+Insert) + Spalte einfügen (Umschalt+Einfügen) + + + Remove bar (Shift+Delete) + Spalte löschen (Umschalt+Entfernen) + + + If you click here, a bar will be inserted at the current bar. + Wenn Sie hier klicken, wird eine Spalte an der aktuellen Spalte eingefügt. + + + If you click here, the current bar will be removed. + Wenn Sie hier klicken, wird die aktuelle Spalte gelöscht. + + + Project saved + Projekt gespeichert + + + The project %1 is now saved. + Das Projekt %1 ist nun gespeichert. + + + The project %1 could not be saved! + Das Projekt %1 konnte nicht gespeichert werden! + + + Could not write file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + Konnte die Datei %1 nicht schreiben. Sie sind möglicherweise nicht berechtigt, in diese Datei zu schreiben. +Bitte stellen Sie sicher, dass Sie Schreibrechte auf diese Datei besitzen und versuchen es erneut. + + + master volume + Master-Lautstärke + + + Value: %1% + Wert: %1% + + + Value: %1 semitones + Wert: %1 Halbtöne + + + Master volume + Master-Lautstärke + + + Master pitch + Master-Tonhöhe + + + The project %1 is not saved! + Das Projekt %1 ist nicht gespeichert! + + + The project %1 was not saved! + Das Projekt %1 wurde nicht gespeichert! + + + Draw mode + Zeichen-Modus + + + Edit mode (select and move) + Editier-Modus (auswählen und verschieben) + + + + surroundArea + + click to where this channel should be audible + dorthin klicken, wo dieser Kanal zu hören sein soll + + + + tabWidget + + Settings for %1 + Einstellungen für %1 + + + + tempoSyncKnob + + Tempo Sync + Tempo-Synchronisation + + + &Reset (%1%2) + &Zurücksetzen (%1%2) + + + &Copy value (%1%2) + Wert &kopieren (%1%2) + + + &Paste value (%1%2) + Wert &einfügen (%1%2) + + + No Sync + Keine Synchronisation + + + Eight beats + Acht Schläge + + + Whole note + Ganze Note + + + Half note + Halbe Note + + + Quarter note + Viertelnote + + + 8th note + Achtelnote + + + 16th note + 16tel Note + + + 32nd note + 32tel Note + + + Connect to MIDI-device + Mit MIDI-Gerät verbinden + + + &Help + &Hilfe + + + Synced to Eight Beats + Mit acht Schlägen synchronisiert + + + Synced to Whole Note + Mit ganzer Note synchronisiert + + + Synced to Half Note + Mit halber Note synchronisiert + + + Synced to Quarter Note + Mit Viertelnote synchronisiert + + + Synced to 8th Note + Mit Achtelnote synchronisiert + + + Synced to 16th Note + Mit 16tel Note synchronisiert + + + Synced to 32nd Note + Mit 32tel Note synchronisiert + + + + timeLine + + Enable/disable auto-scrolling + Automatisches Scrollen aktivieren/deaktivieren + + + Enable/disable loop-points + Loop-Punkte aktivieren/deaktivieren + + + After stopping go back to begin + Nach Stop zum Anfang zurückkehren + + + After stopping go back to position at which playing was started + Nach Stop zur Position zurückkehren, an der es los ging + + + After stopping keep position + Nach Stop Position beibehalten + + + Hint + Tipp + + + Press <Ctrl> to disable magnetic loop-points. + Drücken Sie <Strg> um magnetische Loop-Punkte zu deaktivieren. + + + + trackContainer + + Loading project... + Lade Projekt... + + + Cancel + Abbrechen + + + Please wait... + Bitte warten... + + + Could not open file + Konnte Datei nicht öffnen + + + Could not open file %1 for reading. +Please make sure you have read-permission to the file and the directory containing the file and try again! + Die Datei %1 konnte nicht zum Lesen geöffnet werden. +Bitte stellen Sie sicher, dass Sie Leserechte auf die Datei und auf das Verzeichnis, das diese Datei beinhaltet, haben und versuchen es erneut! + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Die Datei %1 konnte nicht zum Schreiben geöffnet werden. +Bitte stellen Sie sicher, dass Sie Schreibrechte auf diese Datei und das Verzeichnis, das diese Datei enthält, besitzen und versuchen es erneut! + + + Importing MIDI-file... + Importiere MIDI-Datei... + + + + trackContentObject + + Cut + Ausschneiden + + + Copy + Kopieren + + + Paste + Einfügen + + + Delete (middle mousebutton) + Löschen (mittlere Maustaste) + + + Current position + Aktuelle Position + + + Current length + Aktuelle Länge + + + %1:%2 (%3:%4 to %5:%6) + %1:%2 (%3:%4 bis %5:%6) + + + + trackOperationsWidget + + Press <Ctrl> while clicking on move-grip to begin a new drag'n'drop-action + Drücken Sie <Strg> während des Klicks auf den Verschiebe-Griff, um eine neue Drag'n'Drop-Aktion zu beginnen + + + Clone this track + Diese Spur klonen + + + Remove this track + Diese Spur entfernen + + + Operations for this track + Aktionen für diese Spur + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Mit diesem Schalter können SIe entweder diese Spur stummschalten oder alle andern Spuren stummschalten. +Wenn Sie links klicken, wird diese Spur stummgeschaltet. Das ist nützlich, wenn Sie nur die anderen Spuren hören wollen, ohne diese Spur zu ändern und Informationen zu verlieren. +Wenn Sie rechts klicken, werden alle anderen Spuren stumm geschaltet. Das ist nützlich, wenn Sie nur diese Spur hören wollen. + + + left click = mute this track +right click = mute all other tracks (solo) + Klick links = diese Spur stummschalten +Klick rechts = alle anderen Spuren stummschalten (Solo) + + + Press <Ctrl> while clicking on move-grip to begin a new drag'n'drop-action. + Drücken Sie <Strg> während des Klicks auf den Verschiebe-Griff, um eine neue Drag'n'Drop-Aktion zu beginnen. + + + Actions for this track + Aktionen für dise Spur + + + + trackWidget + + Clone this track + Diese Spur klonen + + + Move this track up + Diese Spur nach oben verschieben + + + Move this track down + Diese Spur nach unten verschieben + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Mit diesem Schalter können SIe entweder diese Spur stummschalten oder alle andern Spuren stummschalten. +Wenn Sie links klicken, wird diese Spur stummgeschaltet. Das ist nützlich, wenn Sie nur die anderen Spuren hören wollen, ohne diese Spur zu ändern und Informationen zu verlieren. +Wenn Sie rechts klicken, werden alle anderen Spuren stumm geschaltet. Das ist nützlich, wenn Sie nur diese Spur hören wollen. + + + left click = mute this track +right click = mute all other tracks (solo) + Klick links = diese Spur stummschalten +Klick rechts = alle anderen Spuren stummschalten (Solo) + + + Remove this track + Diese Spur entfernen + + + + tripleOscillator + + semitones + Halbtöne + + + cents + Cent + + + degrees + Grad + + + Click here if you want a sine-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Sinus-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a triangle-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Dreiecks-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a saw-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Sägezahn-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a square-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Rechteck-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want a white-noise for current oscillator. + Klicken Sie hier, wenn Sie weißes Rauschen für den aktuellen Oszillator haben wollen. + + + Click here if you want a user-defined wave-shape for current oscillator. + Klicken Sie hier, wenn Sie eine selbst definierte Wellenform für den aktuellen Oszillator haben wollen. + + + Click here if you want a moog-saw-wave for current oscillator. + Klicken Sie hier, wenn Sie eine Moog-Sägezahn-Schwingung für den aktuellen Oszillator haben wollen. + + + Click here if you want an exponential wave for current oscillator. + Klicken Sie hier, wenn Sie eine Exponential-Schwingung für den aktuellen Oszillator haben wollen. + + + use frequency modulation for modulating oscillator 2 with oscillator 1 + Frequenzmodulation benutzen, um Oszillator 2 mit Oszillator 1 zu modulieren + + + use amplitude modulation for modulating oscillator 2 with oscillator 1 + Amplitudenmodulation benutzen, um Oszillator 2 mit Oszillator 1 zu modulieren + + + mix output of oscillator 1 & 2 + Mische Ausgang von Oszillator 1 & 2 + + + synchronize oscillator 1 with oscillator 2 + Synchronisiere Oszillator 1 mit Oszillator 2 + + + use frequency modulation for modulating oscillator 3 with oscillator 2 + Frequenzmodulation benutzen, um Oszillator 3 mit Oszillator 2 zu modulieren + + + use amplitude modulation for modulating oscillator 3 with oscillator 2 + Amplitudenmodulation benutzen, um Oszillator 3 mit Oszillator 2 zu modulieren + + + mix output of oscillator 2 & 3 + Mische Ausgang von Oszillator 2 & 3 + + + synchronize oscillator 2 with oscillator 3 + Synchronisiere Oszillator 2 mit Oszillator 3 + + + Osc %1 volume + Oszillator %1 Lautstärke + + + Osc %1 volume: + Oszillator %1 Lautstärke: + + + With this knob you can set the volume of oscillator %1. When setting a value of 0 the oscillator is turned off. Otherwise you can hear the oscillator as loud as you set it here. + Mit diesem Knopf können Sie die Lautstärke von Oszillator %1 setzen. Wenn Sie einen Wert von 0 setzen, wird der Oszillator ausgeschaltet. Ansonsten können Sie ihn so laut hören, wie Sie es hier einstellen. + + + Osc %1 panning + Oszillator %1 Balance + + + Osc %1 panning: + Oszillator %1 Balance: + + + With this knob you can set the panning of the oscillator %1. A value of -100 means 100% left and a value of 100 moves oscillator-output right. + Mit diesem Knopf können Sie die Balance von Oszillator %1 setzen. Ein Wert von -100 heißt 100% links und ein Wert von 100 verschiebt den Oszillator-Ausgang nach rechts. + + + Osc %1 coarse detuning + Oszillator %1 Grob-Verstimmung + + + Osc %1 coarse detuning: + Oszillator %1 Grob-Verstimmung: + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + Mit diesem Knopf können Sie die grobe Verstimmung von Oszillator %1 setzen. Sie können den Oszillator 12 Halbtöne (1 Oktave) nach oben und unten verstimmen. Das ist nützlich, wenn Sie einen Sound mit einem Akkord erstellen möchten. + + + Osc %1 fine detuning left + Oszillator %1 Fein-Verstimmung links + + + Osc %1 fine detuning left: + Oszillator %1 Fein-Verstimmung links: + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Mit diesem Knopf können Sie die Fein-Verstimmung von Oszillator %1 für den linken Kanal einstellen. Die Fein-Verstimmung liegt zwischen -100 Cent und +100 Cent. Das ist nützlich, um "fette" Sounds zu erzeugen. + + + Osc %1 fine detuning right + Oszillator %1 Fein-Verstimmung rechts + + + Osc %1 fine detuning right: + Oszillator %1 Fein-Verstimmung rechts: + + + With this knob you can set the fine detuning of oscillator %1 for the right channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Mit diesem Knopf können Sie die Fein-Verstimmung von Oszillator %1 für den rechten Kanal einstellen. Die Fein-Verstimmung liegt zwischen -100 Cent und +100 Cent. Das ist nützlich, um "fette" Sounds zu erzeugen. + + + Osc %1 phase-offset + Oszillator %1 Phasen-Verschiebung + + + Osc %1 phase-offset: + Oszillator %1 Phasen-Verschiebung: + + + With this knob you can set the phase-offset of oscillator %1. That means you can move the point within an oscillation where the oscillator begins to oscillate. For example if you have a sine-wave and have a phase-offset of 180 degrees the wave will first go down. It's the same with a square-wave. + Mit diesem Knopf können Sie die Phasen-Verschiebung von Oszillator %1 setzen. Das heißt, Sie können den Punkt innerhalb einer Schwingung verschieben, an dem der Oszillator anfangen soll zu schwingen. Wenn Sie zum Beispiel eine Sinus-Welle haben und eine Phasen-Verschiebung von 180 Grad einstellen, wird die Welle zu erst runter gehen. Das gleiche trifft auch bei einer Rechteck-Welle zu. + + + Osc %1 stereo phase-detuning + Oszillator %1 Stereo Phasen-Verschiebung + + + Osc %1 stereo phase-detuning: + Oszillator %1 Stereo Phasen-Verschiebung: + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + Mit diesem Knopf können Sie die Stereo Phasen-Verschiebung von Oszillator %1 setzen. Die Stereo Phasen-Verschiebung gibt die Größe der Differenz zwischen den Phasen-Verschiebungen zwischen dem linken und rechten Kanal an. Das ist sehr gut, um großräumig-klingende Stereo-Sounds zu erzeugen. + + + + vestigeInstrument + + Open other VST-plugin + + + + Click here, if you want to open another VST-plugin. After clicking on this button, a file-open-dialog appears and you can select your file. + Klicken Sie hier, wenn Sie ein anderes VST-Plugin öffnen möchten. Nachdem Sie auf diesen Button geklickt haben, erscheint ein Datei-öffnen-Dialog und Sie können Ihre Datei wählen. + + + Open VST-plugin + VST-Plugn öffnen + + + DLL-files (*.dll) + DLL-Dateien (*.dll) + + + EXE-files (*.exe) + EXE-Dateien (*.exe) + + + No VST-plugin loaded + Kein VST-Plugin geladen + + + by + von + + + Show/hide VST-GUI + Zeige/verstecke VST-GUI + + + Click here to show or hide the graphical user interface (GUI) of your VST-plugin. + Klicken Sie hier, um die grafische Oberfläche (GUI) Ihers VST-Plugins anzuzeigen bzw. zu verstecken. + + + Failed loading VST-plugin + Laden des VST-Plugins fehlgeschlagen + + + The VST-plugin %1 could not be loaded for some reason. +If it runs with other VST-software under Linux, please contact an LMMS-developer! + Das VST-Plugin %1 konnte aus irgendeinem Grund nicht geladen werden. +Wenn es mit anderer VST-software unter Linux funktioniert, kontaktieren Sie bitte einen LMMS-Entwickler! + + + Loading plugin + Lade Plugin + + + Please wait while loading VST-plugin... + Bitte warten, während das VST-Plugin geladen wird... + + + Turn off all notes + Alle Noten ausschalten + + + + visualizationWidget + + click to enable/disable visualization of master-output + klicken, um Visualisierung des Masterausgangs an-/auszuschalten + + + diff --git a/data/locale/en.qm b/data/locale/en.qm new file mode 100755 index 000000000..6bd22c41d Binary files /dev/null and b/data/locale/en.qm differ diff --git a/data/locale/en.ts b/data/locale/en.ts new file mode 100755 index 000000000..659432e09 --- /dev/null +++ b/data/locale/en.ts @@ -0,0 +1,2148 @@ + + + aboutDialog + + About LMMS... + + + + Linux MultiMedia Studio + + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2005 LMMS-Developers + + + + Current language not translated. + +If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Just contact the maintainer! + + + + About + + + + Authors + + + + Translation + + + + License + + + + Close + + + + + arpAndChordsTabWidget + + octave + + + + Major + + + + Majb5 + + + + minor + + + + minb5 + + + + sus2 + + + + sus4 + + + + aug + + + + augsus4 + + + + tri + + + + 6 + + + + 6sus4 + + + + 6add9 + + + + m6 + + + + m6add9 + + + + 7 + + + + 7sus4 + + + + 7#5 + + + + 7b5 + + + + 7#9 + + + + 7b9 + + + + 7#5#9 + + + + 7#5b9 + + + + 7b5b9 + + + + 7add11 + + + + 7add13 + + + + 7#11 + + + + Maj7 + + + + Maj7b5 + + + + Maj7#5 + + + + Maj7#11 + + + + Maj7add13 + + + + m7 + + + + m7b5 + + + + m7b9 + + + + m7add11 + + + + m7add13 + + + + m-Maj7 + + + + m-Maj7add11 + + + + m-Maj7add13 + + + + 9 + + + + 9sus4 + + + + add9 + + + + 9#5 + + + + 9b5 + + + + 9#11 + + + + 9b13 + + + + Maj9 + + + + Maj9sus4 + + + + Maj9#5 + + + + Maj9#11 + + + + m9 + + + + madd9 + + + + m9b5 + + + + m9-Maj7 + + + + 11 + + + + 11b9 + + + + Maj11 + + + + m11 + + + + m-Maj11 + + + + 13 + + + + 13#9 + + + + 13b9 + + + + 13b5b9 + + + + Maj13 + + + + m13 + + + + m-Maj13 + + + + Harmonic minor + + + + Melodic minor + + + + Whole tone + + + + Diminished + + + + Major pentatonic + + + + Minor pentatonic + + + + Jap in sen + + + + Major bebop + + + + Dominant bebop + + + + Blues + + + + Arabic + + + + Enigmatic + + + + Neopolitan + + + + Neopolitan minor + + + + Hungarian minor + + + + Dorian + + + + Phrygolydian + + + + Lydian + + + + Mixolydian + + + + Aeolian + + + + Locrian + + + + Chords + + + + Chord range + + + + Chord range: + + + + octave(s) + + + + Use this knob for setting the chord range in octaves. The selected chord will be played within specified amount of octaves. + + + + Range + + + + Arpeggio + + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + + + + Arpeggio range + + + + Arpeggio range: + + + + Use this knob for setting the arpeggio range in octaves. The selected arpeggio will be played within specified amount of octaves. + + + + Arpeggio time + + + + Arpeggio time: + + + + ms + + + + Use this knob for setting the arpeggio time in milliseconds. The arpeggio time specifies how long each arpeggio-tone should be played. + + + + Arpeggio gate + + + + Arpeggio gate: + + + + % + + + + Use this knob for setting the arpeggio gate. The arpeggio gate specifies the percent of a whole arpeggio-tone that should be played. With this you can make cool staccato-arpeggios. + + + + Time + + + + Gate + + + + Direction: + + + + arpeggio direction = none = no arpeggio + + + + arpeggio direction = up + + + + arpeggio direction = down + + + + arpeggio direction = up and down + + + + arpeggio direction = random + + + + + audioFileProcessor + + Click here, if you want to open another audio-file. After clicking on this button, a file-open-dialog appears and you can select your file. Settings like Looping-Mode, start- and end-point, amplify-value and so on are not reset, so please don't wonder if your sample doesn't sound like the original one... + + + + If you enable this button, the whole sample is reversed. This is useful for cool effects, e.g. a reversed crash. + + + + Here you can set, whether Looping-Mode is enabled. If enabled, AudioFileProcessor loops between start- and end-point of a sample until the whole note is played. This is useful for things like string- and choir-samples. + + + + Amplify + + + + Amplify: + + + + With this knob you can set the amplify-ratio. When you set a value of 100% your sample isn't changed. Otherwise it will be amplified up or down (your actual sample-file isn't touched!) + + + + Start of sample + + + + Startpoint: + + + + With this knob you can set the point where AudioFileProcessor should begin playing your sample. If you enable Looping-Mode, this is the point to which AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + + + + End of sample + + + + Endpoint: + + + + With this knob you can set the point where AudioFileProcessor should stop playing your sample. If you enable Looping-Mode, this is the point where AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + + + + Activate this button, if your sample should be drawn with connected lines. This doesn't change the sound itself. It just gives you another view to your sample. + + + + Activate this button, if your sample should be drawn with dots. This doesn't change the sound itself. It just gives you another view to your sample. + + + + + bbEditor + + Beat+Bassline Editor + + + + Play/pause current beat/bassline (Space) + + + + Stop playing of current beat/bassline (Space) + + + + Click here, if you want to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. + + + + Click here, if you want to stop playing of current beat/bassline. + + + + + bbTCO + + Open in Beat+Bassline-Editor + + + + Reset name + + + + Change name + + + + Change color + + + + + bbTrack + + Beat/Bassline %1 + + + + + browser + + Browser + + + + Files + + + + Reload (F5) + + + + Send to active channel + + + + Open in new channel/Song-Editor + + + + Open in new channel/B+B Editor + + + + + channelTrack + + With this knob you can set the volume of the opened channel. + + + + Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature. + + + + Channel volume + + + + Channel volume: + + + + VOLUME + + + + FX CHNL + + + + Save current channel settings in a preset-file + + + + Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser. + + + + ENV/LFO/FILTER + + + + ARP/CHORD + + + + PLUGIN + + + + Save channel-settings in file + + + + Channel-Settings-File (*.cs.xml) + + + + + configManager + + Cancel + + + + < &Back + + + + Next > + + + + &Finish + + + + Setup LMMS + + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. + +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + + +Now click on 'Next' to get to the next page. + + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + + +Please select a directory: + + + + For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory. +When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size. + + + + + samples: + + + + copy + + + + link + + + + presets: + + + + demo projects: + + + + Welcome to LMMS + + + + Select working directory + + + + Copy or link files + + + + Choose LMMS-working-directory + + + + Directory not existing + + + + The directory you specified does not exist. Create it? + + + + Error in configuration-file + + + + Error while parsing configuration-file %1. +The setup-wizard will be shown for reconfiguring LMMS. + + + + Version mismatches + + + + Accordingly to the information in your LMMS-configuration-file you seem +to have run a different (probably older) version of LMMS before. +It is recommended to run the setup-wizard again to ensure that +the latest samples, presets, demo-projects etc. are installed in your +LMMS-working-directory. Run the setup-wizard now? + + + + Could not save config-file + + + + Could not save configuration file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + + + + + envelopeAndLFOWidget + + Predelay-time + + + + Predelay: + + + + Use this knob for setting predelay of the current envelope. The bigger this value the longer the time before start of actual envelope. + + + + Attack-time + + + + Attack: + + + + Use this knob for setting attack-time of the current envelope. The bigger this value the longer the envelope needs to increase to attack-level. Choose a small value for instruments like pianos and a big value for strings. + + + + Hold-time + + + + Hold: + + + + Use this knob for setting hold-time of the current envelope. The bigger this value the longer the envelope holds attack-level before it begins to decrease to sustain-level. + + + + Decay-time + + + + Decay: + + + + Use this knob for setting decay-time of the current envelope. The bigger this value the longer the envelope needs to decrease from attack-level to sustain-level. Choose a small value for instruments like pianos. + + + + Sustain-level + + + + Sustain: + + + + Use this knob for setting sustain-level of the current envelope. The bigger this value the higher the level on which the envelope stays before going down to zero. + + + + Release-time + + + + Release: + + + + Use this knob for setting release-time of the current envelope. The bigger this value the longer the envelope needs to decrease from sustain-level to zero. Choose a big value for soft instruments like strings. + + + + Modulation amount + + + + Modulation amount: + + + + Use this knob for setting modulation amount of the current envelope. The bigger this value the more the according size (e.g. volume or cutoff-frequency) will be influenced by this envelope. + + + + LFO-predelay-time + + + + LFO-predelay: + + + + Use this knob for setting predelay-time of the current LFO. The bigger this value the the time until the LFO starts to oscillate. + + + + LFO-attack-time + + + + LFO-attack: + + + + Use this knob for setting attack-time of the current LFO. The bigger this value the longer the LFO needs to increase its amplitude to maximum. + + + + LFO-speed + + + + LFO-speed: + + + + Use this knob for setting speed of the current LFO. The bigger this value the faster the LFO oscillates and the faster will be your effect. + + + + LFO-modulation-amount + + + + Use this knob for setting modulation amount of the current LFO. The bigger this value the more the selected size (e.g. volume or cutoff-frequency) will be influenced by this LFO. + + + + Click here if you want a sine-wave for current oscillator. + + + + Click here if you want a triangle-wave for current oscillator. + + + + Click here if you want a saw-wave for current oscillator. + + + + Click here if you want a square-wave for current oscillator. + + + + Click here if the frequency of this LFO should be multiplied with 100. + + + + multiply LFO-frequency with 100 + + + + Click here to make the envelope-amount controlled by this LFO. + + + + control envelope-amount by this LFO + + + + DELAY + + + + ATTACK + + + + HOLD + + + + DECAY + + + + SUSTAIN + + + + RELEASE + + + + AMOUNT + + + + SPEED + + + + ms/LFO: + + + + + envelopeTabWidget + + Vol + + + + Cut + + + + Res + + + + These tabs contain envelopes. They're very important for modifying a sound, for not saying that they're almost always neccessary for substractive synthesis. For example if you have a volume-envelope, you can set when the sound should have which volume-level. Maybe you want to create some soft strings. Then your sound has to fade in and out very softly. This can be done by setting a large attack- and release-time. It's the same for other envelope-targets like panning, cutoff-frequency of used filter and so on. Just monkey around with it! You can really make cool sounds out of a saw-wave with just some envelopes...! + + + + Filter + + + + LowPass + + + + HiPass + + + + BandPass csg + + + + BandPass czpg + + + + Notch + + + + Allpass + + + + Moog + + + + 2x LowPass + + + + 2x Moog + + + + Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound. + + + + cutoff-frequency + + + + cutoff-frequency: + + + + Hz + + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + + + + Q/Resonance + + + + Q/Resonance: + + + + Use this knob for setting Q/Resonance for the selected filter. Q/Resonance tells the filter, how much it should amplify frequencies near Cutoff-frequency. + + + + Filter-state (on/off) + + + + Use this knob for setting the state of this filter. When setting to 0, the filter isn't used (improves performance). Otherwise it's used. + + + + State + + + + + exportProjectDialog + + Could not open file + + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + + + + Uncompressed Wave-File (*.wav) + + + + Compressed OGG-File (*.ogg) + + + + Export project to %1 + + + + Type: + + + + kbps: + + + + variable bitrate + + + + use high-quality-mode (recommened) + + + + Export + + + + Cancel + + + + Export failed + + + + The project-export failed, because the output-file/-device could not be opened. +Make sure, you have write access to the selected file/device! + + + + Exporting project to %1 + + + + Linux MultiMedia Studio + + + + Rendering: + + + + + knob + + &Reset (%1%2) + + + + &Copy value (%1%2) + + + + &Paste value (%1%2) + + + + Connect to MIDI-device + + + + &Help + + + + + lmmsMainWin + + My projects + + + + My samples + + + + My presets + + + + Loading song... + + + + Creating new song... + + + + Creating GUI... + + + + Song management + + + + Create new project + + + + Ctrl+N + + + + Open existing project + + + + Ctrl+O + + + + Save current project + + + + Ctrl+S + + + + Export current project + + + + Ctrl+E + + + + Windows + + + + Show/Hide Beat+Bassline Editor + + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + + + + Show/Hide Piano-Roll + + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + + + + Show/Hide Project notes + + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + + + + Show/Hide Song-Editor + + + + By pressing this button, you can show or hide the Song-Editor. With the Song-Editor you can edit the song and set when and which track should be played. You can also insert and move samples (e.g. rap-samples) directly in the playlist. + + + + Show/Hide EffectBoard + + + + By pressing this button, you can show or hide the EffectBoard. The EffectBoard is a very powerful tool for managing effects for your song. You can insert effects into different effect-channels. + + + + &Project + + + + &New + + + + &Open... + + + + &Save + + + + Save &As... + + + + E&xport + + + + &Quit + + + + &Settings + + + + Show setup wizard + + + + &Help + + + + Help + + + + What's this? + + + + About + + + + LMMS %1 + + + + Open project + + + + MultiMedia Project (*.xml) + + + + Save project + + + + Setting up main-window and workspace... + + + + + pattern + + double-click to open this pattern in piano-roll + + + + Open in piano-roll + + + + Clear all notes + + + + Reset name + + + + Change name + + + + Refreeze + + + + Freeze + + + + Unfreeze + + + + Cannot freeze pattern + + + + The pattern currently cannot be freezed because you're in play-mode. Please stop and try again! + + + + Channel muted + + + + The channel this pattern belongs to is currently muted, so freezing makes no sense! Do you still want to continue? + + + + + patternFreezeStatusDialog + + Freezing pattern... + + + + Cancel + + + + + pianoRoll + + Play/pause current pattern (Space) + + + + Record notes from MIDI-device to current pattern + + + + Stop playing of current pattern (Space) + + + + Click here, if you want to play the current pattern. This is useful while editing it. The pattern is automatically looped when its end is reached. + + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can edit, play etc. them afterwards. + + + + Click here, if you want to stop playing of current pattern. + + + + Click if you want to draw, resize or move single notes (= key 'D') + + + + Click if you want to erase single notes (= key 'E') + + + + Click if you want to select notes (= key 'S') + + + + Click if you want to move selected notes (= key 'M') + + + + If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode. + + + + If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode. + + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + + + + Cut selected notes (Ctrl+X) + + + + Copy selected notes (Ctrl+C) + + + + Paste notes from clipboard (Ctrl+V) + + + + If you click here, selected notes will be cut into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + + + + If you click here, selected notes will be copied into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + + + + If you click here, the notes from the clipboard will be pasted at the first visible tact. + + + + Piano-Roll - no pattern + + + + Piano-Roll - %1 + + + + Please open a pattern by double-clicking on it! + + + + + pluckedStringSynth + + Pick position + + + + Pick position: + + + + Pickup position + + + + Pickup position: + + + + + projectNotes + + Project notes + + + + Put down your project notes here. + + + + Edit Actions + + + + &Undo + + + + Ctrl+Z + + + + &Redo + + + + Ctrl+Y + + + + &Copy + + + + Ctrl+C + + + + Cu&t + + + + Ctrl+X + + + + &Paste + + + + Ctrl+V + + + + Format Actions + + + + &Bold + + + + Ctrl+B + + + + &Italic + + + + Ctrl+I + + + + &Underline + + + + Ctrl+U + + + + &Left + + + + Ctrl+L + + + + C&enter + + + + Ctrl+E + + + + &Right + + + + Ctrl+R + + + + &Justify + + + + Ctrl+J + + + + &Color... + + + + + renameDialog + + Rename... + + + + + sampleBuffer + + Open audio file + + + + All Audio-Files (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + + + + Wave-Files (*.wav) + + + + OGG-Files (*.ogg) + + + + VOC-Files (*.voc) + + + + AIFF-Files (*.aif *.aiff) + + + + AU-Files (*.au) + + + + RAW-Files (*.raw) + + + + + sampleTCO + + double-click to select sample + + + + + sampleTrack + + Sample track + + + + + songEditor + + Song-Editor + + + + Song control + + + + Play song (Space) + + + + Play/pause song (Space) + + + + Click here, if you want to play your whole song. Playing will be started at the song-position-marker (green). You can also move it while playing. + + + + Stop song (Space) + + + + Click here, if you want to stop playing of your song. The song-position-marker will be set to the start of your song. + + + + BPM + + + + tempo of song + + + + The tempo of a song is specified in beats per minute (BPM). If you want to change the tempo of your song, change this value. Every tact has four beats, so the tempo in BPM specifies, how many tacts / 4 should be played within a minute (or how many tacts should be played within four minutes). + + + + master output volume + + + + master pitch + + + + Edit + + + + Add channel-track + + + + Add beat/bassline + + + + Add sample-track + + + + Insert bar at current tact (Shift+Insert) + + + + If you click here, a tact will be inserted at the current tact. + + + + Remove bar at current tact (Shift+Delete) + + + + If you click here, the tact at the current tact will be removed. + + + + Stop playing song (Space) + + + + Insert tact at current tact (Shift+Insert) + + + + Remove tact at current tact (Shift+Delete) + + + + Master output volume: + + + + Master output pitch: + + + + semitones + + + + Project not saved + + + + The current project was modified since last saving. Do you want to save it now? + + + + %1 saved. + + + + Project NOT saved. + + + + untitled + + + + Select file for project-export... + + + + File already exists + + + + The file "%1" already exists. Do you want to overwrite it? + + + + Could not open file + + + + Could not open file %1. You probably have no rights to read this file. Please make sure you have at least read-access to the file and try again. + + + + Error in multimedia-project + + + + The multimedia-project %1 seems to contain errors. LMMS will try its best to recover as much as possible data from this file. + + + + The file %1 already exists. +Do you want to overwrite it? + + + + Could not write file + + + + Could not write file %1. You probably are not permitted to write to this file. Please make sure you have write-access to the file and try again. + + + + + soundGenerator + + Error while loading plugin + + + + The %1-plugin wasn't found! Using AudioFileProcessor with default settings instead. + + + + + + surroundArea + + click to where this channel should be audible + + + + + trackContentObject + + Delete + + + + Cut + + + + Copy + + + + Paste + + + + + trackWidget + + Clone this track + + + + Delete this track + + + + Move this track up + + + + Move this track down + + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + + + + left click = mute this track +right click = mute all other tracks (solo) + + + + + tripleOscillator + + use frequency modulation for modulating oscillator 2 with oscillator 1 + + + + use amplitude modulation for modulating oscillator 2 with oscillator 1 + + + + mix output of oscillator 1 & 2 + + + + synchronize oscillator 1 with oscillator 2 + + + + use frequency modulation for modulating oscillator 3 with oscillator 2 + + + + use amplitude modulation for modulating oscillator 3 with oscillator 2 + + + + mix output of oscillator 2 & 3 + + + + synchronize oscillator 2 with oscillator 3 + + + + Osc %1 volume + + + + Osc %1 volume: + + + + With this knob you can set the volume of oscillator %1. When setting a value of 0 the oscillator is turned off. Otherwise you can hear the oscillator as loud as you set it here. + + + + Osc %1 panning + + + + Osc %1 panning: + + + + With this knob you can set the panning of the oscillator %1. A value of -100 means 100% left and a value of 100 moves oscillator-output right. + + + + Osc %1 coarse detuning + + + + Osc %1 coarse detuning: + + + + semitones + + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + + + + Osc %1 fine detuning left + + + + Osc %1 fine detuning left: + + + + cents + + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + + + + Osc %1 fine detuning right + + + + Osc %1 fine detuning right: + + + + With this knob you can set the fine detuning of oscillator %1 for the right channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + + + + Osc %1 phase-offset + + + + Osc %1 phase-offset: + + + + degrees + + + + With this knob you can set the phase-offset of oscillator %1. That means you can move the point within an oscillation where the oscillator begins to oscillate. For example if you have a sine-wave and have a phase-offset of 180 degrees the wave will first go down. It's the same with a square-wave. + + + + Osc %1 stereo phase-detuning + + + + Osc %1 stereo phase-detuning: + + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + + + + Click here if you want a sine-wave for current oscillator. + + + + Click here if you want a triangle-wave for current oscillator. + + + + Click here if you want a saw-wave for current oscillator. + + + + Click here if you want a square-wave for current oscillator. + + + + Click here if you want a moog-saw-wave for current oscillator. + + + + Click here if you want an exponential wave for current oscillator. + + + + Click here if you want a white-noise for current oscillator. + + + + Click here if you want a user-defined wave-shape for current oscillator. + + + + + visualizationWidget + + click to enable/disable visualization of master-output + + + + diff --git a/data/locale/es.qm b/data/locale/es.qm new file mode 100755 index 000000000..69ced9a7f Binary files /dev/null and b/data/locale/es.qm differ diff --git a/data/locale/es.ts b/data/locale/es.ts new file mode 100755 index 000000000..b2a11de5f --- /dev/null +++ b/data/locale/es.ts @@ -0,0 +1,2427 @@ + + + aboutDialog + + About LMMS... + Sobre LMMS... + + + About + Sobre + + + Authors + Autores + + + License + Licencia + + + Close + Cerrar + + + Linux MultiMedia Studio + Linux MultiMedia Studio + + + Translation + Traducción + + + Current language not translated. + +If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Just contact the maintainer! + Traducido por Mario Izquierdo (mariodebian@gmail.com) y por Johnny Saenz (saenzac@hotmail.com) + +Si estas interesado en contribuir con el proyecto y traducirlo en otro idioma, tu ayuda es bienvenida. Contacta con el desarrollador. + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2005 LMMS-Developers + +http://lmms.sourceforge.net + + + + + arpAndChordsTabWidget + + octave + Octava + + + Major + Mayor + + + Majb5 + Mayor5 + + + minor + menor + + + minb5 + menor5 + + + sus2 + sus2 + + + sus4 + sus4 + + + aug + aug + + + augsus4 + augsus4 + + + tri + tri + + + 6 + 6 + + + 6sus4 + 6sus4 + + + 6add9 + madd9 + + + m6 + m6 + + + m6add9 + m6add9 + + + 7 + 7 + + + 7sus4 + 7sus4 + + + 7#5 + 7#5 + + + 7b5 + 7b5 + + + 7#9 + 7#9 + + + 7b9 + 7b9 + + + 7#5#9 + 7#5#9 + + + 7#5b9 + 7#5b9 + + + 7b5b9 + 7b5b9 + + + 7add11 + 7add11 + + + 7add13 + 7add13 + + + 7#11 + 7#11 + + + Maj7 + Maj7 + + + Maj7b5 + Maj7b5 + + + Maj7#5 + Maj7#5 + + + Maj7#11 + Maj7#11 + + + Maj7add13 + Maj7add13 + + + m7 + m7 + + + m7b5 + m7b5 + + + m7b9 + m7b9 + + + m7add11 + m7add11 + + + m7add13 + m7add13 + + + m-Maj7 + m-Maj7 + + + m-Maj7add11 + m-Maj7add11 + + + m-Maj7add13 + m-Maj7add13 + + + 9 + 9 + + + 9sus4 + 9sus4 + + + add9 + add9 + + + 9#5 + 9#5 + + + 9b5 + 9b5 + + + 9#11 + 9#11 + + + 9b13 + 9b13 + + + Maj9 + Maj9 + + + Maj9sus4 + Maj9sus4 + + + Maj9#5 + Maj9#5 + + + Maj9#11 + Maj9#11 + + + m9 + m9 + + + madd9 + madd9 + + + m9b5 + m9b5 + + + m9-Maj7 + m9-Maj7 + + + 11 + 11 + + + 11b9 + 11b9 + + + Maj11 + Maj11 + + + m11 + m11 + + + m-Maj11 + m-Maj11 + + + 13 + 13 + + + 13#9 + 13#9 + + + 13b9 + 13b9 + + + 13b5b9 + 13b5b9 + + + Maj13 + Maj13 + + + m13 + m13 + + + m-Maj13 + m-Maj13 + + + Chord range: + Rango de acorde: + + + octave(s) + octava(s) + + + Use this knob for setting the chord range in octaves. The selected chord will be played within specified amount of octaves. + Usa este control para ajustar el rango de acorde en octavas. El acorde seleccionado será reproducido sin especificar la cantidad de octavas. + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + #, fuzzy + Un arpeggio es un tipo de reproducción (especialmente desenchufada) de instrumentos, que hace la música más animada. Las cuerdas de dichos instrumentos (ejemplo arpas) son tocadas como acordes, la única diferencia es, que esto se hace en orden secuencial por eso las notas no suenan al mismo tiempo. Arpeggios típicos son mayores o menores triadas. Pero existen muchos tipos de acordes que puedes seleccionar. + + + Arpeggio range: + Rango de Arpeggio: + + + Use this knob for setting the arpeggio range in octaves. The selected arpeggio will be played within specified amount of octaves. + Use este control para ajustar el rango de acorde en octavas. El acorde seleccionado será reproducido sin especificar la cantidad de octavas. + + + Arpeggio time: + Tiempo de Arpeggio: + + + ms + ms + + + Use this knob for setting the arpeggio time in milliseconds. The arpeggio time specifies how long each arpeggio-tone should be played. + Use este control para ajustar el intervalo arpeggio en milisegundos. El intervalo de arpeggion indica cuanto durará cada tono de arpeggio. + + + Arpeggio gate: + Puerto de Arpeggio: + + + % + % + + + Use this knob for setting the arpeggio gate. The arpeggio gate specifies the percent of a whole arpeggio-tone that should be played. With this you can make cool staccato-arpeggios. + Usa este control para ajustar el puerto del arpeggio. El puerto del arpeggio indica el porcentaje del tono de arpeggio que será reproducido. Con esto se pueden conseguir buenos staccato-arpeggios. + + + arpeggio direction = up + Arpeggio dirección = arriba + + + arpeggio direction = down + Arpeggio dirección = abajo + + + arpeggio direction = up and down + Arpeggio dirección = arriba y abajo + + + arpeggio direction = random + Arpeggio dirección = aleatorio + + + Chord range + Rango de acorde + + + Arpeggio range + Rango de Arpeggio + + + Arpeggio time + Tiempo de Arpeggio + + + Arpeggio gate + Puerto de Arpeggio + + + Harmonic minor + Menor armónico + + + Melodic minor + Menor de la melodía + + + Whole tone + Tono entero + + + Major pentatonic + Mayor pentatónico + + + Minor pentatonic + Menor pentatónico + + + Jap in sen + + + + Major bebop + Mayor Bebop + + + Dominant bebop + Bebop dominante + + + Blues + Blues + + + Arabic + Árabe + + + Enigmatic + Enigmatico + + + Neopolitan + Neopolita + + + Neopolitan minor + Menor Neopolita + + + Hungarian minor + Menor Húngaro + + + Dorian + Dorian + + + Phrygolydian + #, fuzzy + Phrygolydian + + + Lydian + Lidio + + + Mixolydian + #, fuzzy + Mixolydian + + + Aeolian + #, fuzzy + Aeolian + + + Locrian + #, fuzzy + Locrian + + + Diminished + Disminuido + + + Phrygolydian + Phrygolydian + + + Mixolydian + Mixolydian + + + Aeolian + Aeolian + + + Locrian + Locrian + + + CHORDS + + + + RANGE + + + + ARPEGGIO + + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + Un arpeggio es un tipo de reproducción (especialmente desenchufada) de instrumentos, que hace la música más animada. Las cuerdas de dichos instrumentos (ejemplo arpas) son tocadas como acordes, la única diferencia es, que esto se hace en orden secuencial por eso las notas no suenan al mismo tiempo. Arpeggios típicos son mayores o menores triadas. Pero existen muchos tipos de acordes que puedes seleccionar. + + + TIME + + + + GATE + + + + DIRECTION: + + + + + audioFileProcessor + + Amplify: + Amplificar: + + + With this knob you can set the amplify-ratio. When you set a value of 100% your sample isn't changed. Otherwise it will be amplified up or down (your actual sample-file isn't touched!) + Con este control puede indicar el rango de amplificación. Cuando indica un valor de 100% la muestra no será cambiada. De otra forma será amplificada para arriba o abajo (la muestra actual no será modificada) + + + Startpoint: + Punto inicial: + + + With this knob you can set the point where AudioFileProcessor should begin playing your sample. If you enable Looping-Mode, this is the point to which AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Con este control puede indicar el punto donde el procesador de audio comenzará a reproducir la muestra. Si activa el modo repetición, este será el punto donde el procesador de audio regresará si la nota es mayor que la muestra entre el punto de comienzo y el final. + + + Endpoint: + Punto final: + + + With this knob you can set the point where AudioFileProcessor should stop playing your sample. If you enable Looping-Mode, this is the point where AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Con este control puede indicar el punto donde el procesador de audio parará de reproducir la muestra. Si activa el modo repetición, este será el punto donde el procesador de audio regresará si la nota es mayor que la muestra entre el punto de comienzo y el final. + + + Click here, if you want to open another audio-file. After clicking on this button, a file-open-dialog appears and you can select your file. Settings like Looping-Mode, start- and end-point, amplify-value and so on are not reset, so please don't wonder if your sample doesn't sound like the original one... + Haga click aquí si quiere abrir otro editor de archivos de audio. Después de hacer click en este botón aparecerá un diálogo donde podrá seleccionar el archivo. Los ajustes de configuración como modo repetición puntos de entrada o salida, valor de amplificación y demás no serán reiniciados, por tanto no se preocupe si la muestra no suena como la original... + + + Here you can set, whether Looping-Mode is enabled. If enabled, AudioFileProcessor loops between start- and end-point of a sample until the whole note is played. This is useful for things like string- and choir-samples. + Aquí puede indicar si el modo repetición estará activado. Si lo activa el procesador de audio entrará en un bucle desde el punto inicial y el final hasta que la nota sea reproducida. Esto es útil para sonidos como cuerdas o muestras. + + + Activate this button, if your sample should be drawn with connected lines. This doesn't change the sound itself. It just gives you another view to your sample. + Active este botón, si la muestra debe ser dibujada con líneas de conexión. Esto no afecta el sonido propiemente. Da una nueva forma de ver la muestra. + + + Activate this button, if your sample should be drawn with dots. This doesn't change the sound itself. It just gives you another view to your sample. + Active este botón, si la muestra debe ser dibujada como puntos. Esto no afecta el sonido propiemente. Da una nueva forma de ver la muestra. + + + Amplify + Amplificar + + + Start of sample + Inicio de la muestra + + + End of sample + Fin de la muestra + + + + + + + If you enable this button, the whole sample is reversed. This is useful for cool effects, e.g. a reversed crash. + Si activa este botón la muestra será reproducida al revés. Esto es útil para buenos efectos, como por ejemplo, golpes del revés. + + + Open other sample + + + + Reverse sample + + + + Loop sample at start- and end-point + + + + AMP + + + + START + + + + END + + + + + bbEditor + + Play/pause current beat/bassline (Space) + Reproducir/pausar el ritmo base actual (espacio) + + + Stop playing of current beat/bassline (Space) + Parar el ritmo base actual (espacio) + + + Click here, if you want to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. + Click aquí si quiere reproducir el ritmo base actual. El ritmo base será automáticamente reproducido cíclicamente cuando llegue al final. + + + Click here, if you want to stop playing of current beat/bassline. + Click aquí si quiere parar el ritmo base actual. + + + Beat+Bassline Editor + Editor Ritmo+Línea base + + + + bbTCO + + Change name + Cambiar nombre + + + Reset name + Reiniciar nombre + + + Change color + Cambiar color + + + Open in Beat+Bassline-Editor + Abrir en Editor de Ritmo Base + + + + bbTrack + + Beat/Bassline %1 + Ritmo base %1 + + + + browser + + Files + Archivos + + + Browser + Navegador + + + Reload (F5) + Recargar (F5) + + + Send to active channel + Enviar al canal activo + + + Open in new channel/B+B Editor + Abrir en un nuevo canal/Editor B+B + + + Open in new channel/Song-Editor + Abrir en un nuevo canal/Editor de canción + + + + channelTrack + + With this knob you can set the volume of the opened channel. + Con este control puede indicar el volumen del canal actual. + + + Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature. + Dentro de este rectángulo puede indicar la posición donde el canal será audible. Necesita una tarjeta de sonido 4.0 para disfrutar de esta opción. + + + Save current channel settings in a preset-file + Guardar configuración actual del canal en un archivo de plantilla + + + Channel volume + Volumen del canal + + + Channel volume: + Volumen del canal + + + Channel-Settings-File (*.cs.xml) + Archivo de configuración del canal (*.cs.xml) + + + Save channel-settings in file + Guardar configuración del canal en archivo + + + VOLUME + VOLUMEN + + + FX CHNL + CANAL FX + + + ENV/LFO/FILTER + ENV/LFO/FILTRO + + + ARP/CHORD + ARP/CHORD + + + PLUGIN + PLUGIN + + + Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser. + Click aquí, si quiere guardar la configuración del canal en una plantilla. Después podrá cargarlo haciendo doble click en el navegador de plantillas. + + + VOL + + + + + configManager + + Setup LMMS + Configuración de LMMS + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. + +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + + +Now click on 'Next' to get to the next page. + LMMS necesita ser configurado para funcionar correctamente. Este asistente le ayudará a configurar sus opciones personales. + +Si no está seguro de lo que se le pregunta, simplemente presione 'Siguiente'. LMMS configurará las mejores opciones automáticamente. + +Ahora presione 'Siguiente' para ir a la siguiente página. + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + + +Please select a directory: + Cuando trabaje con LMMS se necesita un directorio de trabajo. Este directorio se usará para guardar proyectos, plantillas, muestras etc. + +Por favor seleccione un directorio: + + + For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory. +When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size. + + Para usar las plantillas y muestras de LMMS y disfrutar de los sonidos de prueba los archivos necesarios deben de ser copiados o enlazados a su directorio LMMS de trabajo. +Si copia los archivos podrá modificarlos, pero se necesita espacio adicional en el directorio de trabajo. Si enlaza los archivos, no podrá modificarlos, pero no necesitará espacio extra. Por esto es recomendado copiar las plantillas y los proyectos de demostración y enlazar las muestras, que son las que más ocupan. + + + samples: + Muestras: + + + copy + copiar + + + link + enlace + + + presets: + plantillas: + + + demo projects: + Proyectos de demostración: + + + Welcome to LMMS + Bienvenido a LMMS + + + Select working directory + Seleccionar directorio de trabajo + + + Copy or link files + Copiar o enlazar archivos + + + Choose LMMS-working-directory + Seleccionar directorio de trabajo para LMMS + + + Directory not existing + El directorio no existe + + + Error in configuration-file + Error en archivo de configuración + + + Error while parsing configuration-file %1. +The setup-wizard will be shown for reconfiguring LMMS. + Error leyendo archivo de configuración %1. +El asistente aparecerá de nuevo para reconfigurar LMMS. + + + The directory you specified does not exist. Create it? + El directorio especificado no existe. ¿Crear? + + + < &Back + < &Volver + + + &Finish + &Finalizar + + + Could not save config-file + No se pudo guardar el archivo de configuración + + + Could not save configuration file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + NO se pudo guardar el archivo de configuración %1. Probablemente no tenga permisos de escritura en ese archivo. +Por favor, compruebe que tiene permisos de escritura en ese archivo e inténtelo de nuevo. + + + Version mismatches + Diferencias de versión + + + Accordingly to the information in your LMMS-configuration-file you seem +to have run a different (probably older) version of LMMS before. +It is recommended to run the setup-wizard again to ensure that +the latest samples, presets, demo-projects etc. are installed in your +LMMS-working-directory. Run the setup-wizard now? + Debido a la información obtenida del archivo de configuración de LMMS parece que ha ejecutado una versión de LMMS (probablemente más vieja) que la versión actual. Se recomienda ejecutar el asistente de nuevo para asegurarse que dispone de las últimas muestras, plantillas, proyectos de demostración, etc.. instalados en su directorio de trabajo. ¿Ejecutar el asistente ahora? + + + &Cancel + &Cancelar + + + &Next > + &Siguiente > + + + + envelopeAndLFOWidget + + Predelay: + Pre retraso: + + + Use this knob for setting predelay of the current envelope. The bigger this value the longer the time before start of actual envelope. + Use este control para configurar el pre-retraso de la envolvente actual. A mayor valor mayor el tiempo antes del inicio de la envolvente actual. + + + Attack: + Ataque: + + + Use this knob for setting attack-time of the current envelope. The bigger this value the longer the envelope needs to increase to attack-level. Choose a small value for instruments like pianos and a big value for strings. + Use este control para configurar el tiempo de ataque de la envolvente actual. A mayor valor mayor tiempo necesitará la envolvente para alcanzar el nivel de ataque. Escoja un valor pequeño para instrumentos como pianos y alto para cuerdas. + + + Hold: + Hold: + + + Use this knob for setting hold-time of the current envelope. The bigger this value the longer the envelope holds attack-level before it begins to decrease to sustain-level. + Use este control para configurar el tiempo de mantenimiento de la envolvente actual. A mayor valor mayor tiempo se mantendrá el nivel de ataque hasta que comience a disminuir hasta el nivel de sostenido. + + + Decay: + Decay: + + + Use this knob for setting decay-time of the current envelope. The bigger this value the longer the envelope needs to decrease from attack-level to sustain-level. Choose a small value for instruments like pianos. + Use este control para configurar el tiempo de caída de la envolvente actual. A mayor valor mayor tiempo necesitará la envolvente para pasar del nivel de ataque a sostenido. Escoja un valor pequeño para instrumentos como pianos. + + + Sustain: + Sustain: + + + Use this knob for setting sustain-level of the current envelope. The bigger this value the higher the level on which the envelope stays before going down to zero. + Use este control para configurar el nivel de sostenido de la envolvente actual. A mayor valor mayor tiempo tardará la envolvente hasta llegar a cero. + + + Release: + Release: + + + Modulation amount: + Cantidad de modulación: + + + LFO-predelay: + LFO-pre retraso: + + + Use this knob for setting predelay-time of the current LFO. The bigger this value the the time until the LFO starts to oscillate. + Use este control para configurar el pre-retraso del LFO actual. A mayor valor, mayor tiempo hasta que el LFO comience a oscilar. + + + LFO-attack: + LFO-ataque: + + + Use this knob for setting attack-time of the current LFO. The bigger this value the longer the LFO needs to increase its amplitude to maximum. + Use este control para configurar el tiempo de ataque del LFO actual. A mayor valor mayor tiempo necesitara el LFO para aumentar su amplitud al máximo. + + + LFO-speed: + LFO-velocidad: + + + Use this knob for setting speed of the current LFO. The bigger this value the faster the LFO oscillates and the faster will be your effect. + Use este control para configurar la velocidad del LFO actual: A mayor valor más rápido oscilará el LFO y mayor será el efecto. + + + Use this knob for setting modulation amount of the current LFO. The bigger this value the more the selected size (e.g. volume or cutoff-frequency) will be influenced by this LFO. + Use este control para configurar la modulación del actual LFO. A mayor valor mayor cantidad seleccionada (por ejemplo de volumen o frecuencia de corte) será influenciado por este LFO. + + + Click here if you want a sine-wave for current oscillator. + Haga click aquí si quiere una onda sinusoidal para oscilador actual. + + + Click here if you want a triangle-wave for current oscillator. + Haga click aquí si quiere una forma triangular para oscilador actual. + + + Click here if you want a saw-wave for current oscillator. + Haga click aquí si quiere una onda de diente de sierra para oscilador actual. + + + Click here if you want a square-wave for current oscillator. + Haga click aquí si quiere una onda cuadrada para oscilador actual. + + + ms/LFO: + ms/LFO: + + + Predelay-time + Tiempo de pre-retraso + + + Attack-time + Intervalo de ataque + + + Hold-time + Hold-time + + + Decay-time + Decay-time + + + Sustain-level + Sustain-level + + + Release-time + Release-time + + + Modulation amount + Cantidad de modulación + + + LFO-predelay-time + LFO-intervalo-prerretraso + + + LFO-attack-time + LFO-intervalo-ataque + + + LFO-speed + LFO-velocidad + + + LFO-modulation-amount + LFO-cantidad-modulación + + + Use this knob for setting release-time of the current envelope. The bigger this value the longer the envelope needs to decrease from sustain-level to zero. Choose a big value for soft instruments like strings. + Use este control para configurar el intervalo de sostenido de la envolvente actual. A mayor valor, la envolvente necesitará más tiempo para pasar de sostenido a cero. Escoja un valor grande para instrumentos suaves como cuerdas. + + + Use this knob for setting modulation amount of the current envelope. The bigger this value the more the according size (e.g. volume or cutoff-frequency) will be influenced by this envelope. + Use este control para configurar la cantidad de modulación de la envolvente actual. A mayor valor mayor valor de acorde (ejemplo volumen o corte de frecuencia) será influenciado por esta envolvente. + + + Click here if the frequency of this LFO should be multiplied with 100. + Click aquí si la frecuencia de este LFO tiene que ser multiplicada por 100 + + + multiply LFO-frequency with 100 + frecuencia múltiple de LFO con 100 + + + Click here to make the envelope-amount controlled by this LFO. + Click aquí para crear la envolvente controlada por este LFO + + + control envelope-amount by this LFO + controla la cantidad de envolventepara este LFO + + + HOLD + HOLD + + + DEL + + + + ATT + + + + DEC + + + + SUST + + + + REL + + + + AMT + + + + SPD + + + + FREQ x 100 + + + + MODULATE ENV-AMOUNT + + + + + envelopeTabWidget + + LowPass + PasoBajo + + + HiPass + PasoAlto + + + BandPass csg + PasoBanda csg + + + BandPass czpg + PasoBanda czpg + + + Notch + Notch + + + Allpass + PasaTodo + + + Moog + Moog + + + Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound. + Aquí puede seleccionar el filtro incorporado que desea usar para este canal. Los filtros son muy importantes para cambiar las características del sonido. + + + Hz + Hz + + + Q/Resonance: + Q/Resonancia: + + + Use this knob for setting Q/Resonance for the selected filter. Q/Resonance tells the filter, how much it should amplify frequencies near Cutoff-frequency. + Use este control para establecer la Q/Resonancia para el filtro seleccionado. Q/Resonancia dice al filtro cuanto mas debe amplificar las frecuencias cerca de la frecuencia límite. + + + Q/Resonance + Q/Resonancia. + + + 2x LowPass + 2x PasoBajo + + + 2x Moog + 2x Moog + + + These tabs contain envelopes. They're very important for modifying a sound, for not saying that they're almost always neccessary for substractive synthesis. For example if you have a volume-envelope, you can set when the sound should have which volume-level. Maybe you want to create some soft strings. Then your sound has to fade in and out very softly. This can be done by setting a large attack- and release-time. It's the same for other envelope-targets like panning, cutoff-frequency of used filter and so on. Just monkey around with it! You can really make cool sounds out of a saw-wave with just some envelopes...! + Estas solapas contienen envolventes. Estas son muy importantes para modificar el sonido, por no decir que son siempre necesarios para la sintesis !sustractiva!. Por ejemplo si usted tiene la envolvente de volumen, usted puede establecer cuando el sonido... + + + cutoff-frequency + límite de frecuencia + + + cutoff-frequency: + límite de frecuencia: + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + #, fuzzy + Use este control para especificar el límite de frecuencia para el filtro seleccionado. El límite de frecuencia especifica la frecuencia para cortar la señal por el filtro. Por ejemplo un filtro de paso bajo cortara todas las frecuencias que se encuentran por encima del limite de frecuencia. Un filtro de paso alto cortara todas las frecuencias por debajo de la frecuencia límite, etc + + + VOLUME + VOLUMEN + + + CUTOFF + + + + Q/RESO + + + + FILTER + + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + Use este control para especificar el límite de frecuencia para el filtro seleccionado. El límite de frecuencia especifica la frecuencia para cortar la señal por el filtro. Por ejemplo un filtro de paso bajo cortara todas las frecuencias que se encuentran por encima del limite de frecuencia. Un filtro de paso alto cortara todas las frecuencias por debajo de la frecuencia límite, etc + + + + exportProjectDialog + + Could not open file + No se puede abrir el archivo + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + No se puede abrir el archivo %1 para escritura. Por favor asegúrese de tener permisos de escritura sobre el archivo y el directorio que contiene al archivo, e inténtelo de nuevo! + + + Uncompressed Wave-File (*.wav) + Archivo Wave sin comprimir (*.wav) + + + Compressed OGG-File (*.ogg) + Archivo OGG comprimido (*.ogg) + + + Type: + Tipo + + + kbps: + kbps: + + + variable bitrate + bitrate variable + + + use high-quality-mode (recommened) + usar modo de alta calidad (recomendado) + + + Export + Exportar + + + Cancel + Cancelar + + + Export failed + La exportación falló + + + Linux MultiMedia Studio + Linux MultiMedia Studio + + + Rendering: + Renderizando: + + + Export project to %1 + Exportar proyecto a %1 + + + The project-export failed, because the output-file/-device could not be opened. +Make sure, you have write access to the selected file/device! + La exportación del proyecto falló, debido a que la salida del archivo/dispositivo no fue abierta. Asegurese, de tener permisos de escritura sobre el archivo/dispositivo seleccionado! + + + Exporting project to %1 + Exportando proyecto a %1 + + + + knob + + &Help + &Ayuda + + + &Reset (%1%2) + &Restaurar (%1%2) + + + &Copy value (%1%2) + &Copiar valor (%1%2) + + + &Paste value (%1%2) + &Pegar valor (%1%2) + + + Connect to MIDI-device + Conectar a dispositivo MIDI + + + + lmmsMainWin + + Windows + Ventanas + + + Setting up main-window and workspace... + Preparando ventana principal y espacio de trabajo... + + + Creating new song... + Creando nueva canción... + + + Creating GUI... + Creando interfaz... + + + Show/Hide EffectBoard + Mostrar/Ocultar tablero de efectos + + + &New + &Nuevo + + + &Open... + &Abrir + + + &Save + &Guardar + + + Save &As... + Guardar &Como... + + + E&xport + E&xportar + + + &Quit + &Salir + + + Help + Ayuda + + + About + Acerca de + + + &Help + &Ayuda + + + Show/Hide Piano-Roll + Mostrar/Ocultar Piano-Roll + + + What's this? + ¿Qué es esto? + + + Show/Hide Beat+Bassline Editor + Mostrar/Ocultar Editor Ritmo Base + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + #, fuzzy + Al presionar este botón usted podrá mostrar u ocultar el editor !Beat+Bassline!. El editor !Beat+Bassline! es necesario para configurar las marcas, aperturas, agregar y remover canales, cortar, copiar, pegar marcas y patrones bassline, entre otras cosas. + + + Show/Hide Song-Editor + Mostrar/Ocultar Editor de Canción + + + By pressing this button, you can show or hide the Song-Editor. With the Song-Editor you can edit the song and set when and which track should be played. You can also insert and move samples (e.g. rap-samples) directly in the playlist. + #, fuzzy + Al presionar este botón, usted puede mostrar u ocultar el editor de canción. Con el editor de canción usted podré editar las canciones y establecer cuando y que pista debe ser tocada. Usted también puede insertar y mover los ejemplos (e.g. rap-samples) directamente en el playlist + + + My samples + Mis ejemplos + + + My presets + Mis plantillas + + + My projects + Mis proyectos + + + Loading song... + Abriendo canción... + + + &Settings + &Ajustes + + + Show setup wizard + Mostrar el asistente de configuración + + + MultiMedia Project (*.xml) + Proyecto Multimedia (*.xml) + + + Show/Hide Project notes + Mostrar/Ocultar Notas de Proyecto + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + Al presionar este botón, usted podrá mostrar u ocultar la ventana de notas de proyecto. En esta ventana usted puede colocar sus notas de proyecto + + + By pressing this button, you can show or hide the EffectBoard. The EffectBoard is a very powerful tool for managing effects for your song. You can insert effects into different effect-channels. + Al presionar este botón, usted podrá mostrar u ocultar el !EffectBoard!. El !EffectBoard! es una herramienta muy poderosa para administrar los efectos de sus canciones. Usted puede insertar efectos en los diferentes canales. + + + LMMS %1 + LMMS %1 + + + Create new project + Crear nuevo proyecto + + + Ctrl+N + Ctrl+N + + + Open existing project + Abrir proyecto existente + + + Ctrl+O + Ctrl+O + + + Save current project + Guardar el proyecto actual + + + Ctrl+S + Ctrl+S + + + Export current project + Exportar proyecto actual + + + Ctrl+E + Ctrl+E + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + Al presionar este botón, usted podrá mostrar u ocultar el Piano-Roll. Con la ayuda del Piano-Roll usted podrá editar patrones de melodía de la forma fácil. + + + &Project + &Proyecto + + + Open project + Abrir Proyecto + + + Save project + Guardar proyecto + + + Song management + Gestión de canciones + + + Import file + Importar archivo + + + My home + + + + Root directory + + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + Al presionar este botón usted podrá mostrar u ocultar el editor !Beat+Bassline!. El editor !Beat+Bassline! es necesario para configurar las marcas, aperturas, agregar y remover canales, cortar, copiar, pegar marcas y patrones bassline, entre otras cosas. + + + By pressing this button, you can show or hide the Song-Editor. With the Song-Editor you can edit the song and set when and which track should be played. You can also insert and move samples (e.g. rap-samples) directly in the playlist. + Al presionar este botón, usted puede mostrar u ocultar el editor de canción. Con el editor de canción usted podré editar las canciones y establecer cuando y que pista debe ser tocada. Usted también puede insertar y mover los ejemplos (e.g. rap-samples) directamente en el playlist + + + + pattern + + Change name + Cambiar nombre + + + Reset name + Restaurar nombre + + + Freeze + Congelar + + + Unfreeze + Descongelar + + + Clear all notes + Borrar todas las notas + + + Cannot freeze pattern + No se puede congelar el patrón + + + The pattern currently cannot be freezed because you're in play-mode. Please stop and try again! + El patrón actual no puede ser congelado debido a que usted esta en el modo de reproducción. Por favor detenga la reproducción y vuelva a intentarlo! + + + double-click to open this pattern in piano-roll + doble click para abrir este patrón en el rollo de piano. + + + Open in piano-roll + #, fuzzy + Abrir en piano-roll + + + Refreeze + #, fuzzy + Recongelar + + + Channel muted + Canal silenciado + + + The channel this pattern belongs to is currently muted, so freezing makes no sense! Do you still want to continue? + El canal al que pertenece este patrón actualmente esta silenciado, así que congelarla no tiene sentido! Aún así desea continuar? + + + Open in piano-roll + Abrir en piano-roll + + + Refreeze + Recongelar + + + + patternFreezeStatusDialog + + Freezing pattern... + Congelando patrón... + + + Cancel + Cancelar + + + + pianoRoll + + Click if you want to draw, resize or move single notes (= key 'D') + #, fuzzy + Click si usted desea dibujar, redimensionar o solo mover las notas simples ( = tecla 'D') + + + Click if you want to erase single notes (= key 'E') + Click si usted desea borrar notas simples (= tecla 'E') + + + Click if you want to select notes (= key 'S') + Click si usted desea seleccionar notas (= tecla 'S') + + + Click if you want to move selected notes (= key 'M') + Click si usted desea mover las notas seleccionadas (= tecla 'M') + + + If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode. + Si hace click aqui, el modo \"erase\" sera activado. En este modo usted puede borrar las notas. Usted también puede presionar 'E' en su teclado para activar este modo. + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + #, fuzzy + Si hace click aqui, el modo \"select\" sera activado. En este modo usted puede seleccionar notas. Esto es necesario si usted desea cortar, copiar, pegar, borrar o mover notas. Usted además puede presionar 'S' en su teclado para activar este modo. + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + #, fuzzy + Si hace click aqui, el modo \"move\" sera activado. En este modo usted puede mover las notas que ha seleccionado en el modo \"select\". Usted puede además presionar 'M' en su teclado para activar este modo. + + + Cut selected notes (Ctrl+X) + Cortar las notas seleccionadas (Ctrl+X) + + + Copy selected notes (Ctrl+C) + Copiar las notas seleccionadas (Ctrl+C) + + + If you click here, selected notes will be cut into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + Si hace click aqui, las notas seleccionadas seran cortadas en el portapapeles. Usted puede pegarlas donde quiera, en cualquier patrón, al hacer click en el botón de pegado. + + + If you click here, selected notes will be copied into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + Si hace click aquí, las notas seleccionadas serán copiadas al portapapeles. Usted puede pegarlas donde quiera, en cualquier patrón, al hacer click en el botón de pegado. + + + If you click here, the notes from the clipboard will be pasted at the first visible tact. + Si hace click aqui, las notas del portapapeles seran pegadas en el primer compás visible. + + + Paste notes from clipboard (Ctrl+V) + Pegar notas desde el portapapeles (Ctrl+V) + + + Play/pause current pattern (Space) + Reproducir/Pausar el patrón actual (Espaciador) + + + Stop playing of current pattern (Space) + Detener la reproducción del patrón actual (Espaciador) + + + Click here, if you want to play the current pattern. This is useful while editing it. The pattern is automatically looped when its end is reached. + Click aquí si usted desea reproducir el patrón actual. Esto es útil para editarlo. El patrón se restaura automáticamente cuando alcanza su extremo. + + + Click here, if you want to stop playing of current pattern. + Click aquí, si usted desea detener la reproducción del patrón actual. + + + If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode. + Si hace click aquí, el modo dibujo sera activado. En este modo usted puede agregar, redimensionar y mover notas simples. Este es el modo por defecto que es usado todo el tiempo. Usted puede también presionar 'D' en su teclado para activar este modo. + + + Piano-Roll - %1 + #, fuzzy + Piano-Roll - %1 + + + Record notes from MIDI-device to current pattern + Grabar las notas desde el dispositivo MIDI al patrón actual. + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can edit, play etc. them afterwards. + #, fuzzy + Click aquí si usted desea grabar las notas de un dispositivo MIDI o del piano virtual de prueba, de acuerdo a la actual ventana del canal, al patrón actual. Cuando se graban todas las notas que usted reproduce, serán escritas a este patrón y usted podrá editarlas, reproducirlas, etc. + + + Piano-Roll - no pattern + Piano Roll - ningún patrón + + + Please open a pattern by double-clicking on it! + Por favor abra el patrón haciendo doble click sobre él! + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can edit, play etc. them afterwards. + Click aquí si usted desea grabar las notas de un dispositivo MIDI o del piano virtual de prueba, de acuerdo a la actual ventana del canal, al patrón actual. Cuando se graban todas las notas que usted reproduce, serán escritas a este patrón y usted podrá editarlas, reproducirlas, etc. + + + Click if you want to draw, resize or move single notes (= key 'D') + Click si usted desea dibujar, redimensionar o solo mover las notas simples ( = tecla 'D') + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + Si hace click aqui, el modo \"select\" sera activado. En este modo usted puede seleccionar notas. Esto es necesario si usted desea cortar, copiar, pegar, borrar o mover notas. Usted además puede presionar 'S' en su teclado para activar este modo. + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + Si hace click aqui, el modo \"move\" sera activado. En este modo usted puede mover las notas que ha seleccionado en el modo \"select\". Usted puede además presionar 'M' en su teclado para activar este modo. + + + Piano-Roll - %1 + Piano-Roll - %1 + + + + pluckedStringSynth + + Pick position + Posición de la selección + + + Pick position: + Posición de la selección: + + + Pickup position + #, fuzzy + Posición de agarre + + + Pickup position: + #, fuzzy + Posición de agarre: + + + Pickup position + Posición de agarre + + + Pickup position: + Posición de agarre: + + + + projectNotes + + Put down your project notes here. + Coloque aquí sus notas del proyecto + + + Project notes + Notas del Proyecto + + + Edit Actions + Editar Acciones + + + &Undo + &Deshacer + + + Ctrl+Z + Ctrl+Z + + + &Redo + &Rehacer + + + Ctrl+Y + Ctrl+Y + + + &Copy + &Copiar + + + Ctrl+C + Ctrl+C + + + Cu&t + Cortar(&X) + + + Ctrl+X + Ctrl+X + + + &Paste + &Pegar + + + Ctrl+V + Ctrl+V + + + Format Actions + Acciones de formato + + + &Bold + &Negrita + + + Ctrl+B + Ctrl+B + + + &Italic + &Cursiva + + + Ctrl+I + Ctrl+I + + + &Underline + &Subrayado + + + Ctrl+U + Ctrl+U + + + &Left + &Izquierda + + + Ctrl+L + Ctrl+L + + + C&enter + C&entrar + + + Ctrl+E + Ctrl+E + + + &Right + &Derecha + + + Ctrl+R + Ctrl+R + + + &Justify + &Justificar + + + Ctrl+J + Ctrl+J + + + &Color... + &Color... + + + + renameDialog + + Rename... + Renombrar... + + + + sampleBuffer + + All Audio-Files (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + Todos los archivos de audio (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + + + Wave-Files (*.wav) + Archivos Wave (*.wav) + + + OGG-Files (*.ogg) + Archivos OGG (*.ogg) + + + VOC-Files (*.voc) + Archivos VOC (*.voc) + + + AIFF-Files (*.aif *.aiff) + Archivos AIFF (*.aif *.aiff) + + + AU-Files (*.au) + Archivos AU (*.au) + + + RAW-Files (*.raw) + Archivos RAW (*.raw) + + + Open audio file + Abrir archivo de audio + + + + sampleTCO + + double-click to select sample + doble click para seleccionar ejemplo + + + + sampleTrack + + Sample track + Pista de ejemplo + + + + songEditor + + Play/pause song (Space) + Reproducir/pausar canción (Espaciador) + + + Stop playing song (Space) + Detener canción en reproducción (Espaciador) + + + Insert bar at current tact (Shift+Insert) + Insertar barra al compás actual (Shift+Insertar) + + + Remove bar at current tact (Shift+Delete) + Borrar barra del compás actual (Shift+Borrar) + + + Click here, if you want to stop playing of your song. The song-position-marker will be set to the start of your song. + Click aquí si usted desea detener la reproducción de su canción. El marcador de posición de la canción va a ser puesta al inicio de la canción. + + + untitled + Sin título + + + File already exists + El archivo ya existe + + + Could not open file + No se puede abrir el archivo + + + Could not open file %1. You probably have no rights to read this file. Please make sure you have at least read-access to the file and try again. + No se puede abrir el archivo %1, Usted probablemente no tiene los permisos para leer este archivo. Por favor asegúrese de tener por lo menos permiso de lectura sobre este archivo e inténtelo de nuevo. + + + Error in multimedia-project + Error en el proyecto multimedia + + + The multimedia-project %1 seems to contain errors. LMMS will try its best to recover as much as possible data from this file. + El proyecto multimedia %1 al parecer contiene errores. LMMS tratara de recuperar de la mejor forma posible los datos de este archivo. + + + Could not write file + No se puede escribir en el archivo + + + Could not write file %1. You probably are not permitted to write to this file. Please make sure you have write-access to the file and try again. + No se puede escribir en el archivo %1. Usted probablemente no tiene permitido la escritura sobre este archivo. Por favor asegúrese de tener permiso de escritura sobre este archivo e inténtelo de nuevo. + + + Song-Editor + Editor de canción + + + The file "%1" already exists. Do you want to overwrite it? + El archivo \"%1\" ya existe. Desea sobreescribirlo? + + + Click here, if you want to play your whole song. Playing will be started at the song-position-marker (green). You can also move it while playing. + Click aquí, si usted desea reproducir su canción completa. La reproducción se iniciara en el marcador de posición (verde). Usted puede también moverla mientras se reproduce. + + + Song control + Control de canción + + + Play song (Space) + Reproducir canción (Espaciador) + + + Stop song (Space) + Detener canción (Espaciador) + + + BPM + BPM + + + The tempo of a song is specified in beats per minute (BPM). If you want to change the tempo of your song, change this value. Every tact has four beats, so the tempo in BPM specifies, how many tacts / 4 should be played within a minute (or how many tacts should be played within four minutes). + El tiempo de una canción se especifica en pulsos por minuto (BPM). Si tu quieres cambiar el tiempo de tu canción, cambia este valor. Cada compás tiene cuatro pulsos, entonces el tiempo en BPM especifica, cuantos compases / 4 son tocados en un minuto (o cuantos compases son tocados en 4 minutos). + + + master output volume + salida principal de volumen + + + master pitch + tono principal + + + Edit + Editar + + + If you click here, a tact will be inserted at the current tact. + Si hace click aquí, el compás sera insertado al compás actual. + + + If you click here, the tact at the current tact will be removed. + Si hace click aquí, el compás del compás actual sera removido. + + + Insert tact at current tact (Shift+Insert) + Insertar compás al compás actual (Shift+Insertar) + + + Remove tact at current tact (Shift+Delete) + Borrar compás del compás actual (Shift+Borrar) + + + Master output volume: + Salida principal de volumen: + + + Master output pitch: + Salida principal de tono: + + + semitones + semitonos + + + tempo of song + tiempo de canción + + + Add channel-track + #, fuzzy + Agregar canal + + + Add beat/bassline + Agregar beat/bassline + + + Add sample-track + Agregar pista de ejemplo. + + + %1 saved. + %1 guardado + + + Project NOT saved. + Proyecto NO guardado. + + + The file %1 already exists. +Do you want to overwrite it? + El archivo %1 ya existe. +Desea sobreescribirlo? + + + Select file for project-export... + Seleccione archivo para exportar proyecto + + + Project not saved + Proyecto no guardado + + + The current project was modified since last saving. Do you want to save it now? + El proyecto actual ha sido modificado desde la ultima vez que se guardo. Desea usted guardarlo ahora? + + + Import file + Importar archivo + + + MIDI-files (*.mid) + Archivos MIDI (*.mid) + + + TEMPO/BPM + + + + Add channel-track + Agregar canal + + + Could not open file %1. You probably have no rights to read this file. +Please make sure you have at least read-access to the file and try again. + + + + + soundGenerator + + Error while loading plugin + Error al cargar plugin + + + The %1-plugin wasn't found! Using AudioFileProcessor with default settings instead. + + #, fuzzy + El plugin %1 no ha sido encontrado! Usando AudioFileProcessor en su lugar, con los ajustes por defecto. + + + The %1-plugin wasn't found! Using AudioFileProcessor with default settings instead. + + El plugin %1 no ha sido encontrado! Usando AudioFileProcessor en su lugar, con los ajustes por defecto. + + + + surroundArea + + click to where this channel should be audible + click en donde este canal debe ser audible + + + + tabWidget + + TARGET + + + + + timeLine + + Enable/disable auto-scrolling + + + + Enable/disable loop-points + + + + After stopping go back to begin + + + + After stopping go back to position at which playing was started + + + + After stopping keep position + + + + + trackContainer + + Loading project... + Cargando proyecto... + + + Cancel + Cancelar + + + Please wait... + Por favor, espere... + + + Could not open file + No se puede abrir el archivo + + + Could not open file %1 for reading. +Please make sure you have read-permission to the file and the directory containing the file and try again! + No se puede abrir el archivo %1 para lectura. Por favor asegúrese de tener permiso de lectura sobre el archivo y directorio que contiene al archivo e inténtelo de nuevo! + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + No se puede abrir el archivo %1 para escritura. Por favor asegúrese de tener permiso de escritura sobre el archivo y el directorio que contiene al archivo, e inténtelo de nuevo! + + + Importing MIDI-file... + Importar archivo MIDI... + + + + trackContentObject + + Delete + Borrar + + + Cut + Cortar + + + Copy + Copiar + + + Paste + Pegar + + + + trackWidget + + Clone this track + Clonar esta pista + + + Delete this track + Borrar esta pista + + + Move this track up + Mover esta pista arriba + + + Move this track down + Mover esta pista abajo + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Con este interruptor usted puede dejar silenciada esta pista o las demás pistas. Al poner click izquierdo, esta pista queda silenciada. Esto es útil, si usted solo desea escuchar las otras pistas sin cambiar esta pista y sin perder información. Cuando usted ponga click derecho sobre el interruptor, todas las demás pistas quedaran silenciadas. Esto es útil, si usted solo quiere escuchar esta pista. + + + left click = mute this track +right click = mute all other tracks (solo) + click izquierdo = la pista es silenciada +click derecho = todas las otras pistas son silenciadas (solo) + + + + tripleOscillator + + semitones + semitonos + + + cents + #, fuzzy + cents + + + degrees + grados + + + Click here if you want a sine-wave for current oscillator. + Click aquí si desea una onda senoidal para el oscilador actual. + + + Click here if you want a triangle-wave for current oscillator. + Click aquí si desea una onda triangular para el oscilador actual. + + + Click here if you want a saw-wave for current oscillator. + Click aquí si desea una onda !sierra! para el oscilador actual. (FIXME) + + + Click here if you want a square-wave for current oscillator. + Click aquí si desea una onda cuadrada para el oscilador actual + + + Click here if you want a white-noise for current oscillator. + Click aquí si usted desea ruido-blanco para el oscilador actual. + + + Click here if you want a user-defined wave-shape for current oscillator. + Click aquí si usted desea una forma de onda definida por el usuario para el oscilador actual. + + + Click here if you want a moog-saw-wave for current oscillator. + Click aquí si usted desea la onda moog-saw para el oscilador actual. + + + Click here if you want an exponential wave for current oscillator. + Click aquí si usted desea una onda exponencial para el oscilador actual. + + + use frequency modulation for modulating oscillator 2 with oscillator 1 + usar frecuencia de modulación para la modulación del oscilador 2 con el oscilador 1. + + + use amplitude modulation for modulating oscillator 2 with oscillator 1 + usar amplitud de modulación para la modulación del oscilador 2 con el oscilador 1. + + + mix output of oscillator 1 & 2 + salida de la mezcla del oscilador 1 & 2 + + + synchronize oscillator 1 with oscillator 2 + sincronice el oscilador 1 con el oscilador 2. + + + use frequency modulation for modulating oscillator 3 with oscillator 2 + usar frecuencia de modulación para la modulación del oscilador 3 con el oscilador 2. + + + use amplitude modulation for modulating oscillator 3 with oscillator 2 + usar amplitud de modulación para la modulación del oscilador 3 con el oscilador 2. + + + mix output of oscillator 2 & 3 + salida de la mezcla del oscilador 2 & 3 + + + synchronize oscillator 2 with oscillator 3 + sincronice el oscilador 2 con el oscilador 3 + + + Osc %1 volume + Osc. %1 Volumen + + + Osc %1 volume: + Osc %1 Volumen: + + + With this knob you can set the volume of oscillator %1. When setting a value of 0 the oscillator is turned off. Otherwise you can hear the oscillator as loud as you set it here. + Con este control usted puede establecer el volumen del oscilador %1. Al fijar un valor de 0 se apaga. De lo contrario usted podrá oir al oscilador tan alto como lo especifique aquí. + + + Osc %1 panning + Osc %1 encuadramiento + + + Osc %1 panning: + Osc %1 encuadramiento: + + + With this knob you can set the panning of the oscillator %1. A value of -100 means 100% left and a value of 100 moves oscillator-output right. + Con este control usted podrá establecer el encuadramiento del oscilador %1. Un valor de -100 significa 100% a la izquierda y un valor de 100 mueve el oscilador totalmente a la derecha. + + + Osc %1 coarse detuning + #, fuzzy + Osc %1 desintonización gruesa + + + Osc %1 coarse detuning: + Osc %1 desintonización gruesa: + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + #, fuzzy + Con este control usted podrá establecer la desintonización gruesa del oscilador %1. Usted puede desintonizar el oscilador 12 semitonos (1 octava) arriba y abajo. Esto es útil para la creación de sonidos con acorde. + + + Osc %1 fine detuning left + #, fuzzy + Osc %1 desintonización fina izquierda + + + Osc %1 fine detuning left: + #, fuzzy + Osc %1 desintonización fina izquierda: + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + #, fuzzy + Con este control usted podra establecer la desintonización fina del oscilador %1 para el canal derecho +La desintonización fina esta comprendida entre -100 cents y +100 cents. Esto es útil para la creación de sonidos \"gordos\". + + + Osc %1 fine detuning right + #, fuzzy + Osc %1 desintonización fina derecha + + + Osc %1 fine detuning right: + #, fuzzy + Osc %1 desintonización fina derecha: + + + With this knob you can set the fine detuning of oscillator %1 for the right channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Con este control usted podrá establecer la desintonización fina del oscilador %1 para el canal derecho. La desintonización fina esta comprendida entre -100 cents y +100 cents. Esto es útil para la creación de sonidos \"gordos\". + + + Osc %1 phase-offset + Osc %1 fase de compensación + + + Osc %1 phase-offset: + Osc %1 fase de compensación: + + + With this knob you can set the phase-offset of oscillator %1. That means you can move the point within an oscillation where the oscillator begins to oscillate. For example if you have a sine-wave and have a phase-offset of 180 degrees the wave will first go down. It's the same with a square-wave. + Con este control usted podrá establecer la fase de compensación del oscilador %1. Esto significa que usted puede mover el punto dentro de una oscilación donde el oscilador comienza a oscilar. Por ejemplo si usted tiene una onda senoidal y tiene una fase de compensación de 180 grados, la onda ira primero abajo. Lo mismo sucede con una onda cuadrada. + + + Osc %1 stereo phase-detuning + Osc %1 fase de desintonización + + + Osc %1 stereo phase de : + #, fuzzy + Osc %1 fase de desintonización : + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + #, fuzzy + Con este control usted podrá establecer la fase de desintonización del oscilador %1. La fase de desintonización stereo especifica el tamaño de la diferencia entre la fase de compensación del canal izquierdo y el derecho. Esto es muy bueno para la creación de sonidos anchos. + + + Osc %1 coarse detuning + Osc %1 desintonización gruesa + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + Con este control usted podrá establecer la desintonización gruesa del oscilador %1. Usted puede desintonizar el oscilador 12 semitonos (1 octava) arriba y abajo. Esto es útil para la creación de sonidos con acorde. + + + Osc %1 fine detuning left + Osc %1 desintonización fina izquierda + + + Osc %1 fine detuning left: + Osc %1 desintonización fina izquierda: + + + cents + cents + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Con este control usted podra establecer la desintonización fina del oscilador %1 para el canal derecho +La desintonización fina esta comprendida entre -100 cents y +100 cents. Esto es útil para la creación de sonidos \"gordos\". + + + Osc %1 fine detuning right + Osc %1 desintonización fina derecha + + + Osc %1 fine detuning right: + Osc %1 desintonización fina derecha: + + + Osc %1 stereo phase-detuning: + + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + Con este control usted podrá establecer la fase de desintonización del oscilador %1. La fase de desintonización stereo especifica el tamaño de la diferencia entre la fase de compensación del canal izquierdo y el derecho. Esto es muy bueno para la creación de sonidos anchos. + + + + visualizationWidget + + click to enable/disable visualization of master-output + click, para activar/desactivar visualización de la salida principal + + + diff --git a/data/locale/fr.qm b/data/locale/fr.qm new file mode 100755 index 000000000..c16d1d53f Binary files /dev/null and b/data/locale/fr.qm differ diff --git a/data/locale/fr.ts b/data/locale/fr.ts new file mode 100755 index 000000000..703010701 --- /dev/null +++ b/data/locale/fr.ts @@ -0,0 +1,2218 @@ + + + aboutDialog + + About LMMS... + À propos de LMMS... + + + Linux MultiMedia Studio + + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2005 LMMS-Developers + + + + Current language not translated. + +If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Just contact the maintainer! + Si vous êtes intérressé par la traduction de LMMS dans une autre langue ou que vous souhaitez améliorer les traductions existantes, votre aide est la bienvenue ! Contacter le mainteneur ! + + + About + À propos + + + Authors + Auteurs + + + Translation + Traduction + + + License + Licence + + + Close + Fermer + + + + arpAndChordsTabWidget + + octave + + + + Major + + + + Majb5 + + + + minor + + + + minb5 + + + + sus2 + + + + sus4 + + + + aug + + + + augsus4 + + + + tri + + + + 6 + + + + 6sus4 + + + + 6add9 + + + + m6 + + + + m6add9 + + + + 7 + + + + 7sus4 + + + + 7#5 + + + + 7b5 + + + + 7#9 + + + + 7b9 + + + + 7#5#9 + + + + 7#5b9 + + + + 7b5b9 + + + + 7add11 + + + + 7add13 + + + + 7#11 + + + + Maj7 + + + + Maj7b5 + + + + Maj7#5 + + + + Maj7#11 + + + + Maj7add13 + + + + m7 + + + + m7b5 + + + + m7b9 + + + + m7add11 + + + + m7add13 + + + + m-Maj7 + + + + m-Maj7add11 + + + + m-Maj7add13 + + + + 9 + + + + 9sus4 + + + + add9 + + + + 9#5 + + + + 9b5 + + + + 9#11 + + + + 9b13 + + + + Maj9 + + + + Maj9sus4 + + + + Maj9#5 + + + + Maj9#11 + + + + m9 + + + + madd9 + + + + m9b5 + + + + m9-Maj7 + + + + 11 + + + + 11b9 + + + + Maj11 + + + + m11 + + + + m-Maj11 + + + + 13 + + + + 13#9 + + + + 13b9 + + + + 13b5b9 + + + + Maj13 + + + + m13 + + + + m-Maj13 + + + + Harmonic minor + + + + Melodic minor + + + + Whole tone + + + + Diminished + Diminué + + + Major pentatonic + Pentatonique majeur + + + Minor pentatonic + Pentatonique mineur + + + Jap in sen + + + + Major bebop + + + + Dominant bebop + + + + Blues + + + + Arabic + + + + Enigmatic + + + + Neopolitan + + + + Neopolitan minor + + + + Hungarian minor + + + + Dorian + + + + Phrygolydian + + + + Lydian + + + + Mixolydian + + + + Aeolian + + + + Locrian + + + + Chords + Choeurs + + + Chord range + Intervalle des choeurs + + + Chord range: + Intervalle des choeurs : + + + octave(s) + octave(s) + + + Use this knob for setting the chord range in octaves. The selected chord will be played within specified amount of octaves. + Utilisez ce bouton pour régler l'intervalle du choeur en octaves. Le choeur séléctionné sera joué dans l'intervalle du nombre d'octaves spécifié. + + + Range + Intervalle + + + Arpeggio + Arpège + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + Un arpège est une manière de jouer de certains instruments (notament les instruments à cordes pincées) qui rend la musique plus vivante. Les cordes de ces instruments (ex : les harpes) sont pincées comme pour un choeur à la seule différence qu'elles le sont d'une manière séquentielle, ainsi les notes ne sont pas jouées en même temps. Les arpèges typiques sont les triades majeur et mineur mais il y a beaucoup d'autres possibilités que vous pouvez sélectionner. + + + Arpeggio range + Intervalle de l'arpège + + + Arpeggio range: + Intervalle de l'arpège : + + + Use this knob for setting the arpeggio range in octaves. The selected arpeggio will be played within specified amount of octaves. + Utilisez ce bouton pour régler l'intervalle de l'arpège en octaves. L'arpège sélectionné sera joué dans l'intervalle du nombre d'octaves spécifié. + + + Arpeggio time + Temps de l'arpège + + + Arpeggio time: + Temps de l'arpège : + + + ms + ms + + + Use this knob for setting the arpeggio time in milliseconds. The arpeggio time specifies how long each arpeggio-tone should be played. + Utiliser ce bouton pour régler le temps de l'arpège en millisecondes. Le temps de l'arpège indique la durée à laquelle chaque ton de l'arpège sera joué. + + + Arpeggio gate + + + + Arpeggio gate: + + + + % + % + + + Use this knob for setting the arpeggio gate. The arpeggio gate specifies the percent of a whole arpeggio-tone that should be played. With this you can make cool staccato-arpeggios. + + + + Time + Temps + + + Gate + + + + Direction: + Direction : + + + arpeggio direction = none = no arpeggio + Direction de l'arpège = aucune = pas d'arpège + + + arpeggio direction = up + Direction de l'arpège = vers le haut + + + arpeggio direction = down + Direction de l'arpège = vers le bas + + + arpeggio direction = up and down + Direction de l'arpège = de bas en haut puis de haut en bas + + + arpeggio direction = random + Direction de l'arpège = aléatoire + + + + audioFileProcessor + + Click here, if you want to open another audio-file. After clicking on this button, a file-open-dialog appears and you can select your file. Settings like Looping-Mode, start- and end-point, amplify-value and so on are not reset, so please don't wonder if your sample doesn't sound like the original one... + Cliquer si vous voulez ouvrir un autre fichier d'échantillon. Après avoir cliqué sur ce bouton une boîte de dialogue d'ouverture de fichier apparaît et vous pouvez sélectionner votre fichier. Les paramètres tels que le mode looping, points de départ et de fin, la valeur d'amplification ne sont pas remis à zéro. Aussi ne vous demandez pas pourquoi votre échantillon ne sonne pas comme il devrait... + + + If you enable this button, the whole sample is reversed. This is useful for cool effects, e.g. a reversed crash. + Si vous activez ce bouton l'ensemble de l'échantillon est inversé. + + + Here you can set, whether Looping-Mode is enabled. If enabled, AudioFileProcessor loops between start- and end-point of a sample until the whole note is played. This is useful for things like string- and choir-samples. + Ici vous pouvez activer le mode loopping. Lorsque qu'il est activé AudioFileProcessor joue en boucle l'échantillon entre les points de départ et de fin pendant la durée de la note. + + + Amplify + Amplifier + + + Amplify: + Amplifier : + + + With this knob you can set the amplify-ratio. When you set a value of 100% your sample isn't changed. Otherwise it will be amplified up or down (your actual sample-file isn't touched!) + Ce bouton permet de régler le ratio d'amplification. À la valeur 100%, l'échatillon n'est pas modifié. Sinon il sera plus ou moins amplifié (cela ne modifie pas le fichier d'échantillon !) + + + Start of sample + Début de l'échantillon + + + Startpoint: + Point de départ : + + + With this knob you can set the point where AudioFileProcessor should begin playing your sample. If you enable Looping-Mode, this is the point to which AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Ce bouton permet de régler le point à partir duquel AudioFileProcessor doit commencer à jouer l'échantillon. Si vous activer le mode "looping" c'est le point auquel AudioFileProcessor retourne si la note est plus longue que l'échantillon entre le point de départ et le point de fin. + + + End of sample + Fin de l'échantillon + + + Endpoint: + Point de fin : + + + With this knob you can set the point where AudioFileProcessor should stop playing your sample. If you enable Looping-Mode, this is the point where AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Ce bouton permet de régler le point auquel AudioFileProcessor doit arrêter de jouer l'échantillon. Si vous activer le mode "looping" c'est le point auquel AudioFileProcessor retourne si la note est plus longue que l'échantillon entre le point de départ et le point de fin. + + + Activate this button, if your sample should be drawn with connected lines. This doesn't change the sound itself. It just gives you another view to your sample. + Activez ce bouton si l'échantillon doit être représenté par des lignes connectées. Cela ne change pas le son lui même. C'est juste une autre manière de représenter l'échantillon. + + + Activate this button, if your sample should be drawn with dots. This doesn't change the sound itself. It just gives you another view to your sample. + Activez ce bouton si l'échantillon doit être représenté par des points. Cela ne change pas le son lui même. C'est juste une autre manière de représenter l'échantillon. + + + + bbEditor + + Beat+Bassline Editor + Editeur de rythme+Ligne de basse + + + Play/pause current beat/bassline (Space) + Jouer/Suspendre la lecture du rythme/ligne de basse courant (Espace) + + + Stop playing of current beat/bassline (Space) + Arrêter la lecture du rythme/ligne de basse courant (Espace) + + + Click here, if you want to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. + Cliquez ici si vous souhaitez jouer le rythme/ligne de basse. Le rythme/ligne de basse est joué en boucle. + + + Click here, if you want to stop playing of current beat/bassline. + Cliquez ici pour arrêter la lecture du rythme/ligne de basse courant (Espace). + + + + bbTCO + + Open in Beat+Bassline-Editor + Ouvre un editeur de Rythme+Ligne de basse + + + Reset name + Réinitialiser le nom + + + Change name + Changer le nom + + + Change color + Changer la couleur + + + + bbTrack + + Beat/Bassline %1 + Ryhtme/Ligne de basse %1 + + + + browser + + Browser + Navigateur + + + Files + Fichiers + + + Reload (F5) + Rafraîchir (F5) + + + Send to active channel + Envoyer sur le canal actif + + + Open in new channel/Song-Editor + Ouvrir dans un nouvel editeur de morceau + + + Open in new channel/B+B Editor + Ouvrir dans un nouvel editeur de Rythme+Ligne de basse + + + + channelTrack + + With this knob you can set the volume of the opened channel. + Avec ce bouton vous pouvez régler le volume du canal ouvert. + + + Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature. + Grâce à ce rectangle vous pouvez choisir la position où le canal doit être audible. Vous devez posseder une carte son supportant au moins le surround 4.0 pour profiter de cette fonctionnalité. + + + Channel volume + Volume du canal + + + Channel volume: + Volume du canal : + + + VOLUME + VOLUME + + + FX CHNL + Canal de l'effet + + + Save current channel settings in a preset-file + Enregistrer les réglages courants dans un fichier + + + Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser. + Cliquez ici si vous voulez sauvegarder les réglages actuels dans un fichier. Plus tard vous pourrez charger ces réglages en double-cliquant son nom dans le navigateur de réglages. + + + ENV/LFO/FILTER + ENV/OBF/FILTRE + + + ARP/CHORD + ARP/CHOEUR + + + PLUGIN + GREFFON + + + Save channel-settings in file + Enregistrer les réglages du canal dans un fichier + + + Channel-Settings-File (*.cs.xml) + Fichier de réglages d'un canal (*.cs.xml) + + + + configManager + + &Cancel + &Annuler + + + < &Back + < &Retour + + + &Next > + &Suivant > + + + &Finish + &Terminer + + + Setup LMMS + Configuration LMMS + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. + +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + + +Now click on 'Next' to get to the next page. + LMMS doit être configuré pour fonctionner correctement. Cet assistant vous aidera à configurer votre installation personnalisée de LMMS. + +Si vous n'êtes pas du choix à faire à une étape cliquez simplement sur 'Suivant'. LMMS sélectionnera la meilleur option pour vous. + + +Cliquez maintenant sur 'Suivant' pour accéder à la page suivante. + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + + +Please select a directory: + LMMS nécessite d'avoir un répertoire de travail. +Ce répertoire sera utilisé pour stocker vos projets, réglages, échantillons, etc... + + +Veuillez sélectionner un répertoire : + + + For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory. +When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size. + + Pour utiliser les réglages et échantillons inclus dans LMMS et pouvoir écouter les exemples de morceau les fichiers correspondants doivent être copiés ou liés dans votre répertoire de travail LMMS. +Lorsque vous copiez les fichiers vous pouvez les modifier mais cela nécessite de l'espace dans votre répertoire de travail. Si vous liez ces fichiers vous ne pourrez pas les modifiers mais vous aurez besoin de moins d'espace. Il est donc recommandé de copier les réglages et les exemples de morceau et de lier les échantillons qui sont plus volumineux. + + + + samples: + échantillons : + + + copy + copier + + + link + lier + + + presets: + réglages : + + + demo projects: + exemples de morceau : + + + Welcome to LMMS + Bienvenue à LMMS + + + Select working directory + Sélectionnez le répertoire de travail + + + Copy or link files + Copiez ou liez les fichiers + + + Choose LMMS-working-directory + Sélectionnez le répertoire de travail de LMMS + + + Directory not existing + Le répertoire n'existe pas + + + The directory you specified does not exist. Create it? + Le répertoire que vous avez indiqué n'existe pas, voulez-vous le créer ? + + + Error in configuration-file + Erreur dans le fichier de configuration + + + Error while parsing configuration-file %1. +The setup-wizard will be shown for reconfiguring LMMS. + Erreur dans l'analyse du fichier de configuration %1 +Démarrage de l'assistant de configuration pour reconfigurer LMMS. + + + Version mismatches + Erreur de versions + + + Accordingly to the information in your LMMS-configuration-file you seem +to have run a different (probably older) version of LMMS before. +It is recommended to run the setup-wizard again to ensure that +the latest samples, presets, demo-projects etc. are installed in your +LMMS-working-directory. Run the setup-wizard now? + Selon votre fichier de configuration de LMMS il semble que vous utilisiez une version différente (probablement antérieure) de LMMS. +Il est recommandé de lancer l'assistant de configuration à nouveau pour s'assurer que les derniers échantillons, réglages, exemple de morceau sont installés dans votre répertoire de travail de LMMS. Lancer l'assistant maintenant ? + + + Could not save config-file + Impossible d'enregistrer le fichier de configuration + + + Could not save configuration file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + Impossible d'enregistrer le fichier de configuration %1 +Vous n'êtes pas autorisé à écrir sur ce fichier. +Assurez-vous d'avoir les droits d'accès en écriture sur ce fichier et réessayez. + + + + envelopeAndLFOWidget + + Predelay-time + + + + Predelay: + Pré-délai : + + + Use this knob for setting predelay of the current envelope. The bigger this value the longer the time before start of actual envelope. + + + + Attack-time + + + + Attack: + Attaque : + + + Use this knob for setting attack-time of the current envelope. The bigger this value the longer the envelope needs to increase to attack-level. Choose a small value for instruments like pianos and a big value for strings. + + + + Hold-time + + + + Hold: + + + + Use this knob for setting hold-time of the current envelope. The bigger this value the longer the envelope holds attack-level before it begins to decrease to sustain-level. + + + + Decay-time + + + + Decay: + + + + Use this knob for setting decay-time of the current envelope. The bigger this value the longer the envelope needs to decrease from attack-level to sustain-level. Choose a small value for instruments like pianos. + + + + Sustain-level + + + + Sustain: + + + + Use this knob for setting sustain-level of the current envelope. The bigger this value the higher the level on which the envelope stays before going down to zero. + + + + Release-time + + + + Release: + + + + Use this knob for setting release-time of the current envelope. The bigger this value the longer the envelope needs to decrease from sustain-level to zero. Choose a big value for soft instruments like strings. + + + + Modulation amount + + + + Modulation amount: + + + + Use this knob for setting modulation amount of the current envelope. The bigger this value the more the according size (e.g. volume or cutoff-frequency) will be influenced by this envelope. + + + + LFO-predelay-time + + + + LFO-predelay: + + + + Use this knob for setting predelay-time of the current LFO. The bigger this value the the time until the LFO starts to oscillate. + + + + LFO-attack-time + + + + LFO-attack: + + + + Use this knob for setting attack-time of the current LFO. The bigger this value the longer the LFO needs to increase its amplitude to maximum. + + + + LFO-speed + + + + LFO-speed: + + + + Use this knob for setting speed of the current LFO. The bigger this value the faster the LFO oscillates and the faster will be your effect. + + + + LFO-modulation-amount + + + + Use this knob for setting modulation amount of the current LFO. The bigger this value the more the selected size (e.g. volume or cutoff-frequency) will be influenced by this LFO. + + + + Click here if you want a sine-wave for current oscillator. + + + + Click here if you want a triangle-wave for current oscillator. + + + + Click here if you want a saw-wave for current oscillator. + + + + Click here if you want a square-wave for current oscillator. + + + + Click here if the frequency of this LFO should be multiplied with 100. + + + + multiply LFO-frequency with 100 + Multiplier la fréquence de l'OBF par 100 + + + Click here to make the envelope-amount controlled by this LFO. + Cliquez ici pour que l'OBF contrôle la quantité d'enveloppe. + + + control envelope-amount by this LFO + Contrôler la quantité de l'enveloppe avec cet OBF + + + DELAY + DÉLAI + + + ATTACK + ATTAQUE + + + HOLD + + + + DECAY + + + + SUSTAIN + + + + RELEASE + + + + AMOUNT + QUANTITÉ + + + SPEED + VITESSE + + + ms/LFO: + ms/OBF : + + + + envelopeTabWidget + + Vol + + + + Cut + + + + Res + + + + These tabs contain envelopes. They're very important for modifying a sound, for not saying that they're almost always neccessary for substractive synthesis. For example if you have a volume-envelope, you can set when the sound should have which volume-level. Maybe you want to create some soft strings. Then your sound has to fade in and out very softly. This can be done by setting a large attack- and release-time. It's the same for other envelope-targets like panning, cutoff-frequency of used filter and so on. Just monkey around with it! You can really make cool sounds out of a saw-wave with just some envelopes...! + + + + Filter + + + + LowPass + + + + HiPass + + + + BandPass csg + + + + BandPass czpg + + + + Notch + + + + Allpass + + + + Moog + + + + 2x LowPass + + + + 2x Moog + + + + Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound. + + + + cutoff-frequency + + + + cutoff-frequency: + + + + Hz + + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + + + + Q/Resonance + + + + Q/Resonance: + + + + Use this knob for setting Q/Resonance for the selected filter. Q/Resonance tells the filter, how much it should amplify frequencies near Cutoff-frequency. + + + + Filter-state (on/off) + + + + Use this knob for setting the state of this filter. When setting to 0, the filter isn't used (improves performance). Otherwise it's used. + + + + State + + + + + exportProjectDialog + + Could not open file + Impossible d'ouvrir le fichier + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Impossible d'ouvrir le fichier %1 en écriture. +Assurez-vous d'avoir les droits d'accès en écriture au fichier et au répertoire qui contient ce fichier et réessayez ! + + + Uncompressed Wave-File (*.wav) + Fichiers wave non compressés (*.wav) + + + Compressed OGG-File (*.ogg) + Fichiers OGG compressés (*.ogg) + + + Export project to %1 + Exporter le projet vers %1 + + + Type: + Type : + + + kbps: + kbps : + + + variable bitrate + Bitrate variable + + + use high-quality-mode (recommened) + Utiliser le mode haute qualité (recommandé) + + + Export + Exporter + + + Cancel + Annuler + + + Export failed + L'exportation n'a pas fonctionné + + + The project-export failed, because the output-file/-device could not be opened. +Make sure, you have write access to the selected file/device! + L'exportation n'a pas fonctionné car il est impossible d'ouvrir le fichier/périphérique. +Assurez-vous d'avoir les droits d'accès en écriture sur le fichier/périphérique ! + + + Exporting project to %1 + Exportation du projet vers %1 + + + Linux MultiMedia Studio + Linux MultiMedia Studio + + + Rendering: + Restitution : + + + + knob + + &Reset (%1%2) + &Réinitialiser (%1%2) + + + &Copy value (%1%2) + &Copier la valeur (%1%2) + + + &Paste value (%1%2) + &Coller la valeur (%1%2) + + + Connect to MIDI-device + Connecter au périphérique MIDI + + + &Help + &Aide + + + + lmmsMainWin + + My projects + Mes projets + + + My samples + Mes échantillons + + + My presets + Mes réglages + + + Loading song... + Chargement d'un fichier... + + + Creating new song... + Création d'un nouveau morceau... + + + Creating GUI... + Création de l'interface... + + + Song management + Gestion du morceau + + + Create new project + Créer un nouveau projet + + + Ctrl+N + Ctrl+N + + + Open existing project + Ouvrir un projet existant + + + Ctrl+O + Ctrl+O + + + Save current project + Enregistrer le projet courant + + + Ctrl+S + Ctrl+S + + + Export current project + Exporter le projet courant + + + Ctrl+E + Ctrl+E + + + Windows + Fenêtres + + + Show/Hide Beat+Bassline Editor + + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + + + + Show/Hide Piano-Roll + + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + + + + Show/Hide Project notes + + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + + + + Show/Hide Song-Editor + + + + By pressing this button, you can show or hide the Song-Editor. With the Song-Editor you can edit the song and set when and which track should be played. You can also insert and move samples (e.g. rap-samples) directly in the playlist. + + + + Show/Hide EffectBoard + + + + By pressing this button, you can show or hide the EffectBoard. The EffectBoard is a very powerful tool for managing effects for your song. You can insert effects into different effect-channels. + + + + &Project + &Projet + + + &New + &Nouveau + + + &Open... + &Ouvrir... + + + &Save + &Enregistrer + + + Save &As... + Enregistrer &sous... + + + Import file + Importer un fichier + + + E&xport + E&xporter + + + &Quit + &Quitter + + + &Settings + &Configuration + + + Show setup wizard + Monter l'assistant de configuration + + + &Help + &Aide + + + Help + Aide + + + What's this? + Qu'est-ce que c'est ? + + + About + À propos + + + LMMS %1 + LMMS %1 + + + Open project + Ouvrir un projet + + + MultiMedia Project (*.xml) + Projet multimedia (*.xml) + + + Save project + Enregistrer le projet + + + Setting up main-window and workspace... + Configuration de la fenêtre principale et de l'espace de travail... + + + + pattern + + double-click to open this pattern in piano-roll + Double-cliquez pour ouvrir ce motif dans un piano virtuel + + + Open in piano-roll + Ouvrir dans un piano virtuel + + + Clear all notes + Effacer toutes les notes + + + Reset name + Réinitialiser le nom + + + Change name + Changer le nom + + + Refreeze + Regeler + + + Freeze + Geler + + + Unfreeze + Dégeler + + + Cannot freeze pattern + Impossible de geler le motif + + + The pattern currently cannot be freezed because you're in play-mode. Please stop and try again! + Le motif ne peut pas être geler pendant la lecture. Arrêtez la lecture et recommencez ! + + + Channel muted + Canal muet + + + The channel this pattern belongs to is currently muted, so freezing makes no sense! Do you still want to continue? + Le canal auquel est rataché ce motif est actuellement muet, le geler n'a aucun sens ! Voulez-vous quand même continuer ? + + + + patternFreezeStatusDialog + + Freezing pattern... + Gèle du motif... + + + Cancel + Annuler + + + + pianoRoll + + Play/pause current pattern (Space) + + + + Record notes from MIDI-device to current pattern + + + + Stop playing of current pattern (Space) + + + + Click here, if you want to play the current pattern. This is useful while editing it. The pattern is automatically looped when its end is reached. + + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can edit, play etc. them afterwards. + + + + Click here, if you want to stop playing of current pattern. + + + + Click if you want to draw, resize or move single notes (= key 'D') + + + + Click if you want to erase single notes (= key 'E') + + + + Click if you want to select notes (= key 'S') + + + + Click if you want to move selected notes (= key 'M') + + + + If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode. + + + + If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode. + + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + + + + Cut selected notes (Ctrl+X) + + + + Copy selected notes (Ctrl+C) + + + + Paste notes from clipboard (Ctrl+V) + + + + If you click here, selected notes will be cut into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + + + + If you click here, selected notes will be copied into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + + + + If you click here, the notes from the clipboard will be pasted at the first visible tact. + + + + Piano-Roll - no pattern + + + + Piano-Roll - %1 + + + + Please open a pattern by double-clicking on it! + + + + + pluckedStringSynth + + Pick position + + + + Pick position: + + + + Pickup position + + + + Pickup position: + + + + + projectNotes + + Project notes + + + + Put down your project notes here. + + + + Edit Actions + + + + &Undo + + + + Ctrl+Z + + + + &Redo + + + + Ctrl+Y + + + + &Copy + + + + Ctrl+C + + + + Cu&t + + + + Ctrl+X + + + + &Paste + + + + Ctrl+V + + + + Format Actions + + + + &Bold + + + + Ctrl+B + + + + &Italic + + + + Ctrl+I + + + + &Underline + + + + Ctrl+U + + + + &Left + + + + Ctrl+L + + + + C&enter + + + + Ctrl+E + + + + &Right + + + + Ctrl+R + + + + &Justify + + + + Ctrl+J + + + + &Color... + + + + + renameDialog + + Rename... + Renomer... + + + + sampleBuffer + + Open audio file + Ouvrir un fichier audio + + + All Audio-Files (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + Tous les fichiers audio (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + + + Wave-Files (*.wav) + Fichiers wave (*.wav) + + + OGG-Files (*.ogg) + Fichiers OGG (*.ogg) + + + VOC-Files (*.voc) + Fichiers VOC (*.voc) + + + AIFF-Files (*.aif *.aiff) + Fichiers AIFF (*.aif *.aiff) + + + AU-Files (*.au) + Fichiers AU (*.au) + + + RAW-Files (*.raw) + Fichiers RAW (*.raw) + + + + sampleTCO + + double-click to select sample + Double-cliquez pour choisir un échantillon + + + + sampleTrack + + Sample track + Piste échantillon + + + + songEditor + + Song-Editor + Editeur de morceau + + + Song control + Contrôle du morceau + + + Play song (Space) + Jouer le morceau (Espace) + + + Play/pause song (Space) + Jouer/suspendre le morceau (Espace) + + + Click here, if you want to play your whole song. Playing will be started at the song-position-marker (green). You can also move it while playing. + Cliquez ici si vous voulez jouer le morceau en entier. La lecture commencera au curseur de position (vert). Vous pouvez aussi bouger ce curseur pendant la lecture. + + + Stop song (Space) + Arrêter le morceau (Espace) + + + Click here, if you want to stop playing of your song. The song-position-marker will be set to the start of your song. + Cliquez ici si vous voulez arrêter la lecture du morceau. Le curseur de position sera positionné au début du morceau. + + + BPM + TEMPO + + + tempo of song + Tempo (BPM) du morceau + + + The tempo of a song is specified in beats per minute (BPM). If you want to change the tempo of your song, change this value. Every tact has four beats, so the tempo in BPM specifies, how many tacts / 4 should be played within a minute (or how many tacts should be played within four minutes). + + + + master output volume + Volume de la sortie principale + + + master pitch + Tonalité de la sortie principale + + + Edit + Editer + + + Add channel-track + Ajouter une piste cannal + + + Add beat/bassline + Ajouter un ryhtme/ligne de basse + + + Add sample-track + Ajouter une piste échantillon + + + Insert bar at current tact (Shift+Insert) + + + + If you click here, a tact will be inserted at the current tact. + + + + Remove bar at current tact (Shift+Delete) + + + + If you click here, the tact at the current tact will be removed. + + + + Stop playing song (Space) + Arrêter la lecture du morceau (Espace) + + + Insert tact at current tact (Shift+Insert) + + + + Remove tact at current tact (Shift+Delete) + + + + Master output volume: + Volume de la sortie principale : + + + Master output pitch: + Tonalité de la sortie principale : + + + semitones + Demi-tons + + + Project not saved + Projet non-sauvegardé + + + The current project was modified since last saving. Do you want to save it now? + Le projet courant à été modifié depuis la dernière sauvegarde. Voulez-vous le sauvegarder maintenant ? + + + %1 saved. + %1 sauvegardé. + + + Project NOT saved. + Projet NON sauvegardé. + + + Import file + Importer un fichier + + + MIDI-files (*.mid) + Fichiers MIDI (*.mid) + + + untitled + sans-titre + + + Select file for project-export... + Sélectionnez un fichier dans lequel exporter le projet... + + + File already exists + Le fichier existe déjà + + + The file "%1" already exists. Do you want to overwrite it? + Le fichier "%1" existe déjà. Voulez-vous l'écraser ? + + + Could not open file + Impossible d'ouvrir le fichier + + + Could not open file %1. You probably have no rights to read this file. Please make sure you have at least read-access to the file and try again. + Impossible d'ouvrir le fichier %1. +Assurez-vous d'avoir les droits d'accès en lecture au fichier et au répertoire qui contient ce fichier et réessayez. + + + Error in multimedia-project + Erreur dans le projet multimedia + + + The multimedia-project %1 seems to contain errors. LMMS will try its best to recover as much as possible data from this file. + Le projet mutlimedia %1 semble contenir des erreurs. LMMS va essayer de le récupérer un maximum des données contenues dans ce fichier. + + + The file %1 already exists. +Do you want to overwrite it? + Le fichier "%1" existe déjà. Voulez-vous l'écraser ? + + + Could not write file + Impossible d'écrir le fichier + + + Could not write file %1. You probably are not permitted to write to this file. Please make sure you have write-access to the file and try again. + Impossible d'enregistrer le fichier %1 +Vous n'êtes pas autorisé à écrir sur ce fichier. +Assurez-vous d'avoir les droits d'accès en écriture sur ce fichier et réessayez. + + + + soundGenerator + + Error while loading plugin + Erreur lors du chargement du greffon + + + The %1-plugin wasn't found! Using AudioFileProcessor with default settings instead. + + Le greffon %1 n'a pas été trouvé ! Utilisation du AudioFileProcessor avec les réglages par défaut. + + + + surroundArea + + click to where this channel should be audible + Cliquez à l'endroit où le canal doit être audible + + + + trackContainer + + Loading project... + Chargement du projet... + + + Cancel + Annuler + + + Please wait... + Merci de patienter... + + + Could not open file + Impossible d'ouvrir le fichier + + + Could not open file %1 for reading. +Please make sure you have read-permission to the file and the directory containing the file and try again! + Impossible d'ouvrir le fichier %1 en lecture. +Assurez-vous d'avoir les droits d'accès en lecture au fichier et au répertoire qui contient ce fichier et réessayez ! + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Impossible d'ouvrir le fichier %1 en écriture. +Assurez-vous d'avoir les droits d'accès en écriture au fichier et au répertoire qui contient ce fichier et réessayez ! + + + Importing MIDI-file... + Importation d'un fichier MIDI... + + + + trackContentObject + + Delete + Supprimer + + + Cut + Couper + + + Copy + Copier + + + Paste + Coller + + + + trackWidget + + Clone this track + Cloner cette piste + + + Delete this track + Supprimer cette piste + + + Move this track up + Déplacer cette piste vers le haut + + + Move this track down + Déplacer cette piste vers le bas + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Avec cet interrupteur vous pouvez rendre cette piste muette ou bien rendre toute les autres pistes muettes. +En cliquant gauche cette piste devient muette, c'est utile si vous voulez écouter les autres pistes sans modifier cette piste. +En cliquant droit sur ce bouton toutes les autres pistes deviennent muettes, c'est utile si vous voulez seulement écouter cette piste. + + + left click = mute this track +right click = mute all other tracks (solo) + Clic gauche = piste muette +Clic droit = toutes les autres pistes muettes (solo) + + + + tripleOscillator + + use frequency modulation for modulating oscillator 2 with oscillator 1 + + + + use amplitude modulation for modulating oscillator 2 with oscillator 1 + + + + mix output of oscillator 1 & 2 + + + + synchronize oscillator 1 with oscillator 2 + + + + use frequency modulation for modulating oscillator 3 with oscillator 2 + + + + use amplitude modulation for modulating oscillator 3 with oscillator 2 + + + + mix output of oscillator 2 & 3 + + + + synchronize oscillator 2 with oscillator 3 + + + + Osc %1 volume + + + + Osc %1 volume: + + + + With this knob you can set the volume of oscillator %1. When setting a value of 0 the oscillator is turned off. Otherwise you can hear the oscillator as loud as you set it here. + + + + Osc %1 panning + + + + Osc %1 panning: + + + + With this knob you can set the panning of the oscillator %1. A value of -100 means 100% left and a value of 100 moves oscillator-output right. + + + + Osc %1 coarse detuning + + + + Osc %1 coarse detuning: + + + + semitones + + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + + + + Osc %1 fine detuning left + + + + Osc %1 fine detuning left: + + + + cents + + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + + + + Osc %1 fine detuning right + + + + Osc %1 fine detuning right: + + + + With this knob you can set the fine detuning of oscillator %1 for the right channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + + + + Osc %1 phase-offset + + + + Osc %1 phase-offset: + + + + degrees + + + + With this knob you can set the phase-offset of oscillator %1. That means you can move the point within an oscillation where the oscillator begins to oscillate. For example if you have a sine-wave and have a phase-offset of 180 degrees the wave will first go down. It's the same with a square-wave. + + + + Osc %1 stereo phase-detuning + + + + Osc %1 stereo phase-detuning: + + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + + + + Click here if you want a sine-wave for current oscillator. + + + + Click here if you want a triangle-wave for current oscillator. + + + + Click here if you want a saw-wave for current oscillator. + + + + Click here if you want a square-wave for current oscillator. + + + + Click here if you want a moog-saw-wave for current oscillator. + + + + Click here if you want an exponential wave for current oscillator. + + + + Click here if you want a white-noise for current oscillator. + + + + Click here if you want a user-defined wave-shape for current oscillator. + + + + + visualizationWidget + + click to enable/disable visualization of master-output + Cliquez pour activer/désactiver la visualization de la sortie principale (master) + + + diff --git a/data/locale/ir.qm b/data/locale/ir.qm new file mode 100755 index 000000000..824549237 Binary files /dev/null and b/data/locale/ir.qm differ diff --git a/data/locale/ir.ts b/data/locale/ir.ts new file mode 100755 index 000000000..0fdd96ecd --- /dev/null +++ b/data/locale/ir.ts @@ -0,0 +1,2225 @@ + + + aboutDialog + + About LMMS... + درباره ی LMMS ... + + + About + درباره + + + Authors + نویسندگان + + + License + پروانه + + + Close + بستن + + + Linux MultiMedia Studio + Linux MultiMedia Studio + + + Translation + ترجمه + + + Current language not translated. + +If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Just contact the maintainer! + زبان جاری ترجمه نشده است. + +اگر مایل به ترجمه LMMS به زبان دیگری هستید یا می خواهید ترجمه های موجود را توسعه دهید, برای کمک به ما خوش آمدید! کافیست با نگاهدارنده تماس بگیرید! + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2005 LMMS-Developers + یک کارگاه ترکیب کننده ی قدرت مند -LMMS + +Copyright (c) 2004-2005 LMMS-Developers(مترجم : آسمان آبی) + + + + arpAndChordsTabWidget + + octave + نت + + + Major + Major + + + Majb5 + Majb5 + + + minor + minor + + + minb5 + mollb5 + + + sus2 + sus2 + + + sus4 + sus4 + + + aug + aug + + + augsus4 + augsus4 + + + tri + tri + + + 6 + 6 + + + 6sus4 + 6sus4 + + + 6add9 + madd9 + + + m6 + m6 + + + m6add9 + m6add9 + + + 7 + 7 + + + 7sus4 + 7sus4 + + + 7#5 + 7#5 + + + 7b5 + 7b5 + + + 7#9 + 7#9 + + + 7b9 + 7b9 + + + 7#5#9 + 7#5#9 + + + 7#5b9 + 7#5b9 + + + 7b5b9 + 7b5b9 + + + 7add11 + 7add11 + + + 7add13 + 7add13 + + + 7#11 + 7#11 + + + Maj7 + Maj7 + + + Maj7b5 + Maj7b5 + + + Maj7#5 + Maj7#5 + + + Maj7#11 + Maj7#11 + + + Maj7add13 + Maj7add13 + + + m7 + m7 + + + m7b5 + m7b5 + + + m7b9 + m7b9 + + + m7add11 + m7add11 + + + m7add13 + m7add13 + + + m-Maj7 + m-Maj7 + + + m-Maj7add11 + m-Maj7add11 + + + m-Maj7add13 + m-Maj7add13 + + + 9 + 9 + + + 9sus4 + 9sus4 + + + add9 + add9 + + + 9#5 + 9#5 + + + 9b5 + 9b5 + + + 9#11 + 9#11 + + + 9b13 + 9b13 + + + Maj9 + Maj9 + + + Maj9sus4 + Maj9sus4 + + + Maj9#5 + Maj9#5 + + + Maj9#11 + Maj9#11 + + + m9 + m9 + + + madd9 + madd9 + + + m9b5 + m9b5 + + + m9-Maj7 + m9-Maj7 + + + 11 + 11 + + + 11b9 + 11b9 + + + Maj11 + Maj11 + + + m11 + m11 + + + m-Maj11 + m-Maj11 + + + 13 + 13 + + + 13#9 + 13#9 + + + 13b9 + 13b9 + + + 13b5b9 + 13b5b9 + + + Maj13 + Maj13 + + + m13 + m13 + + + m-Maj13 + m-Maj13 + + + Chords + تار ها(Chords) + + + Chord range: + محدوده ی تار ها : + + + octave(s) + نت (ها) + + + Use this knob for setting the chord range in octaves. The selected chord will be played within specified amount of octaves. + از این دستگیره برای تنظیم محدوده ی تار ها در نت ها استفاده کنید.تار انتخاب شده در محدوده نت های مشخص شده پخش خواهد شد. + + + Range + محدوده + + + Arpeggio + آرپگیو(Arpeggio) + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + یک آرپگیو یک نوع دستگاه پخش است که موسیقی را زنده تر می کند.زه های این دستگاه (مثلا چنگ) مانند نت ها به صدا در می آیند.تنها تفاوت این است که این با سبک پی در پی انجام می شود پس نت ها همزمان اجرا نمی شوند.آرپگیو های رایج از سه گانه های ماژور و مینور هستنند.اما تعداد زیادی نت وجود دارد که می توانید انتخاب کنید. + + + Arpeggio range: + محدوده ی أرپگیو: + + + Use this knob for setting the arpeggio range in octaves. The selected arpeggio will be played within specified amount of octaves. + از این دسته برای تنظیم محدوده ی آرپگیو در نت های هشت گانه استفاده کنید.آرپگیو انتخاب شده در میان نت های مشخص شده پخش خواهد شد. + + + Arpeggio time: + زمان آرپگیو: + + + ms + م ث + + + Use this knob for setting the arpeggio time in milliseconds. The arpeggio time specifies how long each arpeggio-tone should be played. + از این دستگیره برای تنظیم زمان در آرپگیو به میلی ثانیه استفاده کنید.زمان آرپگیو مشخص می کند که چه مدت هر آهنگ آرپگیو پخش شود. + + + Arpeggio gate: + مدخل آرپگیو: + + + % + % + + + Use this knob for setting the arpeggio gate. The arpeggio gate specifies the percent of a whole arpeggio-tone that should be played. With this you can make cool staccato-arpeggios. + از این دستگیره برای تنظیم مدخل آرپگیو استفاده کنید.مدخل آرپگیو مشخص می کند که چند درصد از کل آهنگ آرپگیو باید پخش شود.با این می توانید آرپگیو های منقطع بسازید. + + + Time + زمان + + + Gate + مدخل + + + Direction: + جهت: + + + arpeggio direction = none = no arpeggio + جهت آرپگیو = هیچ = بدون أرپگیو + + + arpeggio direction = up + جهت آرپگیو = بالا + + + arpeggio direction = down + جهت آرپگیو = پایین + + + arpeggio direction = up and down + جهت آرپگیو = بالا و پایین + + + arpeggio direction = random + جهت آرپگیو = تصادفی + + + Chord range + محدوده ی تار + + + Arpeggio range + محدوده ی آرپگیو + + + Arpeggio time + زمان أرپگیو + + + Arpeggio gate + مدخل أرپگیو + + + Harmonic minor + Harmonic minor + + + Melodic minor + Melodic minor + + + Whole tone + Whole tone + + + Major pentatonic + Major pentatonic + + + Minor pentatonic + Minor pentatonic + + + Jap in sen + Jap in sen + + + Major bebop + Major bebop + + + Dominant bebop + Dominant bebop + + + Blues + Blues + + + Arabic + Arabic + + + Enigmatic + Enigmatic + + + Neopolitan + Neopolitan + + + Neopolitan minor + Neopolitan minor + + + Hungarian minor + Hungarian minor + + + Dorian + Dorian + + + Phrygolydian + Phrygolydian + + + Lydian + Lydian + + + Mixolydian + Mixolydian + + + Aeolian + Aeolian + + + Locrian + Locrian + + + Diminished + Diminished + + + + audioFileProcessor + + Amplify: + تقویت: + + + With this knob you can set the amplify-ratio. When you set a value of 100% your sample isn't changed. Otherwise it will be amplified up or down (your actual sample-file isn't touched!) + با این دستگیره می توانید نسبت تقویت را تنظیم کنید.وقتی مقدار را ۱۰۰٪ تنظیم می کنید نمونه ی شما تغییر نمی کند.در غیر اینصورت کم یا زیاد تفویت می شود(پرونده ی نمونه ی اصلی تغییر نمی کند!) + + + Startpoint: + نقطه ی شروع: + + + With this knob you can set the point where AudioFileProcessor should begin playing your sample. If you enable Looping-Mode, this is the point to which AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + با این دستگیره می توانید نقطه ای را که AudioFileProcessor پخش نمونه را باید شروع کند تنظیم کنید.اگر حالت-حلقه را فعال کرده باشید این نقطه ای خواهد بود که AudioFileProcessor بر می گردد اگر یک نوت بزرگتر از نمونه میان نقطه ی شروع تا پایان باشد. + + + Endpoint: + نقطه ی پایان: + + + With this knob you can set the point where AudioFileProcessor should stop playing your sample. If you enable Looping-Mode, this is the point where AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + با این دستگیره می توانید نقطه ای را که AudioFileProcessor باید پخش نمونه را متوقف کند مشخص کنید.اگر حالت-حلقه را فعال کرده باشید این نقطه ای است که AudioFileProcessor برمی گردد اگر یک نوت بزرگتر از نمونه میان نقطه ی شروع تا پایان باشد. + + + Click here, if you want to open another audio-file. After clicking on this button, a file-open-dialog appears and you can select your file. Settings like Looping-Mode, start- and end-point, amplify-value and so on are not reset, so please don't wonder if your sample doesn't sound like the original one... + اگذ می خواهید پرونده ی صوتی دیگری را باز کنید اینجا را کلیک کنید.بعد از کلیک این دکمه یک محاوره-باز کردن-پرونده ظاهر می شود و شما می توانید پرونده ی خود را انتخاب کنید.تنظیماتی مانند حالت-حلقه, نقطه ی شروع و پایان,مقدار تقویت و غیره بازنشانی نمی شوند, پس لطفا تعجب نکنید اگر نمونه های شما شبیه اصل شنیده نمی شوند... + + + Here you can set, whether Looping-Mode is enabled. If enabled, AudioFileProcessor loops between start- and end-point of a sample until the whole note is played. This is useful for things like string- and choir-samples. + اینجا می توانید تنظیم کنید که حالت-حلقه فعال شود.اگر فعال باشد,AudioFileProcessor بین نقطه ی شروع و پایان نمونه دور می زند تا تمام نوت پخش شود.این برای نمونه های هموخوانی و زهی مناسب است. + + + Activate this button, if your sample should be drawn with connected lines. This doesn't change the sound itself. It just gives you another view to your sample. + این دکمه را فعال کنید,اگر می خواهید نمونه های شما توسط خطوط متصل کشیده شود.این خود صدا را تغییر نمی دهد.فقط نمایشی دیگر از نمونه ی شما می دهد. + + + Activate this button, if your sample should be drawn with dots. This doesn't change the sound itself. It just gives you another view to your sample. + این دکمه را فعال کنید, اگر می خواهید نمونه ی شما توسط نقطه کشیده شود.این خود صدا را تغییر نمی دهد.فقط نمایشی دیگر از نمونه ی شما می دهد. + + + Amplify + تقویت + + + Start of sample + شروع نمونه + + + End of sample + پایان نمونه + + + + + + + If you enable this button, the whole sample is reversed. This is useful for cool effects, e.g. a reversed crash. + اگر این دکمه را فعال کنید,تمام نمونه معکوس می شود.این برای جلوه های جالب مانند یک تصادف معکوس مناسب است. + + + + bbEditor + + Play/pause current beat/bassline (Space) + پخش/درنگ خط-بم/تپش جاری(فاصله) + + + Stop playing of current beat/bassline (Space) + توقف پخش خط-بم/تپش جاری(فاصله) + + + Click here, if you want to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. + برای پخش خط-بم/تپش جاری اینجا را کلیک کنید.وقتی خط-بم/تپش به پایان می رسد خودکار دور می زند. + + + Click here, if you want to stop playing of current beat/bassline. + برای توقف پخش خط-بم/تپش جاری اینجا را کلیک کنید. + + + Beat+Bassline Editor + ویرایشگر خط-بم/تپش + + + + bbTCO + + Change name + تغییر نام + + + Reset name + باز نشانی نام + + + Change color + تغییر رنگ + + + Open in Beat+Bassline-Editor + در ویرایشگر خط-بم/تپش باز کن + + + + bbTrack + + Beat/Bassline %1 + خط-بم/تپش %1 + + + + browser + + Files + پرونده ها + + + Browser + مرور + + + Reload (F5) + بارگذاری مجدد (F5) + + + Send to active channel + ارسال به کانال فعال + + + Open in new channel/B+B Editor + در کانال جدید /ویرایشگر B+B باز کن + + + Open in new channel/Song-Editor + در کانال جدید / ویرایشگر تصنیف باز کن + + + + channelTrack + + With this knob you can set the volume of the opened channel. + Mit diesem Knopf können Sie die Lautstärke des geöffneten Kanals ändern. + + + Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature. + در میان این مستطیل می توانید محلی را که کانال باید صدادار باشد را تنظیم کنید.برای لذت بردن از این امکانات باید کارت صوتی داشته باشید که حداقل از surround 4.0 پشتیبانی کند. + + + Save current channel settings in a preset-file + ذخیره ی تنظیمات کانال جاری در یک فایل از پیش چیده شده + + + Channel volume + حجم کانال + + + Channel volume: + حجم کانال: + + + Channel-Settings-File (*.cs.xml) + پرونده-تنظیمات-کانال (*.cs.xml) + + + Save channel-settings in file + ذخیزه ی تنظیمات-کانال در پرونده + + + VOLUME + حجم + + + FX CHNL + کانال FX + + + ENV/LFO/FILTER + ENV/LFO/FILTER + + + ARP/CHORD + ARP/CHORD + + + PLUGIN + اضافات + + + Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser. + اگر می خواهید تنظیمات کانال جاری را در پرونده-از قبل چیده شده ذخیره کنید اینجا را کلیک کنید.بعدا شما می توانید این چیده شده را در مرور گر از پیش چیده شده بار گذاری کنید. + + + + configManager + + Setup LMMS + برپایی LMMS + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. + +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + + +Now click on 'Next' to get to the next page. + برای اجرای صحیح, LMMS باید برپا شود.این جادوگر به شما کمک می کند تا نصب شخصی LMMS خود را برپا کنید. +اگر شک دارید که چه کنید در قدم اول «بعدی» را کلیک کنید.LMMS به طور خودکار بهترین حالت را برای شما انتخاب خواهد کرد. + +حالا برای رفتن به صفحه ی بعد «بعدی» را کلیک کنید. + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + + +Please select a directory: + برای کار با LMMS به یک پوشه ی کار نیازمندید. +این پوشه برای مرتب کردن پروژه ها,نمونه ها,از پیش چیده شده ها و غیره به کار کی رود. + + +لطفا یک پوشه را انتخاب کنید: + + + For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory. +When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size. + + برای استفاده از پیش تعیین شده ها و نمونه های LMMS و لذت بردن از ترانه های نمایشی,این پرونده ها باید به پوشه ی کار LMMS شما کپی یا پیوند شوند. +وقتی پرونده ها کپی شوند,شما می توانید آنها را تغییر دهید,اما آنها فضای اضافی در پوشه ی کاری شما احتیاج دارند.اگر آنها را پیوند دهید,نمی توانید آنها را تغییر دهید,ولی به فضای اضافی احتیاج ندارند.پس پیشنهاد می شود که از پیش چیده شده ها و پروژه های نمایشی را کپی و نمونه ها را که بزرگتر هستند را پیوند کنید. + + + samples: + نمایشی: + + + copy + کپی + + + link + پیوند + + + presets: + از پیش چیده ها: + + + demo projects: + پروژه های نمایشی: + + + Welcome to LMMS + به LMMS خوش أمدید + + + Select working directory + پوشه ی کار را انتخاب کنید + + + Copy or link files + کپی یا پیوند پرونده ها + + + Choose LMMS-working-directory + پوشه ی کار LMMS را انتخاب کنید + + + Directory not existing + پوشه وجود ندارد + + + Error in configuration-file + اشتباه در پرونده ی تنظیمات + + + Error while parsing configuration-file %1. +The setup-wizard will be shown for reconfiguring LMMS. + اشتباه در تحلیل پرونده ی تنظیمات %1. +جادوگر برپایی برای تنظیم مجدد LMMS نمایش داده خواهد شد. + + + The directory you specified does not exist. Create it? + پوشه ای که مشخص کرده اید وجود ندارد.ایجاد شود؟ + + + < &Back + < &عقب + + + &Finish + &تمام + + + Could not save config-file + پرونده ی تنظیمات ذخیره نشد + + + Could not save configuration file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + پرونده ی تنظیمات %1 ذخیره نشد.احتمالا مجوز نوشتن در این پرونده را ندارید. +لطفا مطمئن شوید دسترسی-نوشتن در این پرونده را دارید و دوباره تلاش کنید. + + + Version mismatches + نسخه نامنطبق است + + + Accordingly to the information in your LMMS-configuration-file you seem +to have run a different (probably older) version of LMMS before. +It is recommended to run the setup-wizard again to ensure that +the latest samples, presets, demo-projects etc. are installed in your +LMMS-working-directory. Run the setup-wizard now? + برا اساس اطلاعات شما در پرونده ی تنظیمات LMMS به نظر می رسد +که قبلا نسخه ای متفاوت(احتمالا قدیمی تر) را اجرا می کردید. +پیشنهاد می شود که جادوگر برپایی را دوباره اجرا کنید تا مطمئن شوید +آخرین نمونه ها,از پیش چیده ها,پروژه های نمایشی و غیره در پوشه ی +کار LMMS شما نصب شده اندجادوگر برپایی حالا اجرا شود؟ + + + &Cancel + &لغو + + + &Next > + &بعدی > + + + + envelopeAndLFOWidget + + Predelay: + پبش تاخیر(Predelay): + + + Use this knob for setting predelay of the current envelope. The bigger this value the longer the time before start of actual envelope. + از این دستگیره برای تنظیم پیش تاخیر پاکت جاری استفاده کنید.هرچه این مقدار بیشتر باشد زمان بیشتری قبل از شروع واقعی پاکت طول می کشد. + + + Attack: + تهاجم(Attack): + + + Use this knob for setting attack-time of the current envelope. The bigger this value the longer the envelope needs to increase to attack-level. Choose a small value for instruments like pianos and a big value for strings. + از این دستگیره برای تنظیم زمان تهاجم پاکت جاری استفاده کنید.هرچه این مقدار بیشتر باشد پاکت زمان بیشتزی برای افزایش تا سطح تهاجم نیاز دازد.مقدار کم را برای دستگاه هایی مانند پیانو و مقدار زیاد را برای زهی استفاده کنید. + + + Hold: + نگهداری(Hold): + + + Use this knob for setting hold-time of the current envelope. The bigger this value the longer the envelope holds attack-level before it begins to decrease to sustain-level. + از این دستگیره برای تنظیم زمان تامل پاکت جاری استفاده کنید.هرچه این مقدار بیشتر باشد بیشتر طول می کشد تا پاکت سطح تهاجم را قبل از کاهش یه سطح تقویت(sustain-level) نگهدارد. + + + Decay: + محو شدن(Decay): + + + Use this knob for setting decay-time of the current envelope. The bigger this value the longer the envelope needs to decrease from attack-level to sustain-level. Choose a small value for instruments like pianos. + از این دستگیره برای تنظیم زمان محو شدن پاکت جاری استفاده کنید. هرچه این مقدار بیشتر باشد زمان بیشتری برای کاهش از سطح تهاجم به سطح تقویت طول کشد.مقدار کمی را برای دستگاه هایی مانند پیانو انتخاب کنید. + + + Sustain: + تقویت(Sustain): + + + Use this knob for setting sustain-level of the current envelope. The bigger this value the higher the level on which the envelope stays before going down to zero. + از این دستگیره برای تنظیم سطح تقویت(Sustain Level) پاکت جاری استفاده کنید. هرچه این مقدار بیشتر باشد پاکت در سطح بالاتری قبل از نزول به صفر قرار می گیرد. + + + Release: + رهایی(Release): + + + Modulation amount: + میزان مدولاسیون: + + + LFO-predelay: + پیش تاخیر-LFO: + + + Use this knob for setting predelay-time of the current LFO. The bigger this value the the time until the LFO starts to oscillate. + ار این دستگیره برای تنظیم زمان پیش تاخیر LFO جاری استفاده کنید.هرچه این مقدار بیشتر باشد زمان بیشتزی تا شروع نوسان LFO طول می کشد. + + + LFO-attack: + تهاجم (LFO-attack): + + + Use this knob for setting attack-time of the current LFO. The bigger this value the longer the LFO needs to increase its amplitude to maximum. + از این دستگیره برای تنظیم زمان تهاجم LFO جاری استفاده کنید.هرچه این مقدار بیشتر باشد LFO زمان بیشتزی برای افزایش دامنه به مقدار ماکزیمم نیاز دازد. + + + LFO-speed: + سرعت-LFO: + + + Use this knob for setting speed of the current LFO. The bigger this value the faster the LFO oscillates and the faster will be your effect. + از این دستگیره برای تنظیم سرعت LFO استفاده کنید. هرچه این مقدار بیشتر باشد LFO سریع تر نوسان می کند و جلوه ی شما سریع تر خواهد بود. + + + Use this knob for setting modulation amount of the current LFO. The bigger this value the more the selected size (e.g. volume or cutoff-frequency) will be influenced by this LFO. + از این دسته برای تنظیم مقدار مذولاسیون LFO جاری استفاده کنید.هرچه این مقدار بیشتر باشد اندازه ی منتخب بیشتری(برای مثال حجم یا فرکانس گوشه ای) تحت تاثیر این LFO قرار می گیرد. + + + Click here if you want a sine-wave for current oscillator. + اگر یک موج سینوسی برای نوسان ساز جاری می خواهید اینجا را کلیک کنید. + + + Click here if you want a triangle-wave for current oscillator. + اگر یک موج مثلثی برای نوسان ساز جاری می خواهید اینجا را کلیک کنید. + + + Click here if you want a saw-wave for current oscillator. + اگر یک موج اره ای برای نوسان ساز جاری می خواهید اینجا را کلیک کنید. + + + Click here if you want a square-wave for current oscillator. + اگر یک موج مربعی برای نوسان ساز جاری می خواهید اینجا را کلیک کنید. + + + ms/LFO: + ms/LFO: + + + Predelay-time + زمان پیش تاخیر + + + Attack-time + زمان تهاجم + + + Hold-time + زمان نگهداری(Hold) + + + Decay-time + زمان محو(Decay) + + + Sustain-level + سطح تقویت(Sustain-level) + + + Release-time + زمان رهایی(Release) + + + Modulation amount + مقدار مدولاسیون + + + LFO-predelay-time + LFO-Verzögerung + + + LFO-attack-time + زمان تهاجم-LFO + + + LFO-speed + سرعت-LFO + + + LFO-modulation-amount + میزان مدولاسیون-LFO + + + Use this knob for setting release-time of the current envelope. The bigger this value the longer the envelope needs to decrease from sustain-level to zero. Choose a big value for soft instruments like strings. + از این دستگیره برای تنظیم زمان رهایی پاکت جاری استفاده کنید. هرچه این مقدار بیشتر باشد زمان بیشتری برای کاهش از سطح تقویت به صفر طول کشد.مقدار زیاد را برای دستگاه های زهی انتخاب کنید. + + + Use this knob for setting modulation amount of the current envelope. The bigger this value the more the according size (e.g. volume or cutoff-frequency) will be influenced by this envelope. + از این دسته برای تنظیم مقدار مذولاسیون پاکت جاری استفاده کنید.هرچه این مقدار بیشتر باشد اندازه ی منتخب بیشتری(برای مثال حجم یا فرکانس گوشه ای) تحت تاثیر این پاکت قرار می گیرد. + + + Click here if the frequency of this LFO should be multiplied with 100. + اگر مقدار فرکانس این LFO باید در ۱۰۰ ضرب شود اینجا را کلیک کنید. + + + multiply LFO-frequency with 100 + ضرب فرکانس LFO در ۱۰۰ + + + Click here to make the envelope-amount controlled by this LFO. + برای اینکه میزان پاکت توسط این LFO کنترل شود اینجا را کلیک کنید. + + + control envelope-amount by this LFO + کنترل مقدار پاکت توسط این LFO + + + DELAY + تاخیر-DELAY + + + ATTACK + تهاجم-ATTACK + + + HOLD + نگهداری-HOLD + + + DECAY + محو-DECAY + + + SUSTAIN + تقویت-SUSTAIN + + + RELEASE + رهایی-RELEASE + + + AMOUNT + میزان-AMOUNT + + + SPEED + سرعت-SPEED + + + + envelopeTabWidget + + Vol + حجم + + + Cut + برش + + + Res + Res + + + Filter + فیلتر + + + LowPass + پایین گذر + + + HiPass + بالا گذر + + + BandPass csg + میان گذر csg + + + BandPass czpg + میان گذر czpg + + + Notch + نچ + + + Allpass + تمام گذر + + + Moog + موگ Moog + + + Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound. + Hier können Sie den eingebauten Filter wählen, den Sie in diesem Kanal verwenden wollen. Filter sind sehr wichtig, um den Charakter eines Klangs zu ändern. + + + Hz + Hz + + + Q/Resonance: + Q/رزونانس: + + + Use this knob for setting Q/Resonance for the selected filter. Q/Resonance tells the filter, how much it should amplify frequencies near Cutoff-frequency. + از این دستگیره برای تنظیم Q/رزونانس فیلتر انتخاب شده استفاده کنید.Q/رزونانس به فیلتر می گوید که چقدر باید دامنه را نزدیک فرکانس گوشه ای زیاد کند. + + + Q/Resonance + Q/رزونانس + + + Use this knob for setting the state of this filter. When setting to 0, the filter isn't used (improves performance). Otherwise it's used. + از این دستگیره برای تنظیم وضعیت فیلتر استفاده کنید.هنگام تنظیم روی ۰ از فیلتر استفاده نمی شود(برای بهبود کارایی).در غیر این صورت از آن استفاده می شود. + + + 2x LowPass + پایین گذر 2x + + + 2x Moog + موگ Moog 2x + + + These tabs contain envelopes. They're very important for modifying a sound, for not saying that they're almost always neccessary for substractive synthesis. For example if you have a volume-envelope, you can set when the sound should have which volume-level. Maybe you want to create some soft strings. Then your sound has to fade in and out very softly. This can be done by setting a large attack- and release-time. It's the same for other envelope-targets like panning, cutoff-frequency of used filter and so on. Just monkey around with it! You can really make cool sounds out of a saw-wave with just some envelopes...! + این سربرگ ها پاکت ها را در برمی گیرند.اگر نگوییم تقریبا همیشه برای ترکیبات پایه به آنها نیاز داریم,برای تغییر یک صدا بسیار مهم هستند.برای مثال اگر شما یک حجم-پاکت(volume-envelope)داشته باشید,می توانید تنظیم کنید که صدا در چه جایی چه حجمی باید داشته باشد.شاید بخواهید تعدادی تار سبک ایجاد کنید.پس صدای شما باید به نرمی ظاهر و محو شود.این کار با تنظیم بزرگ زمان تهاجم و رهایی انجام می شود.کافیست کمی شیطنت کنید.شما می توانید صداهای جالبی را از یک اره ای بسازید و فقط با مقداری پاکت بسازید...! + + + cutoff-frequency + فرکانس گوشه ای + + + cutoff-frequency: + فرکانس گوشه ای: + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + از این دستگیره برای تنظیم فرکانس گوشه ای فیلتر انتخاب شده استفاده کنید.فرکانس گوشه ای فرکانس برش سیگنال توسط فیلتر را مشخص می کند.برای مثال یک فیلتر پایین گذر تمام فرکانس های بالاتر از فرکانس برش را می برد.یک فیلتر بالاگذر تمام فرکانس های پایین تر از فرکانس گوشه ای را می برد و به همین ترتیب ... + + + Filter-state (on/off) + وضعیت فیلتر(روشن/خاموش) + + + State + وضعیت + + + + exportProjectDialog + + Could not open file + پرونده باز نشد + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + پرونده ی %1 برای نوشتن باز نشد. +لطفا مطمئن شوید اجازه ی نوشتن در پرونده و پوشه ی محتوی پرونده را دارید و دوباره تلاش کنید! + + + + Uncompressed Wave-File (*.wav) + پرونده Wave فشرده نشده(*.wav) + + + Compressed OGG-File (*.ogg) + پرونده ی OGG فشرده شده(*.ogg) + + + Type: + نوع: + + + kbps: + kbps: + + + variable bitrate + Variable Bitrate + + + use high-quality-mode (recommened) + استفاده از کیفیت بالا(پیشنهاد شده) + + + Export + استخراج + + + Cancel + لغو + + + Export failed + استخراج شکست خورد + + + Linux MultiMedia Studio + Linux MultiMedia Studio + + + Rendering: + ارائه دادن(Rendering): + + + Export project to %1 + استخراج پرونده به %1 + + + The project-export failed, because the output-file/-device could not be opened. +Make sure, you have write access to the selected file/device! + استخراج پرونده شکست خورد,به خاطر اینکه پرونده/دستگاه خروجی باز نشد. +مطمئن شوید به پرونده/دستگاه خروجی دسترسی برای نوشتن دارید! + + + Exporting project to %1 + در حال استخراج پرونده به %1 + + + + knob + + &Help + &راهنما + + + &Reset (%1%2) + &باز نشانی (%1%2) + + + &Copy value (%1%2) + کپی &مقدار (%1%2) + + + &Paste value (%1%2) + چسباندن &مقدار (%1%2) + + + Connect to MIDI-device + اتصال به دستگاه MIDI + + + + lmmsMainWin + + Windows + پنجره ها + + + Setting up main-window and workspace... + برپایی پنجره ی اصلی و فضای کار... + + + Creating new song... + ایجاد ترانه ی جدید... + + + Creating GUI... + ایجاد GUI ... + + + Show/Hide EffectBoard + مخفی کردن/نمایش تابلو جلوه + + + &New + &جدید + + + &Open... + &باز کن... + + + &Save + &ذخیره کن + + + Save &As... + ذ&خیره به صورت... + + + E&xport + استخرا&ج + + + &Quit + &خروج + + + Help + راهنما + + + About + درباره + + + &Help + &راهنما + + + Show/Hide Piano-Roll + نمایش/مخفی کردن غلتک پیانو + + + What's this? + این چیست؟ + + + Show/Hide Beat+Bassline Editor + نمایش/مخفی کردن ویرایشگر خط-بم/تپش + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + با فشار این دکمه,می توانید ویرایشگر خط-بم/تپش را نمایش دهید یا مخفی کنید.ویرایشگر خط-بم/تپش برای تنظیم تپش ها,باز کردن,اضافه و حذف کانال ها,کپی و چسباندن تپش ها و الگو های خط تپش و چیزهای شبیه به آن لازم است. + + + Show/Hide Song-Editor + نمایش/مخفی کردن ویرایشگر ترانه + + + By pressing this button, you can show or hide the Song-Editor. With the Song-Editor you can edit the song and set when and which track should be played. You can also insert and move samples (e.g. rap-samples) directly in the playlist. + با فشار این دکمه می توانید ویرایشگر ترانه نمایش دهید یا مخفی کنید.با ویرایشگر ترانه می توانید ترانه را ویرایش کنید و تنظیم کنید که چه وقت و کی یک باریکه(track) پخش شود.همچنین می توانید نمونه ها را مستقیما در لیست پخش جابجا کنید. + + + My samples + نمونه های من + + + My presets + پیش ساخته های من + + + My projects + پروژه های من + + + Loading song... + بار گذاری ترانه... + + + &Settings + &تنظیمات + + + Show setup wizard + نمایش جادوگر برپایی + + + MultiMedia Project (*.xml) + پروژه ی چندرسانه ای(*.xml) + + + Show/Hide Project notes + مخفی کردن/نمایش یادداشت های پروژه + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + با فشار این دکمه می توانید پنجره ی یادداشت ها را نمایش یا مخفی کنید.در این پنجره می توانید یادداشت های پروژه ی خود را قرار دهید. + + + By pressing this button, you can show or hide the EffectBoard. The EffectBoard is a very powerful tool for managing effects for your song. You can insert effects into different effect-channels. + با فشار این دکمه می توانید تابلو جلوه را نمایش دهید یا مخفی کنید.تابلو جلوه ابزار قدرت مندی برای مدیریت جلوه های ترانه ی شما می باشد.شما می توانید جلوه ها را در کانال های جلوه ی مختلف قرار دهید. + + + LMMS %1 + LMMS %1 + + + Create new project + ایجاد پروژه ی جدید + + + Ctrl+N + Ctrl+N + + + Open existing project + باز کردن پروژه ی موجود + + + Ctrl+O + Ctrl+O + + + Save current project + ذخیره ی پروژه ی جاری + + + Ctrl+S + Ctrl+S + + + Export current project + استخراج پروژه ی جاری + + + Ctrl+E + Ctrl+E + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + با فشار این دکمه می توانید غلتک پیانو را نمایش دهید یا مخفی کنید.با کمک غلتک پیانو می توانید الگو های أهنگ را به سادگی ویرایش کنید. + + + &Project + &پروژه + + + Open project + باز کردن پروژه + + + Save project + ذخیره ی پروژه + + + Song management + مدیریت ترانه + + + Import file + وارد کردن پرونده + + + + pattern + + Change name + تغییر نام + + + Reset name + باز نشانی نام + + + Freeze + انجماد + + + Unfreeze + نامنجمد + + + Clear all notes + پاک کردن تمامی نت ها + + + Cannot freeze pattern + الگو منجمد نشد + + + The pattern currently cannot be freezed because you're in play-mode. Please stop and try again! + الگوی جاری منجمد نشد زیرا شما در حالت پخش هستید.لطفا توقف کنید و دوباره تلاش کنید! + + + double-click to open this pattern in piano-roll + برای باز کردن الگو در غلتک پیانو دوبار کلیک کنید + + + Open in piano-roll + در غلتک پیانو باز کن + + + Refreeze + انجماد مجدد + + + Channel muted + کانال بی صدا شده + + + The channel this pattern belongs to is currently muted, so freezing makes no sense! Do you still want to continue? + کانالی که این الگو به أن تعلق دارد بی صدا شده است,بنابر این انجماد تغییری ایجاد نمی کند!آیا هنوز می خواهید ادامه دهید؟ + + + + patternFreezeStatusDialog + + Freezing pattern... + انجماد الگو... + + + Cancel + لغو + + + + pianoRoll + + Click if you want to draw, resize or move single notes (= key 'D') + اگر می خواهید نت های مجزا را تغییر اندازه,جابجا یا رسم کنید کلیک کنید(=کلید 'D') + + + Click if you want to erase single notes (= key 'E') + اگر می خواهید نت های مجزا را پاک کنید انیجا را کلیک کنید(= کلید 'E') + + + Click if you want to select notes (= key 'S') + اگر می خواهید نت ها را انتخاب کنید اینجا را کلیک کنید(= کلید 'S') + + + Click if you want to move selected notes (= key 'M') + اگر می خواهید نت ها را جابجا کنید اینجا را کلیک کنید(= کلید 'M') + + + If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode. + اگر اینجا را کلیک کنید,حالت پاک کردن فعال می شود.دراین حالت شما می توانید نت های مجزا را پاک کنید. همچنین می توانید با فشار کلید 'E' از صفحه کلید این حالت را فعال کنید. + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + اگر اینجا را کلیک کنید,حالت انتخاب کردن فعال می شود.دراین حالت شما می توانید نت ها را انتخاب کنید.این لازم است اگر می خواهید که نت ها را ببرید,کپی کنید یا بچسبانید یا حذف یا جابجا کنید.همچنین می توانید با فشار کلید 'S' از صفحه کلید این حالت را فعال کنید. + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + اگر اینجا را کلیک کنید,حالت جابجایی فعال می شود.در این حالت می توانید نت های انتخاب شده در حالت انتخاب را جابجا کنید.همچنین می توانید با فشار کلید 'M' از صفحه کلید این حالت را فعال کنید. + + + Cut selected notes (Ctrl+X) + برش نت های انتخاب شده(Ctrl+X) + + + Copy selected notes (Ctrl+C) + کپی نت های انتخاب شده(Ctrl+C) + + + If you click here, selected notes will be cut into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + اگر اینجا را کلیک کنید,نت های انتخاب شده در حافظه ی موقت بریده می شوند.شما با کلیک دکمه ی چسباندن می توانید آنها را در هرجا از الگو بچسبانید. + + + If you click here, selected notes will be copied into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + اگر اینجا را کلیک کنید,نت های انتخاب شده در حافظه ی موقت کپی می شوند.شما با کلیک دکمه ی چسباندن می توانید آنها را در هرجا از الگو بچسبانید. + + + If you click here, the notes from the clipboard will be pasted at the first visible tact. + اگر اینجا را کلیک کنید,نت ها از حا فظه ی موقت در اولین بخش قابل مشاهده چسبانده می شوند. + + + Paste notes from clipboard (Ctrl+V) + چسباندن نت ها از حافظه ی موقت(Ctrl+V) + + + Play/pause current pattern (Space) + پخش/مکث الگوی جاری (فاصله) + + + Stop playing of current pattern (Space) + توقف پخش الگوی جاری (فاصله) + + + Click here, if you want to play the current pattern. This is useful while editing it. The pattern is automatically looped when its end is reached. + اگر می خواهید الگوی جاری را پخش کنید, اینجا را کلیک کنید.این در هنگام ویرایش آن مفید است.الگو به طور خودکار دور می زند وقتی به انتهای خود برسد. + + + Click here, if you want to stop playing of current pattern. + اگر می خواهید پخش الگوی جاری را متوقف کنید, اینجا را کلیک کنید. + + + If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode. + اگر اینجا را کلیک کنید,حالت ترسیم فعال می شود.در این حالت می توانید نت های مجزا را اضافه,تغییر اندازه و جابجا کنید.این حالت پیش فرضی است که بیشتر وقت ها از آن استفاده می شود.همچنین می توانید با فشار کلید 'D' از صفحه کلید این حالت را فعال کنید. + + + Piano-Roll - %1 + غلتک پیانو - %1 + + + Record notes from MIDI-device to current pattern + ذخیره ی نت ها از دستگاه-MIDI به الگوی جاری + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can edit, play etc. them afterwards. + اگر می خواهید نت ها را از دستگاه-MIDI یا تست مجازی پیانو مطابق کانال-پنجره در الگوی جاری ضبط کنید,اینجا را کلیک کنید.در هنگام ضبط,تمام نت های در حال پخش شما در این الگو نوشته می شود و شما سپس می توانید آنها را ویرایش,پخش و ...کنید. + + + Piano-Roll - no pattern + غلتک پیانو - بدون الگو + + + Please open a pattern by double-clicking on it! + لطفا یک الگو را با دوبار کلیک روی أن باز کنید! + + + + pluckedStringSynth + + Pick position + برگزیدن موقعیت + + + Pick position: + برگزیدن موقعیت: + + + Pickup position + برداشتن موقعیت + + + Pickup position: + برداشتن موقعیت: + + + + projectNotes + + Put down your project notes here. + یادداشت های پروژه ی خود را اینجا قرار دهید. + + + Project notes + یادداشت های پروژه + + + Edit Actions + ویرایش کنش ها + + + &Undo + &واچینی + + + Ctrl+Z + Ctrl+Z + + + &Redo + &بازچینی + + + Ctrl+Y + Ctrl+Y + + + &Copy + &کپی + + + Ctrl+C + Ctrl+C + + + Cu&t + &برش + + + Ctrl+X + Ctrl+X + + + &Paste + &چسباندن + + + Ctrl+V + Ctrl+V + + + Format Actions + قالب بندی کنش ها + + + &Bold + &برجسته + + + Ctrl+B + Ctrl+B + + + &Italic + &خوابیده + + + Ctrl+I + Ctrl+I + + + &Underline + &زیرخط + + + Ctrl+U + Ctrl+U + + + &Left + &چپ + + + Ctrl+L + Ctrl+L + + + C&enter + &مرکز + + + Ctrl+E + Ctrl+E + + + &Right + &راست + + + Ctrl+R + Ctrl+R + + + &Justify + &تراز + + + Ctrl+J + Ctrl+J + + + &Color... + &رنگ... + + + + renameDialog + + Rename... + تغییر نام... + + + + sampleBuffer + + All Audio-Files (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + تمام پرونده های صوتی(*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + + + Wave-Files (*.wav) + Wave- پرونده های(*.wav) + + + OGG-Files (*.ogg) + OGG-پرونده های (*.ogg) + + + VOC-Files (*.voc) + VOC-پرونده های (*.voc) + + + AIFF-Files (*.aif *.aiff) + AIFF-پرونده های (*.aif *.aiff) + + + AU-Files (*.au) + AU-پرونده های (*.au) + + + RAW-Files (*.raw) + RAW-پرونده های (*.raw) + + + Open audio file + باز کردن پرونده ی صوتی + + + + sampleTCO + + double-click to select sample + برای انتخاب نمونه دوبار کلیک کنید + + + + sampleTrack + + Sample track + تراک نمونه + + + + songEditor + + Play/pause song (Space) + پخش/توقف ترانه(فاصله) + + + Stop playing song (Space) + توقف پخش ترانه (فاصله) + + + Insert bar at current tact (Shift+Insert) + درج میله در بخش جاری(Shift+Insert) + + + Remove bar at current tact (Shift+Delete) + حذف میله از بخش جاری(Shift+Delete) + + + Click here, if you want to stop playing of your song. The song-position-marker will be set to the start of your song. + اگر می خواهید پخش ترانه ی خود را متوقف کنید اینجا را کلیک کنید.سازنده موقعیت ترانه به شروع ترانه تنظیم خواهد شد. + + + untitled + بدون نام + + + File already exists + پرونده از قبل وجود داشته است + + + Could not open file + پرونده باز نشد + + + Could not open file %1. You probably have no rights to read this file. Please make sure you have at least read-access to the file and try again. + پرونده ی %1 باز نشد.احتمالا حق خواندن این پرونده را ندارید.لطفا مطمئن شوید حداقل دسترسی خواندن پرونده را دارید و دوباره تلاش کنید. + + + Error in multimedia-project + اشتباه در پروژه ی مولتی مدیا + + + The multimedia-project %1 seems to contain errors. LMMS will try its best to recover as much as possible data from this file. + به نظر می رسد پروژه مولتی مدیا %1 دارای اشتباه باشد.LMMS تمام سعی خود را برای بازیابی هرچه بیشتر اطلاعات این پرونده خواهد کرد. + + + Could not write file + پرونده نوشته نشد + + + Could not write file %1. You probably are not permitted to write to this file. Please make sure you have write-access to the file and try again. + پرونده ی %1 نوشته نشد.احتمالا اجازه ی نوشتن در این پرونده را ندارید.لطفا مطمئن شوید دسترسی نوشتن در این پرونده را دارید و دوباره تلاش کنید. + + + Song-Editor + ویرایشگر ترانه + + + The file "%1" already exists. Do you want to overwrite it? + پرونده ی "%1" از قبل وجود داشته است.آیا می خواهید آن را بازنویسی کنید؟ + + + Click here, if you want to play your whole song. Playing will be started at the song-position-marker (green). You can also move it while playing. + اگر می خواهید تمام ترانه ی خود را پخش کنید اینجا را کلیک کنید.پخش از محل سازنده ی موقعیت شروع خواهد شد(سبز).همچنین می توانید در حال پخش آن را جابجا کنید. + + + Song control + کنترل ترانه + + + Play song (Space) + پخش ترانه(فاصله) + + + Stop song (Space) + توقف ترانه (فاصله) + + + BPM + BPM + + + The tempo of a song is specified in beats per minute (BPM). If you want to change the tempo of your song, change this value. Every tact has four beats, so the tempo in BPM specifies, how many tacts / 4 should be played within a minute (or how many tacts should be played within four minutes). + گام ترانه بر حسب بیت در دقیقه مشخص می شود(BPM).اگر می خواهید گام ترانه را تغییر دهید,این مقدار را عوض کنید.هر بخش چهار بیت دارد,پس گام به صورت (BPM) مشخص مس کند,چه مقدار ۴/بخش در یک دقیقه باید پخش شود(یا چند بخش در چهار دقیقه باید پخش شود). + + + master output volume + حجم خروجی اصلی + + + master pitch + دانگ صدا(Pitch) + + + Edit + ویرایش + + + If you click here, a tact will be inserted at the current tact. + اگر اینجا کلیک کنید,یک بخش در بخش جاری درج خواهد شد. + + + If you click here, the tact at the current tact will be removed. + اگر اینجا کلیک کنید,یک بخش از بخش جاری حذف خواهد شد. + + + Insert tact at current tact (Shift+Insert) + درج بخش در بخش جاری (Shift+Insert) + + + Remove tact at current tact (Shift+Delete) + حذف بخش از بخش جاری (Shift+Delete) + + + Master output volume: + حجم خروجی اصلی: + + + Master output pitch: + دانگ خروجی اصلی: + + + semitones + نیم صدا ها (semitones) + + + tempo of song + گام ترانه(tempo) + + + Add channel-track + اضافه ی کانال-باریکه + + + Add beat/bassline + اضافه ی خط بم/تپش (beat/baseline) + + + Add sample-track + اضافه ی باریکه ی نمونه + + + %1 saved. + %1 ذخیره شد. + + + Project NOT saved. + پروژه ذخیره نشد. + + + The file %1 already exists. +Do you want to overwrite it? + پرونده %1 از وجود داشته است. +آیا مایل به بازنویسی پرونده هستید؟ + + + Select file for project-export... + پرونده را برای استخراج پروژه مشخص کنید... + + + Project not saved + پروژه ذخیره نشده + + + The current project was modified since last saving. Do you want to save it now? + پروژه جاری بعد از آخرین ذخیره تغییر یافته است.آیا اکنون مایل به ذخیره ی آن هستید؟ + + + Import file + وارد کردن پرونده + + + MIDI-files (*.mid) + MIDI-پرونده های (*.mid) + + + + soundGenerator + + Error while loading plugin + در بارگذاری اضافات اشتباه رخ داد + + + The %1-plugin wasn't found! Using AudioFileProcessor with default settings instead. + + %1-Plugin یافت نشد! +استفاده از تنظیمات پیش فرض AudioFileProcessor. + + + + surroundArea + + click to where this channel should be audible + در جایی که این کانال باید صدادار باشد کلیک کنید + + + + trackContainer + + Loading project... + بارگذاری پروژه... + + + Cancel + لغو + + + Please wait... + لطفا صبر کنید... + + + Could not open file + پرونده باز نشد + + + Could not open file %1 for reading. +Please make sure you have read-permission to the file and the directory containing the file and try again! + پرونده ی %1 برای خواندن باز نشد. +لطفا مطمئن شوید اجازه ی خواندن در پرونده و پوشه ی محتوی پرونده را دارید و دوباره تلاش کنید! + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + پرونده ی %1 برای نوشتن باز نشد.لطفا مطمئن شوید اجازه ی نوشتن در پرونده و پوشه ی محتوی پرونده را دارید و دوباره تلاش کنید! + + + + Importing MIDI-file... + وارد کردن پرونده ی MIDI... + + + + trackContentObject + + Delete + حذف + + + Cut + برش + + + Copy + کپی + + + Paste + چسباندن + + + + trackWidget + + Clone this track + تکثیر این تراک + + + Delete this track + حذف این تراک + + + Move this track up + انتقال این تراک به بالا + + + Move this track down + انتقال این تراک به پایین + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + با این گزینه شما می توانید صدای این باریکه یا صدای تمام باریکه های دیگر را قطع کنید. +با چپ کلیک,این باریکه بی صدا می شود.این مفید است,اگر شما فقط می خواهید به باریکه های دیگر بدون تغییر در این باریکه و از دست دادن اطلاعات أن گوش کنید. +وقتی روی این گزینه راست کلیک کنید,تمامی باریکه های دیگر بی صدا می شوند.این مفید است,اگر می خواهید فقط به این باریکه گوش دهید. + + + left click = mute this track +right click = mute all other tracks (solo) + چپ کلیک = قطع صدای این باریکه (track) +راست کلیک = قطع صدای تمام باریکه های دیگر (تک نوازی) + + + + tripleOscillator + + semitones + نیمگام ها + + + cents + درصد + + + degrees + درجه ها + + + Click here if you want a sine-wave for current oscillator. + اگر یک موج سینوسی برای نوسان ساز می خواهید اینجا را کلیک کنید. + + + Click here if you want a triangle-wave for current oscillator. + اگر یک موج مثلثی برای نوسان ساز می خواهید اینجا را کلیک کنید. + + + Click here if you want a saw-wave for current oscillator. + اگر یک موج اره ای برای نوسان ساز می خواهید اینجا را کلیک کنید. + + + Click here if you want a square-wave for current oscillator. + اگر یک موج مربعی برای نوسان ساز می خواهید اینجا را کلیک کنید. + + + Click here if you want a white-noise for current oscillator. + اگر یک نویز سفید برای نوسان ساز می خواهید اینجا را کلیک کنید. + + + Click here if you want a user-defined wave-shape for current oscillator. + اگر یک شکل موج تعیین شده ی کاربر برای نوسان ساز می خواهید اینجا را کلیک کنید. + + + Click here if you want a moog-saw-wave for current oscillator. + اگر یک موج اره ای موگ(moog-saw) برای نوسان ساز می خواهید,اینجا را کلیک کنید. + + + Click here if you want an exponential wave for current oscillator. + اگر یک موج نمایی برای نوسان ساز می خواهید,اینجا را کلیک کنید. + + + use frequency modulation for modulating oscillator 2 with oscillator 1 + استفاده از مدولاسیون فرکانسی برای مدوله کردن نوسان ساز ۲ با نوسان ساز ۱ + + + use amplitude modulation for modulating oscillator 2 with oscillator 1 + استفاده از مدولاسیون دامنه برای مدوله کردن نوسان ساز ۲ با نوسان ساز ۱ + + + mix output of oscillator 1 & 2 + ترکیب خروجی نوسان ساز ۱ & ۲ + + + synchronize oscillator 1 with oscillator 2 + همزمان کردن نوسان ساز ۱ با نوسان ساز ۲ + + + use frequency modulation for modulating oscillator 3 with oscillator 2 + استفاده از مدولاسیون فرکانسی برای مدوله کردن نوسان ساز ۳ با نوسان ساز ۲ + + + use amplitude modulation for modulating oscillator 3 with oscillator 2 + استفاده از مدولاسیون دامنه برای مدوله کردن نوسان ساز ۳ با نوسان ساز ۲ + + + mix output of oscillator 2 & 3 + ترکیب خروجی نوسان ساز ۱ & ۲ + + + synchronize oscillator 2 with oscillator 3 + همزمان کردن نوسان ساز ۲ با نوسان ساز ۳ + + + Osc %1 volume + حجم نوسان ساز %1 + + + Osc %1 volume: + حجم نوسان ساز %1: + + + With this knob you can set the volume of oscillator %1. When setting a value of 0 the oscillator is turned off. Otherwise you can hear the oscillator as loud as you set it here. + با این دستگیره می توانید حجم نوسان ساز %1 را تنظیم کنید.هنگام تنظیم به ۰ ,نوسان ساز خاموش است.در غیر این صورت همان قدر که تنظیم کنید صدای نوسان سار را بلند خواهید شنید. + + + Osc %1 panning + تراز نوسان ساز %1 + + + Osc %1 panning: + تراز نوسان ساز %1: + + + With this knob you can set the panning of the oscillator %1. A value of -100 means 100% left and a value of 100 moves oscillator-output right. + با این دستگیره می توانید تراز نوسان ساز %1 را تنظیم کنید.مقدار ۱۰۰- یعنی ۱۰۰٪ چپ و مقدار ۱۰۰ خروجی نوسان ساز را به راست منتقل می کند. + + + Osc %1 coarse detuning + کوک زمختی نوسان ساز %1 + + + Osc %1 coarse detuning: + کوک زمختی نوسان ساز %1: + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + با این دستگیره می توانید کوک زمختی نوسان ساز %1 را تنظیم کنید.شما می توانید کوک نوسان ساز را در ۱۲ نیم صدا (۱ نت) بالا یا پایین کنید. این برای ایجاد صدا به همراه زه (Chord) مفید خواهد بود. + + + Osc %1 fine detuning left + کوک دقیق چپ نوسان ساز %1 + + + Osc %1 fine detuning left: + کوک دقیق چپ نوسان ساز %1: + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + با این دستگیره می توانید کانال چپ نوسان ساز %1 را کوک دقیق کنید.کوک دقیق بین ۱۰۰- در صد و ۱۰۰ در صد محدود شده است.این برای ایجاد صدا های چاق (fat) مفید است. + + + Osc %1 fine detuning right + کوک دقیق راست نوسان ساز %1 + + + Osc %1 fine detuning right: + کوک دقیق راست نوسان ساز %1: + + + With this knob you can set the fine detuning of oscillator %1 for the right channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + با این دستگیره می توانید کانال راست نوسان ساز %1 را کوک دقیق کنید.کوک دقیق بین ۱۰۰- در صد و ۱۰۰ در صد محدود شده است.این برای ایجاد صدا های چاق (fat) مفید است. + + + Osc %1 phase-offset + انحراف فاز نوسان ساز %1 + + + Osc %1 phase-offset: + انحراف فاز نوسان ساز %1: + + + With this knob you can set the phase-offset of oscillator %1. That means you can move the point within an oscillation where the oscillator begins to oscillate. For example if you have a sine-wave and have a phase-offset of 180 degrees the wave will first go down. It's the same with a square-wave. + با این دستگیره می توانید انحراف فاز نوسان ساز %1 را تنظیم کنید.این یعنی اینکه شما می توانید نقطه ی شروع نوسان نوسان ساز را جابجا کنید.برای مثال اگر یک موج سینوسی و انحراف فاز ۱۸۰ داشته باشید, موج در ابتدا به پایین می رود.برای موج مربعی نیز شبیه همین است. + + + Osc %1 stereo phase-detuning + کوک فاز استریوی نوسان ساز %1 + + + Osc %1 stereo phase-detuning: + کوک فاز استریوی نوسان ساز %1: + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + با این دستگیره می توانید کوک فاز استریوی نوسان ساز %1 را تنظیم کنید.کوک فاز استریو اختلاف اندازه انحراف فاز کانال راست و چپ را مشخص می کند.این برای ایجاد صداهای استریوی وسیع مناسب است. + + + + visualizationWidget + + click to enable/disable visualization of master-output + برای فعال / غیرفعال کردن تصور خروجی اصلی کلیک کنید + + + diff --git a/data/locale/it.qm b/data/locale/it.qm new file mode 100755 index 000000000..0b0f1d527 Binary files /dev/null and b/data/locale/it.qm differ diff --git a/data/locale/it.ts b/data/locale/it.ts new file mode 100755 index 000000000..f2eb92721 --- /dev/null +++ b/data/locale/it.ts @@ -0,0 +1,2799 @@ + + + aboutDialog + + About LMMS... + Informazioni su LMMS... + + + Linux MultiMedia Studio %1 + Linux MultiMedia Studio %1 + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2005 LMMS-Developers + +http://lmms.sourceforge.net + LMMS - Un potente studio-sintetizzatore + +Copyright (c) 2004-2005 LMMS-Developers + +http://lmms.sourceforge.net + + + Current language not translated. + +If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Just contact the maintainer! + La lingua corrente è stata tradotta da Nicola Busanello. Se trovi errori o hai dei suggerimenti per miglirare la traduzione non esitare a contattarmi! (dieeasy@cheapnet.it) + +Se sei interessato a tradurre LMMS in un'altra lingua o a migliorare traduzioni esistenti, sei il benvenuto! Contatta semplicemente il manutentore! + + + About + Informazioni su + + + Authors + Autori + + + Translation + Traduzione + + + License + Licenza + + + Close + Chiudi + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2006 LMMS-Developers + +http://lmms.sourceforge.net + LMMS - Un potente studio-sintetizzatore + +Copyright (c) 2004-2006 LMMS-Developers + +http://lmms.sourceforge.net + + + + arpAndChordsTabWidget + + octave + ottava + + + Major + Maggiore + + + Majb5 + Majb5 + + + minor + minore + + + minb5 + minb5 + + + sus2 + sus2 + + + sus4 + sus4 + + + aug + aug + + + augsus4 + augsus4 + + + tri + triade + + + 6 + 6 + + + 6sus4 + 6sus4 + + + 6add9 + 6add9 + + + m6 + m6 + + + m6add9 + m6add9 + + + 7 + 7 + + + 7sus4 + 7sus4 + + + 7#5 + 7#5 + + + 7b5 + 7b5 + + + 7#9 + 7#9 + + + 7b9 + 7b9 + + + 7#5#9 + 7#5#9 + + + 7#5b9 + 7#5b9 + + + 7b5b9 + 7b5b9 + + + 7add11 + 7add11 + + + 7add13 + 7add13 + + + 7#11 + 7#11 + + + Maj7 + Maj7 + + + Maj7b5 + Maj7b5 + + + Maj7#5 + Maj7#5 + + + Maj7#11 + Maj7#11 + + + Maj7add13 + Maj7add13 + + + m7 + m7 + + + m7b5 + m7b5 + + + m7b9 + m7b9 + + + m7add11 + m7add11 + + + m7add13 + m7add13 + + + m-Maj7 + m-Maj7 + + + m-Maj7add11 + m-Maj7add11 + + + m-Maj7add13 + m-Maj7add13 + + + 9 + 9 + + + 9sus4 + 9sus4 + + + add9 + add9 + + + 9#5 + 9#5 + + + 9b5 + 9b5 + + + 9#11 + 9#11 + + + 9b13 + 9b13 + + + Maj9 + Maj9 + + + Maj9sus4 + Maj9sus4 + + + Maj9#5 + Maj9#5 + + + Maj9#11 + Maj9#11 + + + m9 + m9 + + + madd9 + madd9 + + + m9b5 + m9b5 + + + m9-Maj7 + m9-Maj7 + + + 11 + 11 + + + 11b9 + 11b9 + + + Maj11 + Maj11 + + + m11 + m11 + + + m-Maj11 + m-Maj11 + + + 13 + 13 + + + 13#9 + 13#9 + + + 13b9 + 13b9 + + + 13b5b9 + 13b5b9 + + + Maj13 + Maj13 + + + m13 + m13 + + + m-Maj13 + m-Maj13 + + + Harmonic minor + minore armonica + + + Melodic minor + minore melodica + + + Whole tone + + + + Diminished + diminuita + + + Major pentatonic + pentatonica maggiore + + + Minor pentatonic + pentatonica minore + + + Jap in sen + + + + Major bebop + bebop maggiore + + + Dominant bebop + bebop dominante + + + Blues + blues + + + Arabic + araba + + + Enigmatic + enigmatica + + + Neopolitan + + + + Neopolitan minor + + + + Hungarian minor + + + + Dorian + dorico + + + Phrygolydian + + + + Lydian + lidio + + + Mixolydian + misolidio + + + Aeolian + eolio + + + Locrian + locrio + + + CHORDS + ACCORDI + + + Chord range + Ampiezza degli accordi + + + RANGE + AMPIEZZA + + + Chord range: + Ampiezza degli accordi: + + + octave(s) + ottava(e) + + + Use this knob for setting the chord range in octaves. The selected chord will be played within specified amount of octaves. + Usa questa manopola per impostare l'ampiezza degli accordi in ottave. L'accordo selezionato verrà eseguito all'interno del numero di ottave impostato. + + + ARPEGGIO + ARPEGGIO + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + Un arpeggio è un modo di suonare gli strumenti (specialmente quelli pizzicati), che rende la musica più viva. Le corde di questi strumenti (ad esempio l'arpa) sono pizzicate come accordi, l'unica differenza è che ciò viene fatto in sequenza, in modo tale che le note non vengono suonate simultaneamente. Apreggi tipici sono le triadi maggiore e minore, ma ci sono molti altri accordi che si possono scegliere. + + + Arpeggio range + Ampiezza dell'arpeggio + + + Arpeggio range: + Ampiezza dell'arpeggio: + + + Use this knob for setting the arpeggio range in octaves. The selected arpeggio will be played within specified amount of octaves. + Usa questa manopola per impostare l'ampiezza dell'arpeggio in ottave. L'arpeggio selezionato verrà eseguito all'interno del numero di ottave impostato. + + + Arpeggio time + Tempo dell'arpeggio + + + TIME + TEMPO + + + Arpeggio time: + Tempo dell'arpeggio: + + + ms + ms + + + Use this knob for setting the arpeggio time in milliseconds. The arpeggio time specifies how long each arpeggio-tone should be played. + Usa questa manopola per impostare l'ampiezza dell'arpeggio in millisecondi. Il tempo dell'arpeggio specifica per quanto tempo ogni nota del'arpeggio deve essere eseguita. + + + Arpeggio gate + + + + GATE + GATE + + + Arpeggio gate: + Gate dell'arpeggio: + + + % + % + + + Use this knob for setting the arpeggio gate. The arpeggio gate specifies the percent of a whole arpeggio-tone that should be played. With this you can make cool staccato-arpeggios. + Usa questa manopola per impostare il gate dell'arpeggio. Il gate dell'arpeggio specifica la percentuale di ogni nota che deve essere eseguita. In questo modo puoi creare arpeggi particolari, con le note staccate. + + + DIRECTION: + DIREZIONE: + + + arpeggio direction = up + direzione dell'arpeggio = su + + + arpeggio direction = down + direzione dell'arpeggio = giù + + + arpeggio direction = up and down + direzione dell'arpeggio = su e giù + + + arpeggio direction = random + direzione dell'arpeggio = casuale + + + + audioDevice + + DEVICE + PERIFERICA + + + CHANNELS + CANALI + + + CLIENT-NAME + NOME DEL CLIENT + + + + audioFileProcessor + + Open other sample + Apri un altro campione + + + Click here, if you want to open another audio-file. After clicking on this button, a file-open-dialog appears and you can select your file. Settings like Looping-Mode, start- and end-point, amplify-value and so on are not reset, so please don't wonder if your sample doesn't sound like the original one... + Clicca qui se vuoi aprire un altro file audio. Una volta cliccato qui, si aprirà una finestra di dialogo dove potrai selezionare il file. Impostazioni come modo ripetizione, riproduzione da un punto di inizio a uno di fine, livello di amplificazione e così via non vengono reimpostate, perciò non meravigliarti se il tuo campione non suona come l'originale... + + + Reverse sample + Inverti il campione + + + If you enable this button, the whole sample is reversed. This is useful for cool effects, e.g. a reversed crash. + Se attivi questo pulsante, l'intero campione viene invertito. Ciò è utile per effetti particolari, ad es. un crash invertito. + + + Loop sample at start- and end-point + Ripeti il campione tra i punti di inizio e fine + + + Here you can set, whether Looping-Mode is enabled. If enabled, AudioFileProcessor loops between start- and end-point of a sample until the whole note is played. This is useful for things like string- and choir-samples. + Qui puoi impostare se la modalità ripetizione è attiva. Se è attiva, AudioFileProcessor ripete un campione dal punto di inizio a quello di fine finché tutta la nota è stata eseguita. Ciò è utile per cose come campioni di archi e cori. + + + Amplify + Amplifica + + + Amplify: + Amplifica: + + + AMP + AMP + + + With this knob you can set the amplify-ratio. When you set a value of 100% your sample isn't changed. Otherwise it will be amplified up or down (your actual sample-file isn't touched!) + Con questa manopola puoi impostare la quantità di amplificazione. Quando imposti il valore al 100% il campione non viene modificato, altrimenti verrà amplificato o attenuato (il campione reale non viene modificato!) + + + Start of sample + Inizio del campione + + + Startpoint: + Punto di inizio: + + + START + INIZIO + + + With this knob you can set the point where AudioFileProcessor should begin playing your sample. If you enable Looping-Mode, this is the point to which AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Con questa manopola puoi impostare il punto da cui AudioFileProcessor inizierà a eseuire il campione. Se abiliti la modalità ripetizione, questo è il punto a cui AudioFileProcessor rotirna se una nota è più lunga della porzione di campione tra il punto di inizio e quello di fine. + + + End of sample + Fine del campione + + + Endpoint: + Punto di fine: + + + END + FINE + + + With this knob you can set the point where AudioFileProcessor should stop playing your sample. If you enable Looping-Mode, this is the point where AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Con questa manopola puoi impostare il punto in cui AudioFileProcessor terminerà l'esecuzione del campione. Se abiliti la modalità ripetizione, questo è il punto in cui AudioFileProcessor ritorna se una nota è più lunga del campione tra il punto di inizio e quello di fine. + + + Activate this button, if your sample should be drawn with connected lines. This doesn't change the sound itself. It just gives you another view to your sample. + Attiva questo pulsante se vuoi vedere il campione disegnato a linee. Questo non cambia il suono, dà solamente un'altra visualizzazione al campione. + + + Activate this button, if your sample should be drawn with dots. This doesn't change the sound itself. It just gives you another view to your sample. + Attiva questo pulsante se vuoi vedere il campione disegnato a punti. Questo non cambia il suono, dà solamente un'altra visualizzazione al campione. + + + + bbEditor + + Beat+Bassline Editor + Beat+Bassline Editor + + + Play/pause current beat/bassline (Space) + Riproduci/pausa il beat/bassline corrente (Spazio) + + + Stop playing of current beat/bassline (Space) + Ferma il beat(bassline corente (Spazio) + + + Click here, if you want to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. + Clicca qui per riprodurre il beat/bassline corrente. Il beat/bassline viene ripetuto automaticamente quando finisce. + + + Click here, if you want to stop playing of current beat/bassline. + Clicca qui per fermare la riproduzione del beat/bassline corrente. + + + + bbTCO + + Open in Beat+Bassline-Editor + Apri nel Beat+Bassline-Editor + + + Reset name + Reimposta nome + + + Change name + Cambia nome + + + Change color + Cambia colore + + + + bbTrack + + Beat/Bassline %1 + Beat/Bassline %1 + + + + channelTrack + + With this knob you can set the volume of the opened channel. + Con questa manopola puoi impostare il volume del canale. + + + Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature. + Entro questo rettangolo puoi impostare la posizione in cui il canale sarà udibile. Devi avere una scheda audio che supporti almeno il surround 4.0 per godere di questa funzione. + + + unnamed_channel + canale_senza_nome + + + Channel volume + Volume del canale + + + Channel volume: + Volume del canale: + + + VOL + VOL + + + GENERAL SETTINGS + IMPOSTAZIONI GENERALI + + + VOLUME + VOLUME + + + FX CHNL + CAN EFF + + + Save current channel settings in a preset-file + Salva le impostazioni del canale corrente in un file di preset + + + Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser. + Clicca qui per salvare le impostazioni del canale corrente in un file di preset. In un altro momento potrai caricare questo preset facendo doppio-click nel browser dei preset. + + + Default + Standard + + + ENV/LFO/FILTER + ENV/LFO/FILTER + + + ARP/CHORD + ARP/ACCORDO + + + MIDI + MIDI + + + Save channel-settings in file + Salva le impostazioni del canale in un file + + + Channel-Settings-File (*.cs.xml) + File di impostazioni del canale (*.cs.xml) + + + PLUGIN + PLUGIN + + + MIDI input/output + entrata/uscita MIDI + + + MIDI input + ingresso MIDI + + + MIDI output + uscita MIDI + + + + configManager + + &Cancel + &Annulla + + + < &Back + <&Indietro + + + &Next > + A&vanti> + + + &Finish + &Chiudi + + + Setup LMMS + Configura LMMS + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. + +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + + +Now click on 'Next' to get to the next page. + LMMS deve essere configurato per funzionare correntamente. Questo percorso guidato di aiuterà a impostare la tua installazione di LMMS. + +Se non sei sicuro su cosa fare in un passo, clicca semplicemente 'Avanti'. LMMS sceglierà automaticamente la migliore opzione. + + +Adesso clicca 'Avanti' per passare alla prossima pagina. + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + + +Please select a directory: + Quando lavori con LMMS ci deve essere una cartella di lavoro. +Questa cartella viene usata per salvare i progetti, i preset, i campioni, ess. + + +Scegli una cartella: + + + For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory. +When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size. + + Per usare i preset e i campioni già pronti di LMMS e le canzoni di esempio, i file corrispondenti devono essere copiati o collegati nella tua cartella di lavoro di LMMS. +Quando copi i file, li puoi modificare, ma richiedono spazio aggiuntivo nella tua cartella di lavoro. Se colleghi i file, non li puoi modificare, ma non richiedono spazio aggiuntivo. Pertanto è raccomandato copiare i preset e i progetti di esempio e collegare i campioni, che sono più pesanti. + + + + samples: + campioni: + + + copy + copia + + + link + collega + + + presets: + presets: + + + demo projects: + progetti di esempio: + + + Welcome to LMMS + Benvenuto in LMMS + + + Select working directory + Scegli la cartella di lavoro + + + Copy or link files + Copia o collega i file + + + Choose LMMS-working-directory + Scegli la cartella di lavoro di LMMS + + + Directory not existing + Cartella non esistente + + + The directory you specified does not exist. Create it? + La cartella che hai specificato non esiste. Devo crearla? + + + Error in configuration-file + Errore nel file di configurazione + + + Error while parsing configuration-file %1. +The setup-wizard will be shown for reconfiguring LMMS. + Errore nell'interpretazione del file di configurazione %1. +Verrà presentato il percorso guidato per riconfigurare LMMS. + + + Could not save config-file + Non è stato possibile salvare il file di configurazione + + + Could not save configuration file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + Non è stato possibile salvare il file di configurazione %1. Probabilmente non hai i permessi di scrittura per questo file. +Assicurati di avere i permessi in scrittura al file e riprova. + + + Version mismatches + La versione non corrisponde + + + Accordingly to the information in your LMMS-configuration-file you seem +to have run a different (probably older) version of LMMS before. +It is recommended to run the setup-wizard again to ensure that +the latest samples, presets, demo-projects etc. are installed in your +LMMS-working-directory. Run the setup-wizard now? + Dalle informazioni nei file di configurazione di LMMS sembra che tu abbia +usato una versione (probabilmente precedente) di LMMS in passato. +Si raccomanda di seguire nuovamente il percorso guidato per arricurarsi +che i campioni, preset, progetti di esempio, ecc. siano installati nella cartella +di lavoro di LMMS. Vuoi seguire il percorso guidato adesso? + + + + envelopeAndLFOWidget + + Predelay-time + Tempo di predelay + + + DEL + DEL + + + Predelay: + Predelay: + + + Use this knob for setting predelay of the current envelope. The bigger this value the longer the time before start of actual envelope. + Usa questa manopola per impostare il predelay dell'envelope corrente. Più grande è questo valore più lungo sarà il tempo prima che inizi l'envelope effettivo. + + + Attack-time + Tempo di attacco + + + ATT + ATT + + + Attack: + Attack: + + + Use this knob for setting attack-time of the current envelope. The bigger this value the longer the envelope needs to increase to attack-level. Choose a small value for instruments like pianos and a big value for strings. + Usa questa manopola per impostare il tempo di attacco dell'anvelope corrente. Più grande è questo valore più tempo serve all'anvelope per raggiungere il livello di attacco. Scegli un valore piccolo per strumenti come pianoforti e un valore grande per gli archi. + + + Hold-time + Tempo di hold + + + HOLD + HOLD + + + Hold: + Hold: + + + Use this knob for setting hold-time of the current envelope. The bigger this value the longer the envelope holds attack-level before it begins to decrease to sustain-level. + Usa questa manopola per impostare il tempo di hold dell'envelope corrente. Più grande è questo valore più a lungo l'envelope manterrà il livello di attacco prima che cominci a scendere al livello di sustain. + + + Decay-time + Tempo di decay + + + DEC + DEC + + + Decay: + Decay: + + + Use this knob for setting decay-time of the current envelope. The bigger this value the longer the envelope needs to decrease from attack-level to sustain-level. Choose a small value for instruments like pianos. + Usa questa manopola per impostare il tempo di decay dell'envelope corrente. Più grande è questo valore più tempo l'envelope impiegherà a scendere dal livello di attacco a quello di sustain. Scegli un valore piccolo per strumenti come i pianoforti. + + + Sustain-level + Livello di sustain + + + SUST + SUST + + + Sustain: + Sustain: + + + Use this knob for setting sustain-level of the current envelope. The bigger this value the higher the level on which the envelope stays before going down to zero. + Usa questa manopola per impostare il livello di sustain dell'anvelope corrente. Più grande è questo valore più sarà alto il livello a cui l'envelope rimarrà prima di scendere a zero. + + + Release-time + Tempi di rilascio + + + REL + RIL + + + Release: + Release: + + + Use this knob for setting release-time of the current envelope. The bigger this value the longer the envelope needs to decrease from sustain-level to zero. Choose a big value for soft instruments like strings. + Usa questa manopola per impostare il tempo di rilascio dell'anvelope corrente. Più grande è questo valore più tempo l'envelope impiegherà per scendere dal livello di sustain a zero. Scegli un valore grande per strumenti morbidi come gli archi. + + + Modulation amount + Quantità di modulazione + + + AMT + QNT + + + Modulation amount: + Quantità di modulazione: + + + Use this knob for setting modulation amount of the current envelope. The bigger this value the more the according size (e.g. volume or cutoff-frequency) will be influenced by this envelope. + Usa questa manopola per impostare la quantità di modulazione dell'envelope corrente. Più grande è questo valore più la grandezza corrispondente (ad es. il volume o la frequenza di taglio) sarà influenzata da questo envelope. + + + LFO-predelay-time + Tempo di predelay dell'LFO + + + LFO-predelay: + Predelay dell'LFO: + + + Use this knob for setting predelay-time of the current LFO. The bigger this value the the time until the LFO starts to oscillate. + Usa questa manopola per impostare il tempo di predelay dell'LFO corrente. Più grande è questo valore più tempo impiega l'LFO a iniziare a oscillare. + + + LFO-attack-time + Tempo di attacco dell'LFO + + + LFO-attack: + Attacco dell'LFO: + + + Use this knob for setting attack-time of the current LFO. The bigger this value the longer the LFO needs to increase its amplitude to maximum. + Usa questa manopola per impostare il tempo di attaco dell'LFO corrente. Più grande è questo valore più tempo l'LFO impiegherà per raggiungere la massima amplificazione. + + + LFO-speed + Velocità dell'LFO + + + SPD + SPD + + + LFO-speed: + Velocità dell'LFO: + + + Use this knob for setting speed of the current LFO. The bigger this value the faster the LFO oscillates and the faster will be your effect. + Usa questa manopola per impostare la velocità dell'LFO corrente. Più grande è questo valore più velocemente l'LFO oscillerà e più veloce sarà l'effetto. + + + LFO-modulation-amount + Quantità di modulazione dell'LFO + + + Use this knob for setting modulation amount of the current LFO. The bigger this value the more the selected size (e.g. volume or cutoff-frequency) will be influenced by this LFO. + Usa questa manopola per impostare la quantità di modulazione dell'LFO corrente. Più grande è questo valore più la grandezza selezionata (ad es. il volume o la frequenza di taglio) sarà influenzata dal questo LFO. + + + Click here if you want a sine-wave for current oscillator. + Clicca qui per un oscillatore a onda sinusoidale. + + + Click here if you want a triangle-wave for current oscillator. + Clicca qui per un oscillatore a onda triangolare. + + + Click here if you want a saw-wave for current oscillator. + Clicca qui per un oscillatore con onda a dente di sega. + + + Click here if you want a square-wave for current oscillator. + Clicca qui per un oscillatore a onda quadra. + + + Click here if you want a user-defined wave for current oscillator. Afterwards drag an according sample-file into LFO-graph. + Clicca qui per un oscillatore con onda definita dall'utente. Successivamente potrai trascinare un file-campione corrispondente nel grafico dell'LFO. + + + FREQ x 100 + FREQ x 100 + + + Click here if the frequency of this LFO should be multiplied with 100. + Clicca qui se vuoi che la frequenza di questo LFO venga moltiplicata per 100. + + + multiply LFO-frequency with 100 + moltiplica la frequenza dell'LFO per 100 + + + MODULATE ENV-AMOUNT + MODULA LA QUANTITA' DI ENVELOPE + + + Click here to make the envelope-amount controlled by this LFO. + Clicca qui per far controllare la quantità di envelope a questo LFO. + + + control envelope-amount by this LFO + controlla la quantità di envelope con questo LFO + + + ms/LFO: + ms/LFO: + + + Hint + Suggerimento + + + Drag a sample from somewhere and drop it in this window. + Trascina un campione in questa finestra. + + + + envelopeTabWidget + + VOLUME + VOLUME + + + CUTOFF + CUTOFF + + + Q/RESO + Q/RESO + + + TARGET + OBIETTIVO + + + These tabs contain envelopes. They're very important for modifying a sound, for not saying that they're almost always neccessary for substractive synthesis. For example if you have a volume-envelope, you can set when the sound should have which volume-level. Maybe you want to create some soft strings. Then your sound has to fade in and out very softly. This can be done by setting a large attack- and release-time. It's the same for other envelope-targets like panning, cutoff-frequency of used filter and so on. Just monkey around with it! You can really make cool sounds out of a saw-wave with just some envelopes...! + Queste linguette contengono envelopes. Sono molto importanti per modificare i suoni, senza contare che sono quasi sempre necessarie per la substractive synthesis. Per esempio se usi un envelope per il volume, puoi impostare quando un suono avrà un certo volume. Forse vorrai creare alcuni archi morbidi. Allora il suono deve entrare e uscire in modo molto morbido. Puoi farlo alzando i tempi di attacco e di rilascio. Altri obiettivi degli envelopes, come il panning, la frequenza di taglio del filtro in uso e così via, funzionano allo stesso modo. Prova semplicemente diverse impostazioni! Puoi veramente fare suoni intaressanti a partire da un'onda a dente di sega usando soltanto qualche envelope...! + + + FILTER + FILTRO + + + LowPass + PassaBasso + + + HiPass + PassaAlto + + + BandPass csg + PassaBanda csg + + + BandPass czpg + PassaBanda czpg + + + Notch + Notch + + + Allpass + Passatutto + + + Moog + Moog + + + 2x LowPass + PassaBasso 2x + + + Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound. + Qui puoi scegliere, tra quelli già presenti, il filtro che vuoi usare per questo canale. I filtri sono molto importanti per cambiare le caratteristiche di un suono. + + + cutoff-frequency + frequenza di cutoff + + + cutoff-frequency: + frequenza di cutoff: + + + Hz + Hz + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + Usa questa manopola per impostare la frequenza di cutoff per il filtro scelto. La frequenza di cutoff specifica la frequenza a cui viene tagliato il segnate da un filtro. Per esempio un filtro passabasso taglia tutte le frequenze sopra la frequenza di taglio, mentre un filtro passaalto taglia tutte le frequenza al di sotto della frequenza di taglio e così via... + + + Q/Resonance + Q/Resonance + + + Q/Resonance: + Q/Resonance: + + + Use this knob for setting Q/Resonance for the selected filter. Q/Resonance tells the filter, how much it should amplify frequencies near Cutoff-frequency. + Usa questa manopola per impostare il parametro Q/resonance del filtro selezionato. Il parametro Q/Resonance dice al filtro quando deve amplificare le frequenze vicine alla frequenza di taglio. + + + + exportProjectDialog + + Could not open file + Impossibile aprire il file + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Impossibile aprire in scrittura il file %1. +Assicurarsi di avere i permessi in scrittura per il file e la cartella contenente il file e riprovare! + + + Uncompressed Wave-File (*.wav) + File wave non compresso (*.wav) + + + Compressed OGG-File (*.ogg) + File compresso in formato OGG (*.ogg) + + + Export project to %1 + Esporta il progetto in %1 + + + Type: + Tipo: + + + kbps: + kbps: + + + variable bitrate + bitrate variabile + + + use high-quality-mode (recommened) + usa la modalità ad alta qualità (raccomandato) + + + Export + Esporta + + + Cancel + Annulla + + + Export failed + Esportazione fallita + + + The project-export failed, because the output-file/-device could not be opened. +Make sure, you have write access to the selected file/device! + L'esportazione del progetto è fallita perché non è stato possibile aprire il file/periferica di uscita. +Assicurarsi di avere i permessi in scrittura per il file/periferica selezionato! + + + Exporting project to %1 + Esportazione del progetto in %1 + + + Rendering: + Renderizzazione: + + + + fileBrowser + + Browser + Navigatore + + + Reload (F5) + Ricarica (F5) + + + Send to active channel + Invia al canale attivo + + + Open in new channel/Song-Editor + Apri in un nuovo editor di canale/canzone + + + Open in new channel/B+B Editor + Apri in un nuovo canale/B+B editor + + + + knob + + &Reset (%1%2) + &Reimposta (%1%2) + + + &Copy value (%1%2) + &Copia valore (%1%2) + + + &Paste value (%1%2) + &Incolla valore (%1%2) + + + Connect to MIDI-device + Connetti alla preiferica MIDI + + + &Help + &Aiuto + + + Please enter a new value between %1 and %2: + Inserisci un valore compreso tra %1 e %2: + + + + listView + + Files + File + + + Loading sample + Caricamento del campione + + + Please wait, loading sample for preview... + Prego attendere, caricamento del campione per l'anteprima... + + + + lmmsMainWin + + My projects + I miei progetti + + + My samples + I miei campioni + + + My presets + I miei preset + + + My home + La mia home + + + Root directory + Cartella radice + + + Loading song... + Caricamento della canzone... + + + Creating new song... + Creazione di una nuova canzone... + + + Creating GUI... + Creazione della GUI... + + + Create new project + Crea un nuovo progetto + + + Open existing project + Apri un progetto esistente + + + Save current project + Salva il progetto corrente + + + Export current project + Esporta il progetto corrente + + + Show/hide Beat+Bassline Editor + Mostra/nascondi il Beat+Bassline Editor + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + Premendo questo pulsante, mostri o nascondi il Beat+Bassline Editor. Il Beat+Bassline Editor serve per impostare i beat, aprire, aggiungere togliere i canali, tagliare, copiare e incollare le sequenze di beat e bassline e operazioni simili. + + + Show/hide Piano-Roll + Mostra/nascondi il Piano-Roll + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + Premendo questo pulsante, mostri o nascondi il Piano-Roll. Con l'aiuto del Piano-Roll puoi modificare sequenze melodiche in modo semplice. + + + Show/hide Song-Editor + Mostra/nascondi l'Editor della Canzone + + + By pressing this button, you can show or hide the Song-Editor. With the help of the Song-Editor you can edit song-playlist and specify when which track should be played. You can also insert and move samples (e.g. rap-samples) directly into the playlist. + Premendo questo pulsante, mostri o nascondi l'Editor della Canzone. Con l'aiuto dell'Editor della Canzone puoi modificare la lista di riproduzione e specificare quando ogni traccia verrà riprodotta. Puoi anche inserire e spostare i campioni (ad es. campioni rap) direttamente nella lista di riproduzione. + + + Show/hide EffectBoard + Mostra/nascontdi la SchedaEffetti + + + By pressing this button, you can show or hide the EffectBoard. The EffectBoard is a very powerful tool for managing effects for your song. You can insert effects into different effect-channels. + Premendo questo pulsante, mostri o nascondi le SchedaEffetti. La SchedaEffetti è uno strumento molto potente per gestire gli effetti della tua canzone. Puoi inserire effetti in diversi canali di effetti. + + + Show/hide project notes + Mostra/nascondi le note del progetto + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + Premendo questo pulsante, mostri o nascondi la finestra delle note del progetto. In questa finestra puoi scrivere le note per il tuo progetto. + + + &Project + &Progetto + + + &New + &Nuovo + + + &Open... + &Apri... + + + &Save + &Salva + + + Save &As... + Salva &Con Nome... + + + Import file + Importa file + + + E&xport + Es&porta + + + &Quit + &Esci + + + &Settings + &Impostazioni + + + Show settings dialog + Mostra la finestra delle impostazioni + + + Show setup wizard + Mostra il percorso guidato delle impostazioni + + + &Help + &Aiuto + + + Help + Aiuto + + + What's this? + Cos'è questo? + + + About + Informazioni su + + + LMMS %1 + LMMS %1 + + + Open project + Apri progetto + + + MultiMedia Project (*.mmp *.xml) + MultiMedia Project (*.mmp *.xml) + + + Save project + Salva progetto + + + MultiMedia Project (*.mmp);;MultiMedia Project Template (*.mpt) + MultiMedia Project (*.mmp);;modello di MultiMedia Project (*.mpt) + + + Help not available + Aiuto non disponibile + + + Currently there's no help available in LMMS. +Please visit http://wiki.mindrules.net for documentation on LMMS. + Al momento non è disponibile l'aiuto in LMMS. +Si prega di visitare http://wiki.mindrules.net per la documentazione su LMMS. + + + Setting up main-window and workspace... + Impostazione della finestra principale dello spazio di lavoro... + + + + midiClient + + DEVICE + PERIFERICA + + + + midiClientRaw + + DEVICE + PERIFERICA + + + + midiTabWidget + + MIDI-SETUP FOR THIS CHANNEL + IMPOSTAZIONI-MIDI PER QUESTO CANALE + + + CHANNEL + CANALE + + + RECEIVE MIDI-EVENTS + RICEVI EVENTI MIDI + + + SEND MIDI-EVENTS + INVIA EVENTI MIDI + + + MIDI-devices to receive MIDI-events from + Le periferiche MIDI ricevono eventi MIDI da + + + MIDI-devices to send MIDI-events to + Le periferiche MIDI inviano event MIDI a + + + + mixer + + Plugin not found + Plugin non trovato + + + The %1-plugin wasn't found! + Il plugin %1 non è stato trovato! + + + Error while loading plugin + Errore nel caricamento del plugin + + + Failed loading plugin "%1"! + Caricamento del plugin %1 fallito! + + + + pattern + + double-click to open this pattern in piano-roll +use mouse wheel to set volume of a step + Fai doppio click per aprire questo pattern nel piano-roll +usa la rotellina del mouse per impostare il volume di una nota + + + Cannot freeze pattern + Impossibile congelare il pattern + + + The pattern currently cannot be freezed because you're in play-mode. Please stop and try again! + Non è stato possibile congelare il pattern corrente perché sei in modalità riproduzione. Ferma la riproduzione e riprova! + + + Channel muted + Canale in modalità muta + + + The channel this pattern belongs to is currently muted therefore freezing makes no sense! Do you still want to continue? + Il canale cui questo pattern appartiene è al momento in modalità muta, pertanto congelarlo non ha senso! Sei sicuro di voler continuare? + + + Open in piano-roll + Apri nel piano-roll + + + Clear all notes + Cancella tutte le note + + + Reset name + Reimposta il nome + + + Change name + Cambia nome + + + Refreeze + Congela nuovamente + + + Freeze + Congela + + + Unfreeze + Scongela + + + Add steps + Aggiungi note + + + Remove steps + Togli note + + + 1 step + 1 nota + + + %1 steps + %1 note + + + + patternFreezeStatusDialog + + Freezing pattern... + Congelamento del pattern... + + + Cancel + Annulla + + + + pianoRoll + + Play/pause current pattern (Space) + Riproduci/metti in pausa il pattern corrente (Spazio) + + + Record notes from MIDI-device/channel-piano + Registra note da una periferica/canale piano MIDI + + + Stop playing of current pattern (Space) + Ferma la riproduzione del pattern corrente (Spazio) + + + Click here, if you want to play the current pattern. This is useful while editing it. The pattern is automatically looped when its end is reached. + Clicca qui per rirodurre il pattern corrente. Questo è utile mentre lo modifichi. Il pattern viene automaticamente ripetuto quando finisce. + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can play and edit them afterwards. + Clicca qui per registrare note da una periferica MIDI o dal piano di test virtuale della corrispondente finestra del canale del pattern corrente. Mentre registri tutte le note che esegui vengono scritte in questo pattern e in seguito le puoi riprodurre e modificare. + + + Click here, if you want to stop playing of current pattern. + Clicca qui per fermare la riproduzione del pattern corrente. + + + Draw mode (D) + Modalità disegno (D) + + + Erase mode (E) + Modalità cancellazione (E) + + + Select mode (S) + Modalità selezione (S) + + + Move selection mode (M) + Modalità sposta selezione (M) + + + If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode. + Cliccando qui attiverai la modalità disegno. In questa modalità puoi aggiungere, ridimensionare e spostare singole note. Questa è la modalità di base, che viene usata per la maggior parte del tempo. Per attivare questa modalità puoi anche premere il tasto 'D' della tastiera. + + + If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode. + Cliccando qui attiverai la modalità cancellazione. In questa modalità puoi cancellare singole note. Per attivare questa modalità puoi anche premere il tasti 'E' della tastiera. + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + Cliccando qui attiverai la modalità selezione. In questa modalità puoi selezionare più note. Questo è necessario se vuoi tagliare, copiare, incollare, cancellare o spostare più note. Per attivare questa modalità puoi anche premere il tasto 'S' della tastiera. + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + Cliccando qui attiverai la modalità spostamento. In questa modalità puoi spostare le note che hai selezionato con la modalità selezione. Per attivare questa modalità puoi anche premere il tasto 'M' della tastiera. + + + Cut selected notes (Ctrl+X) + Taglia le note selezionate (Ctrl+X) + + + Copy selected notes (Ctrl+C) + Copia le note selezionate (Ctrl+C) + + + Paste notes from clipboard (Ctrl+V) + Incolla le note selezionate (Ctrl+V) + + + If you click here, selected notes will be cut into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + Cliccando qui le note selezionate verranno spostate negli appunti. Puoi incollarle in un punto qualsiasi del pattern cliccando sul tasto incolla. + + + If you click here, selected notes will be copied into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + Cliccando qui le note selezionate verranno copiate negli appunti. Puoi incollarle in un punto qualsiasi del pattern cliccando sul tasto incolla. + + + If you click here, the notes from the clipboard will be pasted at the first visible tact. + Cliccando qui le note negli appunti verranno incollate al primo marcatore visibile. + + + Piano-Roll - no pattern + Piano-Roll - nessun pattern + + + Piano-Roll - %1 + Piano-Roll - %1 + + + Please open a pattern by double-clicking on it! + Apri un pattern con un doppio click sul pattern stesso! + + + Notes copied + Note copiate + + + All selected notes were copied to the clipboard. + Tutte le note selezionate sono state copiate negli appunti. + + + + pluckedStringSynth + + Pick position + Posizione del plettro + + + Pick position: + Posizione del plettro: + + + Pickup position + Posizione del pickup + + + Pickup position: + Posizione del pickup: + + + + pluginBrowser + + Instrument plugins + Plugin strumentali + + + Plugin browser + Navigatore dei plugin + + + You can drag an instrument-plugin into either the Song-Editor, the Beat+Bassline Editor or just into a channel-window or on the corresponding channel-button. + Puoi trascinare in plugin strumentale in Song-Editor, Beat+Bassline o direttamente nella finestra di un canale o del pulsante di canale corrispondente. + + + cheap synthesis of guitar/harp-like sounds + semplice sintesi di suoni tipo chitarra/arpa + + + three powerful oscillators you can modulate in several ways + tre potenti oscillatori che puoi modulare in diversi modi + + + experimental VST-hoster for using VST-plugins within LMMS + host VST sperimentale per usare i plugin VST in LMMS + + + simple sampler with various settings for using samples (e.g. drums) in a channel + semplice campionatore con diverse impostazioni per usare campioni (ad es. di batteria) in un canale + + + no description + nessuna descrizione + + + VST-host for using VST(i)-plugins within LMMS + Host VST per usare i plugin VST con LMMS + + + + projectNotes + + Project notes + Note del progetto + + + Put down your project notes here. + Scrivi qui le note per il tuo progetto. + + + Edit Actions + Modifica azioni + + + &Undo + &Annulla operazione + + + Ctrl+Z + Ctrl+Z + + + &Redo + &Ripeti operazione + + + Ctrl+Y + Ctrl+Y + + + &Copy + &Copia + + + Ctrl+C + Ctrl+C + + + Cu&t + &Taglia + + + Ctrl+X + Ctrl+X + + + &Paste + &Incolla + + + Ctrl+V + Ctrl+V + + + Format Actions + Formatta azioni + + + &Bold + &Grassetto + + + Ctrl+B + Ctrl+B + + + &Italic + &Corsivo + + + Ctrl+I + Ctrl+I + + + &Underline + &Sottolineato + + + Ctrl+U + Ctrl+U + + + &Left + &Sinistra + + + Ctrl+L + Ctrl+L + + + C&enter + &Centro + + + Ctrl+E + Ctrl+E + + + &Right + &Destra + + + Ctrl+R + Ctrl+R + + + &Justify + &Giustifica + + + Ctrl+J + Ctrl+J + + + &Color... + &Colore... + + + + renameDialog + + Rename... + Rinomina... + + + + sampleBuffer + + Open audio file + Apri file audio + + + All Audio-Files (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + Tutti i file audio (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + + + Wave-Files (*.wav) + File wave (*.wav) + + + OGG-Files (*.ogg) + File OGG (*.ogg) + + + VOC-Files (*.voc) + File VOC (*.voc) + + + AIFF-Files (*.aif *.aiff) + File AIFF (*.aif *.aiff) + + + AU-Files (*.au) + File AU (*.au) + + + RAW-Files (*.raw) + File RAW (*.raw) + + + All Audio-Files (*.wav *.ogg *.flac *.voc *.aif *.aiff *.au *.raw) + Tutti i file audio (*.wav *.ogg *.flac *.voc *.aif *.aiff *.au *.raw) + + + FLAC-Files (*.flac) + File FLAC (*.flac) + + + + sampleTCO + + double-click to select sample + Fai doppio click per selezionare il campione + + + + sampleTrack + + Sample track + Traccia di campione + + + + setupDialog + + Setup LMMS + Cofigura LMMS + + + General settings + Impostazioni generali + + + BUFFER SIZE + DIMENSIONE DEL BUFFER + + + Reset to default-value + Reimposta al valore di base + + + MISC + VARIE + + + Disable tooltips (no spurious interrupts while playing) + Disabilita i suggerimenti (senza "spurious interrupts" durante la riproduzione) + + + Classical knob usability (move cursor around knob to change value) + Utilizzo classico delle manopole (muovi il cursore attorno alla manopola per modificare il valore) + + + GIMP-like windows (no MDI) + Finestre stile GIMP (senza MDI) + + + Audio settings + Impostazioni audio + + + AUDIO INTERFACE + INTERFACCIA AUDIO + + + MIDI settings + Impostazioni MIDI + + + MIDI INTERFACE + INTERFACCIA MIDI + + + OK + OK + + + Cancel + Annulla + + + Restart LMMS + Riavvia LMMS + + + Please note that most changes won't take effect until you restart LMMS! + Si prega di notare che la maggior parte delle modifiche non avrà effetto fino al riavvio di LMMS! + + + FRAMES: %1 +LATENCY: %2 ms + FRAMES: %1 +LATENZA: %2 ms + + + Here you can setup the internal buffer-size used by LMMS. Smaller values result in a lower latency but also may cause unusable sound or bad performance, especially on older computers or systems with a non-realtime kernel. + Qui puoi impostare la dimensione del buffer interno usato da LMMS. Valori più piccoli dano come risultato una latenza più bassa ma possono causare una qualità audio inutilizzabile o cattive prestazioni, specialmente su computer datati o sistemi con kernel non-realtime. + + + Here you can select your preferred audio-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, JACK, OSS and more. Below you see a box which offers controls to setup the selected audio-interface. + Qui puoi selezionare l'interfaccia audio. A seconda della configurazione del tuo sistema in fase di compilazione puoi scegliere tra ALSA, JACK, OSS e altri. Sotto trovi una casela che offre dei controlli per l'interfaccia audio selezionata. + + + Here you can select your preferred MIDI-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, OSS and more. Below you see a box which offers controls to setup the selected MIDI-interface. + Qui puoi selezionare l'interfaccia MIDI. A seconda della configurazione del tuo sistema in fase di compilazione puoi scegliere tra ALSA, OSS e altri. Sotto trovi una casela che offre dei controlli per l'interfaccia MIDI selezionata. + + + + setupWidget + + ALSA (Advanced Linux Sound Architecture) + ALSA (Advanced Linux Sound Architecture) + + + Dummy (no sound output) + Dummy (no sound output) + + + JACK (Jack Audio Connection Kit) + JACK (Jack Audio Connection Kit) + + + OSS (Open Sound System) + OSS (Open Sound System) + + + SDL (Simple DirectMedia Layer) + SDL (Simple DirectMedia Layer) + + + ALSA Raw-MIDI (Advanced Linux Sound Architecture) + ALSA Raw-MIDI (Advanced Linux Sound Architecture) + + + OSS Raw-MIDI (Open Sound System) + OSS Raw-MIDI (Open Sound System) + + + Dummy (no MIDI support) + Dummy (no MIDI support) + + + ALSA-Sequencer (Advanced Linux Sound Architecture) + ALSA-Sequencer (Advanced Linux Sound Architecture) + + + JACK (JACK Audio Connection Kit) + JACK (JACK Audio Connection Kit) + + + + songEditor + + Song-Editor + Song-Editor + + + TEMPO/BPM + TEMPO/BPM + + + tempo of song + tempo della canzone + + + The tempo of a song is specified in beats per minute (BPM). If you want to change the tempo of your song, change this value. Every tact has four beats, so the tempo in BPM specifies, how many tacts / 4 should be played within a minute (or how many tacts should be played within four minutes). + Il tempo della canzone è specificato in battiti al minuto (BPM). Se vuoi cambiare il tempo della canzone cambia questo valore. Ogni marcatore ha 4 battiti, pertanto il tempo in BPM specifica quanti marcatori / 4 verranno riprodotti in un minuto (o quanti marcatori in 4 minuti). + + + High quality mode + Modalità ad alta qualità + + + master volume + volume principale + + + Master volume + Volume principale + + + master pitch + altezza principale + + + Master pitch + Altezza principale + + + Play song (Space) + Riproduci la canzone (Spazio) + + + Stop song (Space) + Ferma la riproduzione della canzone (Spazio) + + + Add beat/bassline + Aggiungi beat/bassline + + + Add sample-track + Aggiungi traccia di campione + + + Insert bar (Shift+Insert) + Inserisci battuta (Shift+Insert) + + + Remove bar (Shift+Delete) + Elimina battuta (Shift+Delete) + + + Click here, if you want to play your whole song. Playing will be started at the song-position-marker (green). You can also move it while playing. + Clicca qui per riprodurre l'intera canzone. La riproduzione inizierà alla posizione corrente del segnaposto (verde). Puoi spostarlo anche durante la riproduzione. + + + Click here, if you want to stop playing of your song. The song-position-marker will be set to the start of your song. + Clicca qui per fermare la riproduzione della canzone. Il segnaposto verrà portato all'inizio della canzone. + + + If you click here, a bar will be inserted at the current bar. + Cliccando qui verrà inserita una battuta nella posizione di quella corrente. + + + If you click here, the current bar will be removed. + Cliccando qui la battuta corrente verrà eliminata. + + + Value: %1% + Valore: %1% + + + Value: %1 semitones + Valore: %1 semitoni + + + Project not saved + Progetto non salvato + + + The current project was modified since last saving. Do you want to save it now? + Il progetto corrente è stato modificato dopo l'ultimo salvataggio. Vuoi salvarlo adesso? + + + Project saved + Progeto salvato + + + The project %1 is now saved. + Il progetto %1 è stato salvato. + + + Project NOT saved. + Il progetto NON è stato salvato. + + + The project %1 was not saved! + Il progetto %1 non è stato salvato! + + + Import file + Importa file + + + MIDI-files (*.mid) + File MIDI (*.mid) + + + untitled + senza nome + + + Select file for project-export... + Scegli il file per l'esportazione del progetto... + + + File already exists + Il file esiste già + + + The file "%1" already exists. Do you want to overwrite it? + Il file "%1" esiste già. Vuoi sovrascriverlo? + + + Could not open file + Non è stato possibile aprire il file + + + Could not open file %1. You probably have no rights to read this file. +Please make sure you have at least read-access to the file and try again. + Non è stato possibile aprire il file %1. Probabilmente non hai i permessi in lettura per questo file. +Assicurati di avere almeno i permessi in lettura per il file e riprova. + + + + Error in multimedia-project + Errore nel progetto multimediale + + + The multimedia-project %1 seems to contain errors. LMMS will try its best to recover as much as possible data from this file. + Il progetto multimediale %1 sembra contenere errori. LMMS farà il possibile per recuperare tutti i dati possibili dal file. + + + The file %1 already exists. +Do you want to overwrite it? + Il file %1 esiste già. +Vuoi sovrascriverlo? + + + Could not write file + Impossibile scrivere il file + + + Could not write file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + Impossibile scrivere il file %1. Probabilmente non hai i permessi in scrittura per questo file. +Assicurati di avere i permessi in scrittura per il file e riprova. + + + + surroundArea + + click to where this channel should be audible + clicca dove questo canale deve essere udibile + + + + tabWidget + + Settings for %1 + Impostazioni per %1 + + + + tempoSyncKnob + + Tempo Sync + Sync del tempo + + + &Reset (%1%2) + &Reimposta (%1%2) + + + &Copy value (%1%2) + &Copia valore (%1%2) + + + &Paste value (%1%2) + &Incolla valore (%1%2) + + + No Sync + Non in Sync + + + Eight beats + Otto battiti + + + Whole note + Un intero + + + Half note + Una metà + + + Quarter note + Quarto + + + 8th note + Ottavo + + + 16th note + Sedicesimo + + + 32nd note + Trentaduesimo + + + Connect to MIDI-device + Connetti preiferica MIDI + + + &Help + &Aiuto + + + Synced to Eight Beats + In sync con otto battiti + + + Synced to Whole Note + In sync con un intero + + + Synced to Half Note + In sync con un mezzo + + + Synced to Quarter Note + In sync con quarti + + + Synced to 8th Note + In sync con ottavi + + + Synced to 16th Note + In sync con 16simi + + + Synced to 32nd Note + In sync con 32simi + + + + timeLine + + Enable/disable auto-scrolling + Abilita/disabilita lo scorrimento automatico + + + Enable/disable loop-points + Abilita/disabilita i punti di ripetizione + + + After stopping go back to begin + Una volta fermata la riproduzione, torna all'inizio + + + After stopping go back to position at which playing was started + Una volta fermata la riproduzione, torna alla posizione da cui si è partiti + + + After stopping keep position + Una volta fermata la riproduzione, mantieni la posizione + + + Hint + Suggerimento + + + Press <Ctrl> to disable magnetic loop-points. + Premi <Ctrl> per disabilitare i punti di ripetizione magnetici. + + + + trackContainer + + Loading project... + Caricamento del progetto... + + + Cancel + Annulla + + + Please wait... + Prego attendere... + + + Could not open file + Impossibile aprire il file + + + Could not open file %1 for reading. +Please make sure you have read-permission to the file and the directory containing the file and try again! + Impossibile aprire in lettura il file %1. +Assicurarsi di avere i permessi in lettura per il file e la cartella contenente il file e riprovare! + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Impossibile aprire in scrittura il file %1. +Assicurarsi di avere i permessi in scrittura per il file e la cartella contenente il file e riprovare! + + + Importing MIDI-file... + Importazione del file MIDI... + + + + trackContentObject + + Current position + Posizione corrente + + + Current length + Lunghezza corrente + + + Delete (middle mousebutton) + Cancella (tasto centrale del mouse) + + + Cut + Taglia + + + Copy + Copia + + + Paste + Incolla + + + %1:%2 (%3:%4 to %5:%6) + %1:%2 (da %3:%4 a %5:%6) + + + + trackOperationsWidget + + Press <Ctrl> while clicking on move-grip to begin a new drag'n'drop-action + Premi <Ctrl> mentre clicchi su move-grip per iniziare una nuova azione di drag'n'drop + + + Clone this track + Clona questa traccia + + + Remove this track + Elimina questa traccia + + + Operations for this track + Operazioni per questa traccia + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Con questo selettore puoi mettere in modalità muta questa traccia, oppure tutte le altre. +Clicando col tasto sinistro metti in modalità muta questa traccia (mute). Questo è utile se vuoi sentire solo le altre traccie senza modificare questa traccia e perdendo così delle informazioni. +Cliccando col tasto destro metti in modalità muta tutte le altre tracce (solo). Questo è utile quando vuoi sentire soltanto questa traccia. + + + left click = mute this track +right click = mute all other tracks (solo) + tasto sinistro = metti in modalità muta questa traccia (mute) +tasto destro = metti in modalità muta tutte le altre tracce (solo) + + + + trackWidget + + Clone this track + Clona questa traccia + + + Remove this track + Elimina questa traccia + + + Move this track up + Sposta in su questa traccia + + + Move this track down + Sposta in giù questa traccia + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Con questo selettore puoi mettere in modalità muta questa traccia, oppure tutte le altre. +Clicando col tasto sinistro metti in modalità muta questa traccia (mute). Questo è utile se vuoi sentire solo le altre traccie senza modificare questa traccia e perdendo così delle informazioni. +Cliccando col tasto destro metti in modalità muta tutte le altre tracce (solo). Questo è utile quando vuoi sentire soltanto questa traccia. + + + left click = mute this track +right click = mute all other tracks (solo) + tasto sinistro = metti in modalità muta questa traccia (mute) +tasto destro = metti in modalità muta tutte le altre tracce (solo) + + + + tripleOscillator + + use frequency modulation for modulating oscillator 2 with oscillator 1 + usa la modulazione di frequenza per modulare l'oscillatore 2 con l'oscillatore 1 + + + use amplitude modulation for modulating oscillator 2 with oscillator 1 + usa la modulazione di amplificazione per modulare l'oscillatore 2 con l'oscillatore 1 + + + mix output of oscillator 1 & 2 + miscela l'uscita degli oscillatori 1 & 2 + + + synchronize oscillator 1 with oscillator 2 + sincronizza l'oscillatore 1 con l'oscillatore 2 + + + use frequency modulation for modulating oscillator 3 with oscillator 2 + usa la modulazione di frequenza per modulare l'oscillatore 3 con l'oscillatore 2 + + + use amplitude modulation for modulating oscillator 3 with oscillator 2 + usa la modulazione di amplificazione per modulare l'oscillatore 3 con l'oscillatore 2 + + + mix output of oscillator 2 & 3 + miscela l'uscila degli oscillatori 2 & 3 + + + synchronize oscillator 2 with oscillator 3 + sincronizza l'oscillatore 2 con l'oscillatore 3 + + + Osc %1 volume + Volume osc %1 + + + Osc %1 volume: + Volume osc %1: + + + With this knob you can set the volume of oscillator %1. When setting a value of 0 the oscillator is turned off. Otherwise you can hear the oscillator as loud as you set it here. + Con questa manopola regoli il volume dell'oscillatore %1. Con il valore 0 l'oscillatore è spento, altrimenti lo sentirai tanto forte quanto lo imposti qui. + + + Osc %1 panning + Panning osc %1 + + + Osc %1 panning: + Panning osc %1: + + + With this knob you can set the panning of the oscillator %1. A value of -100 means 100% left and a value of 100 moves oscillator-output right. + Con questa manopola regoli il posizionamento nello spettro stereo dell'oscillatore %1. Un valore di -100 significa tutto a sinistra e 100 significa tutto a destra. + + + Osc %1 coarse detuning + Intonazione osc %1 + + + Osc %1 coarse detuning: + Intonazione osc %1: + + + semitones + semitoni + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + Con questa manopola regoli l'intonazione, con la precisione di 1 semitono, dell'oscillatore %1. Puoi variale l'intonazione di 12 semitoni (un'ottava) in su e in giù. Questo è utile per creare suoni con un accordo. + + + Osc %1 fine detuning left + Intonazione precisa osc %1 sinistra + + + Osc %1 fine detuning left: + Intonazione precisa osc %1 sinistra: + + + cents + centesimi + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Con questa manopola regoli l'intonazione precisa dell'oscillatore %1 per il canale sinistro. La gamma per l'intonazione di precisione va da -100 a +100 centesimi. Questo è utile per creare suoni "grossi". + + + Osc %1 fine detuning right + Intonazione precisa osc %1 destra + + + Osc %1 fine detuning right: + Intonazione precisa osc %1 destra: + + + With this knob you can set the fine detuning of oscillator %1 for the right channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Con questa manopola regoli l'intonazione precisa dell'oscillatore %1 per il canale destro. La gamma per l'intonazione di precisione va da -100 a +100 centesimi. Questo è utile per creare suoni "grossi". + + + Osc %1 phase-offset + Spostamento fase osc %1 + + + Osc %1 phase-offset: + Spostamento fase osc %1: + + + degrees + gradi + + + With this knob you can set the phase-offset of oscillator %1. That means you can move the point within an oscillation where the oscillator begins to oscillate. For example if you have a sine-wave and have a phase-offset of 180 degrees the wave will first go down. It's the same with a square-wave. + Con questa manopola regoli lo spostamento della fase dell'oscillatore %1. Ciò significa che puoi spostare il punto in cui inizia l'oscillazione. Per esempio, se usi un'onda sinusoidale e hai uno spostamento della fase di 180 gradi, l'onda inizierà scendendo. Lo stesso vale per un'onda quadra. + + + Osc %1 stereo phase-detuning + Intonazione fase stereo osc %1 + + + Osc %1 stereo phase-detuning: + Intonazione fase stereo osc %1: + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + Con questa manopola regoli l'intonazione della fase stereo per l'oscillatore %1. L'intonazione della fase stereo specifica quanta differenza c'è tra lo spostamento di fase del canale sinistro e di quello destro. Questo è molto utile per creare suoni con grande apertura stereo. + + + Click here if you want a sine-wave for current oscillator. + Clicca qui per usare un'onda sinusoidale per questo oscillatore. + + + Click here if you want a triangle-wave for current oscillator. + Clicca qui per usare un'onda triangolare per questo oscillatore. + + + Click here if you want a saw-wave for current oscillator. + Clicca qui per usare un'onda a dente di sega per questo oscillatore. + + + Click here if you want a square-wave for current oscillator. + Clicca qui per usare un'onda quadra per questo oscillatore. + + + Click here if you want a moog-saw-wave for current oscillator. + Clicca qui per usare un'onda moog per questo oscillatore. + + + Click here if you want an exponential wave for current oscillator. + Clicca qui per usare un'onda esponenziale per questo oscillatore. + + + Click here if you want a white-noise for current oscillator. + Clicca qui per usare rumore bianco per questo oscillatore. + + + Click here if you want a user-defined wave-shape for current oscillator. + Clicca qui per usare un'onda definita dall'utente per questo oscillatore. + + + + vestigeInstrument + + Open other VST-plugin + Apri altri plugin VST + + + Click here, if you want to open another VST-plugin. After clicking on this button, a file-open-dialog appears and you can select your file. + Clicca qui per aprire un altro plugin VST. Una volta cliccato questo pulsante, si aprirà una finestra di dialogo dove potrai scegliere il file. + + + Show/hide VST-GUI + Mostra/nascondi l'interfaccia VST + + + Click here to show or hide the graphical user interface (GUI) of your VST-plugin. + Clicca qui per mostrare o nascondere l'interfaccia grafica (GUI) per i plugin VST. + + + Loading plugin + Caricamento plugin + + + Please wait while loading VST-plugin... + Prego attendere, caricamento del plugin VST... + + + Failed loading VST-plugin + Errore nel caricamento del plugin VST + + + The VST-plugin %1 could not be loaded for some reason. +If it runs with other VST-software under Linux, please contact an LMMS-developer! + Non è stato possibile caricare il plugin VST %1 a causa di alcuni errori. +Se, con altre applicazioni GNU/Linux il plugin funziona, si prega di contattare uno sviluppatore di LMMS! + + + Open VST-plugin + Apri plugin VST + + + DLL-files (*.dll) + File DLL (*.dll) + + + EXE-files (*.exe) + File EXE (*.exe) + + + No VST-plugin loaded + Nessun plugin VST caricato + + + by + by + + + Turn off all notes + Metti tutte le note su spento + + + + visualizationWidget + + click to enable/disable visualization of master-output + clicca per abilitare/disabilitare la visualizzazione dell'uscita principale + + + diff --git a/data/locale/pt_br.qm b/data/locale/pt_br.qm new file mode 100755 index 000000000..2acc9fd27 Binary files /dev/null and b/data/locale/pt_br.qm differ diff --git a/data/locale/pt_br.ts b/data/locale/pt_br.ts new file mode 100755 index 000000000..3e6796746 --- /dev/null +++ b/data/locale/pt_br.ts @@ -0,0 +1,2631 @@ + + + aboutDialog + + About LMMS... + Sobre o LMMS... + + + Linux MultiMedia Studio %1 + Linux MultiMedia Studio %1 + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2005 LMMS-Developers + +http://lmms.sourceforge.net + LMMS - Linux MultiMedia System +LMMS - (Sistema MultiMídia do Linux) +Um poderoso estudio sintetizador + +Copyright (c) 2004-2005 Desenvolvedores-LMMS + +http://lmms.sourceforge.net + + + Current language not translated. + +If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Just contact the maintainer! + Tradução para Português do Brasil +Allan Brazute Alves <allan@ghsix.com.br> - 18/12/2005 + +Se você esta interessado em traduzir o LMMS para outra lingua ou quer melhorar uma tradução existente, você é bem vindo para nos ajudar! Entre em contato com o mantenedor! + + + About + Sobre + + + Authors + Autores + + + Translation + Tradução + + + License + Licença + + + Close + Fechar + + + + arpAndChordsTabWidget + + octave + oitava + + + Major + Maior + + + Majb5 + + + + minor + menor + + + minb5 + + + + sus2 + + + + sus4 + + + + aug + + + + augsus4 + + + + tri + + + + 6 + + + + 6sus4 + + + + 6add9 + + + + m6 + + + + m6add9 + + + + 7 + + + + 7sus4 + + + + 7#5 + + + + 7b5 + + + + 7#9 + + + + 7b9 + + + + 7#5#9 + + + + 7#5b9 + + + + 7b5b9 + + + + 7add11 + + + + 7add13 + + + + 7#11 + + + + Maj7 + + + + Maj7b5 + + + + Maj7#5 + + + + Maj7#11 + + + + Maj7add13 + + + + m7 + + + + m7b5 + + + + m7b9 + + + + m7add11 + + + + m7add13 + + + + m-Maj7 + + + + m-Maj7add11 + + + + m-Maj7add13 + + + + 9 + + + + 9sus4 + + + + add9 + + + + 9#5 + + + + 9b5 + + + + 9#11 + + + + 9b13 + + + + Maj9 + + + + Maj9sus4 + + + + Maj9#5 + + + + Maj9#11 + + + + m9 + + + + madd9 + + + + m9b5 + + + + m9-Maj7 + + + + 11 + + + + 11b9 + + + + Maj11 + + + + m11 + + + + m-Maj11 + + + + 13 + + + + 13#9 + + + + 13b9 + + + + 13b5b9 + + + + Maj13 + + + + m13 + + + + m-Maj13 + + + + Harmonic minor + Harmonico menor + + + Melodic minor + Melódico menor + + + Whole tone + Todo o tom + + + Diminished + Diminuído + + + Major pentatonic + Pentatônico maior + + + Minor pentatonic + Pentatônico menor + + + Jap in sen + + + + Major bebop + Bebop maior + + + Dominant bebop + Bebop dominante + + + Blues + Blues + + + Arabic + Arábico + + + Enigmatic + Enigmático + + + Neopolitan + Napolitano + + + Neopolitan minor + Neopolitano menor + + + Hungarian minor + Húngaro menor + + + Dorian + Dórico + + + Phrygolydian + + + + Lydian + + + + Mixolydian + + + + Aeolian + + + + Locrian + + + + CHORDS + ACORDE + + + Chord range + Escala de acordes + + + RANGE + ESCALA + + + Chord range: + Escala de acordes: + + + octave(s) + oitava(s) + + + Use this knob for setting the chord range in octaves. The selected chord will be played within specified amount of octaves. + Use este botão para ajustar a escala de acorde em oitavas. A escala selecionada será tocada em uma quantidade específica de oitavas. + + + ARPEGGIO + HARPEIO + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + Um harpeio é um jeito especial de tocar instrumentos, que faz a música muito mais vívida. As cordas de tais instrumentos (ex. harpas) são tocadas como acordes, a única diferença é que isso é feito em uma ordem sequencial que faz com que as notas não saiam ao mesmo tempo. Hapeios típicos são tríades maiores ou menores. Mas há várias possibilidades de acordes que você pode usar. + + + Arpeggio range + Escala de harpeio + + + Arpeggio range: + Escala de harpeio: + + + Use this knob for setting the arpeggio range in octaves. The selected arpeggio will be played within specified amount of octaves. + Use este botão para ajustar a escala de harpeio em oitavas. A escala selecionada será tocada em uma quantidade específica de oitavas. + + + Arpeggio time + Tempo de harpeio + + + TIME + TEMPO + + + Arpeggio time: + Tempo de harpeio: + + + ms + + + + Use this knob for setting the arpeggio time in milliseconds. The arpeggio time specifies how long each arpeggio-tone should be played. + Use este botão para ajustar o tempo de harpeio em milesegundos. O tempo de harpeio especifica qual longo cada ton de herpeio será. + + + Arpeggio gate + Portal de harpeio + + + GATE + PORTAL + + + Arpeggio gate: + Portal de harpeio: + + + % + + + + Use this knob for setting the arpeggio gate. The arpeggio gate specifies the percent of a whole arpeggio-tone that should be played. With this you can make cool staccato-arpeggios. + Use este botão para ajustar o portal de harpeio. O portal de harpeio especifica a percentagem que um ton de herpeio inteiro será tocado. Com isso você pode fazer harpeios legais. + + + DIRECTION: + DIREÇÃO: + + + arpeggio direction = up + direção do harpeio = cima + + + arpeggio direction = down + direção do harpeio = baixo + + + arpeggio direction = up and down + direção do harpeio = cima e baixo + + + arpeggio direction = random + direção do harpeio = aleatório + + + + audioDevice + + DEVICE + DISPOSITIVO + + + CHANNELS + CANAIS + + + CLIENT-NAME + NOME-DO-CLIENTE + + + + audioFileProcessor + + Open other sample + Abrir outra amostra + + + Click here, if you want to open another audio-file. After clicking on this button, a file-open-dialog appears and you can select your file. Settings like Looping-Mode, start- and end-point, amplify-value and so on are not reset, so please don't wonder if your sample doesn't sound like the original one... + Clique aqui se você quer abrir outro arquivo de áudio. Depois de clicar neste botão, um diálogo de abrir aparecerá e você poderá escolher seu arquivo. Ajustes como Modo-Loop, ponto-início e fim, valor-aplificação e assim por diante, não são restaurados, então não se espante se su amostra não soa como a original... + + + Reverse sample + Amostra reversa + + + If you enable this button, the whole sample is reversed. This is useful for cool effects, e.g. a reversed crash. + Se você ativar este botão, toda a amostra será invertida. Isto é útil para fazer uns efeitos legais, ex. um ruído elétrico ao contrário. + + + Loop sample at start- and end-point + Amostra em loop do ponto de início ao de fim + + + Here you can set, whether Looping-Mode is enabled. If enabled, AudioFileProcessor loops between start- and end-point of a sample until the whole note is played. This is useful for things like string- and choir-samples. + Aqui você pode selecionar se o Modo-Loop está ativo. Se ativado, o Processador de arquivos de áudio entrará em loop entre o ponto de início e o de fim de um amostra até que toda a nota seja tocada. Isto é útil para amostras com sons de cordas ou coro. + + + Amplify + Amplificar + + + Amplify: + Amplificar: + + + AMP + AMP + + + With this knob you can set the amplify-ratio. When you set a value of 100% your sample isn't changed. Otherwise it will be amplified up or down (your actual sample-file isn't touched!) + Com este botão você pode ajustar a relação-amplificação. Quando você seleciona um valor de 100%, sua amostra não é mudada. Outros valores amplificam mais ou menos. (seu arquivo de amostra atual não será gravado!) + + + Start of sample + Início da amostra + + + Startpoint: + Ponto de início: + + + START + INÍCIO + + + With this knob you can set the point where AudioFileProcessor should begin playing your sample. If you enable Looping-Mode, this is the point to which AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Com este botão você ajusta o ponto em que o Processador de Arquivo de Áudio deve começar a tocar sua amostra. Se você ativou o Modo-Loop, este é o ponto onde o Processador de Arquivo de Áudio retorna se uma nota é maior que a amostra entre os pontos de início e fim. + + + End of sample + Fim da amostra + + + Endpoint: + Ponto final: + + + END + FIM + + + With this knob you can set the point where AudioFileProcessor should stop playing your sample. If you enable Looping-Mode, this is the point where AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Com este botão você ajusta o ponto em que o Processador de Arquivo de Áudio deve parar de tocar sua amostra. Se você ativou o Modo-Loop, este é o ponto onde o Processador de Arquivo de Áudio retorna se uma nota é maior que a amostra entre os pontos de início e fim. + + + Activate this button, if your sample should be drawn with connected lines. This doesn't change the sound itself. It just gives you another view to your sample. + Ative este botão se sua amostra deve ser desenhada com linhas conectadas. Isto não muda o som, apenas te dá uma outra visão da amostra. + + + Activate this button, if your sample should be drawn with dots. This doesn't change the sound itself. It just gives you another view to your sample. + Ative este botão se sua amostra deve ser desenhada com pontos. Isto não muda o som, apenas te dá uma outra visão da amostra. + + + + bbEditor + + Beat+Bassline Editor + Editor de Batida+Baixo + + + Play/pause current beat/bassline (Space) + Tocar/pausar a batida/baixo atual (Espaço) + + + Stop playing of current beat/bassline (Space) + Parar a batida/baixo atual (Espaço) + + + Click here, if you want to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. + Clique aqui se você quer tocar a batida/baixo atual. A batida/baixo atual é re-tocada (loop) quando atingir o final. + + + Click here, if you want to stop playing of current beat/bassline. + Clique aqui se você quer parar a batida/baixo atual. + + + + bbTCO + + Open in Beat+Bassline-Editor + Abrir no editor de Batida/Baixo + + + Reset name + Restaurar nome + + + Change name + Mudar nome + + + Change color + Mudar cor + + + + bbTrack + + Beat/Bassline %1 + Batida/Baixo %1 + + + + channelTrack + + With this knob you can set the volume of the opened channel. + Com este botão você pode ajustar o volume do canal aberto. + + + Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature. + Com este retângulo você pode ajustar a posição onde o canal pode ser audível. Você deve possuir uma placa de som que suporte no mínimo surround 4.0 para apreciar esta característica. + + + unnamed_channel + canal_sem_nome + + + Channel volume + Volume do Canal + + + Channel volume: + Volume do canal: + + + VOL + + + + GENERAL SETTINGS + AJUSTES GERAIS + + + VOLUME + + + + FX CHNL + CNL FX + + + Save current channel settings in a preset-file + Salve os ajustes do canal atual em um arquivo de pré-ajuste + + + Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser. + Clique aqui se você quer salvar os ajustes do canal atual em um preset-file. Depois você pode carregar estes ajustes dando um duplo clique nele no navegador de pré-ajustes. + + + Default + Padrão + + + ENV/LFO/FILTER + AMB/LFO/FILTRO + + + ARP/CHORD + HAR/ACORDE + + + MIDI + + + + Save channel-settings in file + Salve os ajustes do canal em arquivo + + + Channel-Settings-File (*.cs.xml) + Arquivo de Ajustes do Canal (*.sc.xml) + + + PLUGIN + + + + + configManager + + &Cancel + &Cancelar + + + < &Back + < &Voltar + + + &Next > + &Próximo > + + + &Finish + &Fim + + + Setup LMMS + Configurar LMMS + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. + +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + + +Now click on 'Next' to get to the next page. + O LMMS precisa ser configurado para funcionar corretamente. Este ajudante irá ajudá-lo à configurar sua instalação pessoal do LMMS. + +Se você não está certo do que fazer neste passo, apenas clique 'Próximo'. O LMMS vai automaticamente selecionar a melhor opção para você. + + +Clique em 'Próximo' para ir à página seguinte. + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + + +Please select a directory: + Quando você está trabalhando com o LMMS, é necessário um diretório de trabalho. +Este diretório é usado para quardar seus projetos, pré-ajustes, amostras, etc. + + +Por favor, selecione um diretório: + + + For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory. +When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size. + + Para usar os pré-ajustes e amostras do LMMS e aproveitar as músicas demo, os arquivos devem ser copiados ou ligados (link) dentro do seu diretório de trabalho do LMMS. +Quando copiados, os arquivos podem ser modificados, mas eles precisarão de espaço no seu diretório. Se você apenas ligá-los, você não poderá modificá-los, mas eles não acuparão espaço extra. Então é recomendado copiar os pré-ajustes e projetos demo e ligar as amostras, que são grandes em tamanho. + + + samples: + amostras: + + + copy + copiar + + + link + ligar + + + presets: + pré-ajustes: + + + demo projects: + projetos demo: + + + Welcome to LMMS + Bem-vindo ao LMMS + + + Select working directory + Selecione o diretório de trabalho + + + Copy or link files + Copiar ou ligar arquivos + + + Choose LMMS-working-directory + Escolha o diretário de trabalho do LMMS + + + Directory not existing + Diretório não existente + + + The directory you specified does not exist. Create it? + O diretório especificado não existe. Criar? + + + Error in configuration-file + Erro no arquivo de configuração + + + Error while parsing configuration-file %1. +The setup-wizard will be shown for reconfiguring LMMS. + Erro ao analisar o arquivo de configuração %1. +O ajudante de configuração será mostrado para reconfigurar o LMMS. + + + Could not save config-file + O arquivo de configuração não pode ser salvo + + + Could not save configuration file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + O arquivo de configuração %1 não pode ser salvo. Você provavelmente não tem permissão para gravar neste arquivo. +Por favor, certifique-se de que você tem permissão de gravação para o arquivo e tente novamente. + + + + envelopeAndLFOWidget + + Predelay-time + Tempo de Pré-atraso + + + DEL + APAGAR + + + Predelay: + Pré-atraso: + + + Use this knob for setting predelay of the current envelope. The bigger this value the longer the time before start of actual envelope. + Use este botão para ajustar o pré-atraso do envelope atual. Quanto maior este valor, mais longo o tempo antes de iniciar o envelope atual. + + + Attack-time + Tempo de ataque + + + ATT + ATQ + + + Attack: + Ataque: + + + Use this knob for setting attack-time of the current envelope. The bigger this value the longer the envelope needs to increase to attack-level. Choose a small value for instruments like pianos and a big value for strings. + Use este botão para ajustar o tempo de ataque do envelope atual. Quanto maior este valor, mais longo o tempo que o envelope precisará para aumentar o nível de ataque. + + + Hold-time + Tempo de espera + + + HOLD + ESPERA + + + Hold: + Espera: + + + Use this knob for setting hold-time of the current envelope. The bigger this value the longer the envelope holds attack-level before it begins to decrease to sustain-level. + Use este botão para ajustar o tempo de espera do envelope atual. Quanto maior este valor, mais longo o tempo que o envelope segura o nível de ataque antes de diminuir para o nível sustentável. + + + Decay-time + Tempo de deterioração + + + DEC + DET + + + Decay: + Deterioração: + + + Use this knob for setting decay-time of the current envelope. The bigger this value the longer the envelope needs to decrease from attack-level to sustain-level. Choose a small value for instruments like pianos. + Use este botão para ajustar o tempo de deterioração do envelope atual. Quanto maior este valor, mais longo o tempo que o envelope precisa para diminuir do nível de ataque para o nível sustentável. Escolha um valor pequeno para instrumentos como piano. + + + Sustain-level + Nível de sustentação + + + SUST + + + + Sustain: + Sustentação: + + + Use this knob for setting sustain-level of the current envelope. The bigger this value the higher the level on which the envelope stays before going down to zero. + Use este botão para ajustar o nível de sustentação do envelope atual. Quanto maior este valor, maio será o nível que o envelope espera antes de ir para zero. + + + Release-time + Tempo de liberação + + + REL + LIB + + + Release: + Libera: + + + Use this knob for setting release-time of the current envelope. The bigger this value the longer the envelope needs to decrease from sustain-level to zero. Choose a big value for soft instruments like strings. + Use este botão para ajustar o tempo de liberação do envelope atual. Quanto maior este valor, mais longo o tempo que o envelope precisa para diminuir do nível de sustentação para zero. Escolha um valor grande para instrumentos com cordas. + + + Modulation amount + Quantidade de modulação + + + AMT + QNT + + + Modulation amount: + Quantidade de modulação: + + + Use this knob for setting modulation amount of the current envelope. The bigger this value the more the according size (e.g. volume or cutoff-frequency) will be influenced by this envelope. + Use este botão para ajustar a quantidade de modulação do envelope atual. Quanto maior este valor, mais o tamanho do acorde (ex. volume ou frequência de corte) será influênciado pelo envelope. + + + LFO-predelay-time + Tempo de pré-atraso LFO + + + LFO-predelay: + Pré-atraso LFO: + + + Use this knob for setting predelay-time of the current LFO. The bigger this value the the time until the LFO starts to oscillate. + Use este botão para ajustar o tempo de pré-atraso do LFO atual. Quanto maior este valor, maior o tempo ontes do LFO começar a oscilar. + + + LFO-attack-time + Tempo de ataque do LFO + + + LFO-attack: + Ataque LFO: + + + Use this knob for setting attack-time of the current LFO. The bigger this value the longer the LFO needs to increase its amplitude to maximum. + Use este botão para ajustar o tempo de ataque do LFO atual. Quanto maior este valor, mais o tempo o LFO leva para atingir sua amplitude máxima. + + + LFO-speed + Velocidade do LFO + + + SPD + VEL + + + LFO-speed: + Velocidade do LFO: + + + Use this knob for setting speed of the current LFO. The bigger this value the faster the LFO oscillates and the faster will be your effect. + Use este botão para ajustar a velocidade do LFO atual. Quanto maior este valor, mais rapidamente o LFO oscila e mais rápido será seu efeito. + + + LFO-modulation-amount + Quantidade de modulação do LFO + + + Use this knob for setting modulation amount of the current LFO. The bigger this value the more the selected size (e.g. volume or cutoff-frequency) will be influenced by this LFO. + Use este botão para ajustar a quantidade de modulação do LFO atual. Quanto maior este valor, mais o tamanho (ex. volume ou frequência de corte) será influênciado pelo LFO. + + + Click here if you want a sine-wave for current oscillator. + Clique aqui se você quer uma onda-seno para o oscilador corrente. + + + Click here if you want a triangle-wave for current oscillator. + Clique aqui se você quer uma onda-triângulo para o oscilador corrente. + + + Click here if you want a saw-wave for current oscillator. + Clique aqui se você quer uma onda-serra para o oscilador corrente. + + + Click here if you want a square-wave for current oscillator. + Clique aqui se você quer uma onda-quadrado para o oscilador corrente. + + + FREQ x 100 + + + + Click here if the frequency of this LFO should be multiplied with 100. + Clique aqui se a frequência deste LFO deve ser multiplicada por 100. + + + multiply LFO-frequency with 100 + Multiplicar a frequência-LFO por 100 + + + MODULATE ENV-AMOUNT + MODULAR QUANTIDADE-ENV + + + Click here to make the envelope-amount controlled by this LFO. + Clique aqui para que a quantidade do envelope seja controlada por este LFO. + + + control envelope-amount by this LFO + controla a quantidade do envelope por este LFO + + + ms/LFO: + ms/LFO: + + + + envelopeTabWidget + + VOLUME + + + + CUTOFF + INTERRUPÇÃO + + + Q/RESO + + + + TARGET + ALVO + + + These tabs contain envelopes. They're very important for modifying a sound, for not saying that they're almost always neccessary for substractive synthesis. For example if you have a volume-envelope, you can set when the sound should have which volume-level. Maybe you want to create some soft strings. Then your sound has to fade in and out very softly. This can be done by setting a large attack- and release-time. It's the same for other envelope-targets like panning, cutoff-frequency of used filter and so on. Just monkey around with it! You can really make cool sounds out of a saw-wave with just some envelopes...! + Estas abas contêm envelopes. Eles são muito importante para modificar um som, para não dizer que são quase sempre necessários para a síntese substrativa. Por exemplo se você tiver um volume de envelope que você pode ajustar quando o som deve ter um certo nível de volume. Talvez você queira criar algums acordes macios. Então seu som tem que desvanecer-se bem devagar. Isto pode ser feito ajustando um tempo de ataque e liberação grandes. É o mesmo para outros envelopes alvo como o panning, freqüência de corte do filtro usado e assim por diante. Apenas brinque com ele! Você pode realmente fazer sons legais com apenas alguns envelopes...! + + + FILTER + FILTRO + + + LowPass + Passagem Baixa + + + HiPass + Passagem Alta + + + BandPass csg + Passagem da Faixa csg + + + BandPass czpg + Passagem da Faixa czpg + + + Notch + Entalhe + + + Allpass + Passagem Total + + + Moog + + + + 2x LowPass + 2x Passagem Baixa + + + Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound. + Aqui você pode selecionar o filtro interno que quer usar neste canal. Filtros são muito importantes para mudar as características de um som. + + + cutoff-frequency + freqüência de corte + + + cutoff-frequency: + freqüência de corte: + + + Hz + + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + Use este botão para ajustar a freqüência de corte para o filtro selecionado. A freqüência de corte especifíca a freqüência para interromper o sinal por um filtro. Por exemplo, um filtro de passagem baixa (lowpass) interrompe todas as freqüências acima da freqüências de corte. Um filtro de passagem alta (hipass) interrompe todas as freqüências abaixo da freqüências de corte e assim por diante... + + + Q/Resonance + Q/Resonância + + + Q/Resonance: + Q/Resonância: + + + Use this knob for setting Q/Resonance for the selected filter. Q/Resonance tells the filter, how much it should amplify frequencies near Cutoff-frequency. + Use este botão para ajustar a Q/Resonância para o filtro selecionado. Q/Resonância diz ao filtro quanto ele pode amplificar as freqüências próximas da freqüência de corte. + + + + exportProjectDialog + + Could not open file + Não é possivel abrir o arquivo + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Não é possível abrir o arquivo %1 para gravação. +Por favor certifique-se que você tem permissão para gravação no arquivo e se o arquivo se encontra no diretório e tente novamente! + + + Uncompressed Wave-File (*.wav) + Arquivo Wave descompactado (*.wav) + + + Compressed OGG-File (*.ogg) + Arquivo OGG compactado (*.ogg) + + + Export project to %1 + Exportar projeto para %1 + + + Type: + Tipo: + + + kbps: + kbps: + + + variable bitrate + Qualidade variável (VBR) + + + use high-quality-mode (recommened) + Usar modo de alta qualidade (recomendado) + + + Export + Exportar + + + Cancel + Cancelar + + + Export failed + Falha na exportação + + + The project-export failed, because the output-file/-device could not be opened. +Make sure, you have write access to the selected file/device! + A exportação do projeto falhou porque o arquivo ou dispositivo de saida não pode ser aberto. +Certifique-se que você tem permissão de gravação para o arquivo/dispositivo selecionado! + + + Exporting project to %1 + Exportando projeto para %1 + + + Rendering: + Renderizando: + + + + fileBrowser + + Browser + Navegador + + + Files + Arquivos + + + Reload (F5) + Recarregar (F5) + + + Send to active channel + Enviar para o canal ativo + + + Open in new channel/Song-Editor + Abrir em novo canal/Editor de música + + + Open in new channel/B+B Editor + Abrir em novo canal/Editor B+B + + + + knob + + &Reset (%1%2) + &Reiniciar (%1%2) + + + &Copy value (%1%2) + &Copiar valor (%1%2) + + + &Paste value (%1%2) + C&olar valor (%1%2) + + + Connect to MIDI-device + Conectar à dispositivo MIDI + + + &Help + Aj&uda + + + Please enter a new value between %1 and %2: + Por favor entre com um novo valor entre %1 e %2: + + + + lmmsMainWin + + My projects + Meus projetos + + + My samples + Minhas amostras + + + My presets + Meus pré-definidos + + + My home + Pasta do usuário + + + Root directory + Pasta raiz + + + Loading song... + Carregando música... + + + Creating new song... + Criando nova música... + + + Creating GUI... + Criando GUI... + + + Create new project + Criar novo projeto + + + Open existing project + Abrir projeto existente + + + Save current project + Salvar projeto atual + + + Export current project + Exportar projeto atual + + + Show/hide Beat+Bassline Editor + Mostrar/esconder Editor de Batida+Baixo + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + Apertando este botão, você mostra ou esconde o Editor de Batida+Baixo (Beat+Bassline Editor). O Editor de Batida+Baixo é necessário para ajustar batidas, abrir, editar e remover canais, recortar, copiar e colar padrões de batidas e baixo e outras coisas mais. + + + Show/hide Piano-Roll + Mostrar/esconder Teclas do piano + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + Apertando este botão, você mostra ou esconde as Teclas do piano (Piano-Roll). Com a ajuda das Teclas do Piano você pode editar padrões de melodia de uma maneira fácil. + + + Show/hide Song-Editor + Mostrar/esconder Editor de música + + + By pressing this button, you can show or hide the Song-Editor. With the help of the Song-Editor you can edit song-playlist and specify when which track should be played. You can also insert and move samples (e.g. rap-samples) directly into the playlist. + Apertando este botão, você mostra ou esconde o Editor de música (Song-Editor). Com a ajuda do editor de música você pode editar lista de músicas (song-playlist) e especificar quando cada trilha (track) será tocada. Você pode também inserir e mover amostras (samples) direto para a lista de música (playlist). + + + Show/hide EffectBoard + Mostrar/esconder Mesa de efeitos + + + By pressing this button, you can show or hide the EffectBoard. The EffectBoard is a very powerful tool for managing effects for your song. You can insert effects into different effect-channels. + Apertando este botão, você mostra ou esconde a Mesa de efeitos (EffectBoard). A Mesa de efeitos é uma ferramenta muito poderosa para administrar efeitos para sua música. Você pode inserir efeitos em diferentes canais de efeitos (effect-channels). + + + Show/hide project notes + Mostrar/esconder notas do projeto + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + Apertando este boão, você mostra ou esconde a janela de notas do projeto (project notes). Nesta janela você pode fazer anotações sobre seu projeto. + + + &Project + &Projeto + + + &New + &Novo + + + &Open... + &Abrir... + + + &Save + &Salvar + + + Save &As... + Salvar &como... + + + Import file + Importar arquivo + + + E&xport + E&xportar + + + &Quit + Sai&r + + + &Settings + Configuraçõe&s + + + Show settings dialog + Mostrar configurações + + + Show setup wizard + Mostrar ajudante de configurações + + + &Help + Aj&uda + + + Help + Ajuda + + + What's this? + O que é isso? + + + About + Sobre + + + LMMS %1 + LMMS %1 + + + Open project + Abrir projeto + + + MultiMedia Project (*.mmp *.xml) + Projeto Multimídia (*.mmp *.xml) + + + Save project + Salvar projeto + + + MultiMedia Project (*.mmp);;MultiMedia Project Template (*.mpt) + Projeto Multimídia (*.mmp);;Modelo de Projeto Multi-Mídia (*.mpt) + + + Help not available + Ajuda não disponível + + + Currently there's no help available in LMMS. +Please visit http://lmms.sourceforge.net and click on "Documentation". +There hopefully you'll find the stuff you want to know... + Atualmente não há ajuda disponível no LMMS. +Por favor, visite http:///lmms.sourceforge.net e clique em "Documentação" (Documentation). +Lá esperançosamente você encontrará as coisas que quer saber... + + + Setting up main-window and workspace... + Configurando a janela principal e de trabalho... + + + + midiClient + + DEVICE + DISPOSITIVO + + + + midiClientRaw + + DEVICE + DISPOSITIVO + + + + midiTabWidget + + MIDI-SETUP FOR THIS CHANNEL + CONFIGURAÇÕES DO MIDI PARA ESTE CANAL + + + CHANNEL + CANAL + + + RECEIVE MIDI-EVENTS + RECEBER EVENTOS MIDI + + + SEND MIDI-EVENTS + ENVIAR EVENTOS MIDI + + + MIDI-devices to receive MIDI-events from + Dispositivos MIDI para receber eventos MIDI de + + + MIDI-devices to send MIDI-events to + Dispositivos MIDI para enviar eventos MIDI para + + + + mixer + + Plugin not found + Plugin não encontrado + + + The %1-plugin wasn't found! + O plugin %1 não foi encontrado! + + + Error while loading plugin + Erro ao carregar plugin + + + Failed loading plugin "%1"! + Erro carregando o plugin "%1"! + + + + pattern + + double-click to open this pattern in piano-roll + Dê dois cliques para abrir este padrão nas teclas do piano + + + Open in piano-roll + Abrir nas teclas do piano + + + Clear all notes + Limpar todas as notas + + + Reset name + Restaurar nome + + + Change name + Mudar nome + + + Refreeze + Re-congelar + + + Freeze + Congelar + + + Unfreeze + Descongelar + + + Add steps + Adicionar passo + + + Remove steps + Remover passo + + + 1 step + 1 passo + + + %1 steps + %1 passos + + + Cannot freeze pattern + Não é possível congelar padrão + + + The pattern currently cannot be freezed because you're in play-mode. Please stop and try again! + O padrão atualmente não pode ser congelado porque você está no modo tocar (play-mode). Por favor pare e tente novamente! + + + Channel muted + Canal mudo + + + The channel this pattern belongs to is currently muted therefore freezing makes no sense! Do you still want to continue? + O canal que este padrão pertence está atualmente mudo, consequentemente congela-lo não faz sentido! Você ainda quer continuar? + + + + patternFreezeStatusDialog + + Freezing pattern... + Congelando padrão... + + + Cancel + Cancelar + + + + pianoRoll + + Play/pause current pattern (Space) + Tocar/pausar padrão atual (Espaço) + + + Record notes from MIDI-device/channel-piano + Gravar notas do dispositivo MIDI/canal do piano + + + Stop playing of current pattern (Space) + Parar de tocar o padrão atual (Espaço) + + + Click here, if you want to play the current pattern. This is useful while editing it. The pattern is automatically looped when its end is reached. + Clique aqui se você quer tocar o padrão atual. Isto é útil enquanto você estiver editando ele. O padrão é re-tocado (loop) quando atingir o final. + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can play and edit them afterwards. + Clique aqui se você quer gravar notas de um dispositivo MIDI ou do piano de teste virtual da janela de canal correspondente para o padrão atual. Quando gravando, todas as notas que você tocar serão escritas neste padrão e você poderá tocá-las e editá-las mais tarde. + + + Click here, if you want to stop playing of current pattern. + Clique aqui se você quer parar de tocar o padrão atual. + + + Draw mode (D) + Modo Desenhar (D) + + + Erase mode (E) + Modo Apagar (E) + + + Select mode (S) + Modo Selecionar (S) + + + Move selection mode (M) + Modo Mover Seleção (M) + + + If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode. + Se você clicar aqui, o modo desenhar será ativado. Neste modo você pode adicionar, redimencionar e mover notas únicas. Este é o modo padrão que é usado a maior parte do tempo. Você também pode apertar 'D' no seu teclado para ativar este modo. + + + If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode. + Se você clicar aqui, o modo apagar será ativado. Neste modo você pode apagar notas únicas. Você também pode apertar 'E' no seu teclado para ativar este modo. + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + Se você clicar aqui, o modo selecionar será ativado. Neste modo você pode selecionar notas. Você também pode apertar 'S' no seu teclado para ativar este modo. + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + Se você clicar aqui, o modo mover será ativado. Neste modo você pode mover as notas selecionadas no modo selecionar. Você também pode apertar 'M' no seu teclado para ativar este modo. + + + Cut selected notes (Ctrl+X) + Recortar notas selecionadas (Ctrl+X) + + + Copy selected notes (Ctrl+C) + Copiar notas selecionadas (Ctrl+C) + + + Paste notes from clipboard (Ctrl+V) + Colar notas da área de transferência (Ctrl+V) + + + If you click here, selected notes will be cut into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + Se você clicar aqui, as notas selecionadas serão recortadas para a área de transferência. Você pode colá-las em qualquer lugar em qualquer padrão clicando no botão colar. + + + If you click here, selected notes will be copied into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + Se você clicar aqui, as notas selecionadas serão copiadas para a área de transferência. Você pode colá-las em qualquer lugar em qualquer padrão clicando no botão colar. + + + If you click here, the notes from the clipboard will be pasted at the first visible tact. + Se você clicar aqui, as notas da área de transferência serão coladas no primeiro toque visível. + + + Piano-Roll - no pattern + Teclas do piano - nenhum padrão + + + Piano-Roll - %1 + Teclas do piano - %1 + + + Please open a pattern by double-clicking on it! + Por favor abra um padrão com um duplo clique sobre ele! + + + + pluckedStringSynth + + Pick position + Escolher posição + + + Pick position: + Escolher posição: + + + Pickup position + Coletar posição + + + Pickup position: + Coletar posição: + + + + pluginBrowser + + Instrument plugins + Plugins de instrumentos + + + Plugin browser + Navegador de plugins + + + You can drag an instrument-plugin into either the Song-Editor, the Beat+Bassline Editor or just into a channel-window or on the corresponding channel-button. + Você pode arrastar um plugin de instrumento para o Editor de música, de Batida+Baixo ou apenas para uma janela de canal ou sobre o botão de canal correspondente. + + + simple sampler with various settings for using samples (e.g. drums) in a channel + simples amostrador com vários ajustes para usar com amostrars (ex. tambores) em um canal + + + cheap synthesis of guitar/harp-like sounds + sintetizador comum soms tipo violão/harpa + + + three powerful oscillators you can modulate in several ways + três osciladores poderosos que você pode modular de várias maneiras + + + experimental VST-hoster for using VST-plugins within LMMS + VST-hoster experimental para usar com VST-plugin no LMMS + + + + projectNotes + + Project notes + Notas do projeto + + + Put down your project notes here. + Faça suas anotações aqui. + + + Edit Actions + Ações de edição + + + &Undo + Des&fazer + + + Ctrl+Z + Ctrl+Z + + + &Redo + &Refazer + + + Ctrl+Y + Ctrl+Y + + + &Copy + &Copiar + + + Ctrl+C + Ctrl+C + + + Cu&t + Recor&tar + + + Ctrl+X + Ctrl+X + + + &Paste + C&olar + + + Ctrl+V + Ctrl+V + + + Format Actions + Ações de formatação + + + &Bold + &Negrito + + + Ctrl+B + Ctrl+B + + + &Italic + &Itálico + + + Ctrl+I + Ctrl+I + + + &Underline + S&ublinhado + + + Ctrl+U + Ctrl+U + + + &Left + &Esquerda + + + Ctrl+L + Ctrl+L + + + C&enter + C&entro + + + Ctrl+E + Ctrl+E + + + &Right + Di&reita + + + Ctrl+R + Ctrl+R + + + &Justify + &Justificar + + + Ctrl+J + Ctrl+J + + + &Color... + &Cor... + + + + renameDialog + + Rename... + Renomear... + + + + sampleBuffer + + Open audio file + Abrir arquivo de áudio + + + All Audio-Files (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + Todos os arquivos de áudio (*.wav *.ogg *.aif *.aiff *.au *.raw) + + + Wave-Files (*.wav) + Arquivos Wave (*.wav) + + + OGG-Files (*.ogg) + Arquivos OGG (*.ogg) + + + VOC-Files (*.voc) + Arquivos VOC (*.voc) + + + AIFF-Files (*.aif *.aiff) + Arquivos AIFF (*.aif *.aiff) + + + AU-Files (*.au) + Arquivos AU (*.au) + + + RAW-Files (*.raw) + Arquivos RAW (*.raw) + + + + sampleTCO + + double-click to select sample + Duplo clique para selecionar amostra + + + + sampleTrack + + Sample track + Trilha de amostra + + + + setupDialog + + Setup LMMS + Configurar LMMS + + + General settings + Configurações gerais + + + BUFFER SIZE + TAMANHO DO BUFFER + + + Reset to default-value + Restaurar o valor padrão + + + MISC + MISC + + + Disable tooltips (no spurious interrupts while playing) + Desativar dicas de ferramentas (sem interrupções enquanto estiver tocando) + + + Classical knob usability (move cursor around knob to change value) + Uso clássico de botão (mover o cursor ao redor do botão para alterar o valor) + + + GIMP-like windows (no MDI) + Janelas no estilo GIMP (não MDI) + + + Audio settings + Configurações de Áudio + + + AUDIO INTERFACE + INTERFACE DE ÁUDIO + + + MIDI settings + Configurações do MIDI + + + MIDI INTERFACE + INTERFACE DO MIDI + + + OK + OK + + + Cancel + Cancelar + + + Restart LMMS + Reiniciar LMMS + + + Please note that most changes won't take effect until you restart LMMS! + Por favor note que a maioria das mudanças não terão efeito antes de reiniciar o LMMS! + + + FRAMES: %1 +LATENCY: %2 ms + QUADROS: %1 +LATÊNCIA: %2 ms + + + Here you can setup the internal buffer-size used by LMMS. Smaller values result in a lower latency but also may cause unusable sound or bad performance, especially on older computers or systems with a non-realtime kernel. + Aqui você pode ajustar o tamanho do buffer interno usado pelo LMMS. Valores menores resultam em menor latência mas talvez causem soms inscutáveis ou má performance, especialmente em computadores atigos ou sistema com kernel não compilados para trabalhar em tempo real. + + + Here you can select your preferred audio-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, JACK, OSS and more. Below you see a box which offers controls to setup the selected audio-interface. + Aqui você pode selecionar sua interface de áudio preferida. Dependendo das configurações do sistema durante a compilação, você poderá escolher entre ALSA, JACK, OSS e outros. Abaixo você verá uma caixa que oferece controles para ajustar a interface de áudio selecionada. + + + Here you can select your preferred MIDI-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, OSS and more. Below you see a box which offers controls to setup the selected MIDI-interface. + Aqui você pode selecionar sua interface de MIDI preferida. Dependendo das configurações do sistema durante a compilação, você poderá escolher entre ALSA, OSS e outros. Abaixo você verá uma caixa que oferece controles para ajustar a interface de MIDI selecionada. + + + + setupWidget + + ALSA (Advanced Linux Sound Architecture) + ALSA (Arquitetura de Som Avançada do Linux) + + + Dummy (no sound output) + Dummy (sem saída de som) + + + JACK (Jack Audio Connection Kit) + JACK (Kit de Conexão de Áudio Jack) + + + OSS (Open Sound System) + OSS (Sistema de Som Aberto) + + + SDL (Simple DirectMedia Layer) + SDL (Camada de Midia Direta Simples) + + + ALSA Raw-MIDI (Advanced Linux Sound Architecture) + ALSA Raw-MIDI (Arquitetura de Som Avançada do Linux)-(MIDI-Cru) + + + OSS Raw-MIDI (Open Sound System) + OSS Raw-MIDI (Sistema de Som Aberto)-(MIDI-Cru) + + + Dummy (no MIDI support) + Dummy (sem suporte à MIDI) + + + ALSA-Sequencer (Advanced Linux Sound Architecture) + Sequenciador ALSA (Arquitetura de Som Avançada do Linux) + + + + songEditor + + Song-Editor + Editor de música + + + TEMPO/BPM + TEMPO/BPM + + + tempo of song + tempo da música + + + The tempo of a song is specified in beats per minute (BPM). If you want to change the tempo of your song, change this value. Every tact has four beats, so the tempo in BPM specifies, how many tacts / 4 should be played within a minute (or how many tacts should be played within four minutes). + O tempo da música é especificado em batidas por minuto (BPM). Se você quizer mudar o tempo da sua música, mude este valor. Cada toque tem quatro batidas, então o tempo em BPM especifica quantos toques / 4 devem ser tocados em um minuto (ou quantos toques devem ser tocados em quatro minutos). + + + High quality mode + Modo de alta qualidade + + + master output volume + volume da saída mestre + + + master pitch + lance (pitch) mestre + + + Play song (Space) + Tocar música (Espaço) + + + Stop song (Space) + Parar música (Espaço) + + + Add beat/bassline + Adicionar batida/baixo + + + Add sample-track + Adicionar trlha de amostra + + + Insert bar (Shift+Insert) + Inserir barra (Shift+Insert) + + + Remove bar (Shift+Delete) + Remove barra (Shift+Delete) + + + Click here, if you want to play your whole song. Playing will be started at the song-position-marker (green). You can also move it while playing. + Clique aqui se você quer tocar toda a música. A música iniciará no posição do marcador (verde). Você pode move-lo enquanto estiver tocando. + + + Click here, if you want to stop playing of your song. The song-position-marker will be set to the start of your song. + Clique aqui se você quer parar de tocar a música. O marcador de posição (verde), será ajustado para o início da música. + + + If you click here, a bar will be inserted at the current bar. + Se você clicar aqui, uma barra será inserida na barra atual. + + + If you click here, the current bar will be removed. + Se você clicar aqui, a barra atual será removida. + + + Master output volume: + Volume de saída mestre: + + + Master output pitch: + Lance (pitch) de saída mestre: + + + semitones + semi-tons + + + Project not saved + Projeto não salvo + + + The current project was modified since last saving. Do you want to save it now? + O projeto atual foi modificado. Quer salvá-lo agora? + + + %1 saved. + %1 salvo. + + + Project NOT saved. + Projeto NÃO salvo. + + + Import file + Importar arquivo + + + MIDI-files (*.mid) + Arquivos MIDI (*.mid) + + + untitled + sem nome + + + Select file for project-export... + Selecione o arquivo para exportar o projeto... + + + File already exists + Arquivo já existe + + + The file "%1" already exists. Do you want to overwrite it? + O arquivo "%1" já existe. Você quer sobrescreve-lo? + + + Could not open file + Não é possível abrir o arquivo + + + Could not open file %1. You probably have no rights to read this file. +Please make sure you have at least read-access to the file and try again. + Não é possível abrir o arquivo %1. Você provavelmente não tem permissão para ler o arquivo. +Por favor certifique-se que você tem no mínimo permissão para leitura do arquivo e tente novamente. + + + Error in multimedia-project + Erro no projeto multimídia + + + The multimedia-project %1 seems to contain errors. LMMS will try its best to recover as much as possible data from this file. + O projeto multimídia %1 parece conter erros. O LMMS vai tentar recuperar os dados deste arquivo o melhor possível. + + + The file %1 already exists. +Do you want to overwrite it? + O arquivo %1 já existe. +Você quer sobrescreve-lo? + + + Could not write file + Não é possivel gravar o arquivo + + + Could not write file %1. You probably are not permitted to write to this file. Please make sure you have write-access to the file and try again. + Não é possível gravar o arquivo %1. Você provavelmente não tem permissão para gravar neste arquivo. +Por favor certifique-se que você tem permissão para gravar no arquivo e tente novamente. + + + + surroundArea + + click to where this channel should be audible + Clique para onde este canal deve ser audível + + + + tabWidget + + Settings for %1 + Ajustes para %1 + + + + tempoSyncKnob + + Tempo Sync + Sincronia + + + &Reset (%1%2) + &Restaurar (%1%2) + + + &Copy value (%1%2) + &Copiar valor (%1%2) + + + &Paste value (%1%2) + C&olar valor (%1%2) + + + No Sync + Sem Sincronia + + + Eight beats + Oito batidas + + + Whole note + Nota inteira + + + Half note + Meia nota + + + Quarter note + 1/4 de nota + + + 8th note + 8o nota + + + 16th note + 16o nota + + + 32nd note + 32o nota + + + Connect to MIDI-device + Conectar à dispositivo MIDI + + + &Help + Aj&uda + + + Synced to Eight Beats + Sincronizado com Oito Batidas + + + Synced to Whole Note + Sincronizado com a Nota Inteira + + + Synced to Half Note + Sincronizado com Meia Nota + + + Synced to Quarter Note + Sincronizado com 1/4 de Nota + + + Synced to 8th Note + Sincronizado com a 8o Nota + + + Synced to 16th Note + Sincronizado com a 16o Nota + + + Synced to 32nd Note + Sincronizado com a 32o Nota + + + + timeLine + + Enable/disable auto-scrolling + Ativa/desativa auto-rolagem + + + Enable/disable loop-points + Ativa/desativa pontos de loop + + + After stopping go back to begin + Quando parar volta para o começo + + + After stopping go back to position at which playing was started + Quando parar volta para a posição que estava quando começou a tocar + + + After stopping keep position + Quando parar mantém a posição + + + + trackContainer + + Loading project... + Carregando projeto... + + + Cancel + Cancelar + + + Please wait... + Por favor aquarde... + + + Could not open file + Não é possivel abrir o arquivo + + + Could not open file %1 for reading. +Please make sure you have read-permission to the file and the directory containing the file and try again! + Não é possível abrir o arquivo %1 para leitura. +Por favor certifique-se que você tem permissão para ler o arquivo e que o arquivo se encontra no diretório e tente novamente! + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Não é possível abrir o arquivo %1 para gravação. +Por favor certifique-se que você tem permissão para gravação no arquivo e se o arquivo se encontra no diretório e tente novamente! + + + Importing MIDI-file... + Importando arquivo MIDI... + + + + trackContentObject + + Delete + Apagar + + + Cut + Recortar + + + Copy + Copiar + + + Paste + Colar + + + + trackWidget + + Clone this track + Clonar esta trilha + + + Remove this track + Remover esta trilha + + + Move this track up + Maver esta trilha pra cima + + + Move this track down + Mover esta trilha pra baixo + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Com este interruptor você pode silenciar esta trilha ou silenciar todas as trilhas. +Clicando à esquerda, esta trilha é silenciada. Isto é útil se você quer apenas escutar as outras trilhas sem mudar esta e perder informação. +Clicando à direita, todas as outras trilhas serão silenciadas. Isto é útil se você quer apenas escutar esta trilha. + + + left click = mute this track +right click = mute all other tracks (solo) + esquerda = silenciar esta trilha +direita = silenciar as outras trilhas (solo) + + + + tripleOscillator + + use frequency modulation for modulating oscillator 2 with oscillator 1 + use o modulador de frequencia para modular o oscilador 2 com o oscilador 1 + + + use amplitude modulation for modulating oscillator 2 with oscillator 1 + use o modulador de amplitude para modular o oscilador 2 com o oscilador 1 + + + mix output of oscillator 1 & 2 + mix a saida do oscilador 1 & 2 + + + synchronize oscillator 1 with oscillator 2 + sincronize o oscilador 1 com o oscilador 2 + + + use frequency modulation for modulating oscillator 3 with oscillator 2 + use o modulador de frequencia para modular o oscilador 3 com o oscilador 2 + + + use amplitude modulation for modulating oscillator 3 with oscillator 2 + use o modulador de amplitude para modular o oscilador 3 com o oscilador 2 + + + mix output of oscillator 2 & 3 + mix a saida do oscilador 2 & 3 + + + synchronize oscillator 2 with oscillator 3 + sincronize o oscilador 2 com o oscilador 3 + + + Osc %1 volume + Volume Osc %1 + + + Osc %1 volume: + Volume Osc %1: + + + With this knob you can set the volume of oscillator %1. When setting a value of 0 the oscillator is turned off. Otherwise you can hear the oscillator as loud as you set it here. + Com este botão você pode ajustar o volume do oscilador %1. Quando você seleciona o valor 0, o oscilador é desligado. Com outros valores você vai escutar o oscilador tão alto quanto você o ajustar. + + + Osc %1 panning + Panning Osc %1 + + + Osc %1 panning: + Panning Osc %1: + + + With this knob you can set the panning of the oscillator %1. A value of -100 means 100% left and a value of 100 moves oscillator-output right. + Com este botão você pode ajustar o panning do oscilador %1. O valor -100 significa 100% à esquerda e 100 move a saida do oscilador para a direita. + + + Osc %1 coarse detuning + Detom grosseiro Osc %1 + + + Osc %1 coarse detuning: + Detom grosseiro Osc %1: + + + semitones + semitons + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + Com este botão você pode ajustar o detom grosseiro do oscilador %1. Você pode descer o tom do oscilador 12 semitons (1 oitava) para cima e para baixo. Isto é útil para criar sons com um acorde. + + + Osc %1 fine detuning left + Detom fino esquerdo Osc %1 + + + Osc %1 fine detuning left: + Detom fino esquerdo Osc %1: + + + cents + centavos + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Com este botão você pode ajustar o detom fino do oscilador %1 para o canal esquerdo. O detom fino varia entre -100 centavos e +100 centavos. Isto é útil para criar sons 'gordos'. + + + Osc %1 fine detuning right + Detom fino direito %1 + + + Osc %1 fine detuning right: + Detom fino direito %1: + + + With this knob you can set the fine detuning of oscillator %1 for the right channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Com este botão você pode ajustar o detom fino do oscilador %1 para o canal direito. O detom fino varia entre -100 centavos e +100 centavos. Isto é útil para criar sons 'gordos'. + + + Osc %1 phase-offset + Compensador de fase Osc %1 + + + Osc %1 phase-offset: + Compensador de fase Osc %1: + + + degrees + graus + + + With this knob you can set the phase-offset of oscillator %1. That means you can move the point within an oscillation where the oscillator begins to oscillate. For example if you have a sine-wave and have a phase-offset of 180 degrees the wave will first go down. It's the same with a square-wave. + Com este botão você pode ajustar o compensador de fase do oscilador %1. Isso significa que você pode move o ponto de uma oscilação onde o oscilador começa à oscilar. Por exemplo, se você tem uma onda-seno e tem uma compensação de fase de 180 graus, a onda vai primeiro descer. É o mesmo com onda-quadrada. + + + Osc %1 stereo phase-detuning + Detom de fase estéreo Osc %1 + + + Osc %1 stereo phase-detuning: + Detom de fase estéreo Osc %1: + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + Com este botão você ajusta o estéreo do detom de fase do oscilador %1. O Detom de fase estéreo especifíca o tamanho da diferença entre a compensação de fase dos canais esquerdo e direito. Isto é muito útil para criar sons estéreos largos. + + + Click here if you want a sine-wave for current oscillator. + Clique aqui se você quer uma onda-seno para o oscilador corente. + + + Click here if you want a triangle-wave for current oscillator. + Clique aqui se você quer uma onda-triângulo para o oscilador corrente. + + + Click here if you want a saw-wave for current oscillator. + Clique aqui se você quer uma onda-serra para o oscilador corrente. + + + Click here if you want a square-wave for current oscillator. + Clique aqui se você quer uma onda-quadrado para o oscilador corrente. + + + Click here if you want a moog-saw-wave for current oscillator. + Clique aqui se você quer uma onda-serra-moog para o oscilador corrente. + + + Click here if you want an exponential wave for current oscillator. + Clique aqui se você quer uma onda exponencial para o oscilador corrente. + + + Click here if you want a white-noise for current oscillator. + Clique aqui se você quer um ruido claro para o oscilador corrente. + + + Click here if you want a user-defined wave-shape for current oscillator. + Clique aqui se você quer uma onda de forma definida pelo usuário para o oscilador corrente. + + + + vestigeInstrument + + Open other VST-plugin + Abrir outro plugin VST + + + Click here, if you want to open another VST-plugin. After clicking on this button, a file-open-dialog appears and you can select your file. + Clique aqui se você quer abrir outro plugin VST. clicando neste botão, você verá uma caixa da seleção para escolher o arquivo. + + + Show/hide VST-GUI + Mostra/esconde o GUI-VST + + + Click here to show or hide the graphical user interface (GUI) of your VST-plugin. + Clique aqui para mostrar ou esconder a interface gráfica do usuário (GUI) do plugin VST. + + + Failed loading VST-plugin + Falha ao carregar plugin VST + + + The VST-plugin %1 could not be loaded for some reason. +If it runs with other VST-software under Linux, please contact an LMMS-developer! + O plugin VST não pode ser carregado por alguma razão. +Se ele rodar com outro programa VST no Linux, por favor entre em contato com um desenvolvedor do LMMS! + + + Open VST-plugin + Abrir plugin VST + + + DLL-files (*.dll) + Arquivos DLL (*.dll) + + + EXE-files (*.exe) + Arquivos EXE (*.exe) + + + No VST-plugin loaded + Nenhum plgin VST carregado + + + by + por + + + + visualizationWidget + + click to enable/disable visualization of master-output + Clique para habilitar/desabilitar a visualização da saída mestre + + + diff --git a/data/locale/qt_ar.qm b/data/locale/qt_ar.qm new file mode 100755 index 000000000..ff839134b Binary files /dev/null and b/data/locale/qt_ar.qm differ diff --git a/data/locale/qt_cs.qm b/data/locale/qt_cs.qm new file mode 100755 index 000000000..99dbac8f5 Binary files /dev/null and b/data/locale/qt_cs.qm differ diff --git a/data/locale/qt_de.qm b/data/locale/qt_de.qm new file mode 100755 index 000000000..8206d4a40 Binary files /dev/null and b/data/locale/qt_de.qm differ diff --git a/data/locale/qt_en.qm b/data/locale/qt_en.qm new file mode 100755 index 000000000..6bd22c41d Binary files /dev/null and b/data/locale/qt_en.qm differ diff --git a/data/locale/qt_fr.qm b/data/locale/qt_fr.qm new file mode 100755 index 000000000..e53918bd7 Binary files /dev/null and b/data/locale/qt_fr.qm differ diff --git a/data/locale/qt_iw.qm b/data/locale/qt_iw.qm new file mode 100755 index 000000000..462841d94 Binary files /dev/null and b/data/locale/qt_iw.qm differ diff --git a/data/locale/qt_ru.qm b/data/locale/qt_ru.qm new file mode 100755 index 000000000..106701f47 Binary files /dev/null and b/data/locale/qt_ru.qm differ diff --git a/data/locale/qt_sk.qm b/data/locale/qt_sk.qm new file mode 100755 index 000000000..cb4e1e9ec Binary files /dev/null and b/data/locale/qt_sk.qm differ diff --git a/data/locale/ru.qm b/data/locale/ru.qm new file mode 100755 index 000000000..8670553ad Binary files /dev/null and b/data/locale/ru.qm differ diff --git a/data/locale/ru.ts b/data/locale/ru.ts new file mode 100755 index 000000000..5f943ac29 --- /dev/null +++ b/data/locale/ru.ts @@ -0,0 +1,3191 @@ + + + aboutDialog + + About LMMS... + О программе LMMS... + + + About + О программе + + + Authors + Авторы + + + License + Лицензия + + + Close + Закрыть + + + Translation + Перевод + + + Current language not translated. + +If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Just contact the maintainer! + Алексей Кузнецов + +У меня нет никакого музыкального образования, поэтому я буду очень признателен, если кто-нибудь поможет перевести термины. +Замечания об ошибках/неточностях в переводе присылайте по адресу AlexeyKouznetsov@Rambler.ru + +Если Вы хотите помочь перевести программу на родной язык, мы будем очень рады! +Просто свяжитесь с ведущим проекта! + + + Linux MultiMedia Studio %1 + Linux MultiMedia Studio %1 + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2005 LMMS-Developers + +http://lmms.sourceforge.net + LMMS - программа-синтезатор для компьютера + +Права на программу LMMS (c) 2004-2005 принадлежат её разработчикам + +Наша страница в интернете: +http://lmms.sourceforge.net + + + LMMS - A powerful synthesizer-studio + +Copyright (c) 2004-2006 LMMS-Developers + +http://lmms.sourceforge.net + LMMS - программа-синтезатор для компьютера + +© Права на программу LMMS 2004-2006 принадлежат её разработчикам + +Наша страница в интернете: +http://lmms.sourceforge.net + + + + arpAndChordsTabWidget + + octave + Октава + + + Major + Мажорный + + + Majb5 + + + + minor + Минорный + + + minb5 + + + + sus2 + + + + sus4 + + + + aug + + + + augsus4 + + + + tri + + + + 6 + + + + 6sus4 + + + + 6add9 + + + + m6 + + + + m6add9 + + + + 7 + + + + 7sus4 + + + + 7#5 + + + + 7b5 + + + + 7#9 + + + + 7b9 + + + + 7#5#9 + + + + 7#5b9 + + + + 7b5b9 + + + + 7add11 + + + + 7add13 + + + + 7#11 + + + + Maj7 + + + + Maj7b5 + + + + Maj7#5 + + + + Maj7#11 + + + + Maj7add13 + + + + m7 + + + + m7b5 + + + + m7b9 + + + + m7add11 + + + + m7add13 + + + + m-Maj7 + + + + m-Maj7add11 + + + + m-Maj7add13 + + + + 9 + + + + 9sus4 + + + + add9 + + + + 9#5 + + + + 9b5 + + + + 9#11 + + + + 9b13 + + + + Maj9 + + + + Maj9sus4 + + + + Maj9#5 + + + + Maj9#11 + + + + m9 + + + + madd9 + + + + m9b5 + + + + m9-Maj7 + + + + 11 + + + + 11b9 + + + + Maj11 + + + + m11 + + + + m-Maj11 + + + + 13 + + + + 13#9 + + + + 13b9 + + + + 13b5b9 + + + + Maj13 + + + + m13 + + + + m-Maj13 + + + + Chords + Аккорды + + + Chord range: + Диапазон аккорда: + + + octave(s) + Октав[а/ы] + + + Use this knob for setting the chord range in octaves. The selected chord will be played within specified amount of octaves. + Этот регулятор изменяет частотный диапазон акорда: аккорд будет содержать указанное число октав. + + + Range + Диапазон + + + Arpeggio + Арпеджио + + + An arpeggio is a type of playing (especially plucked) instruments, which makes the music much livelier. The strings of such instruments (e.g. harps) are plucked like chords, the only difference is, that this is done in a sequential order, so the notes are not played at the same time. Typical arpeggios are major or minor triads. But there're a lot of other possible chords, you can select. + Из БСЭ: АРПЕДЖИО, правильнее арпеджо (итал. arpeggio, от arpeggiare - играть на арфе), исполнение звуков аккорда вразбивку, б. ч. начиная с нижнего тона. А. применяют при игре на арфе, а также на фортепиано и др. муз. инструментах. + +В данной программе вы можете настраивать арпеджио по вкусу. + + + Arpeggio range: + Диапазон арпеджио: + + + Use this knob for setting the arpeggio range in octaves. The selected arpeggio will be played within specified amount of octaves. + Этот регулятор изменяет частотный диапазон арпеджио: орпеджио будет проходить указанное число октав. + + + Arpeggio time: + Период арпеджио: + + + ms + мс + + + Use this knob for setting the arpeggio time in milliseconds. The arpeggio time specifies how long each arpeggio-tone should be played. + Регулировка периода арпеджио - время (в миллисекундах), которое должнен звучать каждый тон арпеджио. + + + Arpeggio gate: + Коэффициент заполнения: + + + % + + + + Use this knob for setting the arpeggio gate. The arpeggio gate specifies the percent of a whole arpeggio-tone that should be played. With this you can make cool staccato-arpeggios. + Регулировка заполнения для арпеджио. Коэффициент заполнения показывает, какая часть каждого тона будет проиграна. Простой способ создавать стаккато-орпеджио. + + + Time + Период + + + Gate + Заполнение + + + Direction: + Направление: + + + arpeggio direction = none = no arpeggio + Отключить арпеджио + + + arpeggio direction = up + Поднимать частоту + + + arpeggio direction = down + Понижать частоту + + + arpeggio direction = up and down + Поочерёдно поднимать и понижать частоту + + + arpeggio direction = random + Случайное направление + + + Chord range + Частотный диапазон аккорда + + + Arpeggio range + Частотный диапазон арпеджио + + + Arpeggio time + Период арпеджио + + + Arpeggio gate + Заполнение арпеджио + + + Harmonic minor + + + + Melodic minor + + + + Whole tone + + + + Major pentatonic + + + + Minor pentatonic + + + + Jap in sen + + + + Major bebop + + + + Dominant bebop + + + + Blues + + + + Arabic + + + + Enigmatic + + + + Neopolitan + + + + Neopolitan minor + + + + Hungarian minor + + + + Dorian + + + + Phrygolydian + + + + Lydian + + + + Mixolydian + + + + Aeolian + + + + Locrian + + + + Diminished + + + + CHORDS + АККОРД + + + RANGE + ДИАПАЗОН + + + ARPEGGIO + АРПЕДЖИО + + + TIME + ВРЕМЯ + + + GATE + ЗАПОЛНЕНИЕ + + + DIRECTION: + НАПРАВЛЕНИЕ: + + + SORT-MODE + СОРТИРОВАТЬ + + + + audioDevice + + DEVICE + УСТРОЙСТВО + + + CHANNELS + ЧИСЛО КАНАЛОВ + + + CLIENT-NAME + ИМЯ КЛИЕНТА + + + + audioFileProcessor + + Amplify: + Усиление: + + + With this knob you can set the amplify-ratio. When you set a value of 100% your sample isn't changed. Otherwise it will be amplified up or down (your actual sample-file isn't touched!) + Этот регулятор позволяет изменять коэффициент усиления. Если вы установите 100%, то ничего не изменится, иначе звук будет громче или тише. (Заметьте, что при этом файл с образцом изменяться не будет.) + + + Startpoint: + Начальная точка: + + + With this knob you can set the point where AudioFileProcessor should begin playing your sample. If you enable Looping-Mode, this is the point to which AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Эта ручка устанавливает место, с которого будет воспроизводиться текущий образец. Если включен автоповтор, то повтор будет осуществляться с этого места. + + + Endpoint: + Конечная точка: + + + With this knob you can set the point where AudioFileProcessor should stop playing your sample. If you enable Looping-Mode, this is the point where AudioFileProcessor returns if a note is longer than the sample between start- and end-point. + Эта ручка устанавливает место, до которого будет воспроизводиться текущий образец. Если включен автоповтор, то по достижении этой точки воспроизведение будет продолжаться с начальной точки. + + + Click here, if you want to open another audio-file. After clicking on this button, a file-open-dialog appears and you can select your file. Settings like Looping-Mode, start- and end-point, amplify-value and so on are not reset, so please don't wonder if your sample doesn't sound like the original one... + Нажмите здесь чтобы открыть другой файл. Учтите, что при открытии файла такие настройки как автоповтор, начальная и конечная точки, усиление и т. д. остаются в силе... + + + Here you can set, whether Looping-Mode is enabled. If enabled, AudioFileProcessor loops between start- and end-point of a sample until the whole note is played. This is useful for things like string- and choir-samples. + Включение/выключение режима автоповтора.При включенном автоповторе часть образца между начальной и конечной точками будет повторяться. Это может пригодиться для имитации струнных или хора. + + + Activate this button, if your sample should be drawn with connected lines. This doesn't change the sound itself. It just gives you another view to your sample. + Если вы нажмёте на эту кнопку, то осциллограмма образца будет прорисовываться с помощью линий. Это никак не повлияет на воспроизведение. + + + Activate this button, if your sample should be drawn with dots. This doesn't change the sound itself. It just gives you another view to your sample. + Если вы нажмёте на эту кнопку, то осциллограмма образца будет прорисовываться с помощью точек. Это никак не повлияет на воспроизведение. + + + Amplify + Усиление + + + Start of sample + Начало образца + + + End of sample + Конец образца + + + If you enable this button, the whole sample is reversed. This is useful for cool effects, e.g. a reversed crash. + Перевернуть образец. Можно получать забавные эффекты - например, перевёрнутый взрыв. + + + Open other sample + Открыть другой образец + + + Reverse sample + Перевернуть образец + + + Loop sample at start- and end-point + Постоянно воспроизводить участок образца между начальной и конечной точками + + + AMP + УСИЛ + + + START + НАЧАЛО + + + END + КОНЕЦ + + + + bbEditor + + Play/pause current beat/bassline (Space) + Воспроизведение/пауза + + + Stop playing of current beat/bassline (Space) + Остановить воспроизведение (Пробел) + + + Click here, if you want to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. + Нажмите чтобы проиграть запись ритма/басов. Запись будет повторяться после окончания. + + + Click here, if you want to stop playing of current beat/bassline. + Нажмите чтобы остановить воспроизведение. + + + Beat+Bassline Editor + Редактор ритма/басов + + + + bbTCO + + Change name + Переименовать + + + Reset name + Сбросить название + + + Change color + Изменить цвет + + + Open in Beat+Bassline-Editor + Открыть в редакторе ритма/басов + + + + bbTrack + + Beat/Bassline %1 + Ритм/басы %1 + + + + browser + + Files + Файлы + + + Browser + Просмотрщик + + + Reload (F5) + Обновить (F5) + + + Send to active channel + В активный канал + + + Open in new channel/B+B Editor + В новый канал и открыть в редакторе ритма/басов + + + Open in new channel/Song-Editor + В новый канал и открыть в редакторе + + + + channelTrack + + With this knob you can set the volume of the opened channel. + Регулировка громкости текущего канала. + + + Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature. + Здесь вы можете указать, место, где канал должен быть слышен. Чтобы пользоваться этой возможностью, вам потребуется звуковая плата с поддержкой surround 4.0. + + + Save current channel settings in a preset-file + Сохранить текущие настройки в файл + + + Channel volume + Громкость канала + + + Channel volume: + Громкость канала: + + + Channel-Settings-File (*.cs.xml) + Файл с настройками канала (*.cs.xml) + + + Save channel-settings in file + Сохранить настройки канала в файл + + + VOLUME + ГРОМКОСТЬ + + + FX CHNL + КАНАЛ FX + + + ENV/LFO/FILTER + ОБЛ/LFO/ФИЛЬТР + + + ARP/CHORD + АРП./АККОРД + + + PLUGIN + МОДУЛЬ + + + Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser. + Нажмите сюда, чтобы сохранить настройки текущего канала в файл предустановок. Позже вы сможете загрузить эти настройки через просмотрщик. + + + VOL + ГРМК + + + GENERAL SETTINGS + ОБЩИЕ ПАРАМЕТРЫ + + + MIDI + + + + unnamed_channel + неназванный_канал + + + Default + Стандартный + + + MIDI input/output + Ввод/вывод MIDI + + + MIDI input + Ввод MIDI + + + MIDI output + Вывод MIDI + + + + configManager + + Setup LMMS + Настройка LMMS + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + +Now click on 'Next' to get to the next page. + Перед началом работы нужно настроить LMMS. Этот мастер поможет вам создать собственные настройки. +Если вы не знаете точно, что следует делать, просто нажимайте "Дальше". Как правило, настройки по умолчанию являются лучшим выбором. + +А теперь - самое время нажать "Дальше". + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + +Please select a directory: + При работе с LMMS вам потребуется рабочий каталог, где вы сможете хранить проекты, настройки, образцы звуков и т. д. + +Выберите каталог: + + + For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory. +When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size. + + Чтобы использовать настройки и образцы, распространяемые вместе с программой, а также чтобы посмотреть демонстрационные проекты LMMS, они должны быть в вашем рабочем каталоге LMMS. +Сейчас вы можете выбрать - копировать ли файлы, или только создать ссылки на них. Ссылки не занимают места на жёстком диске, но вы не сможете изменять файлы, на которые они ссылаются. Если же вы решите копировать файлы, то это даст вам некоторую свободу действий, но потребуется больше дискового пространства. +Рекомендуется копировать предусиановки и проекты и создавать ссылки на образцы, которые занимают гораздо больше места. + + + samples: + Образцы: + + + copy + копировать + + + link + создавать ссылки + + + presets: + Предустановленные настройки: + + + demo projects: + Демонстрационные проекты: + + + Welcome to LMMS + Добро пожаловать в Мультимедийную студию для Linux + + + Select working directory + Выбор рабочего каталога + + + Copy or link files + Копировать файлы или создавать ссылки + + + Choose LMMS-working-directory + Выбор рабочего каталога LMMS + + + Directory not existing + Каталог не существует + + + Error in configuration-file + Ошибка в конфигурационном файле + + + Error while parsing configuration-file %1. +The setup-wizard will be shown for reconfiguring LMMS. + Ошибка при чтении конфигурационного файла %1. +Сейчас будет запущен мастер настройки. + + + The directory you specified does not exist. Create it? + Указанный каталог не существует. Создать его? + + + Cancel + Отменить + + + < &Back + < &Назад + + + Next > + Дальше > + + + &Finish + &Завершить + + + Could not save config-file + Не могу сохранить настройки + + + Could not save configuration file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + Не могу записать настройки в файл %1. Возможно, вы не обладаете правами на запись в него. +Пожалуйста, проверьте свои права и попробуйте снова. + + + &Cancel + &Отменить + + + &Next > + &Дальше > + + + LMMS needs to be setup in order to run properly. This wizard will help you to setup your personal LMMS-installation. + +If you're unsure what to do at a step, just click on 'Next'. LMMS will automatically select the best options for you. + + +Now click on 'Next' to get to the next page. + Перед началом работы нужно настроить LMMS. Этот мастер поможет вам создать собственные настройки. + +Если вы не знаете точно, что следует делать, просто нажимайте "Дальше". Как правило, настройки по умолчанию являются лучшим выбором. + +А теперь - самое время нажать "Дальше". + + + When working with LMMS there needs to be a working-directory. +This directory is used for storing your projects, presets, samples etc. + + +Please select a directory: + При работе с LMMS вам потребуется рабочий каталог, где вы сможете хранить проекты, настройки, образцы звуков и т. д. + + +Выберите каталог: + + + Version mismatches + Несоответствие версий + + + Accordingly to the information in your LMMS-configuration-file you seem +to have run a different (probably older) version of LMMS before. +It is recommended to run the setup-wizard again to ensure that +the latest samples, presets, demo-projects etc. are installed in your +LMMS-working-directory. Run the setup-wizard now? + Судя по информации из конфигурационного файла LMMS, +вы запускали другую (может быть, более старую) версию программы. +Чтобы установить самые свежие образцы, предустановки и +демонстрационные проекты, вам нужно запустить мастер настройки LMMS. +Сделать это сейчас? + + + Choose LMMS working directory + Выбор рабочего каталога LMMS + + + + envelopeAndLFOWidget + + Predelay: + Задержка: + + + Use this knob for setting predelay of the current envelope. The bigger this value the longer the time before start of actual envelope. + Этот регулятор определяет задержку перед воспроизведением звука. + + + Attack: + Длительность нарастания: + + + Use this knob for setting attack-time of the current envelope. The bigger this value the longer the envelope needs to increase to attack-level. Choose a small value for instruments like pianos and a big value for strings. + Этот регулятор устанавливает время возрастания для текущей обложки. Чем больше значение, тем дольше характеристика (н-р, громкость) возрастает до максимума. Для инструменов вроде пианино характерны малые времена нарастания, а для струнных - большие. + + + Hold: + Длительность гребня: + + + Use this knob for setting hold-time of the current envelope. The bigger this value the longer the envelope holds attack-level before it begins to decrease to sustain-level. + Эта ручка устанавливает длительность гребня волны текущей обложки. Чем больше значение, тем дольше обложка удерживает наибольший уровень. + + + Decay: + Длительность спада: + + + Use this knob for setting decay-time of the current envelope. The bigger this value the longer the envelope needs to decrease from attack-level to sustain-level. Choose a small value for instruments like pianos. + Этот регулятор устанавливает время спада для текущей обложки. Чем больше значение, тем дольше уровень уменьшается от максимального до остаточного. Для инструментов вроде пианино следует выбирать небольшие значения. + + + Sustain: + Остаточный уровень: + + + Use this knob for setting sustain-level of the current envelope. The bigger this value the higher the level on which the envelope stays before going down to zero. + Этот регулятор устанавливает остаточный уровень. Эта величина показывает, с какого уровня соответствующая характеристика снижается до нуля. + + + Release: + Длительность исчезновения: + + + Modulation amount: + Глубина модуляции: + + + LFO-predelay: + Задержка LFO: + + + Use this knob for setting predelay-time of the current LFO. The bigger this value the the time until the LFO starts to oscillate. + Этот регулятор определяет задержку перед запуском LFO (LFO=низкочастотный генератор). + + + LFO-attack: + Длительность нарастания LFO: + + + Use this knob for setting attack-time of the current LFO. The bigger this value the longer the LFO needs to increase its amplitude to maximum. + Этот регулятор устанавливает время возрастания для текущго LFO. Чем больше значение, тем дольше LFO возрастает до максимума. + + + LFO-speed: + Скорость LFO: + + + Use this knob for setting speed of the current LFO. The bigger this value the faster the LFO oscillates and the faster will be your effect. + Этот регулятор устанавлявает скорость текущего LFO. + + + Use this knob for setting modulation amount of the current LFO. The bigger this value the more the selected size (e.g. volume or cutoff-frequency) will be influenced by this LFO. + Этот регулятор устанавливает глубину модуляции для текущего LFO. Чем больше значение, тем в большей степени выбранная характеристика (н-р, громкость или частота среза) будет зависеть от LFO. + + + Click here if you want a sine-wave for current oscillator. + Генерировать гармонический (синусоидальный) сигнал. + + + Click here if you want a triangle-wave for current oscillator. + Генерировать треугольный сигнал. + + + Click here if you want a saw-wave for current oscillator. + Генерировать пилообразный сигнал. + + + Click here if you want a square-wave for current oscillator. + Генерировать меандр. + + + Predelay-time + Длительность задержки + + + Attack-time + Длительность нарастания + + + Hold-time + Длительность гребня + + + Decay-time + Длительность спада + + + Sustain-level + Остаточный уровень + + + Release-time + Длительность исчезновения + + + Modulation amount + Глубина модуляции + + + LFO-predelay-time + Задержка LFO + + + LFO-attack-time + Длительность нарастания LFO + + + LFO-speed + Скорость LFO + + + LFO-modulation-amount + Глубина модуляции LFO + + + Use this knob for setting release-time of the current envelope. The bigger this value the longer the envelope needs to decrease from sustain-level to zero. Choose a big value for soft instruments like strings. + Этот регулятор устанавливает время исчезновения для текущей обложки. Чем больше значение, тем дольше характеристика (н-р, громкость) уменьшается от остаточного уровня до нуля. Для струнных инструментов следует выбирать большие значения. + + + Use this knob for setting modulation amount of the current envelope. The bigger this value the more the according size (e.g. volume or cutoff-frequency) will be influenced by this envelope. + Этот регулятор устанавливает глубину модуляции для текущей обложки. Чем больше значение, тем в большей степени выбранная характеристика (н-р, громкость или частота среза) будет зависеть от обложки. + + + Click here if the frequency of this LFO should be multiplied with 100. + Нажмите, чтобы увеличить частоту этого LFO в сто раз. + + + multiply LFO-frequency with 100 + Увеличить частоту LFO в 100 раз + + + Click here to make the envelope-amount controlled by this LFO. + Нажмите сюда, чтобы глубина модуляции обложки задавалась этим LFO. + + + control envelope-amount by this LFO + Разрешить этому LFO задавать глубину модуляции обложки + + + DELAY + DELAY + + + ATTACK + ATTACK + + + HOLD + HOLD + + + DECAY + DECAY + + + SUSTAIN + SUSTAIN + + + RELEASE + RELEASE + + + AMOUNT + AMOUNT + + + SPEED + SPEED + + + DEL + ЗДРЖ + + + ATT + НРСТ + + + DEC + СПАД + + + SUST + ОСТ + + + REL + ИСЧ + + + AMT + МОД + + + SPD + СКОР + + + FREQ x 100 + ЧАСТОТА x 100 + + + MODULATE ENV-AMOUNT + МОДУЛИРОВАТЬ ОБЛОЖКУ + + + ms/LFO: + Период: + + + Click here if you want a user-defined wave for current oscillator. Afterwards drag an according sample-file into LFO-graph. + Если вы хотите задать собственную форму волны (из файла), нажмите здесь, а потом перенесите мышью файл с образцом на график LFO. + + + Hint + Подсказка + + + Drag a sample from somewhere and drop it in this window. + Перетащите в это окно какой-нибудь образец. + + + + envelopeTabWidget + + Cut + Срез + + + Filter + Фильтр + + + LowPass + ФНЧ + + + HiPass + ФВЧ + + + BandPass csg + ППФ csg + + + BandPass czpg + ППФ czpg + + + Notch + Полосно-заграждающий + + + Allpass + + + + Moog + + + + Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound. + Здесь вы можете выбрать фильтр для текущего канала. Фильтры могут довольно сильно менять звучание. + + + Hz + Гц + + + Q/Resonance: + Усиление + + + Use this knob for setting Q/Resonance for the selected filter. Q/Resonance tells the filter, how much it should amplify frequencies near Cutoff-frequency. + Эта ручка задаёт усиление сигнала на частота среза (резонансной частоте). + + + Q/Resonance + Усиление + + + 2x LowPass + + + + These tabs contain envelopes. They're very important for modifying a sound, for not saying that they're almost always neccessary for substractive synthesis. For example if you have a volume-envelope, you can set when the sound should have which volume-level. Maybe you want to create some soft strings. Then your sound has to fade in and out very softly. This can be done by setting a large attack- and release-time. It's the same for other envelope-targets like panning, cutoff-frequency of used filter and so on. Just monkey around with it! You can really make cool sounds out of a saw-wave with just some envelopes...! + Эта вкладка позволяет вам настроить обложки. Они очень важны для настройки звучания. +Например, с помощью обложки громкости вы можете задать зависимость громкости звучания от времени. Если вам понадобится эмулировать мягкие струнные, просто задайте большие времена нарастания и исчезновения звука. С помощью обложек и низкочастотного генератора (LFO) вы в несколько щелчков мыши сможете создать просто невероятные звуки! + + + cutoff-frequency + Частота среза + + + cutoff-frequency: + Частота среза: + + + Use this knob for setting the cutoff-frequency for the selected filter. The cutoff-frequency specifies the frequency for cutting the signal by a filter. For example a lowpass-filter cuts all frequencies above the cutoff-frequency. A highpass-filter cuts all frequencies below cutoff-frequency and so on... + Этот регулятор устанавливает частоту среза для выбранного фильтра. К примеру, ФНЧ будет срезать сигнал на частотах выше частоты среза, полосно-пропускающий фильтр будет хорошо пропускать сигнал только на заданной частоте и так далее... + + + VOLUME + ГРОМКОСТЬ + + + CUTOFF + СРЕЗ + + + Q/RESO + УСИЛ + + + TARGET + ХАРАКТЕРИСТИКА + + + FILTER + ФИЛЬТР + + + + exportProjectDialog + + Could not open file + Не могу открыть файл + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Не могу открыть файл %1 для записи. +Проверьте, обладаете ли вы правами на запись в выбранный файл и содержащий его каталог и попробуйте снова! + + + Uncompressed Wave-File (*.wav) + Несжатый файл WAV (*.wav) + + + Compressed OGG-File (*.ogg) + Сжатый файл OGG (*.ogg) + + + Type: + Тип: + + + kbps: + kbps: + + + variable bitrate + Переменный поток данных + + + use high-quality-mode (recommened) + Кодировать с повышенным качеством (рекомендуется) + + + Export + Экспорт + + + Cancel + Отменить + + + Export failed + Не могу экспортировать проект + + + Rendering: + Обработка: + + + Export project to %1 + Экспорт композиции в файл %1 + + + The project-export failed, because the output-file/-device could not be opened. +Make sure, you have write access to the selected file/device! + Сохранение не удалось из-за ошибки открытия выходного файла или устройства. +Проверьте, обладаете ли вы правами на запись в выбранный файл/устройство! + + + Exporting project to %1 + Экспортирование композиции в файл %1 + + + + fileBrowser + + Browser + Просмотрщик + + + Files + Файлы + + + Reload (F5) + Обновить (F5) + + + Send to active channel + В активный канал + + + Open in new channel/Song-Editor + В новый канал и открыть в редакторе + + + Open in new channel/B+B Editor + В новый канал и открыть в редакторе ритма/басов + + + + knob + + &Help + &Справка + + + &Reset (%1%2) + &Сбросить (%1%2) + + + &Copy value (%1%2) + &Копировать (%1%2) + + + &Paste value (%1%2) + &Вставить (%1%2) + + + Connect to MIDI-device + Соединить с устройством MIDI + + + Please enter a new value between %1 and %2: + Введите новое значение между %1 и %2: + + + + listView + + Files + Файлы + + + Loading sample + Загрузка образца + + + Please wait, loading sample for preview... + Подождите пожалуйста, образец загружается для прослушивания... + + + + lmmsMainWin + + Windows + Окна + + + Setting up main-window and workspace... + Создаю рабочее пространство... + + + Creating new song... + Создаю композицию... + + + Creating GUI... + Создаю GUI... + + + Show/Hide EffectBoard + Показать/скрыть панель эффектов + + + &New + &Новый + + + &Open... + &Открыть... + + + &Save + &Сохранить + + + Save &As... + Сохранить &как... + + + E&xport + &Экспорт + + + &Quit + &Выйти + + + Help + Справка + + + About + О программе + + + &Help + &О программе + + + Show/Hide Piano-Roll + Показать/скрыть синтезатор + + + What's this? + Что это? + + + Show/Hide Beat+Bassline Editor + Показать/скрыть редактор ритма/басов + + + By pressing this button, you can show or hide the Beat+Bassline Editor. The Beat+Bassline Editor is needed for setting beats, opening, adding and removing channels, cutting, copying and pasting beat- and bassline-patterns and other things like that. + По нажатию этой кнопки запускается редактор ритма/басов. Он необходим для установки ритма, добавления и удаления каналов, вырезания, копирования и вставки шаблонов ритма и басов и т. п. + + + Show/Hide Song-Editor + Показать/скрыть редактор мелодии + + + By pressing this button, you can show or hide the Song-Editor. With the Song-Editor you can edit the song and set when and which track should be played. You can also insert and move samples (e.g. rap-samples) directly in the playlist. + По нажатию этой кнопки запускается редактор мелодии. С его помощью вы можеет редактировать композицию, устанавливать время воспроизведения для всех дорожек. Также вы можете вставлять и передвигать образцы непосредственно в списке воспроизведения. + + + My samples + Мои образцы + + + My presets + Мои предустановки + + + My projects + Мои проекты + + + Loading song... + Загружаю композицию... + + + &Settings + &Настройка + + + Show setup wizard + Запустить мастер настройки + + + MultiMedia Project (*.xml) + Мультимедийный проект (*.xml) + + + Show/Hide Project notes + Показать/скрыть комментарий + + + By pressing this button, you can show or hide the project notes window. In this window you can put down your project notes. + Эта кнопка показывает/прячет окно с заметками. В этом окне вы можете помещать любые комментарии к своей композиции. + + + By pressing this button, you can show or hide the EffectBoard. The EffectBoard is a very powerful tool for managing effects for your song. You can insert effects into different effect-channels. + Эта кнопка показывает/прячет панель эффектов. Эта панель является мощным инструментом управления эффектами, которые Вы можете вставлять в особый канал (канал эффектов). + + + Create new project + Создать новый проект + + + Ctrl+N + Ctrl+N + + + Open existing project + Открыть существующий проект + + + Ctrl+O + Ctrl+O + + + Save current project + Сохранить текущий проект + + + Export current project + Экспортировать проект в звуковой файл + + + By pressing this button, you can show or hide the Piano-Roll. With the help of the Piano-Roll you can edit melody-patterns in an easy way. + По нажатию этой кнопки запускается синтезатор LMMS. С его помощью вы можете легко редактировать шблоны мелодии. + + + &Project + &Проект + + + Open project + Открыть проект + + + Save project + Сохранить проект + + + Song management + Управление композициями + + + Import file + Импорт файла + + + My home + Домашний каталог + + + Root directory + Корневой каталог + + + Show settings dialog + Показать окно настройки + + + LMMS %1 + + + + Help not available + Справка недоступна + + + Currently there's no help available in LMMS. +Please visit http://lmms.sourceforge.net and click on "Documentation". +There hopefully you'll find the stuff you want to know... + Пока что справка для LMMS не написана. +Зайдите на сайт http://lmms.sourceforge.net и пройдите по ссылке "Documentation". +Надеемся, Вы найдёте там нужные материалы... + + + Show/hide Beat+Bassline Editor + Показать/скрыть редактор ритма/басов + + + Show/hide Piano-Roll + Показать/скрыть синтезатор + + + Show/hide Song-Editor + Показать/скрыть редактор мелодии + + + By pressing this button, you can show or hide the Song-Editor. With the help of the Song-Editor you can edit song-playlist and specify when which track should be played. You can also insert and move samples (e.g. rap-samples) directly into the playlist. + По нажатию этой кнопки запускается редактор мелодии. С его помощью вы можеет редактировать композицию, устанавливать время воспроизведения для всех дорожек. Также вы можете вставлять и передвигать образцы непосредственно в списке воспроизведения. + + + Show/hide EffectBoard + Показать/скрыть панель эффектов + + + Show/hide project notes + Показать/скрыть заметки к проекту + + + MultiMedia Project (*.mmp *.xml) + Мультимедийный проект (*.mmp *.xml) + + + MultiMedia Project (*.mmp);;MultiMedia Project Template (*.mpt) + Мультимедийный проект (*.mmp);;Шаблон мультимедийного проекта (*.mpt) + + + Currently there's no help available in LMMS. +Please visit http://wiki.mindrules.net for documentation on LMMS. + Пока что справка для LMMS не написана. +Вероятно, Вы сможете найти нужные материалы на http://wiki.mindrules.net. + + + + midiClient + + DEVICE + УСТРОЙСТВО + + + + midiClientRaw + + DEVICE + УСТРОЙСТВО + + + + midiDevice + + DEVICE + УСТРОЙСТВО + + + + midiRawClient + + DEVICE + УСТРОЙСТВО + + + + midiTabWidget + + MIDI-SETUP FOR THIS CHANNEL + НАСТРОЙКА MIDI ДЛЯ ЭТОГО КАНАЛА + + + CHANNEL + КАНАЛ + + + RECEIVE MIDI-EVENTS + ПРИНИМАТЬ СОБЫТИЯ MIDI + + + SEND MIDI-EVENTS + ОТПРАВЛЯТЬ СОБЫТИЯ MIDI + + + SEND RECEIVED MIDI-EVENTS + ОТПРАВЛЯТЬ ПОЛУЧЕНЫЕ СОБЫТИЯ MIDI + + + MIDI-devices to receive MIDI-events from + Устройства MIDI, с которых нужно принимать события + + + MIDI-devices to send MIDI-events to + Устройства MIDI, на которые нужно отправлять события + + + + mixer + + Plugin not found + Модуль не найден + + + The %1-plugin wasn't found! + Модуль %1 не найден! + + + Error while loading plugin + Ошибка загрузки модуля + + + Failed loading plugin "%1"! + Ошибка загрузки модуля "%1"! + + + + pattern + + Change name + Изменить название + + + Reset name + Сброс названия + + + Freeze + Заморозить + + + Unfreeze + Разморозить + + + Clear all notes + Очистить + + + Cannot freeze pattern + Не могу заморозить шаблон + + + The pattern currently cannot be freezed because you're in play-mode. Please stop and try again! + Шаблон не может быть заморожен, так как он проигрывается в данный момент. Остановите воспроизведение и попробуйте снова! + + + double-click to open this pattern in piano-roll + Чтобы открыть шаблон в синтезаторе, дважды щёлкните мышью + + + Open in piano-roll + Открыть в синтезаторе + + + Refreeze + Перезаморозить + + + Channel muted + Канал заглушён + + + The channel this pattern belongs to is currently muted, so freezing makes no sense! Do you still want to continue? + Канал, к которому относится этот шаблон, заглушён, так что заморозка не имеет смысла! Тем не менее, заморозить? + + + 1 step + 1 шаг + + + %1 steps + %1 шаг(а/ов) + + + Add steps + Добавить шаги + + + Remove steps + Удалить шаги + + + The channel this pattern belongs to is currently muted therefore freezing makes no sense! Do you still want to continue? + Канал, к которому относится этот шаблон, заглушён, так что заморозка не имеет смысла! Тем не менее, заморозить? + + + double-click to open this pattern in piano-roll +use mouse wheel to set volume of a step + Чтобы открыть этот шаблон в синтезаторе, дважды на нём щёлкните +Используйте колёсико мыши для установки громкости отдельного шага + + + + patternFreezeStatusDialog + + Freezing pattern... + Замораживаю шаблон... + + + Cancel + Отменить + + + + pianoRoll + + Click if you want to draw, resize or move single notes (= key 'D') + Инструмент рисования, изменения размера и перемещения одиночных нот (клавиша 'D') + + + Click if you want to erase single notes (= key 'E') + Инструмент стирания одиночных нот (клавиша 'E') + + + Click if you want to select notes (= key 'S') + Инструмент выделения нот (клавиша 'S') + + + Click if you want to move selected notes (= key 'M') + Инструмент перемещения выбранных нот (клавиша 'M') + + + If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode. + Эта кнопка включает режим стирания нот по одной. Режим активируется также клавишей 'E'. + + + If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode. + Эта кнопка включает режим выделения нот. Это необходимо если вам нужно вырезать, копировать, вставлять или перемещать ноты. Режим активируется также клавишей 'S'. + + + If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode. + Эта кнопка включает режим перемещения нот. Учтите, что ноты предварительно нужно выделить. Режим активируется также клавишей 'M'. + + + Cut selected notes (Ctrl+X) + Переместить выделенные ноты в буфер (Ctrl+X) + + + Copy selected notes (Ctrl+C) + Копировать выделенные ноты в буфер (Ctrl+X) + + + If you click here, selected notes will be cut into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + При нажатии на эту кнопку выделеные ноты будут перемещены в буфер. Позже вы можете вставить их в любое место любого шаблона с помощью кнопки "Вставить". + + + If you click here, selected notes will be copied into the clipboard. You can paste them anywhere in any pattern by clicking on the paste-button. + При нажатии на эту кнопку выделеные ноты будут скопированы в буфер. Позже вы можете вставить их в любое место любого шаблона с помощью кнопки "Вставить". + + + If you click here, the notes from the clipboard will be pasted at the first visible tact. + При нажатии на эту кнопку ноты из буфера будут вставлены в превый видимый такт. + + + Paste notes from clipboard (Ctrl+V) + Вставить ноты из буфера (Ctrl+V) + + + Play/pause current pattern (Space) + Воспроизведение ткущего шаблона/пауза (Пробел) + + + Stop playing of current pattern (Space) + Остановить воспроизвдение шаблона (Пробел) + + + Click here, if you want to play the current pattern. This is useful while editing it. The pattern is automatically looped when its end is reached. + Нажмите, чтобы прослушать текущий шаблон. По окончании шаблона воспроизведение начнётся сначала. + + + Click here, if you want to stop playing of current pattern. + Нажмите, если вам нужно остановить воспроизведение текущего шаблона. + + + If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode. + Эта кнопка включает режим рисования. При этом вы можете добавлять, перемещать и изменять размер одиночных нот. Этот режим используется чаще всего, и он является режимом по умолчанию.. Режим активируется также клавишей 'D'. + + + Record notes from MIDI-device to current pattern + Записать ноты с цифрового музыкального инструмента (MIDI) + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can edit, play etc. them afterwards. + Нажмите эту кнопку, если вы хотите записать ноты с устройства MIDI или виртуального пианино соответствующего канала. Позже вы сможете отредактировать записанный шаблон. + + + Piano-Roll - no pattern + Синтезатор - без шаблона + + + Piano-Roll - %1 + Синтезатор - %1 + + + Please open a pattern by double-clicking on it! + Откройте шаблон с помощью двойного щелчка мышью! + + + Record notes from MIDI-device/channel-piano + Записать ноты с цифрового музыкального инструмента (MIDI) + + + Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can play and edit them afterwards. + Нажмите эту кнопку, если вы хотите записать ноты с устройства MIDI или виртуального синтезатора-пианино соответствующего канала. Позже вы сможете отредактировать записанный шаблон. + + + Draw mode (D) + Режим рисования (D) + + + Erase mode (E) + Режим удаления (E) + + + Select mode (S) + Режим выделения (S) + + + Move selection mode (M) + Режим перемещения выделенных нот + + + Notes copied + Ноты скопированы + + + All selected notes were copied to the clipboard. + Все выделенные ноты скопированы в буфер обмена. + + + + pluckedStringSynth + + Pickup position + Положение звукоснимателя + + + Pickup position: + Положение звукоснимателя: + + + Pick position + + + + Pick position: + + + + + pluginBrowser + + Instrument plugins + Инструменты + + + Plugin browser + Просмотр модулей + + + You can drag an instrument-plugin into either the Song-Editor, the Beat+Bassline Editor or just into a channel-window or on the corresponding channel-button. + Вы можете переносить нужные вам инструменты из этой панели в редактор мелодии или в редактор ритма/басов. Отпускайте кнопку мыши прямо в окне, чтобы создать новый канал, или на кнопке нужного канала для замены типа канала на выбранный инструмент. + + + cheap synthesis of guitar/harp-like sounds + Простая эмуляция струнных вроде гитары или арфы + + + send all note-events to an external MIDI-device, e.g. a keyboard + Отсылать все ноты на внешний цифровой музыкальный инструмент (MIDI), например, клавиатуру + + + three powerful oscillators you can modulate in several ways + Три генератора, которые Вы можете настраивать по вкусу + + + experimental VST-hoster for using VST-plugins within LMMS + Экспериментальная поддержка модулей VST + + + simple sampler with various settings for using samples (e.g. drums) in a channel + Подключение произвольного звукового образца с некоторой возможностью настройки + + + no description + описание отсутствует + + + VST-host for using VST(i)-plugins within LMMS + Поддержка модулей VST(i) в LMMS + + + + projectNotes + + Put down your project notes here. + Здесь вы можете держать заметки к своему проекту. + + + Project notes + Заметки к проекту + + + Edit Actions + Правка + + + &Undo + &Отменить + + + Ctrl+Z + + + + &Redo + &Повторить + + + Ctrl+Y + + + + &Copy + &Копировать + + + Ctrl+C + + + + Cu&t + &Вырезать + + + Ctrl+X + + + + &Paste + &Вставить + + + Ctrl+V + + + + Format Actions + Форматирование + + + &Bold + Полу&жирный + + + Ctrl+B + + + + &Italic + &Курсив + + + Ctrl+I + + + + &Underline + &Подчеркнуть + + + Ctrl+U + + + + &Left + По &левому краю + + + Ctrl+L + + + + C&enter + По &центру + + + Ctrl+E + + + + &Right + По &правому краю + + + Ctrl+R + + + + &Justify + По &ширине + + + Ctrl+J + + + + &Color... + &Цвет... + + + + renameDialog + + Rename... + Переименовать... + + + + sampleBuffer + + All Audio-Files (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + Все звуковые файлы (*.wav *.ogg *.voc *.aif *.aiff *.au *.raw) + + + Wave-Files (*.wav) + Файлы Wave (*.wav) + + + OGG-Files (*.ogg) + Файлы OGG (*.ogg) + + + VOC-Files (*.voc) + Файлы VOC (*.voc) + + + AIFF-Files (*.aif *.aiff) + Файлы AIFF (*.aif *.aiff) + + + AU-Files (*.au) + Файлы AU (*.au) + + + RAW-Files (*.raw) + Файлы RAW (*.raw) + + + Open audio file + Открыть звуковой файл + + + All Audio-Files (*.wav *.ogg *.flac *.voc *.aif *.aiff *.au *.raw) + Все звуковые файлы (*.wav *.ogg *.flac *.voc *.aif *.aiff *.au *.raw) + + + FLAC-Files (*.flac) + Файлы FLAC (*.flac) + + + + sampleTCO + + double-click to select sample + Для выбора файла-образца сделайте двойной щелчок мышью + + + + sampleTrack + + Sample track + Дорожка + + + + setupDialog + + Setup LMMS + Настройка LMMS + + + General settings + Общие параметры + + + BUFFER SIZE + РАЗМЕР БУФЕРА + + + Reset to default-value + Восстановить значение по умолчанию + + + MISC + РАЗНОЕ + + + Disable tooltips (no spurious interrupts while playing) + Отключить всплывающие подсказки (может помочь при прерывистом звуке) + + + Classical knob usability (move cursor around knob to change value) + Классические регуляторы (нужно двигать указателем мыши вокруг регулятора) + + + Audio settings + Параметры звука + + + AUDIO INTERFACE + ЗВУКОВАЯ СИСТЕМА + + + MIDI settings + Параметры MIDI + + + MIDI INTERFACE + ИНТЕРФЕЙС MIDI + + + OK + + + + Cancel + Отменить + + + Restart LMMS + Перезапустите LMMS + + + Please note that most changes won't take effect until you restart LMMS! + Учтите, что большинство настроек не вступят в силу до перезапуска программы! + + + FRAMES: %1 +LATENCY: %2 ms + ФРАГМЕНТОВ: %1 +ОТКЛИК: %2 мс + + + Here you can setup the internal buffer-size used by LMMS. Smaller values result in a lower latency but also may cause unusable sound or bad performance, especially on older computers or systems with a non-realtime kernel. + Здесь вы можете настроить размер внутреннего звукового буфера LMMS. Меньшие значения дают меньшее время отклика программы, но повышают потребление ресурсов - это особенно заметно на старых машинах и системах, ядро которых не поддерживает приоритета реального времени. Если наблюдается прерывистый звук, попробуйте увеличить размер буфера. + + + Here you can select your preferred audio-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, JACK, OSS and more. Below you see a box which offers controls to setup the selected audio-interface. + Пожалуйста, выберите звуковую систему. В зависимости от конфигурации во время компилирования программы, вы можете использовать ALSA, JACK, OSS и другие. В нижней части окна настройки можно задать специфические параметры выбранной системы. + + + Here you can select your preferred MIDI-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, OSS and more. Below you see a box which offers controls to setup the selected MIDI-interface. + Пожалуйста, выберите интерфейс MIDI. В зависимости от конфигурации во время компилирования программы, вы можете использовать ALSA, OSS и другие. В нижней части окна настройки можно задать специфические параметры выбранного интерфейса. + + + GIMP-like windows (no MDI) + Окна в стиле GIMP (не МДИ) + + + Directories + Каталоги + + + LMMS working directory + Рабочий каталог LMMS + + + VST-plugin directory + Каталог модулей VST + + + Choose LMMS working directory + Выбор рабочего каталога LMMS + + + Choose your VST-plugin directory + Выбор каталога для модулей VST + + + Do not show wizard after up-/downgrade + Не запускать мастер настройки после смены версии программы + + + Do not show message after closing this dialog + Не показывать предупреждения после закрытия этого окна + + + + setupWidget + + ALSA (Advanced Linux Sound Architecture) + + + + Dummy (no sound output) + + + + OSS (Open Sound System) + + + + ALSA Raw-MIDI (Advanced Linux Sound Architecture) + + + + OSS Raw-MIDI (Open Sound System) + + + + Dummy (no MIDI support) + + + + JACK (Jack Audio Connection Kit) + JACK (Звуковой инстументарий Jack) + + + SDL (Simple DirectMedia Layer) + + + + ALSA-Sequencer (Advanced Linux Sound Architecture) + + + + JACK (JACK Audio Connection Kit) + + + + + songEditor + + Play/pause song (Space) + Воспроизведение/пауза (Пробел) + + + Stop playing song (Space) + Остановить воспроизведение (Пробел) + + + Insert bar at current tact (Shift+Insert) + Вставить такт под курсор (Shift+Insert) + + + Remove bar at current tact (Shift+Delete) + Удалить такт из-под курсора (Shift+Delete) + + + Click here, if you want to stop playing of your song. The song-position-marker will be set to the start of your song. + Нажмите сюда, если вы хотите остановить воспроизведение мелодии. Курсор при этом будет установлен на начало композиции. + + + The current song was modified since last saving. Do you want to save it now? + Der aktuelle Song wurde seit dem letzten Speichern geändert. Wollen Sie ihn jetzt speichern? + + + untitled + Неназванное + + + File already exists + Файл уже существует + + + Could not open file + Не могу открыть файл + + + Could not open file %1. You probably have no rights to read this file. Please make sure you have at least read-access to the file and try again. + Не огу открыть файл %1; вероятно, у вас нет прав на его чтение. Пожалуйста, проверьте это. + + + Error in multimedia-project + Ошибка в мультимедийном проекте + + + The multimedia-project %1 seems to contain errors. LMMS will try its best to recover as much as possible data from this file. + Мультимедийный проект %1 содержит ошибки. LMMS сделает попытку восстановить как можно больше информации из этого файла. + + + Could not write file + Не могу записать файл + + + Could not write file %1. You probably are not permitted to write to this file. Please make sure you have write-access to the file and try again. + Не могу записать файл %1. Вероятно, у вас нет прав на его запись. +Проверьте, обладаете ли вы правами на запись выбранного файла и попробуйте снова. + + + Song-Editor + Редактор мелодии + + + Click here, if you want to play your whole song. Playing will be started at the song-position-marker (green). You can also move it while playing. + Нажмите, чтобы прослушать созданную мелодию. Воспроизведение начнётся с позиции курсора (зелёный треугольник); вы можете двигать его во время проигрывания. + + + Song control + Управление мелодией + + + Play song (Space) + Начать воспроизведение (Пробел) + + + Stop song (Space) + Остановить воспроизведение (Пробел) + + + The tempo of a song is specified in beats per minute (BPM). If you want to change the tempo of your song, change this value. Every tact has four beats, so the tempo in BPM specifies, how many tacts / 4 should be played within a minute (or how many tacts should be played within four minutes). + Это значение задаёт темп мелодии в ударах в минуту (англ. аббр. BPM). На каждый такт приходится четыре удара, так что темп в ударах в минуту фактически указывает, сколько четвертей такта проигрывается за минуту (или, что то же, количество тактов, проигрываемых за четыре минуты). + + + master output volume + Общая громкость + + + master pitch + Общая высота тона + + + Edit + Правка + + + If you click here, a tact will be inserted at the current tact. + Если вы нажмёте эту кнопку, под курсором вставится один такт. + + + If you click here, the tact at the current tact will be removed. + Если вы нажмёте эту кнопку, такт под курсором будет удалён. + + + Insert tact at current tact (Shift+Insert) + Вставить такт в текущей позиции (Shift+Insert) + + + Remove tact at current tact (Shift+Delete) + Удалить такт в текущей позиции (Shift+Delete) + + + semitones + полутон[а,ов] + + + tempo of song + Темп мелодии + + + Add channel-track + Добавить канал инструмента + + + Add beat/bassline + Добавить ритм/басы + + + Add sample-track + Добавить файл + + + %1 saved. + %1 сохранён. + + + Project NOT saved. + Проект НЕ СОХРАНЁН. + + + The file %1 already exists. +Do you want to overwrite it? + Файл %1 существует. Перезаписать его? + + + Select file for project-export... + Выбор файла для экспорта проекта... + + + Project not saved + Проект не сохранён + + + The current project was modified since last saving. Do you want to save it now? + Проект был изменён. Сохранить его сейчас? + + + TEMPO/BPM + ТЕМП/BPM + + + Could not open file %1. You probably have no rights to read this file. +Please make sure you have at least read-access to the file and try again. + Не могу открыть файл %1 для чтения. Вероятно, у вас нет прав на его чтение. +Проверьте, обладаете ли вы правами на чтение выбранного файла и попробуйте снова. + + + Master output volume: + Выходная громкость: + + + Master output pitch: + Выходная высота тона: + + + Import file + Импорт файла + + + MIDI-files (*.mid) + Файлы MIDI (*.mid; *.midi) + + + + The file "%1" already exists. Do you want to overwrite it? + Файл "%1" уже существует. Перезаписать его? + + + High quality mode + Высокое качество + + + Insert bar (Shift+Insert) + Вставить такт (Shift + Insert) + + + Remove bar (Shift+Delete) + Удалить такт (Shift + Delete) + + + If you click here, a bar will be inserted at the current bar. + При нажатии на эту кнопку, в начало композиции вставится один такт. + + + If you click here, the current bar will be removed. + При нажатии на эту кнопку, из начала композиции удалится один такт. + + + master volume + Общая громкость + + + Master volume + Общая громкость + + + Master pitch + Общая высота тона + + + Value: %1% + Значение: %1% + + + Value: %1 semitones + Значение: %1 полутон(а/ов) + + + Project saved + Проект сохранён + + + The project %1 is now saved. + Проект %1 сохранён. + + + The project %1 could not be saved! + Не смог сохранить проект %1! + + + Could not write file %1. You probably are not permitted to write to this file. +Please make sure you have write-access to the file and try again. + Не смог записать файл %1. Возможно, у вас нет необходимых для этого прав. +Проверьте ваши права на запись в этот файл. + + + The project %1 was not saved! + Проект %1 не сохранён! + + + + soundGenerator + + Error while loading plugin + Ошибка загрузки модуля + + + The %1-plugin wasn't found! Using AudioFileProcessor with default settings instead. + + Модуль %1 не найден! Вместо него будет использован AudioFileProcessor с настройками по умолчанию. + + + + Plugin not found + Модуль не найден + + + The %1-plugin wasn't found! + Модуль %1 не найден! + + + Failed loading plugin "%1"! + Ошибка загрузки модуля "%1"! + + + + surroundArea + + click to where this channel should be audible + Укажите, где должен быть слышен этот канал + + + + tabWidget + + Settings for %1 + Параметры для %1 + + + + tempoSyncKnob + + Tempo Sync + Синхронизация + + + &Reset (%1%2) + &Сбросить (%1%2) + + + &Copy value (%1%2) + &Копировать (%1%2) + + + &Paste value (%1%2) + &Вставить (%1%2) + + + No Sync + Синхронизации нет + + + Eight beats + Восемь ударов (две ноты) + + + Whole note + Целая нота + + + Half note + Полунота + + + Quarter note + Четверть ноты + + + 8th note + Восьмая ноты + + + 16th note + 1/16 ноты + + + 32nd note + 1/32 ноты + + + Connect to MIDI-device + Соединить с устройством MIDI + + + &Help + &Справка + + + Synced to Eight Beats + Синхронизировано по двум нотам + + + Synced to Whole Note + Синхронизировано по целой ноте + + + Synced to Half Note + Синхронизировано по половине ноты + + + Synced to Quarter Note + Синхронизировано по четверти ноты + + + Synced to 8th Note + Синхронизировано по 1/8 ноты + + + Synced to 16th Note + Синхронизировано по 1/16 ноты + + + Synced to 32nd Note + Синхронизировано по 1/32 ноты + + + + timeLine + + Enable/disable auto-scrolling + Вкл/выкл автопрокрутку + + + Enable/disable loop-points + Вкл/выкл точки перемотки + + + After stopping go back to begin + После останова переходить к началу + + + After stopping go back to position at which playing was started + После останова переходить к месту, с которого началось воспроизведение + + + After stopping keep position + Оставаться на месте останова + + + Hint + Подсказка + + + Press <Ctrl> to disable magnetic loop-points. + Нажмите [CTRL] чтобы отключить привязку точек перехода к тактам. + + + + trackContainer + + Loading project... + Чтение проекта... + + + Cancel + Отменить + + + Please wait... + Подождите, пожалуйста... + + + Could not open file + Не могу открыть файл + + + Could not open file %1 for reading. +Please make sure you have read-permission to the file and the directory containing the file and try again! + Не могу открыть файл %1 для чтения. +Проверьте, обладаете ли вы правами на чтение выбранного файла и содержащего его каталога и попробуйте снова! + + + Could not open file %1 for writing. +Please make sure you have write-permission to the file and the directory containing the file and try again! + Не могу открыть файл %1 для записи. +Проверьте, обладаете ли вы правами на запись в выбранный файл и содержащий его каталог и попробуйте снова! + + + Importing MIDI-file... + Импортирую файл MIDI... + + + + trackContentObject + + Delete + Удалить + + + Cut + Вырезать + + + Copy + Копировать + + + Paste + Вставить + + + Current position + Позиция + + + Current length + Длительность + + + Delete (middle mousebutton) + Удалить (средняя кнопка мыши) + + + %1:%2 (%3:%4 to %5:%6) + %1:%2 (от %3:%4 до %5:%6) + + + + trackOperationsWidget + + Press <Ctrl> while clicking on move-grip to begin a new drag'n'drop-action + Для перетаскивания в другое окно нажмите <Ctrl> при нажатии на эту полоску + + + Clone this track + Копировать дорожку + + + Remove this track + Удалить дорожку + + + Operations for this track + Действия для этой дорожки + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Вы можете заглушать эту дорожку или все дорожки кроме этой. +Если вы нажмёте на выключателе левой кнопкой мыши, то дорожка не будет воспроизводиться. Это может пригодиться, если вам нужно прослушать другие дорожки без удаления текущей, т. е. без потери информации. +Правая кнопка мыши, наоборот, оставляет звучать только текущую дорожку. + + + left click = mute this track +right click = mute all other tracks (solo) + Левая кнопка мыши отключает эту дорожку; +Правая отключает все дорожки, кроме этой + + + Press <Ctrl> while clicking on move-grip to begin a new drag'n'drop-action. + Для перетаскивания в другое окно нажмите <Ctrl> при нажатии на эту полоску. + + + Actions for this track + Действия для этой дорожки + + + + trackWidget + + Clone this track + Копировать дорожку + + + Delete this track + Удалить дорожку + + + Move this track up + Сдвинуть дорожку вверх + + + Move this track down + Сдвинуть дорожку вниз + + + With this switch you can either mute this track or mute all other tracks. +By clicking left, this track is muted. This is useful, if you only want to listen to the other tracks without changing this track and loosing information. +When you click right on this switch, all other tracks will be muted. This is useful, if you only want to listen to this track. + Вы можете заглушать эту дорожку или все дорожки кроме этой. +Если вы нажмёте на выключателе левой кнопкой мыши, то дорожка не будет воспроизводиться. Это может пригодиться, если вам нужно прослушать другие дорожки без удаления текущей, т. е. без потери информации. +Правая кнопка мыши, наоборот, оставляет звучать только текущую дорожку. + + + left click = mute this track +right click = mute all other tracks (solo) + Левая кнопка мыши отключает эту дорожку; +Правая отключает все дорожки, кроме этой + + + Remove this track + Удалить дорожку + + + + tripleOscillator + + semitones + полутон[а,ов] + + + cents + % + + + degrees + ˚ + + + Click here if you want a sine-wave for current oscillator. + Генерировать гармонический (синусоидальный) сигнал. + + + Click here if you want a triangle-wave for current oscillator. + Генерировать треугольный сигнал. + + + Click here if you want a saw-wave for current oscillator. + Генерировать пилообразный сигнал. + + + Click here if you want a square-wave for current oscillator. + Генерировать меандр. + + + Click here if you want a white-noise for current oscillator. + Генерировать белый шум. + + + Click here if you want a user-defined wave-shape for current oscillator. + Задать сигнал из файла (двойной щелчок мышью). + + + Click here if you want a moog-saw-wave for current oscillator. + Генерировать пилообразный сигнал (как в moog). + + + Click here if you want an exponential wave for current oscillator. + Генерировать экспоненциальный сигнал. + + + use frequency modulation for modulating oscillator 2 with oscillator 1 + Модулировать частоту генератора 2 сигналом с первого генератора + + + use amplitude modulation for modulating oscillator 2 with oscillator 1 + Модулировать амплитуду генератора 2 сигналом с первого генератора + + + mix output of oscillator 1 & 2 + &Смешать сигналы первого и второго генераторов + + + synchronize oscillator 1 with oscillator 2 + Синхронизировать первый генератор по второму + + + use frequency modulation for modulating oscillator 3 with oscillator 2 + Модулировать частоту генератора 3 сигналом со второго генератора + + + use amplitude modulation for modulating oscillator 3 with oscillator 2 + Модулировать амплитуду генератора 3 сигналом со второго генератора + + + mix output of oscillator 2 & 3 + &Смешанный выход от второго и третьего генераторов + + + synchronize oscillator 2 with oscillator 3 + Синхронизировать второй генератор по третьему + + + Osc %1 volume + Громкость генератора %1 + + + Osc %1 volume: + Громкость генератора %1: + + + With this knob you can set the volume of oscillator %1. When setting a value of 0 the oscillator is turned off. Otherwise you can hear the oscillator as loud as you set it here. + Этот регулятор устанавливает громкость генератора %1. Если 0, то генератор выключается. + + + Osc %1 panning + Стереобаланс для генератора %1 + + + Osc %1 panning: + Стереобаланс для генератора %1: + + + With this knob you can set the panning of the oscillator %1. A value of -100 means 100% left and a value of 100 moves oscillator-output right. + Регулятор стереобаланса генератора %1. Величина -100 означает, что сигнал идёт только в левый канал, а 100 - в правый. + + + Osc %1 coarse detuning + Расстройка генератора %1 (грубо) + + + Osc %1 coarse detuning: + Расстройка генератора %1 (грубо): + + + With this knob you can set the coarse detuning of oscillator %1. You can detune the oscillator 12 semitones (1 octave) up and down. This is useful for creating sounds with a chord. + Грубая регулировка расстройки генератора %1. Возможна расстройка до 12 полутонов (до одной октавы) вверх и вниз. Полезно для создания аккордов. + + + Osc %1 fine detuning left + Расстройка левого канала генератора %1 + + + Osc %1 fine detuning left: + Расстройка левого канала генератора %1: + + + With this knob you can set the fine detuning of oscillator %1 for the left channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Этот регулятор устанавливает точную расстойку для левого канала генератора %1. Расстройка задаётся в диапазоне от -100 сотых до +100 сотых. Это полезно для создания "толстых" звуков. + + + Osc %1 fine detuning right + Расстройка правого канала генератора %1 + + + Osc %1 fine detuning right: + Расстройка правого канала генератора %1: + + + With this knob you can set the fine detuning of oscillator %1 for the right channel. The fine-detuning is ranged between -100 cents and +100 cents. This is useful for creating "fat" sounds. + Этот регулятор устанавливает точную расстойку для правого канала генератора %1. Расстройка задаётся в диапазоне от -100 сотых до +100 сотых. Это полезно для создания "толстых" звуков. + + + Osc %1 phase-offset + Сдвиг фазы для генератора %1 + + + Osc %1 phase-offset: + Сдвиг фазы для генератора %1: + + + With this knob you can set the phase-offset of oscillator %1. That means you can move the point within an oscillation where the oscillator begins to oscillate. For example if you have a sine-wave and have a phase-offset of 180 degrees the wave will first go down. It's the same with a square-wave. + Этот регулятор устанавливает начальную фазу генератора №%1, т. е. точку, с которой генератор начинает вырабатывать сигнал. Например, если вы задали синусоидальную форму сигнала и начальную фазу 180º, волна сначала пойдёт вниз, а не вверх. То же для меандра (сигнала прямоугольной формы). + + + Osc %1 stereo phase-detuning + Фазовая расстройка генератора %1 между каналами + + + Osc %1 stereo phase-detuning: + Фазовая расстройка генератора %1 между каналами: + + + With this knob you can set the stereo phase-detuning of oscillator %1. The stereo phase-detuning specifies the size of the difference between the phase-offset of left and right channel. This is very good for creating wide stereo-sounds. + Этот регулятор устанавливает фазовую расстройку генератора %1 между каналами, то есть разность фаз между левым и правым каналами. Это удобно для создания стереоэффектов. + + + + vestigeInstrument + + Open other VST-plugin + Открыть другое модульVST + + + Click here, if you want to open another VST-plugin. After clicking on this button, a file-open-dialog appears and you can select your file. + Нажмите сюда, если вы хотите открыть другой модуль VST. После нажатия на кнопку появится стандартный диалог выбора файла, где вы сможете выбрать нужный модуль. + + + Open VST-plugin + Открыть модуль VST + + + DLL-files (*.dll) + Бибилиотеки DLL (*.dll) + + + EXE-files (*.exe) + Программы EXE (*.exe) + + + No VST-plugin loaded + Модуль VST не загружен + + + by + от + + + Show/hide VST-GUI + Показать/скрыть интерфейс VST + + + Click here to show or hide the graphical user interface (GUI) of your VST-plugin. + Эта кнопка скрывает/показывает графический пользовательский интерфейс (GUI) выбранного модуля VST. + + + Failed loading VST-plugin + Не смог загрузить модуль VST + + + The VST-plugin %1 could not be loaded for some reason. +If it runs with other VST-software under Linux, please contact an LMMS-developer! + Отчего-то модуль VST %1 не мог быть загружен. +Если другое программное обеспечение VST работает у Вас под Linux'ом, свяжитесь с разработчиком LMMS! + + + Loading plugin + Загрузка модуля + + + Please wait while loading VST-plugin... + Подождите, пока загружается модуль VST... + + + Turn off all notes + Выключить все ноты + + + + visualizationWidget + + click to enable/disable visualization of master-output + Нажмите, чтобы включить/выключить визуализацию + + + diff --git a/data/midi-maps/Makefile.am b/data/midi-maps/Makefile.am new file mode 100755 index 000000000..955892672 --- /dev/null +++ b/data/midi-maps/Makefile.am @@ -0,0 +1,10 @@ +midimapsdir = $(lmmsdatadir)/midi-maps/ + +midimaps_DATA = gm.map \ + YamahaPSR400.map \ + YamahaPSR500.map \ + YamahaPSS790.map \ + YamahaQY10.map + +EXTRA_DIST = $(midimaps_DATA) + diff --git a/data/midi-maps/README b/data/midi-maps/README new file mode 100755 index 000000000..b1db0ed02 --- /dev/null +++ b/data/midi-maps/README @@ -0,0 +1,3 @@ +These MIDI-maps are taken from KMid so please contact the author of KMid for +issues concerning these files. + diff --git a/data/midi-maps/YamahaPSR400.map b/data/midi-maps/YamahaPSR400.map new file mode 100755 index 000000000..0f78787a3 --- /dev/null +++ b/data/midi-maps/YamahaPSR400.map @@ -0,0 +1,293 @@ +# Blank lines and lines beginning with # are ignored +# This is a map for a Yamaha PSR-400 keyboard +# This file was done by Tobias Doerffel based on map for the PSR-500 + +# If you make a new map, please send it to Antonio, so future releases +# will include them. +# Antonio Larrosa Jimenez, larrosa@kde.org + +# General Midi Map File + +DEFINE PATCHMAP +AcusticPiano =0 +BrightPiano =0 +SynthPiano =1 +HonkyTonky =2 +ElectricPiano1=3 +ElectricPiano2=4 +Harpsichord =6 +Clavinet =8 +Celeste =9 +Glockenspiel =40 +Musicbox =41 +Vibes =40 +Marimba =41 +Xylophon =41 +TubeBell =41 +Santur =42 +HomeOrg =12 +PercussionOrg =13 +RockOrg =14 +ChurchOrg =10 +ReedOrg =11 +Accordion =16 +Harmonica =17 +Concrtna =17 +NylonGuitar =29 +AcusticGuitar =31 +JazzGuitar =24 +CleanGuitar =19 +MuteGuitar =26 +OdGuitar =18 +DistortionGuit=23 +GtrHarm =20 +AcusticBass =88 +FingerBass =89 +PickBass =87 +FretlessBass =84 +SlapBass1 =87 +SlapBass2 =87 +SynthBass1 =90 +SynthBass2 =91 +Violin =32 +Viola =33 +Cello =34 +Contrabajo =33 +Marcato =34 +Pizzicato =38 +Harp =38 +Timpani =33 +Marcato =34 +SlowStrings =35 +SynthStrings1 =36 +SynthStrings2 =75 +Choir =72 +Doo =72 +Voices =72 +OrchestraHit =37 +Trumpet =43 +Trombone =47 +Tuba =50 +MuteTrumpet =45 +FrenchHorn =49 +HitBrass =51 +SynthBrass1 =52 +SynthBrass2 =74 +SopranoSax =60 +AltoSax =61 +TenorSax =62 +BaritoneSax =63 +Oboe =57 +EnglishHorn =58 +Bassoon =59 +Clarinet =55 +Piccolo =53 +Flute =54 +Recorder =66 +WoodFlute =65 +Bottle =55 +Shakazul =55 +Whistle =68 +Ocarina =79 +SquareWave =03 +SawWave =74 +Calliope =77 +Chiflead =73 +Charang =84 +VoxLead =85 +Lead5th =86 +BassLead =87 +Fantasia =88 +WarmPad =89 +Polysyn =90 +Ghostie =91 +BowGlass =92 +MetalPad =93 +HaloPad =94 +Sweeper =95 +Aurora =72 +SoundTrack =72 +Crystal =72 +Atmosphear =72 +FreshAir =100 +Unicorn =101 +Sweeper =102 +StarTrak =103 +Sitar =104 +Banjo =105 +Shamisen =106 +Koto =107 +Kalimba =108 +BagPipes =109 +Fiddle =110 +Shannai =111 +Carillon =112 +Agogo =113 +SteelDrm =114 +WoodBlk =115 +Taiko =116 +Toms =117 +Syntom =118 +RevCymbal =119 +Fx-Fret =120 +Fx-Blow =121 +Seashore =122 +Jungle =123 +Telephon =124 +Helicopter =125 +Applause =126 +Gunshot =127 +END + +DEFINE KEYMAP "Drumset" +C 0 =0 +C#0 =1 +D 0 =2 +D#0 =3 +E 0 =4 +F 0 =5 +F#0 =6 +G 0 =7 +G#0 =8 +A 0 =9 +A#0 =10 +B 0 =11 +C 1 =12 +C#1 =13 +D 1 =14 +D#1 =15 +E 1 =16 +F 1 =17 +F#1 =18 +G 1 =19 +G#1 =20 +A 1 =21 +A#1 =22 +B 1 =23 +C 2 =24 +C#2 =25 +D 2 =26 +D#2 27 Highq =27 +E 2 28 Slap =54 +F 2 29 Scratch1 =62 +F#2 30 Scratch2 =63 +G 2 31 Sticks =22 +G#2 32 SqrClick =87 +A 2 33 MetaClick=57 +A#2 34 MetBell =55 +B 2 35 Kick1 =44 +C 3 36 Kick2 =45 +C#3 37 StickRim =27 +D 3 38 Snare1 =28 +D#3 39 Claps =30 +E 3 40 snare2 =25 +F 3 41 tomlo2 =24 +F#3 42 Hihatclos=72 +G 3 43 Tomlo1 =17 +G#3 44 HihatPd =56 +A 3 45 Tommid2 =26 +A#3 46 Hihatop =35 +B 3 47 Tommid1 =18 +C 4 48 Tomhi2 =29 +C#4 49 Cymbalcrsh1 =36 +D 4 50 Tomhi1 =19 +D#4 51 Cymbalride1 =38 +E 4 52 Cymbalchina =38 +F 4 53 Cymbell =38 +F#4 54 Tamborin =47 +G 4 55 CymbalSplash=37 +G#4 56 Cowbell =31 +A 4 57 Cymbalcrash2=36 +A#4 58 Vibslap =39 +B 4 59 Cymbalride2 =39 +C 5 60 Bongohi =44 +C#5 61 Bongolo =43 +D 5 62 Congahi1 =41 +D#5 63 congahi2 =42 +E 5 64 Congalo =40 +F 5 65 Timbalehi=46 +F#5 66 Timbalelo=45 +G 5 67 Agogohi =51 +G#5 68 Agogolo =50 +A 5 69 Cabasa =32 +A#5 70 Maracas =65 +B 5 71 whistle1 =52 +C 6 72 whistle2 =53 +C#6 73 Guiro1 =74 +D 6 74 Guiro2 =74 +D#6 75 Clave =29 +E 6 76 Woodblock1=73 +F 6 77 Woodblock2=72 +F#6 78 Cuica1 =76 +G 6 79 Cuica2 =77 +G#6 80 Triangle1=13 +A 6 81 Triangle2=15 +A#6 82 Shaker =56 +B 6 83 Jingles =75 +C 7 84 Belltree =71 +C#7 85 Canstinet=85 +D 7 86 Surdo1 =86 +D#7 87 Surdo2 =87 +E 7 =88 +F 7 =89 +F#7 =90 +G 7 =91 +G#7 =92 +A 7 =93 +A#7 =94 +B 7 =95 +C 8 =96 +C#8 =97 +D 8 =98 +D#8 =99 +E 8 =100 +F 8 =101 +F#8 =102 +G 8 =103 +G#8 =104 +A 8 =105 +A#8 =106 +B 8 =107 +C 9 =108 +C#9 =109 +D 9 =110 +D#9 =111 +E 9 =112 +F 9 =113 +F#9 =114 +G 9 =115 +G#9 =116 +A 9 =117 +A#9 =118 +B 9 =119 +C 10=120 +C#10=121 +D 10=122 +D#10=123 +E 10=124 +F 10=125 +F#10=126 +G 10=127 +# This line should be ignored +END + + +DEFINE CHANNELMAP +0 = 0 +1 = 1 +2 = 2 +3 = 3 +4 = 4 +5 = 5 +6 = 6 +7 = 7 +8 = 8 +9 = 9 Keymap "Drumset" ForcePatch 99 +10 = 10 +11 = 11 +12 = 12 +13 = 13 +14 = 14 +15 = 15 +END + diff --git a/data/midi-maps/YamahaPSR500.map b/data/midi-maps/YamahaPSR500.map new file mode 100755 index 000000000..6ee7f2f07 --- /dev/null +++ b/data/midi-maps/YamahaPSR500.map @@ -0,0 +1,293 @@ +# Blank lines and lines beginning with # are ignored +# This is a map for a Yamaha PSR-500 keyboard +# This file was done by Dietmar Schnabel (thanks !) + +# If you make a new map, please send it to Antonio, so future releases +# will include them. +# Antonio Larrosa Jimenez, larrosa@kde.org + +# General Midi Map File + +DEFINE PATCHMAP +AcusticPiano =0 +BrightPiano =0 +SynthPiano =3 +HonkyTonky =2 +ElectricPiano1=4 +ElectricPiano2=5 +Harpsichord =6 +Clavinet =8 +Celeste =9 +Glockenspiel =40 +Musicbox =41 +Vibes =40 +Marimba =41 +Xylophon =41 +TubeBell =41 +Santur =42 +HomeOrg =12 +PercussionOrg =13 +RockOrg =14 +ChurchOrg =10 +ReedOrg =11 +Accordion =16 +Harmonica =17 +Concrtna =17 +NylonGuitar =29 +AcusticGuitar =31 +JazzGuitar =24 +CleanGuitar =19 +MuteGuitar =26 +OdGuitar =18 +DistortionGuit=23 +GtrHarm =20 +AcusticBass =88 +FingerBass =89 +PickBass =87 +FretlessBass =84 +SlapBass1 =87 +SlapBass2 =87 +SynthBass1 =90 +SynthBass2 =91 +Violin =32 +Viola =33 +Cello =34 +Contrabajo =33 +Marcato =34 +Pizzicato =38 +Harp =38 +Timpani =33 +Marcato =34 +SlowStrings =35 +SynthStrings1 =36 +SynthStrings2 =75 +Choir =72 +Doo =72 +Voices =72 +OrchestraHit =37 +Trumpet =43 +Trombone =47 +Tuba =50 +MuteTrumpet =44 +FrenchHorn =49 +HitBrass =51 +SynthBrass1 =52 +SynthBrass2 =74 +SopranoSax =60 +AltoSax =61 +TenorSax =62 +BaritoneSax =63 +Oboe =57 +EnglishHorn =58 +Bassoon =59 +Clarinet =55 +Piccolo =53 +Flute =54 +Recorder =66 +WoodFlute =65 +Bottle =55 +Shakazul =55 +Whistle =68 +Ocarina =79 +SquareWave =80 +SawWave =81 +Calliope =82 +Chiflead =83 +Charang =84 +VoxLead =85 +Lead5th =86 +BassLead =87 +Fantasia =88 +WarmPad =89 +Polysyn =90 +Ghostie =91 +BowGlass =92 +MetalPad =93 +HaloPad =94 +Sweeper =95 +Aurora =72 +SoundTrack =72 +Crystal =72 +Atmosphear =72 +FreshAir =100 +Unicorn =101 +Sweeper =102 +StarTrak =103 +Sitar =104 +Banjo =105 +Shamisen =106 +Koto =107 +Kalimba =108 +BagPipes =109 +Fiddle =110 +Shannai =111 +Carillon =112 +Agogo =113 +SteelDrm =114 +WoodBlk =115 +Taiko =116 +Toms =117 +Syntom =118 +RevCymbal =119 +Fx-Fret =120 +Fx-Blow =121 +Seashore =122 +Jungle =123 +Telephon =124 +Helicopter =125 +Applause =126 +Gunshot =127 +END + +DEFINE KEYMAP "Drumset" +C 0 =0 +C#0 =1 +D 0 =2 +D#0 =3 +E 0 =4 +F 0 =5 +F#0 =6 +G 0 =7 +G#0 =8 +A 0 =9 +A#0 =10 +B 0 =11 +C 1 =12 +C#1 =13 +D 1 =14 +D#1 =15 +E 1 =16 +F 1 =17 +F#1 =18 +G 1 =19 +G#1 =20 +A 1 =21 +A#1 =22 +B 1 =23 +C 2 =24 +C#2 =25 +D 2 =26 +D#2 27 Highq =27 +E 2 28 Slap =54 +F 2 29 Scratch1 =62 +F#2 30 Scratch2 =63 +G 2 31 Sticks =22 +G#2 32 SqrClick =87 +A 2 33 MetaClick=57 +A#2 34 MetBell =55 +B 2 35 Kick1 =44 +C 3 36 Kick2 =45 +C#3 37 StickRim =27 +D 3 38 Snare1 =28 +D#3 39 Claps =30 +E 3 40 snare2 =25 +F 3 41 tomlo2 =24 +F#3 42 Hihatclos=72 +G 3 43 Tomlo1 =17 +G#3 44 HihatPd =56 +A 3 45 Tommid2 =26 +A#3 46 Hihatop =35 +B 3 47 Tommid1 =18 +C 4 48 Tomhi2 =29 +C#4 49 Cymbalcrsh1 =36 +D 4 50 Tomhi1 =19 +D#4 51 Cymbalride1 =38 +E 4 52 Cymbalchina =38 +F 4 53 Cymbell =38 +F#4 54 Tamborin =47 +G 4 55 CymbalSplash=37 +G#4 56 Cowbell =31 +A 4 57 Cymbalcrash2=36 +A#4 58 Vibslap =39 +B 4 59 Cymbalride2 =39 +C 5 60 Bongohi =44 +C#5 61 Bongolo =43 +D 5 62 Congahi1 =41 +D#5 63 congahi2 =42 +E 5 64 Congalo =40 +F 5 65 Timbalehi=46 +F#5 66 Timbalelo=45 +G 5 67 Agogohi =51 +G#5 68 Agogolo =50 +A 5 69 Cabasa =32 +A#5 70 Maracas =65 +B 5 71 whistle1 =52 +C 6 72 whistle2 =53 +C#6 73 Guiro1 =74 +D 6 74 Guiro2 =74 +D#6 75 Clave =29 +E 6 76 Woodblock1=73 +F 6 77 Woodblock2=72 +F#6 78 Cuica1 =76 +G 6 79 Cuica2 =77 +G#6 80 Triangle1=13 +A 6 81 Triangle2=15 +A#6 82 Shaker =56 +B 6 83 Jingles =75 +C 7 84 Belltree =71 +C#7 85 Canstinet=85 +D 7 86 Surdo1 =86 +D#7 87 Surdo2 =87 +E 7 =88 +F 7 =89 +F#7 =90 +G 7 =91 +G#7 =92 +A 7 =93 +A#7 =94 +B 7 =95 +C 8 =96 +C#8 =97 +D 8 =98 +D#8 =99 +E 8 =100 +F 8 =101 +F#8 =102 +G 8 =103 +G#8 =104 +A 8 =105 +A#8 =106 +B 8 =107 +C 9 =108 +C#9 =109 +D 9 =110 +D#9 =111 +E 9 =112 +F 9 =113 +F#9 =114 +G 9 =115 +G#9 =116 +A 9 =117 +A#9 =118 +B 9 =119 +C 10=120 +C#10=121 +D 10=122 +D#10=123 +E 10=124 +F 10=125 +F#10=126 +G 10=127 +# This line should be ignored +END + + +DEFINE CHANNELMAP +0 = 0 +1 = 1 +2 = 2 +3 = 3 +4 = 4 +5 = 5 +6 = 6 +7 = 7 +8 = 8 +9 = 9 Keymap "Drumset" ForcePatch 99 +10 = 10 +11 = 11 +12 = 12 +13 = 13 +14 = 14 +15 = 15 +END + diff --git a/data/midi-maps/YamahaPSS790.map b/data/midi-maps/YamahaPSS790.map new file mode 100755 index 000000000..19bae5896 --- /dev/null +++ b/data/midi-maps/YamahaPSS790.map @@ -0,0 +1,299 @@ +# Blank lines and lines beginning with # are ignored +# This is my a map for the Yamaha PSS-790 keyboard +# it can be used as a template to make any new map for any +# other keyboard. +# If you make a new map, please send it to me, so future releases +# will include it. +# Antonio Larrosa Jimenez, larrosa@kde.org + +# Yamaha PSS-790 Map File + +DEFINE PATCHMAP +AcusticPiano =3 +BrightPiano =3 +SynthPiano =54 +HonkyTonky =25 +ElectricPiano1=25 +ElectricPiano2=25 +Harpsichord =53 +Clavinet =30 +Celeste =6 +Glockenspiel =64 +Musicbox =24 +Vibes =28 +Marimba =8 +Xylophon =24 +TubeBell =95 +Santur =30 +HomeOrg =1 +PercussionOrg =2 +RockOrg =11 +ChurchOrg =29 +ReedOrg =49 +Accordion =31 +Harmonica =22 +Concrtna =3 +NylonGuitar =36 +AcusticGuitar =68 +JazzGuitar =122 +CleanGuitar =68 +MuteGuitar =12 +OdGuitar =123 +DistortionGuit=13 +GtrHarm =72 +AcusticBass =38 +FingerBass =39 +PickBass =79 +FretlessBass =80 +SlapBass1 =14 +SlapBass2 =81 +SynthBass1 =58 +SynthBass2 =86 +Violin =10 +Viola =67 +Cello =67 +Contrabajo =41 +Marcato =41 +Pizzicato =78 +Harp =37 +Timpani =66 +Marcato =41 +SlowStrings =50 +SynthStrings1 =41 +SynthStrings2 =50 +Choir =96 +Doo =94 +Voices =96 +OrchestraHit =90 +Trumpet =15 +Trombone =16 +Tuba =84 +MuteTrumpet =44 +FrenchHorn =17 +HitBrass =92 +SynthBrass1 =0 +SynthBrass2 =82 +SopranoSax =101 +AltoSax =18 +TenorSax =102 +BaritoneSax =101 +Oboe =19 +EnglishHorn =87 +Bassoon =87 +Clarinet =19 +Piccolo =103 +Flute =20 +Recorder =88 +WoodFlute =111 +Bottle =111 +Shakazul =110 +Whistle =88 +Ocarina =93 +SquareWave =54 +SawWave =54 +Calliope =22 +Chiflead =9 +Charang =19 +VoxLead =96 +Lead5th =41 +BassLead =95 +Fantasia =111 +WarmPad =51 +Polysyn =60 +Ghostie =94 +BowGlass =33 +MetalPad =9 +HaloPad =111 +Sweeper =78 +Aurora =60 +SoundTrack =84 +Crystal =60 +Atmosphear =51 +FreshAir =60 +Unicorn =93 +Sweeper =112 +StarTrak =117 +Sitar =73 +Banjo =34 +Shamisen =73 +Koto =70 +Kalimba =73 +BagPipes =11 +Fiddle =67 +Shannai =11 +Carillon =64 +Agogo =91 +SteelDrm =9 +WoodBlk =35 +Taiko =100 AllKeysTo 60 +Toms =66 +Syntom =85 +RevCymbal =100 AllKeysTo 60 +Fx-Fret =121 +Fx-Blow =94 +Seashore =100 AllKeysTo 79 +Jungle =70 +Telephon =91 +Helicopter =111 +Applause =100 AllKeysTo 79 +Gunshot =100 AllKeysTo 38 + +END + +DEFINE KEYMAP "Drumset" +C 0 =0 +C#0 =1 +D 0 =2 +D#0 =3 +E 0 =4 +F 0 =5 +F#0 =6 +G 0 =7 +G#0 =8 +A 0 =9 +A#0 =10 +B 0 =11 +C 1 =12 +C#1 =13 +D 1 =14 +D#1 =15 +E 1 =16 +F 1 =17 +F#1 =18 +G 1 =19 +G#1 =20 +A 1 =21 +A#1 =22 +B 1 =23 +C 2 =24 +C#2 =25 +D 2 =26 +D#2 27 Highq =27 +E 2 28 Slap =54 +F 2 29 Scratch1 =29 +F#2 30 Scratch2 =30 +G 2 31 Sticks =46 +G#2 32 SqrClick =87 +A 2 33 MetaClick=57 +A#2 34 MetBell =55 +B 2 35 AcousticBassDrum=44 +C 3 36 BassDrum1=47 +C#3 37 StickRim =46 +D 3 38 AcSnare =47 +D#3 39 Claps =63 +E 3 40 ElectSnare =49 +F 3 41 LowFloorTom =48 +F#3 42 Hihatclos =57 +G 3 43 HighFloorTom=50 +G#3 44 PedalHihat =80 +A 3 45 LowTom =47 +A#3 46 OpenHihat =59 +B 3 47 LowMidTom =48 +C 4 48 HiMidTom =50 +C#4 49 Cymbalcrsh1 =60 +D 4 50 HiTom =53 +D#4 51 Cymbalride1 =63 +E 4 52 Cymbalchina =60 +F 4 53 RideBell =62 +F#4 54 Tambourin =71 +G 4 55 CymbalSplash=61 +G#4 56 Cowbell =55 +A 4 57 Cymbalcrash2=60 +A#4 58 Vibraslap =79 +B 4 59 Cymbalride2 =62 +C 5 60 Bongohi =68 +C#5 61 Bongolo =67 +D 5 62 MuteHiConga =66 +D#5 63 OpenHiConga =65 +E 5 64 LowConga =64 +F 5 65 HiTimbale =70 +F#5 66 LoTimbale =69 +G 5 67 HiAgogo =75 +G#5 68 LoAgogo =74 +A 5 69 Cabasa =56 +A#5 70 Maracas =56 +B 5 71 ShortWhistle=78 +C 6 72 LongWhistle =78 +C#6 73 ShortGuiro =79 +D 6 74 LongGuiro =71 +D#6 75 Clave =72 +E 6 76 HiWoodBlock =73 +F 6 77 LoWoodBlock =72 +F#6 78 MuteCuica =77 +G 6 79 OpenCuica =76 +G#6 80 MuteTriangle=37 +A 6 81 OpenTriangle=39 +A#6 82 Shaker =56 +B 6 83 Jingles =75 +C 7 84 Belltree =63 +C#7 85 Canstinet=85 +D 7 86 Surdo1 =86 +D#7 87 Surdo2 =87 +E 7 =88 +F 7 =89 +F#7 =90 +G 7 =91 +G#7 =92 +A 7 =93 +A#7 =94 +B 7 =95 +C 8 =96 +C#8 =97 +D 8 =98 +D#8 =99 +E 8 =100 +F 8 =101 +F#8 =102 +G 8 =103 +G#8 =104 +A 8 =105 +A#8 =106 +B 8 =107 +C 9 =108 +C#9 =109 +D 9 =110 +D#9 =111 +E 9 =112 +F 9 =113 +F#9 =114 +G 9 =115 +G#9 =116 +A 9 =117 +A#9 =118 +B 9 =119 +C 10=120 +C#10=121 +D 10=122 +D#10=123 +E 10=124 +F 10=125 +F#10=126 +G 10=127 +# This line should be ignored +END + + +DEFINE CHANNELMAP +0 = 0 +1 = 1 +2 = 2 +3 = 3 +4 = 4 +5 = 5 +6 = 6 +7 = 7 +8 = 8 +9 = 15 Keymap "Drumset" ForcePatch 100 +10 = 10 +11 = 11 +12 = 12 +13 = 13 +14 = 14 +15 = 9 +END + +OPTIONS +PitchBenderRatio = 672 +MapExpressionToVolumeEvents +END + diff --git a/data/midi-maps/YamahaQY10.map b/data/midi-maps/YamahaQY10.map new file mode 100755 index 000000000..1a4914b42 --- /dev/null +++ b/data/midi-maps/YamahaQY10.map @@ -0,0 +1,305 @@ +# Midi map file for the Yamaha QY10 "walkstation", a basic sequencer / tone +# module. + +# Provided by Malcolm Tyrrell. If there is a problem with this file, please +# e-mail tyrrelmr@cs.tcd.ie + +# If you make a new map, please send it to Antonio, so future releases +# will include them. +# Antonio Larrosa Jimenez, larrosa@kde.org + +# Yamaha QY10 Map File + +DEFINE PATCHMAP +AcusticPiano =0 +BrightPiano =0 +SynthPiano =1 +HonkyTonky =0 +ElectricPiano1=1 +ElectricPiano2=2 +Harpsichord =3 +Clavinet =3 +Celeste =18 +Glockenspiel =18 +Musicbox =20 +Vibes =19 +Marimba =18 +Xylophon =20 +TubeBell =19 +Santur =12 +HomeOrg =4 +PercussionOrg =4 +RockOrg =4 +ChurchOrg =5 +ReedOrg =5 +Accordion =5 +Harmonica =23 +Concrtna =23 +NylonGuitar =12 +AcusticGuitar =12 +JazzGuitar =9 +CleanGuitar =9 +MuteGuitar =11 +OdGuitar =9 +DistortionGuit=10 +GtrHarm =25 +AcusticBass =13 +FingerBass =14 +PickBass =14 +FretlessBass =13 +SlapBass1 =15 +SlapBass2 =15 +SynthBass1 =16 +SynthBass2 =16 +Violin =23 +Viola =23 +Cello =23 +Contrabajo =23 +Marcato =6 +Pizzicato =16 +Harp =12 +Timpani =20 +Marcato =6 +SlowStrings =6 +SynthStrings1 =22 +SynthStrings2 =22 +Choir =27 +Doo =21 +Voices =21 +OrchestraHit =8 +Trumpet =26 +Trombone =26 +Tuba =21 +MuteTrumpet =8 +FrenchHorn =26 +HitBrass =8 +SynthBrass1 =21 +SynthBrass2 =21 +SopranoSax =26 +AltoSax =26 +TenorSax =26 +BaritoneSax =26 +Oboe =27 +EnglishHorn =26 +Bassoon =27 +Clarinet =27 +Piccolo =27 +Flute =27 +Recorder =27 +WoodFlute =27 +Bottle =27 +Shakazul =27 +Whistle =27 +Ocarina =27 +SquareWave =28 +SawWave =28 +Calliope =29 +Chiflead =29 +Charang =24 +VoxLead =21 +Lead5th =21 +BassLead =21 +Fantasia =24 +WarmPad =21 +Polysyn =22 +Ghostie =27 +BowGlass =26 +MetalPad =21 +HaloPad =27 +Sweeper =24 +Aurora =31 +SoundTrack =21 +Crystal =19 +Atmosphear =24 +FreshAir =21 +Unicorn =24 +Sweeper =24 +StarTrak =21 +Sitar =9 +Banjo =9 +Shamisen =12 +Koto =12 +Kalimba =18 +BagPipes =28 +Fiddle =28 +Shannai =23 +Carillon =19 +Agogo =20 +SteelDrm =18 +WoodBlk =20 +Taiko =20 +Toms =18 +Syntom =18 +RevCymbal =31 +Fx-Fret =31 +Fx-Blow =31 +Seashore =31 +Jungle =31 +Telephon =5 +Helicopter =31 +Applause =31 +Gunshot =31 +END + +DEFINE KEYMAP "Drumset" +C 0 =0 +C#0 =1 +D 0 =2 +D#0 =3 +E 0 =4 +F 0 =5 +F#0 =6 +G 0 =7 +G#0 =8 +A 0 =9 +A#0 =10 +B 0 =11 +C 1 =12 +C#1 =13 +D 1 =14 +D#1 =15 +E 1 =16 +F 1 =17 +F#1 =18 +G 1 =19 +G#1 =20 +A 1 =21 +A#1 =22 +B 1 =23 +C 2 =24 +C#2 =25 +D 2 =26 +# What is a high q? +D#2 27 Highq =40 +E 2 28 Slap =37 +F 2 29 Scratch1 =23 +F#2 30 Scratch2 =48 +G 2 31 Sticks =21 +G#2 32 SqrClick =42 +A 2 33 MetaClick=42 +A#2 34 MetBell =43 +B 2 35 Kick1 =36 +C 3 36 Kick2 =12 +C#3 37 StickRim =21 +D 3 38 Snare1 =15 +D#3 39 Claps =19 +E 3 40 snare2 =14 +F 3 41 tomlo2 =16 +F#3 42 Hihatclos=23 +G 3 43 Tomlo1 =16 +G#3 44 HihatPd =23 +A 3 45 Tommid2 =17 +A#3 46 Hihatop =24 +B 3 47 Tommid1 =17 +C 4 48 Tomhi2 =18 +C#4 49 Cymbalcrsh1 =20 +D 4 50 Tomhi1 =18 +D#4 51 Cymbalride1 =22 +E 4 52 Cymbalchina =22 +F 4 53 Cymbell =22 +F#4 54 Tamborin =21 +G 4 55 CymbalSplash=20 +G#4 56 Cowbell =37 +A 4 57 Cymbalcrash2=20 +A#4 58 Vibslap =0 +B 4 59 Cymbalride2 =22 +C 5 60 Bongohi =41 +C#5 61 Bongolo =40 +D 5 62 Congahi1 =41 +D#5 63 congahi2 =41 +E 5 64 Congalo =40 +F 5 65 Timbalehi=46 +F#5 66 Timbalelo=45 +G 5 67 Agogohi =44 +G#5 68 Agogolo =43 +A 5 69 Cabasa =48 +A#5 70 Maracas =48 +B 5 71 whistle1 =0 +C 6 72 whistle2 =0 +C#6 73 Guiro1 =0 +D 6 74 Guiro2 =0 +D#6 75 Clave =44 +E 6 76 Woodblock1=40 +F 6 77 Woodblock2=41 +# Don't know about the following two +F#6 78 Cuica1 =0 +G 6 79 Cuica2 =0 +G#6 80 Triangle1=44 +A 6 81 Triangle2=44 +A#6 82 Shaker =48 +B 6 83 Jingles =23 +C 7 84 Belltree =0 +C#7 85 Canstinet=21 +D 7 86 Surdo1 =16 +D#7 87 Surdo2 =17 +E 7 =88 +F 7 =89 +F#7 =90 +G 7 =91 +G#7 =92 +A 7 =93 +A#7 =94 +B 7 =95 +C 8 =96 +C#8 =97 +D 8 =98 +D#8 =99 +E 8 =100 +F 8 =101 +F#8 =102 +G 8 =103 +G#8 =104 +A 8 =105 +A#8 =106 +B 8 =107 +C 9 =108 +C#9 =109 +D 9 =110 +D#9 =111 +E 9 =112 +F 9 =113 +F#9 =114 +G 9 =115 +G#9 =116 +A 9 =117 +A#9 =118 +B 9 =119 +C 10=120 +C#10=121 +D 10=122 +D#10=123 +E 10=124 +F 10=125 +F#10=126 +G 10=127 +END + + +DEFINE CHANNELMAP +# The information on channels 7-8 and 11-15 is ignored since the QY10 is only +# 8 part multi-timbral. The polyphony should be okay. +0 = 0 +1 = 1 +2 = 2 +3 = 3 +4 = 4 +5 = 5 +6 = 6 +# The next two channels are ignored +7 = 9 +8 = 8 +# Play GM channel 9 (drums) on QY10 track 7 (rhythm track) +9 = 7 Keymap "Drumset" ForcePatch 30 +# All the following channels are ignored. +10 = 10 +11 = 11 +12 = 12 +13 = 13 +14 = 14 +15 = 15 +END + +# I don't think the QY10 responds to Expression Events, so... +OPTIONS +MapExpressionToVolumeEvents +END diff --git a/data/midi-maps/gm.map b/data/midi-maps/gm.map new file mode 100755 index 000000000..fd188ec08 --- /dev/null +++ b/data/midi-maps/gm.map @@ -0,0 +1,290 @@ +# Blank lines and lines beginning with # are ignored +# This is a map for any General Midi synthesizer +# If you make a new map, please send it to me, so future releases +# will include them. +# Antonio Larrosa Jimenez, larrosa@kde.org + +# General Midi Map File + +DEFINE PATCHMAP +AcusticPiano =0 +BrightPiano =1 +SynthPiano =2 +HonkyTonky =3 +ElectricPiano1=4 +ElectricPiano2=5 +Harpsichord =6 +Clavinet =7 +Celeste =8 +Glockenspiel =9 +Musicbox =10 +Vibes =11 +Marimba =12 +Xylophon =13 +TubeBell =14 +Santur =15 +HomeOrg =16 +PercussionOrg =17 +RockOrg =18 +ChurchOrg =19 +ReedOrg =20 +Accordion =21 +Harmonica =22 +Concrtna =23 +NylonGuitar =24 +AcusticGuitar =25 +JazzGuitar =26 +CleanGuitar =27 +MuteGuitar =28 +OdGuitar =29 +DistortionGuit=30 +GtrHarm =31 +AcusticBass =32 +FingerBass =33 +PickBass =34 +FretlessBass =35 +SlapBass1 =36 +SlapBass2 =37 +SynthBass1 =38 +SynthBass2 =39 +Violin =40 +Viola =41 +Cello =42 +Contrabajo =43 +Marcato =44 +Pizzicato =45 +Harp =46 +Timpani =47 +Marcato =48 +SlowStrings =49 +SynthStrings1 =50 +SynthStrings2 =51 +Choir =52 +Doo =53 +Voices =54 +OrchestraHit =55 +Trumpet =56 +Trombone =57 +Tuba =58 +MuteTrumpet =59 +FrenchHorn =60 +HitBrass =61 +SynthBrass1 =62 +SynthBrass2 =63 +SopranoSax =64 +AltoSax =65 +TenorSax =66 +BaritoneSax =67 +Oboe =68 +EnglishHorn =69 +Bassoon =70 +Clarinet =71 +Piccolo =72 +Flute =73 +Recorder =74 +WoodFlute =75 +Bottle =76 +Shakazul =77 +Whistle =78 +Ocarina =79 +SquareWave =80 +SawWave =81 +Calliope =82 +Chiflead =83 +Charang =84 +VoxLead =85 +Lead5th =86 +BassLead =87 +Fantasia =88 +WarmPad =89 +Polysyn =90 +Ghostie =91 +BowGlass =92 +MetalPad =93 +HaloPad =94 +Sweeper =95 +Aurora =96 +SoundTrack =97 +Crystal =98 +Atmosphear =99 +FreshAir =100 +Unicorn =101 +Sweeper =102 +StarTrak =103 +Sitar =104 +Banjo =105 +Shamisen =106 +Koto =107 +Kalimba =108 +BagPipes =109 +Fiddle =110 +Shannai =111 +Carillon =112 +Agogo =113 +SteelDrm =114 +WoodBlk =115 +Taiko =116 +Toms =117 +Syntom =118 +RevCymbal =119 +Fx-Fret =120 +Fx-Blow =121 +Seashore =122 +Jungle =123 +Telephon =124 +Helicopter =125 +Applause =126 +Gunshot =127 +END + +DEFINE KEYMAP "Drumset" +C 0 =0 +C#0 =1 +D 0 =2 +D#0 =3 +E 0 =4 +F 0 =5 +F#0 =6 +G 0 =7 +G#0 =8 +A 0 =9 +A#0 =10 +B 0 =11 +C 1 =12 +C#1 =13 +D 1 =14 +D#1 =15 +E 1 =16 +F 1 =17 +F#1 =18 +G 1 =19 +G#1 =20 +A 1 =21 +A#1 =22 +B 1 =23 +C 2 =24 +C#2 =25 +D 2 =26 +D#2 27 Highq =27 +E 2 28 Slap =28 +F 2 29 Scratch1 =29 +F#2 30 Scratch2 =30 +G 2 31 Sticks =31 +G#2 32 SqrClick =32 +A 2 33 MetaClick=33 +A#2 34 MetBell =34 +B 2 35 Kick1 =35 +C 3 36 Kick2 =36 +C#3 37 StickRim =37 +D 3 38 Snare1 =38 +D#3 39 Claps =39 +E 3 40 snare2 =40 +F 3 41 tomlo2 =41 +F#3 42 Hihatclos=42 +G 3 43 Tomlo1 =43 +G#3 44 HihatPd =44 +A 3 45 Tommid2 =45 +A#3 46 Hihatop =46 +B 3 47 Tommid1 =47 +C 4 48 Tomhi2 =48 +C#4 49 Cymbalcrsh1 =49 +D 4 50 Tomhi1 =50 +D#4 51 Cymbalride1 =51 +E 4 52 Cymbalchina =52 +F 4 53 Cymbell =53 +F#4 54 Tamborin =54 +G 4 55 CymbalSplash=55 +G#4 56 Cowbell =56 +A 4 57 Cymbalcrash2=57 +A#4 58 Vibslap =58 +B 4 59 Cymbalride2 =59 +C 5 60 Bongohi =60 +C#5 61 Bongolo =61 +D 5 62 Congahi1 =62 +D#5 63 congahi2 =63 +E 5 64 Congalo =64 +F 5 65 Timbalehi=65 +F#5 66 Timbalelo=66 +G 5 67 Agogohi =67 +G#5 68 Agogolo =68 +A 5 69 Cabasa =69 +A#5 70 Maracas =70 +B 5 71 whistle1 =71 +C 6 72 whistle2 =72 +C#6 73 Guiro1 =73 +D 6 74 Guiro2 =74 +D#6 75 Clave =75 +E 6 76 Woodblock1=76 +F 6 77 Woodblock2=77 +F#6 78 Cuica1 =78 +G 6 79 Cuica2 =79 +G#6 80 Triangle1=80 +A 6 81 Triangle2=81 +A#6 82 Shaker =82 +B 6 83 Jingles =83 +C 7 84 Belltree =84 +C#7 85 Canstinet=85 +D 7 86 Surdo1 =86 +D#7 87 Surdo2 =87 +E 7 =88 +F 7 =89 +F#7 =90 +G 7 =91 +G#7 =92 +A 7 =93 +A#7 =94 +B 7 =95 +C 8 =96 +C#8 =97 +D 8 =98 +D#8 =99 +E 8 =100 +F 8 =101 +F#8 =102 +G 8 =103 +G#8 =104 +A 8 =105 +A#8 =106 +B 8 =107 +C 9 =108 +C#9 =109 +D 9 =110 +D#9 =111 +E 9 =112 +F 9 =113 +F#9 =114 +G 9 =115 +G#9 =116 +A 9 =117 +A#9 =118 +B 9 =119 +C 10=120 +C#10=121 +D 10=122 +D#10=123 +E 10=124 +F 10=125 +F#10=126 +G 10=127 +END + + +DEFINE CHANNELMAP +0 = 0 +1 = 1 +2 = 2 +3 = 3 +4 = 4 +5 = 5 +6 = 6 +7 = 7 +8 = 8 +9 = 9 +10 = 10 +11 = 11 +12 = 12 +13 = 13 +14 = 14 +15 = 15 +END + diff --git a/data/presets/AudioFileProcessor/Bass-Mania.cs.xml b/data/presets/AudioFileProcessor/Bass-Mania.cs.xml new file mode 100755 index 000000000..bb5304b32 --- /dev/null +++ b/data/presets/AudioFileProcessor/Bass-Mania.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/AudioFileProcessor/Fat-Reversed-Kick.cs.xml b/data/presets/AudioFileProcessor/Fat-Reversed-Kick.cs.xml new file mode 100755 index 000000000..6b6df5e1d --- /dev/null +++ b/data/presets/AudioFileProcessor/Fat-Reversed-Kick.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/AudioFileProcessor/Kick-4-your-Subwoofer.cs.xml b/data/presets/AudioFileProcessor/Kick-4-your-Subwoofer.cs.xml new file mode 100755 index 000000000..7520c16e8 --- /dev/null +++ b/data/presets/AudioFileProcessor/Kick-4-your-Subwoofer.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/AudioFileProcessor/Makefile.am b/data/presets/AudioFileProcessor/Makefile.am new file mode 100755 index 000000000..b42ac19ee --- /dev/null +++ b/data/presets/AudioFileProcessor/Makefile.am @@ -0,0 +1,6 @@ +afppresetsdir = $(lmmsdatadir)/presets/AudioFileProcessor + +afppresets_DATA = $(wildcard *.cs.xml) + +EXTRA_DIST = $(afppresets_DATA) + diff --git a/data/presets/BitInvader/Makefile.am b/data/presets/BitInvader/Makefile.am new file mode 100755 index 000000000..9bfcb7f2d --- /dev/null +++ b/data/presets/BitInvader/Makefile.am @@ -0,0 +1,5 @@ +bipresetsdir = $(lmmsdatadir)/presets/BitInvader +bipresets_DATA = $(wildcard *.cs.xml) + +EXTRA_DIST = $(bipresets_DATA) + diff --git a/data/presets/BitInvader/alien_strings.cs.xml b/data/presets/BitInvader/alien_strings.cs.xml new file mode 100755 index 000000000..1e9f9fa50 --- /dev/null +++ b/data/presets/BitInvader/alien_strings.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/beehive.cs.xml b/data/presets/BitInvader/beehive.cs.xml new file mode 100755 index 000000000..69295aca0 --- /dev/null +++ b/data/presets/BitInvader/beehive.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/bell.cs.xml b/data/presets/BitInvader/bell.cs.xml new file mode 100755 index 000000000..53626aa36 --- /dev/null +++ b/data/presets/BitInvader/bell.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/cello.cs.xml b/data/presets/BitInvader/cello.cs.xml new file mode 100644 index 000000000..6e958d044 --- /dev/null +++ b/data/presets/BitInvader/cello.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/default.cs.xml b/data/presets/BitInvader/default.cs.xml new file mode 100755 index 000000000..7b35e7bc1 --- /dev/null +++ b/data/presets/BitInvader/default.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/drama.cs.xml b/data/presets/BitInvader/drama.cs.xml new file mode 100755 index 000000000..d2241d879 --- /dev/null +++ b/data/presets/BitInvader/drama.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/epiano.cs.xml b/data/presets/BitInvader/epiano.cs.xml new file mode 100755 index 000000000..37daa83f7 --- /dev/null +++ b/data/presets/BitInvader/epiano.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/pluck.cs.xml b/data/presets/BitInvader/pluck.cs.xml new file mode 100644 index 000000000..37409049c --- /dev/null +++ b/data/presets/BitInvader/pluck.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/soft_pad.cs.xml b/data/presets/BitInvader/soft_pad.cs.xml new file mode 100644 index 000000000..3123be10e --- /dev/null +++ b/data/presets/BitInvader/soft_pad.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/spacefx.cs.xml b/data/presets/BitInvader/spacefx.cs.xml new file mode 100755 index 000000000..5a1e3c3d9 --- /dev/null +++ b/data/presets/BitInvader/spacefx.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/subbass.cs.xml b/data/presets/BitInvader/subbass.cs.xml new file mode 100644 index 000000000..16bb9547d --- /dev/null +++ b/data/presets/BitInvader/subbass.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/sweep_pad.cs.xml b/data/presets/BitInvader/sweep_pad.cs.xml new file mode 100755 index 000000000..eb0cfe04a --- /dev/null +++ b/data/presets/BitInvader/sweep_pad.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/toy_piano.cs.xml b/data/presets/BitInvader/toy_piano.cs.xml new file mode 100644 index 000000000..706d0ae40 --- /dev/null +++ b/data/presets/BitInvader/toy_piano.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/BitInvader/wah_synth.cs.xml b/data/presets/BitInvader/wah_synth.cs.xml new file mode 100755 index 000000000..51f7cf0f6 --- /dev/null +++ b/data/presets/BitInvader/wah_synth.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Makefile.am b/data/presets/Makefile.am new file mode 100644 index 000000000..511a2f50d --- /dev/null +++ b/data/presets/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = AudioFileProcessor BitInvader Organic PluckedStringSynth TripleOscillator VeSTige + diff --git a/data/presets/Organic/Makefile.am b/data/presets/Organic/Makefile.am new file mode 100644 index 000000000..67c524f32 --- /dev/null +++ b/data/presets/Organic/Makefile.am @@ -0,0 +1,6 @@ +psspresetsdir = $(lmmsdatadir)/presets/Organic + +psspresets_DATA = $(wildcard *.cs.xml) + +EXTRA_DIST = $(psspresets_DATA) + diff --git a/data/presets/Organic/default.cs.xml b/data/presets/Organic/default.cs.xml new file mode 100644 index 000000000..732b60048 --- /dev/null +++ b/data/presets/Organic/default.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Organic/organ_blues.cs.xml b/data/presets/Organic/organ_blues.cs.xml new file mode 100644 index 000000000..7f57a805c --- /dev/null +++ b/data/presets/Organic/organ_blues.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Organic/organ_risingsun.cs.xml b/data/presets/Organic/organ_risingsun.cs.xml new file mode 100644 index 000000000..d9ab18186 --- /dev/null +++ b/data/presets/Organic/organ_risingsun.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Organic/organ_swish.cs.xml b/data/presets/Organic/organ_swish.cs.xml new file mode 100644 index 000000000..9af42f956 --- /dev/null +++ b/data/presets/Organic/organ_swish.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Organic/pad_ethereal.cs.xml b/data/presets/Organic/pad_ethereal.cs.xml new file mode 100644 index 000000000..6d13b0a85 --- /dev/null +++ b/data/presets/Organic/pad_ethereal.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Organic/pad_rich.cs.xml b/data/presets/Organic/pad_rich.cs.xml new file mode 100644 index 000000000..0c286c874 --- /dev/null +++ b/data/presets/Organic/pad_rich.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Organic/pad_sweep.cs.xml b/data/presets/Organic/pad_sweep.cs.xml new file mode 100644 index 000000000..85a0ca8c1 --- /dev/null +++ b/data/presets/Organic/pad_sweep.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Organic/puresine.cs.xml b/data/presets/Organic/puresine.cs.xml new file mode 100644 index 000000000..06fb0bcab --- /dev/null +++ b/data/presets/Organic/puresine.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/Organic/sequencer_64.cs.xml b/data/presets/Organic/sequencer_64.cs.xml new file mode 100644 index 000000000..9cb23b69c --- /dev/null +++ b/data/presets/Organic/sequencer_64.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/PluckedStringSynth/Default.cs.xml b/data/presets/PluckedStringSynth/Default.cs.xml new file mode 100755 index 000000000..ea3ca79c8 --- /dev/null +++ b/data/presets/PluckedStringSynth/Default.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/PluckedStringSynth/Makefile.am b/data/presets/PluckedStringSynth/Makefile.am new file mode 100755 index 000000000..0d3e709db --- /dev/null +++ b/data/presets/PluckedStringSynth/Makefile.am @@ -0,0 +1,6 @@ +psspresetsdir = $(lmmsdatadir)/presets/PluckedStringSynth + +psspresets_DATA = $(wildcard *.cs.xml) + +EXTRA_DIST = $(psspresets_DATA) + diff --git a/data/presets/TripleOscillator/AmazingBubbles.cs.xml b/data/presets/TripleOscillator/AmazingBubbles.cs.xml new file mode 100755 index 000000000..3201f3d49 --- /dev/null +++ b/data/presets/TripleOscillator/AmazingBubbles.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/AnalogDreamz.cs.xml b/data/presets/TripleOscillator/AnalogDreamz.cs.xml new file mode 100755 index 000000000..cdec62d94 --- /dev/null +++ b/data/presets/TripleOscillator/AnalogDreamz.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/AnalogTimes.cs.xml b/data/presets/TripleOscillator/AnalogTimes.cs.xml new file mode 100755 index 000000000..48d257122 --- /dev/null +++ b/data/presets/TripleOscillator/AnalogTimes.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Analogous.cs.xml b/data/presets/TripleOscillator/Analogous.cs.xml new file mode 100755 index 000000000..7091d8288 --- /dev/null +++ b/data/presets/TripleOscillator/Analogous.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/ArpKing.cs.xml b/data/presets/TripleOscillator/ArpKing.cs.xml new file mode 100755 index 000000000..c8bf6d19a --- /dev/null +++ b/data/presets/TripleOscillator/ArpKing.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Arpeggio_1.cs.xml b/data/presets/TripleOscillator/Arpeggio_1.cs.xml new file mode 100755 index 000000000..c8fe63b16 --- /dev/null +++ b/data/presets/TripleOscillator/Arpeggio_1.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Arpeggio_2.cs.xml b/data/presets/TripleOscillator/Arpeggio_2.cs.xml new file mode 100755 index 000000000..5e12cee81 --- /dev/null +++ b/data/presets/TripleOscillator/Arpeggio_2.cs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Beam.cs.xml b/data/presets/TripleOscillator/Beam.cs.xml new file mode 100644 index 000000000..37be2abec --- /dev/null +++ b/data/presets/TripleOscillator/Beam.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Bell.cs.xml b/data/presets/TripleOscillator/Bell.cs.xml new file mode 100755 index 000000000..41e6a992b --- /dev/null +++ b/data/presets/TripleOscillator/Bell.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Bell_2.cs.xml b/data/presets/TripleOscillator/Bell_2.cs.xml new file mode 100755 index 000000000..300249f96 --- /dev/null +++ b/data/presets/TripleOscillator/Bell_2.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/ChurchOrgan.cs.xml b/data/presets/TripleOscillator/ChurchOrgan.cs.xml new file mode 100755 index 000000000..e7a7cef7d --- /dev/null +++ b/data/presets/TripleOscillator/ChurchOrgan.cs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/ChurchOrgan_2.cs.xml b/data/presets/TripleOscillator/ChurchOrgan_2.cs.xml new file mode 100755 index 000000000..800920eca --- /dev/null +++ b/data/presets/TripleOscillator/ChurchOrgan_2.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Crystallo.cs.xml b/data/presets/TripleOscillator/Crystallo.cs.xml new file mode 100755 index 000000000..50905d904 --- /dev/null +++ b/data/presets/TripleOscillator/Crystallo.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Default.cs.xml b/data/presets/TripleOscillator/Default.cs.xml new file mode 100755 index 000000000..d01330b3a --- /dev/null +++ b/data/presets/TripleOscillator/Default.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Detuned-Synced-FM-Bass.cs.xml b/data/presets/TripleOscillator/Detuned-Synced-FM-Bass.cs.xml new file mode 100755 index 000000000..6702d041f --- /dev/null +++ b/data/presets/TripleOscillator/Detuned-Synced-FM-Bass.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Distorted-FM-Bass.cs.xml b/data/presets/TripleOscillator/Distorted-FM-Bass.cs.xml new file mode 100755 index 000000000..0ce86c465 --- /dev/null +++ b/data/presets/TripleOscillator/Distorted-FM-Bass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Distorted-FM-Bass_2.cs.xml b/data/presets/TripleOscillator/Distorted-FM-Bass_2.cs.xml new file mode 100755 index 000000000..7f30ff457 --- /dev/null +++ b/data/presets/TripleOscillator/Distorted-FM-Bass_2.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Dull-Bell-Arp.cs.xml b/data/presets/TripleOscillator/Dull-Bell-Arp.cs.xml new file mode 100755 index 000000000..790484a85 --- /dev/null +++ b/data/presets/TripleOscillator/Dull-Bell-Arp.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/E-Organ.cs.xml b/data/presets/TripleOscillator/E-Organ.cs.xml new file mode 100755 index 000000000..6d311b210 --- /dev/null +++ b/data/presets/TripleOscillator/E-Organ.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/E-Piano.cs.xml b/data/presets/TripleOscillator/E-Piano.cs.xml new file mode 100755 index 000000000..427551587 --- /dev/null +++ b/data/presets/TripleOscillator/E-Piano.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/EvilHardcore.cs.xml b/data/presets/TripleOscillator/EvilHardcore.cs.xml new file mode 100755 index 000000000..34b87a5c8 --- /dev/null +++ b/data/presets/TripleOscillator/EvilHardcore.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/FM-Wood-Arp.cs.xml b/data/presets/TripleOscillator/FM-Wood-Arp.cs.xml new file mode 100755 index 000000000..780d00368 --- /dev/null +++ b/data/presets/TripleOscillator/FM-Wood-Arp.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Fat-FMish-Bells.cs.xml b/data/presets/TripleOscillator/Fat-FMish-Bells.cs.xml new file mode 100755 index 000000000..0c9b4b45a --- /dev/null +++ b/data/presets/TripleOscillator/Fat-FMish-Bells.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Fat.cs.xml b/data/presets/TripleOscillator/Fat.cs.xml new file mode 100755 index 000000000..c15f67f53 --- /dev/null +++ b/data/presets/TripleOscillator/Fat.cs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/FatCheese.cs.xml b/data/presets/TripleOscillator/FatCheese.cs.xml new file mode 100755 index 000000000..523463971 --- /dev/null +++ b/data/presets/TripleOscillator/FatCheese.cs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Fear.cs.xml b/data/presets/TripleOscillator/Fear.cs.xml new file mode 100755 index 000000000..109ffff8e --- /dev/null +++ b/data/presets/TripleOscillator/Fear.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Freaky-Bass.cs.xml b/data/presets/TripleOscillator/Freaky-Bass.cs.xml new file mode 100755 index 000000000..9368fcad5 --- /dev/null +++ b/data/presets/TripleOscillator/Freaky-Bass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/FutureBass.cs.xml b/data/presets/TripleOscillator/FutureBass.cs.xml new file mode 100755 index 000000000..9c4b432fc --- /dev/null +++ b/data/presets/TripleOscillator/FutureBass.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Gong.cs.xml b/data/presets/TripleOscillator/Gong.cs.xml new file mode 100755 index 000000000..df28ca6f0 --- /dev/null +++ b/data/presets/TripleOscillator/Gong.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Harmonium.cs.xml b/data/presets/TripleOscillator/Harmonium.cs.xml new file mode 100755 index 000000000..af4322233 --- /dev/null +++ b/data/presets/TripleOscillator/Harmonium.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Harp-of-a-Fairy.cs.xml b/data/presets/TripleOscillator/Harp-of-a-Fairy.cs.xml new file mode 100755 index 000000000..a124ebc5f --- /dev/null +++ b/data/presets/TripleOscillator/Harp-of-a-Fairy.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Harpsichord.cs.xml b/data/presets/TripleOscillator/Harpsichord.cs.xml new file mode 100755 index 000000000..55bc14b77 --- /dev/null +++ b/data/presets/TripleOscillator/Harpsichord.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/HiPad.cs.xml b/data/presets/TripleOscillator/HiPad.cs.xml new file mode 100755 index 000000000..5d618d50c --- /dev/null +++ b/data/presets/TripleOscillator/HiPad.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/HorrorBass.cs.xml b/data/presets/TripleOscillator/HorrorBass.cs.xml new file mode 100755 index 000000000..b732b4322 --- /dev/null +++ b/data/presets/TripleOscillator/HorrorBass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Jupiter.cs.xml b/data/presets/TripleOscillator/Jupiter.cs.xml new file mode 100755 index 000000000..1b2b38fd3 --- /dev/null +++ b/data/presets/TripleOscillator/Jupiter.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/LFO-party.cs.xml b/data/presets/TripleOscillator/LFO-party.cs.xml new file mode 100755 index 000000000..b9b6c4a64 --- /dev/null +++ b/data/presets/TripleOscillator/LFO-party.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/LovelyDream.cs.xml b/data/presets/TripleOscillator/LovelyDream.cs.xml new file mode 100755 index 000000000..f17412a42 --- /dev/null +++ b/data/presets/TripleOscillator/LovelyDream.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Makefile.am b/data/presets/TripleOscillator/Makefile.am new file mode 100755 index 000000000..5a711c0cf --- /dev/null +++ b/data/presets/TripleOscillator/Makefile.am @@ -0,0 +1,6 @@ +topresetsdir = $(lmmsdatadir)/presets/TripleOscillator + +topresets_DATA = $(wildcard *.cs.xml) + +EXTRA_DIST = $(topresets_DATA) + diff --git a/data/presets/TripleOscillator/Moog.cs.xml b/data/presets/TripleOscillator/Moog.cs.xml new file mode 100755 index 000000000..358c3ff10 --- /dev/null +++ b/data/presets/TripleOscillator/Moog.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/MoogArpeggio.cs.xml b/data/presets/TripleOscillator/MoogArpeggio.cs.xml new file mode 100755 index 000000000..f8d270768 --- /dev/null +++ b/data/presets/TripleOscillator/MoogArpeggio.cs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/MoveYourBody.cs.xml b/data/presets/TripleOscillator/MoveYourBody.cs.xml new file mode 100755 index 000000000..16e9dd9ef --- /dev/null +++ b/data/presets/TripleOscillator/MoveYourBody.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/MyComputer.cs.xml b/data/presets/TripleOscillator/MyComputer.cs.xml new file mode 100755 index 000000000..7a7f7d530 --- /dev/null +++ b/data/presets/TripleOscillator/MyComputer.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Nice.cs.xml b/data/presets/TripleOscillator/Nice.cs.xml new file mode 100755 index 000000000..52de529a0 --- /dev/null +++ b/data/presets/TripleOscillator/Nice.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/NostalgicFeelings.cs.xml b/data/presets/TripleOscillator/NostalgicFeelings.cs.xml new file mode 100755 index 000000000..41450245e --- /dev/null +++ b/data/presets/TripleOscillator/NostalgicFeelings.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Play-some-rock.cs.xml b/data/presets/TripleOscillator/Play-some-rock.cs.xml new file mode 100755 index 000000000..51f8ad2c6 --- /dev/null +++ b/data/presets/TripleOscillator/Play-some-rock.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/PluckArpeggio.cs.xml b/data/presets/TripleOscillator/PluckArpeggio.cs.xml new file mode 100755 index 000000000..b453aab6c --- /dev/null +++ b/data/presets/TripleOscillator/PluckArpeggio.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Plucked.cs.xml b/data/presets/TripleOscillator/Plucked.cs.xml new file mode 100755 index 000000000..506fac3be --- /dev/null +++ b/data/presets/TripleOscillator/Plucked.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/RaveBass.cs.xml b/data/presets/TripleOscillator/RaveBass.cs.xml new file mode 100755 index 000000000..680c4f82f --- /dev/null +++ b/data/presets/TripleOscillator/RaveBass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/RaveBass_2.cs.xml b/data/presets/TripleOscillator/RaveBass_2.cs.xml new file mode 100755 index 000000000..55a6f4866 --- /dev/null +++ b/data/presets/TripleOscillator/RaveBass_2.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/ResoBass.cs.xml b/data/presets/TripleOscillator/ResoBass.cs.xml new file mode 100755 index 000000000..7243e3080 --- /dev/null +++ b/data/presets/TripleOscillator/ResoBass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/ResonantPad.cs.xml b/data/presets/TripleOscillator/ResonantPad.cs.xml new file mode 100755 index 000000000..2cfa8ce6c --- /dev/null +++ b/data/presets/TripleOscillator/ResonantPad.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/RockOrgan.cs.xml b/data/presets/TripleOscillator/RockOrgan.cs.xml new file mode 100755 index 000000000..14a2afd46 --- /dev/null +++ b/data/presets/TripleOscillator/RockOrgan.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Rough!.cs.xml b/data/presets/TripleOscillator/Rough!.cs.xml new file mode 100755 index 000000000..7136878da --- /dev/null +++ b/data/presets/TripleOscillator/Rough!.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Short1.cs.xml b/data/presets/TripleOscillator/Short1.cs.xml new file mode 100755 index 000000000..c5ba117a7 --- /dev/null +++ b/data/presets/TripleOscillator/Short1.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Short2.cs.xml b/data/presets/TripleOscillator/Short2.cs.xml new file mode 100755 index 000000000..66c42eb53 --- /dev/null +++ b/data/presets/TripleOscillator/Short2.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Short3.cs.xml b/data/presets/TripleOscillator/Short3.cs.xml new file mode 100755 index 000000000..74dc078fa --- /dev/null +++ b/data/presets/TripleOscillator/Short3.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Short4.cs.xml b/data/presets/TripleOscillator/Short4.cs.xml new file mode 100755 index 000000000..4a6a98f4b --- /dev/null +++ b/data/presets/TripleOscillator/Short4.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/ShortBass.cs.xml b/data/presets/TripleOscillator/ShortBass.cs.xml new file mode 100755 index 000000000..dc0309edd --- /dev/null +++ b/data/presets/TripleOscillator/ShortBass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Simple-Acid-Bass.cs.xml b/data/presets/TripleOscillator/Simple-Acid-Bass.cs.xml new file mode 100755 index 000000000..f59d62bfb --- /dev/null +++ b/data/presets/TripleOscillator/Simple-Acid-Bass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/SoftBass.cs.xml b/data/presets/TripleOscillator/SoftBass.cs.xml new file mode 100755 index 000000000..1fcd221e0 --- /dev/null +++ b/data/presets/TripleOscillator/SoftBass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/SoftStrings.cs.xml b/data/presets/TripleOscillator/SoftStrings.cs.xml new file mode 100755 index 000000000..fa6fa5991 --- /dev/null +++ b/data/presets/TripleOscillator/SoftStrings.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/SpaceBass.cs.xml b/data/presets/TripleOscillator/SpaceBass.cs.xml new file mode 100755 index 000000000..4298b320a --- /dev/null +++ b/data/presets/TripleOscillator/SpaceBass.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Square.cs.xml b/data/presets/TripleOscillator/Square.cs.xml new file mode 100755 index 000000000..a7f729867 --- /dev/null +++ b/data/presets/TripleOscillator/Square.cs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/SquareArp.cs.xml b/data/presets/TripleOscillator/SquareArp.cs.xml new file mode 100755 index 000000000..98414f2c7 --- /dev/null +++ b/data/presets/TripleOscillator/SquareArp.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Steel.cs.xml b/data/presets/TripleOscillator/Steel.cs.xml new file mode 100755 index 000000000..3f041c276 --- /dev/null +++ b/data/presets/TripleOscillator/Steel.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Stranger.cs.xml b/data/presets/TripleOscillator/Stranger.cs.xml new file mode 100755 index 000000000..6978bdd36 --- /dev/null +++ b/data/presets/TripleOscillator/Stranger.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/TB303-Arpeggio.cs.xml b/data/presets/TripleOscillator/TB303-Arpeggio.cs.xml new file mode 100755 index 000000000..62b04aa07 --- /dev/null +++ b/data/presets/TripleOscillator/TB303-Arpeggio.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/TB303.cs.xml b/data/presets/TripleOscillator/TB303.cs.xml new file mode 100755 index 000000000..cd9905901 --- /dev/null +++ b/data/presets/TripleOscillator/TB303.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/TheFirstOne.cs.xml b/data/presets/TripleOscillator/TheFirstOne.cs.xml new file mode 100755 index 000000000..b13996230 --- /dev/null +++ b/data/presets/TripleOscillator/TheFirstOne.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/TheMaster.cs.xml b/data/presets/TripleOscillator/TheMaster.cs.xml new file mode 100755 index 000000000..f51d88848 --- /dev/null +++ b/data/presets/TripleOscillator/TheMaster.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/TranceLead.cs.xml b/data/presets/TripleOscillator/TranceLead.cs.xml new file mode 100755 index 000000000..cd1d3526a --- /dev/null +++ b/data/presets/TripleOscillator/TranceLead.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Warmth.cs.xml b/data/presets/TripleOscillator/Warmth.cs.xml new file mode 100755 index 000000000..ca69d5fed --- /dev/null +++ b/data/presets/TripleOscillator/Warmth.cs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Weird.cs.xml b/data/presets/TripleOscillator/Weird.cs.xml new file mode 100755 index 000000000..728a0ff5c --- /dev/null +++ b/data/presets/TripleOscillator/Weird.cs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Whistle.cs.xml b/data/presets/TripleOscillator/Whistle.cs.xml new file mode 100755 index 000000000..2faefc562 --- /dev/null +++ b/data/presets/TripleOscillator/Whistle.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/TripleOscillator/Xylophon.cs.xml b/data/presets/TripleOscillator/Xylophon.cs.xml new file mode 100755 index 000000000..ca5503cf3 --- /dev/null +++ b/data/presets/TripleOscillator/Xylophon.cs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/data/presets/VeSTige/Default.cs.xml b/data/presets/VeSTige/Default.cs.xml new file mode 100755 index 000000000..b67299853 --- /dev/null +++ b/data/presets/VeSTige/Default.cs.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/data/presets/VeSTige/Makefile.am b/data/presets/VeSTige/Makefile.am new file mode 100755 index 000000000..527e96ed7 --- /dev/null +++ b/data/presets/VeSTige/Makefile.am @@ -0,0 +1,6 @@ +vstpresetsdir = $(lmmsdatadir)/presets/VeSTige + +vstpresets_DATA = $(wildcard *.cs.xml) + +EXTRA_DIST = $(vstpresets_DATA) + diff --git a/data/projects/Makefile.am b/data/projects/Makefile.am new file mode 100755 index 000000000..0640cc815 --- /dev/null +++ b/data/projects/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = cool_songs covers demos misc recorded_loops templates tutorials + diff --git a/data/projects/cool_songs/Djeezus-BeatRolls.mmp b/data/projects/cool_songs/Djeezus-BeatRolls.mmp new file mode 100755 index 000000000..4b0844db6 --- /dev/null +++ b/data/projects/cool_songs/Djeezus-BeatRolls.mmp @@ -0,0 +1,604 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Just trying to get the hang of the beat/baseline capabilities.

+

gert.vandelaer@gmail.com

+ +]]>
+
+
diff --git a/data/projects/cool_songs/Djeezus-Oscilisous.mmp b/data/projects/cool_songs/Djeezus-Oscilisous.mmp new file mode 100755 index 000000000..673e3cddd --- /dev/null +++ b/data/projects/cool_songs/Djeezus-Oscilisous.mmp @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Ow, so you can use piano rolls in beat/baselines as well !? Holy crap ! ;-)

+

gert.vandelaer@gmail.com

+ +]]>
+
+
diff --git a/data/projects/cool_songs/Makefile.am b/data/projects/cool_songs/Makefile.am new file mode 100755 index 000000000..2dab751a2 --- /dev/null +++ b/data/projects/cool_songs/Makefile.am @@ -0,0 +1,6 @@ +coolsongsdir = $(lmmsdatadir)/projects/cool_songs + +coolsongs_DATA = $(wildcard *.mmp) + +EXTRA_DIST = $(coolsongs_DATA) + diff --git a/data/projects/cool_songs/Marfil-MarfilDrum01.mmp b/data/projects/cool_songs/Marfil-MarfilDrum01.mmp new file mode 100755 index 000000000..4612fe414 --- /dev/null +++ b/data/projects/cool_songs/Marfil-MarfilDrum01.mmp @@ -0,0 +1,548 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Put down your project notes here.

+ +]]>
+
+
diff --git a/data/projects/cool_songs/Mart-Concave_flow.mmp b/data/projects/cool_songs/Mart-Concave_flow.mmp new file mode 100755 index 000000000..59fd08ac8 --- /dev/null +++ b/data/projects/cool_songs/Mart-Concave_flow.mmp @@ -0,0 +1,725 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

A little trance for the whole family

+ +]]>
+
+
diff --git a/data/projects/cool_songs/Mart-Dirt_Track.mmp b/data/projects/cool_songs/Mart-Dirt_Track.mmp new file mode 100755 index 000000000..859d268b2 --- /dev/null +++ b/data/projects/cool_songs/Mart-Dirt_Track.mmp @@ -0,0 +1,2638 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Some drums for making music rocking the club!

+ +]]>
+
+
diff --git a/data/projects/cool_songs/MaxFellner-Ease.mmp b/data/projects/cool_songs/MaxFellner-Ease.mmp new file mode 100755 index 000000000..c1d90ebd9 --- /dev/null +++ b/data/projects/cool_songs/MaxFellner-Ease.mmp @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

This is the very first complete song I made with lmms! I found it pretty difficult to create it 'cause it's my first time to use a sequencer...

+ +]]>
+
+
diff --git a/data/projects/cool_songs/SharkyX-DeadManDancing.mmp b/data/projects/cool_songs/SharkyX-DeadManDancing.mmp new file mode 100755 index 000000000..56abc01c9 --- /dev/null +++ b/data/projects/cool_songs/SharkyX-DeadManDancing.mmp @@ -0,0 +1,559 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Josh Revilo aka Sharky-X - Deadman Dancing

+

LMMS 0.1.2 is out and this is the result after playing with it for about two hours. Enjoy!

+

More techno tunes @ http://www.sharky-x.de. And don't miss the upcoming vinyl Plan-E vs. Sharky-X - Tabasco E.P. slated for release in February 2006.

+

+ +]]>
+
+
diff --git a/data/projects/cool_songs/SharkyX-Experiments.mmp b/data/projects/cool_songs/SharkyX-Experiments.mmp new file mode 100755 index 000000000..435c14bf8 --- /dev/null +++ b/data/projects/cool_songs/SharkyX-Experiments.mmp @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Sharky-X aka Josh Revilo - Experiments

+

First experiments with LMMS. http://www.sharky-x.de

+ +]]>
+
+
diff --git a/data/projects/cool_songs/Siegel-DreamWave.mmp b/data/projects/cool_songs/Siegel-DreamWave.mmp new file mode 100755 index 000000000..0fa620ccf --- /dev/null +++ b/data/projects/cool_songs/Siegel-DreamWave.mmp @@ -0,0 +1,945 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

piepmelodie berarbeiten. klingt zu poppig-kindisch-pseudo-traurig. muss nach abgrund klingen.

+

+

base2 berarbeiten. muss mehr pumpen!

+ +]]>
+
+
diff --git a/data/projects/cool_songs/TobyDox-Confused.mmp b/data/projects/cool_songs/TobyDox-Confused.mmp new file mode 100755 index 000000000..396468863 --- /dev/null +++ b/data/projects/cool_songs/TobyDox-Confused.mmp @@ -0,0 +1,675 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/projects/cool_songs/TobyDox-Crystallo.mmp b/data/projects/cool_songs/TobyDox-Crystallo.mmp new file mode 100755 index 000000000..407cacfa1 --- /dev/null +++ b/data/projects/cool_songs/TobyDox-Crystallo.mmp @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

TobyDox - "Crystallo"

+

Beginning of rewrite of song I originally made with FruityLoops. Maybe I'll continue it someday, but since I do not have FruityLoops anymore, I no longer can open my old songs... ;-) So I have to wait until FLP-Import is implemented... :-D

+ +]]>
+
+
diff --git a/data/projects/cool_songs/TobyDox-Psycho.mmp b/data/projects/cool_songs/TobyDox-Psycho.mmp new file mode 100755 index 000000000..a343c5fdb --- /dev/null +++ b/data/projects/cool_songs/TobyDox-Psycho.mmp @@ -0,0 +1,787 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

TobyDox - "Psycho"

+

This is the first song written with LMMS being longer than only some tacts. Maybe you like it...

+ +]]>
+
+
diff --git a/data/projects/cool_songs/TobyDox-TheFourthDimension.mmp b/data/projects/cool_songs/TobyDox-TheFourthDimension.mmp new file mode 100755 index 000000000..55f8259b7 --- /dev/null +++ b/data/projects/cool_songs/TobyDox-TheFourthDimension.mmp @@ -0,0 +1,435 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

TobyDox - "The Fourth Dimension"

+

There's not much to say, just listen...

+ +]]>
+
+
diff --git a/data/projects/covers/J.S.Bach-Preludium_and_Fugue_A-Minor.mmp b/data/projects/covers/J.S.Bach-Preludium_and_Fugue_A-Minor.mmp new file mode 100755 index 000000000..6e646720a --- /dev/null +++ b/data/projects/covers/J.S.Bach-Preludium_and_Fugue_A-Minor.mmp @@ -0,0 +1,4876 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Preludium and Fuge A-Minor (BWV 543)

+

by J.S. Bach (1685-1750)

+

One of the greatest works of the greatest composer ever!!!

+ +]]>
+
+
diff --git a/data/projects/covers/Makefile.am b/data/projects/covers/Makefile.am new file mode 100755 index 000000000..a2bd40fdd --- /dev/null +++ b/data/projects/covers/Makefile.am @@ -0,0 +1,6 @@ +coversdir = $(lmmsdatadir)/projects/covers + +covers_DATA = $(wildcard *.mmp) + +EXTRA_DIST = $(covers_DATA) + diff --git a/data/projects/demos/Makefile.am b/data/projects/demos/Makefile.am new file mode 100755 index 000000000..cec23c10c --- /dev/null +++ b/data/projects/demos/Makefile.am @@ -0,0 +1,6 @@ +demosdir = $(lmmsdatadir)/projects/demos + +demos_DATA = $(wildcard *.mmp) + +EXTRA_DIST = $(demos_DATA) + diff --git a/data/projects/demos/basses-demo.mmp b/data/projects/demos/basses-demo.mmp new file mode 100755 index 000000000..35ba50527 --- /dev/null +++ b/data/projects/demos/basses-demo.mmp @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Simple bass-demo with fat bass ;-)

+ +]]>
+
+
diff --git a/data/projects/demos/beat_collection.mmp b/data/projects/demos/beat_collection.mmp new file mode 100755 index 000000000..fe4aa7975 --- /dev/null +++ b/data/projects/demos/beat_collection.mmp @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Beat collection

+

Just some beats being put together... Demonstrates very well the usage of beat-patterns and according samples.

+ +]]>
+
+
diff --git a/data/projects/demos/demo1.mmp b/data/projects/demos/demo1.mmp new file mode 100755 index 000000000..e1e47bf08 --- /dev/null +++ b/data/projects/demos/demo1.mmp @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Linux MultiMedia Studio - Demo 1

+

This is just a small demo-project with some simple basslines... Maybe it helps you to get into LMMS...

+ +]]>
+
+
diff --git a/data/projects/demos/demo2.mmp b/data/projects/demos/demo2.mmp new file mode 100755 index 000000000..89a40dbdd --- /dev/null +++ b/data/projects/demos/demo2.mmp @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Linux MultiMedia Studio - Demo 2

+

Another small demo-project with some simple basslines... Maybe it helps you to get into LMMS...

+ +]]>
+
+
diff --git a/data/projects/demos/demo3.mmp b/data/projects/demos/demo3.mmp new file mode 100755 index 000000000..ede72395f --- /dev/null +++ b/data/projects/demos/demo3.mmp @@ -0,0 +1,406 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Linux MultiMedia Studio - Demo 3

+

This is demo is a bit more complex than demo 1 and demo 2, because it also demonstrates usage of a sample-track and channel-tracks in the playlist.

+ +]]>
+
+
diff --git a/data/projects/demos/demo4.mmp b/data/projects/demos/demo4.mmp new file mode 100755 index 000000000..b9abc3c66 --- /dev/null +++ b/data/projects/demos/demo4.mmp @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Linux MultiMedia Studio - Demo 4

+

Cool synth with some cool chords...

+ +]]>
+
+
diff --git a/data/projects/demos/demo5.mmp b/data/projects/demos/demo5.mmp new file mode 100755 index 000000000..78e686566 --- /dev/null +++ b/data/projects/demos/demo5.mmp @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Linux MultiMedia Studio - Demo 5

+

Just another stupid demo... ;-)

+ +]]>
+
+
diff --git a/data/projects/demos/demo6.mmp b/data/projects/demos/demo6.mmp new file mode 100755 index 000000000..df3d0b09f --- /dev/null +++ b/data/projects/demos/demo6.mmp @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Another demo...

+ +]]>
+
+
diff --git a/data/projects/demos/loop_collection.mmp b/data/projects/demos/loop_collection.mmp new file mode 100755 index 000000000..031722443 --- /dev/null +++ b/data/projects/demos/loop_collection.mmp @@ -0,0 +1,475 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Small loop collection

+

Some loops, I collected from simple and small files made up over the time... nothing awesome at all, but maybe you can use them and make a real cool song out of one of them... ;-)

+ +]]>
+
+
diff --git a/data/projects/demos/some_basslines.mmp b/data/projects/demos/some_basslines.mmp new file mode 100755 index 000000000..a8a3ed6c5 --- /dev/null +++ b/data/projects/demos/some_basslines.mmp @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Some basslines

+

Made that up during development of LMMS over the months... nothing great but not bad enough to just throw it away... ;-)

+ +]]>
+
+
diff --git a/data/projects/misc/1st.mmp b/data/projects/misc/1st.mmp new file mode 100755 index 000000000..2e36ee5a4 --- /dev/null +++ b/data/projects/misc/1st.mmp @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Really the VERY first song ever written with LMMS. I was SOO proud after making it up... :-D

+ +]]>
+
+
diff --git a/data/projects/misc/Makefile.am b/data/projects/misc/Makefile.am new file mode 100755 index 000000000..e8aa117f1 --- /dev/null +++ b/data/projects/misc/Makefile.am @@ -0,0 +1,6 @@ +miscdir = $(lmmsdatadir)/projects/misc + +misc_DATA = $(wildcard *.mmp) + +EXTRA_DIST = $(misc_DATA) + diff --git a/data/projects/misc/mystic.mmp b/data/projects/misc/mystic.mmp new file mode 100755 index 000000000..9f7069629 --- /dev/null +++ b/data/projects/misc/mystic.mmp @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Some mystic gis-minor sounds...

+ +]]>
+
+
diff --git a/data/projects/misc/time_machine.mmp b/data/projects/misc/time_machine.mmp new file mode 100755 index 000000000..8f50c78bd --- /dev/null +++ b/data/projects/misc/time_machine.mmp @@ -0,0 +1,619 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Time machine

+

This is a small piece I made for a musical in school where some guys travelled through the epochs of music. When the "time-machine" was active, these sounds were played and a visualization was beamed on the stage... ;-)

+ +]]>
+
+
diff --git a/data/projects/recorded_loops/Makefile.am b/data/projects/recorded_loops/Makefile.am new file mode 100755 index 000000000..bd0b05761 --- /dev/null +++ b/data/projects/recorded_loops/Makefile.am @@ -0,0 +1,6 @@ +recordedloopsdir = $(lmmsdatadir)/projects/recorded_loops + +recordedloops_DATA = $(wildcard *.mmp) + +EXTRA_DIST = $(recordedloops_DATA) + diff --git a/data/projects/templates/AcousticDrumset.mpt b/data/projects/templates/AcousticDrumset.mpt new file mode 100755 index 000000000..d43031c23 --- /dev/null +++ b/data/projects/templates/AcousticDrumset.mpt @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

This is a basic acoustic drumset which you can use for example for creating non-techno-music.

+ +]]>
+
+
diff --git a/data/projects/templates/ClubMix.mpt b/data/projects/templates/ClubMix.mpt new file mode 100755 index 000000000..e1d583715 --- /dev/null +++ b/data/projects/templates/ClubMix.mpt @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Some drums for making music rocking the club!

+ +]]>
+
+
diff --git a/data/projects/templates/Makefile.am b/data/projects/templates/Makefile.am new file mode 100755 index 000000000..25ad77fc5 --- /dev/null +++ b/data/projects/templates/Makefile.am @@ -0,0 +1,6 @@ +templatesdir = $(lmmsdatadir)/projects/templates + +templates_DATA = $(wildcard *.mpt) + +EXTRA_DIST = $(templates_DATA) + diff --git a/data/projects/tutorials/Makefile.am b/data/projects/tutorials/Makefile.am new file mode 100755 index 000000000..4c0e3243e --- /dev/null +++ b/data/projects/tutorials/Makefile.am @@ -0,0 +1,6 @@ +tutorialsdir = $(lmmsdatadir)/projects/tutorials + +tutorials_DATA = $(wildcard *.mmp) + +EXTRA_DIST = $(tutorials_DATA) + diff --git a/data/projects/tutorials/editing_note_volumes.mmp b/data/projects/tutorials/editing_note_volumes.mmp new file mode 100755 index 000000000..51cc0a42a --- /dev/null +++ b/data/projects/tutorials/editing_note_volumes.mmp @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

How to edit dynamic note-volumes:

+

1. Open the piano-roll by double-clicking the the pattern in Beat+Baseline-Editor.

+

2. Now in the middle you can see several notes and at the bottom there's a line for each note whose length indicates the volume of the according note.

+

3. Try to change the volume of some notes by changing the length of these lines with the mouse.

+

4. Listen to the result by clicking on the "play"-button!

+

(5. Create your own tracks with dynamic note-volumes!!)

+ +]]>
+
+
diff --git a/data/samples/Makefile.am b/data/samples/Makefile.am new file mode 100755 index 000000000..81807e605 --- /dev/null +++ b/data/samples/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = basses bassloopes beats drums effects instruments latin misc shapes stringsnpads + diff --git a/data/samples/basses/Makefile.am b/data/samples/basses/Makefile.am new file mode 100755 index 000000000..fcdef3bf7 --- /dev/null +++ b/data/samples/basses/Makefile.am @@ -0,0 +1,6 @@ +bassessamplesdir = $(lmmsdatadir)/samples/basses + +bassessamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(bassessamples_DATA) + diff --git a/data/samples/basses/bass01.ogg b/data/samples/basses/bass01.ogg new file mode 100755 index 000000000..5651cb524 Binary files /dev/null and b/data/samples/basses/bass01.ogg differ diff --git a/data/samples/basses/bass_acid01.ogg b/data/samples/basses/bass_acid01.ogg new file mode 100755 index 000000000..a98164d91 Binary files /dev/null and b/data/samples/basses/bass_acid01.ogg differ diff --git a/data/samples/basses/bass_acid02.ogg b/data/samples/basses/bass_acid02.ogg new file mode 100755 index 000000000..d594abbd9 Binary files /dev/null and b/data/samples/basses/bass_acid02.ogg differ diff --git a/data/samples/basses/bass_hard01.ogg b/data/samples/basses/bass_hard01.ogg new file mode 100755 index 000000000..ff537385d Binary files /dev/null and b/data/samples/basses/bass_hard01.ogg differ diff --git a/data/samples/basses/bass_hard02.ogg b/data/samples/basses/bass_hard02.ogg new file mode 100755 index 000000000..f75ea3d23 Binary files /dev/null and b/data/samples/basses/bass_hard02.ogg differ diff --git a/data/samples/basses/bass_punch01.ogg b/data/samples/basses/bass_punch01.ogg new file mode 100755 index 000000000..310611413 Binary files /dev/null and b/data/samples/basses/bass_punch01.ogg differ diff --git a/data/samples/basses/horror_bass01.ogg b/data/samples/basses/horror_bass01.ogg new file mode 100755 index 000000000..a83e0dad3 Binary files /dev/null and b/data/samples/basses/horror_bass01.ogg differ diff --git a/data/samples/basses/matrix1000_pluck01.ogg b/data/samples/basses/matrix1000_pluck01.ogg new file mode 100755 index 000000000..2965ef3de Binary files /dev/null and b/data/samples/basses/matrix1000_pluck01.ogg differ diff --git a/data/samples/basses/rave_bass01.ogg b/data/samples/basses/rave_bass01.ogg new file mode 100755 index 000000000..d4f358bc9 Binary files /dev/null and b/data/samples/basses/rave_bass01.ogg differ diff --git a/data/samples/basses/rave_bass02.ogg b/data/samples/basses/rave_bass02.ogg new file mode 100755 index 000000000..a2a39cd6d Binary files /dev/null and b/data/samples/basses/rave_bass02.ogg differ diff --git a/data/samples/basses/rave_bass03.ogg b/data/samples/basses/rave_bass03.ogg new file mode 100755 index 000000000..954b15272 Binary files /dev/null and b/data/samples/basses/rave_bass03.ogg differ diff --git a/data/samples/basses/rave_bass04.ogg b/data/samples/basses/rave_bass04.ogg new file mode 100755 index 000000000..3fa1e344b Binary files /dev/null and b/data/samples/basses/rave_bass04.ogg differ diff --git a/data/samples/basses/synth_acid01.ogg b/data/samples/basses/synth_acid01.ogg new file mode 100755 index 000000000..3768a6f67 Binary files /dev/null and b/data/samples/basses/synth_acid01.ogg differ diff --git a/data/samples/basses/synth_acid02.ogg b/data/samples/basses/synth_acid02.ogg new file mode 100755 index 000000000..7f0e49475 Binary files /dev/null and b/data/samples/basses/synth_acid02.ogg differ diff --git a/data/samples/basses/techno_synth01.ogg b/data/samples/basses/techno_synth01.ogg new file mode 100755 index 000000000..0680b013c Binary files /dev/null and b/data/samples/basses/techno_synth01.ogg differ diff --git a/data/samples/bassloopes/Makefile.am b/data/samples/bassloopes/Makefile.am new file mode 100755 index 000000000..4e4acc45f --- /dev/null +++ b/data/samples/bassloopes/Makefile.am @@ -0,0 +1,6 @@ +bassloopessamplesdir = $(lmmsdatadir)/samples/bassloopes + +bassloopessamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(bassloopessamples_DATA) + diff --git a/data/samples/bassloopes/briff01.ogg b/data/samples/bassloopes/briff01.ogg new file mode 100755 index 000000000..c6a307571 Binary files /dev/null and b/data/samples/bassloopes/briff01.ogg differ diff --git a/data/samples/bassloopes/rave_bass01.ogg b/data/samples/bassloopes/rave_bass01.ogg new file mode 100755 index 000000000..5fad0defa Binary files /dev/null and b/data/samples/bassloopes/rave_bass01.ogg differ diff --git a/data/samples/bassloopes/rave_bass02.ogg b/data/samples/bassloopes/rave_bass02.ogg new file mode 100755 index 000000000..9eaa79b22 Binary files /dev/null and b/data/samples/bassloopes/rave_bass02.ogg differ diff --git a/data/samples/bassloopes/tb303_01.ogg b/data/samples/bassloopes/tb303_01.ogg new file mode 100755 index 000000000..7a07b38f2 Binary files /dev/null and b/data/samples/bassloopes/tb303_01.ogg differ diff --git a/data/samples/bassloopes/techno_bass01.ogg b/data/samples/bassloopes/techno_bass01.ogg new file mode 100755 index 000000000..4d7494c2b Binary files /dev/null and b/data/samples/bassloopes/techno_bass01.ogg differ diff --git a/data/samples/bassloopes/techno_bass02.ogg b/data/samples/bassloopes/techno_bass02.ogg new file mode 100755 index 000000000..faa2c048f Binary files /dev/null and b/data/samples/bassloopes/techno_bass02.ogg differ diff --git a/data/samples/bassloopes/techno_synth01.ogg b/data/samples/bassloopes/techno_synth01.ogg new file mode 100755 index 000000000..12717d012 Binary files /dev/null and b/data/samples/bassloopes/techno_synth01.ogg differ diff --git a/data/samples/bassloopes/techno_synth02.ogg b/data/samples/bassloopes/techno_synth02.ogg new file mode 100755 index 000000000..d04cf17ae Binary files /dev/null and b/data/samples/bassloopes/techno_synth02.ogg differ diff --git a/data/samples/bassloopes/techno_synth03.ogg b/data/samples/bassloopes/techno_synth03.ogg new file mode 100755 index 000000000..dbdb5c7b4 Binary files /dev/null and b/data/samples/bassloopes/techno_synth03.ogg differ diff --git a/data/samples/bassloopes/techno_synth04.ogg b/data/samples/bassloopes/techno_synth04.ogg new file mode 100755 index 000000000..8762f4480 Binary files /dev/null and b/data/samples/bassloopes/techno_synth04.ogg differ diff --git a/data/samples/beats/Makefile.am b/data/samples/beats/Makefile.am new file mode 100755 index 000000000..41551478d --- /dev/null +++ b/data/samples/beats/Makefile.am @@ -0,0 +1,6 @@ +beatssamplesdir = $(lmmsdatadir)/samples/beats + +beatssamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(beatssamples_DATA) + diff --git a/data/samples/beats/break01.ogg b/data/samples/beats/break01.ogg new file mode 100755 index 000000000..c7d7d9ec5 Binary files /dev/null and b/data/samples/beats/break01.ogg differ diff --git a/data/samples/beats/break02.ogg b/data/samples/beats/break02.ogg new file mode 100755 index 000000000..5aefbee20 Binary files /dev/null and b/data/samples/beats/break02.ogg differ diff --git a/data/samples/beats/break03.ogg b/data/samples/beats/break03.ogg new file mode 100755 index 000000000..80c4097c2 Binary files /dev/null and b/data/samples/beats/break03.ogg differ diff --git a/data/samples/beats/electro_beat01.ogg b/data/samples/beats/electro_beat01.ogg new file mode 100755 index 000000000..c6b2c905a Binary files /dev/null and b/data/samples/beats/electro_beat01.ogg differ diff --git a/data/samples/beats/electro_beat02.ogg b/data/samples/beats/electro_beat02.ogg new file mode 100755 index 000000000..54ccf72f1 Binary files /dev/null and b/data/samples/beats/electro_beat02.ogg differ diff --git a/data/samples/beats/house_loop01.ogg b/data/samples/beats/house_loop01.ogg new file mode 100755 index 000000000..e7ecd4ce8 Binary files /dev/null and b/data/samples/beats/house_loop01.ogg differ diff --git a/data/samples/beats/jungle01.ogg b/data/samples/beats/jungle01.ogg new file mode 100755 index 000000000..e42b1fdff Binary files /dev/null and b/data/samples/beats/jungle01.ogg differ diff --git a/data/samples/beats/rave_hihat01.ogg b/data/samples/beats/rave_hihat01.ogg new file mode 100755 index 000000000..b5d12b9e3 Binary files /dev/null and b/data/samples/beats/rave_hihat01.ogg differ diff --git a/data/samples/beats/rave_hihat02.ogg b/data/samples/beats/rave_hihat02.ogg new file mode 100755 index 000000000..98186850e Binary files /dev/null and b/data/samples/beats/rave_hihat02.ogg differ diff --git a/data/samples/beats/rave_kick01.ogg b/data/samples/beats/rave_kick01.ogg new file mode 100755 index 000000000..8e082ad66 Binary files /dev/null and b/data/samples/beats/rave_kick01.ogg differ diff --git a/data/samples/beats/rave_kick02.ogg b/data/samples/beats/rave_kick02.ogg new file mode 100755 index 000000000..8b85046f2 Binary files /dev/null and b/data/samples/beats/rave_kick02.ogg differ diff --git a/data/samples/beats/rave_snare01.ogg b/data/samples/beats/rave_snare01.ogg new file mode 100755 index 000000000..a6a64023e Binary files /dev/null and b/data/samples/beats/rave_snare01.ogg differ diff --git a/data/samples/drums/Makefile.am b/data/samples/drums/Makefile.am new file mode 100755 index 000000000..cfee3a0bc --- /dev/null +++ b/data/samples/drums/Makefile.am @@ -0,0 +1,6 @@ +drumssamplesdir = $(lmmsdatadir)/samples/drums + +drumssamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(drumssamples_DATA) + diff --git a/data/samples/drums/bassdrum01.ogg b/data/samples/drums/bassdrum01.ogg new file mode 100755 index 000000000..8959bee0c Binary files /dev/null and b/data/samples/drums/bassdrum01.ogg differ diff --git a/data/samples/drums/bassdrum02.ogg b/data/samples/drums/bassdrum02.ogg new file mode 100755 index 000000000..2e8bd9e45 Binary files /dev/null and b/data/samples/drums/bassdrum02.ogg differ diff --git a/data/samples/drums/bassdrum03.ogg b/data/samples/drums/bassdrum03.ogg new file mode 100755 index 000000000..a4311e6b0 Binary files /dev/null and b/data/samples/drums/bassdrum03.ogg differ diff --git a/data/samples/drums/bassdrum04.ogg b/data/samples/drums/bassdrum04.ogg new file mode 100755 index 000000000..e82d6243c Binary files /dev/null and b/data/samples/drums/bassdrum04.ogg differ diff --git a/data/samples/drums/bassdrum_acoustic01.ogg b/data/samples/drums/bassdrum_acoustic01.ogg new file mode 100755 index 000000000..b11194cc8 Binary files /dev/null and b/data/samples/drums/bassdrum_acoustic01.ogg differ diff --git a/data/samples/drums/bassdrum_acoustic02.ogg b/data/samples/drums/bassdrum_acoustic02.ogg new file mode 100755 index 000000000..476ce2258 Binary files /dev/null and b/data/samples/drums/bassdrum_acoustic02.ogg differ diff --git a/data/samples/drums/clap01.ogg b/data/samples/drums/clap01.ogg new file mode 100755 index 000000000..6bf44bdb2 Binary files /dev/null and b/data/samples/drums/clap01.ogg differ diff --git a/data/samples/drums/clap02.ogg b/data/samples/drums/clap02.ogg new file mode 100755 index 000000000..bd4c75efe Binary files /dev/null and b/data/samples/drums/clap02.ogg differ diff --git a/data/samples/drums/clap03.ogg b/data/samples/drums/clap03.ogg new file mode 100755 index 000000000..6d1400f4e Binary files /dev/null and b/data/samples/drums/clap03.ogg differ diff --git a/data/samples/drums/clap04.ogg b/data/samples/drums/clap04.ogg new file mode 100755 index 000000000..42f0bfc78 Binary files /dev/null and b/data/samples/drums/clap04.ogg differ diff --git a/data/samples/drums/clav01.ogg b/data/samples/drums/clav01.ogg new file mode 100755 index 000000000..a4e81779a Binary files /dev/null and b/data/samples/drums/clav01.ogg differ diff --git a/data/samples/drums/clav02.ogg b/data/samples/drums/clav02.ogg new file mode 100755 index 000000000..c845e3ebb Binary files /dev/null and b/data/samples/drums/clav02.ogg differ diff --git a/data/samples/drums/crash01.ogg b/data/samples/drums/crash01.ogg new file mode 100755 index 000000000..ab1001cb0 Binary files /dev/null and b/data/samples/drums/crash01.ogg differ diff --git a/data/samples/drums/crash02.ogg b/data/samples/drums/crash02.ogg new file mode 100755 index 000000000..f50b68a79 Binary files /dev/null and b/data/samples/drums/crash02.ogg differ diff --git a/data/samples/drums/hihat_closed01.ogg b/data/samples/drums/hihat_closed01.ogg new file mode 100755 index 000000000..f4ddd0cf3 Binary files /dev/null and b/data/samples/drums/hihat_closed01.ogg differ diff --git a/data/samples/drums/hihat_closed02.ogg b/data/samples/drums/hihat_closed02.ogg new file mode 100755 index 000000000..0a7e5441b Binary files /dev/null and b/data/samples/drums/hihat_closed02.ogg differ diff --git a/data/samples/drums/hihat_closed03.ogg b/data/samples/drums/hihat_closed03.ogg new file mode 100755 index 000000000..c492bc920 Binary files /dev/null and b/data/samples/drums/hihat_closed03.ogg differ diff --git a/data/samples/drums/hihat_closed04.ogg b/data/samples/drums/hihat_closed04.ogg new file mode 100755 index 000000000..6371df6e1 Binary files /dev/null and b/data/samples/drums/hihat_closed04.ogg differ diff --git a/data/samples/drums/hihat_closed05.ogg b/data/samples/drums/hihat_closed05.ogg new file mode 100755 index 000000000..2cb58db48 Binary files /dev/null and b/data/samples/drums/hihat_closed05.ogg differ diff --git a/data/samples/drums/hihat_foot_pedal01.ogg b/data/samples/drums/hihat_foot_pedal01.ogg new file mode 100755 index 000000000..c0b11088b Binary files /dev/null and b/data/samples/drums/hihat_foot_pedal01.ogg differ diff --git a/data/samples/drums/hihat_opened01.ogg b/data/samples/drums/hihat_opened01.ogg new file mode 100755 index 000000000..44057d4eb Binary files /dev/null and b/data/samples/drums/hihat_opened01.ogg differ diff --git a/data/samples/drums/hihat_opened02.ogg b/data/samples/drums/hihat_opened02.ogg new file mode 100755 index 000000000..2a31667a6 Binary files /dev/null and b/data/samples/drums/hihat_opened02.ogg differ diff --git a/data/samples/drums/kick01.ogg b/data/samples/drums/kick01.ogg new file mode 100755 index 000000000..961f658a7 Binary files /dev/null and b/data/samples/drums/kick01.ogg differ diff --git a/data/samples/drums/kick02.ogg b/data/samples/drums/kick02.ogg new file mode 100755 index 000000000..2f783d87d Binary files /dev/null and b/data/samples/drums/kick02.ogg differ diff --git a/data/samples/drums/kick03.ogg b/data/samples/drums/kick03.ogg new file mode 100755 index 000000000..93a7b68b9 Binary files /dev/null and b/data/samples/drums/kick03.ogg differ diff --git a/data/samples/drums/kick04.ogg b/data/samples/drums/kick04.ogg new file mode 100755 index 000000000..3671f8a85 Binary files /dev/null and b/data/samples/drums/kick04.ogg differ diff --git a/data/samples/drums/kick_distorted01.ogg b/data/samples/drums/kick_distorted01.ogg new file mode 100755 index 000000000..83f4c0b74 Binary files /dev/null and b/data/samples/drums/kick_distorted01.ogg differ diff --git a/data/samples/drums/kick_hard01.ogg b/data/samples/drums/kick_hard01.ogg new file mode 100755 index 000000000..b8176c780 Binary files /dev/null and b/data/samples/drums/kick_hard01.ogg differ diff --git a/data/samples/drums/kick_hardcore01.ogg b/data/samples/drums/kick_hardcore01.ogg new file mode 100755 index 000000000..c048d43c8 Binary files /dev/null and b/data/samples/drums/kick_hardcore01.ogg differ diff --git a/data/samples/drums/kick_hiphop01.ogg b/data/samples/drums/kick_hiphop01.ogg new file mode 100755 index 000000000..2aedf26c1 Binary files /dev/null and b/data/samples/drums/kick_hiphop01.ogg differ diff --git a/data/samples/drums/kick_long01.ogg b/data/samples/drums/kick_long01.ogg new file mode 100755 index 000000000..d4e1a7976 Binary files /dev/null and b/data/samples/drums/kick_long01.ogg differ diff --git a/data/samples/drums/kick_soft01.ogg b/data/samples/drums/kick_soft01.ogg new file mode 100755 index 000000000..8f095f2f7 Binary files /dev/null and b/data/samples/drums/kick_soft01.ogg differ diff --git a/data/samples/drums/kick_soft02.ogg b/data/samples/drums/kick_soft02.ogg new file mode 100755 index 000000000..24dba7758 Binary files /dev/null and b/data/samples/drums/kick_soft02.ogg differ diff --git a/data/samples/drums/ride01.ogg b/data/samples/drums/ride01.ogg new file mode 100755 index 000000000..f99504e59 Binary files /dev/null and b/data/samples/drums/ride01.ogg differ diff --git a/data/samples/drums/shaker01.ogg b/data/samples/drums/shaker01.ogg new file mode 100755 index 000000000..64d845df4 Binary files /dev/null and b/data/samples/drums/shaker01.ogg differ diff --git a/data/samples/drums/shaker02.ogg b/data/samples/drums/shaker02.ogg new file mode 100755 index 000000000..93db9e7f2 Binary files /dev/null and b/data/samples/drums/shaker02.ogg differ diff --git a/data/samples/drums/shaker03.ogg b/data/samples/drums/shaker03.ogg new file mode 100755 index 000000000..5bea15c8e Binary files /dev/null and b/data/samples/drums/shaker03.ogg differ diff --git a/data/samples/drums/sidestick01.ogg b/data/samples/drums/sidestick01.ogg new file mode 100755 index 000000000..41bf3fefd Binary files /dev/null and b/data/samples/drums/sidestick01.ogg differ diff --git a/data/samples/drums/snare01.ogg b/data/samples/drums/snare01.ogg new file mode 100755 index 000000000..d201aa867 Binary files /dev/null and b/data/samples/drums/snare01.ogg differ diff --git a/data/samples/drums/snare02.ogg b/data/samples/drums/snare02.ogg new file mode 100755 index 000000000..a45a8eb85 Binary files /dev/null and b/data/samples/drums/snare02.ogg differ diff --git a/data/samples/drums/snare03.ogg b/data/samples/drums/snare03.ogg new file mode 100755 index 000000000..6a5901806 Binary files /dev/null and b/data/samples/drums/snare03.ogg differ diff --git a/data/samples/drums/snare04.ogg b/data/samples/drums/snare04.ogg new file mode 100755 index 000000000..ca8712305 Binary files /dev/null and b/data/samples/drums/snare04.ogg differ diff --git a/data/samples/drums/snare05.ogg b/data/samples/drums/snare05.ogg new file mode 100755 index 000000000..c3cfac8cf Binary files /dev/null and b/data/samples/drums/snare05.ogg differ diff --git a/data/samples/drums/snare06.ogg b/data/samples/drums/snare06.ogg new file mode 100755 index 000000000..f9fbb71c0 Binary files /dev/null and b/data/samples/drums/snare06.ogg differ diff --git a/data/samples/drums/snare07.ogg b/data/samples/drums/snare07.ogg new file mode 100755 index 000000000..4672ce683 Binary files /dev/null and b/data/samples/drums/snare07.ogg differ diff --git a/data/samples/drums/snare_acoustic01.ogg b/data/samples/drums/snare_acoustic01.ogg new file mode 100755 index 000000000..ed461efac Binary files /dev/null and b/data/samples/drums/snare_acoustic01.ogg differ diff --git a/data/samples/drums/snare_electro01.ogg b/data/samples/drums/snare_electro01.ogg new file mode 100755 index 000000000..307f6f016 Binary files /dev/null and b/data/samples/drums/snare_electro01.ogg differ diff --git a/data/samples/drums/snare_harsh01.ogg b/data/samples/drums/snare_harsh01.ogg new file mode 100755 index 000000000..e72787c7e Binary files /dev/null and b/data/samples/drums/snare_harsh01.ogg differ diff --git a/data/samples/drums/snare_hiphop01.ogg b/data/samples/drums/snare_hiphop01.ogg new file mode 100755 index 000000000..8f711d27b Binary files /dev/null and b/data/samples/drums/snare_hiphop01.ogg differ diff --git a/data/samples/drums/snare_hiphop02.ogg b/data/samples/drums/snare_hiphop02.ogg new file mode 100755 index 000000000..70a3ed90a Binary files /dev/null and b/data/samples/drums/snare_hiphop02.ogg differ diff --git a/data/samples/drums/snare_muffled01.ogg b/data/samples/drums/snare_muffled01.ogg new file mode 100755 index 000000000..1769c3d6f Binary files /dev/null and b/data/samples/drums/snare_muffled01.ogg differ diff --git a/data/samples/drums/snare_muffled02.ogg b/data/samples/drums/snare_muffled02.ogg new file mode 100755 index 000000000..907c2343f Binary files /dev/null and b/data/samples/drums/snare_muffled02.ogg differ diff --git a/data/samples/drums/snare_rim01.ogg b/data/samples/drums/snare_rim01.ogg new file mode 100755 index 000000000..ec52e5f12 Binary files /dev/null and b/data/samples/drums/snare_rim01.ogg differ diff --git a/data/samples/drums/snare_short01.ogg b/data/samples/drums/snare_short01.ogg new file mode 100755 index 000000000..5251b7c9e Binary files /dev/null and b/data/samples/drums/snare_short01.ogg differ diff --git a/data/samples/drums/tom01.ogg b/data/samples/drums/tom01.ogg new file mode 100755 index 000000000..3ba1fcc93 Binary files /dev/null and b/data/samples/drums/tom01.ogg differ diff --git a/data/samples/drums/tom02.ogg b/data/samples/drums/tom02.ogg new file mode 100755 index 000000000..74f2402f7 Binary files /dev/null and b/data/samples/drums/tom02.ogg differ diff --git a/data/samples/drums/tom03.ogg b/data/samples/drums/tom03.ogg new file mode 100755 index 000000000..c177c6c07 Binary files /dev/null and b/data/samples/drums/tom03.ogg differ diff --git a/data/samples/drums/tom04.ogg b/data/samples/drums/tom04.ogg new file mode 100755 index 000000000..42d727042 Binary files /dev/null and b/data/samples/drums/tom04.ogg differ diff --git a/data/samples/drums/tom05.ogg b/data/samples/drums/tom05.ogg new file mode 100755 index 000000000..b3cf8e602 Binary files /dev/null and b/data/samples/drums/tom05.ogg differ diff --git a/data/samples/drums/tom_hi01.ogg b/data/samples/drums/tom_hi01.ogg new file mode 100755 index 000000000..e31ae8f6a Binary files /dev/null and b/data/samples/drums/tom_hi01.ogg differ diff --git a/data/samples/drums/tom_low01.ogg b/data/samples/drums/tom_low01.ogg new file mode 100755 index 000000000..029f0cfeb Binary files /dev/null and b/data/samples/drums/tom_low01.ogg differ diff --git a/data/samples/drums/tom_mid01.ogg b/data/samples/drums/tom_mid01.ogg new file mode 100755 index 000000000..a502f32f3 Binary files /dev/null and b/data/samples/drums/tom_mid01.ogg differ diff --git a/data/samples/drums/wood01.ogg b/data/samples/drums/wood01.ogg new file mode 100755 index 000000000..a0382a61c Binary files /dev/null and b/data/samples/drums/wood01.ogg differ diff --git a/data/samples/drums/zap01.ogg b/data/samples/drums/zap01.ogg new file mode 100755 index 000000000..3a69dcbe1 Binary files /dev/null and b/data/samples/drums/zap01.ogg differ diff --git a/data/samples/drums/zap02.ogg b/data/samples/drums/zap02.ogg new file mode 100755 index 000000000..aeb514692 Binary files /dev/null and b/data/samples/drums/zap02.ogg differ diff --git a/data/samples/drums/zap03.ogg b/data/samples/drums/zap03.ogg new file mode 100755 index 000000000..671553e78 Binary files /dev/null and b/data/samples/drums/zap03.ogg differ diff --git a/data/samples/effects/Makefile.am b/data/samples/effects/Makefile.am new file mode 100755 index 000000000..5783f61e5 --- /dev/null +++ b/data/samples/effects/Makefile.am @@ -0,0 +1,6 @@ +effectssamplesdir = $(lmmsdatadir)/samples/effects + +effectssamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(effectssamples_DATA) + diff --git a/data/samples/effects/chroma_sound_effect01.ogg b/data/samples/effects/chroma_sound_effect01.ogg new file mode 100755 index 000000000..5500e5ce4 Binary files /dev/null and b/data/samples/effects/chroma_sound_effect01.ogg differ diff --git a/data/samples/effects/explode01.ogg b/data/samples/effects/explode01.ogg new file mode 100755 index 000000000..fe3e1e9e7 Binary files /dev/null and b/data/samples/effects/explode01.ogg differ diff --git a/data/samples/effects/filter_sweep01.ogg b/data/samples/effects/filter_sweep01.ogg new file mode 100755 index 000000000..220839a64 Binary files /dev/null and b/data/samples/effects/filter_sweep01.ogg differ diff --git a/data/samples/effects/scratch01.ogg b/data/samples/effects/scratch01.ogg new file mode 100755 index 000000000..36edf773b Binary files /dev/null and b/data/samples/effects/scratch01.ogg differ diff --git a/data/samples/effects/start01.ogg b/data/samples/effects/start01.ogg new file mode 100755 index 000000000..b02c6063d Binary files /dev/null and b/data/samples/effects/start01.ogg differ diff --git a/data/samples/effects/stop01.ogg b/data/samples/effects/stop01.ogg new file mode 100755 index 000000000..d92a2905e Binary files /dev/null and b/data/samples/effects/stop01.ogg differ diff --git a/data/samples/effects/warp01.ogg b/data/samples/effects/warp01.ogg new file mode 100755 index 000000000..e92e190da Binary files /dev/null and b/data/samples/effects/warp01.ogg differ diff --git a/data/samples/effects/warp02.ogg b/data/samples/effects/warp02.ogg new file mode 100755 index 000000000..88c09e79c Binary files /dev/null and b/data/samples/effects/warp02.ogg differ diff --git a/data/samples/effects/wind_chimes01.ogg b/data/samples/effects/wind_chimes01.ogg new file mode 100755 index 000000000..320af72f9 Binary files /dev/null and b/data/samples/effects/wind_chimes01.ogg differ diff --git a/data/samples/instruments/Makefile.am b/data/samples/instruments/Makefile.am new file mode 100755 index 000000000..f86b104bc --- /dev/null +++ b/data/samples/instruments/Makefile.am @@ -0,0 +1,6 @@ +instrumentssamplesdir = $(lmmsdatadir)/samples/instruments + +instrumentssamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(instrumentssamples_DATA) + diff --git a/data/samples/instruments/bassslap01.ogg b/data/samples/instruments/bassslap01.ogg new file mode 100755 index 000000000..a821ccc54 Binary files /dev/null and b/data/samples/instruments/bassslap01.ogg differ diff --git a/data/samples/instruments/bassslap02.ogg b/data/samples/instruments/bassslap02.ogg new file mode 100755 index 000000000..1a2b3c83d Binary files /dev/null and b/data/samples/instruments/bassslap02.ogg differ diff --git a/data/samples/instruments/cello01.ogg b/data/samples/instruments/cello01.ogg new file mode 100755 index 000000000..74a5b3bd1 Binary files /dev/null and b/data/samples/instruments/cello01.ogg differ diff --git a/data/samples/instruments/church_organ01.ogg b/data/samples/instruments/church_organ01.ogg new file mode 100755 index 000000000..ac6045047 Binary files /dev/null and b/data/samples/instruments/church_organ01.ogg differ diff --git a/data/samples/instruments/church_organ02.ogg b/data/samples/instruments/church_organ02.ogg new file mode 100755 index 000000000..c098599e0 Binary files /dev/null and b/data/samples/instruments/church_organ02.ogg differ diff --git a/data/samples/instruments/church_organ03.ogg b/data/samples/instruments/church_organ03.ogg new file mode 100755 index 000000000..3daaf0625 Binary files /dev/null and b/data/samples/instruments/church_organ03.ogg differ diff --git a/data/samples/instruments/church_organ04.ogg b/data/samples/instruments/church_organ04.ogg new file mode 100755 index 000000000..0d5e360ee Binary files /dev/null and b/data/samples/instruments/church_organ04.ogg differ diff --git a/data/samples/instruments/e_organ01.ogg b/data/samples/instruments/e_organ01.ogg new file mode 100755 index 000000000..598294711 Binary files /dev/null and b/data/samples/instruments/e_organ01.ogg differ diff --git a/data/samples/instruments/e_piano_accord01.ogg b/data/samples/instruments/e_piano_accord01.ogg new file mode 100755 index 000000000..e60975cb2 Binary files /dev/null and b/data/samples/instruments/e_piano_accord01.ogg differ diff --git a/data/samples/instruments/e_piano_accord02.ogg b/data/samples/instruments/e_piano_accord02.ogg new file mode 100755 index 000000000..9cc5c6a53 Binary files /dev/null and b/data/samples/instruments/e_piano_accord02.ogg differ diff --git a/data/samples/instruments/flute01.ogg b/data/samples/instruments/flute01.ogg new file mode 100755 index 000000000..8dcd00e05 Binary files /dev/null and b/data/samples/instruments/flute01.ogg differ diff --git a/data/samples/instruments/harpsichord01.ogg b/data/samples/instruments/harpsichord01.ogg new file mode 100755 index 000000000..37f60d060 Binary files /dev/null and b/data/samples/instruments/harpsichord01.ogg differ diff --git a/data/samples/instruments/piano01.ogg b/data/samples/instruments/piano01.ogg new file mode 100755 index 000000000..cb6639c4f Binary files /dev/null and b/data/samples/instruments/piano01.ogg differ diff --git a/data/samples/instruments/piano02.ogg b/data/samples/instruments/piano02.ogg new file mode 100755 index 000000000..ea200bab7 Binary files /dev/null and b/data/samples/instruments/piano02.ogg differ diff --git a/data/samples/instruments/steel_guitar01.ogg b/data/samples/instruments/steel_guitar01.ogg new file mode 100755 index 000000000..7dd19ebf9 Binary files /dev/null and b/data/samples/instruments/steel_guitar01.ogg differ diff --git a/data/samples/instruments/steel_guitar_heavy_distorted01.ogg b/data/samples/instruments/steel_guitar_heavy_distorted01.ogg new file mode 100755 index 000000000..b712de387 Binary files /dev/null and b/data/samples/instruments/steel_guitar_heavy_distorted01.ogg differ diff --git a/data/samples/instruments/steel_guitar_medium_distorted01.ogg b/data/samples/instruments/steel_guitar_medium_distorted01.ogg new file mode 100755 index 000000000..f54b0475e Binary files /dev/null and b/data/samples/instruments/steel_guitar_medium_distorted01.ogg differ diff --git a/data/samples/instruments/steel_guitar_slight_distorted01.ogg b/data/samples/instruments/steel_guitar_slight_distorted01.ogg new file mode 100755 index 000000000..7f165f65f Binary files /dev/null and b/data/samples/instruments/steel_guitar_slight_distorted01.ogg differ diff --git a/data/samples/instruments/trumpet01.ogg b/data/samples/instruments/trumpet01.ogg new file mode 100755 index 000000000..4dfe3b99c Binary files /dev/null and b/data/samples/instruments/trumpet01.ogg differ diff --git a/data/samples/instruments/violin_double_stop01.ogg b/data/samples/instruments/violin_double_stop01.ogg new file mode 100755 index 000000000..68c6c9ccf Binary files /dev/null and b/data/samples/instruments/violin_double_stop01.ogg differ diff --git a/data/samples/instruments/violin_fingered01.ogg b/data/samples/instruments/violin_fingered01.ogg new file mode 100755 index 000000000..aab2c54f7 Binary files /dev/null and b/data/samples/instruments/violin_fingered01.ogg differ diff --git a/data/samples/instruments/violin_pizzicato01.ogg b/data/samples/instruments/violin_pizzicato01.ogg new file mode 100755 index 000000000..b0a1b90a4 Binary files /dev/null and b/data/samples/instruments/violin_pizzicato01.ogg differ diff --git a/data/samples/latin/Makefile.am b/data/samples/latin/Makefile.am new file mode 100755 index 000000000..cc7e7a599 --- /dev/null +++ b/data/samples/latin/Makefile.am @@ -0,0 +1,6 @@ +latinsamplesdir = $(lmmsdatadir)/samples/latin + +latinsamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(latinsamples_DATA) + diff --git a/data/samples/latin/latin_brass01.ogg b/data/samples/latin/latin_brass01.ogg new file mode 100755 index 000000000..08be9c383 Binary files /dev/null and b/data/samples/latin/latin_brass01.ogg differ diff --git a/data/samples/latin/latin_guitar01.ogg b/data/samples/latin/latin_guitar01.ogg new file mode 100755 index 000000000..dff0eb303 Binary files /dev/null and b/data/samples/latin/latin_guitar01.ogg differ diff --git a/data/samples/latin/latin_guitar02.ogg b/data/samples/latin/latin_guitar02.ogg new file mode 100755 index 000000000..cbdb64170 Binary files /dev/null and b/data/samples/latin/latin_guitar02.ogg differ diff --git a/data/samples/latin/latin_guitar03.ogg b/data/samples/latin/latin_guitar03.ogg new file mode 100755 index 000000000..4ccf48ec9 Binary files /dev/null and b/data/samples/latin/latin_guitar03.ogg differ diff --git a/data/samples/misc/Makefile.am b/data/samples/misc/Makefile.am new file mode 100755 index 000000000..ec3eb1977 --- /dev/null +++ b/data/samples/misc/Makefile.am @@ -0,0 +1,6 @@ +miscsamplesdir = $(lmmsdatadir)/samples/misc + +miscsamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(miscsamples_DATA) + diff --git a/data/samples/misc/bass!.ogg b/data/samples/misc/bass!.ogg new file mode 100755 index 000000000..23b88819c Binary files /dev/null and b/data/samples/misc/bass!.ogg differ diff --git a/data/samples/misc/breath01.ogg b/data/samples/misc/breath01.ogg new file mode 100755 index 000000000..aa10218ab Binary files /dev/null and b/data/samples/misc/breath01.ogg differ diff --git a/data/samples/misc/buzz!.ogg b/data/samples/misc/buzz!.ogg new file mode 100755 index 000000000..c64d5ba80 Binary files /dev/null and b/data/samples/misc/buzz!.ogg differ diff --git a/data/samples/misc/dong01.ogg b/data/samples/misc/dong01.ogg new file mode 100755 index 000000000..edff132ad Binary files /dev/null and b/data/samples/misc/dong01.ogg differ diff --git a/data/samples/misc/dong02.ogg b/data/samples/misc/dong02.ogg new file mode 100755 index 000000000..d0a6a4b93 Binary files /dev/null and b/data/samples/misc/dong02.ogg differ diff --git a/data/samples/misc/dong03.ogg b/data/samples/misc/dong03.ogg new file mode 100755 index 000000000..a2f0a58ea Binary files /dev/null and b/data/samples/misc/dong03.ogg differ diff --git a/data/samples/misc/electric_ping01.ogg b/data/samples/misc/electric_ping01.ogg new file mode 100755 index 000000000..e2c473f4a Binary files /dev/null and b/data/samples/misc/electric_ping01.ogg differ diff --git a/data/samples/misc/hit01.ogg b/data/samples/misc/hit01.ogg new file mode 100755 index 000000000..f4b6bc979 Binary files /dev/null and b/data/samples/misc/hit01.ogg differ diff --git a/data/samples/misc/hit02.ogg b/data/samples/misc/hit02.ogg new file mode 100755 index 000000000..670a95749 Binary files /dev/null and b/data/samples/misc/hit02.ogg differ diff --git a/data/samples/misc/metalish_dong01.ogg b/data/samples/misc/metalish_dong01.ogg new file mode 100755 index 000000000..8544ebc3e Binary files /dev/null and b/data/samples/misc/metalish_dong01.ogg differ diff --git a/data/samples/misc/metronome01.ogg b/data/samples/misc/metronome01.ogg new file mode 100755 index 000000000..41bf3fefd Binary files /dev/null and b/data/samples/misc/metronome01.ogg differ diff --git a/data/samples/misc/raving_crowd01.ogg b/data/samples/misc/raving_crowd01.ogg new file mode 100755 index 000000000..21e660621 Binary files /dev/null and b/data/samples/misc/raving_crowd01.ogg differ diff --git a/data/samples/misc/snaph01.ogg b/data/samples/misc/snaph01.ogg new file mode 100755 index 000000000..7ab885b71 Binary files /dev/null and b/data/samples/misc/snaph01.ogg differ diff --git a/data/samples/misc/undefined01.ogg b/data/samples/misc/undefined01.ogg new file mode 100755 index 000000000..d3a132c55 Binary files /dev/null and b/data/samples/misc/undefined01.ogg differ diff --git a/data/samples/shapes/Makefile.am b/data/samples/shapes/Makefile.am new file mode 100755 index 000000000..1ad1bcca2 --- /dev/null +++ b/data/samples/shapes/Makefile.am @@ -0,0 +1,6 @@ +shapessamplesdir = $(lmmsdatadir)/samples/shapes + +shapessamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(shapessamples_DATA) + diff --git a/data/samples/shapes/additive.wav b/data/samples/shapes/additive.wav new file mode 100755 index 000000000..69d51adc7 Binary files /dev/null and b/data/samples/shapes/additive.wav differ diff --git a/data/samples/shapes/additive2.wav b/data/samples/shapes/additive2.wav new file mode 100755 index 000000000..8ae68b59b Binary files /dev/null and b/data/samples/shapes/additive2.wav differ diff --git a/data/samples/shapes/bunglist.wav b/data/samples/shapes/bunglist.wav new file mode 100755 index 000000000..0b975b59f Binary files /dev/null and b/data/samples/shapes/bunglist.wav differ diff --git a/data/samples/shapes/bunglist2.wav b/data/samples/shapes/bunglist2.wav new file mode 100755 index 000000000..1b1ac75cc Binary files /dev/null and b/data/samples/shapes/bunglist2.wav differ diff --git a/data/samples/shapes/bunglist3.wav b/data/samples/shapes/bunglist3.wav new file mode 100755 index 000000000..96571730a Binary files /dev/null and b/data/samples/shapes/bunglist3.wav differ diff --git a/data/samples/shapes/bunglist4.wav b/data/samples/shapes/bunglist4.wav new file mode 100755 index 000000000..12793137d Binary files /dev/null and b/data/samples/shapes/bunglist4.wav differ diff --git a/data/samples/shapes/bunglist5.wav b/data/samples/shapes/bunglist5.wav new file mode 100755 index 000000000..309f5bc47 Binary files /dev/null and b/data/samples/shapes/bunglist5.wav differ diff --git a/data/samples/shapes/bunglist6.wav b/data/samples/shapes/bunglist6.wav new file mode 100755 index 000000000..93313df3d Binary files /dev/null and b/data/samples/shapes/bunglist6.wav differ diff --git a/data/samples/shapes/bunglist7.wav b/data/samples/shapes/bunglist7.wav new file mode 100755 index 000000000..525013103 Binary files /dev/null and b/data/samples/shapes/bunglist7.wav differ diff --git a/data/samples/shapes/bunglist8.wav b/data/samples/shapes/bunglist8.wav new file mode 100755 index 000000000..ec0563df6 Binary files /dev/null and b/data/samples/shapes/bunglist8.wav differ diff --git a/data/samples/shapes/bunglist9.wav b/data/samples/shapes/bunglist9.wav new file mode 100755 index 000000000..30a441368 Binary files /dev/null and b/data/samples/shapes/bunglist9.wav differ diff --git a/data/samples/shapes/harmonics.wav b/data/samples/shapes/harmonics.wav new file mode 100755 index 000000000..f811594c2 Binary files /dev/null and b/data/samples/shapes/harmonics.wav differ diff --git a/data/samples/shapes/micro.wav b/data/samples/shapes/micro.wav new file mode 100755 index 000000000..0e0b99c1f Binary files /dev/null and b/data/samples/shapes/micro.wav differ diff --git a/data/samples/shapes/moog.wav b/data/samples/shapes/moog.wav new file mode 100755 index 000000000..a5f944607 Binary files /dev/null and b/data/samples/shapes/moog.wav differ diff --git a/data/samples/shapes/roundbass.wav b/data/samples/shapes/roundbass.wav new file mode 100755 index 000000000..2d98d3444 Binary files /dev/null and b/data/samples/shapes/roundbass.wav differ diff --git a/data/samples/shapes/roundsaw.ogg b/data/samples/shapes/roundsaw.ogg new file mode 100755 index 000000000..4399bfd89 Binary files /dev/null and b/data/samples/shapes/roundsaw.ogg differ diff --git a/data/samples/shapes/saw+sine.wav b/data/samples/shapes/saw+sine.wav new file mode 100755 index 000000000..e43d3fb15 Binary files /dev/null and b/data/samples/shapes/saw+sine.wav differ diff --git a/data/samples/shapes/sine_dist.ogg b/data/samples/shapes/sine_dist.ogg new file mode 100755 index 000000000..ccf5181b8 Binary files /dev/null and b/data/samples/shapes/sine_dist.ogg differ diff --git a/data/samples/shapes/smooth_inv_saw.ogg b/data/samples/shapes/smooth_inv_saw.ogg new file mode 100755 index 000000000..1ba3ed440 Binary files /dev/null and b/data/samples/shapes/smooth_inv_saw.ogg differ diff --git a/data/samples/shapes/smooth_inv_saw2.ogg b/data/samples/shapes/smooth_inv_saw2.ogg new file mode 100755 index 000000000..1b16a7e0a Binary files /dev/null and b/data/samples/shapes/smooth_inv_saw2.ogg differ diff --git a/data/samples/shapes/smooth_inv_saw_dist.ogg b/data/samples/shapes/smooth_inv_saw_dist.ogg new file mode 100755 index 000000000..2922b38c0 Binary files /dev/null and b/data/samples/shapes/smooth_inv_saw_dist.ogg differ diff --git a/data/samples/shapes/technobass.wav b/data/samples/shapes/technobass.wav new file mode 100755 index 000000000..6d9304ee5 Binary files /dev/null and b/data/samples/shapes/technobass.wav differ diff --git a/data/samples/shapes/technosynth1.wav b/data/samples/shapes/technosynth1.wav new file mode 100755 index 000000000..bc4c21d26 Binary files /dev/null and b/data/samples/shapes/technosynth1.wav differ diff --git a/data/samples/shapes/technosynth2.wav b/data/samples/shapes/technosynth2.wav new file mode 100755 index 000000000..4689f2dc4 Binary files /dev/null and b/data/samples/shapes/technosynth2.wav differ diff --git a/data/samples/shapes/technosynth3.wav b/data/samples/shapes/technosynth3.wav new file mode 100755 index 000000000..5a9f33c93 Binary files /dev/null and b/data/samples/shapes/technosynth3.wav differ diff --git a/data/samples/shapes/technosynth4.wav b/data/samples/shapes/technosynth4.wav new file mode 100755 index 000000000..2cfc52f42 Binary files /dev/null and b/data/samples/shapes/technosynth4.wav differ diff --git a/data/samples/shapes/technosynth5.wav b/data/samples/shapes/technosynth5.wav new file mode 100755 index 000000000..56344d3ab Binary files /dev/null and b/data/samples/shapes/technosynth5.wav differ diff --git a/data/samples/shapes/technosynth6.wav b/data/samples/shapes/technosynth6.wav new file mode 100755 index 000000000..b0294b79c Binary files /dev/null and b/data/samples/shapes/technosynth6.wav differ diff --git a/data/samples/shapes/vowel_a.wav b/data/samples/shapes/vowel_a.wav new file mode 100755 index 000000000..c83831d5e Binary files /dev/null and b/data/samples/shapes/vowel_a.wav differ diff --git a/data/samples/shapes/vowel_u.wav b/data/samples/shapes/vowel_u.wav new file mode 100755 index 000000000..1de8e71b0 Binary files /dev/null and b/data/samples/shapes/vowel_u.wav differ diff --git a/data/samples/stringsnpads/Makefile.am b/data/samples/stringsnpads/Makefile.am new file mode 100755 index 000000000..69fb02a9c --- /dev/null +++ b/data/samples/stringsnpads/Makefile.am @@ -0,0 +1,6 @@ +stringsnpadssamplesdir = $(lmmsdatadir)/samples/stringsnpads + +stringsnpadssamples_DATA = $(wildcard *.wav *.ogg) + +EXTRA_DIST = $(stringsnpadssamples_DATA) + diff --git a/data/samples/stringsnpads/bell_choir01.ogg b/data/samples/stringsnpads/bell_choir01.ogg new file mode 100755 index 000000000..548a65023 Binary files /dev/null and b/data/samples/stringsnpads/bell_choir01.ogg differ diff --git a/data/samples/stringsnpads/bell_choir02.ogg b/data/samples/stringsnpads/bell_choir02.ogg new file mode 100755 index 000000000..ee47b9cdd Binary files /dev/null and b/data/samples/stringsnpads/bell_choir02.ogg differ diff --git a/data/samples/stringsnpads/chorus01.ogg b/data/samples/stringsnpads/chorus01.ogg new file mode 100755 index 000000000..121e96af9 Binary files /dev/null and b/data/samples/stringsnpads/chorus01.ogg differ diff --git a/data/samples/stringsnpads/chorus02.ogg b/data/samples/stringsnpads/chorus02.ogg new file mode 100755 index 000000000..abb74ba3f Binary files /dev/null and b/data/samples/stringsnpads/chorus02.ogg differ diff --git a/data/samples/stringsnpads/heaven_strings01.ogg b/data/samples/stringsnpads/heaven_strings01.ogg new file mode 100755 index 000000000..f321a0aee Binary files /dev/null and b/data/samples/stringsnpads/heaven_strings01.ogg differ diff --git a/data/samples/stringsnpads/juno_pad01.ogg b/data/samples/stringsnpads/juno_pad01.ogg new file mode 100755 index 000000000..59c399701 Binary files /dev/null and b/data/samples/stringsnpads/juno_pad01.ogg differ diff --git a/data/samples/stringsnpads/korg_poly6_drone01.ogg b/data/samples/stringsnpads/korg_poly6_drone01.ogg new file mode 100755 index 000000000..a6812545a Binary files /dev/null and b/data/samples/stringsnpads/korg_poly6_drone01.ogg differ diff --git a/data/samples/stringsnpads/nord_ambient01.ogg b/data/samples/stringsnpads/nord_ambient01.ogg new file mode 100755 index 000000000..d7f6ad3ec Binary files /dev/null and b/data/samples/stringsnpads/nord_ambient01.ogg differ diff --git a/data/samples/stringsnpads/orion_string01.ogg b/data/samples/stringsnpads/orion_string01.ogg new file mode 100755 index 000000000..13d1a26d1 Binary files /dev/null and b/data/samples/stringsnpads/orion_string01.ogg differ diff --git a/data/samples/stringsnpads/rave_choir01.ogg b/data/samples/stringsnpads/rave_choir01.ogg new file mode 100755 index 000000000..fa1d3d8e6 Binary files /dev/null and b/data/samples/stringsnpads/rave_choir01.ogg differ diff --git a/data/samples/stringsnpads/space_strings01.ogg b/data/samples/stringsnpads/space_strings01.ogg new file mode 100755 index 000000000..2ce2b07d5 Binary files /dev/null and b/data/samples/stringsnpads/space_strings01.ogg differ diff --git a/data/samples/stringsnpads/space_strings02.ogg b/data/samples/stringsnpads/space_strings02.ogg new file mode 100755 index 000000000..b2cf62438 Binary files /dev/null and b/data/samples/stringsnpads/space_strings02.ogg differ diff --git a/data/samples/stringsnpads/space_strings03.ogg b/data/samples/stringsnpads/space_strings03.ogg new file mode 100755 index 000000000..f114f35e1 Binary files /dev/null and b/data/samples/stringsnpads/space_strings03.ogg differ diff --git a/data/samples/stringsnpads/strings01.ogg b/data/samples/stringsnpads/strings01.ogg new file mode 100755 index 000000000..288822a57 Binary files /dev/null and b/data/samples/stringsnpads/strings01.ogg differ diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am new file mode 100755 index 000000000..659a64e6a --- /dev/null +++ b/data/themes/Makefile.am @@ -0,0 +1,8 @@ +theme_defaultdir = $(lmmsdatadir)/themes/default +theme_default_DATA = $(wildcard default/*.png) + +theme_blue_scenedir = $(lmmsdatadir)/themes/blue_scene +theme_blue_scene_DATA = $(wildcard blue_scene/*.png) + +EXTRA_DIST = $(theme_default_DATA) $(theme_blue_scene_DATA) + diff --git a/data/themes/default/add_bb_track.png b/data/themes/default/add_bb_track.png new file mode 100755 index 000000000..5097f0422 Binary files /dev/null and b/data/themes/default/add_bb_track.png differ diff --git a/data/themes/default/add_sample_track.png b/data/themes/default/add_sample_track.png new file mode 100755 index 000000000..5b27a2725 Binary files /dev/null and b/data/themes/default/add_sample_track.png differ diff --git a/data/themes/default/apply.png b/data/themes/default/apply.png new file mode 100755 index 000000000..8d8e7eafc Binary files /dev/null and b/data/themes/default/apply.png differ diff --git a/data/themes/default/arp_down_off.png b/data/themes/default/arp_down_off.png new file mode 100755 index 000000000..435a4db25 Binary files /dev/null and b/data/themes/default/arp_down_off.png differ diff --git a/data/themes/default/arp_down_on.png b/data/themes/default/arp_down_on.png new file mode 100755 index 000000000..ad5c19b9d Binary files /dev/null and b/data/themes/default/arp_down_on.png differ diff --git a/data/themes/default/arp_free.png b/data/themes/default/arp_free.png new file mode 100755 index 000000000..86bef17c1 Binary files /dev/null and b/data/themes/default/arp_free.png differ diff --git a/data/themes/default/arp_random_off.png b/data/themes/default/arp_random_off.png new file mode 100755 index 000000000..74391a256 Binary files /dev/null and b/data/themes/default/arp_random_off.png differ diff --git a/data/themes/default/arp_random_on.png b/data/themes/default/arp_random_on.png new file mode 100755 index 000000000..9d8e503b1 Binary files /dev/null and b/data/themes/default/arp_random_on.png differ diff --git a/data/themes/default/arp_sort.png b/data/themes/default/arp_sort.png new file mode 100755 index 000000000..d55133cbd Binary files /dev/null and b/data/themes/default/arp_sort.png differ diff --git a/data/themes/default/arp_sync.png b/data/themes/default/arp_sync.png new file mode 100755 index 000000000..c2c52bd56 Binary files /dev/null and b/data/themes/default/arp_sync.png differ diff --git a/data/themes/default/arp_up_and_down_off.png b/data/themes/default/arp_up_and_down_off.png new file mode 100755 index 000000000..1909a94aa Binary files /dev/null and b/data/themes/default/arp_up_and_down_off.png differ diff --git a/data/themes/default/arp_up_and_down_on.png b/data/themes/default/arp_up_and_down_on.png new file mode 100755 index 000000000..2170b84bd Binary files /dev/null and b/data/themes/default/arp_up_and_down_on.png differ diff --git a/data/themes/default/arp_up_off.png b/data/themes/default/arp_up_off.png new file mode 100755 index 000000000..ae8ecd653 Binary files /dev/null and b/data/themes/default/arp_up_off.png differ diff --git a/data/themes/default/arp_up_on.png b/data/themes/default/arp_up_on.png new file mode 100755 index 000000000..5b4d2d77d Binary files /dev/null and b/data/themes/default/arp_up_on.png differ diff --git a/data/themes/default/autoscroll_off.png b/data/themes/default/autoscroll_off.png new file mode 100755 index 000000000..715d68fd4 Binary files /dev/null and b/data/themes/default/autoscroll_off.png differ diff --git a/data/themes/default/autoscroll_on.png b/data/themes/default/autoscroll_on.png new file mode 100755 index 000000000..e5853f74f Binary files /dev/null and b/data/themes/default/autoscroll_on.png differ diff --git a/data/themes/default/back_to_start.png b/data/themes/default/back_to_start.png new file mode 100755 index 000000000..b8d672f91 Binary files /dev/null and b/data/themes/default/back_to_start.png differ diff --git a/data/themes/default/back_to_zero.png b/data/themes/default/back_to_zero.png new file mode 100755 index 000000000..8ae5ef7f2 Binary files /dev/null and b/data/themes/default/back_to_zero.png differ diff --git a/data/themes/default/background_artwork.png b/data/themes/default/background_artwork.png new file mode 100755 index 000000000..2aa3a7d12 Binary files /dev/null and b/data/themes/default/background_artwork.png differ diff --git a/data/themes/default/bb_track.png b/data/themes/default/bb_track.png new file mode 100755 index 000000000..db6a8c913 Binary files /dev/null and b/data/themes/default/bb_track.png differ diff --git a/data/themes/default/black_key.png b/data/themes/default/black_key.png new file mode 100755 index 000000000..8576bf1fc Binary files /dev/null and b/data/themes/default/black_key.png differ diff --git a/data/themes/default/black_key_pressed.png b/data/themes/default/black_key_pressed.png new file mode 100755 index 000000000..52e3fdf55 Binary files /dev/null and b/data/themes/default/black_key_pressed.png differ diff --git a/data/themes/default/cancel.png b/data/themes/default/cancel.png new file mode 100755 index 000000000..36cbdeb29 Binary files /dev/null and b/data/themes/default/cancel.png differ diff --git a/data/themes/default/clock.png b/data/themes/default/clock.png new file mode 100755 index 000000000..9060065ca Binary files /dev/null and b/data/themes/default/clock.png differ diff --git a/data/themes/default/colorize.png b/data/themes/default/colorize.png new file mode 100755 index 000000000..7c070d4f1 Binary files /dev/null and b/data/themes/default/colorize.png differ diff --git a/data/themes/default/combobox_arrow.png b/data/themes/default/combobox_arrow.png new file mode 100755 index 000000000..c918b0e19 Binary files /dev/null and b/data/themes/default/combobox_arrow.png differ diff --git a/data/themes/default/combobox_bg.png b/data/themes/default/combobox_bg.png new file mode 100755 index 000000000..1faeca007 Binary files /dev/null and b/data/themes/default/combobox_bg.png differ diff --git a/data/themes/default/cpuload_bg.png b/data/themes/default/cpuload_bg.png new file mode 100755 index 000000000..fafb19320 Binary files /dev/null and b/data/themes/default/cpuload_bg.png differ diff --git a/data/themes/default/cpuload_leds.png b/data/themes/default/cpuload_leds.png new file mode 100755 index 000000000..232080a61 Binary files /dev/null and b/data/themes/default/cpuload_leds.png differ diff --git a/data/themes/default/drum.png b/data/themes/default/drum.png new file mode 100755 index 000000000..472d05b9a Binary files /dev/null and b/data/themes/default/drum.png differ diff --git a/data/themes/default/edit_arrow.png b/data/themes/default/edit_arrow.png new file mode 100755 index 000000000..316ce4c10 Binary files /dev/null and b/data/themes/default/edit_arrow.png differ diff --git a/data/themes/default/edit_copy.png b/data/themes/default/edit_copy.png new file mode 100755 index 000000000..9a4b2581f Binary files /dev/null and b/data/themes/default/edit_copy.png differ diff --git a/data/themes/default/edit_cut.png b/data/themes/default/edit_cut.png new file mode 100755 index 000000000..1aeb397a1 Binary files /dev/null and b/data/themes/default/edit_cut.png differ diff --git a/data/themes/default/edit_draw.png b/data/themes/default/edit_draw.png new file mode 100755 index 000000000..87b3aa3b1 Binary files /dev/null and b/data/themes/default/edit_draw.png differ diff --git a/data/themes/default/edit_erase.png b/data/themes/default/edit_erase.png new file mode 100755 index 000000000..a5d7044e8 Binary files /dev/null and b/data/themes/default/edit_erase.png differ diff --git a/data/themes/default/edit_move.png b/data/themes/default/edit_move.png new file mode 100755 index 000000000..6905033db Binary files /dev/null and b/data/themes/default/edit_move.png differ diff --git a/data/themes/default/edit_paste.png b/data/themes/default/edit_paste.png new file mode 100755 index 000000000..06efcc969 Binary files /dev/null and b/data/themes/default/edit_paste.png differ diff --git a/data/themes/default/edit_redo.png b/data/themes/default/edit_redo.png new file mode 100755 index 000000000..02408e2b1 Binary files /dev/null and b/data/themes/default/edit_redo.png differ diff --git a/data/themes/default/edit_select.png b/data/themes/default/edit_select.png new file mode 100755 index 000000000..b09759a89 Binary files /dev/null and b/data/themes/default/edit_select.png differ diff --git a/data/themes/default/edit_undo.png b/data/themes/default/edit_undo.png new file mode 100755 index 000000000..56c4688f9 Binary files /dev/null and b/data/themes/default/edit_undo.png differ diff --git a/data/themes/default/effect_board.png b/data/themes/default/effect_board.png new file mode 100755 index 000000000..01f1993ce Binary files /dev/null and b/data/themes/default/effect_board.png differ diff --git a/data/themes/default/envelope_graph.png b/data/themes/default/envelope_graph.png new file mode 100755 index 000000000..dfe7d6cfa Binary files /dev/null and b/data/themes/default/envelope_graph.png differ diff --git a/data/themes/default/error.png b/data/themes/default/error.png new file mode 100755 index 000000000..6dc97df2f Binary files /dev/null and b/data/themes/default/error.png differ diff --git a/data/themes/default/exit.png b/data/themes/default/exit.png new file mode 100755 index 000000000..7cc7d4de9 Binary files /dev/null and b/data/themes/default/exit.png differ diff --git a/data/themes/default/exp_wave_active.png b/data/themes/default/exp_wave_active.png new file mode 100755 index 000000000..fa4b20993 Binary files /dev/null and b/data/themes/default/exp_wave_active.png differ diff --git a/data/themes/default/exp_wave_inactive.png b/data/themes/default/exp_wave_inactive.png new file mode 100755 index 000000000..d59dfd120 Binary files /dev/null and b/data/themes/default/exp_wave_inactive.png differ diff --git a/data/themes/default/filter_2lp.png b/data/themes/default/filter_2lp.png new file mode 100755 index 000000000..0304786d4 Binary files /dev/null and b/data/themes/default/filter_2lp.png differ diff --git a/data/themes/default/filter_ap.png b/data/themes/default/filter_ap.png new file mode 100755 index 000000000..ddfcb1842 Binary files /dev/null and b/data/themes/default/filter_ap.png differ diff --git a/data/themes/default/filter_bp.png b/data/themes/default/filter_bp.png new file mode 100755 index 000000000..36f4dddf2 Binary files /dev/null and b/data/themes/default/filter_bp.png differ diff --git a/data/themes/default/filter_hp.png b/data/themes/default/filter_hp.png new file mode 100755 index 000000000..1a7d1720d Binary files /dev/null and b/data/themes/default/filter_hp.png differ diff --git a/data/themes/default/filter_lp.png b/data/themes/default/filter_lp.png new file mode 100755 index 000000000..f25e8580e Binary files /dev/null and b/data/themes/default/filter_lp.png differ diff --git a/data/themes/default/filter_notch.png b/data/themes/default/filter_notch.png new file mode 100755 index 000000000..4a77543e5 Binary files /dev/null and b/data/themes/default/filter_notch.png differ diff --git a/data/themes/default/folder.png b/data/themes/default/folder.png new file mode 100755 index 000000000..05731b1a7 Binary files /dev/null and b/data/themes/default/folder.png differ diff --git a/data/themes/default/folder_locked.png b/data/themes/default/folder_locked.png new file mode 100755 index 000000000..307684747 Binary files /dev/null and b/data/themes/default/folder_locked.png differ diff --git a/data/themes/default/folder_opened.png b/data/themes/default/folder_opened.png new file mode 100755 index 000000000..ab67758d7 Binary files /dev/null and b/data/themes/default/folder_opened.png differ diff --git a/data/themes/default/freeze.png b/data/themes/default/freeze.png new file mode 100755 index 000000000..130c9e809 Binary files /dev/null and b/data/themes/default/freeze.png differ diff --git a/data/themes/default/frozen.png b/data/themes/default/frozen.png new file mode 100755 index 000000000..ce4049472 Binary files /dev/null and b/data/themes/default/frozen.png differ diff --git a/data/themes/default/groupbox_led_bg.png b/data/themes/default/groupbox_led_bg.png new file mode 100755 index 000000000..6266b8011 Binary files /dev/null and b/data/themes/default/groupbox_led_bg.png differ diff --git a/data/themes/default/help.png b/data/themes/default/help.png new file mode 100755 index 000000000..8bd601edf Binary files /dev/null and b/data/themes/default/help.png differ diff --git a/data/themes/default/hint.png b/data/themes/default/hint.png new file mode 100755 index 000000000..bd673cf1f Binary files /dev/null and b/data/themes/default/hint.png differ diff --git a/data/themes/default/home.png b/data/themes/default/home.png new file mode 100755 index 000000000..896c78f1f Binary files /dev/null and b/data/themes/default/home.png differ diff --git a/data/themes/default/hourglass.png b/data/themes/default/hourglass.png new file mode 100755 index 000000000..ff50c1e47 Binary files /dev/null and b/data/themes/default/hourglass.png differ diff --git a/data/themes/default/hq_mode.png b/data/themes/default/hq_mode.png new file mode 100755 index 000000000..fe1a92860 Binary files /dev/null and b/data/themes/default/hq_mode.png differ diff --git a/data/themes/default/icon.png b/data/themes/default/icon.png new file mode 100755 index 000000000..f37685d0b Binary files /dev/null and b/data/themes/default/icon.png differ diff --git a/data/themes/default/keep_stop_position.png b/data/themes/default/keep_stop_position.png new file mode 100755 index 000000000..ef7589b8c Binary files /dev/null and b/data/themes/default/keep_stop_position.png differ diff --git a/data/themes/default/knob01.png b/data/themes/default/knob01.png new file mode 100755 index 000000000..d16a87f6c Binary files /dev/null and b/data/themes/default/knob01.png differ diff --git a/data/themes/default/knob02.png b/data/themes/default/knob02.png new file mode 100755 index 000000000..99f8bc714 Binary files /dev/null and b/data/themes/default/knob02.png differ diff --git a/data/themes/default/knob03.png b/data/themes/default/knob03.png new file mode 100755 index 000000000..5d2f06808 Binary files /dev/null and b/data/themes/default/knob03.png differ diff --git a/data/themes/default/knob04.png b/data/themes/default/knob04.png new file mode 100644 index 000000000..8a2eb1418 Binary files /dev/null and b/data/themes/default/knob04.png differ diff --git a/data/themes/default/led_green.png b/data/themes/default/led_green.png new file mode 100755 index 000000000..ac978151e Binary files /dev/null and b/data/themes/default/led_green.png differ diff --git a/data/themes/default/led_off.png b/data/themes/default/led_off.png new file mode 100755 index 000000000..ef8b75b5d Binary files /dev/null and b/data/themes/default/led_off.png differ diff --git a/data/themes/default/led_yellow.png b/data/themes/default/led_yellow.png new file mode 100755 index 000000000..5b50506d2 Binary files /dev/null and b/data/themes/default/led_yellow.png differ diff --git a/data/themes/default/lfo_graph.png b/data/themes/default/lfo_graph.png new file mode 100755 index 000000000..67fb82939 Binary files /dev/null and b/data/themes/default/lfo_graph.png differ diff --git a/data/themes/default/loop_point.png b/data/themes/default/loop_point.png new file mode 100755 index 000000000..2a5e586b8 Binary files /dev/null and b/data/themes/default/loop_point.png differ diff --git a/data/themes/default/loop_point_disabled.png b/data/themes/default/loop_point_disabled.png new file mode 100755 index 000000000..cd0efae22 Binary files /dev/null and b/data/themes/default/loop_point_disabled.png differ diff --git a/data/themes/default/loop_points_off.png b/data/themes/default/loop_points_off.png new file mode 100755 index 000000000..3bc544c85 Binary files /dev/null and b/data/themes/default/loop_points_off.png differ diff --git a/data/themes/default/loop_points_on.png b/data/themes/default/loop_points_on.png new file mode 100755 index 000000000..fda03729f Binary files /dev/null and b/data/themes/default/loop_points_on.png differ diff --git a/data/themes/default/main_toolbar_bg.png b/data/themes/default/main_toolbar_bg.png new file mode 100755 index 000000000..070f0bcd6 Binary files /dev/null and b/data/themes/default/main_toolbar_bg.png differ diff --git a/data/themes/default/master_pitch.png b/data/themes/default/master_pitch.png new file mode 100755 index 000000000..6143a84c9 Binary files /dev/null and b/data/themes/default/master_pitch.png differ diff --git a/data/themes/default/master_volume.png b/data/themes/default/master_volume.png new file mode 100755 index 000000000..3f2f97c68 Binary files /dev/null and b/data/themes/default/master_volume.png differ diff --git a/data/themes/default/midi_file.png b/data/themes/default/midi_file.png new file mode 100755 index 000000000..d57fb6c51 Binary files /dev/null and b/data/themes/default/midi_file.png differ diff --git a/data/themes/default/midi_in.png b/data/themes/default/midi_in.png new file mode 100755 index 000000000..c56a85b73 Binary files /dev/null and b/data/themes/default/midi_in.png differ diff --git a/data/themes/default/midi_out.png b/data/themes/default/midi_out.png new file mode 100755 index 000000000..c933f5f71 Binary files /dev/null and b/data/themes/default/midi_out.png differ diff --git a/data/themes/default/moog_saw_wave_active.png b/data/themes/default/moog_saw_wave_active.png new file mode 100755 index 000000000..8c57878eb Binary files /dev/null and b/data/themes/default/moog_saw_wave_active.png differ diff --git a/data/themes/default/moog_saw_wave_inactive.png b/data/themes/default/moog_saw_wave_inactive.png new file mode 100755 index 000000000..b4d1cd616 Binary files /dev/null and b/data/themes/default/moog_saw_wave_inactive.png differ diff --git a/data/themes/default/mute_off.png b/data/themes/default/mute_off.png new file mode 100755 index 000000000..9f4bd9c83 Binary files /dev/null and b/data/themes/default/mute_off.png differ diff --git a/data/themes/default/mute_on.png b/data/themes/default/mute_on.png new file mode 100755 index 000000000..a08705915 Binary files /dev/null and b/data/themes/default/mute_on.png differ diff --git a/data/themes/default/note.png b/data/themes/default/note.png new file mode 100644 index 000000000..c0fc91255 Binary files /dev/null and b/data/themes/default/note.png differ diff --git a/data/themes/default/note_double_whole.png b/data/themes/default/note_double_whole.png new file mode 100755 index 000000000..5fd0aa51e Binary files /dev/null and b/data/themes/default/note_double_whole.png differ diff --git a/data/themes/default/note_eighth.png b/data/themes/default/note_eighth.png new file mode 100755 index 000000000..f9d416b19 Binary files /dev/null and b/data/themes/default/note_eighth.png differ diff --git a/data/themes/default/note_half.png b/data/themes/default/note_half.png new file mode 100755 index 000000000..38648cc4f Binary files /dev/null and b/data/themes/default/note_half.png differ diff --git a/data/themes/default/note_none.png b/data/themes/default/note_none.png new file mode 100755 index 000000000..bca2ee331 Binary files /dev/null and b/data/themes/default/note_none.png differ diff --git a/data/themes/default/note_quarter.png b/data/themes/default/note_quarter.png new file mode 100755 index 000000000..9e10c2313 Binary files /dev/null and b/data/themes/default/note_quarter.png differ diff --git a/data/themes/default/note_sixteenth.png b/data/themes/default/note_sixteenth.png new file mode 100755 index 000000000..693679bbf Binary files /dev/null and b/data/themes/default/note_sixteenth.png differ diff --git a/data/themes/default/note_thirtysecond.png b/data/themes/default/note_thirtysecond.png new file mode 100755 index 000000000..50ee3133c Binary files /dev/null and b/data/themes/default/note_thirtysecond.png differ diff --git a/data/themes/default/note_whole.png b/data/themes/default/note_whole.png new file mode 100755 index 000000000..7bc997866 Binary files /dev/null and b/data/themes/default/note_whole.png differ diff --git a/data/themes/default/output_graph.png b/data/themes/default/output_graph.png new file mode 100755 index 000000000..67e0efbfb Binary files /dev/null and b/data/themes/default/output_graph.png differ diff --git a/data/themes/default/pause.png b/data/themes/default/pause.png new file mode 100755 index 000000000..9449cabce Binary files /dev/null and b/data/themes/default/pause.png differ diff --git a/data/themes/default/piano.png b/data/themes/default/piano.png new file mode 100755 index 000000000..276fe28aa Binary files /dev/null and b/data/themes/default/piano.png differ diff --git a/data/themes/default/play.png b/data/themes/default/play.png new file mode 100755 index 000000000..9e5c25739 Binary files /dev/null and b/data/themes/default/play.png differ diff --git a/data/themes/default/playpos_marker.png b/data/themes/default/playpos_marker.png new file mode 100755 index 000000000..3985567e9 Binary files /dev/null and b/data/themes/default/playpos_marker.png differ diff --git a/data/themes/default/plugins.png b/data/themes/default/plugins.png new file mode 100755 index 000000000..7a1d86892 Binary files /dev/null and b/data/themes/default/plugins.png differ diff --git a/data/themes/default/pr_black_key.png b/data/themes/default/pr_black_key.png new file mode 100755 index 000000000..86930716e Binary files /dev/null and b/data/themes/default/pr_black_key.png differ diff --git a/data/themes/default/pr_white_key_big.png b/data/themes/default/pr_white_key_big.png new file mode 100755 index 000000000..5bb282477 Binary files /dev/null and b/data/themes/default/pr_white_key_big.png differ diff --git a/data/themes/default/pr_white_key_small.png b/data/themes/default/pr_white_key_small.png new file mode 100755 index 000000000..8e9de995c Binary files /dev/null and b/data/themes/default/pr_white_key_small.png differ diff --git a/data/themes/default/preset_file.png b/data/themes/default/preset_file.png new file mode 100755 index 000000000..ad4cdfacb Binary files /dev/null and b/data/themes/default/preset_file.png differ diff --git a/data/themes/default/project_export.png b/data/themes/default/project_export.png new file mode 100755 index 000000000..3fc6f401c Binary files /dev/null and b/data/themes/default/project_export.png differ diff --git a/data/themes/default/project_file.png b/data/themes/default/project_file.png new file mode 100755 index 000000000..9c43e578d Binary files /dev/null and b/data/themes/default/project_file.png differ diff --git a/data/themes/default/project_new.png b/data/themes/default/project_new.png new file mode 100755 index 000000000..20f7423e0 Binary files /dev/null and b/data/themes/default/project_new.png differ diff --git a/data/themes/default/project_notes.png b/data/themes/default/project_notes.png new file mode 100755 index 000000000..32414af8e Binary files /dev/null and b/data/themes/default/project_notes.png differ diff --git a/data/themes/default/project_open.png b/data/themes/default/project_open.png new file mode 100755 index 000000000..5bae07f5e Binary files /dev/null and b/data/themes/default/project_open.png differ diff --git a/data/themes/default/project_open_down.png b/data/themes/default/project_open_down.png new file mode 100755 index 000000000..14c799927 Binary files /dev/null and b/data/themes/default/project_open_down.png differ diff --git a/data/themes/default/project_save.png b/data/themes/default/project_save.png new file mode 100755 index 000000000..d92724ea8 Binary files /dev/null and b/data/themes/default/project_save.png differ diff --git a/data/themes/default/project_saveas.png b/data/themes/default/project_saveas.png new file mode 100755 index 000000000..1741664c4 Binary files /dev/null and b/data/themes/default/project_saveas.png differ diff --git a/data/themes/default/quantize.png b/data/themes/default/quantize.png new file mode 100644 index 000000000..2ee28ca5d Binary files /dev/null and b/data/themes/default/quantize.png differ diff --git a/data/themes/default/record.png b/data/themes/default/record.png new file mode 100755 index 000000000..1ca61af4c Binary files /dev/null and b/data/themes/default/record.png differ diff --git a/data/themes/default/reload.png b/data/themes/default/reload.png new file mode 100755 index 000000000..ee2ab0f4e Binary files /dev/null and b/data/themes/default/reload.png differ diff --git a/data/themes/default/rename.png b/data/themes/default/rename.png new file mode 100755 index 000000000..5aa3e8feb Binary files /dev/null and b/data/themes/default/rename.png differ diff --git a/data/themes/default/root.png b/data/themes/default/root.png new file mode 100755 index 000000000..327167707 Binary files /dev/null and b/data/themes/default/root.png differ diff --git a/data/themes/default/sample_track.png b/data/themes/default/sample_track.png new file mode 100755 index 000000000..0f3837c26 Binary files /dev/null and b/data/themes/default/sample_track.png differ diff --git a/data/themes/default/saw_wave_active.png b/data/themes/default/saw_wave_active.png new file mode 100755 index 000000000..a48c35f6e Binary files /dev/null and b/data/themes/default/saw_wave_active.png differ diff --git a/data/themes/default/saw_wave_inactive.png b/data/themes/default/saw_wave_inactive.png new file mode 100755 index 000000000..9421664b1 Binary files /dev/null and b/data/themes/default/saw_wave_inactive.png differ diff --git a/data/themes/default/setup_audio.png b/data/themes/default/setup_audio.png new file mode 100755 index 000000000..5b3a7676a Binary files /dev/null and b/data/themes/default/setup_audio.png differ diff --git a/data/themes/default/setup_directories.png b/data/themes/default/setup_directories.png new file mode 100755 index 000000000..1a9dfee76 Binary files /dev/null and b/data/themes/default/setup_directories.png differ diff --git a/data/themes/default/setup_general.png b/data/themes/default/setup_general.png new file mode 100755 index 000000000..660f04864 Binary files /dev/null and b/data/themes/default/setup_general.png differ diff --git a/data/themes/default/setup_midi.png b/data/themes/default/setup_midi.png new file mode 100755 index 000000000..dc5d50ca3 Binary files /dev/null and b/data/themes/default/setup_midi.png differ diff --git a/data/themes/default/setup_performance.png b/data/themes/default/setup_performance.png new file mode 100755 index 000000000..f93b7ff2e Binary files /dev/null and b/data/themes/default/setup_performance.png differ diff --git a/data/themes/default/sin_wave_active.png b/data/themes/default/sin_wave_active.png new file mode 100755 index 000000000..81794ee6c Binary files /dev/null and b/data/themes/default/sin_wave_active.png differ diff --git a/data/themes/default/sin_wave_inactive.png b/data/themes/default/sin_wave_inactive.png new file mode 100755 index 000000000..abccbbcfb Binary files /dev/null and b/data/themes/default/sin_wave_inactive.png differ diff --git a/data/themes/default/songeditor.png b/data/themes/default/songeditor.png new file mode 100755 index 000000000..27d79fb4a Binary files /dev/null and b/data/themes/default/songeditor.png differ diff --git a/data/themes/default/sound_file.png b/data/themes/default/sound_file.png new file mode 100755 index 000000000..01a273867 Binary files /dev/null and b/data/themes/default/sound_file.png differ diff --git a/data/themes/default/splash.png b/data/themes/default/splash.png new file mode 100755 index 000000000..6435b5e1a Binary files /dev/null and b/data/themes/default/splash.png differ diff --git a/data/themes/default/square_wave_active.png b/data/themes/default/square_wave_active.png new file mode 100755 index 000000000..e30f98ec1 Binary files /dev/null and b/data/themes/default/square_wave_active.png differ diff --git a/data/themes/default/square_wave_inactive.png b/data/themes/default/square_wave_inactive.png new file mode 100755 index 000000000..c429abff6 Binary files /dev/null and b/data/themes/default/square_wave_inactive.png differ diff --git a/data/themes/default/step_btn_add.png b/data/themes/default/step_btn_add.png new file mode 100755 index 000000000..dc9d634d5 Binary files /dev/null and b/data/themes/default/step_btn_add.png differ diff --git a/data/themes/default/step_btn_off.png b/data/themes/default/step_btn_off.png new file mode 100755 index 000000000..ef91a2c4e Binary files /dev/null and b/data/themes/default/step_btn_off.png differ diff --git a/data/themes/default/step_btn_off_light.png b/data/themes/default/step_btn_off_light.png new file mode 100755 index 000000000..d360521cb Binary files /dev/null and b/data/themes/default/step_btn_off_light.png differ diff --git a/data/themes/default/step_btn_on.png b/data/themes/default/step_btn_on.png new file mode 100755 index 000000000..f0101d053 Binary files /dev/null and b/data/themes/default/step_btn_on.png differ diff --git a/data/themes/default/step_btn_on_100.png b/data/themes/default/step_btn_on_100.png new file mode 100755 index 000000000..1e75b6091 Binary files /dev/null and b/data/themes/default/step_btn_on_100.png differ diff --git a/data/themes/default/step_btn_on_yellow.png b/data/themes/default/step_btn_on_yellow.png new file mode 100755 index 000000000..38a971a77 Binary files /dev/null and b/data/themes/default/step_btn_on_yellow.png differ diff --git a/data/themes/default/step_btn_remove.png b/data/themes/default/step_btn_remove.png new file mode 100755 index 000000000..248e9bc3a Binary files /dev/null and b/data/themes/default/step_btn_remove.png differ diff --git a/data/themes/default/stop.png b/data/themes/default/stop.png new file mode 100755 index 000000000..c7c6e13ae Binary files /dev/null and b/data/themes/default/stop.png differ diff --git a/data/themes/default/surround_area.png b/data/themes/default/surround_area.png new file mode 100755 index 000000000..ded56ebff Binary files /dev/null and b/data/themes/default/surround_area.png differ diff --git a/data/themes/default/text_block.png b/data/themes/default/text_block.png new file mode 100755 index 000000000..9413dbe1d Binary files /dev/null and b/data/themes/default/text_block.png differ diff --git a/data/themes/default/text_bold.png b/data/themes/default/text_bold.png new file mode 100755 index 000000000..1fb59dec3 Binary files /dev/null and b/data/themes/default/text_bold.png differ diff --git a/data/themes/default/text_center.png b/data/themes/default/text_center.png new file mode 100755 index 000000000..cce408072 Binary files /dev/null and b/data/themes/default/text_center.png differ diff --git a/data/themes/default/text_italic.png b/data/themes/default/text_italic.png new file mode 100755 index 000000000..c748276fc Binary files /dev/null and b/data/themes/default/text_italic.png differ diff --git a/data/themes/default/text_left.png b/data/themes/default/text_left.png new file mode 100755 index 000000000..89788e76e Binary files /dev/null and b/data/themes/default/text_left.png differ diff --git a/data/themes/default/text_right.png b/data/themes/default/text_right.png new file mode 100755 index 000000000..2f3c6752b Binary files /dev/null and b/data/themes/default/text_right.png differ diff --git a/data/themes/default/text_under.png b/data/themes/default/text_under.png new file mode 100755 index 000000000..58ac92a5b Binary files /dev/null and b/data/themes/default/text_under.png differ diff --git a/data/themes/default/timeline.png b/data/themes/default/timeline.png new file mode 100755 index 000000000..6093f28d6 Binary files /dev/null and b/data/themes/default/timeline.png differ diff --git a/data/themes/default/toolbar_bg.png b/data/themes/default/toolbar_bg.png new file mode 100755 index 000000000..dc9476bd7 Binary files /dev/null and b/data/themes/default/toolbar_bg.png differ diff --git a/data/themes/default/track_op_grip.png b/data/themes/default/track_op_grip.png new file mode 100755 index 000000000..6542a83f7 Binary files /dev/null and b/data/themes/default/track_op_grip.png differ diff --git a/data/themes/default/track_op_menu.png b/data/themes/default/track_op_menu.png new file mode 100755 index 000000000..ddf5f9699 Binary files /dev/null and b/data/themes/default/track_op_menu.png differ diff --git a/data/themes/default/triangle_wave_active.png b/data/themes/default/triangle_wave_active.png new file mode 100755 index 000000000..d2b23e7f9 Binary files /dev/null and b/data/themes/default/triangle_wave_active.png differ diff --git a/data/themes/default/triangle_wave_inactive.png b/data/themes/default/triangle_wave_inactive.png new file mode 100755 index 000000000..c84f8b2d6 Binary files /dev/null and b/data/themes/default/triangle_wave_inactive.png differ diff --git a/data/themes/default/unfreeze.png b/data/themes/default/unfreeze.png new file mode 100755 index 000000000..017d99ac9 Binary files /dev/null and b/data/themes/default/unfreeze.png differ diff --git a/data/themes/default/unknown_file.png b/data/themes/default/unknown_file.png new file mode 100755 index 000000000..0c1594812 Binary files /dev/null and b/data/themes/default/unknown_file.png differ diff --git a/data/themes/default/usr_wave_active.png b/data/themes/default/usr_wave_active.png new file mode 100755 index 000000000..1c574e5f5 Binary files /dev/null and b/data/themes/default/usr_wave_active.png differ diff --git a/data/themes/default/usr_wave_inactive.png b/data/themes/default/usr_wave_inactive.png new file mode 100755 index 000000000..20890771c Binary files /dev/null and b/data/themes/default/usr_wave_inactive.png differ diff --git a/data/themes/default/whatsthis.png b/data/themes/default/whatsthis.png new file mode 100755 index 000000000..f77572efb Binary files /dev/null and b/data/themes/default/whatsthis.png differ diff --git a/data/themes/default/white_key.png b/data/themes/default/white_key.png new file mode 100755 index 000000000..73b0c9e32 Binary files /dev/null and b/data/themes/default/white_key.png differ diff --git a/data/themes/default/white_key_pressed.png b/data/themes/default/white_key_pressed.png new file mode 100755 index 000000000..05b8927b7 Binary files /dev/null and b/data/themes/default/white_key_pressed.png differ diff --git a/data/themes/default/white_noise_wave_active.png b/data/themes/default/white_noise_wave_active.png new file mode 100755 index 000000000..253513564 Binary files /dev/null and b/data/themes/default/white_noise_wave_active.png differ diff --git a/data/themes/default/white_noise_wave_inactive.png b/data/themes/default/white_noise_wave_inactive.png new file mode 100755 index 000000000..ba5739c65 Binary files /dev/null and b/data/themes/default/white_noise_wave_inactive.png differ diff --git a/data/themes/default/wizard.png b/data/themes/default/wizard.png new file mode 100755 index 000000000..6a3becd1c Binary files /dev/null and b/data/themes/default/wizard.png differ diff --git a/data/themes/default/wizard_files.png b/data/themes/default/wizard_files.png new file mode 100755 index 000000000..77ebd0c5a Binary files /dev/null and b/data/themes/default/wizard_files.png differ diff --git a/data/themes/default/wizard_intro.png b/data/themes/default/wizard_intro.png new file mode 100755 index 000000000..68e2c88e8 Binary files /dev/null and b/data/themes/default/wizard_intro.png differ diff --git a/data/themes/default/wizard_workingdir.png b/data/themes/default/wizard_workingdir.png new file mode 100755 index 000000000..9c5ff3d22 Binary files /dev/null and b/data/themes/default/wizard_workingdir.png differ diff --git a/data/themes/default/zoom.png b/data/themes/default/zoom.png new file mode 100755 index 000000000..8fe517919 Binary files /dev/null and b/data/themes/default/zoom.png differ diff --git a/data/track_icons/Makefile.am b/data/track_icons/Makefile.am new file mode 100755 index 000000000..7f57748ec --- /dev/null +++ b/data/track_icons/Makefile.am @@ -0,0 +1,6 @@ +trackiconsdir = $(lmmsdatadir)/track_icons + +trackicons_DATA = $(wildcard *.png) + +EXTRA_DIST = $(trackicons_DATA) + diff --git a/data/track_icons/african_drum01.png b/data/track_icons/african_drum01.png new file mode 100755 index 000000000..89a81a443 Binary files /dev/null and b/data/track_icons/african_drum01.png differ diff --git a/data/track_icons/african_drum02.png b/data/track_icons/african_drum02.png new file mode 100755 index 000000000..61821658f Binary files /dev/null and b/data/track_icons/african_drum02.png differ diff --git a/data/track_icons/african_drum03.png b/data/track_icons/african_drum03.png new file mode 100755 index 000000000..725aadd76 Binary files /dev/null and b/data/track_icons/african_drum03.png differ diff --git a/data/track_icons/african_drum04.png b/data/track_icons/african_drum04.png new file mode 100755 index 000000000..fff413f07 Binary files /dev/null and b/data/track_icons/african_drum04.png differ diff --git a/data/track_icons/african_drum05.png b/data/track_icons/african_drum05.png new file mode 100755 index 000000000..a8a46d978 Binary files /dev/null and b/data/track_icons/african_drum05.png differ diff --git a/data/track_icons/cello01.png b/data/track_icons/cello01.png new file mode 100755 index 000000000..dd75f82d2 Binary files /dev/null and b/data/track_icons/cello01.png differ diff --git a/data/track_icons/connectors01.png b/data/track_icons/connectors01.png new file mode 100755 index 000000000..bc70dfb0b Binary files /dev/null and b/data/track_icons/connectors01.png differ diff --git a/data/track_icons/drumset01_.png b/data/track_icons/drumset01_.png new file mode 100755 index 000000000..663b23f0e Binary files /dev/null and b/data/track_icons/drumset01_.png differ diff --git a/data/track_icons/flute01.png b/data/track_icons/flute01.png new file mode 100755 index 000000000..5ecf2f764 Binary files /dev/null and b/data/track_icons/flute01.png differ diff --git a/data/track_icons/french_horn01.png b/data/track_icons/french_horn01.png new file mode 100755 index 000000000..7666f15f1 Binary files /dev/null and b/data/track_icons/french_horn01.png differ diff --git a/data/track_icons/gramophone01.png b/data/track_icons/gramophone01.png new file mode 100755 index 000000000..b4f3858bf Binary files /dev/null and b/data/track_icons/gramophone01.png differ diff --git a/data/track_icons/guitar_accoustic01.png b/data/track_icons/guitar_accoustic01.png new file mode 100755 index 000000000..caecb12a9 Binary files /dev/null and b/data/track_icons/guitar_accoustic01.png differ diff --git a/data/track_icons/guitar_accoustic02.png b/data/track_icons/guitar_accoustic02.png new file mode 100755 index 000000000..3eb09e2de Binary files /dev/null and b/data/track_icons/guitar_accoustic02.png differ diff --git a/data/track_icons/guitar_accoustic03.png b/data/track_icons/guitar_accoustic03.png new file mode 100755 index 000000000..ea5c9df36 Binary files /dev/null and b/data/track_icons/guitar_accoustic03.png differ diff --git a/data/track_icons/guitar_bass01.png b/data/track_icons/guitar_bass01.png new file mode 100755 index 000000000..a86ba049a Binary files /dev/null and b/data/track_icons/guitar_bass01.png differ diff --git a/data/track_icons/guitar_electric01.png b/data/track_icons/guitar_electric01.png new file mode 100755 index 000000000..c4a0ce9ac Binary files /dev/null and b/data/track_icons/guitar_electric01.png differ diff --git a/data/track_icons/guitar_electric02.png b/data/track_icons/guitar_electric02.png new file mode 100755 index 000000000..06762f25f Binary files /dev/null and b/data/track_icons/guitar_electric02.png differ diff --git a/data/track_icons/guitar_electric03.png b/data/track_icons/guitar_electric03.png new file mode 100755 index 000000000..514db847f Binary files /dev/null and b/data/track_icons/guitar_electric03.png differ diff --git a/data/track_icons/guitar_electric04.png b/data/track_icons/guitar_electric04.png new file mode 100755 index 000000000..76156f0c7 Binary files /dev/null and b/data/track_icons/guitar_electric04.png differ diff --git a/data/track_icons/harp01.png b/data/track_icons/harp01.png new file mode 100755 index 000000000..a7b182de9 Binary files /dev/null and b/data/track_icons/harp01.png differ diff --git a/data/track_icons/harp02.png b/data/track_icons/harp02.png new file mode 100755 index 000000000..46b2bb80b Binary files /dev/null and b/data/track_icons/harp02.png differ diff --git a/data/track_icons/harp03.png b/data/track_icons/harp03.png new file mode 100755 index 000000000..385659c27 Binary files /dev/null and b/data/track_icons/harp03.png differ diff --git a/data/track_icons/maracas01.png b/data/track_icons/maracas01.png new file mode 100755 index 000000000..e46e7d77a Binary files /dev/null and b/data/track_icons/maracas01.png differ diff --git a/data/track_icons/microphone01.png b/data/track_icons/microphone01.png new file mode 100755 index 000000000..4c21c55f9 Binary files /dev/null and b/data/track_icons/microphone01.png differ diff --git a/data/track_icons/microphone02.png b/data/track_icons/microphone02.png new file mode 100755 index 000000000..25b267cf8 Binary files /dev/null and b/data/track_icons/microphone02.png differ diff --git a/data/track_icons/microphone03.png b/data/track_icons/microphone03.png new file mode 100755 index 000000000..7f0cba631 Binary files /dev/null and b/data/track_icons/microphone03.png differ diff --git a/data/track_icons/microphone04.png b/data/track_icons/microphone04.png new file mode 100755 index 000000000..b9d0a1bc3 Binary files /dev/null and b/data/track_icons/microphone04.png differ diff --git a/data/track_icons/mouth01.png b/data/track_icons/mouth01.png new file mode 100755 index 000000000..574e60557 Binary files /dev/null and b/data/track_icons/mouth01.png differ diff --git a/data/track_icons/oboe01.png b/data/track_icons/oboe01.png new file mode 100755 index 000000000..074e55942 Binary files /dev/null and b/data/track_icons/oboe01.png differ diff --git a/data/track_icons/piano01.png b/data/track_icons/piano01.png new file mode 100755 index 000000000..9ca8b9849 Binary files /dev/null and b/data/track_icons/piano01.png differ diff --git a/data/track_icons/speaker01.png b/data/track_icons/speaker01.png new file mode 100755 index 000000000..d00eb1b86 Binary files /dev/null and b/data/track_icons/speaker01.png differ diff --git a/data/track_icons/trombone01.png b/data/track_icons/trombone01.png new file mode 100755 index 000000000..6d5e95e99 Binary files /dev/null and b/data/track_icons/trombone01.png differ diff --git a/data/track_icons/trumpet01.png b/data/track_icons/trumpet01.png new file mode 100755 index 000000000..99d49d89a Binary files /dev/null and b/data/track_icons/trumpet01.png differ diff --git a/data/track_icons/trumpet02.png b/data/track_icons/trumpet02.png new file mode 100755 index 000000000..6d93381cf Binary files /dev/null and b/data/track_icons/trumpet02.png differ diff --git a/data/track_icons/trumpet03.png b/data/track_icons/trumpet03.png new file mode 100755 index 000000000..0a62810cc Binary files /dev/null and b/data/track_icons/trumpet03.png differ diff --git a/data/track_icons/trumpet04.png b/data/track_icons/trumpet04.png new file mode 100755 index 000000000..64377e1ab Binary files /dev/null and b/data/track_icons/trumpet04.png differ diff --git a/data/track_icons/violin01.png b/data/track_icons/violin01.png new file mode 100755 index 000000000..94ef66b99 Binary files /dev/null and b/data/track_icons/violin01.png differ diff --git a/data/track_icons/violin02.png b/data/track_icons/violin02.png new file mode 100755 index 000000000..91e924e7a Binary files /dev/null and b/data/track_icons/violin02.png differ diff --git a/data/track_icons/xylophone01.png b/data/track_icons/xylophone01.png new file mode 100755 index 000000000..fa57a564f Binary files /dev/null and b/data/track_icons/xylophone01.png differ diff --git a/include/config_mgr.h b/include/config_mgr.h index ad11b9dbb..65ec835a2 100644 --- a/include/config_mgr.h +++ b/include/config_mgr.h @@ -64,8 +64,8 @@ class engine; const QString PROJECTS_PATH = "projects/"; const QString PRESETS_PATH = "presets/"; const QString SAMPLES_PATH = "samples/"; -const QString ARTWORK_PATH = "artwork/"; -const QString TRACK_ICON_PATH = "artwork/track_icons/"; +const QString DEFAULT_THEME_PATH = "themes/default/"; +const QString TRACK_ICON_PATH = "track_icons/"; const QString LOCALE_PATH = "locale/"; @@ -104,7 +104,7 @@ public: QString artworkDir( void ) const { - return( m_dataDir + ARTWORK_PATH ); + return( m_artworkDir ); } QString trackIconsDir( void ) const @@ -138,7 +138,8 @@ public: public slots: void setWorkingDir( const QString & _wd ); - void setVSTDir( const QString & _wd ); + void setVSTDir( const QString & _vd ); + void setArtworkDir( const QString & _ad ); protected slots: @@ -173,6 +174,7 @@ private: const QString m_lmmsRcFile; QString m_workingDir; QString m_dataDir; + QString m_artworkDir; QString m_pluginDir; QString m_vstDir; diff --git a/include/setup_dialog.h b/include/setup_dialog.h index 23eefa4d9..877d0dc28 100644 --- a/include/setup_dialog.h +++ b/include/setup_dialog.h @@ -81,6 +81,7 @@ private slots: // directory settings widget void setWorkingDir( const QString & _wd ); void setVSTDir( const QString & _vd ); + void setArtworkDir( const QString & _ad ); // audio settings widget void audioInterfaceChanged( const QString & _driver ); @@ -100,6 +101,7 @@ private slots: void openWorkingDir( void ); void openVSTDir( void ); + void openArtworkDir( void ); void toggleDisableChActInd( bool _disabled ); @@ -122,9 +124,11 @@ private: QLineEdit * m_wdLineEdit; QLineEdit * m_vdLineEdit; + QLineEdit * m_adLineEdit; QString m_workingDir; QString m_vstDir; + QString m_artworkDir; bool m_disableChActInd; diff --git a/src/core/config_mgr.cpp b/src/core/config_mgr.cpp index d0f8694e9..84383d716 100644 --- a/src/core/config_mgr.cpp +++ b/src/core/config_mgr.cpp @@ -166,8 +166,9 @@ configManager::configManager( void ) : // hardcode since qt < 3.2 doesn't know something like // applicationDirPath and implementing own function would be senseless // since real support for qt < 3.2 is senseless too ;-) - m_dataDir( "/usr/share/lmms" ), + m_dataDir( "/usr/share/lmms/" ), #endif + m_artworkDir( m_dataDir + DEFAULT_THEME_PATH ), #if QT_VERSION >= 0x030200 m_pluginDir( qApp->applicationDirPath().section( '/', 0, -2 ) + "/lib/lmms/" ), @@ -547,6 +548,14 @@ void configManager::setVSTDir( const QString & _vd ) +void configManager::setArtworkDir( const QString & _ad ) +{ + m_artworkDir = _ad; +} + + + + void configManager::accept( void ) { if( m_workingDir.right( 1 ) != "/" ) @@ -797,6 +806,10 @@ bool configManager::loadConfigFile( void ) node = node.nextSibling(); } + if( value( "paths", "artwork" ) != "" ) + { + m_artworkDir = value( "paths", "artwork" ); + } m_workingDir = value( "paths", "workingdir" ); m_vstDir = value( "paths", "vstdir" ); @@ -847,6 +860,7 @@ bool configManager::loadConfigFile( void ) void configManager::saveConfigFile( void ) { + setValue( "paths", "artwork", m_artworkDir ); setValue( "paths", "workingdir", m_workingDir ); setValue( "paths", "vstdir", m_vstDir ); diff --git a/src/core/setup_dialog.cpp b/src/core/setup_dialog.cpp index 2ae46a100..786118ab6 100644 --- a/src/core/setup_dialog.cpp +++ b/src/core/setup_dialog.cpp @@ -113,6 +113,7 @@ setupDialog::setupDialog( engine * _engine, configTabs _tab_to_open ) : "nomsgaftersetup" ).toInt() ), m_workingDir( configManager::inst()->workingDir() ), m_vstDir( configManager::inst()->vstDir() ), + m_artworkDir( configManager::inst()->artworkDir() ), m_disableChActInd( configManager::inst()->value( "ui", "disablechannelactivityindicators" ).toInt() ), m_manualChPiano( configManager::inst()->value( "ui", @@ -288,14 +289,39 @@ setupDialog::setupDialog( engine * _engine, configTabs _tab_to_open ) : connect( vstdir_select_btn, SIGNAL( clicked() ), this, SLOT( openVSTDir() ) ); + + // artwork-dir + tabWidget * artwork_tw = new tabWidget( tr( + "Artwork directory" ).toUpper(), + directories ); + artwork_tw->setFixedHeight( 56 ); + + m_adLineEdit = new QLineEdit( m_artworkDir, artwork_tw ); + m_adLineEdit->setGeometry( 10, 20, 300, 16 ); + connect( m_adLineEdit, SIGNAL( textChanged( const QString & ) ), this, + SLOT( setArtworkDir( const QString & ) ) ); + + QPushButton * artworkdir_select_btn = new QPushButton( + embed::getIconPixmap( "project_open", 16, 16 ), + "", artwork_tw ); + artworkdir_select_btn->setFixedSize( 24, 24 ); + artworkdir_select_btn->move( 320, 20 ); + connect( artworkdir_select_btn, SIGNAL( clicked() ), this, + SLOT( openArtworkDir() ) ); + + dir_layout->addWidget( lmms_wd_tw ); dir_layout->addSpacing( 10 ); dir_layout->addWidget( vst_tw ); + dir_layout->addSpacing( 10 ); + dir_layout->addWidget( artwork_tw ); dir_layout->addStretch(); + + QWidget * performance = new QWidget( ws ); performance->setFixedSize( 360, 200 ); QVBoxLayout * perf_layout = new QVBoxLayout( performance ); @@ -596,6 +622,7 @@ void setupDialog::accept( void ) configManager::inst()->setWorkingDir( m_workingDir ); configManager::inst()->setVSTDir( m_vstDir ); + configManager::inst()->setArtworkDir( m_artworkDir ); // tell all audio-settings-widget to save their settings for( aswMap::iterator it = m_audioIfaceSetupWidgets.begin(); @@ -771,8 +798,7 @@ void setupDialog::openVSTDir( void ) tr( "Choose your VST-plugin directory" ), m_vstDir ); #else - QString new_dir = QFileDialog::getExistingDirectory( m_vstDir, - 0, 0, + QString new_dir = QFileDialog::getExistingDirectory( m_vstDir, 0, 0, tr( "Choose your VST-plugin directory" ), TRUE ); #endif @@ -793,6 +819,34 @@ void setupDialog::setVSTDir( const QString & _vd ) +void setupDialog::openArtworkDir( void ) +{ +#ifdef QT4 + QString new_dir = QFileDialog::getExistingDirectory( this, + tr( "Choose artwork-theme directory" ), + m_artworkDir ); +#else + QString new_dir = QFileDialog::getExistingDirectory( m_artworkDir, + 0, 0, + tr( "Choose artwork-theme directory" ), TRUE ); +#endif + if( new_dir != QString::null ) + { + m_adLineEdit->setText( new_dir ); + } +} + + + + +void setupDialog::setArtworkDir( const QString & _ad ) +{ + m_artworkDir = _ad; +} + + + + void setupDialog::audioInterfaceChanged( const QString & _iface ) { for( aswMap::iterator it = m_audioIfaceSetupWidgets.begin(); diff --git a/src/core/song_editor.cpp b/src/core/song_editor.cpp index dd568abdf..9db51057e 100644 --- a/src/core/song_editor.cpp +++ b/src/core/song_editor.cpp @@ -896,9 +896,12 @@ void songEditor::processNextBuffer( void ) break; case PLAY_PATTERN: - tco_num = m_patternToPlay->getTrack()->getTCONum( + if( m_patternToPlay != NULL ) + { + tco_num = m_patternToPlay->getTrack()->getTCONum( m_patternToPlay ); - tv.push_back( m_patternToPlay->getTrack() ); + tv.push_back( m_patternToPlay->getTrack() ); + } break; default: @@ -1023,7 +1026,8 @@ void songEditor::processNextBuffer( void ) bool songEditor::realTimeTask( void ) const { return( !( m_exporting == TRUE || ( m_playMode == PLAY_PATTERN && - m_patternToPlay->freezing() == TRUE ) ) ); + m_patternToPlay != NULL && + m_patternToPlay->freezing() == TRUE ) ) ); } @@ -1090,7 +1094,10 @@ void songEditor::playPattern( pattern * _patternToPlay, bool _loop ) } m_patternToPlay = _patternToPlay; m_loopPattern = _loop; - m_actions.push_back( ACT_PLAY_PATTERN ); + if( m_patternToPlay != NULL ) + { + m_actions.push_back( ACT_PLAY_PATTERN ); + } } diff --git a/src/core/track_container.cpp b/src/core/track_container.cpp index 04ab9cd8a..f661913fa 100644 --- a/src/core/track_container.cpp +++ b/src/core/track_container.cpp @@ -190,7 +190,9 @@ void trackContainer::loadSettings( const QDomElement & _this ) void trackContainer::cloneTrack( track * _track ) { + eng()->getMixer()->pause(); track::clone( _track ); + eng()->getMixer()->play(); } diff --git a/src/tracks/pattern.cpp b/src/tracks/pattern.cpp index 822ba62ba..3820620a2 100644 --- a/src/tracks/pattern.cpp +++ b/src/tracks/pattern.cpp @@ -129,7 +129,16 @@ pattern::~pattern() if( eng()->getPianoRoll()->currentPattern() == this ) { eng()->getPianoRoll()->setCurrentPattern( NULL ); + // we have to have the song-editor to stop playing if it played + // us before + if( eng()->getSongEditor()->playing() && + eng()->getSongEditor()->playMode() == + songEditor::PLAY_PATTERN ) + { + eng()->getSongEditor()->playPattern( NULL ); + } } + for( noteVector::iterator it = m_notes.begin(); it != m_notes.end(); ++it ) {