Search found 810 matches

by UNZ
Mon May 11, 2020 2:43 pm
Forum: Users
Topic: PeerLFO - Updated 7th June 2018
Replies: 35
Views: 20930

Re: PeerLFO - Updated 7th June 2018

thanks for these, very helpfull!

can you find the thread where it says "see THIS THREAD" too :) ?
by UNZ
Mon May 11, 2020 10:32 am
Forum: Users
Topic: PeerLFO - Updated 7th June 2018
Replies: 35
Views: 20930

Re: PeerLFO - Updated 7th June 2018

i'll have to test this some more, as i think it's possible to make it even a bit smoother, for some reason some work() calls don't seem to get updated parameters yet i think, have to properly timestamp / count and see. all in all: it might not be worth the effort to change anything in peer machines....
by UNZ
Mon May 11, 2020 9:28 am
Forum: Users
Topic: PeerLFO - Updated 7th June 2018
Replies: 35
Views: 20930

Re: PeerLFO - Updated 7th June 2018

here it is at 10hz in time domain. peerlfo at the bottom.
by UNZ
Mon May 11, 2020 9:22 am
Forum: Users
Topic: PeerLFO - Updated 7th June 2018
Replies: 35
Views: 20930

Re: PeerLFO - Updated 7th June 2018

ok at 10 hz, peerlfo actually aliases more on average (higher spikes) and you can see more staircases in the waveform by eye even than doing it my way. the noise floor in my version is higher because of the jitter, but i think overall lower spikes are preferable.
by UNZ
Mon May 11, 2020 9:15 am
Forum: Users
Topic: PeerLFO - Updated 7th June 2018
Replies: 35
Views: 20930

Re: PeerLFO - Updated 7th June 2018

i've written out the parameter values as wave files to compare peer lfo with my new lfo test. testing at 1hz. it looks pretty close, but doing it my way results in a slightly cleaner sinewave. see FFT of the output comparison in attachment. Blue is peerlfo, red is my new one. the difference isn't bi...
by UNZ
Mon May 11, 2020 8:48 am
Forum: Devs
Topic: Exceptions in Machine View
Replies: 5
Views: 3086

Re: Exceptions in Machine View

do you get an exception when you close it? i still get those kernelbase ones on close. No, nothing like that. One thing that has been happening since I got a new machine and transferred to VS2019 is I've been getting random exceptions (something to do with ucrtbase.dll) when debugging Magic but I a...
by UNZ
Mon May 11, 2020 8:40 am
Forum: Users
Topic: PeerLFO - Updated 7th June 2018
Replies: 35
Views: 20930

Re: PeerLFO - Updated 7th June 2018

but if you calculate your LFO to correctly update in all cases (not just when pos_in_subtick ==0), taking into account the different (current) lengths of a subtick, it should be the same but at reduced latency and possibly increased resolution imho, you do indeed have to count samples then tough i g...
by UNZ
Mon May 11, 2020 8:13 am
Forum: Users
Topic: PeerLFO - Updated 7th June 2018
Replies: 35
Views: 20930

Re: PeerLFO - Updated 7th June 2018

this sends control changes only when pos_in_subtick is 0, my question is: why? In all honesty, I don't really know. IIRC it's what Oskari said you should do. i just made my own lfo control machine test which sends it immediately without waiting (like the parameter window) and it seems to work contr...
by UNZ
Sun May 10, 2020 11:19 pm
Forum: Users
Topic: PeerLFO - Updated 7th June 2018
Replies: 35
Views: 20930

Re: PeerLFO - Updated 7th June 2018

i have a question about these lines in the code: int pos = m_pSubtickInfo ? m_pSubtickInfo->PosInSubTick : pMasterInfo->PosInTick; if (pos == 0) { CPeerCtrl::BeginImmediateBatch(); DoLFO(Reset); CPeerCtrl::EndImmediateBatch(); } this sends control changes only when pos_in_subtick is 0, my question i...
by UNZ
Sun May 10, 2020 9:00 pm
Forum: Devs
Topic: Exceptions in Machine View
Replies: 5
Views: 3086

Re: Exceptions in Machine View

i just tried it again and it doesn't happen always... right now it's sitting there silent, but this afternoon it constantly spew exceptions... very odd as nothing is different and i'm not even loading machines.

do you get an exception when you close it? i still get those kernelbase ones on close.
by UNZ
Sun May 10, 2020 8:55 pm
Forum: Devs
Topic: BuzzEngine32.exe does not correctly align buffers
Replies: 0
Views: 2850

