Search found 723 matches

by Enlightenspeed
30 Nov 2023
Forum: RE Development and SDK Discussion
Topic: MPE in existing Rack Extensions
Replies: 8
Views: 3142

Re: MPE in existing Rack Extensions

It's possible for them to open the standard but existing devices would need to then be updated so that their C++ native object/s recognise and react to the new incoming signal. It is not legal for RS to do this by themselves without the permission of the developer, and it would be a hell of a lot of...
by Enlightenspeed
25 Nov 2023
Forum: Rack Extensions
Topic: What are your plans RE-wise for Black Friday?
Replies: 117
Views: 456173

Re: What are your plans RE-wise for Black Friday?

There is no evidence to suggest that it won't happen. The comment is a reference to the belief that RS will try and force all users on to subscription. There is no evidence to suggest this will happen. No, it's not. I wouldn't mind subscription if I saw serious DAW development. Myself, I'm afraid t...
by Enlightenspeed
25 Nov 2023
Forum: Rack Extensions
Topic: What are your plans RE-wise for Black Friday?
Replies: 117
Views: 456173

Re: What are your plans RE-wise for Black Friday?

Wt ? What is it about ? Can someone explain pls. Why R13 may not happen ? (I almost made the purchase but this post gave me pause lol) There is no evidence to suggest that it won't happen. The comment is a reference to the belief that RS will try and force all users on to subscription. There is no ...
by Enlightenspeed
10 Nov 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

hey sorry for the delay, i've got stuff going on in the real world - is it ok to drop you a pm within the next few days? i downloaded your code and have only really just had a few hours with it and have a few questions that i will respond to in the main forum asap. Hi Billy, I have now returned fro...
by Enlightenspeed
29 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

Hi Billy, I was curious about this, so did some digging around for my own amusement. Turns out MIDI is an uglier beast than I originally imagined! I've written some code for reading it now (without using any Python imports) but in order to help you with your cause, and to turn it into repatch files,...
by Enlightenspeed
20 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

So, if I'm right, you have a large "dictionary" of MIDI files that you want to make available for RE patch formats? what I'm currently trying to solve is determining the best resolution / quantization value to use based on the gap between notes and also the shortest note in a given midi file as this...
by Enlightenspeed
20 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

Hi folks, Done enough with this now to be happy to call it a V1 :) Pat_The_Mutt - RT release 1.0.zip Added CV, accents, tie flags, and two cool new modes: Doubling, and Progression Doubling. Doubling will double the pattern horizontally, so that in 32 steps the 2nd 16 is a repeat of the first 16. Th...
by Enlightenspeed
16 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

can anyone tell me if the following is correct ? def generate_resolutions(): # generate resolution duration values. resolutions = { "1/1": ppqn*4, "1/2": round((ppqn*4) /2), "1/4": round((ppqn*4) /4), "1/8": round((ppqn*4) /8), "1/16": round((ppqn*4) /16), "1/16t": round(((ppqn*4) /16) * (2/3)), "1...
by Enlightenspeed
16 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

Righties, consider this a first draft, as I had to go for a snooze earlier and I'm still not feeling great. Pat_The_Mutt.zip This gives you random patterns in the first pattern slot, with the rest empty. At this point there is no accents or cv lanes, and the note start points (if using the key modes...
by Enlightenspeed
16 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

Hi Billy, I've been a bit ill on Sunday, due to much beer and a bucket load of stupidly hot'n'spicy chicken on Saturday. Thankfully I'm kinda quiet in the "real work" office today, so I'm likely to get this finished on the skive by about 4 o'clock UK time. I can't much help with what you're doing as...
by Enlightenspeed
14 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

was kind of hoping Enlightenspeed had posted a better method to produce pattern_data_1 but I'm sure he's got less time than me... I do indeed have very little time right now, but I'm hoping to get at least a first draft up before the end of this weekend. :) This will not be the prettiest code you'l...
by Enlightenspeed
03 Oct 2023
Forum: Rack Extensions
Topic: Players - a way to have Live's Clip Launcher?
Replies: 93
Views: 153979

Re: Players - a way to have Live's Clip Launcher?

It depends on your definition of clip launching, but LaunchEon can certainly cover a lot of bases. If you have any specific workflows in mind, post them and I'll give you a yes or no as to whether it can be done. Okay I'll bite. I downloaded this when it came out and couldn't figure out how to have...
by Enlightenspeed
03 Oct 2023
Forum: Rack Extensions
Topic: Players - a way to have Live's Clip Launcher?
Replies: 93
Views: 153979

Re: Players - a way to have Live's Clip Launcher?

Bes wrote:
02 Oct 2023
what if for a laugh i asked the google AI? actually the real laugh is that i just tried to regular search google for the manual and it thinks i want pictures of sandwich meat
:mrgreen: :mrgreen: :mrgreen:

