Change Log
2018/11/13
- kawaScript2 : "AI2 Move To Left and Right" action. (Thank you, Vagelis)
- kawaScript2 : "MIDI2 NoteLength To End Of Bar" action.
2018/11/10
- Added : kawaScript1 : GUI : Auto Track Highlight script. more detail on Reaper forum thread. many thanks!
2018/10/11
- Added : kawaScript1 : GUI : Clock script without Date version. (Thanks Alex P)
2018/4/05
- Update : this kawa Script web/description pages.
2018/4/02
- kawaScript2 : Fixed : Check SWS/S&M function behavior.
- kawaScript2 : Updated : MIDI section: Connect Two Pitch behavior.
- kawaScript2 : Updated : Some minor behavior.
2018/1/18
- kawaScript2 : Fixed : Main Section : "kawa_MAIN2_Track_FoldTrack_Type2" action.
- kawaScript2 : Renamed : Automation Items Section : some action name.
- kawaScript2 : Updated : Some minor behavior.
2018/1/16
- kawaScript2 : Added : Automation Items section.
- kawaScript2 : Updated : Midi section : Explode Pitch Class action.
- kawaScript2 : Added : Midi section : Explode Type2 action. (Thanks hopi!)
- kawaScript2 : Fixed : Midi section : "EditNotes_Custom_V" actions.
- kawaScript2 : Updated : Some minor behavior.
2017/11/27
- kawaScript2 : Added : Main section.
- kawaScript2 : Renamed : Some actions of Main Section.
2017/11/19
- kawaScript2 : Fixed : bug of check version function when launch reaper on windows 32bit.
- kawaScript2 : Added : some actions of Main section. (windows)
2017/10/22
- kawaScript2 : Rename some action name.
- kawaScript2 : Update insert chord action.
- kawaScript2 : Update MIDICC2 target cc lane info.
- kawaScript2 : Added MIDI2 insert chord random order action.
2017/10/19
- kawaScript2 : Added more MIDICC2 actions.
- kawaScript2 : Added "Prev" and "Next" action of MIDI2 Insert Chord actions.
- kawaScript2 : Added MIDI2 "Select On Edit Cursor Notes" and "Select On Mouse Position Notes" actions.
- kawaScript2 : Improve some behavior of function.
2017/10/13
- kawaScript2 : alpha 3 version
- kawaScript2 : Fixed bug of when first call kawascript action
- kawaScript2 : MIDI2 section : Added "note length to half/double" action.
- kawaScript2 : MIDI2 section : Improved insert chords action
- kawaScript2 : MIDICC2 section : Added some MIDICC actions.
2017/10/10
- Added : kawaScript2 : now alpha 2 Version
- Added : kawaScript2 : added MIDI section2
2017/09/06
- Fixed : GUI section : some unexpected behavior.
- Improved : MIDI Section : Insert Chord Scripts (improved insert chord position and timing of to execute "undo")
2017/09/04
- Added : GUI section : Scale Selector and Scale Transpose scripts (Thanks Rob VH!)
2017/08/18
- Added : Envelope-section : Insert and set (Min/Center/Max) Envelope Points Value scripts. (thanks Antonio!)
- Update : GUI section : "Envelope Preset" scripts. support save/load preset file. (from many requests)
- Fixed : GUI section : All scripts. fixed Animation scripts on Mac OS X (changed "os.clock()" to "reaper.time_precise()".)
- Rename : GUI section : kawa_GUI_OscilloScope.lua (**OscilloScope) (thanks Ivannn Bnt!)
2017/08/2
- Added : MIDI section : Note Length To End Of Take (Thanks Rob VH!)
2017/07/30
- Added : MIDI section : Connect different two pitch
- Fixed : MIDI section : kawa_MIDI_SelectNotes_Mixed(TopMiddleBottomEvenOdd).lua
- Fixed : MIDI section : kawa_MIDI_SelectNotes_Mixed(TopMiddleBottomEvenOdd)_Near.lua
2017/06/29
- Added : MIDI section : change Active Take (prev / next)
- Added : MAIN section : change Active Take (prev / next)
- Added : MAIN section : Selected Items Random Mute. (thanks Antonio!)
- Improve : MAIN section : Morse split Random (when continuous use, scripts will execute with undo.)
2017/02/25
- Improve : MAIN section : Duplicate Musical (fwd/bak/project end/start/ with pool or un-pool)
- Improve : MAIN section : Duplicate Musical FILL (loop/time sel)
- Improve : MAIN section : Morse Split Random
- Fixed : MAIN section : Main transpose
- Added : MAIN section : selected Items Pitch Rate
- Added : MAIN section : set Loop/Time Selection by SelectedItemsBar
2017/02/09
- MIDI section : Improved setting for "randomSeed" function.
now random seed setting
math.randomseed( reaper.time_precise() * os.time() / 1000) ;- MIDI section : Fixed "EditNotes_Mixed" and "SelectionAuto_Ver2" (problem of incorrectly working by specific BPM)
2017/02/07
- MIDI section : Fixed "GetOnMousePitch" function. (Thank you! vanhaze, influenced, kimi, hitmaker88's Reports.)
- MIDI section : Added "Insert Chord On PitchCursor" scripts.
2017/02/04
- MIDI section : Renamed "Selection_next" and "Selection_prev" to "SelectionAuto_ver1_***"
- MIDI section : Added "SelectionAuto_Ver2"
- MIDI section : Added "Insert Chord On Mouse Pitch(anyScale)_Custom"
2017/02/03
- MIDI Section : Improved "SelectedNote Scripts" (if continuous running, will do "Undo" then running script.)
- MIDI Section : Added "Insert Chord On Mouse Pitch"
- MIDI Section : Added "Paste To Upper On Mouse Pitch"
- MIDI Section : Added Mixed Scripts (SelectNotes_Mixed and EditNotes_Mixed)
- MAIN Section : Added TakeName From TrackName.lua
- MAIN Section : Added Synchronize Item's Mute State and Tracks
2017/01/22
- Added : MIDI section, "SelectedNotesToDuplicateTrack"
- Rename : MIDI section, "DuplicateSelectedNotesToDuplicateTrack" to "SelectedNotesToDuplicateTrack(nonDeleteOriginalNotes)"
2017/01/21
- Minimized MIDI section (removed draft code, snippet code, unused function, rewriting)
- Added : MIDI section, "DuplicateSelectedNotesToDuplicateTrack" (from Arthur McArthur's Idea)
- Added : MIDI section, "SelectTo" (custom Actions) (from Vanhaze's Idea)
- Removed : MIDI section, "Toggle Crop" - recommended native "MIDI Filter window" on reaper
- Removed : MIDI section, "W_MODE setting" - no longer needed by the minimization
- Removed : MIDI section, "Morse Duplicate Random U"
- Removed : MIDI section, "Morse Split Random U"
2017/01/18
- Fixed : MAIN section, Duplicate Musical function follow BPM change.
- Fixed : MIDI section, Crash "Generate Random Arp" script when only 2 notes are selected. (thanks Arthur McArthur's Report)
- Improved : MIDI section, "SplitNote 2 ~ 7" scripts.
2017/01/16
- Added : MAIN section, Color functions.
- Added : MAIN section, Duplicate Musical To NextItem or ProjectEnd (from TonE's Idea)
- Minimized MAIN section (removed draft code, snippet code, unused function, rewriting)
2017/01/09
- Published ReaPack Repository URL.
2017/01/06
- Added : MIDI section, Explode selected Notes to new MediaItem/Track by pitchClass.
- Added : MAIN section, Explode selected MidiItem's Note to new MediaItem/Track by pitchClass.
2017/01/05
- Added : MIDI section "selected Notes to New MediaItem/Tracks".
- Fixed : some Scripts Error.
2016/12/17
- Added : MIDICC section "WarpCC Value Type2 Smoozing".
2016/12/14
- Added MIDI-CC-Section.
- Checked version reaper 5.29
- The MIDI CC section's script will process only "Pitch Bend", "Channel Pressure", "Program Change", "Control Change 0-127" lanes. (Nothing support "14bit CC")
- Fixed : ENV_section "DecreaseValue" script miss Typo.
- Added : MIDICC section Warp Tool and Fit Copy.
2016/12/07
- Some Minor Update.
- Fixed "selectEvenNotesFromLower.lua". (MIDI Section)
- Renamed "MAIN***_ScreenSet.lua" to "MAIN_ScreenSet_***.lua"
- Added "MAIN_ScreenSet_1_2.lua"
- Added showItemStateChunk (MIDI Section)
2016/10/16
- [Rename] : rename credit title "ReaScript-M2B" to "ReaScript-kawa".
- [Fix] : "&" operator for luasrcdiet.
2016/10/08
- [GUI-section] : internal: alignment source.
- [MIDI-Editor] : improve: behavior pitchBend glide. (changed user input parameter.)
- [MAIN-section] : improve: Hide TCP type2 Script (if folder track, to hide All child track from TCP)
2016/10/07
- [MIDI-section] add: W MODE Setting script.
- [Envelope-section] improve: Envelope, auto Time Selection by script self (you can choose behavior via priority setting script)
- [Envelope-section] improve: a little bit.
2016/10/06
- [Envelope-section] fix: delete points bug (in the case of exist non selected Points)
- [Envelope-section] improve: auto Time Selection by script self. (if not enabled Time Selection, script will Fit to Selected Points)
- [Envelope-section] adjustment: adjustment internal value a little bit.
- [GUI-section] : improve Internal behavior in Tab Component and fix bugs a few.
- [Envelope-section] : add envelope preset wave and changed GUI layout.
2016/10/04
- [Envelope-section] improved behavior in the case of Used with "Play Rate" Parameter in take envelope.
2016/10/01
- [Envelope-section] improved Duplicate *** function.
- [Envelope-section] add GUI script for Envelope Preset GUI.
2016/09/26
- [Envelope-section] Optimize Envelope Section.
2016/09/25
- add ENVELOPE-Section
- checked at Reaper Version 5.24.
2016/5/**
- 本家フォーラムにスレッドを作成していただきました。(X-Raym氏 感謝!)
- thanks X-Raym ! for official reapers forum thread.
2016/03/**
- initial release [MIDI and MAIN and GUI section]
notes
- added some functions (機能追加)
- fixed some minor functional issues (不具合修正)
- added new scripts (新しいスクリプトの追加)
- removed some problematic scripts (問題あるスクリプトの削除)
- renewed some scripts (一部スクリプトの更新)