BuzzEngine32.exe does not correctly align buffers

so this is indeed a bug.

from the changelog:
--- June 2008 builds
- all audio buffers 64-byte aligned

in buzzengine32.exe, the output buffers are not aligned.
by UNZ
Sun May 10, 2020 12:38 pm
Forum: Devs
Topic: Exceptions in Machine View
Replies: 5
Views: 3086

Exceptions in Machine View

If i run buzz in the debugger and just leave it sit there without doing anything, it throws exceptions and seems to start and stop a thread about every 1 second. Not using any fancy theme, just the regular default with pretty much all eye candy turned off: Exception thrown at 0x75554402 in buzz.exe:...
by UNZ
Sat May 09, 2020 11:32 am
Forum: Users
Topic: Notebook
Replies: 54
Views: 33247

Re: Notebook

OK i found the problem: void MultiWork(float const * const *inputs, float **outputs, int numsamples) it looks like buzzengine32.exe doesn't give you SSE aligned (output) buffers. this is very unfortunate and in my oppinion a bug, because every machine that assumes that the pointer where aligned in 3...
by UNZ
Fri May 08, 2020 11:23 pm
Forum: Users
Topic: Notebook
Replies: 54
Views: 33247

Re: Notebook

ok this is really odd, on another machine, the released 1.3 doesn't work and crashes... on my dev machine, the same code works...maybe the recompilation with new CRT etc actually changed something... EDIT: it's something in the project configuration of Debug vs Release build, because debug version w...
by UNZ
Fri May 08, 2020 11:13 pm
Forum: Users
Topic: Notebook
Replies: 54
Views: 33247

Re: Notebook

another observation: i was able to build mixio 32bit against the 32bit .net dll and it seems to work, confirming that ANY cpu seems to work if there are no further native dependencies in the .net gui. however the 32bit bridge seems indeed very experimental and as soon as i try to do a bit more than ...
by UNZ
Fri May 08, 2020 11:00 pm
Forum: Users
Topic: Notebook
Replies: 54
Views: 33247

Re: Notebook

so i'm trying to debug this... but buzz64 freezes as soon as i load more than 1 32bit machine.. for example try loading jeskola trilok twice.. if i use trilok + mixio -> crash if i use qsine + mixio -> works edit: ok 1 instance of trilok is enough to make it crash too, just have to hit play :) very ...
by UNZ
Fri May 08, 2020 10:34 pm
Forum: Users
Topic: Notebook
Replies: 54
Views: 33247

Re: Notebook

@UNZ Are mixio and Buzz64 friends? Can't live without it. just tested the 32bit version quickly, unfortunately there seems to be an issue, will have to look into it. the gui is .net and i'm quite sure it has no other dependencies, so probably not a simple recompile, it's odd because it loads in a 3...
by UNZ
Thu May 07, 2020 7:56 pm
Forum: Users
Topic: Notebook
Replies: 54
Views: 33247

Re: Notebook

if you have any native code dependencies you have to ship both versions of the native dll iirc... and ANY cpu won't work then i think, so you still have to have two .net dll versions...
by UNZ
Thu May 07, 2020 7:24 pm
Forum: Devs
Topic: SubTick Timing Bug (or PXP)
Replies: 10
Views: 9027

Re: SubTick Timing Bug (or PXP)

another test: at 100 bpm and 4 tpb: samples_per_tick: 13230, samples_per_subtick: 138 at 100 bpm and 8 tpb: samples_per_tick: 6615, samples_per_subtick: 138 at 100 bpm and 16 tpb: samples_per_tick: 3308, samples_per_subtick: 138 at 100 bpm and 32 tpb: samples_per_tick: 1654, samples_per_subtick: 207...
by UNZ
Thu May 07, 2020 2:56 pm
Forum: Devs
Topic: SubTick Timing Bug (or PXP)
Replies: 10
Views: 9027

Re: SubTick Timing Bug (or PXP)

oskari, i think i found the bug in buzz: here's a few numbers to see what happens (all at 88200 khz, should be half at 44100): BPM: 100, TPB: 22, RPB: 64 ---> samples_per_subtick: 200 (CORRECT) BPM: 100, TPB: 23, RPB: 64 ---> samples_per_subtick: 192 (CORRECT) BPM: 100, TPB: 24, RPB: 64 ---> samples...