Search found 45 matches

by wendallsan
02 Sep 2021
Forum: Reason General
Topic: Reason 12 says cannot find factory sound bank
Replies: 2
Views: 1420

Re: Reason 12 says cannot find factory sound bank

Worked like a charm, thank you for your amazing intuition!
by wendallsan
02 Sep 2021
Forum: Reason General
Topic: Reason 12 says cannot find factory sound bank
Replies: 2
Views: 1420

Reason 12 says cannot find factory sound bank

Just bought and installed Reason 12, on startup I get the error message: "The file "Factory Sound Bank.rfl" cannot be found. Please reinstall Reason to fix the problem." Reinstalling does not fix the problem. I have Reason 11 installed on the same system and the Factory sound bank file is at C:\Prog...
by wendallsan
12 Aug 2021
Forum: Rack Extensions
Topic: Shoutout to Lectric Panda
Replies: 25
Views: 5952

Shoutout to Lectric Panda

Just a shoutout to Lectric Panda. I have literally not manually played a note since picking up the amazing Evolution player, and I even picked up Joseph Schillinger's books to learn more about the theory behind the Player. Holler if you need any testers for your newfangled Aggregate Music System, I'...
by wendallsan
13 Jul 2021
Forum: Rack Extensions
Topic: Midi filter > CV trigger help please
Replies: 8
Views: 666

Re: Midi filter > CV trigger help please

I hadn't seen One-Note Stand before, and am about to release a rack extension that is ALMOST identical to it except my plugin actually outputs real Trigger Out (100ms long) Gate CV data as well as regular Gate CV and Note CV data. I built it so I could retrigger my hardware ADSR's on my hardware Eur...
by wendallsan
09 Jul 2021
Forum: RE Development and SDK Discussion
Topic: question about build warning
Replies: 1
Views: 1920

Re: question about build warning

Sorted! I need to order my field initializations to match the order that they're declared in my .h file.
by wendallsan
09 Jul 2021
Forum: RE Development and SDK Discussion
Topic: question about build warning
Replies: 1
Views: 1920

question about build warning

I've been getting build warnings that I've ignored until now as the builds complete in spite of the warnings. All the warnings seem to be coming from my constructor and seem to do with the order in which fields are being initialized, but I don't really know what to do about it prevent the warnings. ...
by wendallsan
06 Jul 2021
Forum: RE Development and SDK Discussion
Topic: Rack Extension graphics for panels
Replies: 4
Views: 2443

Re: Rack Extension graphics for panels

Thanks all, this means I don't need to needlessly rebuild all of my panel designs!
by wendallsan
04 Jul 2021
Forum: RE Development and SDK Discussion
Topic: Complex 1-style patch cables for Rack Extensions?
Replies: 2
Views: 1819

Complex 1-style patch cables for Rack Extensions?

Just in case, I'll ask this also: any plans to bring patch cables to the FRONT of the panels for Rack Extension developers? We've seen this in action with the Complex-1 synth, so it is possible on some level... Algoritm's patch bay is also an inspiration for front-of-panel patching, though not as cr...
by wendallsan
04 Jul 2021
Forum: RE Development and SDK Discussion
Topic: Rack Extension graphics for panels
Replies: 4
Views: 2443

Rack Extension graphics for panels

Hi all, do you static_decoration widgets for everything on your panels that's not a knob, slider, button, etc, or do you just use a panel image with all that 'static' stuff (labels, logos, screws, power cords, etc) baked into the image you use for your panel background? I took the 2nd approach with ...
by wendallsan
04 Jul 2021
Forum: Reason Music
Topic: (soundtrack 80style) Kepler
Replies: 14
Views: 1993

Re: (soundtrack 80style) Kepler

Oozes with that Vangelis sound. Good work if that was your goal!
by wendallsan
02 Jul 2021
Forum: Rack Extensions
Topic: Looking for Rack Extension Testers who use Eurorack / Hardware synths
Replies: 4
Views: 560

Re: Looking for Rack Extension Testers who use Eurorack / Hardware synths

I've updated my plugin to minor version "d12," which ensures that the Gate In/Out Lamp stays on long enough to be seen when VERY short Note or Gate In events are sent to the device, such as when connecting a Gate Out from ReDrum into the Gate In on Trigger Happy. This lamp now stays on for at least ...
by wendallsan
01 Jul 2021
Forum: RE Development and SDK Discussion
Topic: Questions about Gate Outs
Replies: 13
Views: 4042

Re: Questions about Gate Outs

Sweet, I look forward to using it in my development attempts moving forward!
by wendallsan
01 Jul 2021
Forum: Hardware and Other Software
Topic: Seeking Testers for my Rack Extension designed for hardware
Replies: 0
Views: 236

Seeking Testers for my Rack Extension designed for hardware

