Search found 294 matches

by oskari
Mon Oct 13, 2014 2:22 pm
Forum: Devs
Topic: Dear bigyo
Replies: 2
Views: 3822

Re: Dear bigyo

http://jeskola.net/buzz/beta/files/dev/Limiter/

It's actually very easy if you know C# already. If not, it's still pretty easy since you know C++.
by oskari
Sat Oct 11, 2014 4:00 pm
Forum: Users
Topic: Build 1496
Replies: 13
Views: 7280

Re: Build 1496

Yes, the build number is there but it's not used for anything yet.
by oskari
Fri Oct 10, 2014 8:27 am
Forum: Devs
Topic: Pattern XP mod
Replies: 352
Views: 326239

Re: Pattern XP mod

It looks like the code on jeskola.net was old so it didn't have the latest features like pitch bend record. It's updated now and I think you might be able to automatically merge it with your new code. There are some other important changes like UpdateWaveReferences (template paste). Here's the whole...
by oskari
Sat Aug 16, 2014 1:26 pm
Forum: Devs
Topic: Pattern XP mod
Replies: 352
Views: 326239

Re: Pattern XP mod

chahur wrote: Question for Oskari : as you started yourself to implement the toolbar and add tooltips for the columns and font buttons, did you get to the point of showing them ?
Any help would be welcome.
I don't remember but I don't think so.
by oskari
Mon Aug 11, 2014 11:51 am
Forum: Devs
Topic: Pattern XP mod
Replies: 352
Views: 326239

Re: Pattern XP mod

It has to be loaded at startup (gear.xml):

Code: Select all

<Machine Name="Jeskola Pattern XP" LoadAtStartup="True"/>
by oskari
Wed Jul 16, 2014 4:11 am
Forum: Users
Topic: Theme with solo and mute button for control machines
Replies: 5
Views: 3381

Re: Theme with solo and mute button for control machines

This should change the background color if both IsControlMachine and IsMuted are true: <MultiDataTrigger> <MultiDataTrigger.Conditions> <Condition Binding="{Binding Path=Machine.IsControlMachine}" Value="True"/> <Condition Binding="{Binding Path=Machine.IsMuted}" Value=...
by oskari
Tue Jul 15, 2014 7:00 am
Forum: Users
Topic: Theme with solo and mute button for control machines
Replies: 5
Views: 3381

Re: Theme with solo and mute button for control machines

Why not just remove the code that hides the buttons if it's a control machine?

Colors can be accessed like here: <SolidColorBrush Color="{Binding Path=Machine.Graph.Buzz.ThemeColors[MV Machine Border]}"/>
by oskari
Fri Jun 13, 2014 7:55 am
Forum: Users
Topic: Using 'Jeskola Live' machine
Replies: 9
Views: 5459

Re: Using 'Jeskola Live' machine

The code is here: http://svn.jeskola.net/buzzgui/Live/

It's pretty simple so it should be quite easy to build a better machine based on it.
by oskari
Mon Jun 09, 2014 10:22 pm
Forum: Users
Topic: Buzzchurch happy-dance emoticon
Replies: 4
Views: 2804

Re: Buzzchurch happy-dance emoticon

:dance: ?
by oskari
Thu May 08, 2014 1:26 pm
Forum: Users
Topic: Patern XP
Replies: 3
Views: 2679

Re: Patern XP

Right-click the editor dropdown.
by oskari
Fri Apr 25, 2014 7:26 am
Forum: Devs
Topic: Compilation of patternXP
Replies: 8
Views: 6519

Re: Compilation of patternXP

I don't know, maybe the mfc dlls are missing? Check it with depends.exe.
by oskari
Tue Apr 22, 2014 4:45 pm
Forum: Devs
Topic: Compilation of patternXP
Replies: 8
Views: 6519

Re: Compilation of patternXP

Hello I try to compile the patternXP project with Visual C++ 2010 express, but I have several problems. First one is in XmemDC.cpp : Line 3 : BEGINBUFFEREDPAINT and Line 4 : ENDBUFFEREDPAINT are not known. Idem with CCriticalSection in RecQueue.h Line 51. I suspect also that the version of MFC42 is...
by oskari
Tue Apr 15, 2014 8:13 pm
Forum: Users
Topic: Qsamo Q!
Replies: 4
Views: 2985

Re: Qsamo Q!

Corona has this option (velocity curve -> fixed) and it happens to be 40% off again. See this thread:

viewtopic.php?f=2&t=60
by oskari
Tue Mar 25, 2014 8:18 pm
Forum: Users
Topic: Buzz History - A folder
Replies: 5
Views: 3170

Re: Buzz History - A folder

I can host them on jeskola.net if you put them somewhere where I can just wget them (not installing any google shit).
by oskari
Sun Mar 23, 2014 5:09 pm
Forum: Devs
Topic: Help for a beginner
Replies: 2
Views: 3516

Re: Help for a beginner

It should work if you remove 'IsTrackParameter = true'.
by oskari
Wed Mar 12, 2014 12:43 pm
Forum: Users
Topic: remove message of to old Polac VST1.1.dll
Replies: 5
Views: 3343

Re: remove message of to old Polac VST1.1.dll

Yes, put this in gear.xml:

Code: Select all

<Machine Name="Polac VSTi 1.1" LoadAtStartup="True" MinimumMIVersion="0"/>
by oskari
Mon Feb 17, 2014 12:38 pm
Forum: Devs
Topic: My managed control machine wants to know ticks and subticks
Replies: 2
Views: 3883

Re: My managed control machine wants to know ticks and subti

Yeah it seems to be impossible. I'll add the void Work function.
by oskari
Fri Jan 03, 2014 6:28 pm
Forum: Users
Topic: Will Buzz ever go commercial/get updated?
Replies: 72
Views: 33876

Re: Will Buzz ever go commercial/get updated?

@ Mosis This might sound a bit stupid but "integrate VST support"? In what way are you not able to use your VSTs as you like? Being able to access vst parameters like buzz machine parameters I think. It could be done by adding a new parameter group where a machine (in this case the polac ...
by oskari
Thu Dec 12, 2013 6:52 pm
Forum: Devs
Topic: CNG
Replies: 4
Views: 4283

Re: CNG

boombaxx wrote:Thanks got it working updated buzz 12 years ago when this machine was first made. Wonder what the first non Jeskola machine was
I think it was m0m gapper and Geonik's Amplitude Modulation and Plucked String were next.
by oskari
Wed Nov 27, 2013 9:21 pm
Forum: Devs
Topic: the new awesome pattern editor has some bugs
Replies: 9
Views: 6889

Re: the new awesome pattern editor has some bugs

szaszhareen wrote:i forgot about this too, it's pretty cool. the ability to play just the pattern you're working on without muting/soloing stuff in the sequencer is handy.
It works in pattern xp too.