Skip to content

Ryder17z/sndpeek-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation


sndpeek-launcher


This is a configurable launcher script which is easily modified.


![alt text][1] [1]: http://soundlab.cs.princeton.edu/images/sndpeek6.jpg


The sndpeek-launcher is easily configured in any text or code editor of your choice.

Script Version: 0.6.1 Documentation Version: 0.4

The launcher is essentially just a script with different sections.

For example, here is the reference section:

:: >> CONFIG SETUP << (REFERENCE SECTION)

  Usage: set [option name]=--option:parameter

  ON/OFF options: fullscreen|waveform|lissajous|waterfall|
                  dB|features|fallcolors|backward|showtime|
                  freeze
  number options: timescale|freqscale|lissscale|logfactor|
                  spacing|zpos|dzpos|depth|preview|yview|
                  rotatem|rotatek|begintime|ds
   other options: nodisplay|print

:: << CONFIG SETUP >>

Lets for example turn off the blue waveform by default:

Start by finding this section:

:: >> CONFIG << (HINT: SEE "CONFIG SETUP" SECTION)

This is where all the options are configured

Now find the correct option to change:

set waveform=--waveform:ON
:: ENABLE A DIFFERENT WAVEFORM (BLUE)

By changing "ON" to "OFF" the waveform will now be deactiavted by default.

And it will look like this:

set waveform=--waveform:OFF
:: ENABLE A DIFFERENT WAVEFORM (BLUE)

Or what if you want a smaller lissajous figure? In the config section, find the 'lissscale' option:

set lissscale=--lissscale:30.623538

Changing the number 30.623538 will scale the lissajous figure up or down, higher values will scale up and lower will scale down.

This would be roughly half the size:

set lissscale=--lissscale:15.2

Setting the numeric options correctly could be challenging, but with some experimentation, you will most likely find values within your preferences.


More is to come later on. Check repo license file for the licensing details of this launcher and/or sndpeek itself if you would like to develop on either project.

All credits goes to the authors of sndpeek.

About

Configurable launcher for sndpeek

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages