jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Create a function that returns the file path of a Jamoma library #203

Open nwolek opened 10 years ago

nwolek commented 10 years ago

It would be good to have a uniform way to query this information.

For examples of where we need this information currently, look here: https://github.com/jamoma/JamomaCore/blob/master/DSP/extensions/SoundfileLib/tests/TTSoundfileLoader.test.cpp#L60 https://github.com/jamoma/JamomaCore/blob/dev/DSP/extensions/SoundfileLib/tests/TTSoundfile.test.cpp#L62

This code was modeled after the example here: https://github.com/jamoma/JamomaCore/blob/master/Foundation/library/source/TTFoundation.cpp#L128