@jeffd my recommendation is to use Gumroad just to get started. I did this before moving onto Shopify, then Wordpress/woocommerce. Gumroad doesn't cost you anything to get going and makes it easy. You can learn things about web-dev as you grow - that's what I did. You can embed Gumroad products on a website of your choosing if you want, as well.
Posts made by paper_lung
-
RE: has anyone tried using the pulse downloader for storage and delivering their sample based instruments /products?
-
RE: it would be nice to have a loop xfade on the loop player
Necro bump as I'd still love to see a crossfade solution for the loop player, it would some make projects a lot less bloated - sometimes I don't need to use sampler, and a simple solution (Audio Loop Player) would be such a huge benefit.
-
Frontend macros - display UI component?
Hi all, I'm using the frontend macros and wondered if anyone knows if it's possible to display a UI component if a frontend macro is applied to a control? For example if Macro 1 is applied to Volume, a panel is displayed. If it isn't applied, that panel is hidden.
-
RE: Sample Import Tutorial - It's Broken!
@Lindon said in Sample Import Tutorial - It's Broken!:
@griffinboy said in Sample Import Tutorial - It's Broken!:
@Christoph-Hart
Thanks for the response, I was hoping to tap into the sampler to make use of the disk streaming and other fancy optimisations, but you are right.
A custom solution will allow for much more direct control over the buffer(s), which will probably be much more beneficial in the long run.But actually @Christoph-Hart - getting the loop points to work correctly is something I'm really going to need in an up-coming project so sorting this to be consistent would eb a win for me.
+1 - I would love to make use of the tutorial project for this as well. as an alternative, adding a crossfade function to the audio loop player would be a great solution
-
RE: LoopXfade in Sampler
@d-healey I think they may be referring to the bug that happens in the sampler import tutorial. I also posted about it here https://forum.hise.audio/topic/10073/loop-dragger-in-sample-import-tutorial?_=1725619130174
-
RE: LoopXfade in Sampler
@Mighty23 That's generally how samplers work - you need space at the start of the loop to fade into. However big that space is determines how much you can crossfade. So if it's at 0, there's nothing to crossfade.
What's the bug you're encountering with the loop points?
-
RE: LoopXfade in Sampler
Have you tried moving the start loop point? If it's at the start there's nothing to crossfade.
-
Changing plugin filename?
Hi all, when releasing a plugin that might have the same name as another, is it ok to just rename the filename? For example if I called my plugin 'Instrument' in my Hise project settings, could I then change the component filename to be 'Instrument CompanyName.vst3' without causing any issues?
I can see other companies do this to avoid duplicates overwriting each other, just wondering what's the best thing to do in this case.
-
Loop dragger in Sample Import tutorial
Does anyone else have this issue when using the sample import tutorial project? For me, the loop points jump around and don't set the loop points correctly. I've also had instances where I can't change the loop points at all.
-
RE: AudioFiles - Viewport
@d-healey Sorry maybe I wasn't clear - I'd essentially like it laid out similar to the built in preset browser, where clicking on a columns folder then displays that folders content. I'm unsure how to display the AudioFiles directory within a viewport? (or any file directory, for that matter haha)
-
AudioFiles - Viewport
Hi all, I'm trying to find a solution for this - I want to display the project/appdata AudioFiles folder as a viewport with all the folders as seperate columns. Is this possible and does anyone have any examples?
-
RE: RNBO Module Static - BUG?
@paper_lung Ignore me, found it. For those wondering, it's on the plugin window itself under the settings icon.
-
RE: RNBO Module Static - BUG?
@Adam_G I'm also getting this issue, where can I find the option for 'fixed buffer size'? I can't find it in FL studio, but maybe I'm being blind!
-
RE: Play audio file in fx plugin?
@Orvillain Thanks, is it as simple as switching the gate on inside the module and leaving it? Totally new to scriptnode.
-
RE: Play audio file in fx plugin?
@yall Thanks, any tips on where to start?
-
Slower modulation.
I find the LFO modulators to be quite fast - the lowest rate is 0.50hz. It would be really nice to be able to have these set to slower rates, if possible. Ableton modulators for example can go all the way down to 0.1hz.
-
RE: Matrix peak meter - vertical?
@d-healey Haha, well that was easy. I just didn't change it enough to see the change, thanks!
-
Matrix peak meter - vertical?
Hi all, is there any way to make the MatrixPeakMeter floating tile vertical rather than horizontal?
-
Play audio file in fx plugin?
Quick question before I dive into trying this, but is it possible to play an audio file in an FX plugin, and if so how's the best way to go about it? Usually in my instrument plugins I have a script to play a MIDI note when the plugin is opened, but not entirely sure if this would work in an FX plugin? I'm just adding a 'noise' layer that can be turned up or down.