Object-Based data processing
Some objects in Grid Studio has maps input and maps output.

The maps system allows objects in Grid Studio to receive external data source with map inputs, manipulate that data with filters and the data can be sent out via map outputs.

Map Input
Specific objects in Grid Studio has the option for you to directly receive some data from an external source to drive some particular parameter within the object.
Different objects and different data sources will have different pairing of functionalities.
Grid Studio uses the concept of a Map Input to achieve this feature.
Filters
As the incoming data stream is received into Grid Studio and it has been linked to an object, in some instances you might want to manipulate with that data because for a variety of reasons.
Maybe the data needs to have an offset or needs to re-ranged; or maybe the data is not clean and you like to smooth out that incoming data.
In Grid Studio, you can make use of some built in Filters which allows you to apply different manipulation onto that incoming data.
Map Output
Just like how you are able to receive some data stream from an external source and link it with an object in Grid Studio. With Map Output, you have the ability to take specific parameters from an object and send that out as a data via specific protocols that are supported.
You can send out the same protocol which you are receiving data from, which means Grid Studio is manipulator of that data in that signal chain.
Or you can send out via a different protocol than what you are receiving from, which means Grid Studio also act like a translator from one protocol to another.
Last updated