Nevermind, and apologiesā¦went through the process again and discovered Iād set Pking prefs wrong
[s]New to RN (but not to DAWs) and Iām having trouble here, with Pking v2.1, using RN 2.8.2/64bit on Mac OS 10.6.8
Iāve watched all the tuts on youtube, rtfm, set the prefs of the tool [PK MIDI input=PK (MIDI in); PK MIDI output=pk (ctrl)]āand RN [Device B=PK (portB)]āas indicated, even checked my Macās AudioMidi setupā¦this is the last thing I can think to do: ask the forum.
Its quite simple, really, when I start Pking, the PK displays āPatā and the Knob1 Assign lights upā¦and thatās it. While I can play the pads and trigger samples in an instrument (which is set to Device:pk(port B), ch1), I canāt start/stop the transport, or anything else for that matter. All knobs and buttons are otherwise non-functional. If I manually start the sequencer, RN dutifully displays bars/beats as it cycles around. But other than that, the PK is unresponsive.
This suggests the PK is receiving transport feedback from RN, but something is stopping the PK from sending commands to RN.
Any suggestions, or could this be a 32bit/64bit RN issue? Sorry, Iām grasping at straws here.
[/s]
TIA!
First of all I apologize that my first post is necroing a 2 year old thread.
I found a padkontrol on the ground in the furniture disposal place in my apartment complex, and there was nothing wrong with it (other than being an old piece of gear!)
I like pking very much, but I wanted to know if anyone had an older version that still had the step sequencer in it. I would link to a video but it was turned to private just a couple days ago.
I would really love a version for Renoise 3! Just some minor additions like setting one-shote mode from the controller or adding/adjusting adhsr would make an even better experience as the current 2.8 version of the tool.
Any really good an enthusiastic Lua coders interested in reviving this thing?
Me too would love to see further updates of pKing. I get the feeling it was dropped in favor of padKontrol support in Duplex, but that seems to have been stuck in an early stage.
Renoise 3 has such a great sampler, itās like MPC on steroids, so if there would be a possibility for better cohesion with some sort of a hardware midi controller, I would probably pee my pants
Not having pking in v3 is killing my workflow. Is there a technical reason why this canāt be properly implemented, or is it from lack of interest/funds. I would gladly try to raise funds for anyone who port this tool over.
What are the error messages if you just change ApiVersion from 3 to 5 in the manifest.xml file?
I donāt own a padKontrol, but it shouldnāt be too difficult fixing what might be wrong if we collab.
For reference:
NB. I am guessing that Renoise autoupdates simple renames of constants, properties and methods, but that it might fail if some native classes/objects are ācachedā. AFAIK there are not many changes on some deep āstructuralā level - at least none that would be difficult to fix. Automation access comes to mindā¦
NB2. One obvious culprit is found in modes/samp_edit.lua:359-. These have been deprecated:
renoise.ApplicationWindow.UPPER_FRAME_DISK_BROWSER
renoise.ApplicationWindow.MIDDLE_FRAME_SAMPLE_EDITOR
renoise.ApplicationWindow.LOWER_FRAME_INSTRUMENT_PROPERTIES
And in modes/support.lua:37-
renoise.ApplicationWindow.MIDDLE_FRAME_KEYZONE_EDITOR
renoise.ApplicationWindow.MIDDLE_FRAME_SAMPLE_EDITOR
EDIT:
I tried to fix those here. Try it and let me know of any error messages. I hope mxb doesnāt disprove, even though the source code says āCopyrightā com.mxb.pKing.xrnx (34.3 KB)
The tool should start in 3.1 now and (Iām guessing!) generally work, but I cannot vouch for 100% of its functionality. Especially if it comes to navigating between āviewsā. And the instrument and sample section were changed quite a bit in recent Renoise versions, but if thereās an interest we could probably adapt it with a bit of collab.
Hi, I just tested your version of the tool in linux x64.
The tool installed succesfully and then when I tried to start it from the Tools menu I got this:
Apologies for the necrobump, I was just given a padKontrol and stumbled on this thread while playing with it.
I encountered the same error others have mentioned with patt_edit.lua using @jouleās com.mxb.pKing.xrnx with Renoise v3, so I commented out every instance of chord_mode_enabled in that file. This seems to make things kind of work.
I can load one of the demo songs in my (freshly installed) demo version of Renoise, start pKing, and sounds happen when I press buttons on the padKontrol. Being completely new to Renoise and the padKontrol, however, Iām not sure what Iām doing at all atm, so Iām almost certainly just not seeing what functionality is missing yet.
Iām out of time to mess with this for now, but if I ever end up getting any further Iāll post about it here.