diff --git a/src/core/song.cpp b/src/core/song.cpp index 5a7509082..3316cebc9 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -1049,7 +1049,7 @@ void song::createNewProject() t = track::create( track::InstrumentTrack, engine::getBBTrackContainer() ); dynamic_cast( t )->loadInstrument( - "tripleoscillator" ); + "kicker" ); track::create( track::SampleTrack, this ); track::create( track::BBTrack, this ); track::create( track::AutomationTrack, this );