Search found 294 matches

by oskari
Sun Feb 12, 2012 10:51 pm
Forum: Users
Topic: Midi export
Replies: 2
Views: 2989

Re: Midi export

It depends on the machine. Some machines remember the previous value and some don't.
by oskari
Sun Feb 12, 2012 1:11 am
Forum: Users
Topic: pattern editor colors
Replies: 38
Views: 22418

Re: pattern editor colors

With scroll bars:

Image
by oskari
Sat Feb 11, 2012 8:50 pm
Forum: Users
Topic: pattern editor colors
Replies: 38
Views: 22418

Re: pattern editor colors

Yes themes can provide 12 colors. In this case they are actually auto-generated: <ObjectDataProvider x:Key="PatternNoteColors" ObjectType="{x:Type bgc:HSPAColorProvider}"> <ObjectDataProvider.ConstructorParameters> <sys:Int32>12</sys:Int32> <sys:Double>0</sys:Double> <sys:Double>...
by oskari
Fri Feb 10, 2012 11:46 pm
Forum: Users
Topic: Bugs
Replies: 3
Views: 3094

Re: Bugs

Machine presets: when doing machine parameter adjustments, as in making a new sound, and you accidentally click the preset drop-down - you are fucked (cause it revert to the one preset you are currently on). There is no way to save what you had going on as far as parameter setting/preset goes (no e...
by oskari
Fri Feb 10, 2012 8:14 pm
Forum: Users
Topic: ascii parameters
Replies: 3
Views: 3149

ascii parameters

new feature in 1452:

Image
by oskari
Mon Feb 06, 2012 4:26 pm
Forum: Users
Topic: bug in 1441
Replies: 7
Views: 4946

Re: bug in 1441

It should work in 1445.
by oskari
Fri Feb 03, 2012 7:04 pm
Forum: Users
Topic: bug in 1441
Replies: 7
Views: 4946

Re: bug in 1441

If the theme provides ParameterWindow.xaml it must be updated because the menu is in the xaml.
by oskari
Thu Feb 02, 2012 8:37 pm
Forum: Devs
Topic: Themes - QuickNewMachineWindow : unable to override defaults
Replies: 9
Views: 7082

Re: Themes - QuickNewMachineWindow : unable to override defa

Oops, it's still broken, but this will work in 1443: <!--QuickNewMachineWindow Template--> <DataTemplate x:Key="MachineListItemTemplate"> <TextBlock Text="{Binding Path=DisplayName}" Foreground="#cccccc"/> </DataTemplate> <Style TargetType="{x:Type local:QuickNewMa...
by oskari
Thu Feb 02, 2012 7:31 pm
Forum: Devs
Topic: Themes - QuickNewMachineWindow : unable to override defaults
Replies: 9
Views: 7082

Re: Themes - QuickNewMachineWindow : unable to override defa

It should work in 1442. The names and the way double-click is handled have changed a bit.
by oskari
Thu Feb 02, 2012 6:10 pm
Forum: Devs
Topic: Themes - QuickNewMachineWindow : unable to override defaults
Replies: 9
Views: 7082

Re: Themes - QuickNewMachineWindow : unable to override defa

It's not possible to change the whole ControlTemplate because of the way it's written. I'll change it for the next build but I'm probably not going to do it for all the windows. The alternative is to only change styles of the controls that are used.
by oskari
Wed Feb 01, 2012 3:26 pm
Forum: Devs
Topic: Themes - QuickNewMachineWindow : unable to override defaults
Replies: 9
Views: 7082

Re: Themes - QuickNewMachineWindow : unable to override defa

QuickNewMachineWindow, CreateTemplateWindow, LatencyWindow, CPUMonitorWindow and HDRecorderWindow should now support MachineView.xaml resources.
by oskari
Wed Feb 01, 2012 2:44 pm
Forum: Devs
Topic: Themes - QuickNewMachineWindow : unable to override defaults
Replies: 9
Views: 7082

Re: Themes - QuickNewMachineWindow : unable to override defa

I'll have to update it to load the resource dictionary.
by oskari
Mon Jan 30, 2012 2:46 pm
Forum: Devs
Topic: NTracker
Replies: 1
Views: 3496

NTracker

I wrote a very basic tracker machine in C#. Maybe someone wants to build an actually useful machine based on this. (rename it if you do)

Requires 1439+.
by oskari
Sat Jan 28, 2012 6:45 pm
Forum: Music
Topic: STROBOTONE
Replies: 11
Views: 7199

Re: STROBOTONE

I like it a lot too. Probably my favorite buzz album so far.

What kind of machines did you use? Lots of samples I guess.
by oskari
Thu Jan 26, 2012 5:26 pm
Forum: Users
Topic: Can we draw automations?
Replies: 67
Views: 56993

Re: Can we draw automations?

It should be pretty easy to do.
by oskari
Tue Jan 24, 2012 1:52 pm
Forum: Users
Topic: Bugs report
Replies: 7
Views: 5840

Re: Bugs report

You can take your warez discussion elsewhere.
by oskari
Mon Jan 23, 2012 6:51 pm
Forum: Devs
Topic: Setting machine properties from a managed machine
Replies: 8
Views: 6474

Re: Setting machine properties from a managed machine

You can't use DispatcherAction for this. It's used to delay-execute an action in the current (UI) thread.

This should work:

Code: Select all

Application.Current.Dispatcher.BeginInvoke(new Action(() =>
{
}));
by oskari
Sat Jan 21, 2012 4:37 pm
Forum: Devs
Topic: Setting machine properties from a managed machine
Replies: 8
Views: 6474

Re: Setting machine properties from a managed machine

I should probably make them work in the audio thread too but right now you can do this:

http://msdn.microsoft.com/en-us/library ... s.95).aspx
by oskari
Wed Jan 18, 2012 6:23 pm
Forum: Devs
Topic: Woah! 1416+!
Replies: 31
Views: 22945

Re: Woah! 1416+!

Track parameters.