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
Search found 8 matches
- Sun Sep 15, 2024 10:57 pm
- Forum: User Examples
- Topic: Timing
- Replies: 161
- Views: 784746
- Sun Sep 15, 2024 10:49 pm
- Forum: User Examples
- Topic: Timing
- Replies: 161
- Views: 784746
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 ...
I checked out that Grey Synth and tried using the Sequencer part of it ...
- Sun Sep 15, 2024 1:29 pm
- Forum: User Examples
- Topic: Timing
- Replies: 161
- Views: 784746
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 ...
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 ...
- Sat Sep 14, 2024 7:02 pm
- Forum: User Examples
- Topic: Timing
- Replies: 161
- Views: 784746
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 ...
Only issue I'm getting now is that sometimes 1 extra MIDI note is triggered after the input MIDI note has ended.
I've ...
- Thu Sep 12, 2024 10:26 pm
- Forum: User Examples
- Topic: Timing
- Replies: 161
- Views: 784746
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 ...
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 ...
- Thu Sep 12, 2024 5:16 pm
- Forum: User Examples
- Topic: Timing
- Replies: 161
- Views: 784746
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
- Sun Jan 23, 2022 11:54 pm
- Forum: General
- Topic: Advanced Unison
- Replies: 14
- Views: 38075
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 ...
Couldn't work out how to post a pic but here's a link to a screenshot
https://www.dropbox ...
- Wed May 19, 2021 10:45 pm
- Forum: General
- Topic: Ruby question-delete files by their suffix; possible?
- Replies: 5
- Views: 25226
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
Excellent! Thanks mate. Just what I needed