Search found 71 matches

by MacroMachines
Sun Jun 19, 2016 12:01 pm
Forum: Algorithm development
Topic: Bandpass Resonant Filter
Replies: 12
Views: 13391

Bandpass Resonant Filter

I am wondering how i can streamline this code I got from spinCAD, from the notch module, I just want a 2nd order resonant bandpass and Im sure I don't need nearly this many registers and ops to do it: ;------ Notch RDAX POT1,1.0000000000 SOF 0.2000000000,0.0000000000 RDFX REG10,0.0100000000 WRAX REG...
by MacroMachines
Sun Jun 19, 2016 8:55 am
Forum: FV-1 hardware questions
Topic: evaluation board with mac os
Replies: 14
Views: 19427

HI Larry, thank you very much for your great work. the first time I run your software the other day I couldn't believe my eyes. SpinCAD is FANTASTIC!!!!! I have no words.. the effect blocks are great and it is a pleasure to work with it. best 2014 to everyone Wow, thanks! Can I quote you on that? 8...
by MacroMachines
Sun Jun 19, 2016 8:52 am
Forum: FV-1 hardware questions
Topic: IC EEPROM
Replies: 11
Views: 12669

I guess this partially answers my post as well, Is there any more information on how to go about using multiple eprom slots? I would love to have a bank of maybe 4 sockets that users could fill from a selection of different eeproms and select.
by MacroMachines
Sun Jun 19, 2016 8:46 am
Forum: FV-1 hardware questions
Topic: more than 8 programs?
Replies: 13
Views: 28893

more than 8 programs?

Has anyone found a reliable way to supply more than 8 programs? I know the Tiptop Z-DSP used cards with little eprom chips, seems to work well, I am wondering if there are ways though to have built in additional programs. In my dream the impossible dream, I would hack a micro controller to supply pr...
by MacroMachines
Sat Jun 18, 2016 6:20 pm
Forum: Algorithm development
Topic: COUNTER
Replies: 13
Views: 21535

I've found that using decimal representation for counters and increments is a little easier to debug as I can hang my scope on the FV-1 output pin (to avoid AC coupling effects) and observe the counter as it ramps from -1.0 to 0.0. I was trying to do the same simply incrementing a 24-bit value by 1...
by MacroMachines
Sat Jun 18, 2016 6:13 pm
Forum: Algorithm development
Topic: Granular Time Scrubbing
Replies: 4
Views: 7603

Nice, thank you Larry for the tips, Ill try them out asap and let you know how it goes :D Fried my pot0 adc somehow, so Im about to replace the smd chip on the dev board, steady fingers.. steady. BTW, I love spinCAD, and was talking a bit with you on the forum over there. I could do this so easily i...
by MacroMachines
Sat Jun 11, 2016 6:52 am
Forum: Algorithm development
Topic: Granular Time Scrubbing
Replies: 4
Views: 7603

Heya Digital Larry, My main goal is something that I have not yet seen done with the FV-1 but I know it is possible because of a few programs I have seen by other people, and in general the instruction set seems pretty capable. Simple Version: audio is pass through, but also recording into delay mem...
by MacroMachines
Thu Jun 09, 2016 7:42 pm
Forum: Algorithm development
Topic: new tiptop audio zdsp user :)
Replies: 7
Views: 10113

Good point, guess the world of opensource had me out of line.
Fwiw the context I found this was people who lost their original working file and had to find a way to get it back
by MacroMachines
Mon Jun 06, 2016 10:38 am
Forum: Algorithm development
Topic: new tiptop audio zdsp user :)
Replies: 7
Views: 10113

FYI I just found this, its a spin hex decompiler, if you can extract the hex from chips you could turn it back to spin asm code:
http://s.shift-line.com/decompiler/index.php
by MacroMachines
Fri May 06, 2016 5:11 pm
Forum: Algorithm development
Topic: Granular Time Scrubbing
Replies: 4
Views: 7603

Granular Time Scrubbing

I am working on some effects for a eurorack module (my company is MacroMachines.net), and I am currently experimenting with frozen delay lines and scrubbing. In the vein of the Greenwood file but way cleaner and deeper. First I wanted to ask if there is a way to use the skip for non zero crossings t...
by MacroMachines
Sat Apr 23, 2016 3:49 pm
Forum: Algorithm development
Topic: HIgher-order filters?
Replies: 3
Views: 6184

I made a really nice analog filter emulation moog style in this modular app for ios/osx/win/linux called Audulus 3 (amazing modular synth and only 30 bux), they have a z-1 for per sample operation, and in my filter I had a few things that made it sound great, first the "transistors" were e...