New R3 Patch: DubStep Wobble Bass
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
Somebody ban him alreadyMorshu wrote:I personally thing this program sounds kinda strange. It doesnt really sound like the wobble, but once i editted it enough it did.
Current: MS-20 Mini, Minilogue, SY77
Past: Korg R3, Volca Bass, X50, Mg Slim Phatty, Rld Gaia SH-01, Yamaha TX81Z
Have my freebie granular plug-in: https://www.muffwiggler.com/forum/viewt ... p?t=192886
Past: Korg R3, Volca Bass, X50, Mg Slim Phatty, Rld Gaia SH-01, Yamaha TX81Z
Have my freebie granular plug-in: https://www.muffwiggler.com/forum/viewt ... p?t=192886
Thanks zalo for that catch. When I didn't see the see the BPMSync as an available parameter for CC, I didn't realize that the LFO1 Freq was being used for dual purposes. Yeah, it would be easier to directly set it that way.zalo wrote:Code: Select all
When BPM Sync is "ON". 00~07 : 8/1 26~2C : 1/2 4B~52 : 1/6 71~77 : 1/32 08~0E : 4/1 2D~34 : 3/8 53~59 : 1/8 78~7F : 1/64 0F~16 : 2/1 35~3B : 1/3 5A~61 : 1/12 17~1D : 1/1 3C~43 : 1/4 62~68 : 1/16 1E~25 : 3/4 44~4A : 3/16 69~70 : 1/24
No problem, and if you have a computer in your live set up you can do this for even cheaper with a nanoPAD.xmlguy wrote:Thanks zalo for that catch. When I didn't see the see the BPMSync as an available parameter for CC, I didn't realize that the LFO1 Freq was being used for dual purposes. Yeah, it would be easier to directly set it that way.
So I've attempted getting my KP3 and R3 to communicate via MIDI. Read everything in their manuals and learned how to program the KP3 to work as an external midi.zalo wrote:Those values are in hex so you just need to convert them to dec and you will have your standard 0-127.Code: Select all
When BPM Sync is "ON". 00~07 : 8/1 26~2C : 1/2 4B~52 : 1/6 71~77 : 1/32 08~0E : 4/1 2D~34 : 3/8 53~59 : 1/8 78~7F : 1/64 0F~16 : 2/1 35~3B : 1/3 5A~61 : 1/12 17~1D : 1/1 3C~43 : 1/4 62~68 : 1/16 1E~25 : 3/4 44~4A : 3/16 69~70 : 1/24
The R3 uses assignable CC#s, so assign the LFO Freq to an unused # (I will use 60 for this explanation).
Set the first button to CC# 60 with an ON Value of 61 (quarter note, 1/4)
the next button to CC# 60 ON Value 76 (quarter note triplet, 1/6)
next CC# 60 ON Value 84 (eighth note, 1/8 )
and so on.
Set them all to have an Off Value of 39 (half note, 1/2) or what ever you want for your default pulse.
Or use which ever values you want to get your appropriate divisions.
By using the KP3 editor (software that came with it), I set the values for the LFO. Is http://www.statman.info/conversions/hexadecimal.html a good hex converter to use? Because I got different values than you said, zalo.
EDIT: The jist is that I connected the KP3 and R3 to my computer via USB and tried to use OSX as a midi thru... I have only seen it work with additional software on Windows in this video:
http://www.youtube.com/watch?v=kooH2TMV ... re=related
I read that on OSX its not necessary to use software because it is built into the OS with AudioMIDI. I went in there and it only recognized the KP3 as a midi device with internal ports. Yet in the above video it clearly worked. I'm getting audio midi cables this afternoon to see if my progress actually worked.
From the R3 manual; I should connect the MIDI out R3 - MIDI in KP3, and MIDI out KP3 - MIDI in R3---correct?
If you're just controlling the R3 with the KP3, then you only need KP3 MIDI Out to R3 MIDI In - don't make it complicated.
you touch the pad on the KP3, it generates a message which is sent to the R3, the R3 does whatever that message tells it to do..
you touch the pad on the KP3, it generates a message which is sent to the R3, the R3 does whatever that message tells it to do..
Current Gear: Kronos 61, RADIAS-R, Volca Bass, ESX-1, microKorg, MS2000B, R3, Kaossilator Pro +, MiniKP, AX3000B, nanoKontrol, nanoPad MK II,
Other Mfgrs: Moog Sub37, Roland Boutique JX03, Novation MiniNova, Akai APC40, MOTU MIDI TimePiece 2, ART Pro VLA, Focusrite Saffire Pro 40.
Past Gear: Korg Karma, TR61, Poly800, EA-1, ER-1, ES-1, Kawai K1, Novation ReMote37SL, Boss GT-6B
Software: NI Komplete 10 Ultimate, Arturia V Collection, Ableton Live 9. Apple OSX El Capitan on 15" MacBook Pro
Other Mfgrs: Moog Sub37, Roland Boutique JX03, Novation MiniNova, Akai APC40, MOTU MIDI TimePiece 2, ART Pro VLA, Focusrite Saffire Pro 40.
Past Gear: Korg Karma, TR61, Poly800, EA-1, ER-1, ES-1, Kawai K1, Novation ReMote37SL, Boss GT-6B
Software: NI Komplete 10 Ultimate, Arturia V Collection, Ableton Live 9. Apple OSX El Capitan on 15" MacBook Pro
Kept it simple as you said and got them communicating! It sure is nice to switch directly between LFOs and cutoffs. Thanks for all the quality guidance!X-Trade wrote:If you're just controlling the R3 with the KP3, then you only need KP3 MIDI Out to R3 MIDI In - don't make it complicated.
you touch the pad on the KP3, it generates a message which is sent to the R3, the R3 does whatever that message tells it to do..
m