Hi all, I just noticed this "Hardware" forum and figured I'd cross-post. I'm looking for people willing to test my Rack Extension "Trigger Happy" which is designed to provide trigger out signals for use hardware gear that supports things like retriggering ADSR's. I wrote it to address a specific nee...
by wendallsan
30 Jun 2021
Forum: Rack Extensions
Topic: Looking for Rack Extension Testers who use Eurorack / Hardware synths
Replies: 4
Views: 560

Re: Looking for Rack Extension Testers who use Eurorack / Hardware synths

I've just updated my plugin to minor version "d9" which fixes the one issue I've been able to identify with it in my testing. Sterioevo, you've been updated to this newest release license-wise. Anyone else interested in testing it, please let me know!
by wendallsan
30 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about detecting new notes
Replies: 11
Views: 3347

Re: question about detecting new notes

This approach worked like a charm, and new notes are now being properly output after adding some new logic that stores whether a new note was received in the MOM as a boolean. In the next RenderBatch, I check to see if the newNote value is true, and if so check to see if the gate out is currently hi...
by wendallsan
29 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about detecting new notes
Replies: 11
Views: 3347

Re: question about detecting new notes

Thanks again! I'll work on changing my approach so the gate off, note change, and gate on events occur on subsequent RenderBatch calls and see if that fixes the problem I'm seeing.
by wendallsan
29 Jun 2021
Forum: Rack Extensions
Topic: Looking for Rack Extension Testers who use Eurorack / Hardware synths
Replies: 4
Views: 560

Re: Looking for Rack Extension Testers who use Eurorack / Hardware synths

Hi, happy to give a test. Username: Sterievo Thanks Stephen Thanks Stephen! You're added as a Beta Tester now. You're welcome to provide any feedback you have here on this thread or you can send emails to dansteeby ..... at ..... gmail ... com. My 1st pass at documentation for the plugin is at: htt...
by wendallsan
24 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about detecting new notes
Replies: 11
Views: 3347

Re: question about detecting new notes

Make sure your gate output briefly goes to 0 before you change the note CV and only then back to the desired velocity when you want to (re-)trigger a new note. Your code might be missing this step depending on the order of incoming notes. Thanks for the response! It sounds like this might need to o...
by wendallsan
24 Jun 2021
Forum: Rack Extensions
Topic: Looking for Rack Extension Testers who use Eurorack / Hardware synths
Replies: 4
Views: 560

Looking for Rack Extension Testers who use Eurorack / Hardware synths

If you use Reason with hardware synthesizers, I have a Rack Extension that I'm building that might be useful! I'm looking for people to test my Rack Extension "Trigger Happy" and provide feedback and feature suggestions. It is very simple and built with a single task in mind: to help hardware ADSR's...
by wendallsan
22 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about detecting new notes
Replies: 11
Views: 3347

Re: question about detecting new notes

I'm still struggling with a fix for this, so am posting more details and updated code, and following up in detail on orthodox's points and questions, as I suspect a solution is there somewhere. I'm trying to troubleshoot an issue I'm seeing when feeding CV Note data into the MIDI Out Device from my ...
by wendallsan
21 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about detecting new notes
Replies: 11
Views: 3347

Re: question about detecting new notes

void cMyPlugin::HandleNotePressed( const TJBox_PropertyDiff iPropertyDiffs[], TJBox_UInt32 iDiffCount ){ for( TJBox_UInt32 i = 0; i < iDiffCount; ++i ){ if( iPropertyDiffs[ i ].fPropertyRef.fObject == fNoteStates ){ TJBox_NoteEvent noteEvent = JBox_AsNoteEvent( iPropertyDiffs[ i ] ); if( noteEvent....
by wendallsan
21 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about detecting new notes
Replies: 11
Views: 3347

Re: question about detecting new notes

Thanks again for the response! I'm seeing this behavior when playing note data into my device rather than when providing Note CV data via a jack on the back panel. I've implemented a prototype solution that tracks each individual note which seems to do what I want it to do in my testing. I've built ...
by wendallsan
19 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about detecting new notes
Replies: 11
Views: 3347

question about detecting new notes

I'm trying to troubleshoot a problem I'm seeing when my rack extension is responding to incoming note data. I'm checking to see first if I'm doing something horribly wrong and should be approaching this in some other way. If this is not the case, I THINK I have an idea of how to approach the solutio...
by wendallsan
19 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about showing custom values in a jbox.value_display widget
Replies: 2
Views: 1351

Re: question about showing custom values in a jbox.value_display widget

thanks! I fixed my spelling error and have moved over to using ui_selector as you suggested and things are working great now.
by wendallsan
18 Jun 2021
Forum: RE Development and SDK Discussion
Topic: question about showing custom values in a jbox.value_display widget
Replies: 2
Views: 1351

question about showing custom values in a jbox.value_display widget

I'm trying t set up a jbox.value_display to show note values ("C4, A1, F#2, etc") based on a jbox.number custom property. I have a test case that I think should show 2 available note options (C0 and C#0), but I'm getting an error in Recon when I try to create an instance of my rack extension. If I r...