Search found 279 matches
- 19 Oct 2016 09:34
- Forum: General Discussion
- Topic: send something (ctlout) on interface change?
- Replies: 1
- Views: 1037
send something (ctlout) on interface change?
I want my template to send a cc# value when i change the interface. Whats the best way to do this?
- 16 Jun 2016 08:50
- Forum: General Discussion
- Topic: How much latency do i induce when...
- Replies: 1
- Views: 1966
How much latency do i induce when...
... i route Midi thru Lemur.
I want to receive my controllers (Doepfer Pocket Dial) midi via a custom midi and remap its cc numbers according to a lemur template and output it again.
But i am wondering if the added latency makes this a feasable thing.
I want to receive my controllers (Doepfer Pocket Dial) midi via a custom midi and remap its cc numbers according to a lemur template and output it again.
But i am wondering if the added latency makes this a feasable thing.
- 01 Mar 2015 15:14
- Forum: General Discussion
- Topic: expert sleepers usamo maybe good for clocking lemur with PC?
- Replies: 5
- Views: 1681
expert sleepers usamo maybe good for clocking lemur with PC?
http://www.synthtopia.com/content/2015/02/27/expert-sleeperts-usamo-now-available/ I wonder if that device makes it possible to get a more tight clock connection between Lemur and a Pc. Up until today i never really succeded to slave Lemur reliably to the computer but this might finally help. There ...
- 24 Feb 2015 20:13
- Forum: Projects
- Topic: Push for lemur
- Replies: 213
- Views: 140473
Re: Push for lemur
Anyone checked if 9.2 public beta works with Shove?
- 13 Feb 2015 03:12
- Forum: Projects
- Topic: Push for lemur
- Replies: 213
- Views: 140473
Re: Push for lemur
Is the user mode working too? On a different target?
- 20 Jan 2015 21:50
- Forum: Projects
- Topic: Push for lemur
- Replies: 213
- Views: 140473
Re: Push for lemur
This is soo nice. I got my Doepfer Pocket Control (endless encoders) hooked up and edited the template and now it work with hardware encoders and the added slider for sensityity works with it too.
Now, i wonder if a launchpad can be integrated with the pads when i add some lines to each pad.
Now, i wonder if a launchpad can be integrated with the pads when i add some lines to each pad.
- 18 Jan 2015 18:47
- Forum: Projects
- Topic: Push for lemur
- Replies: 213
- Views: 140473
Re: Push for lemur
Ok since i am trying to figure out if it worth to jump to ABleton and Push i yesterday tried Shove and it took a while but now it is working:
-latest Demo from Ableton
-latest GlyphxX
-Shove 1.1
runs all nicely-
-latest Demo from Ableton
-latest GlyphxX
-Shove 1.1
runs all nicely-
- 29 Sep 2014 16:14
- Forum: Troubleshooting
- Topic: array of numbers as labels
- Replies: 5
- Views: 1040
Re: array of numbers as labels
Ahhh nice, this works. Thx.
- 29 Sep 2014 15:59
- Forum: Troubleshooting
- Topic: array of numbers as labels
- Replies: 5
- Views: 1040
Re: array of numbers as labels
yeah, but the values in the array change and so should the labels- that is the problem. If make the array strings from the start i lose the possibilty to change the numbers by adding/multiplying the values.
I think ineed some sort of conversion to strings but with array to string i didnt get far.
I think ineed some sort of conversion to strings but with array to string i didnt get far.
- 29 Sep 2014 15:20
- Forum: Troubleshooting
- Topic: array of numbers as labels
- Replies: 5
- Views: 1040
array of numbers as labels
Hello, i have an array Oneto16={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16} and i want to use it to set the labels of a padobject (the array changes dynamically). But setattribute(padobject,'labels',Oneto16} doesnt work. Probably because the elements aren't strings. How should a go about this to make it ...