Page 1 of 1
SeqArpeggiator
Posted: Wed Oct 07, 2020 3:26 am
by pwesynthmaker
SeqArpeggiator
Another 'variation' of the two popular arp/sequencer mods ...
SeqArpeggiator can be downloaded as a ZIP File from the following link:
https://www.inventorefx.com/_ifxfstone/seqarp.zipView Large Image:
https://www.inventorefx.com/_ifxfstone/seqarpefx_lg.jpgIncludes SFZ Sampler (Bottom of Module - Requires Soundfont)
Soundfont SFZs Download Link:
https://www.inventorefx.com/_ifxfstone/pwesfzs.zip---
Re: SeqArpeggiator
Posted: 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 1468 times
Thanks for sharing.
Re: SeqArpeggiator
Posted: 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?

- modality
- 2021-02-17 00_47_28-FlowStone 64Bit-Sequencer.jpg (42.43 KiB) Viewed 17923 times
I attach other scheme elaborated for me FSv3.0.6 schematic that also works for FS4 alpha
If they can write in Ruby the solution I elaborated,
to enable sequence modes
I would appreciate it very much.
Re: SeqArpeggiator
Posted: 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
Posted: 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.