Skip to content
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

new advanced script for impuls #26

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
bc8a646
added tofo
maratbakirov Oct 11, 2013
c6513ef
fixed disconnect
maratbakirov Oct 12, 2013
56cb24c
moved overdub to mixer9 button + fixed disconnect issue
maratbakirov Oct 12, 2013
2888717
fixed bank operations
maratbakirov Oct 12, 2013
92d1c59
stop clips on shift + clip
maratbakirov Oct 12, 2013
41447ce
readme
maratbakirov Oct 12, 2013
165f2ba
added todo
maratbakirov Oct 13, 2013
2de540d
added somethoughts
maratbakirov Oct 13, 2013
e52c147
rename
maratbakirov Dec 10, 2013
bd6c396
added bat file
maratbakirov Dec 10, 2013
f704e0d
added some files
maratbakirov Dec 10, 2013
fcea4a0
refactoring for shift handler in the mixer
maratbakirov Dec 14, 2013
7189ad9
REQFACTORING DONE
maratbakirov Dec 14, 2013
d35d65b
workign on play
maratbakirov Dec 14, 2013
623d6e4
shift+play done
maratbakirov Dec 14, 2013
8375b06
done with shift+stop = stop all clips
maratbakirov Dec 14, 2013
923cb44
comments
maratbakirov Dec 14, 2013
a99fdbd
comment
maratbakirov Dec 14, 2013
0f58125
metronome on shift + mixer 9
maratbakirov Dec 14, 2013
1d94d1c
Shift + Mixer button 9 = Automation record on/off Shift + Rec = M…
maratbakirov Dec 15, 2013
464b627
fiixed readme
maratbakirov Dec 15, 2013
da780ea
polishing
maratbakirov Dec 15, 2013
9fc2d08
fixes to make impulse 25 work
maratbakirov Dec 15, 2013
9d22d4d
fixed to make work under ableton 9.1.2
maratbakirov Apr 11, 2014
9bf5bcb
device bavigation buttons
maratbakirov Apr 11, 2014
99e8d19
shift + fwf/ back buttons - device selector
maratbakirov Apr 11, 2014
65d08fd
readme
maratbakirov Apr 11, 2014
d21e848
Merge pull request #1 from gluon/master
maratbakirov Apr 30, 2015
1897b68
updated to visual studio 2015
maratbakirov Oct 2, 2016
fceceb6
added selection of the armed track
maratbakirov Oct 2, 2016
2c63a5f
Merge pull request #2 from gluon/master
maratbakirov Oct 16, 2016
3de8c84
updated to the newer version of track select logic
maratbakirov Oct 16, 2016
94c2f28
added an "alternative" mode - for now it only features permanent arm …
maratbakirov Oct 16, 2016
891d9da
updated readme
maratbakirov Oct 16, 2016
1a6e696
refactoring
maratbakirov Oct 16, 2016
e2480a8
Delete .suo
maratbakirov Oct 24, 2016
b1dd6fc
bugfixes
maratbakirov Mar 11, 2017
050fc22
bugfixing
maratbakirov Mar 11, 2017
0e50ecd
Vs upgrade to 2019
maratbakirov Aug 19, 2019
2a1620e
Merge branch 'master' of https://github.com/maratbakirov/AbletonLive9…
maratbakirov Aug 19, 2019
7a31a2a
added releases fodler
maratbakirov Aug 19, 2019
31d3ed0
added reasme
maratbakirov Aug 19, 2019
4fd44fb
added readme and changed releases location
maratbakirov May 9, 2021
571ebaa
added readme
maratbakirov May 9, 2021
5041d46
fixing misprint
maratbakirov May 9, 2021
3ee01c0
Update README.md
maratbakirov May 9, 2021
0cd6e70
Update README.md
maratbakirov May 9, 2021
4a1517c
Update README.md
maratbakirov May 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .vs/AbletonRemoteScripts/v14/.suo
Binary file not shown.
145 changes: 145 additions & 0 deletions AbletonRemoteScripts.pyproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ed5fbfbf-4be8-482d-b574-58db3cd35247}</ProjectGuid>
<ProjectHome />
<StartupFile>Novation_Impulse2\__init__.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Name>AbletonRemoteScripts</Name>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="Nocturn2\._apihelper.py" />
<Compile Include="Nocturn2\._consts.py" />
<Compile Include="Nocturn2\._DeviceController.py" />
<Compile Include="Nocturn2\._MixerController.py" />
<Compile Include="Nocturn2\._Nocturn.py" />
<Compile Include="Nocturn2\._NocturnComponent.py" />
<Compile Include="Nocturn2\._PlayingController.py" />
<Compile Include="Nocturn2\._SceneController.py" />
<Compile Include="Nocturn2\.___init__.py" />
<Compile Include="Nocturn2\.___init__.py2.py" />
<Compile Include="Nocturn2\apihelper.py" />
<Compile Include="Nocturn2\consts.py" />
<Compile Include="Nocturn2\DeviceController.py" />
<Compile Include="Nocturn2\MixerController.py" />
<Compile Include="Nocturn2\Nocturn.py" />
<Compile Include="Nocturn2\NocturnComponent.py" />
<Compile Include="Nocturn2\PlayingController.py" />
<Compile Include="Nocturn2\SceneController.py" />
<Compile Include="Nocturn2\__init__.py" />
<Compile Include="Nocturn2\__init__.py2.py" />
<Compile Include="Novation_Impulse2_9_1\EncoderModeSelector.py" />
<Compile Include="Novation_Impulse2_9_1\Novation_Impulse2.py" />
<Compile Include="Novation_Impulse2_9_1\PeekableEncoderElement.py" />
<Compile Include="Novation_Impulse2_9_1\ShiftableTransportComponent.py" />
<Compile Include="Novation_Impulse2_9_1\SpecialMixerComponent.py" />
<Compile Include="Novation_Impulse2_9_1\TransportViewModeSelector.py" />
<Compile Include="Novation_Impulse2_9_1\__init__.py" />
<Compile Include="Novation_Impulse2\EncoderModeSelector.py" />
<Compile Include="Novation_Impulse2\Novation_Impulse2.py" />
<Compile Include="Novation_Impulse2\PeekableEncoderElement.py" />
<Compile Include="Novation_Impulse2\ShiftableTransportComponent.py" />
<Compile Include="Novation_Impulse2\SpecialMixerComponent.py" />
<Compile Include="Novation_Impulse2\TransportViewModeSelector.py" />
<Compile Include="Novation_Impulse2\__init__.py" />
<Compile Include="Novation_Impulse\EncoderModeSelector.py" />
<Compile Include="Novation_Impulse\Novation_Impulse.py" />
<Compile Include="Novation_Impulse\PeekableEncoderElement.py" />
<Compile Include="Novation_Impulse\ShiftableTransportComponent.py" />
<Compile Include="Novation_Impulse\SpecialMixerComponent.py" />
<Compile Include="Novation_Impulse\TransportViewModeSelector.py" />
<Compile Include="Novation_Impulse\__init__.py" />
<Compile Include="_Framework\ButtonElement.py" />
<Compile Include="_Framework\ButtonMatrixElement.py" />
<Compile Include="_Framework\ButtonSliderElement.py" />
<Compile Include="_Framework\Capabilities.py" />
<Compile Include="_Framework\ChannelStripComponent.py" />
<Compile Include="_Framework\ChannelTranslationSelector.py" />
<Compile Include="_Framework\ClipSlotComponent.py" />
<Compile Include="_Framework\CompoundComponent.py" />
<Compile Include="_Framework\CompoundElement.py" />
<Compile Include="_Framework\ControlElement.py" />
<Compile Include="_Framework\ControlSurface.py" />
<Compile Include="_Framework\ControlSurfaceComponent.py" />
<Compile Include="_Framework\Debug.py" />
<Compile Include="_Framework\Defaults.py" />
<Compile Include="_Framework\Dependency.py" />
<Compile Include="_Framework\DeviceBankRegistry.py" />
<Compile Include="_Framework\DeviceComponent.py" />
<Compile Include="_Framework\Disconnectable.py" />
<Compile Include="_Framework\DisplayDataSource.py" />
<Compile Include="_Framework\EncoderElement.py" />
<Compile Include="_Framework\InputControlElement.py" />
<Compile Include="_Framework\Layer.py" />
<Compile Include="_Framework\LogicalDisplaySegment.py" />
<Compile Include="_Framework\MixerComponent.py" />
<Compile Include="_Framework\ModesComponent.py" />
<Compile Include="_Framework\ModeSelectorComponent.py" />
<Compile Include="_Framework\MomentaryModeObserver.py" />
<Compile Include="_Framework\NotifyingControlElement.py" />
<Compile Include="_Framework\PhysicalDisplayElement.py" />
<Compile Include="_Framework\Resource.py" />
<Compile Include="_Framework\SceneComponent.py" />
<Compile Include="_Framework\ScrollComponent.py" />
<Compile Include="_Framework\SessionComponent.py" />
<Compile Include="_Framework\SessionZoomingComponent.py" />
<Compile Include="_Framework\Signal.py" />
<Compile Include="_Framework\SliderElement.py" />
<Compile Include="_Framework\SubjectSlot.py" />
<Compile Include="_Framework\SwitchModeSelectorComponent.py" />
<Compile Include="_Framework\SysexValueControl.py" />
<Compile Include="_Framework\Task.py" />
<Compile Include="_Framework\ToggleComponent.py" />
<Compile Include="_Framework\TrackArmState.py" />
<Compile Include="_Framework\TrackEQComponent.py" />
<Compile Include="_Framework\TrackFilterComponent.py" />
<Compile Include="_Framework\TransportComponent.py" />
<Compile Include="_Framework\Util.py" />
<Compile Include="_Framework\__init__.py" />
<Compile Include="_Generic\Devices.py" />
<Compile Include="_Generic\GenericScript.py" />
<Compile Include="_Generic\SelectChanStripComponent.py" />
<Compile Include="_Generic\SpecialMixerComponent.py" />
<Compile Include="_Generic\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="Nocturn2\" />
<Folder Include="Nocturn2\Automap\" />
<Folder Include="Novation_Impulse2" />
<Folder Include="Novation_Impulse2_9_1\" />
<Folder Include="Novation_Impulse\" />
<Folder Include="_Framework\" />
<Folder Include="_Generic\" />
</ItemGroup>
<ItemGroup>
<Content Include="Nocturn2\.DS_Store" />
<Content Include="Nocturn2\._.DS_Store" />
<Content Include="Nocturn2\Automap\.DS_Store" />
<Content Include="Nocturn2\Automap\._.DS_Store" />
<Content Include="Nocturn2\Automap\._User.automap" />
<Content Include="Nocturn2\Automap\Fx.automap" />
<Content Include="Nocturn2\Automap\Inst.automap" />
<Content Include="Nocturn2\Automap\Mixer.automap" />
<Content Include="Nocturn2\Automap\User.automap" />
<Content Include="Nocturn2\readme.txt" />
<Content Include="Novation_Impulse2_9_1\debug.bat" />
<Content Include="Novation_Impulse2_9_1\deploy.bat" />
<Content Include="Novation_Impulse2_9_1\readme.txt" />
<Content Include="Novation_Impulse2\debug.bat" />
<Content Include="Novation_Impulse2\deploy.bat" />
<Content Include="Novation_Impulse2\readme.txt" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>
22 changes: 22 additions & 0 deletions AbletonRemoteScripts.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "AbletonRemoteScripts", "AbletonRemoteScripts.pyproj", "{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
22 changes: 22 additions & 0 deletions Backup/AbletonRemoteScripts.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "AbletonRemoteScripts", "AbletonRemoteScripts.pyproj", "{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED5FBFBF-4BE8-482D-B574-58DB3CD35247}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added Nocturn2/._.DS_Store
Binary file not shown.
Binary file added Nocturn2/._MixerController.py
Binary file not shown.
Binary file added Nocturn2/._Nocturn.py
Binary file not shown.
Binary file added Nocturn2/._NocturnComponent.py
Binary file not shown.
Binary file added Nocturn2/._PlayingController.py
Binary file not shown.
Binary file added Nocturn2/._SceneController.py
Binary file not shown.
Binary file added Nocturn2/.___init__.py
Binary file not shown.
Binary file added Nocturn2/.___init__.py2.py
Binary file not shown.
Binary file added Nocturn2/._apihelper.py
Binary file not shown.
Binary file added Nocturn2/._consts.py
Binary file not shown.
Binary file added Nocturn2/Automap/._.DS_Store
Binary file not shown.
Binary file added Nocturn2/Automap/._User.automap
Binary file not shown.
Loading