Some Plugins

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
keshrath
Met Resolume in a bar the other day
Posts: 13
Joined: Tue Dec 29, 2015 12:37

Some Plugins

Post by keshrath »

Hi,

I'm currently playing a bit with Spout and Processing and uploaded a bit of stuff to Github. Feel free to take a look :)

Github: https://github.com/keshrath/CircleTheme

keshrath
Met Resolume in a bar the other day
Posts: 13
Joined: Tue Dec 29, 2015 12:37

Re: Some Plugins

Post by keshrath »


keshrath
Met Resolume in a bar the other day
Posts: 13
Joined: Tue Dec 29, 2015 12:37

Re: Some Plugins

Post by keshrath »



User avatar
4eyes
Hasn't felt like this about software in a long time
Posts: 88
Joined: Tue Oct 02, 2012 03:50

Re: Some Plugins

Post by 4eyes »

Killer, thanks for creating and sharing!

Perhaps consider adding a preview image to each of the README.md files. Might encourage more downloads if people see a little tease.

Cheers

Kadete
Hasn't felt like this about software in a long time
Posts: 125
Joined: Sun Jun 01, 2014 13:04
Location: Lisbon, Portugal

Re: Some Plugins

Post by Kadete »

Thanks! Awesome sharing! :D

Never used Processing or Spout, just installed processing and spout is in Resolume 5 right?
I'm trying to use Image Slider Plugin (https://github.com/keshrath/ImageSlider), i follow Installation section, put a path, but isn't showing any pictures.

What i'm missing? :?:

keshrath
Met Resolume in a bar the other day
Posts: 13
Joined: Tue Dec 29, 2015 12:37

Re: Some Plugins

Post by keshrath »

Hi,

can you give me a bit more infos? :) I tried it and it seems to work for me.
Test.jpg

keshrath
Met Resolume in a bar the other day
Posts: 13
Joined: Tue Dec 29, 2015 12:37

Re: Some Plugins

Post by keshrath »

One more thing:

Some of the plugins change the title of the surface window. This is nice for testing the fps, but unfortunately, by doing so, the window loses the connection to Spout and therefore won't close the window while you close the plugin inside of Resoulme.

Code: Select all

surface.setTitle("Path: " + config.getPath() + " BlendModes: " +
	 config.getBlendMode() + " K: " + config.getKickFilter() +
	 " S: " + config.getSnareFilter() + " H: " + config.getHatFilter() +
	 " FPS: " + frameRate);
You can just comment out the code by using "//" in front of the line.

WilfredTal
Met Resolume in a bar the other day
Posts: 1
Joined: Fri Nov 10, 2017 11:10

Re: Some Plugins

Post by WilfredTal »

They're really good Kesh, I love the triangle animation.
Last edited by WilfredTal on Wed Aug 21, 2019 08:31, edited 1 time in total.

prazen
Met Resolume in a bar the other day
Posts: 1
Joined: Sat Jun 09, 2018 23:03

Re: Some Plugins

Post by prazen »

Hey, have you removed those plugins? I can't reach any github site :/

Post Reply