-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track muted by solo #20
base: master
Are you sure you want to change the base?
Commits on Apr 24, 2019
-
Fix off by one for knobs. The first knob in bank 0 now changes the ma…
…ster track
Leonard de Ruijter committedApr 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 8258c9f - Browse repository at this point
Copy the full SHA 8258c9fView commit details -
Do not pause when pressing restart and we are already playing
Leonard de Ruijter committedApr 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 04f71c9 - Browse repository at this point
Copy the full SHA 04f71c9View commit details -
Repeat repeats the whole project
Leonard de Ruijter committedApr 24, 2019 Configuration menu - View commit details
-
Copy full SHA for af9ebd0 - Browse repository at this point
Copy the full SHA af9ebd0View commit details
Commits on May 13, 2019
-
Merge pull request #1 from leonardder/moreActionsAndFixes
More actions and fixes
Configuration menu - View commit details
-
Copy full SHA for d184ae8 - Browse repository at this point
Copy the full SHA d184ae8View commit details -
Direct track selection in Mixer view w top row buttons
Configuration menu - View commit details
-
Copy full SHA for 8e434f3 - Browse repository at this point
Copy the full SHA 8e434f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be3125 - Browse repository at this point
Copy the full SHA 6be3125View commit details -
Merge pull request #2 from brummbrum/Test
Mixer Mode Track Navigation
Configuration menu - View commit details
-
Copy full SHA for 543e7c1 - Browse repository at this point
Copy the full SHA 543e7c1View commit details -
Comments for future changes. Branch from here as this modifies architecture an multiple areas
Configuration menu - View commit details
-
Copy full SHA for e5b1ef1 - Browse repository at this point
Copy the full SHA e5b1ef1View commit details
Commits on May 14, 2019
-
Direct API calls for track selection rather than Reaper actions to overcome 99 track limit
Configuration menu - View commit details
-
Copy full SHA for 4229c69 - Browse repository at this point
Copy the full SHA 4229c69View commit details -
Track selection working Non existing tracks in last bank are now properly marked as not available
Configuration menu - View commit details
-
Copy full SHA for 9b54422 - Browse repository at this point
Copy the full SHA 9b54422View commit details
Commits on May 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9031be9 - Browse repository at this point
Copy the full SHA 9031be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ccf32 - Browse repository at this point
Copy the full SHA 59ccf32View commit details
Commits on May 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 928a00e - Browse repository at this point
Copy the full SHA 928a00eView commit details
Commits on May 17, 2019
-
VU meter data format ok, but: - Need a better hook (update frequency) - VU meter updates not working properly. CMD_SEL_TRACK_PARAMS_CHANGED not fully understood yet
Configuration menu - View commit details
-
Copy full SHA for d871095 - Browse repository at this point
Copy the full SHA d871095View commit details -
VU: - functionality is there! - some minor tweaks like scaling still open - code cleanup required
Configuration menu - View commit details
-
Copy full SHA for 50ebd55 - Browse repository at this point
Copy the full SHA 50ebd55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87884f7 - Browse repository at this point
Copy the full SHA 87884f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44cd80b - Browse repository at this point
Copy the full SHA 44cd80bView commit details
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f3d2fcb - Browse repository at this point
Copy the full SHA f3d2fcbView commit details -
Add log conversion library functions
native conversion taken from Reaper SDK
Configuration menu - View commit details
-
Copy full SHA for a4fda2c - Browse repository at this point
Copy the full SHA a4fda2cView commit details -
- Calibration also valid for other keyboards than S Mk2?
Configuration menu - View commit details
-
Copy full SHA for 47a503f - Browse repository at this point
Copy the full SHA 47a503fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d5f22 - Browse repository at this point
Copy the full SHA 77d5f22View commit details
Commits on May 20, 2019
-
Meter precision calibration finished
-Meters working -Precise, non linear calibration for KK Mk2 Display Meters
Configuration menu - View commit details
-
Copy full SHA for cf79108 - Browse repository at this point
Copy the full SHA cf79108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3170cbd - Browse repository at this point
Copy the full SHA 3170cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b484e00 - Browse repository at this point
Copy the full SHA b484e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef46618 - Browse repository at this point
Copy the full SHA ef46618View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6af0eb - Browse repository at this point
Copy the full SHA b6af0ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0729a36 - Browse repository at this point
Copy the full SHA 0729a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24eda7a - Browse repository at this point
Copy the full SHA 24eda7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b62589 - Browse repository at this point
Copy the full SHA 3b62589View commit details -
- Stub to isolate this pull request from fork master
Configuration menu - View commit details
-
Copy full SHA for e96e5f9 - Browse repository at this point
Copy the full SHA e96e5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8844e20 - Browse repository at this point
Copy the full SHA 8844e20View commit details
Commits on May 21, 2019
-
Code optimization (see comments)
- Use direct linear logarithmic conversion specifc to NI keyboard meter scaling rather than concatenating a calibration frunction after calling Reaper API standard conversions - Speed improvement - Further meter precision improvement
Configuration menu - View commit details
-
Copy full SHA for f9e6eba - Browse repository at this point
Copy the full SHA f9e6ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfec19 - Browse repository at this point
Copy the full SHA bbfec19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75630b6 - Browse repository at this point
Copy the full SHA 75630b6View commit details -
minus96dB and code simplification
- linear approximation f meter between -48dB and -96dB - code simplification in peakMixerUpdate
Configuration menu - View commit details
-
Copy full SHA for 00e1554 - Browse repository at this point
Copy the full SHA 00e1554View commit details
Commits on May 22, 2019
-
Merge pull request #7 from brummbrum/MeterResolution-96dB
minus96dB and code simplification
Configuration menu - View commit details
-
Copy full SHA for d753b28 - Browse repository at this point
Copy the full SHA d753b28View commit details -
- incl editiorial changes (comments, function names, variable names) for a clearer understanding
Configuration menu - View commit details
-
Copy full SHA for 27af86e - Browse repository at this point
Copy the full SHA 27af86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23dfe72 - Browse repository at this point
Copy the full SHA 23dfe72View commit details
Commits on May 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8c082fb - Browse repository at this point
Copy the full SHA 8c082fbView commit details -
Merge pull request #8 from brummbrum/VolumeText_in_MixerView
Volume text in mixer view
Configuration menu - View commit details
-
Copy full SHA for 7258d68 - Browse repository at this point
Copy the full SHA 7258d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for e814a3c - Browse repository at this point
Copy the full SHA e814a3cView commit details
Commits on May 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d232fa7 - Browse repository at this point
Copy the full SHA d232fa7View commit details -
Merge pull request #9 from brummbrum/TrackListChange
Changes to tracklist update the Mixer View
Configuration menu - View commit details
-
Copy full SHA for 4b09ca3 - Browse repository at this point
Copy the full SHA 4b09ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 291bba9 - Browse repository at this point
Copy the full SHA 291bba9View commit details -
Merge pull request #10 from brummbrum/Control_of_Button_Lights
Transport Button Lights working
Configuration menu - View commit details
-
Copy full SHA for 4414a8a - Browse repository at this point
Copy the full SHA 4414a8aView commit details
Commits on May 25, 2019
-
Pan Marker and Callback working
- also simplified code for Volume text by using Reaper's built in conversion
Configuration menu - View commit details
-
Copy full SHA for 9657b30 - Browse repository at this point
Copy the full SHA 9657b30View commit details -
Merge pull request #11 from brummbrum/PanText_in_Mixer_View
Pan Marker and Callback working
Configuration menu - View commit details
-
Copy full SHA for 654ecac - Browse repository at this point
Copy the full SHA 654ecacView commit details -
Volume & Pan change of selected track via 4D encoder
- also changed some constant names to reflect their actual meaning
Configuration menu - View commit details
-
Copy full SHA for 4c93513 - Browse repository at this point
Copy the full SHA 4c93513View commit details -
Merge pull request #12 from brummbrum/SelectedTrack_Vol_Pan_Change
Volume & Pan change of selected track via 4D encoder
Configuration menu - View commit details
-
Copy full SHA for 4deff3e - Browse repository at this point
Copy the full SHA 4deff3eView commit details
Commits on May 27, 2019
-
- still missing: Mute Solo selected track incl. light indicators
Configuration menu - View commit details
-
Copy full SHA for 72f06ea - Browse repository at this point
Copy the full SHA 72f06eaView commit details -
- Commands and callbacks working - Rec Arm callback working - Small fix for meters (muted & soloed is now considered)
Configuration menu - View commit details
-
Copy full SHA for 48d9cc2 - Browse repository at this point
Copy the full SHA 48d9cc2View commit details -
Merge pull request #13 from brummbrum/Mute_Solo_RecArm_Callbacks
Mute solo rec arm callbacks
Configuration menu - View commit details
-
Copy full SHA for 2cb3c2e - Browse repository at this point
Copy the full SHA 2cb3c2eView commit details -
Track names, master track, bank button lights
- Track name changes get reflected via callback - Master track indicated in Mixer View (no mute or solo on Master) - Bank slect button light
Configuration menu - View commit details
-
Copy full SHA for a966ed4 - Browse repository at this point
Copy the full SHA a966ed4View commit details -
Merge pull request #14 from brummbrum/TrackNameChanges
Track names, master track, bank button lights
Configuration menu - View commit details
-
Copy full SHA for a3108f7 - Browse repository at this point
Copy the full SHA a3108f7View commit details -
Track(s) muted by solo implemented
- implemented in plugin by supressing peaks because KK firmware does not use this command at all (yet?) - maybe some newer firmware version of KK will do so
Configuration menu - View commit details
-
Copy full SHA for 7f3229d - Browse repository at this point
Copy the full SHA 7f3229dView commit details