Search found 320 matches

by oskari
Fri Oct 31, 2025 12:17 pm
Forum: Devs
Topic: SampleGrid3 BETA 1
Replies: 38
Views: 74218

Re: SampleGrid3 BETA 1

did you try it yourself? here's what i got when said the above // FDN Reverb - Modern Feedback Delay Network Reverb for Buzz // Implements Hadamard mixing, modulated delays, and multi-stage diffusion #include <windef.h> #include <cstdio> #include <cstring> #include <cstdlib> #include <cmath> #includ...
by oskari
Thu Oct 30, 2025 3:12 pm
Forum: Devs
Topic: SampleGrid3 BETA 1
Replies: 38
Views: 74218

Re: SampleGrid3 BETA 1

claude code etc can actually do very nice buzz machines if you tell them so. give source code of existing buzz machines for reference. for example, give it this: https://jeskola.net/buzz/beta/files/dev/Limiter/Limiter.h and MachineInterface.h and ask it to make another machine based on it. works qui...
by oskari
Sat Oct 04, 2025 1:52 pm
Forum: Users
Topic: bitcoin donations
Replies: 10
Views: 10891

Re: bitcoin donations

thanks george (or ChatGPT) :). i would just send to that address
by oskari
Fri Oct 03, 2025 10:32 pm
Forum: Users
Topic: bitcoin donations
Replies: 10
Views: 10891

Re: bitcoin donations

still a chance
by oskari
Sat Sep 20, 2025 1:30 pm
Forum: Users
Topic: bitcoin donations
Replies: 10
Views: 10891

Re: bitcoin donations

send money
by oskari
Fri Sep 12, 2025 3:12 pm
Forum: Users
Topic: bitcoin donations
Replies: 10
Views: 10891

Re: bitcoin donations

this must have been related to something but can't remember. donations are still welcome though!
by oskari
Fri Aug 29, 2025 6:42 pm
Forum: Users
Topic: bitcoin donations
Replies: 10
Views: 10891

bitcoin donations

i was wondering why you don't send to https: 1BuzZ4uVxKUS4NpK4wGRGNVrfgzEEpwtY9

i could be rich by now

(one user did!)
by oskari
Fri Jul 18, 2025 8:00 pm
Forum: Devs
Topic: ReBuzz
Replies: 115
Views: 2611921

Re: ReBuzz

it's most likely FileInfo (.Length/Size?) in C#. I remember similar effects.
by oskari
Sat Jul 05, 2025 6:55 pm
Forum: Users
Topic: IX Magic 1.19 - October 13th, 2024
Replies: 382
Views: 949139

Re: IX Magic 1.19 - October 13th, 2024

Nice to see tinga isn't dead yet. was pretty sure.
by oskari
Mon May 05, 2025 9:41 am
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

They are very much related. Here's an actual useful-looking application of MCP though: https://svnscha.de/posts/ai-meets-windbg/ (see the first video)
by oskari
Sun Apr 27, 2025 4:09 pm
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

we also got director's commentary now but it needs some work (getting the director to say things at the right moment). https://jeskola.net/aimov/knightrider_with_director's_commentary.mp4 https://jeskola.net/aimov/startrek_with_director's_commentary.mp4 https://jeskola.net/aimov/le_voyage_with_direc...
by oskari
Thu Apr 24, 2025 1:36 pm
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

I am not sure what your message means, but I watched some of your videos. Thanks. Fascinating and creepy at the same time. You can see the typical AI failures in generated videos. Good to know ;) Thanks, the creepy part was by Sam or so. It's all AI-generated. You can see other videos here: https:/...
by oskari
Thu Apr 24, 2025 6:00 am
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

oskari wrote: Fri Dec 13, 2024 10:28 am there's also a new buzz ad that sounds a lot like an old orange demo for some reason https://jeskola.net/aivid/thister.mp4
MCP has been gaining attention lately, but so has the Buzz ad industry: https://jeskola.net/aimov/vhs3.mp4
by oskari
Thu Apr 03, 2025 8:04 am
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

Again, i should probably do this myself to demonstrate, but imagine just making a simple wrapper around http://svn.jeskola.net/buzzgui/BuzzGUI. ... s/IBuzz.cs

then they can control your views (not machines yet).
by oskari
Thu Apr 03, 2025 7:59 am
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

It sounds very fancy but it's just like (in C#):

[NumberAdder] int AddNumbers(int a, int b) => a + b;

...after all the boilerplate. any chatbot can then add numbers.
by oskari
Wed Apr 02, 2025 8:52 am
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

Here's a fun new idea: https://www.anthropic.com/news/model-context-protocol C# API might be later here https://github.com/tghamm/Anthropic.SDK Idea is that you could talk to buzz songs. Maybe I have to do it myself. Actually it's here now: https://github.com/modelcontextprotocol/csharp-sdk They ar...
by oskari
Sat Jan 11, 2025 12:25 pm
Forum: Users
Topic: New tracker - Ultra DAW
Replies: 12
Views: 29990

Re: New tracker - Ultra DAW

this looks very fake. very well-developed in both cases (except don't download the exes)
by oskari
Fri Dec 13, 2024 10:28 am
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

there's also a new buzz ad that sounds a lot like an old orange demo for some reason https://jeskola.net/aivid/thister.mp4
by oskari
Thu Dec 12, 2024 2:40 pm
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

first alpha is already looking promising https://jeskola.net/aivid/dance_slow.mp4
by oskari
Fri Dec 06, 2024 12:42 pm
Forum: Devs
Topic: new machine
Replies: 23
Views: 72574

Re: new machine

The easiest (and funnest) thing to do would be to just automatically generate the stuff from the BuzzGUI code (using reflection and stuff). Afterwards you can annotate so the AI knows what he is doing.