| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-09 | Use new tascam_fw Python moduleHEADmaster | sbahling | 2 | -5/+4 | |
| The hinawa_utils modules are not being actively maintained any longer and will not track support with recent libhinawa releases. This commit changes our code to use a fork of the Tascam parts of hinawa_utils included in a new Python module we maintain. | |||||
| 2020-06-09 | Remove parts that should not have been added | sbahling | 2 | -7/+0 | |
| 2020-06-07 | Change rest of "status" references to "state". | sbahling | 2 | -20/+20 | |
| 2020-06-04 | Merge branch 'master' of git.mudgum.net:tascam-fw-osc | sbahling | 0 | -0/+0 | |
| 2020-06-04 | Update README | sbahling | 1 | -6/+7 | |
| 2020-06-04 | Update README | sbahling | 1 | -6/+7 | |
| 2020-06-04 | Update for latest release of Hinawa API | sbahling | 1 | -2/+3 | |
| 2020-06-04 | Change ConsoleStatus to ConsoleState | sbahling | 1 | -5/+2 | |
| Earlier release (pre-release?) of libhinawa and hinawa-utils used the name "status" for the unit control state but changed to using "state" later. Update our code to call the proper named unit function and update other parts to use "State" consistently. Removed currently unused Console.state attribute in the process. | |||||
| 2020-06-04 | Add -d/--device option to specify path of the snd device | sbahling | 2 | -3/+14 | |
| rename the GUID option to -g/--guid | |||||
| 2020-06-04 | Remove use of calback functions that were removed earlier | sbahling | 1 | -4/+1 | |
| 2018-11-05 | Remove strip name tracking. | sbahling | 2 | -10/+4 | |
| The strip name checks are Ardour specific and moved to Ardour handling scripts. | |||||
| 2018-11-05 | More code cleanup | sbahling | 3 | -11/+1 | |
| 2018-11-05 | Remove unused code | sbahling | 1 | -10/+0 | |
| 2018-11-05 | code cleanup | sbahling | 1 | -5/+12 | |
| 2018-11-05 | index is a better name in this case | sbahling | 1 | -2/+2 | |
| 2018-11-04 | Add encoder mode handlertascam_fw_console-0.3 | sbahling | 2 | -8/+9 | |
| 2018-11-03 | Serve as base OSC server for the Tascam Console Unittascam_fw_console-0.2 | sbahling | 8 | -407/+200 | |
| We remove the Ardour specific OSC mapping and create our own OSC API that will be consumed by OSC translators that communicate to specific applications. We only send the state of each control and set the state of each fader or led based on received commands. Logic for interpreting the control state will be moved to the OSC translator code. | |||||
| 2018-11-02 | Add Encoder class | sbahling | 3 | -0/+51 | |
| 2018-11-02 | rafactor strips | sbahling | 2 | -9/+6 | |
| - move initialization of console strips to console module - rename strips.py to strip.py | |||||
| 2018-11-02 | rename faders.py to fader.py | sbahling | 2 | -1/+1 | |
| 2018-11-02 | Remove duplicate line | sbahling | 1 | -1/+0 | |
| 2018-11-02 | Simplify Fader API | sbahling | 2 | -3/+3 | |
| 2018-10-31 | Handle incoming strip select notification | sbahling | 2 | -3/+14 | |
| 2018-10-31 | Fix bank switching | sbahling | 2 | -9/+7 | |
| 2018-10-31 | Enhance encoder handling | sbahling | 1 | -8/+52 | |
| Add EQ and Jog wheel encoder handlers | |||||
| 2018-10-31 | Add handler for trim encoder | sbahling | 3 | -6/+34 | |
| 2018-10-31 | ignore egg-info | sbahling | 1 | -0/+1 | |
| 2018-10-31 | Fix handling of master fader | sbahling | 2 | -4/+10 | |
| 2018-10-31 | Fix port assignments | sbahling | 1 | -2/+3 | |
| Use defaults set by Ardour | |||||
| 2018-10-26 | Add versioneer | sbahling | 7 | -1/+2359 | |
| 2018-10-26 | Create initial package setup with setuptools | sbahling | 10 | -11/+33 | |
| 2018-10-23 | Fix copyright year | sbahling | 7 | -7/+7 | |
| 2018-10-23 | Create main command tascam-fw-console | sbahling | 2 | -44/+99 | |
| - Add list units option - Autodiscover and use first found Tascam Console unit | |||||
| 2018-10-22 | Remove unused code | sbahling | 2 | -465/+0 | |
| 2018-10-22 | Enable encoder handling | sbahling | 1 | -0/+29 | |
| 2018-10-22 | Strip.recenable has changed to Strip.rec | sbahling | 1 | -2/+2 | |
| 2018-10-22 | Address fader of the unit strip for set_position() | sbahling | 1 | -1/+1 | |
| 2018-10-22 | fix indexing of strips list | sbahling | 1 | -4/+4 | |
| 2018-10-22 | Remove unused "args" parameter from OSC callbacks | sbahling | 1 | -12/+12 | |
| 2018-10-22 | Access console button state from another button | sbahling | 2 | -4/+17 | |
| Create lookup table of console buttons by button name, | |||||
| 2018-10-22 | Pass console to buttons not unit | sbahling | 1 | -98/+97 | |
| 2018-10-21 | Fixing the fader position handling | sbahling | 3 | -15/+9 | |
| 2018-10-21 | Fixes | sbahling | 3 | -21/+21 | |
| 2018-10-21 | continued refactoring | sbahling | 6 | -109/+328 | |
| 2018-10-20 | Initial refactoring work | sbahling | 7 | -394/+815 | |
| 2018-10-14 | Initial commitoriginal | sbahling | 3 | -0/+1192 | |
