Search found 8 matches

by rewiredrecords
Sun Sep 15, 2024 10:57 pm
Forum: User Examples
Topic: Timing
Replies: 161
Views: 785306

Re: Timing

FlowStone_Psa3j5QGkS.png
FlowStone_Psa3j5QGkS.png (11.62 KiB) Viewed 29434 times
by rewiredrecords
Sun Sep 15, 2024 10:49 pm
Forum: User Examples
Topic: Timing
Replies: 161
Views: 785306

Re: Timing

The 'Is Playing' module in my schematic wouldn't have worked in FL as i disabled it so it only plays if you have a midi note on the piano roll (instead of it always playing when you press play in FL regardless of any MIDI input)

I checked out that Grey Synth and tried using the Sequencer part of it ...
by rewiredrecords
Sun Sep 15, 2024 1:29 pm
Forum: User Examples
Topic: Timing
Replies: 161
Views: 785306

Re: Timing

Ok , here's it remade in 3.06

Unfortunately there doesn't seem to be the FS sequencer in this version so you would need to test in FL

Its just that sometimes after the input midi ends it still plays the next note in the sequence. Its not consistent though which is frustrating. I'm just looping the ...
by rewiredrecords
Sat Sep 14, 2024 7:02 pm
Forum: User Examples
Topic: Timing
Replies: 161
Views: 785306

Re: Timing

I've managed to get it to play only when a MIDI note is being played by checking the status of the MIDI input and sending true/false to the bool inside the 'Start Button' module.

Only issue I'm getting now is that sometimes 1 extra MIDI note is triggered after the input MIDI note has ended.

I've ...
by rewiredrecords
Thu Sep 12, 2024 10:26 pm
Forum: User Examples
Topic: Timing
Replies: 161
Views: 785306

Re: Timing

Do you mean the one inside the Sample & Hold module? I don't see any other On / Off module, unless you mean the Start button module.

I thought i could use the MIDI Mono prim and use the 'Number of notes being played' as a bool to only allow it to work if there's at least 1 note being played but its ...
by rewiredrecords
Thu Sep 12, 2024 5:16 pm
Forum: User Examples
Topic: Timing
Replies: 161
Views: 785306

Re: Timing

This is excellent! Is there a way or a setting to make it only play when you have a MIDI note on the piano roll? Otherwise it just plays throughout the entire song
by rewiredrecords
Sun Jan 23, 2022 11:54 pm
Forum: General
Topic: Advanced Unison
Replies: 14
Views: 38119

Re: Advanced Unison

If anyone is still stuck with the MIDI Keyboard thing I managed to get it working by copying one of the text prim's with the 5 rows of 127, and plugging it into the HiKey on the Multi to MultiVoice.

Couldn't work out how to post a pic but here's a link to a screenshot
https://www.dropbox ...
by rewiredrecords
Wed May 19, 2021 10:45 pm
Forum: General
Topic: Ruby question-delete files by their suffix; possible?
Replies: 5
Views: 25257

Re: Ruby question-delete files by their suffix; possible?

kortezzzz wrote:Found other cool, easy and green way to it by calling "CMD" feature (using the "Exec" primitive). This combination can do so much more and it's easy to use as well.

Thanks anyway, KG :D


Excellent! Thanks mate. Just what I needed :D