Search found 25 matches
- 14 Apr 2017 18:10
- Forum: Troubleshooting
- Topic: multipad with blinking last pressed button?? [solved]
- Replies: 4
- Views: 4406
Re: multipad with blinking last pressed button??
Once again, thanks Antonio, and thnx for the pm as well. You're the best!
- 13 Apr 2017 15:27
- Forum: Troubleshooting
- Topic: multipad with blinking last pressed button?? [solved]
- Replies: 4
- Views: 4406
Re: multipad with blinking last pressed button??
So downloaded 120 odd times and no one willing to step forward with a solution?
Willing to pay someone for a proper script, pm me if you are interested.
Willing to pay someone for a proper script, pm me if you are interested.
- 09 Apr 2017 18:26
- Forum: Troubleshooting
- Topic: multipad with blinking last pressed button?? [solved]
- Replies: 4
- Views: 4406
Re: multipad with blinking last pressed button??
OK, so with the following I can make any pressed pad blink while I am holding it down, but it stops upon release of the pad.I created the expression "s" at the pad level outside the script and made the "light=" value = s on frame- decl i, size = sizeof(x); decl flash=(tan(time*5))/3+.3+.3; for (i=0 ...
- 07 Apr 2017 01:07
- Forum: Troubleshooting
- Topic: Problem with Lemur & Cubase generic remote Punch in Buttons
- Replies: 9
- Views: 7558
Re: Problem with Lemur & Cubase generic remote Punch in Butt
I posted a template in the user library called 3 blinking pads. I got help from Antonio here on the forum, and created three pads that light up when pressed, then turn off when pressed again, emulating a switch behaviour, but still acting like a Pad. This was in part due to the Generic Remote in ...
- 05 Apr 2017 19:06
- Forum: Troubleshooting
- Topic: multipad with blinking last pressed button?? [solved]
- Replies: 4
- Views: 4406
multipad with blinking last pressed button?? [solved]
OK, I'm just obsessed, and feeling dumb. Super thankful to Antonio for the script on the blinking singular pad- But now I'm hoping to do the same thing to a pad that has 1 column and say 4 rows where the last pressed is the one that is "blinking" expressions declared- flash=0 flashMaxLight=.75 ...
- 05 Apr 2017 15:11
- Forum: Troubleshooting
- Topic: scripting a pad with a blinking "on" state [SOLVED]
- Replies: 4
- Views: 4332
Re: scripting a pad with a blinking "on" state
Hey IABI, you are bang on. I will study this and try to learn. Thank you so much, I can honestly say I would've never come to this logic on my own.
Thank You again!
Thank You again!
- 05 Apr 2017 03:18
- Forum: Troubleshooting
- Topic: Daemon loses connection EVERY 5 minutes on Samsung VIEW
- Replies: 5
- Views: 4595
Re: Daemon loses connection EVERY 5 minutes on Samsung VIEW
Noticed the Samsung has a usb out, is it possible to use that instead of Wi fi to the PC?
- 04 Apr 2017 21:16
- Forum: Troubleshooting
- Topic: scripting a pad with a blinking "on" state [SOLVED]
- Replies: 4
- Views: 4332
Re: scripting a pad with a blinking "on" state
That's some mighty fine logical thinking. But I couldn't get liftoff. It doesn't seem to me to be toggling. This is so easy to do with a second object, but the whole point is to do it with the one pad only. I'm wondering how to script something that takes a pad press and sequentially switches ...
- 03 Apr 2017 22:00
- Forum: Troubleshooting
- Topic: scripting a pad with a blinking "on" state [SOLVED]
- Replies: 4
- Views: 4332
scripting a pad with a blinking "on" state [SOLVED]
Hey Guys, I'm trying to script a pad to be blinking on and off while "on" and switching to a darker colour when off. I created an expression for the blink which works great if I plug it into the "light=" properties- blink=sin(time*3)/3+.1+.1 I can use the script below to toggle a pad's light bright ...
- 02 Oct 2016 15:25
- Forum: Troubleshooting
- Topic: Scripting NoteOff to Logic X **Please Help!!**
- Replies: 3
- Views: 1691
Re: Scripting NoteOff to Logic X **Please Help!!**
I think noteoff needs to have velocity 0, but it appears you are sending velocity of 1. I think LPX actually recognizes noteon with velocity 0 as a noteoff, but I'm not close to the computer at the moment. Also, you can script a noteoff using midiout function instead of noteout function, as I've ...