uvi-script
Musical event scripting with Lua
Loading...
Searching...
No Matches
Change log

Falcon 26 & UVIWorkstation 4.0.4

  • added SVG widget
  • added Label.url property to open URLs on click

Falcon 3.0.2 & UVIWorkstation 3.1.14

  • added WaveView widget
  • added setPlaybackOptions function for sample based oscillators

Falcon 2.8.4 & UVIWorkstation 3.1.10

  • added popup menu colours customization for Menu

Falcon 2.8.3 & UVIWorkstation 3.1.9

Falcon 2.5.4 & UVIWorkstation 3.1.4

  • added Viewport widget
  • added AudioMeter image strip support
  • added more Mapper choices
  • added over image support in Button
  • added setBackgroundColour for main Panel
  • added displayExtension and invertColourOnSelection in FileSelector widget
  • added minimumHorizontalScale for Menu

Falcon 2.1.5 & UVIWorkstation 3.0.18

Falcon 2.1.4 & UVIWorkstation 3.0.17

Falcon 2.1.1 & UVIWorkstation 3.0.15

  • added Widget.unit to support unit display in parameters

Falcon 2.1.0 & UVIWorkstation 3.0.15

Falcon 2.0.7 & UVIWorkstation 3.0.12

  • added getRunningBeatTime. Similar to getBeatTime but with a monotonic clock when the transport is stopped
  • added loadTextData and saveTextData which allows to read plain text file from the script similar to json based loadData

Falcon 2.0.0 & UVIWorkstation 3.0.6

Falcon 1.5.3 & UVIWorkstation 3.0.0

  • added optional oscIndex parameter to playNote to target specific oscillators

Falcon 1.0.2 & UVIWorkstation 2.6.0

Falcon 1.0.0 & UVIWorkstation 2.5.16

UVIWorkstation 2.5.11

UVIWorkstation 2.5.4

  • added Widget.displayText attribute to allow custom number formatting

MachFive 3.2.2 & UVIWorkstation 2.2.1

  • added browseForFile()
  • added warning about invalid parameter names (triggers a warning for previous scripts and an assert for newly created scripts)

MachFive 3.2.1 & UVIWorkstation 2.1.7

MachFive 3.2 & UVIWorkstation 2.1.6

MachFive 3.1.3 & UVIWorkstation 2.0.8

MachFive 3.1.2 & UVIWorkstation 2.0.7

  • added purging to all sample-based oscillators
  • added Menu.align

MachFive 3.1

MachFive 3.0.3

  • added onTransport callback to be notified of transport bar state changes
  • added triggeredOnMouseDown on Button widget which sets whether the button click should happen when the mouse is pressed or released

MachFive 3.0.2

  • systematic pairing of voiceId between noteOn and noteOff
  • added onLoad, and onSave
  • added Widget setValue and displayName
  • added new Panel Widget container