Woah! 1416+!

oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: Woah! 1416!

Post by oskari »

If you want to make a machine based on Loop Recorder, you can use the empty NoteMatrixMachine.cs and it should work.
User avatar
IXix
Posts: 1113
Joined: Wed Nov 23, 2011 3:24 pm

Re: Woah! 1416!

Post by IXix »

oskari wrote:If you want to make a machine based on Loop Recorder, you can use the empty NoteMatrixMachine.cs and it should work.
Oh okay. I was just thinking that maybe we could extend Loop Recorder itself but yeah, I can see that there's pretty much nothing to the machine declaration so I guess it makes no difference.

As a matter of interest, if you've done any tests, how does a C# machine perform against the same machine done in C++. I guess C++ is generally going to be faster but is it a big difference?
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: Woah! 1416!

Post by oskari »

I haven't done any tests but I know it's easier to write slow code in C# than it is in C++. If you know what you are doing you can probably get pretty close to non-SSE C++ code performance.
timbot
Posts: 2
Joined: Tue Jan 03, 2012 10:43 pm

Re: Woah! 1416!

Post by timbot »

:shock:

this is the coolest thing ever! B) yay! waiting for this B)

anyway, in an initial failed attempt to recreate the gain machine, it seems that i'm doing something wrong... builds fine, but i keep getting the dreaded GetProcAddress failed message. how does my project need to be set to load correctly into buzz? thanks!
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: Woah! 1416!

Post by oskari »

It must be named machine.NET.dll.
timbot
Posts: 2
Joined: Tue Jan 03, 2012 10:43 pm

Re: Woah! 1416!

Post by timbot »

Perfect! problem solved B) thanks! now to play!
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: Woah! 1416!

Post by oskari »

Added commands example.
Attachments
ManagedMachine.zip
(4.28 KiB) Downloaded 327 times
User avatar
IXix
Posts: 1113
Joined: Wed Nov 23, 2011 3:24 pm

Re: Woah! 1416!

Post by IXix »

Wheeee! I've installed three builds today! :D
User avatar
UNZ
Posts: 808
Joined: Mon Nov 21, 2011 9:42 pm
Contact:

Re: Woah! 1416+!

Post by UNZ »

spotted a small bug in 1432

1) start buzz
2) add an effect
3) add a generator,
4) go to OLD sequencer and try to place pattern 0 for the generator: doesn't work
User avatar
Joachip
Posts: 352
Joined: Mon Nov 21, 2011 7:21 pm
Contact:

Re: Woah! 1416+!

Post by Joachip »

Oh, and I just wanna add:
WHOA, POST NUMBER 1000
yeah I'm bored all right. :D
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: Woah! 1416+!

Post by oskari »

ListBox example.
Attachments
ManagedMachine.zip
(4.81 KiB) Downloaded 305 times
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: Woah! 1416+!

Post by oskari »

Track parameters.
Attachments
ManagedMachine.zip
(5.04 KiB) Downloaded 316 times
Post Reply