Page 1 of 2

Some Plugins

Posted: Sat May 13, 2017 10:48
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

Re: Some Plugins

Posted: Sat May 13, 2017 11:53
by keshrath

Re: Some Plugins

Posted: Sun May 14, 2017 12:24
by keshrath

Re: Some Plugins

Posted: Tue Jun 06, 2017 14:26
by keshrath

Re: Some Plugins

Posted: Fri Jun 09, 2017 10:51
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

Re: Some Plugins

Posted: Tue Jun 13, 2017 22:17
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? :?:

Re: Some Plugins

Posted: Sat Jun 17, 2017 10:59
by keshrath
Hi,

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

Re: Some Plugins

Posted: Sun Jun 18, 2017 14:21
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.

Re: Some Plugins

Posted: Wed Nov 15, 2017 07:10
by WilfredTal
They're really good Kesh, I love the triangle animation.

Re: Some Plugins

Posted: Thu Jun 14, 2018 14:16
by prazen
Hey, have you removed those plugins? I can't reach any github site :/