Search found 158 matches

by Frank
Fri May 12, 2023 2:45 pm
Forum: Software
Topic: Updated GooeyCore and setup instructions
Replies: 2
Views: 22672

Updated GooeyCore and setup instructions

New V1.5 of GooeyCore for all platforms and updated MacOS instructions to get it all running with MacOS Gatekeeper security.

Can preprocess/assemble/run from RAM right from GooeyCore, no need to open an editor to test patches.
by Frank
Thu May 04, 2023 8:32 am
Forum: Hardware
Topic: stacking two FXCore chips
Replies: 4
Views: 16481

Re: stacking two FXCore chips

Sure, as long as there are enough I2S I/O pins and there is one master so the rest are synced to the same clocks you can do a bunch of different configs depending on product requirements. A few possible examples: CODEC I2S out - > in 0/1 FXCore 1 / FXCore 1 out 2/3 -> in 0/1 FXCore 2/FXCore 2 out 0/...
by Frank
Wed May 03, 2023 9:47 am
Forum: Hardware
Topic: Volume drop
Replies: 2
Views: 16083

Re: Volume drop

I just checked my board on the bench and it is fine, output is same amplitude as input in bypass. I used a signal generator and a scope to look at the signals so not relying on ears. Could be your signal source, if it is a guitar then you will need to buffer the signal from the guitar. The dev board...
by Frank
Wed Apr 26, 2023 9:52 am
Forum: Software
Topic: Reverse Reverb
Replies: 3
Views: 16777

Re: Reverse Reverb

There is a reverse reverb for the FV-1 at https://mstratman.github.io/fv1-programs/ should be able to port it to FXCore. No idea what it sounds like but it is a starting point.
by Frank
Mon Apr 24, 2023 4:01 pm
Forum: Software
Topic: Ring modulator GooeyCore patch
Replies: 0
Views: 19722

Ring modulator GooeyCore patch

Requires V1.2 or greater of GooeyCore and latest libraries. Get from the FXCore products page. POT0 controls LFO rate POT1 controls mix from 0% wet/100% dry to 100% wet/0% dry SW0 and SW1 select waveform SW2 selects slow or fast LFO rate, slow sounds more like tremolo except for square wave since i...
by Frank
Fri Apr 21, 2023 10:24 am
Forum: Software
Topic: Flanger GooeyCore program
Replies: 0
Views: 19570

Flanger GooeyCore program

Make sure to first get the updated DSP library from the downloads for FXCore then copy and paste the following into a file can call it push_flanger.gcf or what ever you want to call it. Works by pressing and holding the tap tempo button to "slow" the reel, releasing the button allows it to...
by Frank
Fri Apr 21, 2023 10:21 am
Forum: Software
Topic: Stereo plate reverb GooeyCore program
Replies: 0
Views: 19588

Stereo plate reverb GooeyCore program

Make sure to first get the new reverb library from the downloads for FXCore then copy and paste the following into a file can call it plate_reverb.gcf or what ever you want to call it. <GooeyCoreDesign> <blocks> <fxblock> <id>6</id> <lib>SFR</lib> <sub>IN0</sub> <x>42</x> <y>274</y> <pins> <pin> <na...
by Frank
Fri Apr 21, 2023 10:18 am
Forum: Software
Topic: Basic reverb GooeyCore program
Replies: 0
Views: 19369

Basic reverb GooeyCore program

Make sure to first get the new reverb library from the downloads for FXCore then copy and paste the following into a file can call it reverb.gcf or what ever you want to call it. <GooeyCoreDesign> <blocks> <fxblock> <id>8</id> <lib>SFR</lib> <sub>POT0_SMTH</sub> <x>67</x> <y>125</y> <pins> <pin> <na...
by Frank
Wed Apr 19, 2023 4:51 pm
Forum: Software
Topic: GooeyCore V1.0
Replies: 0
Views: 19607

GooeyCore V1.0

V1.0 released for all supported platforms at http://experimentalnoize.com/product_FXCore.php

Other tools also received some updates and Windows x64 specific versions are also available.
by Frank
Fri Apr 14, 2023 9:35 am
Forum: Software
Topic: GooeyCore ALPHA release
Replies: 3
Views: 16702

Re: GooeyCore ALPHA release

Just as an update, the Mac versions are still being worked on. We ran into a little issue with them that caused a delay. We believe we have it fixed and have update the Mac code to the same level as the Windows code and are testing it internally. Also updating the menu and keyboard short cuts to be ...