Let me know if you spot any bugs or have any comments.

Download here
It is currently 03 May 2026, 13:42
Unread post by caco » 19 Sep 2010, 15:48

Unread post by 23fx23 » 19 Sep 2010, 16:34
Unread post by ethnix73 » 19 Sep 2010, 18:19
Unread post by caco » 23 Sep 2010, 11:05
Unread post by nay-seven » 23 Sep 2010, 12:08
Unread post by caco » 23 Sep 2010, 12:43
Well I do have an LFO planned that will morph between shapes but that is a few projects off, I still have a few other Usine and non-Usine projects to complete first.nay-seven wrote:Thanks caco, great one !
maybe some oscillators one day..?
Unread post by nay-seven » 23 Sep 2010, 17:39
Unread post by cmodica » 23 Sep 2010, 18:23
Unread post by caco » 24 Sep 2010, 09:17
At the moment I have been building modules for myeslf that will help me move projects over from the previous programs I was using and do everything in Usine. But creating new user modules is quite quick due to Martignasse's nice SDK so I am open to suggestions for new modules to expand Usine. Oscillators are a good idea and are on my listnay-seven wrote:of course , no hurry , was just a question...
Unread post by nay-seven » 24 Sep 2010, 10:12
Unread post by multiphone » 24 Sep 2010, 13:22
Unread post by caco » 16 Aug 2011, 09:35
Unread post by ErotiCore SteNch » 16 Aug 2011, 11:01
Unread post by headphoner » 16 Aug 2011, 11:36
Unread post by caco » 16 Aug 2011, 13:16
Oh dear, it is working fine on both computers I tested it on here. Do you know if your processor supports SSE?headphoner wrote:Hi,
doesn't work for me
the module appear "invalid"
" Error:Create procedure failed in :"
Unread post by senso » 16 Aug 2011, 13:29
Unread post by headphoner » 16 Aug 2011, 13:31
Unread post by nay-seven » 16 Aug 2011, 13:32
Unread post by caco » 16 Aug 2011, 13:58
Ahh I have updated to a new version of mingw and it seems it doesn't statically link to the mingw libraries by default anymore. I uploaded a new version that should fix that particular bug.senso wrote:When I try to open this module I have a message like
"can't find libstdc++-6.dll on your computer".
Maybe something wrong with compilation/link option in your c++ module project?
Unread post by senso » 16 Aug 2011, 14:19
Unread post by caco » 16 Aug 2011, 14:46
Fixed now. Turns out there is a few libraries mingw no longer links to statically by default but I think I have finaly got them allsenso wrote:unfortunately, still doesn't work:(
(same error msg)
Unread post by nay-seven » 16 Aug 2011, 15:01
Unread post by Floego » 16 Aug 2011, 15:15
Unread post by ErotiCore SteNch » 16 Aug 2011, 15:20
Unread post by headphoner » 16 Aug 2011, 15:56
Unread post by senso » 29 Sep 2011, 11:35
Unread post by caco » 29 Sep 2011, 11:48
Unread post by caco » 29 Sep 2011, 11:56
Unread post by senso » 29 Sep 2011, 12:19
Code: Select all
SetEvtSize(output,GetEvtSize(input)); // means output.EVT.len = Input.EVT.len;Code: Select all
if GetEvtSize(input)==0
{
SetEvtSize(output,0); // means output.EVT.len = Input.EVT.len;
}
else
{
// process
}Unread post by caco » 29 Sep 2011, 13:02
Unread post by caco » 30 Sep 2011, 09:34
Return to “General discussion”
Users browsing this forum: No registered users and 34 guests