Module API
-
mdsp
for now the API is for only for Delphi and is included in the distribution,
but I plan to translate it to C. If someone more experienced with Delphi and C/C++ than me wants to do it. I'd be happpy too.
but I plan to translate it to C. If someone more experienced with Delphi and C/C++ than me wants to do it. I'd be happpy too.
Hi,
I'm beginning to learn C/C++.
I hope I'll can program some modules next year. <grin>
What compiler do you recommed me?
Cheers,
Miquel.
I'm beginning to learn C/C++.
I hope I'll can program some modules next year. <grin>
What compiler do you recommed me?
Cheers,
Miquel.
hello,
Microsoft C++ is the most common,
Borland C++builder is a good outsider!
Personally, I use Borland products; I'm tired to give all my money to Bill Gates... I'm sure he doesn't need it.
Microsoft C++ is the most common,
Borland C++builder is a good outsider!
Personally, I use Borland products; I'm tired to give all my money to Bill Gates... I'm sure he doesn't need it.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
Thank you for advice.
I've just found that there's a MS VC++ 2005 for free and Borland Turbo C++ also free. I'll check them.
Cheers,
Miquel.
I've just found that there's a MS VC++ 2005 for free and Borland Turbo C++ also free. I'll check them.
Cheers,
Miquel.
Just out of curiousity: Is there anyone out there who has created some user modules?
I don't think I'll dive into this territory myself in the foreseeable future, but who knows...
I don't think I'll dive into this territory myself in the foreseeable future, but who knows...
Bjørn S
the actual SDK is probably not really used.
The script language seems to be enough for most users?
I'm working on a new version of the SDK
- easier for developers,
- in C++,
- more powerful.
The script language seems to be enough for most users?
I'm working on a new version of the SDK
- easier for developers,
- in C++,
- more powerful.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
Hi.
What is SDK?
Since C++ seems to be much quicker for audio processing, we are - I mean the guy which makes some of my sounds is - going to develop modules in C++. And maybe rewrite some already existing ones, just to check. But that's not for tomorrow...
What is SDK?
Since C++ seems to be much quicker for audio processing, we are - I mean the guy which makes some of my sounds is - going to develop modules in C++. And maybe rewrite some already existing ones, just to check. But that's not for tomorrow...
vincent michel
composer & novelist
composer & novelist
-
martignasse
- Site Admin
- Posts: 611
- Location: Lyon, FRANCE
- Contact:
hello,
what ? a new fresh SDK (Software Developpement Kit
and in C++, woaow,
it's good news
can't wait to put my hand on...
what ? a new fresh SDK (Software Developpement Kit
and in C++, woaow,
it's good news
can't wait to put my hand on...
Martin FLEURENT - Usine Developer - SDK maintainer
-
woodslanding
- Member
- Posts: 1327
- Contact:
so how's this coming along???
Writing a Usine module seems like a better than average way to start messing around in C++.... And more efficient than the scripting engine, I'm guessing?
Writing a Usine module seems like a better than average way to start messing around in C++.... And more efficient than the scripting engine, I'm guessing?
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
We are working on (more exactly the user 'Le Vrai Bernardo' is working on...)
Normally it will be out in 1 month.
be patient.
Normally it will be out in 1 month.
be patient.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
-
woodslanding
- Member
- Posts: 1327
- Contact:
yes, I can be patient! Good to hear it is coming.....
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
-
LevraiBernardo
- Site Admin
- Posts: 110
- Contact:
Quite optimistic point of view, Mister Senso.
Woodslanding, do you master C++ ? I would have a few questions about compiling options... (if anybody master this topic, let me know).
Woodslanding, do you master C++ ? I would have a few questions about compiling options... (if anybody master this topic, let me know).
-
martignasse
- Site Admin
- Posts: 611
- Location: Lyon, FRANCE
- Contact:
hello LevraiBernardo,
I'm not a master, but i have some knowledges.
And i'm very interested in the C++ API, as i don't code in PASCAL, but in....C++.
Fell free to ask, i'll do my best to help.
I'm not a master, but i have some knowledges.
And i'm very interested in the C++ API, as i don't code in PASCAL, but in....C++.
Fell free to ask, i'll do my best to help.
Martin FLEURENT - Usine Developer - SDK maintainer
-
woodslanding
- Member
- Posts: 1327
- Contact:
I'd hope to ask some questions of you too, Martin--I am a C++ beginner (though proficient in Java.)
-e
-e
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
-
martignasse
- Site Admin
- Posts: 611
- Location: Lyon, FRANCE
- Contact:
No problems, if i can help, it's with pleasur.woodslanding wrote:I'd hope to ask some questions of you too, Martin--I am a C++ beginner (though proficient in Java.
A+
Martin FLEURENT - Usine Developer - SDK maintainer
hello
i am a delphi beginner, i have developed some simple application for windows but i don't find how to develop something for usine
Is there any document that explain how it works ?
thanks
Vincent
i am a delphi beginner, i have developed some simple application for windows but i don't find how to develop something for usine
Is there any document that explain how it works ?
thanks
Vincent
-
martignasse
- Site Admin
- Posts: 611
- Location: Lyon, FRANCE
- Contact:
Hi pansoul,
Actually, the Delphi SDK is deprecated, since Usine 4.1 beta 6, and no more distributed.
The actual, up to date SDK (version 2b available in download section) is in C++.
I don't know if senso plan to make an update to V2 for the Delphi SDK....
But i know he maybe just not have the time, his priority is to power up usine itself with all these marvelous features we can't wait for
But if you decide to go for the C++ version, we can help you to start with, for sure.
Hope it help
Actually, the Delphi SDK is deprecated, since Usine 4.1 beta 6, and no more distributed.
The actual, up to date SDK (version 2b available in download section) is in C++.
I don't know if senso plan to make an update to V2 for the Delphi SDK....
But i know he maybe just not have the time, his priority is to power up usine itself with all these marvelous features we can't wait for
But if you decide to go for the C++ version, we can help you to start with, for sure.
Hope it help
Martin FLEURENT - Usine Developer - SDK maintainer
Who is online
Users browsing this forum: No registered users and 4 guests
