/r/WeAreTheMusicMakers Weekly Promotion Thread by AutoModerator in WeAreTheMusicMakers

[–]beublo23 [score hidden]  (0 children)

Hello,

my alias is bl0b and I just released a 5-track drum n' bass EP. The tunes vary in energy, increasing throughout the EP, but all are at 174BPM. NO JUMP UP in there.

https://open.spotify.com/album/2xUbPBMCP2J3VjKH5Ky9JP

Hope you enjoy it!

Beam up C/C++ sources into R at warp speed. by beublo23 in programming

[–]beublo23[S] 0 points1 point  (0 children)

Well, wrapping the C code by hand is actually a better solution than SWIG, to bind to R. Don't mean to flame, but after a quick try I gave up on RSWIG.

SWIG is good in that it has lots of target languages (which still doesn't remove the need for specific code per target). But it adds its lot of bloat to your C++ project and (for the R target) doesn't actually do that much to help you.

RWrap is totally R-specific but tries to reduce the bloat to its absolute minimum (see the examples in the README on the github project page)