Bug reports & end-user support for Akai's MPC Software 'controllers' including the new MPC Studio 2, the MPC Touch, MPC Renaissance & original MPC Studio and MPC StudioB lack.
By masada2502 Tue Sep 09, 2014 4:32 pm
if your having issues finding the path .
go into Applications/Utilities/ launch the app "terminal "
enter this string

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES;killall Finder

this will display the directory path . Do at your own risk.
By TT_Lab Tue Sep 09, 2014 4:40 pm
masada you don't have to go to terminal.
Just open the get info of any of the files inside the folder you want the path for and copy it from there
User avatar
By pk1 Tue Sep 09, 2014 4:55 pm
hey Lab i just tried !LL's Rumpshaker. the vst for kontakt. it only opened the sample not a vst like hybrid or npc 909. i see the xml is different but that xml stuff is above me. let us know when you guys figure out the instruments too :mrgreen: :mrgreen: :mrgreen:
User avatar
By SimonInAustralia Tue Sep 09, 2014 6:40 pm
TT_Lab wrote:It is quite easy.
All the images and xml must go in expansion folder as in the videos.
But inside the xml...
<?xml version="1.0" encoding="UTF-8"?>

<expansion version="1.0">
<title>insert title</title>
<manufacturer>insert manufacturer</manufacturer>
<type>insert catagory</type>
<img>insert jpeg name</img>
<directory>FULL PATH TO THE FOLDER WHERE THE SOUNDS ARE</directory>
</expansion>

XML would have to go in the expansion folder, but could you use a full path name for the image name as well?
User avatar
By Mike Boogie Tue Sep 09, 2014 6:49 pm
pk1 wrote:hey Lab i just tried !LL's Rumpshaker. the vst for kontakt. it only opened the sample not a vst like hybrid or npc 909. i see the xml is different but that xml stuff is above me. let us know when you guys figure out the instruments too :mrgreen: :mrgreen: :mrgreen:


I have a feeling that they would be implemented the same way you would a KeyGroup Program. So that mean they would need to be converted to a format MPC can read, FIRST!
By TT_Lab Tue Sep 09, 2014 6:53 pm
SimonInAustralia wrote:
TT_Lab wrote:It is quite easy.
All the images and xml must go in expansion folder as in the videos.
But inside the xml...
<?xml version="1.0" encoding="UTF-8"?>

<expansion version="1.0">
<title>insert title</title>
<manufacturer>insert manufacturer</manufacturer>
<type>insert catagory</type>
<img>insert jpeg name</img>
<directory>FULL PATH TO THE FOLDER WHERE THE SOUNDS ARE</directory>
</expansion>

XML would have to go in the expansion folder, but could you use a full path name for the image name as well?

Did't try it!
User avatar
By SimonInAustralia Tue Sep 09, 2014 6:57 pm
Mike Boogie wrote:
pk1 wrote:hey Lab i just tried !LL's Rumpshaker. the vst for kontakt. it only opened the sample not a vst like hybrid or npc 909. i see the xml is different but that xml stuff is above me. let us know when you guys figure out the instruments too :mrgreen: :mrgreen: :mrgreen:


I have a feeling that they would be implemented the same way you would a KeyGroup Program. So that mean they would need to be converted to a format MPC can read, FIRST!

The XMLs can load up MPC Expansion plugins, as they do with the factory MPC Expansions, they might be able to load up other plugins in the same way?
User avatar
By SimonInAustralia Tue Sep 09, 2014 7:04 pm
TT_Lab wrote:masada you don't have to go to terminal.
Just open the get info of any of the files inside the folder you want the path for and copy it from there

:nod:

If you are using terminal, you can just drag the file from a Finder window into the Terminal window, and it will enter the path name into the command line.
By TT_Lab Thu Sep 11, 2014 9:50 am
TT_Lab wrote:
SimonInAustralia wrote:
TT_Lab wrote:It is quite easy.
All the images and xml must go in expansion folder as in the videos.
But inside the xml...
<?xml version="1.0" encoding="UTF-8"?>

<expansion version="1.0">
<title>insert title</title>
<manufacturer>insert manufacturer</manufacturer>
<type>insert catagory</type>
<img>insert jpeg name</img>
<directory>FULL PATH TO THE FOLDER WHERE THE SOUNDS ARE</directory>
</expansion>

XML would have to go in the expansion folder, but could you use a full path name for the image name as well?

Did't try it!

Images can be in the sample folder instead of expansion folder.
In the expansions folder, the only thing that is mandatory is the XML
Like that;
Code: Select all<?xml version="1.0" encoding="UTF-8"?>
 
<expansion version="1.0">
    <title>!llmind BLAP-KIT Vol 1</title>
    <manufacturer>illmind//illLoops</manufacturer>
    <type>drum</type>
    <img>/Volumes/TT_ARCHIVE_3/00_MPC Content/00_Illmind/BLAP-KIT VOLUME 1/!llmind BLAPKIT Vol 1.jpg</img>
    <directory>/Volumes/TT_ARCHIVE_3/00_MPC Content/00_Illmind/BLAP-KIT VOLUME 1</directory>
</expansion>


And I found out that images can be any size as long as they are perfectly square.
I'm trying to do the same with plugins. Let's see if I can find a way to load up your presets from the Expansion browser
By masada2502 Thu Sep 11, 2014 10:56 am
What up bro. I know the pic can be any size but The reason for the blank j peg is help keep things looking symmetrical.
By TT_Lab Thu Sep 11, 2014 11:34 am
Ok, I was just pointing it out.
I use ur template thou, for ease of use. :worthy: