Search found 1232 matches

by Macciza
21 Jan 2018 01:32
Forum: Troubleshooting
Topic: Making a 3 state switch
Replies: 2
Views: 5587

Re: Making a 3 state switch

Try using a Switches object set to 3 columns or rows ...
Then select Radio mode which will mean only one state can be selected
cheers
by Macciza
24 Dec 2017 04:27
Forum: Troubleshooting
Topic: Sending mutiple CC´s to same midi channel at once not workin
Replies: 3
Views: 6000

Re: Sending mutiple CC´s to same midi channel at once not wo

There are various ways to stagger and delay the messages using scripts
There should be examples around the forum to find...
cheers
by Macciza
18 Dec 2017 02:01
Forum: Troubleshooting
Topic: Sending mutiple CC´s to same midi channel at once not workin
Replies: 3
Views: 6000

Re: Sending mutiple CC´s to same midi channel at once not wo

Works here, on iPhone...
Where is the script and how is it activated? Are targets sets properly etc?
Cheers
by Macciza
22 Nov 2017 10:54
Forum: Troubleshooting
Topic: incr or decr by an amount other than 1
Replies: 1
Views: 3172

Re: incr or decr by an amount other than 1

Try this for size ... Forget the capture fader, just use the monitor object make a script in the monitor executing On_OSC with address as needed... value = OSC_ARGS*0.0001; this makes the 'value of the Monitor show the incoming OSC value times 0.0001 Adjust the 'Precision' (number of decimal values ...
by Macciza
20 Nov 2017 22:34
Forum: Troubleshooting
Topic: I have an offset cursor bug
Replies: 6
Views: 6669

Re: I have an offset cursor bug

Do you have any screen zoom running ??
I've had similar issues with other apps that resolved with that ...
by Macciza
11 Nov 2017 02:56
Forum: General Discussion
Topic: Turn on a button for X seconds
Replies: 3
Views: 1482

Re: Turn on a button for X seconds

It is also possible to use a Pad and adjust the behaviour parameters and message timing to achieve a delayed turn-off
It can also be used as a ramp up/down if controlling send/return volume rather then just being on-off..
cheers
by Macciza
20 Oct 2017 12:38
Forum: Troubleshooting
Topic: cc implementation help
Replies: 6
Views: 1660

Re: cc implementation help

What you have missed is the binary representation of the numbers... 0001 0001 = 11h = 17 Decimal = Triangle Bits 4-6=1 and Enabled Bit 0=1 0001 0000 = 10h = 16 decimal = Triangle ... Dis-Enabled 0000 0001 = 01h =1 decimal =Sine ...enabled 0010 0001 21h 33dec Saw 0011 0001 31h 49dec Pulse 0100 0001 ...
by Macciza
12 Apr 2016 01:42
Forum: General Discussion
Topic: change all osc target of objects in an existing template
Replies: 2
Views: 1841

Re: change all osc target of objects in an existing template

Hi It can be done easily but requires it to be first set up a particular way. Check out the Parent and Project settings. That's the key. Set the project to a particular target say Osc 0 (highlight Project in list and set target) then set objects to follow Project and all will change if you change ...
by Macciza
06 Feb 2016 02:00
Forum: General Discussion
Topic: ShoveD
Replies: 2
Views: 2532

Re: ShoveD

Looks good
Had a bit of a hack at a Base a while ago, but lots of stuff trapped inside a HD in deadish computer..
Cheers
by Macciza
23 Dec 2015 23:51
Forum: General Discussion
Topic: Board attachment quota reached
Replies: 11
Views: 5649

Re: Board attachment quota reached

Should be ok now
Cheers
MM