# HG changeset patch # User Nicholas Jillings # Date 1543413022 0 # Node ID cb227441a102289e904ef10b66092792f6b4b305 # Parent 77114de617ba23afb0468154de0741865be92d5a Ordinal not returning the computed get value diff -r 77114de617ba -r cb227441a102 interfaces/ordinal.js --- a/interfaces/ordinal.js Mon Jul 16 14:51:18 2018 +0100 +++ b/interfaces/ordinal.js Wed Nov 28 13:50:22 2018 +0000 @@ -374,6 +374,7 @@ // Return the current value of the object. If there is no value, return 0 var pos = this.getElementPosition(); var rank = pos / (audioEngineContext.audioObjects.length - 1); + return rank; }; this.getPresentedId = function () { // Return the presented ID of the object. For instance, the APE has sliders starting from 0. Whilst AB has alphabetical scale