Please, the XR22 VCO module is not digital, it is analog!
Soundfiles:
http://www.cg-products.de/module/xr22_vco/


nice!


Say "thank you" to Mr. Günther. ;-) I found this today in SchneidersLaden.

  • Never trust your own emotions *

i have waited for a FSK (Frequency Shift Keying) EURORACK for years !!! thanks !


6/5 for this one. What a blast the Trigger Riot is. Without the slightest hint of doubt the most fun "drum machine" I've used to date (and there's been a few). The experimentalist's dream, I'd say.

Doesn't ever let me down. An absolute breeze to program too, in my opinion, as it's all very logical. The only down side being that the space between the knobs and the cables on the right side is a bit small, but it's really nothing major.


top one most exp ones that we want second row are usure and wild card thrid row is cheapest and meant to bought in pairs


Definitely has some quirkyness. Reverb effect is cheesy. Has tendency to go into self oscillation. In-spite of all this, there are nice sweet spots.


added a second braids. this is going to be aweseome.. !
now i just need to get the ergonomics worked out.


needs 2 power boards and power bricks 12m per board


fs: intellijel rubicon $265, dixie control $65
Verbos Amplitude & Tone Controller $220
These are prices shipped to the continental US. I pay fees.


Thread: Buchthi

This might very well be mine! Would be interested to hear from people who see things missing that they couldn't live without. Suggestions that keep within the idea of, "BuchlaSynthi," and stay within the dual 90hp size...


Scratch that. Found it. PEBKAC.


I searched before I added and didn't find it listed. Where is the other one?


Duplicate entry.


This is easy to bend from the two right angle bends of the support, especially when it is full of cables (even short ones.) I have put some hard rubber down to support the base to minimize the stress and hopefully prolong it's life. It is functional, but I believe it is way overpriced for its poor design.
-- gonkulator

Think you could take a picture of the white mounting plate? It would serve well as a picture for the module entry.


Looks like something outta Indiana Jones! I love the visual style. I'm looking forward to more exciting modules from this maker.


Thanks for the warning. I was going to go for a couple of these, but I guess I should stick with Pomona cable hangers.


This is easy to bend from the two right angle bends of the support, especially when it is full of cables (even short ones.) I have put some hard rubber down to support the base to minimize the stress and hopefully prolong it's life. It is functional, but I believe it is way overpriced for its poor design.


Thread: thank you

Thanks for kind words!
My pleasure, best Knut

Beep, Bopp, Bleep: info@modulargrid.net


Thread: Bug Report

Thanks for reporting!

Yo, Knut!

The Update=>Screenshot function is no longer working.

I keep getting the message "Image not found," and the error:

Error: The requested address '/img/racks/modulargrid_??????.jpg' was not found on this server.

The Command Center => Update Screenshot Preview is also malfunctioning.

Something screwy with CakePHP?
-- Adminius

Screenshots are generated by a "headless XServer".
This Mofo likes to crash every once in a while, it's a bug since day one.
My professional solution so far is the IT Crowd approach: switch it off and on again.
There you go, works again :)

Beep, Bopp, Bleep: info@modulargrid.net


Thread: Bug Report

Yo, Knut!

The Update=>Screenshot function is no longer working.

I keep getting the message "Image not found," and the error:

Error: The requested address '/img/racks/modulargrid_??????.jpg' was not found on this server.

The Command Center => Update Screenshot Preview is also malfunctioning.

Something screwy with CakePHP?


As much as I like this product, it is not a module and should not belong here. Flagged as private.
-- modulargrid

My bad. It is mountable as a module. Removed flag.
Someone can upload a better "2D" image of this?

Beep, Bopp, Bleep: info@modulargrid.net


Thread: thank you

hello

i just wanted to say congratulations for this fantastic site
it's the first modular planner that really works
and it has been extremelly usefull to me for the last months
thank you very much for it

ninon


As much as I like this product, it is not a module and should not belong here. Flagged as private.

Beep, Bopp, Bleep: info@modulargrid.net


I am wondering if this setup would be good for one of my drone sets?


Right, that's the menu, I get it all the time both in Chrome and Safari. I'm also on iOS 7.1. I do press-and-hold for some time for the menu to appear, but that's to avoid other touch event side effects (such as dragging the wrong module). My racks were private when I noticed this, but I am not in a position to verify if this makes a difference. Good luck and thanks for digging in. Thanks as well for removing my fake rating.


It's basically the right-click menu. I activates on mobiles when you long-press a module ...
-- wiredearp

