Thanks again n again Softcore!
OnExpression script seems better, it will not send 0 value when enabling.
Search found 19 matches
- 05 Jun 2014 15:09
- Forum: General Discussion
- Topic: make object inactive
- Replies: 5
- Views: 1578
- 04 Jun 2014 18:10
- Forum: General Discussion
- Topic: make object inactive
- Replies: 5
- Views: 1578
Re: make object inactive
I'm talking not about object hiding and showing like in this example:
::: On Expression :::
if(x== 0) {
show(myProgramChange,0);
} else if (x == 1) {
show(myProgramChange,1);
}
I want to switch object off/disable MIDI data.
::: On Expression :::
if(x== 0) {
show(myProgramChange,0);
} else if (x == 1) {
show(myProgramChange,1);
}
I want to switch object off/disable MIDI data.
- 03 Jun 2014 20:20
- Forum: General Discussion
- Topic: make object inactive
- Replies: 5
- Views: 1578
make object inactive
Hi,
How to make object inactive(off) with special button? Maybe by using On expression script line? I guess it will be quite simple task, but can't find the way some time.
How to make object inactive(off) with special button? Maybe by using On expression script line? I guess it will be quite simple task, but can't find the way some time.
- 29 May 2014 20:45
- Forum: General Discussion
- Topic: EQ lock - how to do it? jzml attached
- Replies: 6
- Views: 2065
Re: EQ lock - how to do it? jzml attached
I have two questions. I think first or second will solve this issue.
1) How to reset values with special button? - Solved (with On expresion x - <object name>.x = value;)
2) How to turn off/on "Physic" with special button? - Is it possible to do it?
1) How to reset values with special button? - Solved (with On expresion x - <object name>.x = value;)
2) How to turn off/on "Physic" with special button? - Is it possible to do it?
- 20 Apr 2014 00:04
- Forum: General Discussion
- Topic: EQ lock - how to do it? jzml attached
- Replies: 6
- Views: 2065
Re: EQ lock - how to do it? jzml attached
Thanks Softcore. Just note that MIDI1 working good now, but MIDI2 still not working (Traktor knobs returned). You can see parameter x=k. There are MIDI1 for Ableton and MIDI2 for Traktor.
Ableton port is MIDI1 (MIDI2 not selected on app)
Traktor port is MIDI2 (MIDI1 not selected on app)
Ableton port is MIDI1 (MIDI2 not selected on app)
Traktor port is MIDI2 (MIDI1 not selected on app)
- 13 Apr 2014 20:25
- Forum: General Discussion
- Topic: EQ lock - how to do it? jzml attached
- Replies: 6
- Views: 2065
Re: EQ lock - how to do it? jzml attached
If it's possible it will be good to have switch off(no MIDI or no MIDI output) function of EQ on the left.
In some cases I want to use Ipad/Lemur for EQ, in some cases just MIDI controller's knobs.
P.S. By the way, switch on will reset values - this is good thing also.
In some cases I want to use Ipad/Lemur for EQ, in some cases just MIDI controller's knobs.
P.S. By the way, switch on will reset values - this is good thing also.
- 13 Apr 2014 03:31
- Forum: General Discussion
- Topic: Looping clip rows/scenes automatically ON/OFF function
- Replies: 4
- Views: 2025
- 25 Mar 2014 16:31
- Forum: General Discussion
- Topic: EQ lock - how to do it? jzml attached
- Replies: 6
- Views: 2065
EQ lock - how to do it? jzml attached
Hi, I have EQ with lock function and it is working as I wanted (on the left side), but how to lock knobs on the right side? There are LO2, MID2 and HI2. This is just an example - the knobs on the right side will be removed and will be controlled with CC messages from additional MIDI controller (not ...
- 24 Mar 2014 10:38
- Forum: General Discussion
- Topic: How do i send two midi cc's with one button
- Replies: 17
- Views: 5085
Re: How do i send two midi cc's with one button
Thank you, Softcore - it works!
P.S. Just in my case, I have created two faders in different interfaces - they syncing fine (2 in Lemur, 1 in Traktor and 1 in Ableton).
P.S. Just in my case, I have created two faders in different interfaces - they syncing fine (2 in Lemur, 1 in Traktor and 1 in Ableton).
- 24 Mar 2014 09:54
- Forum: General Discussion
- Topic: How do i send two midi cc's with one button
- Replies: 17
- Views: 5085
Re: How do i send two midi cc's with one button
yesSoftcore wrote:Do what exactly? The fader sending two midi CCs?