Page 2 of 2

Re: Woah! 1416!

Posted: Mon Jan 02, 2012 7:02 pm
by oskari
If you want to make a machine based on Loop Recorder, you can use the empty NoteMatrixMachine.cs and it should work.

Re: Woah! 1416!

Posted: Mon Jan 02, 2012 8:27 pm
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?

Re: Woah! 1416!

Posted: Mon Jan 02, 2012 8:41 pm
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.

Re: Woah! 1416!

Posted: Tue Jan 03, 2012 11:09 pm
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!

Re: Woah! 1416!

Posted: Tue Jan 03, 2012 11:38 pm
by oskari
It must be named machine.NET.dll.

Re: Woah! 1416!

Posted: Wed Jan 04, 2012 2:09 pm
by timbot
Perfect! problem solved B) thanks! now to play!

Re: Woah! 1416!

Posted: Sun Jan 08, 2012 5:40 pm
by oskari
Added commands example.

Re: Woah! 1416!

Posted: Sun Jan 08, 2012 6:55 pm
by IXix
Wheeee! I've installed three builds today! :D

Re: Woah! 1416+!

Posted: Wed Jan 11, 2012 6:27 pm
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

Re: Woah! 1416+!

Posted: Fri Jan 13, 2012 9:45 am
by Joachip
Oh, and I just wanna add:
WHOA, POST NUMBER 1000
yeah I'm bored all right. :D

Re: Woah! 1416+!

Posted: Sat Jan 14, 2012 7:08 pm
by oskari
ListBox example.

Re: Woah! 1416+!

Posted: Wed Jan 18, 2012 6:23 pm
by oskari
Track parameters.