ive used the example FFGL files to make a panel to control a midi connected device, but id like to optimise the layout if possible.
is there any way to get more than 1 boolean parameter to show horizontaly next to each other, or does every new parameter have to be on a new line below?
the badly edited pic shows what i want to do
*edited to change Flash to FFGL - as ive cracked the compliing of FFGL's at last!*
postioning FFGLvariables?
postioning FFGLvariables?
- Attachments
-
- 4inarow.jpg (12.43 KiB) Viewed 16620 times
Re: postioning FFGLvariables?
rebump as my question has now changed slightly
Re: postioning FFGLvariables?
It should display two boolean parameters next to each other actually.
If you look at the 'pixels in space' plugin it does list two booleans (Invert and Scale) on the same row.
But i think there might be a mistake in the code (our code) then if there listed underneath each other in your case.
What happens if you only have 2 booleans and not 3 or more, are they than placed next to each other?
If you look at the 'pixels in space' plugin it does list two booleans (Invert and Scale) on the same row.
But i think there might be a mistake in the code (our code) then if there listed underneath each other in your case.
What happens if you only have 2 booleans and not 3 or more, are they than placed next to each other?
Re: postioning FFGLvariables?
im such a noob.... ( only been onto ffgl properly for a few days and its my first real language!)
im not sure how to structure it so they both appear on the same line
taken this from the example ffgl pack :
SetParamInfo(FFPARAM_OUTPUTFADE, "Output Fade", FF_TYPE_STANDARD, 0.5f);
m_outputfade = 0.5f;
i know i change STANDARD to BOOLEAN and i know that the ; makes it go to a new line - but im not sure how to structure it so that two show next to each other - i assume i need a comma or something, but i havnt managed to strike gold yet.
does the second line set the default value?
im not sure how to structure it so they both appear on the same line
taken this from the example ffgl pack :
SetParamInfo(FFPARAM_OUTPUTFADE, "Output Fade", FF_TYPE_STANDARD, 0.5f);
m_outputfade = 0.5f;
i know i change STANDARD to BOOLEAN and i know that the ; makes it go to a new line - but im not sure how to structure it so that two show next to each other - i assume i need a comma or something, but i havnt managed to strike gold yet.
does the second line set the default value?
Re: postioning FFGLvariables?
cracked this last night by accident.
if you use EVENT they show on the same line if you use BOOLEAN they show on seperate lines.
does this mean ive found a bug in ffgl or avenue?
if you use EVENT they show on the same line if you use BOOLEAN they show on seperate lines.
does this mean ive found a bug in ffgl or avenue?
Re: postioning FFGLvariables?
No, but you have found an undocumented feature 

Re: postioning FFGLvariables?
theres some wierd stuff going on with placing of BOOLEANS and EVENTS, but its very possible its just me being a noob... but i got it to work in the end.
after much hair pulling, i have made a sort of control panel for the Edirol V4. its not a world changing plugin, but is handy for those with the broken output fade knob on the v4 ( which seems to be common ), for people using more than 1 V4 for multi-output mixing or for anyone wanting to midi control thier V4.
i will make it freely available, but want to spend some time tweaking first!
after much hair pulling, i have made a sort of control panel for the Edirol V4. its not a world changing plugin, but is handy for those with the broken output fade knob on the v4 ( which seems to be common ), for people using more than 1 V4 for multi-output mixing or for anyone wanting to midi control thier V4.
i will make it freely available, but want to spend some time tweaking first!
Re: postioning FFGLvariables?
Nice work! So how did you manage to get Bools to line up side by side in the end?
Re: postioning FFGLvariables?
btw. there is also a lemur preset for the v4
MainSys: Z77 UP5,3570K,32GB Ram,GTX 285, M3 128GB,4x3TB R5@LSI9750
VJSys 1: 990FX UD5,X6 1045T,16GB Ram,GTX970+610+610,M3 128GB,3x1TB R0
MBP 3.1; Schenker A102 (650m) & P702 (675m)
VJSys 1: 990FX UD5,X6 1045T,16GB Ram,GTX970+610+610,M3 128GB,3x1TB R0
MBP 3.1; Schenker A102 (650m) & P702 (675m)
Re: postioning FFGLvariables?
getting the booleans side by side was a bit hit and miss. i didnt seem to be able to just add them as is - i had to enter them as events and then change them to booleans.
ive been playing with it and i think im finaly happy - will get it online over the next day.
when coupled with IROSC you have a nicely powerfull system that allows for similtaneous control of up to 8 effects ( 4 per channel ), sequencable inputs and transform control and the ability to control multiple v4's either as one or individualy ( great for multioutput setups )
ive been playing with it and i think im finaly happy - will get it online over the next day.
when coupled with IROSC you have a nicely powerfull system that allows for similtaneous control of up to 8 effects ( 4 per channel ), sequencable inputs and transform control and the ability to control multiple v4's either as one or individualy ( great for multioutput setups )