O.K., now I think I get what you mean. The menu which reads "Save image/Copy" ?
Strange thing: I can not reproduce it on my iPad (iOS 7.1). The contextual menu only shows up, when I am hovering about a module in a rack of an other user where I have no editing rights.
On my own racks I am not able to trigger the contextual menu (?).
Your code looks good, but I have to been able to reproduce the error. I will investigate further ...

Beep, Bopp, Bleep: info@modulargrid.net


Not sure what you mean with "contextmenu". If you mean this speech bubble thing with the specs:
You can click on the Popover on button above the rack to prevent the display of the popover.

It's basically the right-click menu. I activates on mobiles when you long-press a module, just like the popover, which it obscures. You can get around it if you drag really fast, but that usually just moves an unintended module. My standard procedure is to press a module, wait for the contextmenu to open, press somewhere else on the screen to close the contextmenu, then drag the module. I spend way more time on ModularGrid than I should already, so every second counts. I believe you can get around it by something like:

if(/Android|iPhone|iPad/i.test(navigator.userAgent)) {
    window.addEventListener('DOMContentLoaded', function() {
        document.querySelector('#rack').addEventListener('contextmenu', function(e) {
            if(e.target.localName === 'img') {
                e.preventDefault();
            }
        });
    });
}

Thanks again for all the awesomeness.


I rated a module that I don't own, just to see how it feels to own a module. I now regret it. Can I remove my rating? I'm sure it's a good module though, so I gave it a fair rating.

That's not possible for users at the moment, sorry. I have deleted your rating with super admin powers.

Another thing: How can you see a modules rating on Modular Grid? You can see it in the Google search results, so it must be somewhere on the page. I can't find it.

It's on the module detail pages. The last entry in the Specs list. Ratings will only show up if there are any available, which is not the case on many modules.

Another thing, for the Modular Grid developers: I suggest we can event.preventDefault() the "contextmenu" event on mobile devices so that you can drag and drop modules on the iPad without triggering the contextmenu every second time. And thanks for doing this site.
-- wiredearp

Not sure what you mean with "contextmenu". If you mean this speech bubble thing with the specs:
You can click on the Popover on button above the rack to prevent the display of the popover.

Beep, Bopp, Bleep: info@modulargrid.net


I rated a module that I don't own, just to see how it feels to own a module. I now regret it. Can I remove my rating? I'm sure it's a good module though, so I gave it a fair rating.

Another thing: How can you see a modules rating on Modular Grid? You can see it in the Google search results, so it must be somewhere on the page. I can't find it.

Another thing, for the Modular Grid developers: I suggest we can event.preventDefault() the "contextmenu" event on mobile devices so that you can drag and drop modules on the iPad without triggering the contextmenu every second time. And thanks for doing this site.


Great snappy AHDSR. My only gripe is the cheap feel as the faceplate is plastic. But for 2 ADSR's in one module and for the price, there's really little room to complain.


Thanks for the input man. I was already thinking about ditching the multi and just using stackables but i didn't know that about the midi.
The divider does seem a little much (given what the Pam can do) so i might toss it.
Thanks for the heads up on the Livewire, had no idea. Might have to see if i can snag that one before the rest of them if i see one for sale.

EDIT:
Here's a copy of the rack with a few changes to it (taking out the livewire, multi, midi, and replacing some things)
ModularGrid Rack


I would advise against the Pittsburgh midi module, especially if you're considering syncing modules like Pamela's Workout to it. It only outputs a clock trigger every quarter note, which is not really fast enough to get stable timing from. If you can, something that puts out 24ppq is much more ideal. Ditch the PGH midi, mult and Doepfer divider (not really needed with Pamela in a 6u) and get mutable instrument's Yarns. It's a very capable midi converter with many clock speeds, apps and Euclid patterns, sequencing, etc.

Also be aware that anything Livewire will be very hard if not impossible to come by, as sadly, the owner of that company passed away. There are some people who will be taking over the company and designs, but so far it hasn't materials much.

Otherwise, nice looking system. You have a lot of filtering for just one complex osc, so maybe look at another oscillator in place of one?

Just my opinions though, :)


Been looking at starting my own modular rack for a little while. So I've been on here not really knowing what I was doing and then I decided to look up some companies and youtube videos as well as some of my friends on facebook and I came up with this 2 row 104hp setup. It's meant to be something that's sort of a jack of all trades / master of none kind of thing that will keep me occupied and interested while I slowly save up for more modules (after getting the full/partial rack setup) and eventually expand to a nice room with a wall made out of modular synth racks.
Anywho here's the rack: ModularGrid Rack
Just want some feedback and to know I have a good foundation for my modular endeavors.
Thanks Everyone.


