Changes

Jump to navigation Jump to search
278 bytes added ,  01:04, 7 April 2020
m
Jofemodo moved page Adding LV2 files to Adding LV2 plugins
Line 4: Line 4:  
A Putty connection to the relevant machine . . .
 
A Putty connection to the relevant machine . . .
   −
[[File:12546f27f90cd35123b556871f9d3bd6af821f5b.png]]
+
[[File:12546f27f90cd35123b556871f9d3bd6af821f5b.png|800px]]
    
For those, that words like git have little meaning, Wikipedia says
 
For those, that words like git have little meaning, Wikipedia says
Line 22: Line 22:  
which is:- I’ve opened the clone dialog to show how this can be picked up from the site itiself… at github which surprise, surprise is a place for git repositories to hang out.
 
which is:- I’ve opened the clone dialog to show how this can be picked up from the site itiself… at github which surprise, surprise is a place for git repositories to hang out.
   −
[[File:5e8350578ef1d03da0aa2396e74e6bddd6a3112c.png]]
+
[[File:5e8350578ef1d03da0aa2396e74e6bddd6a3112c.png|800px]]
    
We can now use the cd command to move into the directory that the git clone command has magically created for us.
 
We can now use the cd command to move into the directory that the git clone command has magically created for us.
Line 28: Line 28:  
and we can see that the files structure from the repo has been ‘cloned’ to our directory in root.
 
and we can see that the files structure from the repo has been ‘cloned’ to our directory in root.
   −
[[File:324d0b65919661ebd3463b6dcf816141a24f4d98.png]]
+
[[File:324d0b65919661ebd3463b6dcf816141a24f4d98.png|800px]]
 
So onwards . . . .
 
So onwards . . . .
   Line 51: Line 51:  
so after make . . . .
 
so after make . . . .
   −
[[File:25cb1cb627ba8171efb5b37645ee432ebb1f31cc.png]]
+
[[File:25cb1cb627ba8171efb5b37645ee432ebb1f31cc.png|400px]]
    
we can see some response and notice it’s now built a directory called build
 
we can see some response and notice it’s now built a directory called build
Line 57: Line 57:  
which contains two text files and an .so file
 
which contains two text files and an .so file
   −
[[File:98daf55da5d9cbac45bd48d325bec4291164c13f.png]]
+
[[File:98daf55da5d9cbac45bd48d325bec4291164c13f.png|400px]]
    
the so file  
 
the so file  
Line 73: Line 73:  
so we are running make again but with the install command which is actually defined in the Makefile, and a specific setting of a parameter called prefix with a specific value
 
so we are running make again but with the install command which is actually defined in the Makefile, and a specific setting of a parameter called prefix with a specific value
   −
image . . .
+
[[File:302e0da4a6d703c82f1a0f9ec056b7cc40f191c8.png|400px]]
    
and just checking we can see the file that the make install has created.
 
and just checking we can see the file that the make install has created.
   −
image
+
[[File:4381ef17152ef986569c39c24a4cea208f8cd882.png|400px]]
    
notice these are owned by root, which is why the sudo would have been needed.
 
notice these are owned by root, which is why the sudo would have been needed.
Line 93: Line 93:  
enable the plugin in the webconf
 
enable the plugin in the webconf
 
and checking it seems to be there . . . :smiley: ( I’m not sure how but hey …!)
 
and checking it seems to be there . . . :smiley: ( I’m not sure how but hey …!)
image
+
 
 +
[[File:5462d5a420793e0322476de3c61469ecdbe4d6e8.png|400px]]
    
and there it is in the lv2 menu in webconf . . .
 
and there it is in the lv2 menu in webconf . . .
image
+
 
image
+
[[File:5aa1443936d6975679d92eb5cafb42a792a1142a.png|800px]]
1126×579 54.1 KB
+
 
layer_menu
+
....
layer_menu
+
 
1360×768 24.6 KB
+
[[File:A654c4082097355ec19df5e05b2aa0ec31c7d0bd.png|800px]]
 +
 
 
So we choose a new effect . . .
 
So we choose a new effect . . .
   −
engine_menu
+
[[File:18a38ae4efc0c74b72e793ff0619e05604675df1.png|800px]]
engine_menu
+
 
1360×768 49.9 KB
   
and there we have our new effect Stereo DJ X-Fade . . .
 
and there we have our new effect Stereo DJ X-Fade . . .
    
with the parameters . . .
 
with the parameters . . .
   −
parameter_menu
+
[[File:A612ffab406fc88d2fb550ac71e39f5ec4b0d8e8.png|800px]]
parameter_menu
+
 
1360×768 20.2 KB
   
sadly the encoder for A A+B B only selects those values not a gradual fade… . . .
 
sadly the encoder for A A+B B only selects those values not a gradual fade… . . .
 
But this is probably because I now realise it’s a stereo input device so has 4 inputs that ar being mapped to 2 so that might well explain it…
 
But this is probably because I now realise it’s a stereo input device so has 4 inputs that ar being mapped to 2 so that might well explain it…
    
:smiley:
 
:smiley:

Navigation menu