FARMPAD for padKontrol now v 1.3.1 !!! !!!

Discuss music production with Ableton Live.
supamonsta
Posts: 2621
Joined: Tue Feb 20, 2007 7:31 pm
Location: The Lounge
Contact:

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by supamonsta » Thu May 13, 2010 12:21 pm

users/name/farmpad/Example Configurations/default_settings.txt

should not be so hard to find????? :lol:

cheers

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Thu May 13, 2010 6:34 pm

I'll get back to you with some results!! Thanks again :) :)

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Thu May 13, 2010 7:20 pm

it definitely isnt there...

somehow the file doesnt exist or its hidden...

supamonsta
Posts: 2621
Joined: Tue Feb 20, 2007 7:31 pm
Location: The Lounge
Contact:

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by supamonsta » Thu May 13, 2010 11:44 pm

did you try spotlight " default blah bmah .txt" ??

this strange... it should be somewhere anyway 8O

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Fri May 14, 2010 12:23 am

Yea I've been searching like a mad man... I can't find it anywhere...

Anyone?

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Sat May 15, 2010 12:27 pm

does anyone know why i cant find it?

supamonsta
Posts: 2621
Joined: Tue Feb 20, 2007 7:31 pm
Location: The Lounge
Contact:

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by supamonsta » Sat May 15, 2010 4:51 pm

http://www.fileden.com/files/2008/7/30/ ... ttings.txt

ok I don't know, I tried to download farmpad 1.3.1. again, and, indeed, there is no defaut config txt in the "example configurtions" folder...

here is a link to download mine. (click to see, or right click "download" to download it)

you will see that in this one all midi channels are set as "2", but in your case you just change these to whatever channel you need

hope it'll work :D

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Sat May 15, 2010 5:25 pm

Thanks... When I've done this how do I load it into farmpad?

:)

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Sat May 15, 2010 5:55 pm

wow this seems seriously complicated....

so ive downloaded your default_settings.txt and ive put it on my desktop...

my user folder is called 'benjiboko' so ive been typing:

-c benjiboko/desktop/default_settings.txt and
-c macintosh hd/users/benjiboko/desktop/default_settings.txt

does anyone know how i can load this file as the default for farmpad?

i have a big gig tomorrow so im trying to get this sorted asap...

i really appreciate your time!

delicioso
Posts: 1331
Joined: Mon Sep 28, 2009 8:28 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by delicioso » Sat May 15, 2010 7:25 pm

benjamingordon wrote:wow this seems seriously complicated....

so ive downloaded your default_settings.txt and ive put it on my desktop...

my user folder is called 'benjiboko' so ive been typing:

-c benjiboko/desktop/default_settings.txt and
-c macintosh hd/users/benjiboko/desktop/default_settings.txt

does anyone know how i can load this file as the default for farmpad?

i have a big gig tomorrow so im trying to get this sorted asap...

i really appreciate your time!
You just need to save a txt file that contains the command you would normally use to run farmpad, then open terminal and enter this to make it executable.
example:
chmod +x ~/Desktop/launch_farmpad.txt
You can just type chmod +x and then just drag your txt file into terminal.

The above assumes you've called your txt file "launch_farmpad.txt" and that you've saved it to your desktop, but you can obviously call the file anything and save it anywhere you like as long as you change the last part of the code to represent the correct path and file name.

Now you just need to either delete the ".txt" extension or change it to ".command" and the file should launch terminal and run the script when double clicked.

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Sat May 15, 2010 7:44 pm

ok so i have done this and hit enter.... NOTHING happens to acknowledge that this has been accepted... so i thought well maybe terminal just does it and that is....

so i went to the txt file on the desktop and changed it to .command.... when i open it it says... "this file ***.txt could not be executed because you do no have appropriate access privelages...

i truly appreciate you doing this but i dont understand why it just doesnt work and even more... why isnt this in the manual?

thanks, benji

delicioso
Posts: 1331
Joined: Mon Sep 28, 2009 8:28 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by delicioso » Sat May 15, 2010 8:28 pm

benjamingordon wrote:ok so i have done this and hit enter.... NOTHING happens to acknowledge that this has been accepted... so i thought well maybe terminal just does it and that is....

so i went to the txt file on the desktop and changed it to .command.... when i open it it says... "this file ***.txt could not be executed because you do no have appropriate access privelages...

i truly appreciate you doing this but i dont understand why it just doesnt work and even more... why isnt this in the manual?
What I describe above is just a way to make things convenient so that you can just double click on the .command file icon to launch farmpad. As for the access privileges, that's what the "chmod +x" command does.

To do it the normal way as described in the readme, just open Terminal and type farmpad and press enter. Or to run it with your config file (named MySettings.txt in the example):
farmpad -c ~/farmpad/MySettings.txt
Make sure padkontrol is connected before you do this. Press Ctrl + C to exit farmpad.

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Sat May 15, 2010 8:42 pm

i must be doing something wrong here.... i am doing EXACTLY as you say yet terminal does nothing... when i hit enter after this code what should happen?

i have used the chmod +x and yet it still says access privileges....

:?: :|

skunkworkz
Posts: 19
Joined: Wed May 05, 2010 1:06 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by skunkworkz » Sat May 15, 2010 8:44 pm

Will this ever be released for PC??

What would be involved in porting it over?

benjamingordon
Posts: 560
Joined: Tue Jan 24, 2006 11:20 pm

Re: FARMPAD for padKontrol now v 1.3.1 !!! !!!

Post by benjamingordon » Sat May 15, 2010 8:47 pm

delicioso.... check out the txt file that monstrejumo posted a few back up... this is what im working with and its on my desktop...

i want to attach a video but i dont have quicktime x for snow leopard... im on leopard...

Post Reply