Cool rack.
Those silver Nebulae are kinda hard to come by though. :(


Its starting about 0:37 where the sound becomes brazen and crisp and changes to a higher tune.
Also a good example of that Ringmodulator sound can be heard at the end sequence in "Jon & Vangelis - I`ll find my way home" :
http://www.y**tube.com/watch?feature=player_detailpage&v=2oANV6SQhwI#t=260
copy and paste and replace ** with ou ;-) !! I do not want to have the YT video included because the time stamp gets lost


Thread: sio

yo


Can you point to a specific time stamp in the video? Also keep in mind, following the ring mod, the sound is getting resonant filtered and delayed. I got similar tones I suppose using squares waves like the video says. In the vid, it says the mod osc is manually tuned, so don't cv that. Run it through a filter with a faster envelope (clock wise) than the 4 step sequence.

I wish I could hear it without the delay and filter. That's adding a LOT to what is happening.


Hi exper,
thanks for your reply! I tried now according your recommendations to achieve the sound I have in mind. As mentioned - I get all interesting flavours of RingMod sounds but the belly-like sound as heard in the Oakley RingMod demo is I am not succeeding.
Can you confirm that kind of sound is possible to achieve with the Intellijel µMod?
Regards,
-Matt


Thread: Bug Report

O.k. that's an Android phone I guess. Sadly I don't have access to one and the simulators don't work with the touch stuff. I will try to borrow one and look into it.

Beep, Bopp, Bleep: info@modulargrid.net


Just wanted to correct the HP. It is 45.
Thank you for posting this.


Thread: Bug Report

I'm on the Samsung Note 3, figured with the pen and all there wouldn't be that issue, but alas... I'm using the mobile version of Chrome, by the way.

I figured there wouldn't be a mobile app, and besides the delete problem its been working great!


Thread: Bug Report

So I frequently use modulargrid on my phone

What kind of phone are you using?

Oooh, idea: mobile app?

There will be no dedicated native mobile app. I try to make sure that MG runs in most mobile browsers, therefore your bug report is greatly appreciated.

Beep, Bopp, Bleep: info@modulargrid.net


Thread: Bug Report

So I frequently use modulargrid on my phone, but have noticed a pretty important flaw: not being able to delete modules. If I poke the delete button it just moves the module and it makes things go all sorts of whacked out. Maybe I'm just being picky, but is there a way to fix that for mobile? Or will I have to continue just dragging them off to the side until i can get to a computer?

Oooh, idea: mobile app?


It's all in tuning the oscillators. Also, keep the quandrant knob centered, and keep the 2 attenuators back off from full clockwise. Also leave the 2 polarity switches in the center position. They are for removing the + or - from each channel, and using those can lead to more mangled tones. I assume you are taking the output from the RING out, so other than that, experiment with the tuning. Also try starting with sines. Its easier to hear and understand how the sum/difference work together when you have less overtones to begin with. Keep messing with it, because I find the uMod to be one of the cleaner sounding ones available. If you're stuck, I can try to come up with a patch for you later.


Hello ModularGrid community,
I am failing creating bell-sounding FX with my Intellijel µMod II Ringmodulator. Detuning the VCOs against each other extremely I am able to create interesting RingMod like sounds – distorted, FM-like etc. However I do not get the desired bell / chime like sound I know from other ringmodulators like e.g. this one

So my question is if there is anyone able to simulate this kind of sounds with the Intellijel RingMod ?
Regards,
-Matt
PS: I use 2x Analogue Systems RS95E as VCOs


I wish there would be a reissue. Could use a 4HP logic module with audio rate capabilities. The Plog is no real replacement and I already got it anyway.


Ah, missed (or forgot) that. Interesting. Thanks.

Maybe there will other GRP modules afterwards then.


According to their home page, yes:

"Hardware-wise, is stand-alone self powered, with hardware compatibility for mount on 5U module format; you can use in stand alone with its internal power, or you can install in your Dot.com/Cotk/Moon Modular system. R24 respects electrical and mechanical standards for the above manifacturers. Still, you can use R24’s own cabinet as a “presto-cabinet” for powering and using your spare 5U modules."


Would be nice if this would get a mix out or a summing feature per normalizing as it's not out yet.