Search found 6 matches

by dogblessyou
08 Oct 2017 20:39
Forum: General Discussion
Topic: Switching between 16 midi channels with 16 switches
Replies: 7
Views: 1336

Re: Switching between 16 midi channels with 16 switches

I'm not sure you can. But I'm pretty new to scripting still and figured you could use setattribute, but looks like you can't. https://forum.liine.net/viewtopic.php?f=32&t=2488&p=9633&hilit=Setattribute+channel#p9633 You can probably work around it tho, depending on what you want. Like using 16 pages ...
by dogblessyou
07 Oct 2017 13:16
Forum: General Discussion
Topic: Matching list item change with knob CC value change
Replies: 1
Views: 645

Re: Matching list item change with knob CC value change

Well that's just typical. I struggle with this for hours. Right after posting here I find the best matching formula so far, I'm quite happy with this one: setattribute(txtStatModSrc2,'content',textShape2_26.modsrc[range(x,0.5,103.5)]); But I'm still interested in your thoughts. Shouldn't the math ...
by dogblessyou
07 Oct 2017 12:43
Forum: General Discussion
Topic: Matching list item change with knob CC value change
Replies: 1
Views: 645

Matching list item change with knob CC value change

I have knob that send CC 0-103 that select waveform on my DSI Tetra synth. Beside the knob I have a text object that display list items to show corresponding waveform. But I'm having a hard time matching them up precisely. The knob label is set to value= x*103. The list items: modsrc={'Off','Saw ...
by dogblessyou
06 Oct 2017 11:59
Forum: General Discussion
Topic: Send Controller Snapshot?
Replies: 20
Views: 14148

Re: Send Controller Snapshot?

This is pretty much the function I was looking for. I'm not into programming but I did get this script working fine besides one issue. The button with the script needs to be placed in the same container as the controls it seems. This might be a very basic issue but... How would I go about adding ...
by dogblessyou
10 May 2013 15:41
Forum: Troubleshooting
Topic: Can I get Container Tabs to send MIDI?
Replies: 2
Views: 649

Re: Can I get Container Tabs to send MIDI?

Ok, I can work with that. Thanks!
by dogblessyou
10 May 2013 12:45
Forum: Troubleshooting
Topic: Can I get Container Tabs to send MIDI?
Replies: 2
Views: 649

Can I get Container Tabs to send MIDI?

I would like to send MIDI messages when I switch tabs in a container. Is this possible? When I select a tab in the editor, the MIDI mappings are all greyed out.

Anyone got a neat workaround perhaps? Could also be useful when switching interfaces.