Skip to content

GareBear99/XyloCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

🎛️ Part of the TizWildin Plugin Ecosystem — 19 free audio plugins with a live update dashboard.

FreeEQ8 · XyloCore · Instrudio · Therum · BassMaid · SpaceMaid · GlueMaid · MixMaid · MultiMaid · MeterMaid · ChainMaid · PaintMask · WURP · AETHER · WhisperGate · RiftWave · FreeSampler · VF-PlexLab · PAP-Forge-Audio

🎁 Free Packs & Samples — jump to free packs & samples

🎵 Awesome Audio — (FREE) Awesome Audio Dev List

XyloCore

XyloCore is a JUCE-based xylophone instrument plugin with a production-ready project scaffold, a polished custom UI, embedded factory presets, and a hybrid engine path.

Current state

This package is the strongest version so far:

  • JUCE CMake plugin project
  • AU / VST3 / Standalone targets
  • procedural xylophone core that makes sound immediately
  • hybrid sample layer support from assets/samples/
  • 16 automatable parameters
  • embedded and JSON-overridable factory presets
  • clickable xylophone bar UI plus MIDI input
  • save/restore state via APVTS
  • GitHub Actions starter workflow for macOS builds

What is actually complete

This package is ready to be opened in a JUCE/CMake workflow and moved into real host testing.

It includes:

  • compile-oriented source layout
  • build scripts
  • preset system
  • hybrid fallback behavior
  • sample-folder scanning
  • production-minded defaults

What is not honestly finished yet

The true "best xylophone plugin on the planet" release would still need:

  • a premium recorded sample library with consistent mic capture
  • multiple velocity layers per note
  • round robins and alternate-hit variation from recordings
  • a deeper performance engine for rolls/trills/gliss phrases
  • full DAW validation across real host environments
  • code signing, installer packaging, and release QA

So this is a serious release foundation, not a fake claim of a final commercial finish.

Sample folder support

Drop note samples into:

assets/samples/

Recognized file naming examples:

  • 60.wav
  • C4.wav
  • F#5.wav
  • xylophone_C5.wav
  • note_72.wav

The loader will try to map exact note files first, then nearby fallback notes. If no usable files are found, the plugin stays in procedural mode.

Build options

Option 1: local JUCE checkout

Put JUCE at:

modules/JUCE

Then run:

cmake --preset default
cmake --build --preset default --config Release -j

Option 2: FetchContent build

cmake --preset fetchcontent
cmake --build --preset fetchcontent --config Release -j

Option 3: helper script on macOS

./scripts/build_macos.sh

Suggested validation path

  1. Build Standalone first.
  2. Confirm mouse-click bars and MIDI both trigger notes.
  3. Confirm presets change state and restore after relaunch.
  4. Add a few real samples to assets/samples/ and verify status switches to hybrid mode.
  5. Test AU in Logic / GarageBand and VST3 in a host like Reaper.
  6. Stress-test polyphony and session recall.

Source overview

  • Source/PluginProcessor.* plugin state and routing
  • Source/PluginEditor.* UI and attachments
  • Source/audio/XyloEngine.* synth engine wrapper
  • Source/audio/XyloVoice.* hybrid procedural/sample voice
  • Source/audio/SampleLayer.* sample directory scanning and note mapping
  • Source/state/PresetManager.* embedded + JSON presets
  • Source/ui/KeyboardBarView.* xylophone bar control surface

Recommended next pushes

The highest-value next moves are:

  • real recorded xylophone library
  • velocity-layer aware sample mapping
  • per-note round robin slots
  • dedicated roll/trill/gliss performance page
  • FX rack and preset browser polish
  • host-tested release packaging

TizWildin FREE sample packs

Pack Description
TizWildin-Aurora 3-segment original synth melody pack with loops, stems, demo renders, and neon/cinematic phrasing
TizWildin-Obsidian Dark cinematic sample pack with choir textures, menu loops, transitions, bass, atmosphere, drums, and electric-banjo extensions
TizWildin-Skyline 30 BPM-tagged synthwave and darkwave loops with generator snapshot and dark neon additions
TizWildin-Chroma Multi-segment game synthwave loop sample pack from TizWildin Entertainment
TizWildin-Chime Multi-part 88 BPM chime collection spanning glass, void, halo, reed, and neon synthwave lanes
Free Violin Synth Sample Kit Physical-model violin sample kit rendered from the Instrudio violin instrument
Free Dark Piano Sound Kit 88 piano notes + dark/cinematic loops and MIDI
Free 808 Producer Kit 94 hand-crafted 808 bass samples tuned to every chromatic key
Free Riser Producer Kit 115+ risers and 63 downlifters - noise, synth, drum, FX, cinematic
Phonk Producer Toolkit Drift phonk starter kit - 808s, cowbells, drums, MIDI, templates
Free Future Bass Producer Kit Loops, fills, drums, bass, synths, pads, and FX

Related audio projects

  • VF-PlexLab - VocalForge PersonaPlex Lab starter repo for a JUCE plugin + local backend + HTML tester around NVIDIA PersonaPlex.
  • PAP-Forge-Audio - Procedural Autonomous Plugins runtime for generating, branching, validating, and restoring plugin projects from natural-language sound intent.

About

XyloCore is a JUCE-based xylophone instrument plugin with a production-ready project scaffold, a polished custom UI, embedded factory presets, and a hybrid engine path.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors