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 268 matches
- Sat Jun 20, 2026 11:21 am
- Forum: General
- Topic: Long hello
- Replies: 3
- Views: 659515
Re: Long hello
OK .. wot it does.
When converting DSP to assembler you traditionally attach a text prim to the DSP's 'S' output, copy the entire text contents and then paste inside an Assem prim. Very neat, but can get tedious.
First thing .. the result is quite verbose, lots of automatic comments are generated ...
When converting DSP to assembler you traditionally attach a text prim to the DSP's 'S' output, copy the entire text contents and then paste inside an Assem prim. Very neat, but can get tedious.
First thing .. the result is quite verbose, lots of automatic comments are generated ...
- Sat Jun 20, 2026 11:13 am
- Forum: General
- Topic: Long hello
- Replies: 3
- Views: 659515
Re: Long hello
Thanks!
Here's some Ruby that's potentially useful. I'll explain after ..
################################
require "Win32API"
OpenClipboard = Win32API.new("user32", "OpenClipboard", "L", "I")
EmptyClipboard = Win32API.new("user32", "EmptyClipboard", "", "I")
SetClipboardData = Win32API.new("user32 ...
Here's some Ruby that's potentially useful. I'll explain after ..
################################
require "Win32API"
OpenClipboard = Win32API.new("user32", "OpenClipboard", "L", "I")
EmptyClipboard = Win32API.new("user32", "EmptyClipboard", "", "I")
SetClipboardData = Win32API.new("user32 ...
- Tue Jun 09, 2026 10:28 am
- Forum: General
- Topic: Long hello
- Replies: 3
- Views: 659515
Long hello
Oh wow .. I didn't realise this forum was functioning again. I've periodically been checking but always either got a '404' or else it wouldn't let me in, password lockout or whatever.
I believe I can claim to be one of the earliest members here, 2008 it sez - although I dare say I'll get told ...
I believe I can claim to be one of the earliest members here, 2008 it sez - although I dare say I'll get told ...
- Wed Feb 22, 2023 6:22 pm
- Forum: General
- Topic: FlowStone dreams...
- Replies: 62
- Views: 868316
Re: FlowStone dreams...
Liebestraum! Nicht.
Anyway, you could have fared much worse, I think you got lucky
Anyway, you could have fared much worse, I think you got lucky
- Wed Feb 08, 2023 9:27 pm
- Forum: General
- Topic: newbie question
- Replies: 14
- Views: 50777
Re: newbie question
Sorry to have caused puzzlement, and a million thanks for your efforts. Absolutely everyone here must have used MIDI-to-Voices extensively over the years, and never suspected a thing! I don't doubt @MyCo could one day write us a much better one if there was a convincing case.
Anyway I personally ...
Anyway I personally ...
- Tue Feb 07, 2023 5:21 pm
- Forum: General
- Topic: newbie question
- Replies: 14
- Views: 50777
Re: newbie question
Ahaa .. thanks for the FastRelease insight, that does indeed seem to be what's behind getting NoRpt to work. Well found. (And you rescued me from diving right in and creating discord on the good ship Discord :shock: ).
And now I think about it properly, the idea of an envelope somehow being able to ...
And now I think about it properly, the idea of an envelope somehow being able to ...
- Tue Feb 07, 2023 9:52 am
- Forum: General
- Topic: newbie question
- Replies: 14
- Views: 50777
Re: newbie question
Thanks for the confirmation, Tulamide, it's a most unexpected lateral discovery.
It's still the same in 64_bit (as you've no doubt discovered), so I'll start a thread in 'bugs' on Discord later .. might not get spotted here.
Dealing with 'pipes' (as I do endlessly ..) it's strange that I've ...
It's still the same in 64_bit (as you've no doubt discovered), so I'll start a thread in 'bugs' on Discord later .. might not get spotted here.
Dealing with 'pipes' (as I do endlessly ..) it's strange that I've ...
- Sun Feb 05, 2023 12:36 pm
- Forum: General
- Topic: newbie question
- Replies: 14
- Views: 50777
Re: newbie question
So (putting velocity aside for a mo) I thought I'd quickly verify my assumption about the functionality of 'No Repeat' in the MIDI to Voices module.
I've added an envelope element that simply holds any note for 3 seconds, giving you time to press the note triggers on & off. To make life easier (and ...
I've added an envelope element that simply holds any note for 3 seconds, giving you time to press the note triggers on & off. To make life easier (and ...
- Sun Feb 05, 2023 12:09 pm
- Forum: General
- Topic: newbie question
- Replies: 14
- Views: 50777
Re: newbie question
Spogg wrote:.. instruct her in the art of sucking eggs
- Sat Feb 04, 2023 7:13 pm
- Forum: General
- Topic: newbie question
- Replies: 14
- Views: 50777
Re: newbie question
Ah yes, thanks, I had suspected changing velocity mid-stream would be a no-no. (Maybe in MIDI 2.0?)
I've recently devised a MIDI Arduino keyboard scanner, interesting project, where velocity is derived by timing the period between the upper and lower contacts. Got it working well. Although this is ...
I've recently devised a MIDI Arduino keyboard scanner, interesting project, where velocity is derived by timing the period between the upper and lower contacts. Got it working well. Although this is ...