If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Full range pattern arp
17 posts
• Page 1 of 2 • 1, 2
Full range pattern arp
Hi,
Just saw how popular this arp is so decided to add in to it some more features like full octave rang size piano roll with 8 bars, gate for instant note length editing and time signature. You're invited to use and customize.
Cheers
Just saw how popular this arp is so decided to add in to it some more features like full octave rang size piano roll with 8 bars, gate for instant note length editing and time signature. You're invited to use and customize.
Cheers
- Attachments
-
- (Simple piano roll arp edited by kortezzzz 1.01).fsm
- Created with ver. 3.06
- (201.22 KiB) Downloaded 1159 times
Last edited by kortezzzz on Sun Sep 06, 2020 10:21 am, edited 1 time in total.
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
Re: Full range pattern arp
Looks good and seems to work fine for me.
One point I note is the blue position marker didn’t move for me, or did I miss something?
One point I note is the blue position marker didn’t move for me, or did I miss something?
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: Full range pattern arp
Yeah, forgot to connect the position wire. Fixed the original post
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
Re: Full range pattern arp
kortezzzz wrote:Yeah, forgot to connect the position wire. Fixed the original post
Thank you! Very nice now
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: Full range pattern arp
By the way, Spogg, dunno if you saw my message on the slack, but be aware of adding your "zero midi vel = midi off" module in any of your 64bit exports since it prevents both audio bouncing and midi to audio exporting. Myco said we should actually avoid of sticking any green midi primitives between midi and midi2poly for proper DAW behavior. It doesn't happens with 3.06 but only since alfa production, so we'll have to find a Ruby solution for that (and so with the green keyboard split, if you ever used it).
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
Re: Full range pattern arp
Yes I did see it thanks and I was puzzled as to why it should be a problem. In my view it should be fixed and I don’t know why it’s become an issue.
It’s not needed for the regular midi prims (they handle midi running status fine), only when someone uses an on-screen keyboard as you say, which I never do myself. What happens then (I’ve seen it on Johan’s synths) is the on-screen keys show as pressed but they don’t release.
It’s not needed for the regular midi prims (they handle midi running status fine), only when someone uses an on-screen keyboard as you say, which I never do myself. What happens then (I’ve seen it on Johan’s synths) is the on-screen keys show as pressed but they don’t release.
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: Full range pattern arp
Well, Myco suggested investigating it by testing every single release made by him since 3.08. I don't have the latest released betas of FS3 and I can not test them but I'm sure something went wrong before FS4 production started because my most earliest 64bit exports failed as well.
Any green midi between midi and midi2poly caused bouncing \ export failure here. With the virtual keyboard and without it. I had 4 green midi modules seeded in my midi chain at all of my synths: "Vel=0 -> midi off", midi limiter module, fixed midi module and physical keyboard splitter. Each one of them caused the problem. I've replaced 3 of them with Ruby patches and now everything works, but couldn't find a Ruby solution for the "vel=0 -> midi off" yet.
Any green midi between midi and midi2poly caused bouncing \ export failure here. With the virtual keyboard and without it. I had 4 green midi modules seeded in my midi chain at all of my synths: "Vel=0 -> midi off", midi limiter module, fixed midi module and physical keyboard splitter. Each one of them caused the problem. I've replaced 3 of them with Ruby patches and now everything works, but couldn't find a Ruby solution for the "vel=0 -> midi off" yet.
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
Re: Full range pattern arp
Nice !, thanks !
-
lalalandsynth - Posts: 600
- Joined: Sat Oct 01, 2016 12:48 pm
Re: Full range pattern arp
kortezzzz wrote:Ruby solution for the "vel=0 -> midi off"
I'm away from my FS machine at the moment, but this Ruby code pasted into a blank RubyEdit (with just a MIDI input and output) should do it...
- Code: Select all
if @in.is_a?(Midi)
if @in.status == 144 && @in.data2.zero?
@in.status = 128
end
output @in
end
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: Full range pattern arp
Thank you very much, Trog Hope Spogg can now test it with his gear and confirm. By the way, I've abandoned the Ruby solution for "output midi with fixed velocity" and "limit velocity to a fixed threshold value". I'm using poly velocity solutions instead due to intensive CPU usage. Maybe my code is just that horrible... so, Trog, if you got any idea for small & elegant code for that, it would be lovely to hear from you
-
kortezzzz - Posts: 763
- Joined: Tue Mar 19, 2013 4:21 pm
17 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 82 guests