Search found 297 matches

by strobotone
Fri Jan 18, 2013 7:07 am
Forum: Devs
Topic: Themes - code snippets
Replies: 22
Views: 17559

Re: Themes - code snippets

Don´t know if got your problem right. Just been looking over your files. In order to use transparency one has to set AllowsTransparency="True" AND WindowStyle="None" for the Window : <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="...
by strobotone
Thu Jan 17, 2013 3:55 pm
Forum: Devs
Topic: Themes - code snippets
Replies: 22
Views: 17559

Re: Themes - code snippets

glad i can help.
by strobotone
Thu Jan 17, 2013 2:42 pm
Forum: Devs
Topic: Themes - code snippets
Replies: 22
Views: 17559

Re: Themes - code snippets

Well, if you mean the window in general modify ParameterWindow.xaml: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:l="clr-namespace:BuzzGUI.ParameterWindow;assembly=BuzzGUI.ParameterWind...
by strobotone
Thu Jan 17, 2013 9:26 am
Forum: Users
Topic: New Themes
Replies: 7
Views: 4327

Re: New Themes

:oops:
by strobotone
Wed Jan 16, 2013 8:34 am
Forum: Devs
Topic: dark theme listbox performance fix
Replies: 18
Views: 12855

Re: dark theme listbox performance fix

many thanks man ! that fixed it.
by strobotone
Tue Jan 08, 2013 12:28 pm
Forum: Devs
Topic: new pvst beta (updated 03-Dec-2023)
Replies: 590
Views: 1018910

Re: new pvst beta (updated 05-Dec-2012)

NullReferenceException comes up now when loading sample into an empty slot in wavetable:

(libsndfile) Object reference not set to an instance of an object.
by strobotone
Thu Jan 03, 2013 1:37 am
Forum: Users
Topic: Happy New Buzz Year 2013!! :)
Replies: 13
Views: 6800

Re: Happy New Buzz Year 2013!! :)

i must say : tunes by buzz musicans today have really evolved qualitywise. (last time i actually listened was in 2001 :shock: )
my compliments to you all and a happy new one !
by strobotone
Thu Jan 03, 2013 1:29 am
Forum: Devs
Topic: mixIO 1.3
Replies: 130
Views: 101873

Re: mixIO 1.1

nice ! you control the angle of the xaml circle elements or how did you do it? yeah more or less, sin/cos for x/y of the second point, and decide when to switch to large arc. i did it in a lookup table. flattenarc from here basically http://www.charlespetzold.com/blog/2008/01/Mathematics-of-ArcSegm...
by strobotone
Wed Jan 02, 2013 9:22 am
Forum: Users
Topic: Machine that does old style timestretching
Replies: 11
Views: 6326

Re: Machine that does old style timestretching

for pitchshifting don't forget antonio's bandwurm. it has a very clear sound. it adds some delay to the sample, though, so you need to readjust the playback timing. i love it for the attack artifact it adds to samples. by the way, where did you get "antonio's bandwurm" from? since i am un...
by strobotone
Tue Dec 25, 2012 12:46 pm
Forum: Devs
Topic: Ableton style Clip Launcher [WANT!]
Replies: 52
Views: 34558

Re: Ableton style Clip Launcher [WANT!]

http://jeskola.net/buzz/beta/files/screenshots/live.png An example file? Could be a simple one. Two machines, two effects. Just for figure out how to use it. :) Well, BTW machine looks amazing. :) Since the GUI is xaml-based it is very easy to extend /and modify it. Actually it would be pretty amaz...
by strobotone
Mon Dec 24, 2012 10:33 am
Forum: Devs
Topic: Ableton style Clip Launcher [WANT!]
Replies: 52
Views: 34558

Re: Ableton style Clip Launcher [WANT!]

in a way, yes.
by strobotone
Sat Dec 22, 2012 8:47 pm
Forum: Devs
Topic: Ableton style Clip Launcher [WANT!]
Replies: 52
Views: 34558

Re: Ableton style Clip Launcher [WANT!]

a good opportunity to learn more about buzz´s interfaces. thanks.
by strobotone
Sat Dec 22, 2012 1:10 pm
Forum: Devs
Topic: Ableton style Clip Launcher [WANT!]
Replies: 52
Views: 34558

Re: Ableton style Clip Launcher [WANT!]

LiveGUI.xaml is missing.
by strobotone
Fri Dec 21, 2012 7:08 pm
Forum: Users
Topic: list of keyboard shortcuts for newer versions of buzz
Replies: 14
Views: 10426

Re: list of keyboard shortcuts for newer versions of buzz

another useless one ;)
open context menu in views : <SHIFT> + <F10> (same as the <CONTEXT MENU KEY>)
this works in all applications ofcourse :roll:
by strobotone
Fri Dec 21, 2012 7:03 pm
Forum: Users
Topic: list of keyboard shortcuts for newer versions of buzz
Replies: 14
Views: 10426

Re: list of keyboard shortcuts for newer versions of buzz

switch to previous view : <CTRL> + <TAB>
switch to next view : <CTRL> + <SHIFT> + <TAB>
by strobotone
Tue Oct 16, 2012 1:20 am
Forum: Users
Topic: LoopDrive 4 / VST not stored in .bmx
Replies: 8
Views: 5090

Re: LoopDrive 4 / VST not stored in .bmx

ags wrote:
polac wrote:synthmaker plugin
@strobotone is your VST directory somewhere you have write permissions without using "run as admin" (i.e. outside of Prgram Files) ?
Sure. Why are you asking?
by strobotone
Mon Oct 15, 2012 9:07 pm
Forum: Users
Topic: LoopDrive 4 / VST not stored in .bmx
Replies: 8
Views: 5090

Re: LoopDrive 4 / VST not stored in .bmx

think i just found the cause.

if the number of slices is greater than 8 the slicepatterns will not get stored correctly.
so it looks like the (synthmaker)plugin is causing it like polac said.

thanks all!
by strobotone
Mon Oct 15, 2012 6:43 pm
Forum: Users
Topic: LoopDrive 4 / VST not stored in .bmx
Replies: 8
Views: 5090

Re: LoopDrive 4 / VST not stored in .bmx

Sorry, i made a mistake in the decription of this.

The VST itself loads fine :)
Load the VST, tweak some parameters, save the bmx, load the bmx and take a look at the params.
They are always back to default (atleast in my case).
Tested this on different machines.
by strobotone
Mon Oct 15, 2012 10:49 am
Forum: Users
Topic: LoopDrive 4 / VST not stored in .bmx
Replies: 8
Views: 5090

LoopDrive 4 / VST not stored in .bmx

Hello there, when changing VST-parameters in LoopDrive 4 VST http://www.yedey.com/2009/12/loopdrive-updated-to-version-4/ they don´t seem to get stored within the bmx file. So when loading the bmx the settings in the VST plugin are always the default ones. Is this a problem of the PVSTLoader or the ...
by strobotone
Fri Sep 28, 2012 8:41 pm
Forum: Users
Topic: how to crack buzz?
Replies: 1
Views: 2243

Re: how to crack buzz?

confirmed.
after entering the pattern in the sequencer Buzz freezes and then crashes. (Win7)