Skip to content

A simple sample player for one-shot playback of audio samples (during DJ performances etc)

License

Notifications You must be signed in to change notification settings

MartinHH/JLickshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JLickshot

This is JLickshot, a simple sample player for OSX and Windows to be used for one-shot playback of audio samples (the name being both a tribute to the great Joe Lickshot and an indicator that this software uses the JUCE library). For the main output, it features a simple delay unit and a reverb unit based on MVerb by Martin Eastwood.

Samples are triggered via MIDI. Each sample is assigned to one note. Since the main use case for this software is triggering short samples during DJ performances, the velocity value recieved via MIDI is ignored and replaced by a fixed value (which can be set for each sample as an invidiual gain per sample).

Download runnable binaries

For downloads of the latest pre-compiled runnable binaries, visit the releases section.

Features

These are the main features of JLickshot:

  • plays one audio file per MIDI note
  • samples are played "one-shot"-style (once triggered, a sample plays until its end regardless of the key being released)
  • individual gain settings for each note/sample
  • ignores (keystroke) velocity
  • simple delay effect
  • reverb effect (based on MVerb by Martin Eastwood)
  • master gain
  • save and restore presets
  • save presets and audio files to one folder so presets can be transfered from machine to machine (along with their audio files)

Limitations

A few limitations are in place for performance reasons:

  • polyphony is limited to eight voices (meaning you can play a maximum of eight samples simultaneously)
  • the maximum length of a sample is 60 seconds -- you can load longer files, but only the first 60 seconds will be played

About

A simple sample player for one-shot playback of audio samples (during DJ performances etc)

Resources

License

Stars

Watchers

Forks

Packages

No packages published