Search found 22 matches

by primate
Wed Jun 10, 2015 9:40 am
Forum: User Examples
Topic: Trigger grid
Replies: 4
Views: 15275

Re: Trigger grid

Hi!
In addition to what has been said above, I'd recommend a look at the example synth

http://www.dsprobotics.com/support/viewtopic.php?f=2&t=1076

The ruby arpeggiator in there is fantastic and could easily be modified into what you want. If I have time I'll put a modified version of it up for you ...
by primate
Sun Jun 07, 2015 4:48 pm
Forum: General
Topic: Looking for collaborators!
Replies: 4
Views: 10665

Re: Looking for collaborators!

@nix thanks, It's going to take me a while to understand how you've done that, looks amazing. I've only just got my head around the sequencer on the example synth and this is doing a fair bit more. really nice annotation in the ruby code.

@ spogg yeah man, posted these somewhere else here, but ...
by primate
Sun Jun 07, 2015 10:04 am
Forum: User Examples
Topic: Simple Ruby DJ controller plate / Turntable
Replies: 2
Views: 11821

Re: Simple Ruby DJ controller plate / Turntable

Thanks man! I really appreciate that.

I think that all of the ruby I've put in my VSTs has conditionals done how I'd done them in this example, so it's a great insight to know that I can go back and make it all more efficient.

Everything is certainly easier to follow and generally leaner and ...
by primate
Thu Jun 04, 2015 10:07 pm
Forum: User Examples
Topic: (RUBY) Advanced Color Management
Replies: 48
Views: 157979

Re: Generic Color Mixer with alpha channel

Thanks fella, sounds handy already, will happily see if I can add to it.
by primate
Thu Jun 04, 2015 11:22 am
Forum: General
Topic: Looking for collaborators!
Replies: 4
Views: 10665

Looking for collaborators!

Hi guys!

I haven't posted much here, but I've been lurking for a long time while I've been learning how to use flowstone and ruby.

I'm working on a MIDI interface that does some neat tricks for the korg electribes as long term project, but have plenty of other little things on the go. With me ...
by primate
Thu Jun 04, 2015 11:08 am
Forum: User Examples
Topic: Simple Ruby DJ controller plate / Turntable
Replies: 2
Views: 11821

Simple Ruby DJ controller plate / Turntable

Here's a ruby module for input from a turntable / plate on a dj mixer controller.

simple turntable 4.fsm

It outputs whether the plate is pressed, relative position, velocity forwards and backwards, position relative to 360 degrees of rotation for a rotating image and has a sensitivity modifier ...
by primate
Wed Jun 03, 2015 11:54 pm
Forum: User Examples
Topic: Simple Ruby Midi Learn
Replies: 0
Views: 10425

Simple Ruby Midi Learn

Here's a simple script i wrote for a MIDI learn system.

midi learn 2.fsm

very basic, just turn it on, turn a knob on the GUI and then turn a knob on your hardware controller.
Display gives instructions as to what to do next and what values are bound with what knobs.
Can be extended ...
by primate
Thu May 14, 2015 11:10 am
Forum: General
Topic: Preset Manager question
Replies: 1
Views: 5984

Re: Preset Manager question

Hi!
if you mean change the order that they appear in the list in the DAW then i believe that going into the preset manager and adding a true value input to the 'order' variable on the primitive will result in the saved program file having a -1 value associated with each preset in the txt file that ...
by primate
Thu May 14, 2015 10:55 am
Forum: General
Topic: Taking a long break...
Replies: 13
Views: 27125

Re: Taking a long break...

on behalf of the many other lurkers who have learned a lot from your posts I thank you and wish you best of luck in the next thing.

I think that the ingenuity and willingness to share info that yourself and other regulars here exhibit is fantastic and will greatly miss your contribution.

I've ...
by primate
Fri Mar 20, 2015 10:24 pm
Forum: General
Topic: Force poly to one voice
Replies: 10
Views: 22034

Re: Force poly to one voice

yeah, seems i had completely the wrong end of the stick there.
despite using flowstone for six months i've never really used it to generate any sound, just midi shenanigans. I tend to think that midi is the answer to everything.

thanks for the synced lfo example btw, have been reverse engineering ...