Hi Scott,
Welcome! Comments inline below.
On Mon, 8 Jul 2019 at 13:49, Scott R. Looney <
scottr...@gmail.com> wrote:
> hi Neil! this is a lovely tool you have going here.
Thanks! :-)
> really enjoying for the most part but it really needs a decent help guide with screens for dealing with the basic core blocks.
I realise it's not everything you're looking for, but just checking
you have seen
https://docs.praxislive.org/components-core/ and related
sections?
> i'm not as interested in live coding, but i have enjoying tinkering around with the dataflow editor view and adding and configuring components
That really depends what you mean by live coding! ;-) PraxisLIVE is
primarily meant to be a live project development tool. Live coding as
in performing with code is supported by that, and something I
personally do, but that's never been PraxisLIVE's only or primary
reason for being.
> i'm using the random component to select from a group of videos but i wanted more precise location control on a video, so i thought i would use the array editor so it would randomize to specific locations. but i don't have any idea how to make an array that Praxis Live understands. i just get a blank screen where i type something. i saw a post earlier where you put values in an array like "1 2 3 4 5", so i'm doing this for position values but it doesn't seem to be working. actually one other question i would like to know is if there's a console printing command so i know if the value is being sent. that way i'd know if a component was spitting out the right values. but the Array Editor is my main issue. anyway whatever you can do to help would be lovely - thanks!
The position value is normalized, so between 0 and 1. So none of
those values would work, but "0.1 0.2 0.4 0.6" should. However, try
this without changing the video first. It might be an interaction
with that causing a problem.
There's no console out node, but you can add in code `log(INFO, "Value
is " + value);`
Or sticking just with nodes, use a core:variable and connect to that
as well to peek on values. I'm working on an improvement that will
add an option to display node property values on the graph node
itself.
Hope that helps.
Best wishes,
Neil
--
Neil C Smith
Artist & Technologist
www.neilcsmith.net
PraxisLIVE - hybrid visual live programming
for creatives, for programmers, for students, for tinkerers
www.praxislive.org