Coder Social home page Coder Social logo

pinktrombonevcv's Introduction

Vega is the brightest star in the northern constellation of Lyra. It has the Bayer designation α Lyrae.

trophy

Primary maintainer of Opinionated Guides

RFID chipped, modular synthesis nerd, often found programming guitars and playing computers. I strum Dvorak, and type in chords. I'm the guy with a vacuum tube around his neck.


Find me elsewhere on this series of tubes:

Twitter , [email protected]

If you like what I do - be it OpGuides, making VCV modules, or doing shader dev, consider supporting me on Github Sponsors, using the link on this page


LINUX/BSD • Arch Linux used daily for both personal compute needs as well as for servers for over a decade • Very familiar with the internal workings of Linux and how to maintain a system for security and longevity, as well as how to diagnose problems that may stem from operating system level issues • Extensive BSD and ZFS experience in both personal and business contexts • Experience tweaking systems for low latency and high throughput • Comfortable working strictly from a terminal

Electronics • Varying levels of familiarity with most popular embedded product lines (STM32, ATMEGA, ESP32/8266) as well as work on FPGAs from various manufactures • Diagnosed and repaired many digital and analog electronics • Experience developing printed circuit boards using KiCad • Comfortable with hand soldering and prototype design • Familiar with audio electronics (synthesizers, amplifiers, etc.)

Programming • Comfortable writing and debugging C and C++ • Experience writing and debugging python(2/3) • Experience making complex shell scripts to rapidly solve problems • General familiarity with many other languages • Varying familiarity with assembly on many platforms • Work with GpGPU programming, primarily in Python

Networking • Experience setting up, managing, and testing large, complex networks with multiple VLANs • Licensed amateur radio operator (KE0WGV), experience with Software Defined Radio platforms

Security • Secured many networks and tested many networks for security problems • Found an access control bypass in a network based on trusting user supplied data, responsibly disclosed • Factory RFID tagged in both hands for your access control convenience • Managed firewall rules and DNS blackhole systems


Projects & Nerby Hobbies

• High voltage burning, making lichtenberg figures in both wood and animal bone • Modification of synthesizers and guitar pedals • Making generative music in various visual auido programming enivronments (VCV, Pure Data, ORCΛ) • Making modules for said visual audio programming environments • Working with mechanical keyboards, espically those running QMK • Retro tech - I have a C64, core memory, and a whole lot of tube amps • Some 3D printing, but I'm more into pen-plotting & lasers for making 2D generative art physical • VR - Including some 3D modeling, texturing, and shader development for VRChat • Delidding old ICs, Finding Trends in Assembly Instructions

pinktrombonevcv's People

Contributors

falktx avatar henrebotha avatar neight-allen avatar vegadeftwing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pinktrombonevcv's Issues

Module breaks when wiring noise to Throat Y

To reproduce:

  1. Connect a source of noise to the Throat Y input.
  2. Turn up the Throat Y attenuation knob until audio output stops.
  3. Turn the knob back down and/or disconnect the noise.

Expected behavior: The sound goes back to normal.
Actual behavior: The audio output remains frozen at 10V.

build error on Ubuntu 18.04

VCV Rack Free v2.beta.1
Ubuntu 18.04 Linux
GCC 7.5.0

Greetings ! Got an error during the plugin build:

g++  -std=c++11 -Wsuggest-override  -Idep/include -fPIC -I../../include -I../../dep/include -fno-gnu-unique -MMD -MP -g -O3 -march=athlon-fx -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_LIN  -c -o build/src/PinkTrombone.cpp.o src/PinkTrombone.cpp
src/PinkTrombone.cpp: In constructor ‘PinkTrombone::PinkTrombone()’:
src/PinkTrombone.cpp:113:27: error: ‘m_buffer_size’ was not declared in this scope
         samplesPerBlock = m_buffer_size;
                           ^~~~~~~~~~~~~
src/PinkTrombone.cpp:134:9: error: ‘m_filling_buffer’ was not declared in this scope
         m_filling_buffer = m_buffer_A;
         ^~~~~~~~~~~~~~~~
src/PinkTrombone.cpp:134:9: note: suggested alternative: ‘glBindBuffer’
         m_filling_buffer = m_buffer_A;
         ^~~~~~~~~~~~~~~~
         glBindBuffer
src/PinkTrombone.cpp:134:28: error: ‘m_buffer_A’ was not declared in this scope
         m_filling_buffer = m_buffer_A;
                            ^~~~~~~~~~
src/PinkTrombone.cpp:134:28: note: suggested alternative: ‘setbuffer’
         m_filling_buffer = m_buffer_A;
                            ^~~~~~~~~~
                            setbuffer
src/PinkTrombone.cpp:135:9: error: ‘m_output_buffer’ was not declared in this scope
         m_output_buffer = m_buffer_B;
         ^~~~~~~~~~~~~~~
src/PinkTrombone.cpp:135:27: error: ‘m_buffer_B’ was not declared in this scope
         m_output_buffer = m_buffer_B;
                           ^~~~~~~~~~
src/PinkTrombone.cpp:135:27: note: suggested alternative: ‘setbuffer’
         m_output_buffer = m_buffer_B;
                           ^~~~~~~~~~
                           setbuffer
src/PinkTrombone.cpp:136:9: error: ‘m_buffer_phase’ was not declared in this scope
         m_buffer_phase = 0;
         ^~~~~~~~~~~~~~
../../compile.mk:71: recipe for target 'build/src/PinkTrombone.cpp.o' failed
make: *** [build/src/PinkTrombone.cpp.o] Error 1

Any suggestions for a fix ?

Best regards,

Dave Phillips

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.