To set the slidebar using reading out inputfield work fine, two lower functions.
But read out the value and mirror it to input field does not work???
I can send slidebar values to synth without problem?
Is the task to mirror value to input field to fast?
It is not even give the correct values for alerts?
function velocityslideBar(){
var slVol=document.getElementById("noteslidebar").value;
alert(slVol);
document.getElementById("NOTEVEL").value=slVol;
}
function noteslideBar(){
var slNote=document.getElementById("velocityslidebar").value;
alert(slNote);
document.getElementById("NOTEVAL").value=slNote;
}
function setvelocityBar(){
var slideVol=document.getElementById("NOTEVEL").value; document.getElementById("velocityslidebar").value=slideVol;
}
function setnoteBar(){
slideNote=document.getElementById("NOTEVAL").value; document.getElementById("noteslidebar").value=slideNote;
}
torsdag 1 juli 2021 kl. 22:03:43 UTC+2 skrev Jonas Thörnvall:[snip]
To set the slidebar using reading out inputfield work fine, two lower functions.
But read out the value and mirror it to input field does not work???
I can send slidebar values to synth without problem?
Is the task to mirror value to input field to fast?
It is not even give the correct values for alerts?
On Thu, 1 Jul 2021 13:35:43 -0700 (PDT), Jonas Thörnvall wrote:Working on this and i must say it had me mystified for an hour or two, i must say i hate debugging.....
torsdag 1 juli 2021 kl. 22:03:43 UTC+2 skrev Jonas Thörnvall:[snip]
To set the slidebar using reading out inputfield work fine, two lower functions.
But read out the value and mirror it to input field does not work???
I can send slidebar values to synth without problem?
Is the task to mirror value to input field to fast?
It is not even give the correct values for alerts?
Your sliderA handler retrieves the value from sliderB, and sliderB handler retrieves the value from sliderA. Why?
On Thu, 1 Jul 2021 13:35:43 -0700 (PDT), Jonas Thörnvall wrote:Thank you JJ, i have no idea why i could not see it.
torsdag 1 juli 2021 kl. 22:03:43 UTC+2 skrev Jonas Thörnvall:[snip]
To set the slidebar using reading out inputfield work fine, two lower functions.
But read out the value and mirror it to input field does not work???
I can send slidebar values to synth without problem?
Is the task to mirror value to input field to fast?
It is not even give the correct values for alerts?
Your sliderA handler retrieves the value from sliderB, and sliderB handler retrieves the value from sliderA. Why?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 251 |
Nodes: | 16 (2 / 14) |
Uptime: | 04:59:00 |
Calls: | 5,541 |
Calls today: | 7 |
Files: | 11,675 |
Messages: | 5,106,244 |
Posted today: | 1 |