how to use require gen
Hi list,
Could someone maybe explain to me how you would create a genexpr file within a project. And use require in a codebox to be able to use the functions within?
It seems so incredibly simple, but I can't figure it out. It just keeps telling me it can't find the genexpr file in codebox.
What I've tried:
-Saved a .gendsp in the project and tried require on that. Didn't work.
-Created a .genexpr text file out of a txt. Didn't work either.
What's the secret? :)
I'm asking because it would be very handy to create a library of perfected functions to be easily reused.
What I'm unsure about is the how to insert it in the searchpath.
A project has it's own searchpath. So I assumed that if I include it in the project it would find it. But it just doesn't.
Is there anybody using this feature?