Coder Social home page Coder Social logo

spoutcontrols's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spoutcontrols's Issues

control: text

Hello,

First, thanks for the great work and the wonderful plugin.

I have noticed that there might be a bug with text field controls. I tried out the CircleLineDemo and wanted to use the userText to show some text on the screen.

.) I changed the text value from "" to some word, but it didn't show up in Resolume.

With the SpoutController.exe it worked, so the plugin shouldn't be the problem.

Best regards
Keshrath

Processing Plugin for resolume using spoutcontrols crash if it the .txt file has more than 11 parameters.

Grettings.

Lately i´ve been updating an old processing-spout-plugin of mine called Spyrographics to work to the version of resolume 7.10

You can check the proyect at : https://github.com/jpupper/Spyrographics

I found out that if you have more than 11 parameters define in the .txt file that has that kind of json for the values the resolume won´t open at all (my proyect has 20 parameters), this bug did not happen un resolume 5 with the old spoutControls version .

Here is an example :

THIS MAKE THE PROGRAM CRASH :


/*{
	"CREDIT": "SpoutControls - spout.zeal.co",
	"DESCRIPTION": "SpoutBox",
	"CATEGORIES": [
	"Parameter adjustment"
	],
	"INPUTS": [
		{
			"NAME": "Value1",
			"TYPE": "bool",
			"MIN": 0.00,
			"MAX": 1.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value2",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value3",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value4",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value5",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value6",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value7",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value8",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value9",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value10",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value11",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value12",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		}
	],
}*/

THIS WORKS PERFECTLY JUST FINE :

/*{
	"CREDIT": "SpoutControls - spout.zeal.co",
	"DESCRIPTION": "SpoutBox",
	"CATEGORIES": [
	"Parameter adjustment"
	],
	"INPUTS": [
		{
			"NAME": "Value1",
			"TYPE": "bool",
			"MIN": 0.00,
			"MAX": 1.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value2",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value3",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value4",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value5",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value6",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value7",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value8",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value9",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value10",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		},
		{
			"NAME": "Value11",
			"TYPE": "float",
			"MIN": 0.00,
			"MAX": 4.00,
			"DEFAULT": 1.00
		}
	],
}*/

I´ve tryed copy and deleting several times the SpoutBox example and always crash.

If you change the amount of parameters from 12 to 11 and open resolume it will work. If you close resolume after and change the parameters to 12 again the program will start BUT without the parameters on the plugin.

It´s extremely wird

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.