LMMS Sharing Platform

Share your work with the LMMS community.

All Content      Projects      Misc      invoker.mmp

by TDNSR (Jan-Lotz@hotmail)
Size: 292 KB
License: Creative Commons (by)
LMMS Version: 1.3.0-alpha.1.183+g0eeefec5f
Submitted: 2022-04-20 15:19:55
Updated: 2022-04-20 15:19:55
Popularity:  297   0
Rating:    0
Name: invoker.mmp  Download
Description:

See also: https://opengameart.org/content/invoker
A pure Watsyn project.

Greetings.
Please use this in LMMS 1.3 or higher. Previous versions require editing to load correctly.

Instruments:
Watsyn: Built into LMMS.

Released as .mmp, adjust paths as desired.


Please note that the author explicitely wishes to have eventual derivates or redistributions distributed ONLY as .mmp files, not .mmpz.
There is nothing the license can do from stopping you as saving it as .mmpz, except that the author will insult you severely.

Should you have received this file as an .mmpz, please insult its forwarder.
To convert the file into .mmp, follow these steps:

1.: Create a a file called "Decompress.cmd" in the LMMS directory. (Where lmms.exe is located.)
2.: Right click on file, click "Edit".
3.: Put the following line into the file:

"%~dp0LMMS.exe" -d "%*" > "%*.mmp"

This does the following:
%~dp0 return the folder where the .cmd file is located.
It then calls LMMS.exe inside that folder.
-d is the decompress option for an .mmpz file.
%* returns any parameters given to the .cmd file.
> sends the output into a file.

If you drag an .mmpz file onto the .cmd file, it will decompress it into "[filename].mmpz.mmp", at the original location.

Comments:

No comments yet