Step Sequencing example?

Post Reply
dave dove
Posts: 10
Joined: Sun Dec 16, 2018 3:28 pm

Step Sequencing example?

Post by dave dove »

hey there
liking VM very much - after some false starts
I develop devices for M4L and Reaktor but never used wordy code
so
there are no examples of step sequencers in Module Designer
so I can't reverse engineer
would that be possible?
or should I go the Java 101 route?

Dave
K-Teck: Colouring with Numbers: M4L and Reaktor devices...
http://k-teck.co.uk/
JackOats
Posts: 130
Joined: Sun May 12, 2019 4:09 pm
Location: KENT, UK.

Re: Step Sequencing example?

Post by JackOats »

Hi Dave - You've probably found it by now.... but, just in case you haven't:

SEQUENCER.Screenshot 2019-06-18 at 09.39.23.png
SEQUENCER.Screenshot 2019-06-18 at 09.39.23.png (266.17 KiB) Viewed 4489 times
iMac 27/Catalina/3.5 GBh Intel Core i7/16 GB Ram/3 TB HD
The masculine includes the feminine (Guys)
Google: 'JackOats' to see my Soundcloud page, 'Brian Watterson - Vimeo' for my Videos.
flyinghitcher
Posts: 9
Joined: Thu Jun 13, 2019 7:11 am

Re: Step Sequencing example?

Post by flyinghitcher »

I understand that Cherry don't want a deluge or repetitive modules all doing the same thing. At the same time this is too restrictive to help people learn. So +1 for more examples, least a very basic 8 bar drum synth, or step sequencer to look into.
dave dove
Posts: 10
Joined: Sun Dec 16, 2018 3:28 pm

Re: Step Sequencing example?

Post by dave dove »

hey @JackOats
wasn't aware i could load them in module designer
so i can't see the code ...
not looking to copy
just for a leg-up with starting to understand how the code works...

so:
i want to take the clock signal
derive various functions from it
and then spit it out as triggers/ gates/note and dynamics data
i can't find anything in the examples that explores this
and all my previous coding is object based
so i would appreciate a start

dave
K-Teck: Colouring with Numbers: M4L and Reaktor devices...
http://k-teck.co.uk/
JackOats
Posts: 130
Joined: Sun May 12, 2019 4:09 pm
Location: KENT, UK.

Re: Step Sequencing example?

Post by JackOats »

Hi Dave
just for a leg-up with starting to understand how the code works..
.

Have you seen this example of programming in VM yet:

Turn on Voltage Modular.
Click on "Help" (?) in the top Menu bar.
In the page that appears scroll down in the large Menu on the left to VOLTAGE MODULAR DESIGNER. *
Below that heading you will see 'Module Programming Example'.

That will take you through the process of designing & making a Volume Knob. :)

*(Or for the video version - scroll down to printed info on the page footer/VOLTAGE MODULAR DESIGNER/About/Scroll to foot of page again = 'An Introduction to the Voltage Modular Designer' video).
iMac 27/Catalina/3.5 GBh Intel Core i7/16 GB Ram/3 TB HD
The masculine includes the feminine (Guys)
Google: 'JackOats' to see my Soundcloud page, 'Brian Watterson - Vimeo' for my Videos.
terrymcg
Posts: 85
Joined: Mon Apr 08, 2019 12:35 am

Re: Step Sequencing example?

Post by terrymcg »

Hi Dave!
dave dove wrote: Thu Jun 20, 2019 11:44 am i want to take the clock signal
derive various functions from it
and then spit it out as triggers/ gates/note and dynamics data
i can't find anything in the examples that explores this
and all my previous coding is object based
so i would appreciate a start
There's a pretty big difference between Max/M4L and VMD, both in the level of functionality available "out of the box", and in the programming techniques used.

As result, implementing a sequencer in VMD isn't necessarily "simple" (ask me how I know ;) ), hence (I suspect) the lack of a example sequencer module. There *is* useful stuff in the provided example modules though, so looking through the collected body of them can offer some insights into how to do things that aren't directly illustrated.

And while the programming environment isn't graphical ala Max/M4L, Java *is* object oriented, so at least there's *some* similarity, albeit limited. If you're a Java novice, I'd make the same suggestion I did to JackOats, find a decent Java book and dive in!

If it makes you feel any better, learning Max/M4L was a real mind-bender for me, a life-time "wordy programmer" :)

BTW, I have (and enjoy!) a number of your M4L devices, and would love to see what you can do with VMD/VM!

Cheers,
--
Terry McG
dave dove
Posts: 10
Joined: Sun Dec 16, 2018 3:28 pm

Re: Step Sequencing example?

Post by dave dove »

Hey Terry
thanks for your helpful reply
and good to hear you enjoy my work...
I am looking at bringing some of those concepts to VM
I feel that once I get a clear idea I should be ok (dyslexia+adhd notwithstanding)
in M4L and Reaktor I 'see' the numbers flowing through the system
VM is quite alien...

:)
K-Teck: Colouring with Numbers: M4L and Reaktor devices...
http://k-teck.co.uk/
Post Reply

Return to “Module Designer”