LinuxSampler

h1blank
news about features screenshots demos download support developers faq documentation bugs instruments links credits
Bitcoins Or donate Bitcoins at:
1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng

Why donate?

doc Subversion History

2024-01-26 schoenebeck
* Add release notes for LinuxSampler 2.3.0 release.
2021-05-16 schoenebeck
* Site Template: support NKSP "patch" qualifier keyword.
2021-05-09 schoenebeck
* Release note fixes (LinuxSampler 2.2.0).
2021-05-09 schoenebeck
* Add release notes for LinuxSampler 2.2.0 release.
2020-06-07 schoenebeck
* NKSP: clarify calling exit() from user function.
2020-02-06 schoenebeck
* NKSP language tour: Updated "polyphonic" paragraph about real number (floating point) variables.
2020-01-13 schoenebeck
* NKSP: Updated some functions for their new value range.
2020-01-06 schoenebeck
* NKSP language tour: minor corrections (typos and grammar).
2020-01-03 schoenebeck
NKSP updates for new RPN / NRPN features:
* NKSP language tour: Added new event handlers rpn and nrpn.
* NKSP reference: Added new built-in function set_rpn().
* NKSP reference: Added new built-in function set_nrpn().
* NKSP reference: Added new built-in variables $RPN_ADDRESS and $RPN_VALUE.
* NKSP reference: Added new built-in constants $NI_CB_TYPE_RPN and $NI_CB_TYPE_NRPN.
2019-12-27 schoenebeck
* NKSP: Added recently added built-in functions msb() and lsb() to reference docs.
2019-09-16 schoenebeck
* NKSP: Added recently added built-in functions to reference docs.
* NKSP: Added info about std units and finalness to existing functions.
* NKSP: Added recently added built-in constants ~NI_MATH_E and ~NI_MATH_PI.
2019-09-15 schoenebeck
* Draft: NKSP Real Numbers, Units and Finalness.
2019-08-29 schoenebeck
* NKSP reference: Minor cosmetical corrections.
2019-07-27 schoenebeck
* Added release notes for LinuxSampler 2.1.1.
2019-03-10 schoenebeck
* sfz: Added built-in sample type '*silence' to 'sample' opcode.
2017-12-06 schoenebeck
* Updated LinuxSampler 2.1.0 release notes.
2017-11-26 schoenebeck
* Added release notes for LinuxSampler 2.1.0.
2017-10-27 schoenebeck
* NKSP: Added built-in script function "change_cutoff_attack()".
* NKSP: Added built-in script function "change_cutoff_decay()".
* NKSP: Added built-in script function "change_cutoff_sustain()".
* NKSP: Added built-in script function "change_cutoff_release()".
* NKSP: Added built-in script function "change_cutoff_lfo_depth()".
* NKSP: Added built-in script function "change_cutoff_lfo_freq()".
2017-07-30 schoenebeck
* NKSP language tour: Updated section about disabling messages with the preprocessor.
2017-07-30 schoenebeck
* NKSP: Added function change_pan_time() and change_pan_curve().
2017-07-20 schoenebeck
* Added Andrew Coughlan's lscp2idf scripts.
2017-07-20 schoenebeck
* NKSP: Added built-in function change_sustain().
2017-07-15 schoenebeck
* NKSP: Updated docs for built-in preprocessor condition "NKSP_NO_MESSAGE".
2017-07-10 schoenebeck
* NKSP: updated docs for functions change_attack(), change_decay() and change_release().
2017-06-28 schoenebeck
* NKSP: Added function callback_status().
* NKSP: Added built-in constant $CALLBACK_STATUS_QUEUE.
* NKSP: Added built-in constant $CALLBACK_STATUS_RUNNING.
* NKSP: Added built-in constant $CALLBACK_STATUS_TERMINATED.
2017-06-27 schoenebeck
* NKSP: Added function fork().
* NKSP: Added built-in array variable %NKSP_CALLBACK_CHILD_ID[].
* NKSP: Added built-in variable $NKSP_CALLBACK_PARENT_ID.
2017-06-05 schoenebeck
* NKSP: Added abort() function.
2017-06-05 schoenebeck
* Site Template: Visual corrections of tooltips.
2017-06-03 schoenebeck
* Site Template: Several fixes for touch devices.
* Site Template: Fixed unintended animation on doc load.
* Site Template: Save and restore user selection of TOC state.
2017-06-02 schoenebeck
* Site Template: Content menu can now be hidden.
2017-06-01 schoenebeck
* Site Template: Rendering fixes for iOS and MS IE.
2017-06-01 schoenebeck
* Site template: visual improvements on anchor links.
2017-06-01 schoenebeck
* NKSP: Added example code to same_region() function.
2017-05-31 schoenebeck
* NKSP language tour: Added section about the recently added new "synchronized" code block concept of NKSP.
2017-05-30 schoenebeck
* NKSP: Added change_play_pos() function.
2017-05-30 schoenebeck
* NKSP: Updated play_note() function.
2017-05-29 schoenebeck
* NKSP: Updated play_note() function.
2017-05-28 schoenebeck
* NKSP: Added function change_vol_curve() and change_tune_curve().
* NKSP: Added built-in constants $NKSP_EASE_IN_EASE_OUT and $NKSP_LINEAR.
2017-05-28 schoenebeck
* NKSP: Fixed example code of exit() function (copy paste errors).
2017-05-28 schoenebeck
* NKSP: Added built-in function same_region().
2017-05-26 schoenebeck
* NKSP: Added built-in functions array_equal(), search() and sort().
2017-05-26 schoenebeck
* NKSP: updated change_note() and change_velo() documentation.
2017-05-25 schoenebeck
* NKSP: Added examples for change_vol_time() and change_tune_time().
2017-05-25 schoenebeck
* NKSP: Added functions change_note() and change_velo().
2017-05-25 schoenebeck
* NKSP: ignore_event() function's argument is now optional.
2017-05-25 schoenebeck
* NKSP: Added examples for ignore_event() and ignore_controller().
2017-05-20 schoenebeck
* NKSP: Added built-in functions get_event_par() and set_event_par().
* NKSP: Added built-in constants $EVENT_PAR_NOTE, $EVENT_PAR_TUNE, $EVENT_PAR_VELOCITY, $EVENT_PAR_VOLUME and $EVENT_PAR_0 to $EVENT_PAR_3.
2017-05-19 schoenebeck
* NKSP language tour: minor correction about the form of variable names.
2017-05-19 schoenebeck
* NKSP reference: Added built-in functions fade_in(), fade_out(), change_vol_time() and change_tune_time().
2017-05-05 schoenebeck
* SFZ: Linked new SFZ opcodes from overview page.
2017-04-28 pandini
* SFZ: added tune,transpose,lo-hibend,lo-hivel,lo-hichan,lo-hikey,key
2017-04-27 pandini
* SFZ: added lorand and hirand opcodes
2017-04-26 pandini
* SFZ: Added sql_position opcode
2017-04-21 schoenebeck
* NKSP: Added built-in function "change_amp_lfo_depth()".
* NKSP: Added built-in function "change_amp_lfo_freq()".
* NKSP: Added built-in function "change_pitch_lfo_depth()".
* NKSP: Added built-in function "change_pitch_lfo_freq()".
2017-04-21 schoenebeck
* NKSP Language tutorial: Fixed syntax of select case blocks.
2017-02-15 schoenebeck
* Linked SFZ "script" opcode from NKSP language tutorial.
2017-02-10 schoenebeck
* SFZ: Correction regarding path attributes.
2017-01-19 schoenebeck
* SFZ: Added set_ccN opcode.
2017-01-09 schoenebeck
* Added SFZ articles section.
* NKSP: New sfz "script" opcode added.
2017-01-05 schoenebeck
* NKSP reference: Added built-in function in_range().
2017-01-05 schoenebeck
* NKSP reference: Added built-in array variable %ALL_EVENTS.
2016-12-16 schoenebeck
* NKSP Language Article: Added paragraph about user functions.
2016-12-16 schoenebeck
* NKSP: Updated article about built-in by_marks() function.
2016-07-22 schoenebeck
* NKSP: Updated behavior of wait() function.
2016-07-21 schoenebeck
* NKSP: added min() and max() functions.
2016-07-18 schoenebeck
* NKSP: Added functions sh_left() and sh_right().
2016-07-16 schoenebeck
* Site Layout: Added "NKSP Language" and "NKSP Reference" to site's topmost menu header.
2016-07-16 schoenebeck
* NKSP: Added built-in functions change_attack(), change_decay() and change_release().
2016-07-15 schoenebeck
* NKSP: Added function stop_wait().
* NKSP: Added variables $NI_CALLBACK_ID and $NI_CALLBACK_TYPE.
* NKSP: Added constants $NI_CB_TYPE_INIT, $NI_CB_TYPE_NOTE, $NI_CB_TYPE_RELEASE and $NI_CB_TYPE_CONTROLLER.
* NKSP: Updated wait() description for those new ones mentioned above.
2016-07-14 schoenebeck
* NKSP: Added built-in functions inc() and dec().
2016-07-13 schoenebeck
* NKSP: Added built-in script variables $KSP_TIMER, $NKSP_PERF_TIMER, $NKSP_REAL_TIMER and $ENGINE_UPTIME.
2016-07-12 schoenebeck
* NKSP: Corrections to play_note() and note_off() descriptions.
2016-07-11 schoenebeck
* NKSP: Added constant built-in variables "$EVENT_STATUS_INACTIVE" and "$EVENT_STATUS_NOTE_QUEUE".
2016-07-10 schoenebeck
* NKSP: Added built-in script function "change_cutoff()".
* NKSP: Added built-in script function "change_reso()".
* NKSP: Added built-in script function "event_status()".
* NKSP language tour: Added bitwise operators.
2016-07-09 schoenebeck
* NKSP: Added change_pan() built-in function.
* NKSP: Added change_tune() built-in function.
* NKSP: Added change_vol() built-in function.
2016-05-04 schoenebeck
* Added news article about latest NKSP instrument script editor developments.
2016-04-19 schoenebeck
* NKSP: updated reference documentation for development changes regarding play_note(), ignore_event() and ignore_controller() functions.
2016-04-10 schoenebeck
* NKSP docs: updated articles regarding recent development changes of the "wait()" and "play_note()" built-in script function implementations.
2015-07-18 schoenebeck
* Minor CSS style corrections.
2015-07-18 schoenebeck
* Added overview article of release notes.
2015-07-18 schoenebeck
* Added release notes for LinuxSampler 2.0.0.
2015-07-18 schoenebeck
* Added new article about the LSCP shell.
2015-05-06 schoenebeck
* Article "NKSP Language": updated "Polyphonic Variables" section with details about the polyphonic variable scope.
2015-04-29 schoenebeck
* Article "Uploading Docs": - Some more details about SVN commits added.
2015-04-29 schoenebeck
* Article "Writing Docs": - New chapter "Directory Listings" added.
2015-04-28 schoenebeck
* New article: "Uploading Articles".
2015-04-26 schoenebeck
* Initial import of doc.linuxsampler.org.