The Wayback Machine - https://web.archive.org/web/20220316162309/https://github.com/jcelerier
Skip to content
Avatar
🏳️‍🌈
bash the fash
🏳️‍🌈
bash the fash

Achievements

Achievements

Block or Report

Block or report jcelerier

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jcelerier/README.md
:.:.:.:.:.::.:.:.:.:.::.:.:.:.:.::.:.:.:.:.::.:.:.:.:.::.:.:.:.:.::.:.:.:.:.::.:.:.

Working full-time on https://ossia.io, a platform for multimedia creation. 
Check out ossia score (https://github.com/ossia/score), 
the intermedia sequencer at the heart of the system ! 

My website: https://jcelerier.name
Follow me on Twitter: https://twitter.com/jcelerie

Wanna contribute to some neat multimedia stuff in postmodern C++ ? 
  -> Hit me up on https://gitter.im/ossia/score !
Like coding with Qt ? 
  -> Same !
     
_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.
~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"
(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_

my hometown:

Pinned

  1. ossia score, an interactive sequencer for the intermedia arts

    C++ 1k 78

  2. A modern C++, cross-environment distributed object model for creative coding and interaction scoring

    Max 157 21

  3. A modern C++ MIDI real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI.

    C++ 124 19

  4. QML controls for creative applications and creative coding

    QML 217 42

  5. The C++ teaching manifesto

    40 1

  6. declarative polyamorous cross-system intermedia objects

    C++ 173 3

Contribution activity

March 2022

Created 1 repository

Created a pull request in free-audio/clap that received 2 comments

Add avendish to projects which support clap

It's not entirely finished yet but most of it is there. Avendish is a C++ media plug-in library which has the particularity of being non-intrusive,…

+1 −0 2 comments
Reviewed 1 pull request in 1 repository

Created an issue in llvm/llvm-project that received 4 comments

Clang fails to compile calls to static consteval methods through references

Repro: https://gcc.godbolt.org/z/3T9ccYjcn struct S { static consteval auto name() { return "foo"; } }; void f(S& s) { s.name(); } The same works…

4 comments