Search found 14 matches
- 29 Dec 2015 11:15
- Forum: Troubleshooting
- Topic: Using a Custom Button to randomize a Pad's pitch?
- Replies: 1
- Views: 1190
Using a Custom Button to randomize a Pad's pitch?
I'm trying to set up a Pad that can have it's pitch randomized with a Custom Button. I searched around, tried a few different things, and have come to a dead end. What I want to do is set it up so that each time you tap on the Custom Button it assigns a random pitch within a scale (48-83, 2nd ...
- 18 Dec 2015 20:59
- Forum: Troubleshooting
- Topic: Target a single switch and change it's color with a pad?
- Replies: 8
- Views: 5171
Re: Target a single switch and change it's color with a pad?
Thanks!MrCorba wrote:I guess this is something you want. The color expression now holds 3 random colors, just change those values to the ones you want. Any questions, just ask;)
O wait the forum is full, so I'll just use dropbox...
https://www.dropbox.com/s/gdx6x4p2u12ks ... .jzml?dl=0
Cheers!
- 18 Dec 2015 04:34
- Forum: Troubleshooting
- Topic: Target a single switch and change it's color with a pad?
- Replies: 8
- Views: 5171
Re: Target a single switch and change it's color with a pad?
Here's the code I have set to the 3 Pads (with the number different for each color):
And for the "Switches25" I have the "Multicolor" box checked.
The answer is probably something relatively easy. I just haven't found it yet.
Code: Select all
setattribute(Switches25,'colors',{8355711});
The answer is probably something relatively easy. I just haven't found it yet.
- 18 Dec 2015 04:30
- Forum: Troubleshooting
- Topic: Target a single switch and change it's color with a pad?
- Replies: 8
- Views: 5171
Re: Target a single switch and change it's color with a pad?
Now I just need two things: 1. To be able to target just one of the 12 switches in the switch object (1 row of 12 columns), and not all 12. 2. The ability to cycle between 3 colors with each tap on the pad. Came up with a solution for #2: Create three separate pads, one for each color. So rather ...
- 18 Dec 2015 01:28
- Forum: Troubleshooting
- Topic: Target a single switch and change it's color with a pad?
- Replies: 8
- Views: 5171
Re: Target a single switch and change it's color with a pad?
Got it so when I press a pad it changes the color of the switches. Did so by moving the "setattribute" script to the pad object rather than the switch object, and setting the script to run when the pad is pressed "On". Easy enough. Now I just need two things: 1. To be able to target just one of the ...
- 18 Dec 2015 00:02
- Forum: Troubleshooting
- Topic: Target a single switch and change it's color with a pad?
- Replies: 8
- Views: 5171
Target a single switch and change it's color with a pad?
I have a project with a switch object, one row with twelve columns, and am looking for a way to change the color of a single switch by controlling it with a pad. I'm hoping to set it up so that when you tap the pad it will cycle through three different colors for a specific switch, and not all ...
- 10 Dec 2015 18:05
- Forum: Troubleshooting
- Topic: Clip launch feedback for Bitwig???
- Replies: 7
- Views: 3544
Re: Clip launch feedback for Bitwig???
I created another page within the project, copied the switches and pasted them to that page, then turned off the Radio function on those, and then just use that page for mapping.MrCorba wrote:Can't think of a good solution to that at the moment....
- 09 Dec 2015 22:15
- Forum: Troubleshooting
- Topic: Clip launch feedback for Bitwig???
- Replies: 7
- Views: 3544
Re: Clip launch feedback for Bitwig???
Okay so, I finally got it to read the second mapping, but it's really hit or miss. Sometimes it works sometimes it doesn't. Then I tried turning the "Radio" function off and everything maps just fine. Kind of annoying, to have to map everything, then go back and turn on the "Radio" and reload the ...
- 09 Dec 2015 21:54
- Forum: Troubleshooting
- Topic: Clip launch feedback for Bitwig???
- Replies: 7
- Views: 3544
Re: Clip launch feedback for Bitwig???
This is frustrating, because the Midi Map button in the editor (the button in the upper right corner) shows the switch to be correctly mapped to Note On with the correct pitch range, it's just not mapping in Bitwig beyond the first one.
- 09 Dec 2015 19:28
- Forum: Troubleshooting
- Topic: Clip launch feedback for Bitwig???
- Replies: 7
- Views: 3544
Re: Clip launch feedback for Bitwig???
You could just use a switch object for that set to Radio Mode. Then only 1 button can be pressed at the time. This should solve all your problems;) Thanks for the reply, but for whatever reason Bitwig is only reading the first switch when mapping. I've tried both "note on" and "control change" with ...