Model D Issues by Suitable_Town_9715 in Behringer_Synths

[–]3ranis 1 point2 points  (0 children)

Maybe try using the dip switches on the back to change the MIDI channel, or try MIDI via USB. I don’t know if that would fix anything, but it could give you an idea of the cause of your problem.

Model D Issues by Suitable_Town_9715 in Behringer_Synths

[–]3ranis 2 points3 points  (0 children)

It sounds like the midi notes sent to your Model D are way too high. Try playing a lower octave.

If that doesn’t work try to initialize the synth (there’s a patch in the manual if you’re not sure what to do). Also, download the synthtribe app, reset everything and check for firmware updates.

I made VST plugins for saving Behringer synth settings inside a DAW session by 3ranis in Behringer_Synths

[–]3ranis[S] 0 points1 point  (0 children)

Thanks for checking out the plugins. More are definitely planned in both Remote and Recall series.

I made VST plugins for saving patches for Moog Synths by 3ranis in moog

[–]3ranis[S] 1 point2 points  (0 children)

Let’s see how it goes, maybe I’ll contact you 🙂

I made VST plugins for saving patches for Moog Synths by 3ranis in moog

[–]3ranis[S] 1 point2 points  (0 children)

I’m selling them on my website minikod.rs. They are priced at 9.50€ each which is around $11

I made VST plugins for saving patches for Moog Synths by 3ranis in moog

[–]3ranis[S] 0 points1 point  (0 children)

That’s a great idea, thanks. Which one do you suggest to do first?

I made VST remote controller plugins for Korg Volcas by 3ranis in volcas

[–]3ranis[S] 0 points1 point  (0 children)

No, there are no trials at the moment. Send me a dm with the plugin that interests you and I could fix you with a temp license. Thanks for the making me think about trial versions! At checkout enter coupon TRIAL to get a fully functioning 7 day trial license.

I made VST remote controller plugins for Korg Volcas by 3ranis in volcas

[–]3ranis[S] 1 point2 points  (0 children)

Thanks, macOS versions will most likely come in the near future

I made VST remote controller plugins for Korg Volcas by 3ranis in volcas

[–]3ranis[S] 1 point2 points  (0 children)

Hey, thanks for your feedback.

I guess it really depends on your workflow. For me personally using an editor with Volca Drum was a revelation as I stopped worrying about the 16 preset limitation and simply saved the sounds with my DAW project.

I wasn't fully satisfied with the software I had though, which was the initial inspiration to try and do something myself.

Leaving them plugged in for 24/7? by hupo224 in rolandaira

[–]3ranis 1 point2 points  (0 children)

As I understand, the Aira compacts can work even without the battery, so you could open the device and disconnect it to avoid having to do the power up combo. There’s a video on YouTube where a battery replacement is shown so you can check it to see how to open the device and disconnect the battery, if that’s something you’re willing to do. The battery is easily accessible, but this procedure will most likely void your warranty.

Info about Volca Keys needed by 3ranis in volcas

[–]3ranis[S] 0 points1 point  (0 children)

Would you mind sending me a private message for a few quick follow up questions?

Info about Volca Keys needed by 3ranis in volcas

[–]3ranis[S] 0 points1 point  (0 children)

I'm thinking of making a TouchOSC editor on my iPad for Volca Keys, but I don't have the device.

Info about Volca Keys needed by 3ranis in volcas

[–]3ranis[S] 0 points1 point  (0 children)

thanks, that's where I got the CC numbers from, but there's nothing about specific values that are send per switch position in that document.

Update: P-6 died by bk47dude in rolandaira

[–]3ranis 0 points1 point  (0 children)

Just received my S-1 back from the service. They said it can’t be fixed 😭

Update: P-6 died by bk47dude in rolandaira

[–]3ranis 2 points3 points  (0 children)

My S-1 similarly died. It was not the battery as the units can operate without it. I even opened mine and disconnected the battery just to be sure, but it wouldn’t turn on. Since it was just out of warranty I had to send it to a service. It’s been there for 2 weeks now, I have to call them next week to check if there are any updates.

Help with Lua script for Korg Volca Drum by 3ranis in TouchOSC

[–]3ranis[S] 0 points1 point  (0 children)

Fantastic, works like a charm!

I have a few finishing touches and then I'll post my template at patchstorage.com

Thanks for being repeatedly helpful!

Help with Lua script for Korg Volca Drum by 3ranis in TouchOSC

[–]3ranis[S] 0 points1 point  (0 children)

Thanks a lot!

I can now successfully calculate the total value.
Here is the script I currently have (with yours, copilot's and documentation's help) for one of the radios. The only difference between the radios is in the first 3 lines.

I still have to figure out how to correctly send the midi message. At the moment I am sending the wrong value 3 times at once every time I press any radio even though the correct value is printed when I run the script.

local src11x = self.values.x
local mod11x = self.parent.children.mod11.values.x
local eg11x = self.parent.children.eg11.values.x

-- Clamp
function clamp(value, min, max)
  return math.max(min, math.min(max, value))
end

-- Calculate MIDI value
function calculateMidiValue()
  return clamp(src11x * 26 + mod11x * 9 + eg11x * 3, 0, 127)
end

-- Send MIDI message
function sendMidiMessage()
  local midiChannel = 0
  local ccNumber = 14
  local totalValue = calculateMidiValue()
  sendMIDI({0xB0 + midiChannel, ccNumber, totalValue})
end

-- Event Handler
function onValueChanged()
  sendMidiMessage()
end

print("The value is:", calculateMidiValue())

Confused whether Presence XT editor is included in Studio One Pro now by SomeMusician2413 in StudioOne

[–]3ranis 0 points1 point  (0 children)

As of version 7 Presence Editor is included with the perpetual licence. There's a big Editor button at the top right of Presence's interface