Mac OS 9 Discussion > Development & Programming

Developing software tools needed to develop Apps and Plugs-Ins

<< < (2/21) > >>

dr bu:
What software is needed?

well, you will need max/msp 4.0.5 to 4.1. (after that only osx). and a small program that comes with Pluggo called Plugmaker 2.0. there is a copy of max/msp 4.1 at the server. once finished programming in max/msp you drop the file on the Plugmaker icon and bingo. thats it.

Protools5LEGuy:
http://macos9lives.com/smforum/index.php?topic=1191.0
110 making a Custom VST host app at the Mactron request called hozzt03 in MAX.

@ 110 or Dr Bu.  Has a OS9 MAX programming environment strong enought to move hardware modeled emulations?

Is there out info about modeling hardware based on electronics schematics? Or the math models used to emulate things?

For example. I would like to have an app like the piano keyboard you get from logic to use the Apple keyboard sending midi. Is this reachable within MAX? Or that should be a Codewarrior project involving OMS?

IIO:
about SDKs´n stuff: the steinberg SDKs are always only in newest version available from steinberg. for mac os 9 we should get a copy of the 2.0 and 2.1 SDK. older ones are uninteresting.

most VST developers were using codewarrior 5 and not codewarrior 7, for the SDK was built for the older system.

an MAS SDK could be available on request by the owner.

RTAS is a closed format.


--- Quote ---@ 110 or Dr Bu.  Has a OS9 MAX programming environment strong enought to move hardware modeled emulations?

Is there out info about modeling hardware based on electronics schematics? Or the math models used to emulate things?

--- End quote ---

not sure what you mean. noone really models electronics. :) well, sure, most things you cando in java or C can also be reached using max. but certain technologies - like building GUIs or FFT - require 5 times more work or use 5 times more CPU than using a lower level language.

proper deconvolution or wavelet stuff is more or less impossible in max/msp for OS9, everything else works fine.


--- Quote ---For example. I would like to have an app like the piano keyboard you get from logic to use the Apple keyboard sending midi. Is this reachable within MAX?

--- End quote ---


--- Code: ---[key]
|
[select 55]
|
[i 60]
|
[append 108]
|
[makenote 0 108 250]
|
[midiformat]
|
[midiout port 1]

--- End code ---

any questions left?

supernova777:
http://web.archive.org/web/20000816175421/http://www.opcode.com/products/max/

looks like opcode was distributing max aswell

Protools5LEGuy:

--- Quote from: 110 on July 07, 2014, 01:13:04 AM ---any questions left?

--- End quote ---
Too many... Can you describe US how did you implemented VST on MAX to make hotzz...(FIRST APP DEVELOPED IN MACOS9LIVES!)   :D ;D :D ;D :)



--- Quote from: 110 on July 07, 2014, 01:13:04 AM ---about SDKs´n stuff: the steinberg SDKs are always only in newest version available from steinberg. for mac os 9 we should get a copy of the 2.0 and 2.1 SDK. older ones are uninteresting.

most VST developers were using codewarrior 5 and not codewarrior 7, for the SDK was built for the older system.

an MAS SDK could be available on request by the owner.

RTAS is a closed format.

--- End quote ---

I would like to know how difficult could be to make an VST to MAX adapter, for using VST (FX OR INSTRUMENT) on PROTOOLS. It seems MAX "things" are seen on Protools thru Pluggo's Plugmaker 2.0. We can reach RTAS specs thru that.

Is possible to develop an MAS to RTAS adapter thru MAX?


--- Quote from: 110 on July 07, 2014, 01:13:04 AM ---most VST developers were using codewarrior 5 and not codewarrior 7, for the SDK was built for the older
not sure what you mean. noone really models electronics. :) well, sure, most things you cando in java or C can also be reached using max. but certain technologies - like building GUIs or FFT - require 5 times more work or use 5 times more CPU than using a lower level language.


--- End quote ---



How difficult should be to emulate http://www.waves.com/plugins/puigchild-660-670  using https://www.google.com/search?q=fairchild+670+schematic&espv=2&biw=1220&bih=639&tbm=isch&tbo=u&source=univ&sa=X&ei=WWW8U7rRJIasOOmWgOgJ&sqi=2&ved=0CB8QsAQ with https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=mathematical+modeling+electrical+system?


--- Quote from: 110 on July 07, 2014, 01:13:04 AM ---

--- Code: ---[key]
|
[select 55]
|
[i 60]
|
[append 108]
|
[makenote 0 108 250]
|
[midiformat]
|
[midiout port 1]

--- End code ---


--- End quote ---

Thanks! Is the same implementation as Logic Keyboard?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version