Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
BarelyMusician is a real-time music engine for Godot that enables you to generate and perform musical sounds from scratch with sample-accurate timing.While the underlying native library is stable, this extension is still in active development and should be considered experimental. You may encounter bugs or incomplete features as you explore it.Key Features:BarelyEngineA singleton that manages instruments and performers. It provides global tempo (BPM) control as well as built-in effects such as delay and reverb that can be applied across instruments.BarelyInstrumentA node for creating and playing instruments with dynamically adjustable controls, including oscillator properties, filtering, distortion, and effects. It also emits note-on and note-off signals, making it easy to build reactive audio-driven gameplay and visuals.BarelyPerformerA node that schedules and emits task events in sync with the engine’s tempo. Each performer acts like a timeline that can be clipped and looped, making it suitable for sequencers, metronomes, or other time-based systems. Tasks are positioned using beat-based timing for precise musical control.
BarelyMusician is a real-time music engine for Godot that enables you to generate and perform musical sounds from scratch with sample-accurate timing.
While the underlying native library is stable, this extension is still in active development and should be considered experimental. You may encounter bugs or incomplete features as you explore it.
Key Features:
BarelyEngine
A singleton that manages instruments and performers. It provides global tempo (BPM) control as well as built-in effects such as delay and reverb that can be applied across instruments.
BarelyInstrument
A node for creating and playing instruments with dynamically adjustable controls, including oscillator properties, filtering, distortion, and effects. It also emits note-on and note-off signals, making it easy to build reactive audio-driven gameplay and visuals.
BarelyPerformer
A node that schedules and emits task events in sync with the engine’s tempo. Each performer acts like a timeline that can be clipped and looped, making it suitable for sequencers, metronomes, or other time-based systems. Tasks are positioned using beat-based timing for precise musical control.
Reviews
Quick Information
BarelyMusician is a real-time music engine for Godot that enables you to generate and perform musical sounds from scratch with sample-accurate timing.While the underlying native library is stable, this extension is still in active development and should be considered experimental. You may encounter bugs or incomplete features as you explore it.Key Features:BarelyEngineA singleton that manages instruments and performers. It provides global tempo (BPM) control as well as built-in effects such as delay and reverb that can be applied across instruments.BarelyInstrumentA node for creating and playing instruments with dynamically adjustable controls, including oscillator properties, filtering, distortion, and effects. It also emits note-on and note-off signals, making it easy to build reactive audio-driven gameplay and visuals.BarelyPerformerA node that schedules and emits task events in sync with the engine’s tempo. Each performer acts like a timeline that can be clipped and looped, making it suitable for sequencers, metronomes, or other time-based systems. Tasks are positioned using beat-based timing for precise musical control.