Page 1 of 1

SeqArpeggiator Updated: 11/12/23

PostPosted: Wed Oct 07, 2020 3:26 am
by pwesynthmaker
Updated: 11/12/23

SeqArpeggiator

Another 'variation' of the two popular arp/sequencer mods ...

SeqArpeggiator can be downloaded as a ZIP File from the following link:

https://www.invntefx.com/ssl/_invntefxfstone/seqarp.zip

View Large Image:
https://www.invntefx.com/ssl/_invntefxf ... efx_lg.jpg


Includes SFZ Sampler (Bottom of Module - Requires Soundfont)

Soundfont SFZs Download Link:
https://www.invntefx.com/ssl/_invntefxf ... disfzs.zip


==========

Re: SeqArpeggiator

PostPosted: Wed Oct 21, 2020 8:01 pm
by josevo
Your sequencer clock is done in ruby so you may need a streamed clock if you want to sync it to your DAW. Here you have a good start:

EasySyncSeqTest.fsm
Working commented DAW synchronisable sequencer
(69.22 KiB) Downloaded 1182 times


Thanks for sharing.

Re: SeqArpeggiator

PostPosted: Wed Feb 17, 2021 6:13 am
by ErvSoft
hi, thank you very much for this scheme, there is just something very important that I have not managed to get working,
It is the modality of the ascending, descending, combined and random sequence,
I think something is missing in the code, how to fix it?

2021-02-17 00_47_28-FlowStone 64Bit-Sequencer.jpg
modality
2021-02-17 00_47_28-FlowStone 64Bit-Sequencer.jpg (42.43 KiB) Viewed 12008 times


I attach other scheme elaborated for me FSv3.0.6 schematic that also works for FS4 alpha

Midi SQ FS-306-Er_Version20.fsm
MidiSQ Er Version 20 FS 3.0.6
(1.53 MiB) Downloaded 897 times


If they can write in Ruby the solution I elaborated,
to enable sequence modes
I would appreciate it very much.

Re: SeqArpeggiator

PostPosted: Thu Feb 18, 2021 12:04 am
by newdsp
Can you guys figure out what's wrong with mine ? Sometimes the tempo gets initialized properly but other times it keeps the wrong tempo. Here is a version made with 309b2 because 306 is not exporting any 64bit plugins and it's also overloading the CPU in a gigantic way. And yet Tulamide keeps pretending that 306 is better than 309 when in fact it's completely useless. If the tempo is changed manually in the host, that seems to get them back in sync. For a while. It's not doing any active syncing. Just tempo matching once at start.

Re: SeqArpeggiator

PostPosted: Thu Feb 18, 2021 12:19 am
by newdsp
I looked at that file called "EasySyncSeqTest.fsm" and it's doing some sync I just don't understand that complication at the moment. Why does it have to be so complicated ? Can that example be simplified somehow ? I guess I will have to play with it for a while to understand that complication.