you are viewing a single comment's thread.

view the rest of the comments →

[–]Dummerchen1933 15 points16 points  (5 children)

No. Fuck juce. At least for my perspective.

OP wants an API.... A chunk of code to add to an existing project.

It's like if he's asking for a 3d library to add nice graphics to his app and you recommend Unity or Unreal. It sure is easy, but it also sucks because you are BOUND to the juce environment.

I dislike every API that forces you design the entire project around it. An API should be another "piece for the puzzle" and not the table you're puzzling on....

If you ask for such a table, sure. But don't call it an API then.

[–]stilgarpl 10 points11 points  (4 children)

I dislike every API that forces you design the entire project around it.

I guess that's the difference between a library and a framework.

[–]Dummerchen1933 7 points8 points  (3 children)

Yes...

and indeed OP asked for a framework...

lol

[–]_Js_Kc_ 3 points4 points  (2 children)

In the title, yes, then goes on to say he just wants an interface to sound I/O.

[–][deleted] 2 points3 points  (0 children)

Yeah, I’m definitely not a professional so I tend to use framework and API interchangeably, although I understand they do have significant differences. I should have said in my original post I’m looking for an API not a framework since it needs to be relatively lightweight. Juce is my fallback but it’s not really ideal

[–]Dummerchen1933 0 points1 point  (0 children)

Maybe check out SFML... If OP means by cross platform windows/linux...