Script
Expose Table
By Swordslayer · Credited author: Vojtech Cada · 2022-11-15
Description
Expose Table is a helper object which can load a CSV file and expose its columns as tracks that you can use copy-paste or use for parameter wiring and anywhere you would use a controller. First row of the CSV file is used for the track names, which means the headers have to be unique, all the other rows have to contain numbers.

Additional Info
Installation: Copy the .ms file to your scripts\startup folder or run as a script if you want to try it out first. The helper primitive will be available under the Standard Helpers in the Create panel, it will be the last item with the caption 'Table'.
Tags: table, helper, csv, spreadsheet