Skip to content
View ArthurBeaulieu's full-sized avatar
:octocat:
OUI
:octocat:
OUI
  • Dassault SystΓ¨mes
  • Paris
  • 13:36 (UTC +02:00)
  • X @a_Messmaker

Organizations

@ManaZeak @MesseBasseProduction
Block or Report

Block or report ArthurBeaulieu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
ArthurBeaulieu/README.md

Hello!

I'm Arthur, a 3D software engineer currently working at Dassault Systèmes (Computer Aided Design softwares). I've graduated from ESIEA Paris in 2018, with a master degree in computer science. I'm also fond of music and photography. You will find here some projects I'm working on (mostly web ones) :

  • 🎡 ManaZeak, a self-hostable audio library manager ;
  • 🌍 WorldMap, navigate in a 3D web globe ;
  • πŸŽ›οΈ AudioVisualizer, a set of audio visualisation for the web (v1.0.0) ;
  • 🎚️ Meax, an experimental mixing app for the pioneer DDJ-400 ;
  • πŸ’‘ Light Fever 440, read an audio signal and transpose it as a color for raspberry ;
  • πŸ–ΌοΈ Callery, a local, static website to browse images on your computer ;
  • πŸ¦ƒ OstrichRemover, a script to analyze an audio library an spot its errors ;
  • 🎸 GuiTab, a tab creator for guitar and bass guitar ;
  • πŸŒ‘ GrandeBocce, a web app to be used as a referee for Bocce game and tournament ;
  • πŸ“š ORlyGenerator, generate parodic IT book cover.

Front end components

Templates

Websites

Profile views

Pinned

  1. ManaZeak/ManaZeak ManaZeak/ManaZeak Public

    ManaZeak is a self-hostable web app that give you the ability to listen, edit and share your musical library over the internet.

    Java 18 4

  2. WorldMap WorldMap Public

    Web module to navigate in 3D around Earth and select countries using geojson data.

    JavaScript 5 2

  3. AudioVisualizer AudioVisualizer Public

    Web module to display audio visualization using WebAudioAPI.

    JavaScript 18 2

  4. OstrichRemover OstrichRemover Public

    Script to crawl a musical library folder and spot the audio files that do not match the naming convention, according to their metadata among other tests.

    Python 2 1

  5. Meax Meax Public

    Mix with your DDJ-400 in a web browser!

    JavaScript 12 1

  6. Reads a binary .mood file to get RGB... Reads a binary .mood file to get RGB values and some basic stats about track and samples
    1
    #!/usr/bin/env python3
    2
    import argparse
    3
    import statistics
    4
    global moodbarSamples
    5
    moodbarSamples = 1000 # This value is according to Moodbar definition (https://en.wikipedia.org/wiki/Moodbar)