Search found 268 matches

by HughBanton
Sat Jun 20, 2026 11:21 am
Forum: General
Topic: Long hello
Replies: 3
Views: 661062

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 ...
by HughBanton
Sat Jun 20, 2026 11:13 am
Forum: General
Topic: Long hello
Replies: 3
Views: 661062

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 ...
by HughBanton
Tue Jun 09, 2026 10:28 am
Forum: General
Topic: Long hello
Replies: 3
Views: 661062

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 ...
by HughBanton
Wed Feb 22, 2023 6:22 pm
Forum: General
Topic: FlowStone dreams...
Replies: 62
Views: 868345

Re: FlowStone dreams...

Liebestraum! Nicht.

Anyway, you could have fared much worse, I think you got lucky :cry:

spogg_death_grip.jpg
spogg_death_grip.jpg (98.81 KiB) Viewed 139151 times
by HughBanton
Wed Feb 08, 2023 9:27 pm
Forum: General
Topic: newbie question
Replies: 14
Views: 50812

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 ...
by HughBanton
Tue Feb 07, 2023 5:21 pm
Forum: General
Topic: newbie question
Replies: 14
Views: 50812

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 ...
by HughBanton
Tue Feb 07, 2023 9:52 am
Forum: General
Topic: newbie question
Replies: 14
Views: 50812

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 ...
by HughBanton
Sun Feb 05, 2023 12:36 pm
Forum: General
Topic: newbie question
Replies: 14
Views: 50812

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 ...
by HughBanton
Sun Feb 05, 2023 12:09 pm
Forum: General
Topic: newbie question
Replies: 14
Views: 50812

Re: newbie question

Spogg wrote:.. instruct her in the art of sucking eggs
:lol: :lol:
by HughBanton
Sat Feb 04, 2023 7:13 pm
Forum: General
Topic: newbie question
Replies: 14
Views: 50812

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 ...