Compare commits
59 Commits
v1.2.0-rc3
...
v1.2.0-rc4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb5a515f77 | ||
|
|
9407e84ffa | ||
|
|
e5db27542b | ||
|
|
f23cf4e0bf | ||
|
|
dd429c5caf | ||
|
|
fb5a58a526 | ||
|
|
8a39302571 | ||
|
|
4e3c6b0940 | ||
|
|
c0682c94a4 | ||
|
|
f26a02da04 | ||
|
|
cfb7a89f0e | ||
|
|
7429cb8155 | ||
|
|
fe98a9aa43 | ||
|
|
9d7c34098c | ||
|
|
24d320de34 | ||
|
|
efd0d34f2b | ||
|
|
206a08e4a9 | ||
|
|
2981651cb2 | ||
|
|
94646e28fe | ||
|
|
a602bf9b29 | ||
|
|
88cc58600c | ||
|
|
4d044439ab | ||
|
|
08e64dc637 | ||
|
|
31126b0aa4 | ||
|
|
2e841e4917 | ||
|
|
b83c1bdebe | ||
|
|
d87a8b3da4 | ||
|
|
587989b1c2 | ||
|
|
b3054fd639 | ||
|
|
0abe0a51c3 | ||
|
|
3dfda61491 | ||
|
|
aa6d528c98 | ||
|
|
020f1652bf | ||
|
|
d65e1a361a | ||
|
|
c6c67b3c75 | ||
|
|
494714bf44 | ||
|
|
13e65b7f56 | ||
|
|
afdd5ac8cb | ||
|
|
21caf2be69 | ||
|
|
842c7194b0 | ||
|
|
fc6d844a92 | ||
|
|
b2919d60d5 | ||
|
|
c2f26a76d4 | ||
|
|
c53dd31064 | ||
|
|
ad2c843e20 | ||
|
|
a371ff0ea1 | ||
|
|
5a2d8f12ad | ||
|
|
143571761f | ||
|
|
567898143b | ||
|
|
d3359f5a70 | ||
|
|
e36b05e425 | ||
|
|
075d980d0d | ||
|
|
6bb19f4fbd | ||
|
|
dd80268669 | ||
|
|
cee68c773e | ||
|
|
1f66f62ed7 | ||
|
|
445bfe9fa7 | ||
|
|
7be63741d3 | ||
|
|
635b50bfb5 |
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PACKAGES="cmake libsndfile-dev fftw3-dev libvorbis-dev libogg-dev
|
||||
PACKAGES="cmake libsndfile-dev fftw3-dev libvorbis-dev libogg-dev libmp3lame-dev
|
||||
libasound2-dev libjack-dev libsdl-dev libsamplerate0-dev libstk0-dev
|
||||
libfluidsynth-dev portaudio19-dev wine-dev g++-multilib libfltk1.3-dev
|
||||
libgig-dev libsoundio-dev"
|
||||
|
||||
@@ -11,7 +11,7 @@ MINGW_PACKAGES="mingw32-x-sdl mingw32-x-libvorbis mingw32-x-fluidsynth mingw32-x
|
||||
mingw32-x-glib2 mingw32-x-portaudio mingw32-x-libsndfile mingw32-x-fftw
|
||||
mingw32-x-flac mingw32-x-fltk mingw32-x-libsamplerate
|
||||
mingw32-x-pkgconfig mingw32-x-binutils mingw32-x-gcc mingw32-x-runtime
|
||||
mingw32-x-libgig mingw32-x-libsoundio $MINGW_PACKAGES"
|
||||
mingw32-x-libgig mingw32-x-libsoundio mingw32-x-lame $MINGW_PACKAGES"
|
||||
|
||||
export MINGW_PACKAGES
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ MINGW_PACKAGES="mingw64-x-sdl mingw64-x-libvorbis mingw64-x-fluidsynth mingw64-x
|
||||
mingw64-x-glib2 mingw64-x-portaudio mingw64-x-libsndfile
|
||||
mingw64-x-fftw mingw64-x-flac mingw64-x-fltk mingw64-x-libsamplerate
|
||||
mingw64-x-pkgconfig mingw64-x-binutils mingw64-x-gcc mingw64-x-runtime
|
||||
mingw64-x-libgig mingw64-x-libsoundio $MINGW_PACKAGES"
|
||||
mingw64-x-libgig mingw64-x-libsoundio mingw64-x-lame $MINGW_PACKAGES"
|
||||
|
||||
export MINGW_PACKAGES
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PACKAGES="cmake pkgconfig fftw libogg libvorbis libsndfile libsamplerate jack sdl stk portaudio node fltk"
|
||||
PACKAGES="cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk portaudio node fltk"
|
||||
|
||||
if [ $QT5 ]; then
|
||||
PACKAGES="$PACKAGES homebrew/versions/qt55"
|
||||
|
||||
@@ -30,7 +30,7 @@ SET(PROJECT_COPYRIGHT "2008-${PROJECT_YEAR} ${PROJECT_AUTHOR}")
|
||||
SET(VERSION_MAJOR "1")
|
||||
SET(VERSION_MINOR "2")
|
||||
SET(VERSION_RELEASE "0")
|
||||
SET(VERSION_STAGE "rc3")
|
||||
SET(VERSION_STAGE "rc4")
|
||||
SET(VERSION_BUILD "0")
|
||||
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}")
|
||||
IF(VERSION_STAGE)
|
||||
@@ -51,6 +51,7 @@ OPTION(WANT_CAPS "Include C* Audio Plugin Suite (LADSPA plugins)" ON)
|
||||
OPTION(WANT_CARLA "Include Carla plugin" ON)
|
||||
OPTION(WANT_CMT "Include Computer Music Toolkit LADSPA plugins" ON)
|
||||
OPTION(WANT_JACK "Include JACK (Jack Audio Connection Kit) support" ON)
|
||||
OPTION(WANT_MP3LAME "Include MP3/Lame support" ON)
|
||||
OPTION(WANT_OGGVORBIS "Include OGG/Vorbis support" ON)
|
||||
OPTION(WANT_PULSEAUDIO "Include PulseAudio support" ON)
|
||||
OPTION(WANT_PORTAUDIO "Include PortAudio support" ON)
|
||||
@@ -306,6 +307,21 @@ IF(NOT LMMS_HAVE_PULSEAUDIO)
|
||||
ENDIF(NOT LMMS_HAVE_PULSEAUDIO)
|
||||
|
||||
|
||||
# check for MP3/Lame-libraries
|
||||
IF(WANT_MP3LAME)
|
||||
FIND_PACKAGE(Lame)
|
||||
IF(LAME_FOUND)
|
||||
SET(LMMS_HAVE_MP3LAME TRUE)
|
||||
SET(STATUS_MP3LAME "OK")
|
||||
ELSE(LAME_FOUND)
|
||||
SET(STATUS_MP3LAME "not found, please install libmp3lame-dev (or similar)")
|
||||
SET(LAME_LIBRARIES "")
|
||||
SET(LAME_INCLUDE_DIRS "")
|
||||
ENDIF(LAME_FOUND)
|
||||
ELSE(WANT_MP3LAME)
|
||||
SET(STATUS_MP3LAME "Disabled for build")
|
||||
ENDIF(WANT_MP3LAME)
|
||||
|
||||
# check for OGG/Vorbis-libraries
|
||||
IF(WANT_OGGVORBIS)
|
||||
FIND_PACKAGE(OggVorbis)
|
||||
@@ -593,6 +609,7 @@ MESSAGE(
|
||||
"-----------------------------------------\n"
|
||||
"* WAVE : OK\n"
|
||||
"* OGG/VORBIS : ${STATUS_OGGVORBIS}\n"
|
||||
"* MP3/Lame : ${STATUS_MP3LAME}\n"
|
||||
)
|
||||
|
||||
MESSAGE(
|
||||
|
||||
@@ -32,12 +32,12 @@ Features
|
||||
* Many powerful instrument and effect-plugins out of the box
|
||||
* Full user-defined track-based automation and computer-controlled automation sources
|
||||
* Compatible with many standards such as SoundFont2, VST(i), LADSPA, GUS Patches, and full MIDI support
|
||||
* MIDI file importing
|
||||
* MIDI file importing and exporting
|
||||
|
||||
Building
|
||||
---------
|
||||
|
||||
See [Compiling LMMS](https://github.com/LMMS/lmms/wiki/Compiling-lmms) on our
|
||||
See [Compiling LMMS](https://github.com/LMMS/lmms/wiki/Compiling) on our
|
||||
wiki for information on how to build LMMS.
|
||||
|
||||
|
||||
|
||||
@@ -143,6 +143,8 @@
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<string>True</string>
|
||||
</dict>
|
||||
|
||||
@@ -8,7 +8,7 @@ Comment=easy music production for everyone!
|
||||
Comment[ca]=Producció fàcil de música per a tothom!
|
||||
Comment[fr]=Production facile de musique pour tout le monde !
|
||||
Icon=lmms
|
||||
Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lmms %f
|
||||
Exec=env QT_X11_NO_NATIVE_MENUBAR=1 QT_AUTO_SCREEN_SCALE_FACTOR=1 lmms %f
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;AudioVideo;Audio;Midi;
|
||||
|
||||
16
cmake/modules/FindLame.cmake
Normal file
@@ -0,0 +1,16 @@
|
||||
# - Try to find LAME
|
||||
# Once done this will define
|
||||
#
|
||||
# LAME_FOUND - system has liblame
|
||||
# LAME_INCLUDE_DIRS - the liblame include directory
|
||||
# LAME_LIBRARIES - The liblame libraries
|
||||
|
||||
find_path(LAME_INCLUDE_DIRS lame/lame.h)
|
||||
find_library(LAME_LIBRARIES mp3lame)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(Lame DEFAULT_MSG LAME_INCLUDE_DIRS LAME_LIBRARIES)
|
||||
|
||||
list(APPEND LAME_DEFINITIONS -DHAVE_LIBMP3LAME=1)
|
||||
|
||||
mark_as_advanced(LAME_INCLUDE_DIRS LAME_LIBRARIES LAME_DEFINITIONS)
|
||||
@@ -7,12 +7,17 @@ SET(CPACK_NSIS_URL_INFO_ABOUT "${PROJECT_URL}" PARENT_SCOPE)
|
||||
SET(CPACK_NSIS_CONTACT "${PROJECT_EMAIL}" PARENT_SCOPE)
|
||||
SET(CPACK_PACKAGE_EXECUTABLES "${CMAKE_PROJECT_NAME}.exe;${PROJECT_NAME_UCASE}" PARENT_SCOPE)
|
||||
SET(CPACK_NSIS_MENU_LINKS "${CMAKE_PROJECT_NAME}.exe;${PROJECT_NAME_UCASE}" PARENT_SCOPE)
|
||||
SET(CPACK_NSIS_DEFINES "!include ${CMAKE_SOURCE_DIR}/cmake/nsis/FileAssociation.nsh")
|
||||
SET(CPACK_NSIS_DEFINES "
|
||||
!include ${CMAKE_SOURCE_DIR}/cmake/nsis/FileAssociation.nsh
|
||||
!include LogicLib.nsh
|
||||
!include WinVer.nsh")
|
||||
SET(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${VERSION}-win32")
|
||||
SET(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "
|
||||
SET(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "
|
||||
\\\${registerExtension} \\\"$INSTDIR\\\\${CMAKE_PROJECT_NAME}.exe\\\" \\\".mmp\\\" \\\"${PROJECT_NAME_UCASE} Project\\\"
|
||||
\\\${registerExtension} \\\"$INSTDIR\\\\${CMAKE_PROJECT_NAME}.exe\\\" \\\".mmpz\\\" \\\"${PROJECT_NAME_UCASE} Project (compressed)\\\"
|
||||
WriteRegDWORD HKLM \\\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\SideBySide\\\" \\\"PreferExternalManifest\\\" \\\"1\\\"
|
||||
\\\${IfNot} \\\${AtMostWin7}
|
||||
WriteRegDWORD HKLM \\\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\SideBySide\\\" \\\"PreferExternalManifest\\\" \\\"1\\\"
|
||||
\\\${EndIf}
|
||||
" PARENT_SCOPE)
|
||||
SET(CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS "
|
||||
\\\${unregisterExtension} \\\".mmp\\\" \\\"${PROJECT_NAME_UCASE} Project\\\"
|
||||
|
||||
@@ -31,7 +31,7 @@ FOREACH(_ts_file ${lmms_LOCALES})
|
||||
COMMAND "${QT_LUPDATE_EXECUTABLE}" -locations none -no-obsolete -I ${CMAKE_SOURCE_DIR}/include/ ${LMMS_SRCS} ${LMMS_INCLUDES} ${LMMS_UIS} `find "\"${CMAKE_SOURCE_DIR}/plugins/\"" -type f -name '*.cpp' -or -name '*.h'` -ts "\"${_ts_file}\""
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
ADD_CUSTOM_TARGET(${_qm_target}
|
||||
COMMAND "${QT_LRELEASE_EXECUTABLE}" "\"${_ts_file}\"" -qm "\"${_qm_file}\""
|
||||
COMMAND "${QT_LRELEASE_EXECUTABLE}" "${_ts_file}" -qm "${_qm_file}"
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
LIST(APPEND ts_targets "${_ts_target}")
|
||||
LIST(APPEND qm_targets "${_qm_target}")
|
||||
|
||||
@@ -721,10 +721,6 @@ If you're interested in translating LMMS in another language or want to imp
|
||||
<source>Input Gain:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NOIS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Input Noise:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -741,10 +737,6 @@ If you're interested in translating LMMS in another language or want to imp
|
||||
<source>Output Clip:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rate Enabled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -753,10 +745,6 @@ If you're interested in translating LMMS in another language or want to imp
|
||||
<source>Enable samplerate-crushing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Depth</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Depth Enabled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -769,20 +757,28 @@ If you're interested in translating LMMS in another language or want to imp
|
||||
<source>Sample rate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>STD</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Stereo difference:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Levels</source>
|
||||
<source>Levels:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Levels:</source>
|
||||
<source>NOISE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>FREQ</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>STEREO</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QUANT</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
@@ -1974,10 +1970,6 @@ Right clicking will bring up a context menu where you can change the order in wh
|
||||
<source>32 Bit Float</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please note that not all of the parameters above apply for all file formats.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quality settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -2063,6 +2055,14 @@ Right clicking will bring up a context menu where you can change the order in wh
|
||||
Please make sure you have write permission to the file and the directory containing the file and try again!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>24 Bit Integer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use variable bitrate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Fader</name>
|
||||
@@ -2166,10 +2166,6 @@ Please make sure you have write permission to the file and the directory contain
|
||||
<source>RATE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>AMNT</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -2190,6 +2186,10 @@ Please make sure you have write permission to the file and the directory contain
|
||||
<source>Invert</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Period:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FxLine</name>
|
||||
@@ -2238,6 +2238,18 @@ You can remove and move FX channels in the context menu, which is accessed by ri
|
||||
<source>FX %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Volume</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mute</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Solo</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FxMixerView</name>
|
||||
@@ -3354,22 +3366,10 @@ You can remove and move FX channels in the context menu, which is accessed by ri
|
||||
<source>FX channel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ENV/LFO</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>FUNC</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>FX</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MIDI</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Save preset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -3378,10 +3378,6 @@ You can remove and move FX channels in the context menu, which is accessed by ri
|
||||
<source>XML preset file (*.xpf)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>PLUGIN</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pitch range (semitones)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -3398,10 +3394,6 @@ You can remove and move FX channels in the context menu, which is accessed by ri
|
||||
<source>Click here, if you want to save current instrument track settings in a preset file. Later you can load this preset by double-clicking it in the preset-browser.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MISC</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use these controls to view and edit the next/previous track in the song editor.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -3410,6 +3402,30 @@ You can remove and move FX channels in the context menu, which is accessed by ri
|
||||
<source>SAVE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Envelope, filter & LFO</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Chord stacking & arpeggio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Effects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MIDI settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Miscellaneous</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugin</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Knob</name>
|
||||
@@ -3897,14 +3913,6 @@ Please visit http://lmms.sf.net/wiki for documentation on LMMS.</source>
|
||||
<source>Recover the file. Please don't run multiple instances of LMMS when you do this.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Ignore</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Launch LMMS as usual but with automatic backup disabled to prevent the present recover file from being overwritten.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Discard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -3977,10 +3985,6 @@ Please visit http://lmms.sf.net/wiki for documentation on LMMS.</source>
|
||||
<source>Recover session. Please save your work!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Automatic backup disabled. Remember to save your work!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Recovered project not saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -5690,14 +5694,6 @@ Reason: "%2"</source>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProjectNotes</name>
|
||||
<message>
|
||||
<source>Project notes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Put down your project notes here.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit Actions</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@@ -5806,6 +5802,14 @@ Reason: "%2"</source>
|
||||
<source>&Color...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Project Notes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Enter project notes here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProjectRenderer</name>
|
||||
|
||||
89
data/projects/templates/default.mpt
Normal file
@@ -0,0 +1,89 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE lmms-project>
|
||||
<lmms-project version="1.0" creator="LMMS" creatorversion="1.2.0" type="song">
|
||||
<head timesig_numerator="4" mastervol="100" timesig_denominator="4" bpm="140" masterpitch="0"/>
|
||||
<song>
|
||||
<trackcontainer width="600" x="5" y="5" maximized="0" height="300" visible="1" type="song" minimized="0">
|
||||
<track muted="0" type="0" name="TripleOscillator" solo="0">
|
||||
<instrumenttrack pan="0" fxch="0" usemasterpitch="1" pitchrange="1" pitch="0" basenote="57" vol="100">
|
||||
<instrument name="tripleoscillator">
|
||||
<tripleoscillator phoffset2="0" userwavefile0="" finer0="0" userwavefile1="" finer1="0" userwavefile2="" finer2="0" coarse0="0" coarse1="-12" coarse2="-24" finel0="0" finel1="0" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="2" pan1="0" stphdetun0="0" pan2="0" stphdetun1="0" wavetype0="0" stphdetun2="0" wavetype1="0" wavetype2="0" vol0="33" vol1="33" phoffset0="0" phoffset1="0" vol2="33"/>
|
||||
</instrument>
|
||||
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0">
|
||||
<elvol lspd_denominator="4" sustain="0.5" pdel="0" userwavefile="" dec="0.5" lamt="0" latt="0" rel="0.1" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lspd_syncmode="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
|
||||
<elcut lspd_denominator="4" sustain="0.5" pdel="0" userwavefile="" dec="0.5" lamt="0" latt="0" rel="0.1" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lspd_syncmode="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
|
||||
<elres lspd_denominator="4" sustain="0.5" pdel="0" userwavefile="" dec="0.5" lamt="0" latt="0" rel="0.1" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lspd_syncmode="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
|
||||
</eldata>
|
||||
<chordcreator chord="0" chordrange="1" chord-enabled="0"/>
|
||||
<arpeggiator arptime="100" arprange="1" arpskip="0" arptime_denominator="4" arptime_syncmode="0" arpmode="0" arpcycle="0" arp-enabled="0" arp="0" arptime_numerator="4" arpdir="0" arpmiss="0" arpgate="100"/>
|
||||
<midiport inputcontroller="0" fixedoutputvelocity="-1" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" fixedinputvelocity="-1" fixedoutputnote="-1" outputprogram="1" basevelocity="63" readable="0"/>
|
||||
<fxchain numofeffects="0" enabled="0"/>
|
||||
</instrumenttrack>
|
||||
</track>
|
||||
<track muted="0" type="2" name="Sample track" solo="0">
|
||||
<sampletrack pan="0" vol="100">
|
||||
<fxchain numofeffects="0" enabled="0"/>
|
||||
</sampletrack>
|
||||
</track>
|
||||
<track muted="0" type="1" name="Beat/Bassline 0" solo="0">
|
||||
<bbtrack>
|
||||
<trackcontainer width="640" x="610" y="5" maximized="0" height="400" visible="0" type="bbtrackcontainer" minimized="0">
|
||||
<track muted="0" type="0" name="Kicker" solo="0">
|
||||
<instrumenttrack pan="0" fxch="0" usemasterpitch="1" pitchrange="1" pitch="0" basenote="57" vol="100">
|
||||
<instrument name="kicker">
|
||||
<kicker decay_numerator="4" decay_denominator="4" distend="0.8" click="0.4" endnote="0" version="1" decay_syncmode="0" decay="440" noise="0" slope="0.06" dist="0.8" env="0.163" startnote="1" startfreq="150" endfreq="40" gain="1"/>
|
||||
</instrument>
|
||||
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0">
|
||||
<elvol lspd_denominator="4" sustain="0.5" pdel="0" userwavefile="" dec="0.5" lamt="0" latt="0" rel="0.1" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lspd_syncmode="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
|
||||
<elcut lspd_denominator="4" sustain="0.5" pdel="0" userwavefile="" dec="0.5" lamt="0" latt="0" rel="0.1" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lspd_syncmode="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
|
||||
<elres lspd_denominator="4" sustain="0.5" pdel="0" userwavefile="" dec="0.5" lamt="0" latt="0" rel="0.1" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lspd_syncmode="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
|
||||
</eldata>
|
||||
<chordcreator chord="0" chordrange="1" chord-enabled="0"/>
|
||||
<arpeggiator arptime="100" arprange="1" arpskip="0" arptime_denominator="4" arptime_syncmode="0" arpmode="0" arpcycle="0" arp-enabled="0" arp="0" arptime_numerator="4" arpdir="0" arpmiss="0" arpgate="100"/>
|
||||
<midiport inputcontroller="0" fixedoutputvelocity="-1" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" fixedinputvelocity="-1" fixedoutputnote="-1" outputprogram="1" basevelocity="63" readable="0"/>
|
||||
<fxchain numofeffects="0" enabled="0"/>
|
||||
</instrumenttrack>
|
||||
<pattern steps="16" muted="0" type="0" name="Kicker" pos="0"/>
|
||||
</track>
|
||||
</trackcontainer>
|
||||
</bbtrack>
|
||||
</track>
|
||||
<track muted="0" type="5" name="Automation track" solo="0">
|
||||
<automationtrack/>
|
||||
</track>
|
||||
</trackcontainer>
|
||||
<track muted="0" type="6" name="Automation track" solo="0">
|
||||
<automationtrack/>
|
||||
<automationpattern tens="1" mute="0" prog="0" name="Numerator" pos="0" len="192">
|
||||
<object id="4975896"/>
|
||||
</automationpattern>
|
||||
<automationpattern tens="1" mute="0" prog="0" name="Denominator" pos="0" len="192">
|
||||
<object id="6613237"/>
|
||||
</automationpattern>
|
||||
<automationpattern tens="1" mute="0" prog="0" name="Tempo" pos="0" len="192">
|
||||
<object id="6054005"/>
|
||||
</automationpattern>
|
||||
<automationpattern tens="1" mute="0" prog="0" name="Master volume" pos="0" len="192">
|
||||
<object id="1345820"/>
|
||||
</automationpattern>
|
||||
<automationpattern tens="1" mute="0" prog="0" name="Master pitch" pos="0" len="192">
|
||||
<object id="5865711"/>
|
||||
</automationpattern>
|
||||
</track>
|
||||
<fxmixer width="543" x="5" y="310" maximized="0" height="335" visible="1" minimized="0">
|
||||
<fxchannel num="0" muted="0" volume="1" name="Master" soloed="0">
|
||||
<fxchain numofeffects="0" enabled="0"/>
|
||||
</fxchannel>
|
||||
</fxmixer>
|
||||
<ControllerRackView width="350" x="680" y="310" maximized="0" height="200" visible="1" minimized="0"/>
|
||||
<pianoroll width="640" x="5" y="5" maximized="0" height="480" visible="0" minimized="0"/>
|
||||
<automationeditor width="640" x="-36" y="0" maximized="0" height="400" visible="0" minimized="0"/>
|
||||
<projectnotes width="640" x="700" y="10" maximized="0" height="400" visible="0" minimized="0"><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Noto Sans'; font-size:9pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#e0e0e0;">Enter project notes here</span></p></body></html>]]></projectnotes>
|
||||
<timeline lp1pos="192" lp0pos="0" lpstate="0"/>
|
||||
<controllers/>
|
||||
</song>
|
||||
</lmms-project>
|
||||
@@ -139,6 +139,19 @@ PianoRoll {
|
||||
qproperty-textShadow: rgb( 240, 240, 240 );
|
||||
}
|
||||
|
||||
TabWidget {
|
||||
background-color: #5b6571;
|
||||
qproperty-tabText: rgba(255, 255, 255, 180);
|
||||
qproperty-tabTitleText: #fff;
|
||||
qproperty-tabSelected: #61666b;
|
||||
qproperty-tabBackground: #3c434b;
|
||||
qproperty-tabBorder: #3c434b;
|
||||
}
|
||||
|
||||
GroupBox {
|
||||
background-color: #5b6571;
|
||||
}
|
||||
|
||||
/* main toolbar oscilloscope - can have transparent bg now */
|
||||
|
||||
VisualizationWidget {
|
||||
@@ -281,6 +294,11 @@ TrackContainerView QFrame{
|
||||
background-color: #49515b;
|
||||
}
|
||||
|
||||
/* background for track controls */
|
||||
TrackView > QWidget {
|
||||
background-color: #5b6571;
|
||||
}
|
||||
|
||||
/* autoscroll, loop, stop behaviour toggle buttons */
|
||||
|
||||
/* track background colors */
|
||||
@@ -523,6 +541,12 @@ PluginDescWidget:hover {
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
/* piano widget */
|
||||
|
||||
PianoView {
|
||||
background-color: #14171a;
|
||||
}
|
||||
|
||||
/* font sizes for text buttons */
|
||||
|
||||
FxMixerView QPushButton, EffectRackView QPushButton, ControllerRackView QPushButton {
|
||||
@@ -543,6 +567,7 @@ FxLine {
|
||||
/* persistent peak markers for fx peak meters */
|
||||
Fader {
|
||||
qproperty-peakGreen: rgb( 74, 253, 133);
|
||||
qproperty-peakYellow: rgb(224, 222, 18);
|
||||
qproperty-peakRed: rgb( 255, 100, 100);
|
||||
}
|
||||
|
||||
|
||||
0
data/themes/default/add.png
Executable file → Normal file
|
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |
0
data/themes/default/add_automation.png
Executable file → Normal file
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 462 B |
0
data/themes/default/add_bb_track.png
Executable file → Normal file
|
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
0
data/themes/default/add_folder.png
Executable file → Normal file
|
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
0
data/themes/default/add_sample_track.png
Executable file → Normal file
|
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
0
data/themes/default/analysis.png
Executable file → Normal file
|
Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 517 B |
0
data/themes/default/apply-selected.png
Executable file → Normal file
|
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
0
data/themes/default/apply.png
Executable file → Normal file
|
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 303 B |
0
data/themes/default/arp_down.png
Executable file → Normal file
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
0
data/themes/default/arp_free.png
Executable file → Normal file
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
0
data/themes/default/arp_random.png
Executable file → Normal file
|
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 371 B |
0
data/themes/default/arp_sort.png
Executable file → Normal file
|
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
0
data/themes/default/arp_sync.png
Executable file → Normal file
|
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 196 B |
0
data/themes/default/arp_up.png
Executable file → Normal file
|
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 226 B |
0
data/themes/default/arp_up_and_down.png
Executable file → Normal file
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 268 B |
0
data/themes/default/automation.png
Executable file → Normal file
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 432 B |
0
data/themes/default/automation_track.png
Executable file → Normal file
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 432 B |
0
data/themes/default/autoscroll_off.png
Executable file → Normal file
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
0
data/themes/default/autoscroll_on.png
Executable file → Normal file
|
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B |
0
data/themes/default/back_to_start.png
Executable file → Normal file
|
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
0
data/themes/default/back_to_zero.png
Executable file → Normal file
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B |
0
data/themes/default/bb_track.png
Executable file → Normal file
|
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
0
data/themes/default/bb_track_btn.png
Executable file → Normal file
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 185 B |
0
data/themes/default/black_key.png
Executable file → Normal file
|
Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 517 B |
0
data/themes/default/black_key_pressed.png
Executable file → Normal file
|
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 427 B |
0
data/themes/default/cancel.png
Executable file → Normal file
|
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 419 B |
0
data/themes/default/chord.png
Executable file → Normal file
|
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
0
data/themes/default/clock.png
Executable file → Normal file
|
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 559 B |
0
data/themes/default/colorize.png
Executable file → Normal file
|
Before Width: | Height: | Size: 919 B After Width: | Height: | Size: 919 B |
0
data/themes/default/combobox_arrow.png
Executable file → Normal file
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
0
data/themes/default/combobox_arrow_selected.png
Executable file → Normal file
|
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
0
data/themes/default/combobox_bg.png
Executable file → Normal file
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
0
data/themes/default/computer.png
Executable file → Normal file
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 242 B |
0
data/themes/default/controller.png
Executable file → Normal file
|
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 521 B |
0
data/themes/default/cpuload_bg.png
Executable file → Normal file
|
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 451 B |
0
data/themes/default/cpuload_leds.png
Executable file → Normal file
|
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 292 B |
0
data/themes/default/dont_know.png
Executable file → Normal file
|
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 398 B |
0
data/themes/default/edit_copy.png
Executable file → Normal file
|
Before Width: | Height: | Size: 208 B After Width: | Height: | Size: 208 B |
0
data/themes/default/edit_cut.png
Executable file → Normal file
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 464 B |
0
data/themes/default/edit_draw.png
Executable file → Normal file
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 271 B |
0
data/themes/default/edit_erase.png
Executable file → Normal file
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
0
data/themes/default/edit_move.png
Executable file → Normal file
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
0
data/themes/default/edit_paste.png
Executable file → Normal file
|
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
0
data/themes/default/edit_redo.png
Executable file → Normal file
|
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 414 B |
0
data/themes/default/edit_rename.png
Executable file → Normal file
|
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
0
data/themes/default/edit_select.png
Executable file → Normal file
|
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 199 B |
0
data/themes/default/edit_undo.png
Executable file → Normal file
|
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
0
data/themes/default/effect_plugin.png
Executable file → Normal file
|
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 492 B |
0
data/themes/default/error.png
Executable file → Normal file
|
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
0
data/themes/default/exit.png
Executable file → Normal file
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 327 B |
0
data/themes/default/exp_wave_active.png
Executable file → Normal file
|
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
0
data/themes/default/exp_wave_inactive.png
Executable file → Normal file
|
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 358 B |
0
data/themes/default/factory_files.png
Executable file → Normal file
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
0
data/themes/default/fader_background.png
Executable file → Normal file
|
Before Width: | Height: | Size: 905 B After Width: | Height: | Size: 905 B |
0
data/themes/default/fader_knob.png
Executable file → Normal file
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
0
data/themes/default/fader_leds.png
Executable file → Normal file
|
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 295 B |
0
data/themes/default/file.png
Executable file → Normal file
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
0
data/themes/default/filter_2lp.png
Executable file → Normal file
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
0
data/themes/default/filter_ap.png
Executable file → Normal file
|
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B |
0
data/themes/default/filter_bp.png
Executable file → Normal file
|
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
0
data/themes/default/filter_hp.png
Executable file → Normal file
|
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 289 B |
0
data/themes/default/filter_lp.png
Executable file → Normal file
|
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 285 B |
0
data/themes/default/filter_notch.png
Executable file → Normal file
|
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 300 B |
0
data/themes/default/flip_x.png
Executable file → Normal file
|
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
0
data/themes/default/flip_y.png
Executable file → Normal file
|
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 269 B |
0
data/themes/default/folder.png
Executable file → Normal file
|
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
0
data/themes/default/folder_locked.png
Executable file → Normal file
|
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 251 B |
0
data/themes/default/folder_opened.png
Executable file → Normal file
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
0
data/themes/default/fx_mixer.png
Executable file → Normal file
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
0
data/themes/default/hand.png
Executable file → Normal file
|
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 603 B |
0
data/themes/default/help.png
Executable file → Normal file
|
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
0
data/themes/default/hint.png
Executable file → Normal file
|
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 398 B |
0
data/themes/default/home.png
Executable file → Normal file
|
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
0
data/themes/default/hq_mode.png
Executable file → Normal file
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 490 B |
0
data/themes/default/instrument_track.png
Executable file → Normal file
|
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
0
data/themes/default/keep_stop_position.png
Executable file → Normal file
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
0
data/themes/default/knob01.png
Executable file → Normal file
|
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
0
data/themes/default/knob02.png
Executable file → Normal file
|
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 412 B |
0
data/themes/default/knob03.png
Executable file → Normal file
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
0
data/themes/default/knob05.png
Executable file → Normal file
|
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 346 B |
0
data/themes/default/lcd_19green.png
Executable file → Normal file
|
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 643 B |
0
data/themes/default/lcd_19red.png
Executable file → Normal file
|
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 637 B |
0
data/themes/default/lcd_21pink.png
Executable file → Normal file
|
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 641 B |
0
data/themes/default/led_blue.png
Executable file → Normal file
|
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 413 B |
0
data/themes/default/led_green.png
Executable file → Normal file
|
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
0
data/themes/default/led_off.png
Executable file → Normal file
|
Before Width: | Height: | Size: 485 B After Width: | Height: | Size: 485 B |