Posted: Wed Nov 16, 2011 10:08 pm
I personally thing this program sounds kinda strange. It doesnt really sound like the wobble, but once i editted it enough it did.
A forum for Korg product users and musicians around the world. Moderated Independently. Owned by Irish Acts Recording Studio. Hosted by KORG USA.
http://www.korgforums.com/forum/phpBB3/
http://www.korgforums.com/forum/phpBB3/viewtopic.php?t=40596
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.
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
What a coincidence! Everyone here think you sound strange and wishes you would wobble somewhere else.Morshu wrote:I personally thing this program sounds kinda strange. It doesnt really sound like the wobble, but once i editted it enough it did.
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.
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..