Search found 8 matches
- 21 Dec 2017 11:55
- Forum: Troubleshooting
- Topic: Sending mutiple CC´s to same midi channel at once not workin
- Replies: 3
- Views: 5998
Re: Sending mutiple CC´s to same midi channel at once not wo
Thanks I found out it depends on the receiving device really. Apparently the input-buffer (or something) on some devices is too small to accept multiple CC´s in quick succession. Devices in question are: Glab 4ML Midi Looper ( http://www.glab.com.pl/index.php/en/products/switching-systems/midi-4-x- ...
- 08 Dec 2017 21:24
- Forum: Troubleshooting
- Topic: Sending mutiple CC´s to same midi channel at once not workin
- Replies: 3
- Views: 5998
Sending mutiple CC´s to same midi channel at once not workin
Sending multiple CC´s to the same channel at once doesnt seem to work.
Is there any trick or workaround to this ?
Thanks a lot !
Code: Select all
ctlout(0,80,0,2); // CC80 with 0 // off
ctlout(0,81,64,2); // CC81 with 64 // on
ctlout(0,82,0,2); // CC82 with 0 // off
ctlout(0,83,64,2); // CC83 with 64 // on
Thanks a lot !
- 08 Dec 2017 17:34
- Forum: Troubleshooting
- Topic: String problem in midiout + free hex converter inside ;)
- Replies: 0
- Views: 5066
String problem in midiout + free hex converter inside ;)
Hey guys, the function decimal2hex(float) decl hexvalues = {'0','1','2','3','4','5','6','7','8','9','a','b','c','f','e','f'}; decl hexval = ''; decl input = float; while(input != 0) { hexval = hexvalues[(input%16)]+ hexval; input = floor(input/16); } return hexval; .... which is working fine and ...
- 04 Dec 2017 19:58
- Forum: Troubleshooting
- Topic: Communicating between interfaces
- Replies: 0
- Views: 5000
Communicating between interfaces
Hey guys, can I communicate between different interfaces / pages ? I tried to update the state of switches between interfaces but have no lock with dot-notation and cant find anything in the docs. Not looking for "aliases" but real access from one interface/page to another. Any hints are highly ...
- 29 Nov 2017 10:06
- Forum: Troubleshooting
- Topic: Cant set textfield 'content' to local variable
- Replies: 2
- Views: 3213
Re: Cant set textfield 'content' to local variable
Thank you very much !!
You would expect that a modern app automatically converts integers to strings
in that case but oh well
You would expect that a modern app automatically converts integers to strings
in that case but oh well
- 28 Nov 2017 15:02
- Forum: Troubleshooting
- Topic: Cant set textfield 'content' to local variable
- Replies: 2
- Views: 3213
Cant set textfield 'content' to local variable
Hello swarm intelligence ! Bit of a small problem with a local variable in a multislider (just 1 slider) object. When I set a local variable for the slider's x value I can monitor this variable just fine from the outside. If I want to set a text field´s "content" attribute to the value of this ...
- 18 Sep 2017 17:04
- Forum: General Discussion
- Topic: Call global static variable or function
- Replies: 1
- Views: 921
Call global static variable or function
Hey folks ! I´ve set a number of global variables for ctlout and midiout in which I store the on/off state of devices. decl fx_delay_off = ctlout(0,83,0,16); decl fx_delay_on = ctlout(0,83,127,16); This is to have a single place where I can define the midi-channel of a device and to change it for ...
- 18 Sep 2017 16:57
- Forum: Introductions
- Topic: Guitar Rigs and Lemur
- Replies: 0
- Views: 652
Guitar Rigs and Lemur
Hey Folks,
been using Lemur for a while to control Midi on my guitar rig.
Found that its far easier to have a simple foot controller and let Lemur do the job to save
combinations of patches & presets.
Hope to test some of your amazing layouts !
Cheers !
been using Lemur for a while to control Midi on my guitar rig.
Found that its far easier to have a simple foot controller and let Lemur do the job to save
combinations of patches & presets.
Hope to test some of your amazing layouts !
Cheers !