Search found 53 matches

by bigyo
Fri Dec 21, 2018 11:21 pm
Forum: Devs
Topic: Volume slider example
Replies: 13
Views: 14407

Re: Volume slider example

Amplitude=SliderPosition^a * exp(SliderPosition) gives even more control over the shape of the slider.
source code: http://bigyo.untergrund.net/buzz/temp/B ... 0code2.zip
by bigyo
Sun Oct 21, 2018 5:59 pm
Forum: Devs
Topic: ParamEQLin
Replies: 27
Views: 26567

Re: ParamEQLin

xenobioz wrote:The GUI does not update when I do changes except if I change filter type. For the linear version it doesn't change at all (if it is supposed to).
is input and output connected?
by bigyo
Sun Oct 21, 2018 11:45 am
Forum: Devs
Topic: ParamEQLin
Replies: 27
Views: 26567

Re: ParamEQLin

mouse wheel = Q
RMB + mouse wheel = FilterType
by bigyo
Fri Oct 19, 2018 11:18 am
Forum: Devs
Topic: ParamEQLin
Replies: 27
Views: 26567

Re: ParamEQLin

ParamEQ.jpg
ParamEQ.jpg (11.82 KiB) Viewed 6032 times
by bigyo
Wed Feb 15, 2017 9:24 pm
Forum: Devs
Topic: ParamEQLin
Replies: 27
Views: 26567

Re: ParamEQLin

updated, increased minTracks to 4.
by bigyo
Thu Jan 19, 2017 10:08 pm
Forum: Devs
Topic: ParamEQLin
Replies: 27
Views: 26567

Re: ParamEQLin

AndersBrontosaurus wrote:No chance for a By-pass?
adding bypass parameter will make old songs incompatible with the new machine, but there is built-in bypass in right-click machine menu.
by bigyo
Thu Jan 12, 2017 5:46 pm
Forum: Devs
Topic: ParamEQLin
Replies: 27
Views: 26567

Re: ParamEQLin

i think Joachip meant that the graphical UI stays open when you close the parameter window, but i don't know how to close it automatically with paramerer window. as for default number of tracks (bands) there is a callback virtual void SetNumTracks(CMachine *pmac, int n); // bonus trivia question: wh...
by bigyo
Mon Dec 19, 2016 11:07 pm
Forum: Devs
Topic: ParamEQLin
Replies: 27
Views: 26567

Re: ParamEQLin

Great news. Please let me know if you want me to add them to the buzz machine repository, so that machines aren't scattered around on a forum like this. The repo that takes over from buzzmachines.com: http://buzz.robotplanet.dk/ Yes, please add them to buzz.robotplanet.dk Bigyo, as you pointed out ...
by bigyo
Thu Dec 15, 2016 11:27 pm
Forum: Devs
Topic: ParamEQLin
Replies: 27
Views: 26567

ParamEQLin

i'm trying to get back into buzzmachine programming, and it's not easy :) i managed to add graph to linear-phase ParamEQLin. it still needs some work but it may come in handy now. ParamEQ is also updated, i have improved frequency/q pre-warping so the filter works better near the Nyquist frequency. ...
by bigyo
Mon Nov 14, 2016 9:49 am
Forum: Users
Topic: Request new Buzz Tools, Effects, Generators, Features
Replies: 28
Views: 26637

Re: Request new Buzz Tools, Effects, Generators, Features

There is linear phase version of my ParamEQ, it uses FFT based convolution, so you can get similar results.
You'll find it here: http://bigyo.untergrund.net/buzz/bigyo_buzzmachines.zip
by bigyo
Sat Nov 12, 2016 12:55 am
Forum: Devs
Topic: Volume slider example
Replies: 13
Views: 14407

Re: Volume slider example

x^3 or x^3.14 is ok, but if max boost is +10 dB then 0dB point is at 0.69, i think it's better to have 0dB point at 0.75 or 0.8 or something that can easily be typed in pattern editor. here is what i used in my machines. this code allows to set exactly 0dB point (or any other value) Slider1LinLog is...
by bigyo
Mon Oct 13, 2014 10:31 am
Forum: Devs
Topic: Dear bigyo
Replies: 2
Views: 3813

Re: Dear bigyo

Willy wrote: - Could you please add the graph right on top of the parameters and not as an extra window that requires an additional mouseclick to be opened? Similar to QSamo by jeskola.
is it possible for C++ machine to do that? where can i find example source code? any help?
by bigyo
Wed Sep 04, 2013 10:08 pm
Forum: Devs
Topic: Stereo generator
Replies: 1
Views: 3305

Stereo generator

How to make a stereo generator? Can MIF_STEREO_EFFECT flag be used?
by bigyo
Thu Aug 08, 2013 4:14 pm
Forum: Music
Topic: woodoo magic
Replies: 8
Views: 6698

Re: woodoo magic

Thanks for feedback!
snowglobe wrote:Added a bit of melody and a bridge.
Added a bit more. Who's next? :-)

http://bigyo.untergrund.net/buzz/bigyo& ... omagic.mp3
http://bigyo.untergrund.net/buzz/bigyo& ... omagic.zip
by bigyo
Tue Jul 30, 2013 7:02 pm
Forum: Music
Topic: woodoo magic
Replies: 8
Views: 6698

woodoo magic

http://bigyo.untergrund.net/buzz/bigyo-woodoomagic.mp3
http://bigyo.untergrund.net/buzz/bigyo-woodoomagic.zip

just an intro. feel free to make full song out of it. bonus machine included :-)
by bigyo
Tue Oct 16, 2012 1:38 pm
Forum: Devs
Topic: freezer
Replies: 11
Views: 8361

Re: freezer

Little test on drums: this has been transformed using freezer into this
by bigyo
Wed Sep 05, 2012 4:31 pm
Forum: Devs
Topic: freezer
Replies: 11
Views: 8361

Re: freezer

i'm glad you like it :-) melt works better now.
by bigyo
Mon Sep 03, 2012 10:09 pm
Forum: Devs
Topic: close window opened by machine
Replies: 11
Views: 7322

Re: close window opened by machine

graph wasn't updated after adding/removing track, so please download again.
by bigyo
Mon Sep 03, 2012 11:45 am
Forum: Devs
Topic: close window opened by machine
Replies: 11
Views: 7322

Re: close window opened by machine

it is saved in song now, and selecting "Graph..." twice will reset window, when it end up off screen somewhere
by bigyo
Fri Aug 31, 2012 4:45 pm
Forum: Devs
Topic: close window opened by machine
Replies: 11
Views: 7322

Re: close window opened by machine

Should this window size and position be saved in a song?