I absolutely love it!!!

Cheers,
Brian
by Enlightenspeed
02 Oct 2023
Forum: Rack Extensions
Topic: Players - a way to have Live's Clip Launcher?
Replies: 93
Views: 153979

Re: Players - a way to have Live's Clip Launcher?

So, while I was banned has anyone made it into a working RE Player? ;) :D Shameless self promotion time: https://www.reasonstudios.com/shop/rack-extension/launcheon/ It depends on your definition of clip launching, but LaunchEon can certainly cover a lot of bases. If you have any specific workflows...
by Enlightenspeed
01 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

buddard wrote:
01 Oct 2023
Enlightenspeed wrote:
01 Oct 2023


Hi Buddard,

Thanks for all your help with this! 😊

For clarity, I read the above to say that a string with 255 events would have a flag of “0201”, is that correct?

Cheers,
Brian
Yes, that is correct!
Great stuff,
Thanks again,
Brian
by Enlightenspeed
01 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

Just a minor detail: You have to multiply the msb with 255. This is because we can’t have any 00 bytes in the string, so there are only 255 possible values for each byte. Hi Buddard, Thanks for all your help with this! 😊 For clarity, I read the above to say that a string with 255 events would have ...
by Enlightenspeed
01 Oct 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

Progress report: Got most of my basic functions worked out this afternoon after spending most of my free time this weekend converting my wife’s rarely used laptop into a mobile dev station! 😊😊😊 Still need to build the script itself but from here on in it’s child’s play, and my functions will be reus...
by Enlightenspeed
29 Sep 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

Awesome!

If I get time on Saturday I’ll do a script for building PM patches in Python.

Cheers,
Brian
by Enlightenspeed
22 Sep 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

ah! hadn't really considered that...... Sorry Reason Studios, if you see this thread would you possibly chip in and advise on any concerns :thumbup: if you would rather the info be removed please say so. if however you're cool with it please give the go ahead ;) again sorry, and if mods want to rem...
by Enlightenspeed
22 Sep 2023
Forum: RE Development and SDK Discussion
Topic: Python to .repatch (Mutator)
Replies: 56
Views: 103179

Re: Python to .repatch (Mutator)

guess those that real know don't want to share so i will just keep plodding along As a first step, you should ask RS to give you the schema for the data strings, and permission to discuss the schema publicly. Without that, it's difficult for other devs to participate; any of us could do it easily e...
by Enlightenspeed
20 Sep 2023
Forum: RE Development and SDK Discussion
Topic: float format in JBOX_TRACEVALUES
Replies: 5
Views: 4069

Re: float format in JBOX_TRACEVALUES

Hi Brian, I am using 64bit floats but this is just for troubleshooting purposes, no risk of lost accuracy in calculations. Murf Ok, well, looking at the SDK we are allowed the following args in JBOX_TRACEVALUES: const char[] iFile, TJBox_Int32 iLine, const char[] iTemplate, TJBox_Value[] iValues, T...
by Enlightenspeed
19 Sep 2023
Forum: RE Development and SDK Discussion
Topic: float format in JBOX_TRACEVALUES
Replies: 5
Views: 4069

Re: float format in JBOX_TRACEVALUES

Hi all. Is their any way to format floats in JBOX_TRACEVALUES so they appear as: 7.1066905e-05 as opposed to: 0.000007 Thanks, Murf. Sorry for the long time in responding to this. I have to say that it looks to me that you are introducing floating point inaccuracies by doing it this way, and that y...
by Enlightenspeed
19 Sep 2023
Forum: Rack Extensions
Topic: Are there any REs I should check out before September 25?
Replies: 59
Views: 28697

Re: Are there any REs I should check out before September 25?

Hi, We have stuck up a “back to school sale” which will last until 25th of September. All single devices are now 60% off or better until then. Cheers, Brian Nice! thanks for that. Finally picked up Note Alter and Note Filter, which are crazy useful little devices NIce one, hope you enjoy :)
by Enlightenspeed
13 Sep 2023
Forum: Rack Extensions
Topic: Developers Rack extension sale chance in september ?
Replies: 5
Views: 1676

Re: Developers Rack extension sale chance in september ?

hiya inspired by another thread “ anyone recommend some rack extensions before September 25th so on September the 25th , offline support will be done for reason 11 and lower and we can’t authorise rack extensions offline after that , so wouldn’t it make sense for developers to do a mega sale before...
by Enlightenspeed
13 Sep 2023
Forum: Rack Extensions
Topic: Are there any REs I should check out before September 25?
Replies: 59
Views: 28697

Re: Are there any REs I should check out before September 25?

Hi,

We have stuck up a “back to school sale” which will last until 25th of September. All single devices are now 60% off or better until then.

Cheers,
Brian